#respond input[type=text],
#respond textarea,
.edgtf-style-form textarea,
.post-password-form input[type=password],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.edgtf-wrapper input[type=email],
.edgtf-wrapper input[type=password],
.edgtf-wrapper input[type=text] {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out
}

#respond input:focus[type=text],
#respond textarea:focus,
.edgtf-style-form textarea:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-quiz:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.edgtf-wrapper input:focus[type=email],
.edgtf-wrapper input:focus[type=password],
.edgtf-wrapper input:focus[type=text] {
    color: #000;
    border-color: #757575
}

#respond input[type=text]::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder,
.edgtf-style-form textarea::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
.edgtf-wrapper input[type=email]::-webkit-input-placeholder,
.edgtf-wrapper input[type=password]::-webkit-input-placeholder,
.edgtf-wrapper input[type=text]::-webkit-input-placeholder {
    color: inherit
}

#respond input:-moz-placeholder[type=text],
#respond textarea:-moz-placeholder,
.edgtf-style-form textarea:-moz-placeholder,
.wpcf7-form-control.wpcf7-date:-moz-placeholder,
.wpcf7-form-control.wpcf7-number:-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz:-moz-placeholder,
.wpcf7-form-control.wpcf7-select:-moz-placeholder,
.wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
.edgtf-wrapper input:-moz-placeholder[type=email],
.edgtf-wrapper input:-moz-placeholder[type=password],
.edgtf-wrapper input:-moz-placeholder[type=text] {
    color: inherit;
    opacity: 1
}

#respond input[type=text]::-moz-placeholder,
#respond textarea::-moz-placeholder,
.edgtf-style-form textarea::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.wpcf7-form-control.wpcf7-date::-moz-placeholder,
.wpcf7-form-control.wpcf7-number::-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz::-moz-placeholder,
.wpcf7-form-control.wpcf7-select::-moz-placeholder,
.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.edgtf-wrapper input[type=email]::-moz-placeholder,
.edgtf-wrapper input[type=password]::-moz-placeholder,
.edgtf-wrapper input[type=text]::-moz-placeholder {
    color: inherit;
    opacity: 1
}

#respond input:-ms-input-placeholder[type=text],
#respond textarea:-ms-input-placeholder,
.edgtf-style-form textarea:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.edgtf-wrapper input:-ms-input-placeholder[type=email],
.edgtf-wrapper input:-ms-input-placeholder[type=password],
.edgtf-wrapper input:-ms-input-placeholder[type=text] {
    color: inherit
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: medium none;
    vertical-align: middle
}

table th {
    border: 0;
    padding: 5px 7px;
    text-align: center;
    color: var(--text-dark) !important;
}

table td {
    padding: 5px 10px;
    text-align: center
}

a img {
    border: none
}

.wp-caption,
img {
    /* max-width: 100%; */
    height: auto
}
.edgtf-wrapper .offbeat-event-featured-image img {
    max-width: 100% !important;
}
iframe {
    max-width: 100%
}

@font-face {
    font-family: Quentin;
    src: url(../fonts/Quentin.ttf) format("truetype")
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clear:after {
    clear: both;
    content: "";
    display: block
}

html {
    overflow-y: scroll !important
}

body {
    font-family: var(--font-family-secondary);
    font-size: 15px;
    line-height: 26px;
    font-weight: var(--font-weight-medium);
    color: #757575;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

h1 {
    font-size: 80px;
    line-height: 1.1em
}

h2 {
    font-size: 60px;
    line-height: 1.1em
}

h3 {
    font-size: 40px;
    line-height: 1.2em
}

h4 {
    font-size: 25px;
    line-height: 33px
}

h5 {
    font-size: 19px;
    line-height: 21px
}

h6 {
    font-size: 14px;
    line-height: 16px
}

var {
    font-family: var(--font-family-secondary);
    font-size: 26px;
    line-height: 35px;
    font-weight: var(--font-weight-medium);
    color: var(--orange-primary);
}

.edgtf-wrapper h1,
.edgtf-wrapper h2,
.edgtf-wrapper h3,
.edgtf-wrapper h4,
 .edgtf-wrapper h5,
.edgtf-wrapper h6 {
    margin: 25px 0;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-bold);
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #f45f0b
}

a,
p a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

a:hover,
p a:hover {
    color: #f45f0b
}

.edgtf-wrapper p {
    margin: 10px 0
}

input[type=submit] {
    -webkit-appearance: none
}

ol,
ul {
    list-style-position: inside;
    margin: 15px 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
    padding: 0 0 0 15px
}

pre {
    background-color: #fff;
    padding: 15px;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 15px 0
}

dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

dd {
    margin-bottom: 15px
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    top: .5ex
}

sup {
    bottom: .5ex
}

.wp-caption-text {
    margin: 0;
    font-style: italic
}

table {
    width: 100%
}

table tbody tr,
table thead tr {
    border: 1px solid var(--border-medium);
}

table tbody th {
    border-right: 1px solid var(--border-medium);
}

blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0 20px 0 35px;
    font-size: 18px;
    color: #000;
    border-left: 3px solid #f45f0b;
    quotes: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-holder.edgtf-blog-single article blockquote {
    font-family: Quentin, script;
    font-size: 40px;
    line-height: 35px;
    font-weight: 400
}

blockquote>* {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    margin: 0
}

blockquote:after,
blockquote:before {
    content: ''
}

blockquote cite {
    font-style: normal;
    font-weight: 400
}

::-moz-selection {
    background: #f45f0b;
    color: #fff
}

::selection {
    background: #f45f0b;
    color: #fff
}

::-moz-selection {
    background: #f45f0b;
    color: #fff
}

.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
    opacity: 1
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto
}

.text-align-right {
    text-align: right
}

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

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

.edgtf-wrapper {
    position: relative;
    left: 0;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1)
}

.edgtf-wrapper .edgtf-wrapper-inner {
    width: 100%;
    overflow: hidden
}

.edgtf-content {
    position: relative;
    margin-top: 0;
    z-index: 100;
    background-color: #fff
}

.edgtf-boxed {
    overflow: hidden !important
}

.edgtf-boxed .edgtf-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.touch .edgtf-boxed .edgtf-wrapper {
    background-repeat: repeat
}

.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
    width: 1150px;
    overflow: visible;
    margin: auto
}

.edgtf-boxed .edgtf-content {
    overflow: hidden
}

.edgtf-boxed .edgtf-footer-inner {
    width: 1150px;
    margin: auto
}

.edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed,
.edgtf-boxed .edgtf-page-header .edgtf-sticky-header {
    width: 1150px;
    left: auto
}

.edgtf-paspartu-enabled .edgtf-wrapper {
    padding: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-paspartu-enabled.edgtf-top-paspartu-disabled .edgtf-wrapper {
    padding-top: 0 !important
}

.edgtf-paspartu-enabled .edgtf-page-header .edgtf-fixed-wrapper.fixed {
    left: 10px;
    width: calc(100% - 20px)
}

.edgtf-paspartu-enabled .edgtf-sticky-header {
    left: 10px;
    width: calc(100% - 20px)
}

.edgtf-paspartu-enabled .edgtf-mobile-header.mobile-header-appear .edgtf-mobile-header-inner {
    left: 10px;
    width: calc(100% - 20px)
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled.admin-bar .edgtf-wrapper:before {
    top: 32px
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-wrapper:after,
.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-wrapper:before {
    content: '';
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: inherit;
    background-color: inherit;
    z-index: 99999
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-wrapper:before {
    top: 0
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-wrapper:after {
    bottom: 0
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-page-header .edgtf-fixed-wrapper.fixed {
    margin-top: 10px
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-sticky-header.header-appear {
    margin-top: 10px
}

.edgtf-paspartu-enabled.edgtf-fixed-paspartu-enabled .edgtf-mobile-header.mobile-header-appear .edgtf-mobile-header-inner {
    margin-top: 10px
}

.edgtf-smooth-transition-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: #fff;
    opacity: 1;
    display: block
}

.edgtf-container {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100
}

.edgtf-container:before {
    content: " ";
    display: table
}

.edgtf-container:after {
    content: " ";
    display: table;
    clear: both
}

.edgtf-container-inner {
    /* width: 1100px; */
    width: 100%;
    padding-left: 40px !important;
    padding-right: 40px !important;
    margin: 0 auto
}
@media screen and (max-width : 769px) {
    .edgtf-container-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}


.edgtf-full-width {
    position: relative;
    z-index: 100
}

.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width:1400px) {

    .edgtf-grid-1300 .edgtf-container-inner,
    .edgtf-grid-1300 .edgtf-grid,
    .edgtf-grid-1300 .edgtf-row-grid-section {
        width: 1300px
    }

    .edgtf-grid-1300.edgtf-boxed .edgtf-footer-inner,
    .edgtf-grid-1300.edgtf-boxed .edgtf-wrapper-inner {
        width: 1350px
    }

    .edgtf-grid-1300.edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed,
    .edgtf-grid-1300.edgtf-boxed .edgtf-page-header .edgtf-sticky-header {
        width: 1350px;
        left: auto
    }
}

@media only screen and (min-width:1367px) {

    .edgtf-grid-1200 .edgtf-container-inner,
    .edgtf-grid-1200 .edgtf-grid,
    .edgtf-grid-1200 .edgtf-row-grid-section {
        width: 1200px
    }

    .edgtf-grid-1200.edgtf-boxed .edgtf-footer-inner,
    .edgtf-grid-1200.edgtf-boxed .edgtf-wrapper-inner {
        width: 1250px
    }

    .edgtf-grid-1200.edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed,
    .edgtf-grid-1200.edgtf-boxed .edgtf-page-header .edgtf-sticky-header {
        width: 1250px;
        left: auto
    }
}

@media only screen and (min-width:1200px) {

    .edgtf-grid-1000 .edgtf-container-inner,
    .edgtf-grid-1000 .edgtf-grid,
    .edgtf-grid-1000 .edgtf-row-grid-section {
        width: 1000px
    }

    .edgtf-grid-1000.edgtf-boxed .edgtf-footer-inner,
    .edgtf-grid-1000.edgtf-boxed .edgtf-wrapper-inner {
        width: 1050px
    }

    .edgtf-grid-1000.edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed,
    .edgtf-grid-1000.edgtf-boxed .edgtf-page-header .edgtf-sticky-header {
        width: 1050px;
        left: auto
    }
}

@media only screen and (min-width:1024px) {

    .edgtf-grid-800 .edgtf-container-inner,
    .edgtf-grid-800 .edgtf-grid,
    .edgtf-grid-800 .edgtf-row-grid-section {
        width: 800px
    }

    .edgtf-grid-800.edgtf-boxed .edgtf-footer-inner,
    .edgtf-grid-800.edgtf-boxed .edgtf-wrapper-inner {
        width: 850px
    }

    .edgtf-grid-800.edgtf-boxed .edgtf-page-header .edgtf-fixed-wrapper.fixed,
    .edgtf-grid-800.edgtf-boxed .edgtf-page-header .edgtf-sticky-header {
        width: 850px;
        left: auto
    }
}

@-webkit-keyframes preload-background {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes preload-background {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.edgtf-preload-background {
    background: transparent url(../images/preload_pattern.png) repeat scroll inherit !important;
    -webkit-animation-name: preload-background;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-name: preload-background;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards
}

.edgtf-grid {
    width: 100%;
    padding-left: 40px !important;
    padding-right: 40px !important;
    /* width: 1100px; */
    margin: 0 auto
}

@media screen and (max-width : 769px) {
    .edgtf-grid{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.edgtf-vertical-align-containers {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-vertical-align-containers.edgtf-25-50-25 .edgtf-position-left,
.edgtf-vertical-align-containers.edgtf-25-50-25 .edgtf-position-right {
    width: 25%
}

.edgtf-vertical-align-containers.edgtf-25-50-25 .edgtf-position-center {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.edgtf-vertical-align-containers.edgtf-33-33-33 .edgtf-position-center,
.edgtf-vertical-align-containers.edgtf-33-33-33 .edgtf-position-left,
.edgtf-vertical-align-containers.edgtf-33-33-33 .edgtf-position-right {
    width: 33.33%
}

.edgtf-vertical-align-containers.edgtf-33-33-33 .edgtf-position-center {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.edgtf-vertical-align-containers.edgtf-50-50 .edgtf-position-left,
.edgtf-vertical-align-containers.edgtf-50-50 .edgtf-position-right {
    width: 50%
}

.edgtf-vertical-align-containers.edgtf-33-66 .edgtf-position-left {
    width: 33.33%
}

.edgtf-vertical-align-containers.edgtf-33-66 .edgtf-position-right {
    width: 66.66%
}

.edgtf-vertical-align-containers.edgtf-66-33 .edgtf-position-left {
    width: 66.66%
}

.edgtf-vertical-align-containers.edgtf-66-33 .edgtf-position-right {
    width: 33.33%
}

.edgtf-vertical-align-containers .edgtf-position-left {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%
}

.edgtf-vertical-align-containers .edgtf-position-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1
}

.edgtf-vertical-align-containers .edgtf-position-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right
}

.edgtf-vertical-align-containers .edgtf-position-center-inner,
.edgtf-vertical-align-containers .edgtf-position-left-inner,
.edgtf-vertical-align-containers .edgtf-position-right-inner {
    vertical-align: middle;
    display: inline-block
}

.edgtf-vertical-align-containers .edgtf-position-right.edgtf-has-widget .edgtf-position-right-inner {
    height: 100%
}

.edgtf-vertical-align-containers .edgtf-position-center:before,
.edgtf-vertical-align-containers .edgtf-position-left:before,
.edgtf-vertical-align-containers .edgtf-position-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0
}

.last_toggle_el_margin,
.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.vc_row .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background-color: transparent
}

.edgtf-row-grid-section {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 20
}

.edgtf-content-aligment-left {
    text-align: left
}

.edgtf-content-aligment-center {
    text-align: center
}

.edgtf-content-aligment-right {
    text-align: right
}

@media only screen and (max-width:1280px) {
    .edgtf-disabled-bg-image-bellow-1280 {
        background-image: none !important
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-disabled-bg-image-bellow-1024 {
        background-image: none !important
    }
}

@media only screen and (max-width:768px) {
    .edgtf-disabled-bg-image-bellow-768 {
        background-image: none !important
    }
}

@media only screen and (max-width:680px) {
    .edgtf-disabled-bg-image-bellow-680 {
        background-image: none !important
    }
}

@media only screen and (max-width:480px) {
    .edgtf-disabled-bg-image-bellow-480 {
        background-image: none !important
    }
}

.edgtf-parallax-row-holder {
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .edgtf-parallax-row-holder {
        height: auto !important;
        min-height: 200px !important;
        background-position: center top !important;
        background-attachment: scroll;
        background-size: cover
    }
}

.edgtf-rev-has-paspartu {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100vh;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.admin-bar .edgtf-rev-has-paspartu {
    height: calc(100vh - 32px)
}

.edgtf-rev-has-paspartu.edgtf-side-paspartu-disabled {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-tiny {
    padding: 10px
}

.edgtf-rev-has-paspartu.edgtf-paspartu-tiny.edgtf-top-paspartu-disabled {
    padding-top: 0
}

.edgtf-rev-has-paspartu.edgtf-paspartu-tiny.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 10px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-tiny.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 42px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-small {
    padding: 20px
}

.edgtf-rev-has-paspartu.edgtf-paspartu-small.edgtf-top-paspartu-disabled {
    padding-top: 0
}

.edgtf-rev-has-paspartu.edgtf-paspartu-small.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-small.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-normal {
    padding: 30px
}

.edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled {
    padding-top: 0
}

.edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 30px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 62px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 60px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 92px) !important
}

@media only screen and (max-width:680px) {
    .edgtf-rev-has-paspartu.edgtf-paspartu-normal {
        padding: 20px
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled {
        padding-top: 0
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 20px) !important
    }

    .admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-normal.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 52px) !important
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 40px) !important
    }

    .admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 72px) !important
    }
}

.edgtf-rev-has-paspartu.edgtf-paspartu-large {
    padding: 50px
}

.edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled {
    padding-top: 0
}

.edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 50px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 82px) !important
}

.edgtf-rev-has-paspartu.edgtf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 100px) !important
}

.admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 132px) !important
}

@media only screen and (max-width:680px) {
    .edgtf-rev-has-paspartu.edgtf-paspartu-large {
        padding: 20px
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled {
        padding-top: 0
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 20px) !important
    }

    .admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-large.edgtf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 52px) !important
    }

    .edgtf-rev-has-paspartu.edgtf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 40px) !important
    }

    .admin-bar .edgtf-rev-has-paspartu.edgtf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 72px) !important
    }
}

.edgtf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
    width: 100% !important;
    left: 0 !important
}

.edgtf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.edgtf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: 100vh !important
}

.admin-bar .edgtf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 32px) !important
}

.screen-reader-text {
    position: absolute !important;
    height: 0;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important
}

.screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    color: #21759b;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    z-index: 100000
}

.edgtf-predefined-text-skin {
    color: var(--text-dark);
}

.edgtf-predefined-text-skin #respond input[type=text],
.edgtf-predefined-text-skin #respond textarea,
.edgtf-predefined-text-skin .edgtf-style-form textarea,
.edgtf-predefined-text-skin .post-password-form input[type=password],
.edgtf-predefined-text-skin input[type=email],
.edgtf-predefined-text-skin input[type=password],
.edgtf-predefined-text-skin input[type=text] {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin #respond input[type=text]:focus,
.edgtf-predefined-text-skin #respond textarea:focus,
.edgtf-predefined-text-skin .edgtf-style-form textarea:focus,
.edgtf-predefined-text-skin .post-password-form input[type=password]:focus,
.edgtf-predefined-text-skin input[type=email]:focus,
.edgtf-predefined-text-skin input[type=password]:focus,
.edgtf-predefined-text-skin input[type=text]:focus {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-date,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-number,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-quiz,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-select,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-text,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-textarea {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-date:focus,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-number:focus,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-quiz:focus,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-select:focus,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-text:focus,
.edgtf-predefined-text-skin .wpcf7-form-control.wpcf7-textarea:focus {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .edgtf-comment-holder .edgtf-comment-list .edgtf-comment {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin #submit_comment:hover,
.edgtf-predefined-text-skin .post-password-form input[type=submit]:hover,
.edgtf-predefined-text-skin input.wpcf7-form-control.wpcf7-submit:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .edgtf-owl-slider .owl-nav .owl-next,
.edgtf-predefined-text-skin .edgtf-owl-slider .owl-nav .owl-prev {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-owl-slider .owl-nav .owl-next:hover,
.edgtf-predefined-text-skin .edgtf-owl-slider .owl-nav .owl-prev:hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin .edgtf-blog-holder.edgtf-blog-single article:not(.format-quote):not(.format-link) .edgtf-post-text {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .edgtf-blog-holder article .edgtf-post-info-top>div a:hover {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-blog-holder article .edgtf-post-info-bottom a:not(.edgtf-share-link):hover {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-blog-holder article .edgtf-post-read-more-button .edgtf-btn.edgtf-btn-solid:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.edgtf-predefined-text-skin .edgtf-author-description {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div a:hover {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content .edgtf-post-info-date a:hover {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title.ui-state-active,
.edgtf-predefined-text-skin .edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title.ui-state-hover {
    color: #fff;
    background-color: #f45f0b
}

.edgtf-predefined-text-skin .edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li a {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs {
    color: #f45f0b
}

.edgtf-predefined-text-skin .edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs a:hover {
    color: #fff
}

.edgtf-predefined-text-skin .wpb_widgetised_column .widget .edgtf-widget-title,
.edgtf-predefined-text-skin aside.edgtf-sidebar .widget .edgtf-widget-title {
    color: #f45f0b;
    border-color: #fff
}

.edgtf-predefined-text-skin .wpb_widgetised_column .widget .edgtf-widget-title:after,
.edgtf-predefined-text-skin aside.edgtf-sidebar .widget .edgtf-widget-title:after {
    color: #fff
}

.edgtf-predefined-text-skin .widget.widget_search .edgtf-search-form-field,
.edgtf-predefined-text-skin .widget.widget_search input {
    color: #fff
}

.edgtf-predefined-text-skin .widget.widget_search .edgtf-search-form-field:focus,
.edgtf-predefined-text-skin .widget.widget_search input:focus {
    color: #fff
}

.edgtf-predefined-text-skin .widget.widget_search .edgtf-search-form-button:hover,
.edgtf-predefined-text-skin .widget.widget_search button:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .widget.widget_tag_cloud a {
    color: #fff;
    background-color: transparent
}

.edgtf-predefined-text-skin .widget.widget_tag_cloud a:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .edgtf-woo-product-search input,
.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .woocommerce-product-search input {
    color: #fff
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .edgtf-woo-product-search input:focus,
.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .woocommerce-product-search input:focus {
    color: #fff
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .edgtf-woo-product-search button:hover,
.edgtf-predefined-text-skin .widget.woocommerce.widget_product_search .woocommerce-product-search button:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
    color: #fff;
    background-color: transparent
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin .offbeat-event-single-holder .offbeat-event-info-item span {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-pl-load-more-holder .edgtf-pl-load-more .edgtf-btn.edgtf-btn-solid:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.edgtf-predefined-text-skin .edgtf-pl-filter-holder ul li span {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-pl-filter-holder ul li.edgtf-pl-current span,
.edgtf-predefined-text-skin .edgtf-pl-filter-holder ul li:hover span {
    color: #f45f0b
}

.edgtf-predefined-text-skin .edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link) {
    color: #fff
}

.edgtf-predefined-text-skin .edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link):hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin ul.products>.product .price del {
    color: #fff
}

.edgtf-predefined-text-skin.woocommerce .star-rating {
    color: #ddd
}

.edgtf-predefined-text-skin.woocommerce .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-predefined-text-skin.woocommerce .edgtf-quantity-buttons .edgtf-quantity-plus {
    color: #fff
}

.edgtf-predefined-text-skin.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input {
    color: #000
}

.edgtf-predefined-text-skin.woocommerce .edgtf-quantity-buttons .edgtf-quantity-input:focus {
    color: #000
}

.edgtf-predefined-text-skin.woocommerce input[type=email],
.edgtf-predefined-text-skin.woocommerce input[type=password],
.edgtf-predefined-text-skin.woocommerce input[type=tel],
.edgtf-predefined-text-skin.woocommerce input[type=text],
.edgtf-predefined-text-skin.woocommerce textarea {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.woocommerce input[type=email]:focus,
.edgtf-predefined-text-skin.woocommerce input[type=password]:focus,
.edgtf-predefined-text-skin.woocommerce input[type=tel]:focus,
.edgtf-predefined-text-skin.woocommerce input[type=text]:focus,
.edgtf-predefined-text-skin.woocommerce textarea:focus {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
.edgtf-predefined-text-skin.woocommerce a.added_to_cart:hover,
.edgtf-predefined-text-skin.woocommerce a.button:hover,
.edgtf-predefined-text-skin.woocommerce button[type=submit]:not(.edgtf-woo-search-widget-button):not(.edgtf-search-form-button):hover,
.edgtf-predefined-text-skin.woocommerce input[type=submit]:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-error>a,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-info>a,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-message>a {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-error>a:hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-info>a:hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-message>a:hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .cart-empty {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-plus {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input {
    color: #000
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content .edgtf-quantity-buttons .edgtf-quantity-input:focus {
    color: #000
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=email],
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=password],
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=tel],
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=text],
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content textarea {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=email]:focus,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=password]:focus,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=tel]:focus,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=text]:focus,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content textarea:focus {
    color: #fff;
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content a.added_to_cart:hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content a.button:hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content button[type=submit]:not(.edgtf-woo-search-widget-button):not(.edgtf-search-form-button):hover,
.edgtf-predefined-text-skin.edgtf-woocommerce-page .edgtf-content input[type=submit]:hover {
    color: #000;
    background-color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page table.cart thead tr th {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page table.cart tr.cart_item td.product-remove a {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page table.cart tr.cart_item td.product-remove a:hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page .woocommerce-checkout .select2-container .select2-selection--single {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tr {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset>legend {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-address-fields .select2-container .select2-selection--single {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-rating .woocommerce-review-link {
    color: #757575
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .price del {
    color: #cfcfcf
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .product_meta>span .edgtf-woo-meta-title {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .product_meta>span a {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary .product_meta>span a:hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary p.stock.in-stock,
.edgtf-predefined-text-skin.edgtf-woo-single-page .edgtf-single-product-summary p.stock.out-of-stock {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs ul.tabs>li a {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs table th {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
    color: #ddd
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
    color: #f45f0b
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .woocommerce-review__author {
    color: #fff
}

.edgtf-predefined-text-skin.edgtf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
    border-color: #e1e1e1
}

.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li a,
.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li span {
    color: #fff
}

.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li a.current,
.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li a:hover,
.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li span.current,
.edgtf-predefined-text-skin .woocommerce-pagination .page-numbers li span:hover {
    color: #f45f0b
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fff
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_price_filter .price_slider_amount .button {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.edgtf-predefined-text-skin .widget.woocommerce.widget_price_filter .price_slider_amount .button:hover {
    color: #f45f0b !important;
    background-color: transparent !important;
    border-color: transparent !important
}

.edgtf-two-columns-form-without-space .edgtf-column-left {
    display: table-cell;
    width: 99%;
    vertical-align: top
}

.edgtf-two-columns-form-without-space .edgtf-column-right {
    display: table-cell;
    width: 1%;
    text-align: left;
    vertical-align: top
}

.edgtf-two-columns-form-with-space .edgtf-column-left {
    display: table-cell;
    width: 99%;
    vertical-align: top;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-two-columns-form-with-space .edgtf-column-right {
    display: table-cell;
    width: 1%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-no-space.edgtf-disable-bottom-space {
    margin-bottom: 0
}

.edgtf-no-space .edgtf-outer-space {
    margin: 0
}

.edgtf-no-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 0;
    margin: 0 0 0
}

.edgtf-no-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-tiny-space.edgtf-disable-bottom-space {
    margin-bottom: -10px
}

.edgtf-tiny-space .edgtf-outer-space {
    margin: 0 -5px
}

.edgtf-tiny-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 5px;
    margin: 0 0 10px
}

.edgtf-tiny-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-small-space.edgtf-disable-bottom-space {
    margin-bottom: -20px
}

.edgtf-small-space .edgtf-outer-space {
    margin: 0 -10px
}

.edgtf-small-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 10px;
    margin: 0 0 20px
}

.edgtf-small-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-normal-space.edgtf-disable-bottom-space {
    margin-bottom: -30px
}

.edgtf-normal-space .edgtf-outer-space {
    margin: 0 -15px
}

.edgtf-normal-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 15px;
    margin: 0 0 30px
}

.edgtf-normal-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-medium-space.edgtf-disable-bottom-space {
    margin-bottom: -40px
}

.edgtf-medium-space .edgtf-outer-space {
    margin: 0 -20px
}

.edgtf-medium-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 20px;
    margin: 0 0 40px
}

.edgtf-medium-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-large-space.edgtf-disable-bottom-space {
    margin-bottom: -50px
}

.edgtf-large-space .edgtf-outer-space {
    margin: 0 -25px
}

.edgtf-large-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 25px;
    margin: 0 0 50px
}

.edgtf-large-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-huge-space.edgtf-disable-bottom-space {
    margin-bottom: -80px
}

.edgtf-huge-space .edgtf-outer-space {
    margin: 0 -40px
}

.edgtf-huge-space .edgtf-outer-space .edgtf-item-space {
    padding: 0 40px;
    margin: 0 0 80px
}

.edgtf-huge-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin: 0
}

.edgtf-grid-row {
    margin-left: -15px;
    margin-right: -15px
}

.edgtf-grid-row:after,
.edgtf-grid-row:before {
    content: " ";
    display: table
}

.edgtf-grid-row:after {
    clear: both
}

.edgtf-grid-no-gutter {
    margin-left: 0;
    margin-right: 0
}

.edgtf-grid-no-gutter>div {
    padding-left: 0;
    padding-right: 0
}

.edgtf-grid-tiny-gutter {
    margin-left: -5px;
    margin-right: -5px
}

.edgtf-grid-tiny-gutter>div {
    padding-left: 5px;
    padding-right: 5px
}

.edgtf-grid-small-gutter {
    margin-left: -10px;
    margin-right: -10px
}

.edgtf-grid-small-gutter>div {
    padding-left: 10px;
    padding-right: 10px
}

.edgtf-grid-normal-gutter {
    margin-left: -15px;
    margin-right: -15px
}

.edgtf-grid-normal-gutter>div {
    padding-left: 15px;
    padding-right: 15px
}

.edgtf-grid-medium-gutter {
    margin-left: -20px;
    margin-right: -20px
}

.edgtf-grid-medium-gutter>div {
    padding-left: 20px;
    padding-right: 20px
}

.edgtf-grid-large-gutter {
    margin-left: -25px;
    margin-right: -25px
}

.edgtf-grid-large-gutter>div {
    padding-left: 25px;
    padding-right: 25px
}

.edgtf-grid-huge-gutter {
    margin-left: -40px;
    margin-right: -40px
}

.edgtf-grid-huge-gutter>div {
    padding-left: 40px;
    padding-right: 40px
}

.edgtf-grid-col-1 {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-1:after,
.edgtf-grid-col-1:before {
    content: " ";
    display: table
}

.edgtf-grid-col-1:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-1 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-2 {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-2:after,
.edgtf-grid-col-2:before {
    content: " ";
    display: table
}

.edgtf-grid-col-2:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-2 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-3:after,
.edgtf-grid-col-3:before {
    content: " ";
    display: table
}

.edgtf-grid-col-3:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-3 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-4 {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-4:after,
.edgtf-grid-col-4:before {
    content: " ";
    display: table
}

.edgtf-grid-col-4:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-4 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-5 {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-5:after,
.edgtf-grid-col-5:before {
    content: " ";
    display: table
}

.edgtf-grid-col-5:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-5 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-6:after,
.edgtf-grid-col-6:before {
    content: " ";
    display: table
}

.edgtf-grid-col-6:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-6 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-7 {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-7:after,
.edgtf-grid-col-7:before {
    content: " ";
    display: table
}

.edgtf-grid-col-7:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-7 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-8 {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-8:after,
.edgtf-grid-col-8:before {
    content: " ";
    display: table
}

.edgtf-grid-col-8:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-8 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-9:after,
.edgtf-grid-col-9:before {
    content: " ";
    display: table
}

.edgtf-grid-col-9:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-9 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-10 {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-10:after,
.edgtf-grid-col-10:before {
    content: " ";
    display: table
}

.edgtf-grid-col-10:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-10 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-11 {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-11:after,
.edgtf-grid-col-11:before {
    content: " ";
    display: table
}

.edgtf-grid-col-11:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-11 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-grid-col-12:after,
.edgtf-grid-col-12:before {
    content: " ";
    display: table
}

.edgtf-grid-col-12:after {
    clear: both
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-12 {
        width: 100%;
        float: none
    }
}

.edgtf-grid-col-push-1 {
    left: 8.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-1 {
        left: 0
    }
}

.edgtf-grid-col-pull-1 {
    right: 8.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-1 {
        right: 0
    }
}

.edgtf-grid-col-push-2 {
    left: 16.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-2 {
        left: 0
    }
}

.edgtf-grid-col-pull-2 {
    right: 16.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-2 {
        right: 0
    }
}

.edgtf-grid-col-push-3 {
    left: 25%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-3 {
        left: 0
    }
}

.edgtf-grid-col-pull-3 {
    right: 25%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-3 {
        right: 0
    }
}

.edgtf-grid-col-push-4 {
    left: 33.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-4 {
        left: 0
    }
}

.edgtf-grid-col-pull-4 {
    right: 33.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-4 {
        right: 0
    }
}

.edgtf-grid-col-push-5 {
    left: 41.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-5 {
        left: 0
    }
}

.edgtf-grid-col-pull-5 {
    right: 41.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-5 {
        right: 0
    }
}

.edgtf-grid-col-push-6 {
    left: 50%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-6 {
        left: 0
    }
}

.edgtf-grid-col-pull-6 {
    right: 50%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-6 {
        right: 0
    }
}

.edgtf-grid-col-push-7 {
    left: 58.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-7 {
        left: 0
    }
}

.edgtf-grid-col-pull-7 {
    right: 58.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-7 {
        right: 0
    }
}

.edgtf-grid-col-push-8 {
    left: 66.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-8 {
        left: 0
    }
}

.edgtf-grid-col-pull-8 {
    right: 66.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-8 {
        right: 0
    }
}

.edgtf-grid-col-push-9 {
    left: 75%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-9 {
        left: 0
    }
}

.edgtf-grid-col-pull-9 {
    right: 75%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-9 {
        right: 0
    }
}

.edgtf-grid-col-push-10 {
    left: 83.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-10 {
        left: 0
    }
}

.edgtf-grid-col-pull-10 {
    right: 83.33333%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-10 {
        right: 0
    }
}

.edgtf-grid-col-push-11 {
    left: 91.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-11 {
        left: 0
    }
}

.edgtf-grid-col-pull-11 {
    right: 91.66667%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-11 {
        right: 0
    }
}

.edgtf-grid-col-push-12 {
    left: 100%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-push-12 {
        left: 0
    }
}

.edgtf-grid-col-pull-12 {
    right: 100%
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-pull-12 {
        right: 0
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .edgtf-grid-col-laptop-landscape-large-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-grid-col-laptop-landscape-mac-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1280px) {
    .edgtf-grid-col-laptop-landscape-medium-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1200px) {
    .edgtf-grid-col-laptop-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-grid-col-ipad-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:768px) {
    .edgtf-grid-col-ipad-portrait-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:680px) {
    .edgtf-grid-col-phone-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:480px) {
    .edgtf-grid-col-phone-portrait-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:320px) {
    .edgtf-grid-col-smaller-phone-portrait-12 {
        width: 100%;
        float: none
    }
}

@-webkit-keyframes element-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0)
    }

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

@keyframes element-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20%, 0);
        transform: translate(-20%, 0)
    }

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

@-webkit-keyframes element-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0)
    }

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

@keyframes element-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translate(20%, 0);
        transform: translate(20%, 0)
    }

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

@-webkit-keyframes element-from-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%)
    }

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

@keyframes element-from-top {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -30%);
        transform: translate(0, -30%)
    }

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

@-webkit-keyframes element-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%)
    }

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

@keyframes element-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 30%);
        transform: translate(0, 30%)
    }

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

.edgtf-element-from-bottom,
.edgtf-element-from-fade,
.edgtf-element-from-left,
.edgtf-element-from-right,
.edgtf-element-from-top {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-element-from-bottom>div,
.edgtf-element-from-fade>div,
.edgtf-element-from-left>div,
.edgtf-element-from-right>div,
.edgtf-element-from-top>div {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    opacity: 0
}

.edgtf-element-from-fade.edgtf-element-from-fade-on>div {
    opacity: 1;
    -webkit-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s
}

.edgtf-element-from-left.edgtf-element-from-left-on>div {
    -webkit-animation: element-from-left .55s 1 ease;
    animation: element-from-left .55s 1 ease;
    opacity: 1
}

.edgtf-element-from-right.edgtf-element-from-right-on>div {
    -webkit-animation: element-from-right .55s 1 ease;
    animation: element-from-right .55s 1 ease;
    opacity: 1
}

.edgtf-element-from-top.edgtf-element-from-top-on>div {
    -webkit-animation: element-from-top .55s 1 ease;
    animation: element-from-top .55s 1 ease;
    opacity: 1
}

.edgtf-element-from-bottom.edgtf-element-from-bottom-on>div {
    -webkit-animation: element-from-bottom .55s 1 ease;
    animation: element-from-bottom .55s 1 ease;
    opacity: 1
}

.edgtf-flip-in {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    -webkit-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out
}

.edgtf-flip-in.edgtf-flip-in-on {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.edgtf-grow-in {
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 1s cubic-bezier(0, 1, .5, 1);
    transition: all 1s cubic-bezier(0, 1, .5, 1)
}

.edgtf-grow-in.edgtf-grow-in-on {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-z-rotate {
    opacity: 0;
    -webkit-transform: rotateZ(7deg);
    -ms-transform: rotate(7deg);
    transform: rotateZ(7deg);
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.edgtf-z-rotate.edgtf-z-rotate-on {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0)
}

.edgtf-x-rotate {
    opacity: 0;
    -webkit-transform: perspective(900px) rotateX(-45deg);
    transform: perspective(900px) rotateX(-45deg);
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86)
}

.edgtf-x-rotate.edgtf-x-rotate-on {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.edgtf-y-translate {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all .7s cubic-bezier(.68, -.65, .265, 1.65);
    transition: all .7s cubic-bezier(.68, -.65, .265, 1.65)
}

.edgtf-y-translate.edgtf-y-translate-on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.edgtf-fade-in-down {
    opacity: 0;
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px);
    -webkit-transition: all .9s cubic-bezier(0, 1, .5, 1);
    transition: all .9s cubic-bezier(0, 1, .5, 1)
}

.edgtf-fade-in-down.edgtf-fade-in-down-on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.edgtf-fade-in-left-x-rotate {
    opacity: 0;
    -webkit-transform: rotateZ(-5deg) translate(-30px, 0);
    -ms-transform: rotate(-5deg) translate(-30px, 0);
    transform: rotateZ(-5deg) translate(-30px, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.edgtf-fade-in-left-x-rotate.edgtf-fade-in-left-x-rotate-on {
    opacity: 1;
    -webkit-transform: rotateZ(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotateZ(0) translate(0, 0)
}

.edgtf-fade-in {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.edgtf-fade-in.edgtf-fade-in-on {
    opacity: 1
}

.edgtf-st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.edgtf-st-loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.edgtf-st-loader2 {
    margin: -50% 0 0 -50%
}

.edgtf-rotate-circles {
    width: 60px;
    height: 20px
}

.edgtf-rotate-circles>div {
    background-color: #333;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1.5s ease infinite;
    animation: ball-fall 1.5s ease infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.edgtf-rotate-circles>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.edgtf-rotate-circles>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.edgtf-rotate-circles>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

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

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

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

.edgtf-st-loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #f45f0b;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

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

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

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

.edgtf-st-loader .double_pulse {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative
}

.edgtf-st-loader .double_pulse .double-bounce1,
.edgtf-st-loader .double_pulse .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f45f0b;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.edgtf-st-loader .double_pulse .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.edgtf-st-loader .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #f45f0b;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.edgtf-st-loader .rotating_cubes {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    position: relative
}

.edgtf-st-loader .rotating_cubes .cube1,
.edgtf-st-loader .rotating_cubes .cube2 {
    background-color: #f45f0b;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.edgtf-st-loader .rotating_cubes .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.edgtf-st-loader .stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size: 10px
}

.edgtf-st-loader .stripes>div {
    background-color: #f45f0b;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.edgtf-st-loader .stripes .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.edgtf-st-loader .stripes .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.edgtf-st-loader .stripes .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.edgtf-st-loader .stripes .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.edgtf-st-loader .wave {
    width: 72px;
    text-align: center;
    margin: -9px 0 0 -36px
}

.edgtf-st-loader .wave>div {
    width: 18px;
    height: 18px;
    background-color: #f45f0b;
    margin: 0 3px 0 0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.edgtf-st-loader .wave .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.edgtf-st-loader .wave .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.edgtf-st-loader .two_rotating_circles {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative;
    text-align: center;
    -webkit-animation: rotatecircles 2s infinite linear;
    animation: rotatecircles 2s infinite linear
}

.edgtf-st-loader .two_rotating_circles .dot1,
.edgtf-st-loader .two_rotating_circles .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #f45f0b;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.edgtf-st-loader .two_rotating_circles .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotatecircles {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatecircles {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.edgtf-st-loader .five_rotating_circles {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: relative
}

.edgtf-st-loader .five_rotating_circles .container1>div,
.edgtf-st-loader .five_rotating_circles .container2>div,
.edgtf-st-loader .five_rotating_circles .container3>div {
    width: 12px;
    height: 12px;
    background-color: #f45f0b;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.edgtf-st-loader .five_rotating_circles .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}

.edgtf-st-loader .five_rotating_circles .container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.edgtf-st-loader .five_rotating_circles .container3 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

.edgtf-st-loader .five_rotating_circles .circle1 {
    top: 0;
    left: 0
}

.edgtf-st-loader .five_rotating_circles .circle2 {
    top: 0;
    right: 0
}

.edgtf-st-loader .five_rotating_circles .circle3 {
    right: 0;
    bottom: 0
}

.edgtf-st-loader .five_rotating_circles .circle4 {
    left: 0;
    bottom: 0
}

.edgtf-st-loader .five_rotating_circles .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.edgtf-st-loader .five_rotating_circles .container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.edgtf-st-loader .five_rotating_circles .container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.edgtf-st-loader .five_rotating_circles .container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.edgtf-st-loader .five_rotating_circles .container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.edgtf-st-loader .five_rotating_circles .container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.edgtf-st-loader .five_rotating_circles .container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.edgtf-st-loader .five_rotating_circles .container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.edgtf-st-loader .five_rotating_circles .container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.edgtf-st-loader .five_rotating_circles .container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.edgtf-st-loader .five_rotating_circles .container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.edgtf-st-loader .atom {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    position: relative
}

.edgtf-st-loader .atom .ball-1 {
    height: 50%;
    width: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    -webkit-animation: atom_shrink 4.5s infinite linear;
    animation: atom_shrink 4.5s infinite linear
}

.edgtf-st-loader .atom .ball-1:before {
    content: '';
    background: #f45f0b;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%
}

.edgtf-st-loader .atom .ball-2,
.edgtf-st-loader .atom .ball-3,
.edgtf-st-loader .atom .ball-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

.edgtf-st-loader .atom .ball-2:before,
.edgtf-st-loader .atom .ball-3:before,
.edgtf-st-loader .atom .ball-4:before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #f45f0b;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute
}

.edgtf-st-loader .atom .ball-2 {
    -webkit-animation: atom_zindex 1.5s .75s infinite steps(2, end);
    animation: atom_zindex 1.5s .75s infinite steps(2, end)
}

.edgtf-st-loader .atom .ball-3 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation: atom_zindex 1.5s -.25s infinite steps(2, end);
    animation: atom_zindex 1.5s -.25s infinite steps(2, end)
}

.edgtf-st-loader .atom .ball-4 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation: atom_zindex 1.5s .25s infinite steps(2, end);
    animation: atom_zindex 1.5s .25s infinite steps(2, end)
}

.edgtf-st-loader .atom .ball-2:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
    animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease
}

.edgtf-st-loader .atom .ball-3:before {
    -webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
    animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease
}

.edgtf-st-loader .atom .ball-4:before {
    -webkit-animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
    animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease
}

@-webkit-keyframes atom_position {
    50% {
        top: 80px;
        left: 80px
    }
}

@keyframes atom_position {
    50% {
        top: 80px;
        left: 80px
    }
}

@-webkit-keyframes atom_size {
    50% {
        -webkit-transform: scale(.5, .5)
    }
}

@keyframes atom_size {
    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }
}

@-webkit-keyframes atom_zindex {
    100% {
        z-index: 10
    }
}

@keyframes atom_zindex {
    100% {
        z-index: 10
    }
}

@-webkit-keyframes atom_shrink {
    50% {
        -webkit-transform: scale(.9, .9)
    }
}

@keyframes atom_shrink {
    50% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9)
    }
}

.edgtf-st-loader .clock {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: clock 8s infinite steps(8);
    animation: clock 8s infinite steps(8)
}

.edgtf-st-loader .clock .ball {
    height: 50px;
    width: 50px;
    position: absolute
}

.edgtf-st-loader .clock .ball:before {
    content: '';
    border-radius: 50%;
    height: 18.31501832px;
    width: 18.31501832px;
    position: absolute;
    background: #f45f0b
}

.edgtf-st-loader .clock .ball-1 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: clock1 1s ease-in infinite;
    animation: clock1 1s ease-in infinite
}

.edgtf-st-loader .clock .ball-2 {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-animation: clock2 1s ease-in infinite;
    animation: clock2 1s ease-in infinite
}

.edgtf-st-loader .clock .ball-3 {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-animation: clock3 1s ease-in infinite;
    animation: clock3 1s ease-in infinite
}

.edgtf-st-loader .clock .ball-4 {
    -webkit-animation: clock4 1s ease-in infinite;
    animation: clock4 1s ease-in infinite
}

@-webkit-keyframes clock {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes clock {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes clock1 {
    0% {
        -webkit-transform: rotate(-135deg)
    }

    30% {
        -webkit-transform: rotate(-450deg)
    }

    100% {
        -webkit-transform: rotate(-450deg)
    }
}

@keyframes clock1 {
    0% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    30% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }

    100% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }
}

@-webkit-keyframes clock2 {
    5% {
        -webkit-transform: rotate(-90deg)
    }

    35% {
        -webkit-transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes clock2 {
    5% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    35% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes clock3 {
    10% {
        -webkit-transform: rotate(-45deg)
    }

    40% {
        -webkit-transform: rotate(-360deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes clock3 {
    10% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    40% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes clock4 {
    15% {
        -webkit-transform: rotate(0)
    }

    45% {
        -webkit-transform: rotate(-315deg)
    }

    100% {
        -webkit-transform: rotate(-315deg)
    }
}

@keyframes clock4 {
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    45% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }

    100% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
}

.edgtf-st-loader .mitosis {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: mitosis_invert 2s infinite steps(2, end);
    animation: mitosis_invert 2s infinite steps(2, end)
}

.edgtf-st-loader .mitosis .ball {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #f45f0b
}

.edgtf-st-loader .mitosis .ball-1 {
    -webkit-animation: mitosis_ball1 1s infinite alternate linear;
    animation: mitosis_ball1 1s infinite alternate linear
}

.edgtf-st-loader .mitosis .ball-2 {
    -webkit-animation: mitosis_ball2 1s infinite alternate linear;
    animation: mitosis_ball2 1s infinite alternate linear
}

.edgtf-st-loader .mitosis .ball-3 {
    -webkit-animation: mitosis_ball3 1s infinite alternate linear;
    animation: mitosis_ball3 1s infinite alternate linear
}

.edgtf-st-loader .mitosis .ball-4 {
    -webkit-animation: mitosis_ball4 1s infinite alternate linear;
    animation: mitosis_ball4 1s infinite alternate linear
}

@-webkit-keyframes mitosis_invert {
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes mitosis_invert {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes mitosis_ball1 {
    12% {
        -webkit-transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(50%, 25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(50%, 50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(50%, 50%) scale(.6, .6)
    }
}

@keyframes mitosis_ball1 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, .8);
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8, .8);
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8, .8);
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(50%, 25%) scale(.6, .8);
        transform: translate(50%, 25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(50%, 50%) scale(.6, .6);
        transform: translate(50%, 50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(50%, 50%) scale(.6, .6);
        transform: translate(50%, 50%) scale(.6, .6)
    }
}

@-webkit-keyframes mitosis_ball2 {
    12% {
        -webkit-transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(50%, -25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(50%, -50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(50%, -50%) scale(.6, .6)
    }
}

@keyframes mitosis_ball2 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(25%) scale(1, .8);
        transform: translateX(25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(50%) scale(.8, .8);
        transform: translateX(50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(50%) scale(.8, .8);
        transform: translateX(50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(50%, -25%) scale(.6, .8);
        transform: translate(50%, -25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(50%, -50%) scale(.6, .6);
        transform: translate(50%, -50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(50%, -50%) scale(.6, .6);
        transform: translate(50%, -50%) scale(.6, .6)
    }
}

@-webkit-keyframes mitosis_ball3 {
    12% {
        -webkit-transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(-50%, 25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(-50%, 50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(-50%, 50%) scale(.6, .6)
    }
}

@keyframes mitosis_ball3 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, .8);
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8, .8);
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8, .8);
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(-50%, 25%) scale(.6, .8);
        transform: translate(-50%, 25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(-50%, 50%) scale(.6, .6);
        transform: translate(-50%, 50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(-50%, 50%) scale(.6, .6);
        transform: translate(-50%, 50%) scale(.6, .6)
    }
}

@-webkit-keyframes mitosis_ball4 {
    12% {
        -webkit-transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(-50%, -25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(-50%, -50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(.6, .6)
    }
}

@keyframes mitosis_ball4 {
    12% {
        -webkit-transform: none;
        transform: none
    }

    26% {
        -webkit-transform: translateX(-25%) scale(1, .8);
        transform: translateX(-25%) scale(1, .8)
    }

    40% {
        -webkit-transform: translateX(-50%) scale(.8, .8);
        transform: translateX(-50%) scale(.8, .8)
    }

    60% {
        -webkit-transform: translateX(-50%) scale(.8, .8);
        transform: translateX(-50%) scale(.8, .8)
    }

    74% {
        -webkit-transform: translate(-50%, -25%) scale(.6, .8);
        transform: translate(-50%, -25%) scale(.6, .8)
    }

    88% {
        -webkit-transform: translate(-50%, -50%) scale(.6, .6);
        transform: translate(-50%, -50%) scale(.6, .6)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(.6, .6);
        transform: translate(-50%, -50%) scale(.6, .6)
    }
}

.edgtf-st-loader .lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}

.edgtf-st-loader .lines .line1,
.edgtf-st-loader .lines .line2,
.edgtf-st-loader .lines .line3,
.edgtf-st-loader .lines .line4 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #f45f0b;
    -webkit-animation: lines_spin 1.5s infinite linear;
    -webkit-animation-timing-function: ease
}

.edgtf-st-loader .lines .line2 {
    -webkit-animation-delay: .1s
}

.edgtf-st-loader .lines .line3 {
    -webkit-animation-delay: .2s
}

.edgtf-st-loader .lines .line4 {
    -webkit-animation-delay: .3s
}

@-webkit-keyframes lines_spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes lines_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.edgtf-st-loader .fussion {
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px;
    position: relative
}

.edgtf-st-loader .fussion .ball {
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    background: #f45f0b;
    border-radius: 50%;
    float: left;
    position: absolute
}

.edgtf-st-loader .fussion .ball-1 {
    background: #f45f0b;
    top: 0;
    left: 50%;
    -webkit-animation: fussion_ball1 1s 0s ease infinite;
    animation: fussion_ball1 1s 0s ease infinite;
    z-index: 1
}

.edgtf-st-loader .fussion .ball-2 {
    background: #f45f0b;
    top: 50%;
    left: 100%;
    -webkit-animation: fussion_ball2 1s 0s ease infinite;
    animation: fussion_ball2 1s 0s ease infinite;
    z-index: 2
}

.edgtf-st-loader .fussion .ball-3 {
    background: #f45f0b;
    top: 100%;
    left: 50%;
    -webkit-animation: fussion_ball3 1s 0s ease infinite;
    animation: fussion_ball3 1s 0s ease infinite;
    z-index: 1
}

.edgtf-st-loader .fussion .ball-4 {
    background: #f45f0b;
    top: 50%;
    left: 0;
    -webkit-animation: fussion_ball4 1s 0s ease infinite;
    animation: fussion_ball4 1s 0s ease infinite;
    z-index: 2
}

@-webkit-keyframes fussion_ball1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@keyframes fussion_ball1 {
    50% {
        top: -100%;
        left: 200%
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}

@-webkit-keyframes fussion_ball2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@keyframes fussion_ball2 {
    50% {
        top: 200%;
        left: 200%
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}

@-webkit-keyframes fussion_ball3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@keyframes fussion_ball3 {
    50% {
        top: 200%;
        left: -100%
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}

@-webkit-keyframes fussion_ball4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

@keyframes fussion_ball4 {
    50% {
        top: -100%;
        left: -100%
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}

.edgtf-st-loader .wave_circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

.edgtf-st-loader .wave_circles .ball {
    height: 30px;
    width: 30px;
    float: left;
    background: #f45f0b;
    border-radius: 50%;
    margin-right: 10px
}

.edgtf-st-loader .wave_circles .ball-1 {
    -webkit-animation: wave_jump3 1.8s infinite ease-out;
    animation: wave_jump3 1.8s infinite ease-out
}

.edgtf-st-loader .wave_circles .ball-2 {
    -webkit-animation: wave_jump2 1.8s infinite ease-out;
    animation: wave_jump2 1.8s infinite ease-out
}

.edgtf-st-loader .wave_circles .ball-3 {
    -webkit-animation: wave_jump1 1.8s infinite ease-out;
    animation: wave_jump1 1.8s infinite ease-out
}

.edgtf-st-loader .wave_circles .ball-4 {
    margin-right: 0;
    -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
    animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

@-webkit-keyframes wave_jump1 {
    12% {
        -webkit-transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in
    }

    24% {
        -webkit-transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0)
    }
}

@keyframes wave_jump1 {
    12% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    24% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}

@-webkit-keyframes wave_jump2 {
    12% {
        -webkit-transform: translate(0, 0)
    }

    24% {
        -webkit-transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in
    }

    36% {
        -webkit-transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0)
    }
}

@keyframes wave_jump2 {
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    24% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    36% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}

@-webkit-keyframes wave_jump3 {
    24% {
        -webkit-transform: translate(0, 0)
    }

    36% {
        -webkit-transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in
    }

    48% {
        -webkit-transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0)
    }
}

@keyframes wave_jump3 {
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    36% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    48% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }

    100% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}

@-webkit-keyframes wave_wipe {
    48% {
        -webkit-transform: translateX(-120px)
    }

    100% {
        -webkit-transform: translateX(-120px)
    }
}

@keyframes wave_wipe {
    48% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }

    100% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }
}

.edgtf-st-loader .pulse_circles {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    position: relative
}

.edgtf-st-loader .pulse_circles * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-st-loader .pulse_circles .ball {
    height: 100%;
    width: 100%;
    background: #f45f0b;
    position: absolute;
    border-radius: 50%;
    border: 0 solid #f45f0b;
    -webkit-animation: pulse_circles_pulse 3s infinite;
    animation: pulse_circles_pulse 3s infinite
}

.edgtf-st-loader .pulse_circles .ball-2 {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s
}

.edgtf-st-loader .pulse_circles .ball-3 {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s
}

.edgtf-st-loader .pulse_circles .ball-4 {
    -webkit-animation-delay: -2.25s;
    animation-delay: -2.25s
}

@-webkit-keyframes pulse_circles_pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
        border-width: 0
    }
}

@keyframes pulse_circles_pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0
    }
}

.offbeat-loader {
    position: relative;
    display: block;
    vertical-align: middle;
    width: 90px;
    height: 90px
}

.offbeat-loader .loader-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.offbeat-loader .loader-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: spinning-vinyl 2.5s ease infinite;
    animation: spinning-vinyl 2.5s ease infinite
}

@-webkit-keyframes spinning-vinyl {

    0%,
    100% {
        -webkit-transform: rotate(360deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(-360deg) scale(1.1)
    }
}

@keyframes spinning-vinyl {

    0%,
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(-360deg) scale(1.1);
        transform: rotate(-360deg) scale(1.1)
    }
}

#respond input[type=text],
#respond textarea,
.edgtf-style-form textarea,
.post-password-form input[type=password],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.edgtf-wrapper input[type=email],
.edgtf-wrapper input[type=password],
.edgtf-wrapper input[type=text] {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 8px 18px !important;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    font-weight: inherit;
    color: #000;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out
}

#respond input:focus[type=text],
#respond textarea:focus,
.edgtf-style-form textarea:focus,
.wpcf7-form-control.wpcf7-date:focus,
.wpcf7-form-control.wpcf7-number:focus,
.wpcf7-form-control.wpcf7-quiz:focus,
.wpcf7-form-control.wpcf7-select:focus,
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.edgtf-wrapper input:focus[type=email],
.edgtf-wrapper input:focus[type=password],
.edgtf-wrapper input:focus[type=text] {
    color: #000;
    border-color: #757575
}

#respond input[type=text]::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder,
.edgtf-style-form textarea::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-date::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-number::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-select::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder,
.edgtf-wrapper input[type=email]::-webkit-input-placeholder,
.edgtf-wrapper input[type=password]::-webkit-input-placeholder,
.edgtf-wrapper input[type=text]::-webkit-input-placeholder {
    color: inherit
}

#respond input:-moz-placeholder[type=text],
#respond textarea:-moz-placeholder,
.edgtf-style-form textarea:-moz-placeholder,
.wpcf7-form-control.wpcf7-date:-moz-placeholder,
.wpcf7-form-control.wpcf7-number:-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz:-moz-placeholder,
.wpcf7-form-control.wpcf7-select:-moz-placeholder,
.wpcf7-form-control.wpcf7-text:-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder,
.edgtf-wrapper input:-moz-placeholder[type=email],
.edgtf-wrapper input:-moz-placeholder[type=password],
.edgtf-wrapper input:-moz-placeholder[type=text] {
    color: inherit;
    opacity: 1
}

#respond input[type=text]::-moz-placeholder,
#respond textarea::-moz-placeholder,
.edgtf-style-form textarea::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.wpcf7-form-control.wpcf7-date::-moz-placeholder,
.wpcf7-form-control.wpcf7-number::-moz-placeholder,
.wpcf7-form-control.wpcf7-quiz::-moz-placeholder,
.wpcf7-form-control.wpcf7-select::-moz-placeholder,
.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder,
.edgtf-wrapper input[type=email]::-moz-placeholder,
.edgtf-wrapper input[type=password]::-moz-placeholder,
.edgtf-wrapper input[type=text]::-moz-placeholder {
    color: inherit;
    opacity: 1
}

#respond input:-ms-input-placeholder[type=text],
#respond textarea:-ms-input-placeholder,
.edgtf-style-form textarea:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-date:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-number:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-select:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder,
.edgtf-wrapper input:-ms-input-placeholder[type=email],
.edgtf-wrapper input:-ms-input-placeholder[type=password],
.edgtf-wrapper input:-ms-input-placeholder[type=text] {
    color: inherit
}

.edgtf-comment-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-comment-holder .edgtf-comment-holder-inner {
    padding: 59px 0 27px
}

.edgtf-comment-holder .edgtf-comment.edgtf-pingback-comment .edgtf-comment-text {
    padding: 0
}

.edgtf-comment-holder .edgtf-comment-list {
    list-style: none;
    position: relative;
    z-index: 150;
    padding: 0;
    margin: 0
}

.edgtf-comment-holder .edgtf-comment-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 25px 0 0;
    padding: 15px 0 0
}

.edgtf-comment-holder .edgtf-comment-list>li:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.edgtf-comment-holder .edgtf-comment-list .edgtf-comment {
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1
}

.edgtf-comment-holder .edgtf-comment-list .children {
    padding: 0 0 0 81px
}

.edgtf-comment-holder .edgtf-comments-title {
    margin-bottom: 40px
}

.edgtf-comment-holder .edgtf-comments-title>* {
    margin: 0
}

.edgtf-comment-holder .edgtf-comment-image {
    position: relative;
    display: block;
    top: 10px;
    left: -4px;
    width: 82px;
    height: 82px;
    float: left
}

.edgtf-comment-holder .edgtf-comment-image img {
    display: block;
    border-radius: 4em
}

.edgtf-comment-holder .edgtf-comment-text {
    padding: 0 0 0 98px;
    min-height: 82px
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 18px 0 0
}

.edgtf-comment-holder .edgtf-comment-text .comment-edit-link,
.edgtf-comment-holder .edgtf-comment-text .comment-reply-link,
.edgtf-comment-holder .edgtf-comment-text .replay {
    float: right;
    margin-left: 10px;
    font-family: var(--font-family-secondary);
    font-weight: var(----font-weight-bold);
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .2em;
    text-transform: uppercase
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name {
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-date {
    display: block;
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 16px;
    color: #f45f0b
}

.edgtf-comment-holder .edgtf-comment-text .edgtf-text-holder p {
    margin: 8px 0
}

.edgtf-comment-holder .edgtf-comment-text .comment-respond {
    margin: 20px 0
}

.edgtf-comment-holder .edgtf-comment-text .comment-respond .comment-reply-title {
    margin: 0 0 10px;
    font-size: 14px
}

.edgtf-comment-holder .edgtf-comment-text .comment-respond .logged-in-as {
    margin: 0 0 8px
}

.edgtf-comment-holder .edgtf-comment-text #cancel-comment-reply-link {
    margin-left: 10px;
    font-size: 12px;
    color: #f45f0b
}

.edgtf-comment-holder .edgtf-comment-text #cancel-comment-reply-link:hover {
    color: #000
}

.edgtf-comment-holder .edgtf-comment-text ol li,
.edgtf-comment-holder .edgtf-comment-text ul li {
    display: list-item
}

.edgtf-comment-holder .edgtf-comment-text li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.edgtf-comment-form {
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-comment-form .edgtf-comment-form-inner {
    padding: 71px 0 78px
}

.edgtf-comment-form .comment-reply-title {
    margin: 0 0 22px
}

.edgtf-comment-form .logged-in-as {
    margin: 0 0 8px
}

@media only screen and (max-width:768px) {
    .edgtf-comment-holder .edgtf-comment-list .children {
        padding: 0 0 0 40px
    }
}

@media only screen and (max-width:680px) {
    .edgtf-comment-holder .edgtf-comment-list .children {
        padding: 0
    }

    .edgtf-comment-holder .edgtf-comment-text .edgtf-comment-date,
    .edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name {
        float: none
    }

    .edgtf-comment-holder .edgtf-comment-text .comment-edit-link,
    .edgtf-comment-holder .edgtf-comment-text .comment-reply-link,
    .edgtf-comment-holder .edgtf-comment-text .replay {
        float: none;
        margin: 0 10px 0 0
    }
}

@media only screen and (max-width:480px) {
    .edgtf-comment-holder .edgtf-comment-image {
        float: none
    }

    .edgtf-comment-holder .edgtf-comment-text {
        padding: 20px 0 0;
        min-height: inherit
    }
}

.post-password-form input[type=password] {
    margin-top: 10px;
    display: block;
    max-width: 540px
}

footer .wpcf7-form-control.wpcf7-date,
footer .wpcf7-form-control.wpcf7-number,
footer .wpcf7-form-control.wpcf7-quiz,
footer .wpcf7-form-control.wpcf7-select,
footer .wpcf7-form-control.wpcf7-text,
footer .wpcf7-form-control.wpcf7-textarea {
    margin: 0
}

#submit_comment,
.post-password-form input[type=submit],
.edgtf-wrapper input.wpcf7-form-control.wpcf7-submit {
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .15em;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    padding: 15px 46px;
    color: #fff;
    background-color: #f45f0b;
    border: 2px solid transparent;
    border-radius: 3px;
    cursor: pointer
}

#submit_comment:hover,
.post-password-form input[type=submit]:hover,
.edgtf-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background-color: #000
}

.wpcf7-form p,
p.form-submit {
    margin: 0
}

#respond textarea,
.edgtf-style-form textarea,
.wpcf7-form textarea {
    display: block;
    padding: 12px 18px
}

@media only screen and (max-width:680px) {
    .edgtf-two-columns-form-without-space input.wpcf7-form-control.wpcf7-submit {
        padding: 0 22px;
        font-size: 13px
    }
}

.edgtf-two-columns-form-without-space .wpcf7-form .ajax-loader {
    display: none
}

footer .widget.edgtf-contact-form-7-widget div.wpcf7-response-output {
    margin: 3em 0 0
}

.wpb_revslider_element div.wpcf7-response-output {
    margin: 2em 0 0;
    font-size: 13px
}

.edgtf-newsletter-form {
    max-width: 256px
}

.edgtf-newsletter-form.custom-landing-style .wpcf7-form-control.wpcf7-text {
    color: #000 !important;
    border-color: #000 !important
}

.edgtf-newsletter-form.custom-landing-style .wpcf7-form-control.wpcf7-text:focus {
    border-color: #000 !important
}

.edgtf-newsletter-form .ajax-loader {
    display: none !important
}

.edgtf-newsletter-form .wpcf7-form-control-wrap {
    display: block
}

.edgtf-newsletter-form span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: 105%;
    font-size: 13px
}

.edgtf-newsletter-form .edgtf-column-left {
    padding-right: 10px
}

.edgtf-newsletter-form .edgtf-column-right {
    position: relative
}

.edgtf-newsletter-form .edgtf-column-right:hover:after {
    color: #000;
    background-color: #fff
}

.edgtf-newsletter-form .edgtf-column-right:after {
    content: '\45';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: ElegantIcons;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #f45f0b;
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.edgtf-newsletter-form .wpcf7-form-control.wpcf7-text {
    height: 34px;
    line-height: 24px;
    margin: 0 !important;
    padding: 4px 12px 6px !important;
    color: #fff !important;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, .2) !important;
    border-radius: 5px
}

.edgtf-newsletter-form .wpcf7-form-control.wpcf7-text:focus {
    border-color: rgba(255, 255, 255, .2) !important
}

.edgtf-newsletter-form .wpcf7-form-control.wpcf7-submit {
    width: 34px;
    height: 34px;
    padding: 0;
    font-size: 0;
    color: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    z-index: 2
}

.edgtf-owl-slider {
    visibility: hidden
}

.edgtf-owl-slider .owl-stage-outer {
    z-index: 1
}

.edgtf-owl-slider.edgtf-slider-is-moving .owl-item .edgtf-block-drag-link {
    z-index: -1 !important
}

.edgtf-owl-slider.edgtf-slider-has-both-nav .owl-nav .owl-next,
.edgtf-owl-slider.edgtf-slider-has-both-nav .owl-nav .owl-prev {
    -webkit-transform: translateY(calc(-50% - 28px));
    -ms-transform: translateY(calc(-50% - 28px));
    transform: translateY(calc(-50% - 28px))
}

.edgtf-owl-slider.edgtf-slider-hide-pagination .owl-dots {
    display: none
}

.edgtf-owl-slider .owl-nav .owl-next,
.edgtf-owl-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.edgtf-owl-slider .owl-nav .owl-next:hover,
.edgtf-owl-slider .owl-nav .owl-prev:hover {
    color: #f45f0b
}

.edgtf-owl-slider .owl-nav .owl-next>span,
.edgtf-owl-slider .owl-nav .owl-prev>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    line-height: 1
}

.edgtf-owl-slider .owl-nav .owl-next>span:before,
.edgtf-owl-slider .owl-nav .owl-prev>span:before {
    display: block;
    line-height: inherit
}

.edgtf-owl-slider .owl-nav .owl-prev {
    left: 20px
}

.edgtf-owl-slider .owl-nav .owl-next {
    right: 20px
}

.edgtf-owl-slider .owl-dots {
    text-align: center;
    margin: 30px 0 0
}

.edgtf-owl-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle
}

.edgtf-owl-slider .owl-dots .owl-dot span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 3em;
    background-color: #eae7de;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(.83);
    -ms-transform: scale(.83);
    transform: scale(.83);
    -webkit-transition: -webkit-transform .2s ease-out, background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out, -webkit-transform .2s ease-out;
    transition: background-color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, background-color .2s ease-out;
    transition: transform .2s ease-out, background-color .2s ease-out, -webkit-transform .2s ease-out
}

.edgtf-owl-slider .owl-dots .owl-dot.active span,
.edgtf-owl-slider .owl-dots .owl-dot:hover span {
    background-color: #f45f0b;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-owl-slider .owl-carousel .owl-item img {
    -webkit-transform: translateZ(0)
}

.error404 .edgtf-content,
.error404 .edgtf-wrapper {
    background-color: #000
}

.error404 .edgtf-page-header .edgtf-menu-area {
    background-color: transparent
}

.error404 .edgtf-page-not-found {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 190px 30px 128px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.error404 .edgtf-page-not-found .edgtf-404-title-image {
    margin-bottom: 44px
}

.error404 .edgtf-page-not-found .edgtf-404-title-image img {
    display: block;
    margin: 0 auto
}

.error404 .edgtf-page-not-found .edgtf-404-subtitle {
    display: block;
    margin: 0 0 7px
}

.error404 .edgtf-page-not-found .edgtf-404-title {
    margin: 0;
    color: #fff
}

.error404 .edgtf-page-not-found .edgtf-404-text {
    margin: 30px auto 0;
    max-width: 44%;
    color: #fff
}

.error404 .edgtf-page-not-found .edgtf-btn {
    margin: 62px 0 0
}

.error404 .edgtf-page-not-found .edgtf-btn.edgtf-btn-light-style {
    color: #fff;
    background-color: #f45f0b;
    border-color: #f45f0b
}

.error404 .edgtf-page-not-found .edgtf-btn.edgtf-btn-light-style:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

@media only screen and (max-width:1440px) {
    .error404 .edgtf-page-not-found .edgtf-404-text {
        max-width: 60%
    }
}

@media only screen and (max-width:1024px) {
    .error404 .edgtf-content {
        height: 100%;
        min-height: 100vh
    }

    .error404 .edgtf-page-not-found .edgtf-404-text {
        max-width: 80%
    }

    .error404.admin-bar .edgtf-content {
        height: 100%;
        min-height: calc(100vh - 32px)
    }
}

@media only screen and (max-width:680px) {
    .error404 .edgtf-page-not-found .edgtf-404-text {
        max-width: 100%
    }
}

#edgtf-back-to-top {
    position: fixed;
    width: 40px;
    right: 25px;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: opacity .15s ease-out, visibility .15s ease-out;
    transition: opacity .15s ease-out, visibility .15s ease-out;
    opacity: 0;
    visibility: hidden
}

#edgtf-back-to-top.off {
    opacity: 0;
    visibility: hidden
}

#edgtf-back-to-top.on {
    opacity: 1;
    visibility: visible
}

#edgtf-back-to-top>span {
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #f45f0b;
    font-size: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#edgtf-back-to-top span span {
    display: block;
    line-height: inherit
}

#edgtf-back-to-top span span:before {
    position: relative;
    left: -1px
}

.edgtf-back-side,
.edgtf-front-side {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.edgtf-front-side {
    background-color: #313131;
    z-index: 1
}

#edgtf-back-to-top.off .edgtf-front-side {
    -webkit-transform: rotateX(-90deg) translateZ(20px);
    transform: rotateX(-90deg) translateZ(20px)
}

#edgtf-back-to-top.on .edgtf-front-side {
    -webkit-transform: rotateX(0) translateZ(20px);
    transform: rotateX(0) translateZ(20px)
}

.edgtf-back-side {
    background-color: #f1f1f1;
    -webkit-transform: rotateX(-90deg) translateZ(20px);
    transform: rotateX(-90deg) translateZ(20px)
}

#edgtf-back-to-top:hover .edgtf-front-side {
    -webkit-transform: rotateX(90deg) translateZ(20px);
    transform: rotateX(90deg) translateZ(20px)
}

#edgtf-back-to-top:hover .edgtf-back-side {
    -webkit-transform: rotateX(0) translateZ(20px);
    transform: rotateX(0) translateZ(20px);
    z-index: 1
}

.edgtf-self-hosted-video-holder .edgtf-video-wrap .mejs-container,
.edgtf-self-hosted-video-holder .edgtf-video-wrap .mejs-overlay-play,
.edgtf-self-hosted-video-holder .edgtf-video-wrap .mejs-poster {
    height: 100% !important;
    /*!important because of the inline style*/
    width: 100% !important
        /*!important because of the inline style*/
}

.widget.edgtf-author-info-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.edgtf-author-info-widget .edgtf-widget-title {
    margin-bottom: 40px
}

.widget.edgtf-author-info-widget .edgtf-aiw-image img {
    display: block;
    margin: 0 auto;
    border-radius: 100%
}

.widget.edgtf-author-info-widget .edgtf-aiw-title {
    margin: 28px 0 0
}

.widget.edgtf-author-info-widget .edgtf-aiw-text {
    margin: 10px 0 0
}

.widget.edgtf-custom-font-widget {
    margin: 0
}

.widget.edgtf-custom-font-widget>* {
    margin: 0
}

input[type=search]::-webkit-search-cancel-button,
.edgtf-wrapper input[type=search]::-webkit-search-decoration,
.edgtf-wrapper input[type=search]::-webkit-search-results-button,
.edgtf-wrapper input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

input[type=text]::-ms-clear {
    display: none
}

aside.edgtf-sidebar {
    position: relative;
    z-index: 11;
    margin: 0 0 60px
}

aside.edgtf-sidebar .widget:last-child {
    margin: 0 !important
}

aside.edgtf-sidebar .widget .edgtf-widget-title {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor
}

.edgtf-content-bottom,
.wpb_widgetised_column {
    position: relative
}

.edgtf-content-bottom .widget:last-child,
.wpb_widgetised_column .widget:last-child {
    margin: 0 !important
}

.edgtf-content-bottom .widget .edgtf-widget-title,
.wpb_widgetised_column .widget .edgtf-widget-title {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor
}

.edgtf-content-bottom .widget.widget_nav_menu ul li,
.wpb_widgetised_column .widget.widget_nav_menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px
}

.edgtf-content-bottom .widget.widget_nav_menu ul li:before,
.wpb_widgetised_column .widget.widget_nav_menu ul li:before {
    display: none
}

.edgtf-content-bottom .widget.widget_nav_menu ul li a,
.wpb_widgetised_column .widget.widget_nav_menu ul li a {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 27px;
    font-weight: var(--font-weight-medium);
    letter-spacing: .15em;
    text-transform: uppercase
}

.edgtf-content-bottom .widget {
    margin: 0;
    text-align: center
}

.widget {
    margin: 0 0 30px
}

.widget .edgtf-widget-title {
    margin: 0 0 38px
}

.widget .edgtf-widget-title:after {
    content: '.';
    color: #f45f0b
}

.widget .edgtf-widget-title a {
    color: inherit
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget ul li {
    margin: 0 0 10px
}

.widget ul li:last-child {
    margin: 0
}

.widget.widget_text img {
    display: block
}

.widget #wp-calendar {
    width: 100%;
    text-align: center
}

.widget #wp-calendar caption {
    color: #000;
    margin: 0 0 15px
}

.widget #wp-calendar td,
.widget #wp-calendar th {
    padding: 3px 4px
}

.widget #wp-calendar td#today {
    color: #fff;
    background-color: #f45f0b
}

.widget #wp-calendar td#today a {
    color: inherit
}

.widget.widget_rss .edgtf-widget-title .rsswidget:hover {
    color: #f45f0b
}

.widget.widget_rss .rss-widget-icon {
    display: inline-block
}

.widget.widget_rss ul li {
    margin: 0 0 25px
}

.widget.widget_rss ul li .rss-date {
    display: block
}

.widget.widget_product_search .edgtf-widget-title,
.widget.widget_search .edgtf-widget-title {
    margin: 0 0 40px
}

.widget.widget_product_search form,
.widget.widget_search form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both
}

.widget.widget_product_search form>div,
.widget.widget_search form>div {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.widget_product_search button,
.widget.widget_product_search input,
.widget.widget_search button,
.widget.widget_search input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 34px;
    font-family: inherit;
    font-size: 13px;
    line-height: 34px;
    font-weight: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.widget_product_search input,
.widget.widget_search input {
    width: calc(100% - 43px);
    padding: 10px 0 10px 15px;
    color: #757575;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.widget.widget_product_search input:focus,
.widget.widget_search input:focus {
    color: #757575
}

.widget.widget_product_search input::-webkit-input-placeholder,
.widget.widget_search input::-webkit-input-placeholder {
    color: inherit
}

.widget.widget_product_search input:-moz-placeholder,
.widget.widget_search input:-moz-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input::-moz-placeholder,
.widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.widget.widget_product_search input:-ms-input-placeholder,
.widget.widget_search input:-ms-input-placeholder {
    color: inherit
}

.widget.widget_product_search .edgtf-search-form-button,
.widget.widget_product_search button,
.widget.widget_search .edgtf-search-form-button,
.widget.widget_search button {
    width: 34px;
    padding: 0;
    margin-left: 9px;
    font-family: ElegantIcons;
    font-size: 14px;
    color: #fff;
    background-color: #f45f0b;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out
}

.widget.widget_product_search .edgtf-search-form-button:hover,
.widget.widget_product_search button:hover,
.widget.widget_search .edgtf-search-form-button:hover,
.widget.widget_search button:hover {
    background-color: #000
}

.widget.widget_product_search .edgtf-search-form-button span,
.widget.widget_product_search button span,
.widget.widget_search .edgtf-search-form-button span,
.widget.widget_search button span {
    display: block;
    line-height: inherit
}

.widget.widget_product_search .edgtf-search-form-button span:before,
.widget.widget_product_search button span:before,
.widget.widget_search .edgtf-search-form-button span:before,
.widget.widget_search button span:before {
    display: block;
    line-height: inherit
}

.widget.widget_product_search .edgtf-search-form-inner,
.widget.widget_search .edgtf-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative
}

.widget.widget_product_search .edgtf-search-form-field,
.widget.widget_search .edgtf-search-form-field {
    height: 34px;
    padding: 10px 0 10px 15px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 34px;
    border-radius: 5px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.widget_product_search .edgtf-search-form-field::-webkit-search-cancel-button,
.widget.widget_search .edgtf-search-form-field::-webkit-search-cancel-button {
    display: none
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon {
    height: 34px;
    width: 34px;
    padding: 0
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside {
    position: absolute;
    background-color: transparent !important;
    border: none !important;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside span,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside span {
    display: block;
    line-height: inherit
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside span:before,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside span:before {
    display: block;
    line-height: inherit
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside:hover,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-inside:hover {
    color: #fff
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-outside,
.widget.widget_search .edgtf-search-form-button.edgtf--has-icon.edgtf--button-outside {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--button-outside,
.widget.widget_search .edgtf-search-form-button.edgtf--button-outside {
    margin-left: 8px !important;
    padding: 0 10px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
}

.widget.widget_product_search .edgtf-search-form-button:not(.edgtf--has-icon),
.widget.widget_search .edgtf-search-form-button:not(.edgtf--has-icon) {
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 27px;
    letter-spacing: .15em;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    padding: 0 10px
}

.widget.widget_product_search .edgtf-search-form-button.edgtf--button-only,
.widget.widget_search .edgtf-search-form-button.edgtf--button-only {
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.widget.widget_product_search .wp-block-search__button-inside .edgtf-search-form-field,
.widget.widget_search .wp-block-search__button-inside .edgtf-search-form-field {
    width: 100%
}

.widget.widget_product_search .wp-block-search__button-inside.wp-block-search__icon-button .edgtf-search-form-field,
.widget.widget_search .wp-block-search__button-inside.wp-block-search__icon-button .edgtf-search-form-field {
    padding-right: 40px
}

.widget.widget_product_search .wp-block-search__button-inside.wp-block-search__text-button .edgtf-search-form-field,
.widget.widget_search .wp-block-search__button-inside.wp-block-search__text-button .edgtf-search-form-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.widget.widget_product_search .wp-block-search__button-inside.wp-block-search__text-button .edgtf-search-form-button,
.widget.widget_search .wp-block-search__button-inside.wp-block-search__text-button .edgtf-search-form-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.widget.widget_product_search .wp-block-search__no-button .edgtf-search-form-field,
.widget.widget_search .wp-block-search__no-button .edgtf-search-form-field {
    width: 100%
}

.widget.widget_archive .edgtf-widget-title,
.widget.widget_categories .edgtf-widget-title,
.widget.widget_meta .edgtf-widget-title,
.widget.widget_nav_menu .edgtf-widget-title,
.widget.widget_pages .edgtf-widget-title,
.widget.widget_recent_comments .edgtf-widget-title {
    margin: 0 0 31px
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_recent_comments ul li {
    margin: 5px 0;
    padding: 0
}

.widget.widget_archive ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_meta ul li ul,
.widget.widget_nav_menu ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_recent_comments ul li ul {
    margin: 5px 0 0;
    padding: 0 0 0 10px
}

.widget.widget_archive ul li ul li:last-child,
.widget.widget_categories ul li ul li:last-child,
.widget.widget_meta ul li ul li:last-child,
.widget.widget_nav_menu ul li ul li:last-child,
.widget.widget_pages ul li ul li:last-child,
.widget.widget_recent_comments ul li ul li:last-child {
    margin-bottom: 0
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li {
    position: relative;
    padding-left: 20px
}

.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before {
    position: absolute;
    top: 0;
    left: -9px;
    content: '\45';
    font-family: ElegantIcons;
    font-size: 25px;
    line-height: inherit;
    color: #f45f0b
}

.widget.widget_recent_entries ul li {
    margin: 0 0 12px
}

.widget.widget_recent_entries ul li>span {
    display: block;
    font-size: 14px
}

.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 54px;
    padding: 0 18px;
    line-height: 54px;
    color: #757575;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.posts_holder ul li.page_item_has_children>a {
    display: block
}

.widget.posts_holder ul li.page_item_has_children>ul.children {
    padding-left: 10px
}

.widget.posts_holder ul li.menu-item-has-children>a {
    display: block
}

.widget.posts_holder ul li.menu-item-has-children>ul.sub-menu {
    padding-left: 10px
}

.widget.widget_tag_cloud .edgtf-widget-title {
    margin: 0 0 28px
}

.widget.widget_tag_cloud a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 8px 0;
    padding: 0 10px;
    font-family: inherit;
    font-size: 14px !important;
    line-height: 31px;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out
}

.widget.widget_tag_cloud a:hover {
    background-color: #f45f0b
}

.widget.edgtf-blog-list-widget .edgtf-widget-title {
    margin-bottom: 40px
}

.vc_wp_search .widget.widget_search form>div {
    background-color: #fff;
    border: none
}

.vc_wp_search .widget.widget_search input {
    width: calc(100% - 66px);
    padding: 0 0 0 33px;
    font-size: 15px
}

.vc_wp_search .widget.widget_search button {
    width: 66px;
    padding: 0 39px 0 9px
}

.edgtf-mobile-header .widget,
.edgtf-page-header .widget,
.edgtf-sticky-header .widget,
.edgtf-top-bar .widget {
    margin: 0
}

.edgtf-mobile-header .widget.widget_archive,
.edgtf-mobile-header .widget.widget_calendar,
.edgtf-mobile-header .widget.widget_categories,
.edgtf-mobile-header .widget.widget_meta,
.edgtf-mobile-header .widget.widget_nav_menu,
.edgtf-mobile-header .widget.widget_pages,
.edgtf-mobile-header .widget.widget_recent_comments,
.edgtf-mobile-header .widget.widget_recent_entries,
.edgtf-mobile-header .widget.widget_rss,
.edgtf-mobile-header .widget.widget_search,
.edgtf-mobile-header .widget.widget_tag_cloud,
.edgtf-page-header .widget.widget_archive,
.edgtf-page-header .widget.widget_calendar,
.edgtf-page-header .widget.widget_categories,
.edgtf-page-header .widget.widget_meta,
.edgtf-page-header .widget.widget_nav_menu,
.edgtf-page-header .widget.widget_pages,
.edgtf-page-header .widget.widget_recent_comments,
.edgtf-page-header .widget.widget_recent_entries,
.edgtf-page-header .widget.widget_rss,
.edgtf-page-header .widget.widget_search,
.edgtf-page-header .widget.widget_tag_cloud,
.edgtf-sticky-header .widget.widget_archive,
.edgtf-sticky-header .widget.widget_calendar,
.edgtf-sticky-header .widget.widget_categories,
.edgtf-sticky-header .widget.widget_meta,
.edgtf-sticky-header .widget.widget_nav_menu,
.edgtf-sticky-header .widget.widget_pages,
.edgtf-sticky-header .widget.widget_recent_comments,
.edgtf-sticky-header .widget.widget_recent_entries,
.edgtf-sticky-header .widget.widget_rss,
.edgtf-sticky-header .widget.widget_search,
.edgtf-sticky-header .widget.widget_tag_cloud,
.edgtf-top-bar .widget.widget_archive,
.edgtf-top-bar .widget.widget_calendar,
.edgtf-top-bar .widget.widget_categories,
.edgtf-top-bar .widget.widget_meta,
.edgtf-top-bar .widget.widget_nav_menu,
.edgtf-top-bar .widget.widget_pages,
.edgtf-top-bar .widget.widget_recent_comments,
.edgtf-top-bar .widget.widget_recent_entries,
.edgtf-top-bar .widget.widget_rss,
.edgtf-top-bar .widget.widget_search,
.edgtf-top-bar .widget.widget_tag_cloud {
    display: none !important
}

.edgtf-page-footer .widget,
.edgtf-side-menu .widget {
    color: #fff
}

.edgtf-page-footer .widget:last-child,
.edgtf-side-menu .widget:last-child {
    margin: 0 !important
}

.edgtf-page-footer .widget h1,
.edgtf-page-footer .widget h2,
.edgtf-page-footer .widget h3,
.edgtf-page-footer .widget h4,
.edgtf-page-footer .widget h5,
.edgtf-page-footer .widget h6,
.edgtf-side-menu .widget h1,
.edgtf-side-menu .widget h2,
.edgtf-side-menu .widget h3,
.edgtf-side-menu .widget h4,
.edgtf-side-menu .widget h5,
.edgtf-side-menu .widget h6 {
    margin: 0;
    color: #fff
}

.edgtf-page-footer .widget .edgtf-widget-title,
.edgtf-side-menu .widget .edgtf-widget-title {
    color: #fff;
    margin: 0 0 35px
}

.edgtf-page-footer .widget a,
.edgtf-side-menu .widget a {
    color: var(--text-dark);
}

.edgtf-page-footer .widget a:hover,
.edgtf-side-menu .widget a:hover {
    color: #f45f0b
}

.edgtf-page-footer .widget table tbody tr,
.edgtf-page-footer .widget table thead tr,
.edgtf-side-menu .widget table tbody tr,
.edgtf-side-menu .widget table thead tr {
    border-color: #fff
}

.edgtf-page-footer .widget table tbody th,
.edgtf-side-menu .widget table tbody th {
    border-right-color: #fff
}

.edgtf-page-footer .widget #wp-calendar caption,
.edgtf-side-menu .widget #wp-calendar caption {
    color: #fff
}

.edgtf-page-footer .widget.widget_rss .edgtf-footer-widget-title .rsswidget,
.edgtf-side-menu .widget.widget_rss .edgtf-footer-widget-title .rsswidget {
    color: #fff
}

.edgtf-page-footer .widget.widget_rss .edgtf-footer-widget-title .rsswidget:hover,
.edgtf-side-menu .widget.widget_rss .edgtf-footer-widget-title .rsswidget:hover {
    color: #f45f0b
}

.edgtf-page-footer .widget.widget_search button,
.edgtf-page-footer .widget.widget_search input,
.edgtf-side-menu .widget.widget_search button,
.edgtf-side-menu .widget.widget_search input {
    color: #fff
}

.edgtf-page-footer .widget.widget_search input,
.edgtf-side-menu .widget.widget_search input {
    border: 1px solid #3c3c3c
}

.edgtf-page-footer .widget.widget_search button:hover,
.edgtf-side-menu .widget.widget_search button:hover {
    color: #000;
    background-color: #fff
}

.edgtf-page-footer .widget.widget_archive select,
.edgtf-page-footer .widget.widget_categories select,
.edgtf-page-footer .widget.widget_text select,
.edgtf-side-menu .widget.widget_archive select,
.edgtf-side-menu .widget.widget_categories select,
.edgtf-side-menu .widget.widget_text select {
    color: #fff;
    border-color: #fff
}

.edgtf-page-footer .widget.widget_archive select option,
.edgtf-page-footer .widget.widget_categories select option,
.edgtf-page-footer .widget.widget_text select option,
.edgtf-side-menu .widget.widget_archive select option,
.edgtf-side-menu .widget.widget_categories select option,
.edgtf-side-menu .widget.widget_text select option {
    background-color: #363636
}

.edgtf-page-footer .widget.widget_tag_cloud a,
.edgtf-side-menu .widget.widget_tag_cloud a {
    color: #000;
    background-color: #fff
}

.edgtf-page-footer .widget.widget_tag_cloud a:hover,
.edgtf-side-menu .widget.widget_tag_cloud a:hover {
    background-color: #f45f0b
}

.edgtf-footer-bottom-holder .widget p {
    margin: 0
}

.edgtf-side-menu .widget {
    margin-bottom: 25px
}

.edgtf-top-bar a {
    color: #b2b2b2
}

.edgtf-top-bar a:hover {
    color: #fff
}

.edgtf-top-bar .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-top-bar .widget p {
    margin: 0
}

.edgtf-top-bar .widget.widget_text {
    margin: 0 8px 0 0
}

.edgtf-top-bar .widget.widget_nav_menu ul {
    clear: both
}

.edgtf-top-bar .widget.widget_nav_menu ul li {
    float: left;
    padding: 0 8px;
    margin: 0;
    line-height: 14px;
    border-left: 1px solid rgba(148, 148, 148, .52)
}

.edgtf-icon-widget-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-icon-widget-holder>* {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.edgtf-icon-widget-holder .edgtf-icon-text {
    padding: 0 0 0 10px
}

.edgtf-icon-widget-holder .edgtf-icon-text.edgtf-no-icon {
    padding: 0
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder:hover {
    color: #f45f0b !important
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder {
    color: var(--text-dark) !important;
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder:hover {
    color: #f45f0b !important
}

footer .widget.widget_edgtf_instagram_widget .edgtf-widget-title {
    margin: 0 0 45px
}

.wpb_widgetised_column .widget.widget_edgtf_instagram_widget .edgtf-widget-title,
aside.edgtf-sidebar .widget.widget_edgtf_instagram_widget .edgtf-widget-title {
    margin: 0 0 25px
}

.edgtf-instagram-feed {
    list-style: none;
    padding: 0;
    margin: 0
}

.edgtf-instagram-feed.edgtf-instagram-grayscale a:after {
    display: none
}

.edgtf-instagram-feed.edgtf-instagram-grayscale a:hover img {
    -webkit-filter: grayscale(0);
    filter: none
}

.edgtf-instagram-feed.edgtf-instagram-grayscale img {
    filter: url(../gulp/img/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.edgtf-instagram-feed li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none !important
}

.edgtf-instagram-feed li a {
    position: relative;
    display: block;
    overflow: hidden
}

.edgtf-instagram-feed li a:hover:after {
    opacity: 1
}

.edgtf-instagram-feed li a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-instagram-feed li a .edgtf-instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.edgtf-instagram-feed li a .edgtf-instagram-icon i {
    font-size: 20px
}

.edgtf-instagram-feed li a:hover .edgtf-instagram-icon {
    opacity: 1
}

.edgtf-instagram-feed li img {
    width: 100%;
    display: block
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-no-space {
    margin: 0
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-no-space li {
    padding: 0 0;
    margin: 0 0 0
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-tiny-space {
    margin: 0 -5px -10px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-tiny-space li {
    padding: 0 5px;
    margin: 0 0 10px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-small-space {
    margin: 0 -10px -20px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-small-space li {
    padding: 0 10px;
    margin: 0 0 20px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-normal-space {
    margin: 0 -15px -30px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-normal-space li {
    padding: 0 15px;
    margin: 0 0 30px
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-2 li {
    width: 50%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-3 li {
    width: 33.33333%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-4 li {
    width: 25%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-5 li {
    width: 20%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-6 li {
    width: 16.66667%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-7 li {
    width: 14.28571%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-8 li {
    width: 12.5%
}

.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-9 li {
    width: 11.11111%
}

.edgtf-instagram-feed.edgtf-instagram-carousel {
    width: calc(100% + 1px)
}

.edgtf-instagram-feed.edgtf-instagram-carousel li {
    position: relative;
    width: calc(100% + 1px);
    margin: 0;
    padding: 0
}

.edgtf-instagram-feed.edgtf-instagram-carousel li a {
    position: relative;
    display: block;
    height: 100%
}

.widget.edgtf-separator-widget {
    margin: 0 !important
}

.edgtf-social-icon-widget-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-social-icon-widget-holder .edgtf-social-icon-widget {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-social-icon-widget-holder {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-social-icon-widget-holder:hover {
    color: #f45f0b !important
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-social-icon-widget-holder {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-social-icon-widget-holder:hover {
    color: #f45f0b !important
}

.edgtf-social-icons-group-widget .edgtf-widget-title {
    margin: 0 0 37px
}

.edgtf-social-icons-group-widget.edgtf-square-icons .edgtf-social-icon-widget-holder {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 7px;
    color: #fff;
    background-color: #000
}

.edgtf-social-icons-group-widget.edgtf-square-icons .edgtf-social-icon-widget-holder:hover {
    color: #000;
    background-color: #f45f0b
}

.edgtf-social-icons-group-widget.edgtf-square-icons .edgtf-social-icon-widget-holder .edgtf-social-icon-widget {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.edgtf-social-icons-group-widget.edgtf-square-icons.edgtf-light-skin .edgtf-social-icon-widget-holder {
    color: #000;
    background-color: #fff
}

.edgtf-social-icons-group-widget.edgtf-square-icons.edgtf-light-skin .edgtf-social-icon-widget-holder:hover {
    color: #000;
    background-color: #f45f0b
}

.edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
    font-size: 19px;
    text-align: center
}

.edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder:first-child {
    margin-left: 0
}

.edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder:last-child {
    margin-right: 0
}

.edgtf-widget-sticky-sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.widget.widget_edgtf_twitter_widget {
    margin: 0 0 20px
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li:not(:last-child) {
    margin: 0 0 22px
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-twitter-icon {
    color: #f45f0b
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-twitter-icon i {
    font-size: 14px
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text {
    position: relative
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a {
    position: relative;
    line-height: inherit
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a.edgtf-tweet-time {
    display: block
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a.edgtf-tweet-time span {
    margin: 0 2px 0 0
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a,
.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text span {
    color: #757575
}

.edgtf-page-footer .widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a,
.edgtf-page-footer .widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text span {
    color: #fff
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a:hover {
    color: #f45f0b
}

.edgtf-page-footer .widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a:hover {
    color: #f45f0b
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-standard li .edgtf-twitter-icon {
    position: absolute;
    top: 2px;
    left: 0
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-standard li .edgtf-tweet-text {
    padding: 0 0 0 20px
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-slider li {
    overflow: hidden
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-slider li .edgtf-tweet-text a.edgtf-tweet-time {
    margin: 21px 0 0
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-slider .owl-nav .owl-prev {
    left: 0
}

.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget.edgtf-twitter-slider .owl-nav .owl-next {
    right: 0
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

#ui-datepicker-div {
    width: 260px;
    z-index: 1000 !important
}

#ui-datepicker-div .ui-widget-header {
    background-color: #000;
    border-color: #000;
    padding: 10px 25px;
    position: relative
}

#ui-datepicker-div .ui-widget-header>* {
    color: #fff
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
    display: block;
    font-family: linea-arrows-10;
    font-size: 20px;
    vertical-align: middle
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
    display: none
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
    left: 20px
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before {
    content: "\e03f"
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
    right: 20px
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before {
    content: "\e04b"
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-title {
    display: inline-block;
    width: 100%;
    text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar {
    color: #757575;
    background-color: #fff
}

#ui-datepicker-div .ui-datepicker-calendar a {
    color: inherit
}

#ui-datepicker-div .ui-datepicker-calendar a:hover {
    color: #f45f0b
}

.edgtf-owl-slider {
    position: relative;
    display: none;
    width: 100%;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.edgtf-owl-slider.owl-loaded {
    display: block
}

.edgtf-owl-slider.owl-loading {
    opacity: 0;
    display: block
}

.edgtf-owl-slider.owl-hidden {
    opacity: 0
}

.edgtf-owl-slider.owl-refresh .owl-item {
    visibility: hidden
}

.edgtf-owl-slider.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.edgtf-owl-slider.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.edgtf-owl-slider.owl-rtl {
    direction: rtl
}

.edgtf-owl-slider.owl-rtl .owl-item {
    float: right
}

.no-js .edgtf-owl-slider {
    display: block
}

.edgtf-owl-slider .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.edgtf-owl-slider .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.edgtf-owl-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.edgtf-owl-slider .owl-item,
.edgtf-owl-slider .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.edgtf-owl-slider .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.edgtf-owl-slider .owl-item img {
    display: block;
    width: 100%
}

.edgtf-owl-slider .owl-item img .owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.edgtf-owl-slider .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.edgtf-owl-slider .owl-nav.disabled {
    display: none
}

.edgtf-owl-slider .owl-nav .owl-next,
.edgtf-owl-slider .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.edgtf-owl-slider .owl-dots.disabled {
    display: none
}

.edgtf-owl-slider .owl-dots .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.edgtf-owl-slider .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.edgtf-owl-slider .owl-animated-in {
    z-index: 0
}

.edgtf-owl-slider .owl-animated-out {
    z-index: 1
}

.edgtf-owl-slider .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: none;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    height: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    width: 11px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}

body .pp_pic_holder {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    display: none;
    width: 100px;
    z-index: 10001 !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (max-width:768px) {
    body .pp_pic_holder {
        width: 90% !important
    }
}

body .pp_pic_holder.is-single .pp_details {
    display: none
}

body .pp_pic_holder .pp_bottom,
body .pp_pic_holder .pp_top {
    display: none !important
}

body .pp_pic_holder .pp_content {
    position: relative;
    background: 0 0;
    margin: 0 auto;
    height: 40px;
    min-width: 40px;
    width: 100%
}

@media only screen and (max-width:768px) {
    body .pp_pic_holder .pp_content {
        width: 100% !important
    }
}

* html body .pp_pic_holder .pp_content {
    width: 40px
}

body .pp_pic_holder .pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

body .pp_pic_holder .pp_content_container .pp_left,
body .pp_pic_holder .pp_content_container .pp_right {
    background: 0 0 !important;
    padding: 0 !important
}

body .pp_pic_holder #pp_full_res {
    line-height: 1 !important
}

body .pp_pic_holder #pp_full_res .pp_inline {
    color: #000;
    text-align: left
}

body .pp_pic_holder #pp_full_res .pp_inline p {
    margin: 0 0 15px
}

body .pp_pic_holder #pp_full_res iframe {
    width: 100% !important
}

body .pp_pic_holder #pp_full_res img {
    display: block
}

@media only screen and (max-width:768px) {
    body .pp_pic_holder #pp_full_res img {
        width: 100% !important;
        height: auto !important
    }
}

body .pp_pic_holder .pp_description,
body .pp_pic_holder .pp_gallery,
body .pp_pic_holder .ppt {
    display: none !important
}

body .pp_pic_holder .pp_loaderIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #fff;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

body .pp_pic_holder .pp_fade {
    position: relative;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0)
}

body .pp_pic_holder .pp_details {
    position: relative;
    top: -1px;
    display: table;
    vertical-align: top;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 15px 24px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .pp_pic_holder .pp_details .pp_nav {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 !important
}

body .pp_pic_holder .pp_details .pp_nav .pp_pause,
body .pp_pic_holder .pp_details .pp_nav .pp_play {
    display: none
}

body .pp_pic_holder .pp_details .pp_nav .currentTextHolder {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    line-height: 30px;
    font-style: inherit;
    letter-spacing: 5px
}

body .pp_pic_holder a:focus {
    outline: 0
}

body .pp_pic_holder a.pp_arrow_next,
body .pp_pic_holder a.pp_arrow_previous {
    position: relative;
    display: inline-block;
    vertical-align: top;
    left: auto !important;
    float: none;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #757575;
    font-family: Ionicons;
    font-size: 0;
    line-height: 1;
    text-indent: 0;
    background: 0 0 !important;
    opacity: 1 !important;
    overflow: visible
}

body .pp_pic_holder a.pp_arrow_next:after,
body .pp_pic_holder a.pp_arrow_previous:after {
    font-size: 30px
}

body .pp_pic_holder a.pp_arrow_next:hover,
body .pp_pic_holder a.pp_arrow_previous:hover {
    color: #000
}

body .pp_pic_holder a.pp_arrow_previous:after {
    content: "\f3d2"
}

body .pp_pic_holder a.pp_arrow_next {
    margin: 0 0 0 14px !important
}

body .pp_pic_holder a.pp_arrow_next:after {
    content: "\f3d3"
}

body .pp_pic_holder a.pp_next,
body .pp_pic_holder a.pp_previous {
    position: absolute;
    top: calc(50% - 20px);
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 !important;
    background: 0 0 !important;
    color: #000;
    font-family: Ionicons;
    font-size: 40px;
    line-height: 1;
    text-indent: -9999px !important;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, color .2s ease-out;
    transition: opacity .2s ease-out, color .2s ease-out
}

body .pp_pic_holder a.pp_next>*,
body .pp_pic_holder a.pp_previous>* {
    display: none
}

body .pp_pic_holder a.pp_next:after,
body .pp_pic_holder a.pp_previous:after {
    display: block;
    line-height: inherit;
    text-indent: 0 !important
}

body .pp_pic_holder a.pp_next:hover,
body .pp_pic_holder a.pp_previous:hover {
    color: rgba(0, 0, 0, .8)
}

body .pp_pic_holder a.pp_previous {
    left: 30px
}

@media only screen and (max-width:768px) {
    body .pp_pic_holder a.pp_previous {
        left: 20px
    }
}

body .pp_pic_holder a.pp_previous:after {
    content: "\f3d2"
}

body .pp_pic_holder a.pp_next {
    right: 30px
}

@media only screen and (max-width:768px) {
    body .pp_pic_holder a.pp_next {
        right: 20px
    }
}

body .pp_pic_holder a.pp_next:after {
    content: "\f3d3"
}

body .pp_pic_holder a.pp_close {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 !important;
    background: 0 0 !important;
    color: #757575;
    font-family: Ionicons;
    font-size: 0;
    line-height: 1;
    text-indent: 0;
    cursor: pointer;
    opacity: 1 !important
}

body .pp_pic_holder a.pp_close:hover {
    color: #000
}

body .pp_pic_holder a.pp_expand {
    position: absolute;
    right: -22px;
    top: -18px;
    display: block;
    height: auto;
    width: auto;
    color: #fff;
    font-family: Ionicons;
    font-size: 0;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    background: 0 0 !important;
    z-index: 2001
}

body .pp_pic_holder a.pp_expand:after {
    content: "\f386";
    font-size: 22px
}

body .pp_pic_holder a.pp_expand:hover {
    color: rgba(255, 255, 255, .8)
}

body .pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

@media only screen and (max-width:768px) {
    body .pp_hoverContainer {
        width: 100% !important;
        height: 100% !important
    }
}

body .pp_hoverContainer:hover a.pp_next,
body .pp_hoverContainer:hover a.pp_previous {
    opacity: 1
}

body .pp_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #000;
    z-index: 10000 !important
}

body .select2-container--default {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-align: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0 20px 0 30px
}

body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 20px;
    right: auto
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0 20px 0 30px
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px
}

body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px
}

body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

body .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

body .select2-container--default.select2-container--open .select2-dropdown {
    left: 0
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom-color: transparent
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent
}

body .select2-container--default .select2-selection--single {
    display: block;
    height: 50px;
    line-height: 48px;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 30px 0 20px;
    color: inherit;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    margin: 0;
    font-weight: inherit
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 20px;
    color: inherit;
    line-height: inherit;
    text-align: center
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: FontAwesome;
    content: '\f107'
}

body .select2-container--default .select2-selection--multiple {
    display: block;
    height: 44px;
    line-height: 42px;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    list-style: none;
    padding: 0 30px 0 20px;
    margin: 0;
    color: inherit;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
    float: left;
    margin: 0;
    color: inherit
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    margin: 0;
    font-weight: inherit
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    float: left;
    margin: 7px 5px 0 0;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
    cursor: default
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    display: inline-block;
    margin: 0 3px 0 0;
    color: inherit;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: .8
}

body .select2-container--default .select2-search--inline {
    float: left
}

body .select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

body .select2-container--default .select2-dropdown {
    position: absolute;
    top: 0;
    left: -100000px;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    z-index: 1051;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 4px 8px;
    margin: 0;
    width: 100%;
    color: #757575;
    font-size: inherit;
    line-height: 20px;
    font-family: inherit;
    font-weight: inherit;
    border: 1px solid #e1e1e1;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #000
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

body .select2-container--default .select2-results {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden
}

body .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

body .select2-container--default .select2-results__options {
    position: relative;
    padding: 2px 20px;
    margin: 5px 0;
    list-style: none
}

body .select2-container--default .select2-results__option {
    padding: 7px 0;
    color: #000;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

body .select2-container--default .select2-results__option[aria-selected] {
    cursor: pointer
}

body .select2-container--default .select2-results__option[role=group] {
    padding: 0
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #f45f0b
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    color: #f45f0b;
    background: 0 0
}

body .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #f45f0b;
    background: 0 0
}

body .select2-container--default .select2-results__group {
    display: block;
    padding: 7px 0;
    cursor: default
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.widget_icl_lang_sel_widget {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.widget_icl_lang_sel_widget img {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    top: -1px;
    padding-right: 6px
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
    padding: 0;
    margin: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    position: relative;
    display: block;
    padding: 9px 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #f45f0b
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\33';
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
    display: block;
    font-family: ElegantIcons;
    font-size: 12px;
    line-height: 1
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: visibility 0s linear .25s, opacity .25s ease-in-out;
    transition: visibility 0s linear .25s, opacity .25s ease-in-out
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    display: block;
    padding: 7px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    display: block
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0;
    padding: 5px 0
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    display: block
}

.edgtf-page-footer .widget_icl_lang_sel_widget,
.edgtf-side-menu .widget_icl_lang_sel_widget,
.edgtf-vertical-menu-area .widget_icl_lang_sel_widget,
.wpb_widgetised_column .widget_icl_lang_sel_widget,
aside.edgtf-sidebar .widget_icl_lang_sel_widget {
    width: 100%
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.edgtf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.edgtf-side-menu .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.edgtf-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.edgtf-vertical-menu-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.wpb_widgetised_column .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click,
aside.edgtf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
aside.edgtf-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 90px
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 0;
    line-height: 38px;
    color: #b2b2b2;
    background-color: transparent;
    border: 0
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    right: 0
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    left: -22px;
    width: 130px;
    background-color: #000;
    border-width: 2px;
    border-color: #f45f0b
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding: 9px 0;
    color: #b2b2b2
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
    color: #f45f0b
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-bottom: 0
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.edgtf-top-bar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
    margin-right: 0
}

.edgtf-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li,
.edgtf-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li,
.edgtf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.edgtf-footer-top-holder .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child,
.edgtf-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child,
.edgtf-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li:last-child {
    margin-right: 0
}

.edgtf-main-menu>ul>li.menu-item-language.has_sub>a>span.item_outer .item_text:after {
    content: '\33';
    position: absolute;
    right: -15px;
    top: 0;
    font-family: ElegantIcons;
    font-size: 12px
}

.edgtf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text {
    position: relative;
    display: table
}

.edgtf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text>* {
    display: table-cell;
    vertical-align: middle
}

.edgtf-main-menu>ul>li.menu-item-language a>span.item_outer .item_text img {
    padding: 5px 6px 0 0
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    background-color: #363636
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff
}

.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
.edgtf-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-blog-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 34px;
    clear: both
}

.edgtf-blog-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-holder article.sticky .edgtf-post-title a {
    color: #f45f0b
}

.edgtf-blog-holder article .edgtf-post-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-blog-holder article .edgtf-post-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.edgtf-blog-holder article .edgtf-post-image img {
    display: block
}

.edgtf-blog-holder article .edgtf-post-image-background {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    background-position: center;
    background-size: cover
}

.edgtf-blog-holder article .edgtf-post-image-background a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.edgtf-blog-holder article .edgtf-post-image-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.edgtf-blog-holder article .edgtf-post-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-holder article .edgtf-post-title {
    margin: 0
}

.edgtf-blog-holder article .edgtf-post-excerpt-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 15px 0 0
}

.edgtf-blog-holder article .edgtf-post-excerpt-holder p {
    margin: 0
}

.edgtf-blog-holder article .edgtf-more-link-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 15px 0 0
}

.edgtf-blog-holder article .edgtf-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-blog-holder article .edgtf-post-info>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: currentColor
}

.edgtf-blog-holder article .edgtf-post-info>* a {
    color: inherit
}

.edgtf-blog-holder article .edgtf-post-info-top {
    line-height: 1
}

.edgtf-blog-holder article .edgtf-post-info-top>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 0 0;
    color: #f45f0b;
    font-size: 13px;
    line-height: 1.2em
}

.edgtf-blog-holder article .edgtf-post-info-top>div:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -1px
}

.edgtf-blog-holder article .edgtf-post-info-top>div:last-child {
    padding: 0
}

.edgtf-blog-holder article .edgtf-post-info-top>div:last-child:after {
    display: none
}

.edgtf-blog-holder article .edgtf-post-info-top>div a {
    color: inherit
}

.edgtf-blog-holder article .edgtf-post-info-top>div a:hover {
    color: #000
}

.edgtf-blog-holder article .edgtf-post-info-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-top: 23px
}

.edgtf-blog-holder article .edgtf-post-info-bottom a:not(.edgtf-share-link) {
    font-size: 13px;
    line-height: 1.2em;
    color: #f45f0b
}

.edgtf-blog-holder article .edgtf-post-info-bottom a:not(.edgtf-share-link):hover {
    color: #000
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left,
.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

@media only screen and (min-width:769px) {

    .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left,
    .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
        width: 50%
    }

    .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-left {
        float: left
    }

    .edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right {
        text-align: right;
        float: right
    }
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right>div {
    margin-left: 17px
}

.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-bottom-right>div:first-child {
    margin-left: 0
}

.edgtf-blog-holder article.format-link .edgtf-post-image-background {
    position: absolute;
    top: 0;
    left: 0
}

.edgtf-blog-holder article.format-link .edgtf-post-text {
    padding: 95px 13%
}

.edgtf-blog-holder article.format-link .edgtf-post-text-main {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-blog-holder article.format-link .edgtf-link-title {
    color: #fff
}

.edgtf-blog-holder article.format-link .edgtf-post-mark {
    position: absolute;
    top: 17px;
    right: 25px
}

.edgtf-blog-holder article.format-link .edgtf-post-mark .edgtf-link-mark {
    font-size: 170px;
    font-weight: 400;
    color: #f45f0b;
    opacity: .33
}

.edgtf-blog-holder article.format-link .edgtf-post-link-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: top
}

.edgtf-blog-holder article.format-quote .edgtf-post-image-background {
    position: absolute;
    top: 0;
    left: 0
}

.edgtf-blog-holder article.format-quote .edgtf-post-text {
    padding: 95px 13%
}

.edgtf-blog-holder article.format-quote .edgtf-post-text-main {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-blog-holder article.format-quote .edgtf-post-quote-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: top
}

.edgtf-blog-holder article.format-quote .edgtf-quote-title {
    margin-bottom: 11px;
    color: #fff
}

.edgtf-blog-holder article.format-quote .edgtf-quote-author {
    margin: 0;
    color: #fff
}

.edgtf-blog-holder article.format-quote .edgtf-post-mark {
    position: absolute;
    top: -12px;
    right: 58px;
    font-family: var(--font-family-secondary);
    font-size: 695px;
    line-height: .8;
    font-weight: var(--font-weight-medium);
    letter-spacing: -.08em;
    color: #f45f0b;
    opacity: .33
}

.edgtf-blog-holder article.format-gallery .edgtf-post-image {
    width: 100%
}

.edgtf-blog-holder article.format-gallery .owl-carousel .owl-item {
    z-index: 2
}

.edgtf-blog-holder article.format-gallery .owl-carousel .owl-item.active {
    z-index: 3
}

.edgtf-blog-holder article.format-audio.has-post-thumbnail .edgtf-post-heading {
    position: relative
}

.edgtf-blog-holder article.format-audio.has-post-thumbnail .edgtf-blog-audio-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.edgtf-blog-holder article.format-audio .edgtf-post-image {
    width: 100%;
    max-width: inherit
}

.edgtf-blog-holder article.format-audio .edgtf-post-image img {
    width: 100%
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-embed,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-embed body {
    background: 0 0
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container {
    background-color: #000
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls {
    height: 38px !important
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls {
    padding: 0 10px 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button {
    width: 39px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button {
    width: 30px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button {
    height: 38px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button button {
    position: relative;
    height: 100%;
    background: 0 0;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    border: 0;
    outline: 0
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-play button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-replay button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-play button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-replay button {
    width: 39px;
    background-image: url(../images/play.png)
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-pause button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-pause button {
    width: 39px;
    background-image: url(../images/pause.png)
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-stop button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-stop button {
    width: 39px;
    background-image: url(../images/stop.png)
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-mute button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-mute button {
    width: 30px;
    background-image: url(../images/sound.png)
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-playpause-button.mejs-unmute button,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-volume-button.mejs-unmute button {
    width: 30px;
    background-image: url(../images/mute.png)
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time {
    height: 100%;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    line-height: 38px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail {
    height: 100%;
    padding: 0;
    font-family: inherit
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total {
    height: 5px;
    margin: 16px 0;
    background: 0 0;
    background-color: #fff
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-current {
    height: 5px;
    background-color: #f45f0b;
    will-change: transform;
    -webkit-transform: transform .15s ease-in;
    -ms-transform: transform .15s ease-in;
    transform: transform .15s ease-in
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-buffering,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
    height: 5px;
    z-index: 9999
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-hovered {
    background: rgba(0, 0, 0, .5);
    will-change: transform;
    -webkit-transform: transform .15s ease-in;
    -ms-transform: transform .15s ease-in;
    transform: transform .15s ease-in
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float {
    top: -16px;
    border: 0;
    color: #fff
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-handle-content {
    display: none
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float-corner {
    top: 11px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-float,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded {
    background: 0 0
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>.mejs-time-rail .mejs-time-total .mejs-time-loaded {
    will-change: transform;
    -webkit-transform: transform .15s ease-in;
    -ms-transform: transform .15s ease-in;
    transform: transform .15s ease-in
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider {
    height: 38px
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 5px;
    background: 0 0
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top: 15px;
    background-color: #fff
}

.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls>a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #f45f0b
}

.edgtf-blog-holder article.format-video .edgtf-self-hosted-video {
    max-width: 100%
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-blog-holder-inner {
    opacity: 0
}

.edgtf-blog-holder.edgtf-blog-type-masonry article {
    float: left
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-blog-type-masonry article {
    width: 100%
}

.edgtf-blog-holder.edgtf-blog-type-masonry .edgtf-blog-masonry-grid-gutter {
    width: 0
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-two-columns .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-two-columns article {
    width: 50%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-two-columns article.edgtf-masonry-size-large-width,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-two-columns article.edgtf-masonry-size-large-width-height {
    width: 100%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-three-columns .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-three-columns article {
    width: 33.33333%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-three-columns article.edgtf-masonry-size-large-width,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-three-columns article.edgtf-masonry-size-large-width-height {
    width: 66.66667%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-four-columns .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-four-columns article {
    width: 25%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-four-columns article.edgtf-masonry-size-large-width,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-four-columns article.edgtf-masonry-size-large-width-height {
    width: 50%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-five-columns .edgtf-blog-masonry-grid-sizer,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-five-columns article {
    width: 20%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-five-columns article.edgtf-masonry-size-large-width,
.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-five-columns article.edgtf-masonry-size-large-width-height {
    width: 40%
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-no-space {
    padding: 0 0
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-tiny-space {
    padding: 0 10px
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-small-space {
    padding: 0 20px
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-normal-space {
    padding: 0 30px
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-medium-space {
    padding: 0 40px
}

.edgtf-blog-holder.edgtf-blog-type-masonry.edgtf-blog-masonry-full-width.edgtf-large-space {
    padding: 0 50px
}

.edgtf-blog-pagination-wp {
    display: none
}

.edgtf-blog-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    clear: both
}

.edgtf-blog-pagination ul {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.edgtf-blog-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px
}

.edgtf-blog-pagination ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: var(--font-weight-medium);
    text-decoration: none
}

.edgtf-blog-pagination ul li a.edgtf-pag-active {
    color: #f45f0b
}

.edgtf-blog-pagination ul li.edgtf-pag-next,
.edgtf-blog-pagination ul li.edgtf-pag-prev {
    top: 2px;
    margin: 0
}

.edgtf-blog-pagination ul li.edgtf-pag-next a,
.edgtf-blog-pagination ul li.edgtf-pag-prev a {
    font-size: 25px
}

.edgtf-blog-pagination ul li.edgtf-pag-next a span,
.edgtf-blog-pagination ul li.edgtf-pag-prev a span {
    display: block;
    line-height: inherit
}

.edgtf-blog-pagination ul li.edgtf-pag-next a span:before,
.edgtf-blog-pagination ul li.edgtf-pag-prev a span:before {
    display: block;
    line-height: inherit
}

.edgtf-blog-pagination ul li.edgtf-pag-prev {
    float: left
}

.edgtf-blog-pagination ul li.edgtf-pag-next {
    float: right
}

.edgtf-blog-list-holder.edgtf-bl-pag-standard-shortcodes .edgtf-blog-list {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-blog-list-holder.edgtf-bl-pag-standard-shortcodes.edgtf-bl-pag-standard-shortcodes-animate .edgtf-blog-list {
    opacity: 0
}

.edgtf-bl-standard-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 20px 0 0;
    clear: both
}

.edgtf-bl-standard-pagination ul {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.edgtf-bl-standard-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    padding: 0
}

.edgtf-bl-standard-pagination ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-active a {
    color: #f45f0b
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next,
.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev {
    position: absolute;
    top: 0
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next a,
.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev a {
    font-size: 30px;
    -webkit-transition: color .2s ease-out, opacity .2s ease-out;
    transition: color .2s ease-out, opacity .2s ease-out
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next a span,
.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev a span {
    display: block;
    line-height: inherit
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next a span:before,
.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev a span:before {
    display: block;
    line-height: inherit
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev {
    left: 0
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-prev a {
    opacity: 0
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next {
    right: 0
}

.edgtf-bl-standard-pagination ul li.edgtf-bl-pag-next a {
    opacity: 1
}

.edgtf-blog-pag-load-more {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 40px 0 30px;
    text-align: center
}

.edgtf-blog-pag-loading {
    position: relative;
    display: none;
    width: 100%;
    margin: 40px 0 20px;
    color: #000;
    text-align: center
}

.edgtf-blog-pag-loading.edgtf-standard-pag-trigger {
    position: absolute;
    top: 50px;
    left: 0
}

.edgtf-blog-pag-loading.edgtf-showing {
    display: block
}

.edgtf-blog-pag-loading>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
    animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both
}

.edgtf-blog-pag-loading .edgtf-blog-pag-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.edgtf-blog-pag-loading .edgtf-blog-pag-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bl-pag-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bl-pag-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.edgtf-blog-holder.edgtf-blog-masonry article {
    margin: 0 0 20px;
    padding: 0 0 30px
}

.edgtf-blog-holder.edgtf-blog-masonry article.edgtf-post-has-media .edgtf-post-heading {
    margin-bottom: 25px
}

.edgtf-blog-holder.edgtf-blog-masonry article.format-link .edgtf-post-mark .edgtf-link-mark {
    font-size: 130px
}

.edgtf-blog-holder.edgtf-blog-masonry article.format-quote .edgtf-quote-title {
    margin-bottom: 8px;
    line-height: 29px
}

.edgtf-blog-holder.edgtf-blog-masonry article.format-quote .edgtf-quote-author {
    font-size: 13px
}

.edgtf-blog-holder.edgtf-blog-masonry article.format-quote .edgtf-post-mark {
    top: -4px;
    right: 49px;
    font-size: 495px
}

.edgtf-blog-holder.edgtf-blog-masonry article .edgtf-post-text .edgtf-post-text-main .edgtf-post-excerpt-holder {
    margin: 19px 0 21px
}

.edgtf-blog-holder.edgtf-blog-standard article {
    margin: 7px 0 123px
}

.edgtf-blog-holder.edgtf-blog-standard article.edgtf-post-has-media .edgtf-post-heading {
    margin-bottom: 55px
}

.edgtf-blog-holder.edgtf-blog-standard article .edgtf-post-text .edgtf-post-text-main .edgtf-post-excerpt-holder {
    margin: 40px 0 33px
}

.edgtf-author-description {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 32px 0 72px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-author-description .edgtf-author-description-content {
    position: relative
}

.edgtf-author-description .edgtf-author-description-image {
    display: table-cell;
    vertical-align: middle;
    width: 174px
}

.edgtf-author-description .edgtf-author-description-image img {
    display: block;
    border-radius: 100%
}

.edgtf-author-description .edgtf-author-description-text-holder {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 28px
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-name {
    margin: 0
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-email {
    margin: 5px 0 0;
    color: #f45f0b
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-text>p {
    margin: 11px 0 0
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 20px
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 13px 0 0;
    font-size: 13px;
    line-height: 1.1em
}

.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons a:last-child {
    margin: 0
}

@media only screen and (max-width:768px) {
    .edgtf-author-description .edgtf-author-description-image {
        display: block;
        width: 100%
    }

    .edgtf-author-description .edgtf-author-description-text-holder {
        display: block;
        padding: 0;
        margin-top: 30px
    }
}

.edgtf-blog-single-navigation {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-single-navigation .edgtf-blog-single-navigation-inner {
    padding: 93px 0 30px
}

.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-mark,
.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-mark {
    font-size: 28px;
    line-height: inherit;
    color: inherit
}

.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-mark:before,
.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-mark:before {
    display: block;
    line-height: inherit
}

.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-label,
.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-label {
    color: inherit
}

.edgtf-blog-single-navigation .edgtf-blog-single-prev {
    float: left
}

.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-label,
.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-mark {
    float: left
}

.edgtf-blog-single-navigation .edgtf-blog-single-prev .edgtf-blog-single-nav-mark {
    margin: 0 5px 0 0
}

.edgtf-blog-single-navigation .edgtf-blog-single-next {
    float: right
}

.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-label,
.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-mark {
    float: right
}

.edgtf-blog-single-navigation .edgtf-blog-single-next .edgtf-blog-single-nav-mark {
    margin: 0 0 0 5px
}

.edgtf-single-links-pages {
    clear: both;
    margin: 20px 0 5px
}

.edgtf-single-links-pages .edgtf-single-links-pages-inner>a,
.edgtf-single-links-pages .edgtf-single-links-pages-inner>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0
}

.edgtf-related-posts-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-related-posts-holder .edgtf-related-posts-holder-inner {
    padding: 59px 0 7px
}

.edgtf-related-posts-holder .edgtf-related-posts-title {
    margin: 0 0 40px
}

.edgtf-related-posts-holder .edgtf-related-posts-title>* {
    margin: 0
}

.edgtf-related-posts-holder .edgtf-related-posts-inner {
    margin: 0 -15px
}

.edgtf-related-posts-holder .edgtf-related-post {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-content-has-sidebar .edgtf-related-posts-holder .edgtf-related-post {
    widtH: 33.33333333333333%
}

.touch .edgtf-related-posts-holder .edgtf-related-post {
    cursor: pointer
}

.edgtf-related-posts-holder .edgtf-related-post:hover .edgtf-related-post-image a:after {
    opacity: 1
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image a {
    position: relative;
    display: block
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image img {
    display: block
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-title {
    margin: 4px 0 0 0
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-title:first-child {
    margin-top: 0
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 25px 0 0;
    line-height: 1
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0 13px 0 0;
    color: #f45f0b;
    font-size: 13px;
    line-height: 1.2em
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div:after {
    position: absolute;
    top: 0;
    right: 3px;
    content: '/'
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div:last-child {
    padding: 0
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div:last-child:after {
    display: none
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div.edgtf-post-info-author .edgtf-post-info-author-text {
    margin: 0 3px 0 0
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div a {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit
}

.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info>div a:hover {
    color: #000
}

.edgtf-blog-holder.edgtf-blog-single article {
    margin: 0 0 40px
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-heading {
    margin-bottom: 62px
}

.edgtf-blog-holder.edgtf-blog-single article:not(.format-quote):not(.format-link) .edgtf-post-text {
    padding: 0 0 6px;
    border-bottom: 1px solid #e1e1e1
}

.edgtf-blog-holder.edgtf-blog-single article:not(.format-quote):not(.format-link) .edgtf-post-title {
    margin: -1px 0 45px
}

.edgtf-blog-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both
}

.edgtf-blog-list-holder.edgtf-bl-dark .edgtf-post-title {
    color: #000
}

.edgtf-blog-list-holder.edgtf-bl-dark .edgtf-post-title a:hover {
    color: #f45f0b
}

.edgtf-blog-list-holder.edgtf-bl-dark .edgtf-post-excerpt {
    color: #757575
}

.edgtf-blog-list-holder.edgtf-bl-light .edgtf-post-title {
    color: #fff
}

.edgtf-blog-list-holder.edgtf-bl-light .edgtf-post-title a:hover {
    color: #f45f0b
}

.edgtf-blog-list-holder.edgtf-bl-light .edgtf-bli-info>div a:hover {
    color: #fff
}

.edgtf-blog-list-holder.edgtf-bl-light .edgtf-post-excerpt {
    color: #fff
}

.edgtf-blog-list-holder.edgtf-bl-light .edgtf-btn.edgtf-btn-simple:hover {
    color: #fff !important
}

.edgtf-blog-list-holder .edgtf-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0
}

.edgtf-blog-list-holder .edgtf-bl-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-list-holder .edgtf-bli-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-blog-list-holder .edgtf-bli-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-blog-list-holder .edgtf-post-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 0 7px
}

.edgtf-blog-list-holder .edgtf-post-image a {
    display: block
}

.edgtf-blog-list-holder .edgtf-post-image a:hover:after {
    opacity: 1
}

.edgtf-blog-list-holder .edgtf-post-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-blog-list-holder .edgtf-post-image a:hover img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.edgtf-blog-list-holder .edgtf-post-image img {
    display: block;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-blog-list-holder .edgtf-bli-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    line-height: 1.2em;
    clear: both
}

.edgtf-blog-list-holder .edgtf-bli-info>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 0 0;
    color: #f45f0b;
    font-size: 13px
}

.edgtf-blog-list-holder .edgtf-bli-info>div:after {
    content: '/';
    position: absolute;
    top: 0;
    right: 1px
}

.edgtf-blog-list-holder .edgtf-bli-info>div:last-child {
    padding: 0
}

.edgtf-blog-list-holder .edgtf-bli-info>div:last-child:after {
    content: ''
}

.edgtf-blog-list-holder .edgtf-bli-info>div a {
    color: inherit
}

.edgtf-blog-list-holder .edgtf-bli-info>div a:hover {
    color: #000
}

.edgtf-blog-list-holder .edgtf-post-title {
    margin: 0
}

.edgtf-blog-list-holder .edgtf-post-excerpt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0 0
}

.edgtf-blog-list-holder .edgtf-post-excerpt p {
    margin: 0
}

.edgtf-blog-list-holder .edgtf-post-read-more-button {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 24px 0 0
}

.edgtf-blog-list-holder.edgtf-bl-masonry {
    -webkit-transition: none !important;
    transition: none !important;
    overflow: visible !important
}

.edgtf-blog-list-holder.edgtf-bl-masonry .edgtf-blog-list {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-blog-list-holder.edgtf-bl-masonry .edgtf-bl-item {
    width: 100%;
    vertical-align: top;
    z-index: 100
}

.edgtf-blog-list-holder.edgtf-bl-masonry .edgtf-bl-grid-sizer {
    width: 100%;
    padding: 0;
    margin: 0
}

.edgtf-blog-list-holder.edgtf-bl-masonry .edgtf-bl-grid-gutter {
    width: 0;
    padding: 0;
    margin: 0
}

.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-two-columns .edgtf-bl-grid-sizer,
.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-two-columns .edgtf-bl-item {
    width: 50%
}

.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-three-columns .edgtf-bl-grid-sizer,
.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-three-columns .edgtf-bl-item {
    width: 33.33333%
}

.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-four-columns .edgtf-bl-grid-sizer,
.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-four-columns .edgtf-bl-item {
    width: 25%
}

.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-five-columns .edgtf-bl-grid-sizer,
.edgtf-blog-list-holder.edgtf-bl-masonry.edgtf-bl-five-columns .edgtf-bl-item {
    width: 20%
}

.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date {
    display: block;
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1
}

.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date a {
    color: #f45f0b
}

.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date a:hover {
    color: #000
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-no-space .edgtf-bli-inner:after {
    bottom: 0
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-tiny-space .edgtf-bli-inner:after {
    bottom: -5px
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-small-space .edgtf-bli-inner:after {
    bottom: -10px
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-normal-space .edgtf-bli-inner:after {
    bottom: -15px
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-medium-space .edgtf-bli-inner:after {
    bottom: -20px
}

.edgtf-blog-list-holder.edgtf-bl-minimal.edgtf-large-space .edgtf-bli-inner:after {
    bottom: -25px
}

.edgtf-page-footer .edgtf-blog-list-widget .edgtf-widget-title {
    margin: 0 0 39px
}

.edgtf-page-footer .edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date a:hover {
    color: #fff
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-image {
    display: table-cell;
    vertical-align: top;
    width: 114px
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-left: 20px
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content .edgtf-post-title {
    margin-top: 3px
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content .edgtf-post-info-date {
    display: block;
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 1
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content .edgtf-post-info-date a {
    color: #f45f0b
}

.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-bli-content .edgtf-post-info-date a:hover {
    color: #000
}

.edgtf-blog-list-holder.edgtf-bl-standard:not(.edgtf-bl-one-column) .edgtf-bl-item {
    float: left
}

.edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-two-columns .edgtf-bl-item {
    width: 50%
}

@media only screen and (min-width:1025px) {
    .edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-two-columns .edgtf-bl-item:nth-child(2n+1) {
        clear: both
    }
}

.edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-three-columns .edgtf-bl-item {
    width: 33.33333%
}

@media only screen and (min-width:1025px) {
    .edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-three-columns .edgtf-bl-item:nth-child(3n+1) {
        clear: both
    }
}

.edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-four-columns .edgtf-bl-item {
    width: 25%
}

@media only screen and (min-width:1281px) {
    .edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-four-columns .edgtf-bl-item:nth-child(4n+1) {
        clear: both
    }
}

.edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-five-columns .edgtf-bl-item {
    width: 20%
}

@media only screen and (min-width:1281px) {
    .edgtf-blog-list-holder.edgtf-bl-standard.edgtf-bl-five-columns .edgtf-bl-item:nth-child(5n+1) {
        clear: both
    }
}

.edgtf-bl-loading {
    position: relative;
    display: none;
    width: 100%;
    margin: 40px 0 20px;
    text-align: center
}

.edgtf-bl-loading.edgtf-showing {
    display: block
}

.edgtf-bl-loading>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
    animation: bl-bouncedelay 1.4s infinite ease-in-out both
}

.edgtf-bl-loading .edgtf-bl-loading-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.edgtf-bl-loading .edgtf-bl-loading-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bl-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bl-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-blog-slider-item {
    text-align: center
}

.touch .edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-blog-slider-item {
    cursor: pointer
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-blog-slider-item:hover .edgtf-item-text-wrapper {
    opacity: 1
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-post-title {
    color: #fff
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-post-title a:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-post-read-more-button a {
    color: #fff
}

.edgtf-blog-slider-holder.edgtf-bs-slider .edgtf-post-read-more-button a:hover {
    color: rgba(255, 255, 255, .8) !important
}

.edgtf-blog-slider-holder.edgtf-bs-carousel .edgtf-item-image a:hover:after {
    opacity: 1
}

.edgtf-blog-slider-holder.edgtf-bs-carousel .edgtf-item-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-blog-slider-holder.edgtf-bs-carousel .edgtf-post-title {
    margin: 29px 0 0
}

.edgtf-blog-slider-holder.edgtf-bs-carousel .edgtf-post-read-more-button {
    margin: 15px 0 0
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .active.center .edgtf-item-text-wrapper {
    opacity: 1
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .edgtf-blog-slider-item {
    text-align: center
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .edgtf-post-title {
    color: #fff
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .edgtf-post-title a:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .edgtf-post-read-more-button a {
    color: #fff
}

.edgtf-blog-slider-holder.edgtf-bs-carousel-centered .edgtf-post-read-more-button a:hover {
    color: rgba(255, 255, 255, .8) !important
}

.edgtf-blog-slider-holder .edgtf-blog-slider-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style-type: none
}

.edgtf-blog-slider-holder .edgtf-item-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-blog-slider-holder .edgtf-item-text-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(244, 95, 11, .85);
    opacity: 0;
    -webkit-transition: opacity .45s ease-out;
    transition: opacity .45s ease-out
}

.edgtf-blog-slider-holder .edgtf-item-text-holder {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-blog-slider-holder .edgtf-item-text-holder-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 5%
}

.edgtf-blog-slider-holder .edgtf-item-info-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 2px
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 24px
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div a:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 2px
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div:last-child {
    padding-right: 0;
    margin-right: 0
}

.edgtf-blog-slider-holder .edgtf-item-info-section>div:last-child:after {
    content: ''
}

.edgtf-blog-slider-holder .edgtf-post-title {
    margin: 0
}

.edgtf-blog-slider-holder .edgtf-bli-excerpt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 12px 0 0
}

.edgtf-blog-slider-holder .edgtf-bli-excerpt p {
    margin: 0
}

.edgtf-blog-slider-holder .edgtf-post-read-more-button {
    margin: 5px 0 0
}

.edgtf-content-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-content-bottom .edgtf-content-bottom-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-content-bottom .edgtf-content-bottom-inner.edgtf-grid {
    padding: 20px 0
}

.edgtf-content-bottom .edgtf-content-bottom-inner.edgtf-full-width {
    padding: 0
}

.edgtf-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-footer .edgtf-footer-bottom-holder,
.edgtf-page-footer .edgtf-footer-top-holder {
    border-bottom: 1px solid var(--white);
}

.edgtf-page-footer .edgtf-footer-top-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-alignment-center {
    text-align: center
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-alignment-left {
    text-align: left
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-alignment-right {
    text-align: right
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
    padding: 72px 0
}

.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-full-width {
    padding: 72px 120px
}

.edgtf-page-footer .edgtf-footer-bottom-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: var(--white) !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-grid {
    padding: 16px 0
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-full-width {
    padding: 16px 120px 13px
}

@media only screen and (min-width:1025px) {
    .edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner .edgtf-grid-col-4:nth-child(3) {
        text-align: right
    }
}

.no-touch body:not(.error404) .edgtf-page-footer.edgtf-footer-uncover {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1)
}

.edgtf-right-side-menu-opened .edgtf-page-footer.edgtf-footer-uncover {
    left: -270px
}

.edgtf-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    z-index: 110;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-page-header a img {
    display: block
}

.edgtf-page-header p {
    margin: 0
}

.edgtf-page-header .edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-paspartu-enabled .edgtf-page-header .edgtf-vertical-align-containers {
    padding: 0
}

.edgtf-page-header .edgtf-grid {
    height: 100%
}

.edgtf-page-header .edgtf-grid .edgtf-vertical-align-containers {
    padding: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.edgtf-page-header .edgtf-logo-area {
    position: relative;
    height: 98px;
    overflow: hidden;
    background-color: #fff
}

.edgtf-page-header .edgtf-logo-area .edgtf-logo-wrapper a {
    max-height: 98px
}

.edgtf-page-header .edgtf-menu-area {
    position: relative;
    height: 98px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-boxed .edgtf-page-header .edgtf-menu-area {
    padding: 0
}

.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 60px;
    height: 50px;
}

.edgtf-page-header .edgtf-menu-area .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-logo-area-border-disable .edgtf-page-header .edgtf-logo-area {
    border: none
}

.edgtf-logo-area-in-grid-border-disable .edgtf-page-header .edgtf-logo-area .edgtf-grid .edgtf-vertical-align-containers {
    border: none
}

.edgtf-header-logo-area-in-grid-padding .edgtf-page-header .edgtf-logo-area .edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-menu-area-shadow-disable .edgtf-page-header .edgtf-menu-area {
    -webkit-box-shadow: none;
    box-shadow: none
}

.edgtf-menu-area-shadow-disable .edgtf-page-header .edgtf-menu-area .edgtf-grid .edgtf-vertical-align-containers {
    -webkit-box-shadow: none;
    box-shadow: none
}

.edgtf-menu-area-border-disable .edgtf-page-header .edgtf-menu-area {
    border: none
}

.edgtf-menu-area-in-grid-border-disable .edgtf-page-header .edgtf-menu-area .edgtf-grid .edgtf-vertical-align-containers {
    border: none
}

.edgtf-header-logo-area-in-grid-padding .edgtf-page-header .edgtf-menu-area .edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-light-logo {
    opacity: 1
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-dark-logo,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-normal-logo {
    opacity: 0
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget .widgettitle,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget a,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget i,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget p,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget span {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget a:hover {
    color: #f45f0b !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget .widgettitle,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget a,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget i,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget p,
.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget span {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget a:hover {
    color: #f45f0b !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-dark-logo {
    opacity: 1
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-light-logo,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-logo-wrapper .edgtf-normal-logo {
    opacity: 0
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget .widgettitle,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget a,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget i,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget p,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget span {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget a:hover {
    color: #f45f0b !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget .widgettitle,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget a,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget i,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget p,
.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget span {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget a:hover {
    color: #f45f0b !important
}

.edgtf-logo-wrapper {
    display: inline-block;
    vertical-align: middle
}

.edgtf-logo-wrapper a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.edgtf-logo-wrapper a img {
    height: 100%;
    width: auto;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.edgtf-logo-wrapper a img.edgtf-normal-logo {
    opacity: 1
}

.edgtf-logo-wrapper a img.edgtf-dark-logo {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.edgtf-logo-wrapper a img.edgtf-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
}

.edgtf-main-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    width: auto
}

.edgtf-main-menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left
}

.edgtf-main-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0
}

.edgtf-main-menu ul li:hover>a {
    color: #f45f0b
}

.edgtf-main-menu ul li a {
    font-family: var(--font-family-secondary);
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .15em;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    color: #fff
}

.edgtf-main-menu ul li a i:before {
    margin: 0 7px 0 0
}

.edgtf-main-menu ul li a .menu_icon_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-main-menu ul li a .edgtf-menu-featured-icon {
    position: relative;
    top: -4px;
    left: 5px;
    color: currentColor;
    font-size: 10px;
    margin: 0
}

.edgtf-main-menu ul li a .edgtf-menu-featured-icon:before {
    margin: 0
}

.edgtf-main-menu>ul {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%
}

.edgtf-main-menu>ul>li {
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-main-menu>ul>li>a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 17px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-main-menu>ul>li>a>span.item_outer {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.edgtf-main-menu>ul>li>a>span.item_outer .item_text {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.edgtf-main-menu>ul>li.edgtf-active-item>a {
    color: #f45f0b
}

.edgtf-main-menu>ul>li.has_sub>a .edgtf-menu-arrow {
    display: none
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a {
    color: var(--text-dark);
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a:hover {
    color: #f45f0b
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li.edgtf-active-item>a {
    color: #f45f0b
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a {
    color: #000
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a:hover {
    color: #000
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li.edgtf-active-item>a {
    color: #000
}

.edgtf-drop-down .second {
    position: absolute;
    display: block;
    left: -12px;
    top: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: top .15s ease-out;
    transition: top .15s ease-out
}

.edgtf-drop-down .second.edgtf-drop-down-start {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-drop-down .second.right {
    right: 0;
    left: auto
}

.edgtf-drop-down .second .inner {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 997
}

.edgtf-drop-down .second .inner ul li {
    display: block;
    float: none;
    height: auto
}

.edgtf-drop-down .second .inner ul li .widget {
    width: 100%;
    margin: 0 !important
}

.edgtf-drop-down .second .inner ul li a {
    display: block;
    float: none;
    margin: 0;
    padding: 4px 15px 4px 30px
}

.edgtf-drop-down .second .inner ul li a .item_outer {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-drop-down .second .inner ul li.current-menu-ancestor>a,
.edgtf-drop-down .second .inner ul li.current-menu-item>a {
    color: #f45f0b
}

.edgtf-drop-down .second .inner ul li.sub>a .item_outer:after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 1px;
    right: 0;
    content: '\45';
    font-family: ElegantIcons;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    color: #f45f0b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.edgtf-drop-down .second .inner ul.right li.sub>a .item_outer:after {
    right: auto;
    left: 0;
    content: "\44"
}

.edgtf-drop-down .second .inner ul.right li a {
    text-align: right
}

.edgtf-drop-down .second .inner ul.right li a .item_outer {
    padding: 0 0 0 20px
}

.edgtf-drop-down .second .inner ul.right li ul {
    left: calc(-100% - 4px)
}

.edgtf-drop-down li.left_position .second {
    left: 0
}

.edgtf-drop-down li.right_position .second {
    left: auto;
    right: 0
}

.edgtf-drop-down>ul>li:hover>.second {
    z-index: 20
}

.edgtf-drop-down .narrow .second .inner ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
    background-color: #000;
    border-top: 2px solid #f45f0b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-drop-down .narrow .second .inner ul li {
    width: 225px
}

.edgtf-drop-down .narrow .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -22px;
    height: auto;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.edgtf-drop-down .narrow .second .inner ul li:hover ul {
    z-index: 20;
    opacity: 1
}

.edgtf-drop-down .narrow .second .inner ul.right li ul {
    left: calc(-100% - 4px)
}

.edgtf-drop-down .wide .second .inner {
    text-align: center;
    background-color: #000;
    border-top: 2px solid #f45f0b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-drop-down .wide .second .inner ul li a {
    padding: 7px 0
}

.edgtf-drop-down .wide .second .inner ul li ul {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    visibility: visible
}

.edgtf-drop-down .wide .second .inner>ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 45px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul {
    width: 1100px
}

.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul>li {
    padding: 0 40px
}

@media only screen and (min-width:1400px) {
    .edgtf-grid-1300.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul {
        width: 1300px
    }
}

@media only screen and (min-width:1300px) {
    .edgtf-grid-1200.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul {
        width: 1200px
    }
}

@media only screen and (min-width:1200px) {
    .edgtf-grid-1000.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul {
        width: 1000px
    }
}

@media only screen and (min-width:1024px) {
    .edgtf-grid-800.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner>ul {
        width: 800px
    }
}

.edgtf-drop-down .wide .second .inner>ul>li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 100px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-drop-down .wide .second .inner>ul>li:nth-child(4n+1) {
    clear: both;
    border-left: 0
}

.edgtf-drop-down .wide .second .inner>ul>li>a {
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.1em;
    color: #f45f0b
}

.edgtf-drop-down .wide .second .inner>ul>li>a.no_link {
    cursor: default
}

.edgtf-drop-down .wide .second .inner>ul>li>a .item_outer:after,
.edgtf-drop-down .wide .second .inner>ul>li>a .item_outer:before {
    display: none
}

.edgtf-drop-down .wide.left_position .second .inner>ul,
.edgtf-drop-down .wide.right_position .second .inner>ul {
    width: auto;
    white-space: nowrap
}

.edgtf-drop-down .wide.left_position .second .inner>ul>li,
.edgtf-drop-down .wide.right_position .second .inner>ul>li {
    float: none;
    display: inline-block;
    vertical-align: top
}

.edgtf-drop-down .wide.left_position .second .inner>ul>li:nth-child(4n+1),
.edgtf-drop-down .wide.right_position .second .inner>ul>li:nth-child(4n+1) {
    border-left: none
}

.edgtf-drop-down .wide.left_position .second ul li,
.edgtf-drop-down .wide.right_position .second ul li {
    width: 225px
}

.edgtf-page-header .edgtf-fixed-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden
}

.admin-bar .edgtf-page-header .edgtf-fixed-wrapper.fixed {
    top: 32px
}

.edgtf-page-header .edgtf-fixed-wrapper.fixed .edgtf-menu-area {
    background-color: #fff
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener {
    color: #000
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener.edgtf-fm-opened,
.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener:hover {
    color: #f45f0b
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener {
    color: #fff
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener.edgtf-fm-opened,
.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-fullscreen-menu-opener:hover {
    color: #f45f0b
}

.edgtf-fullscreen-menu-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-fullscreen-menu-opener .edgtf-fullscreen-menu-opener-icon {
    opacity: 1;
    position: relative
}

.edgtf-fullscreen-menu-opener .edgtf-fullscreen-menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.edgtf-fullscreen-menu-opener.edgtf-fm-opened .edgtf-fullscreen-menu-opener-icon {
    opacity: 0
}

.edgtf-fullscreen-menu-opener.edgtf-fm-opened .edgtf-fullscreen-menu-close-icon {
    opacity: 1
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-icon-pack {
    font-size: 50px;
    margin-top: 8px
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-icon-pack * {
    display: inline-block;
    line-height: inherit
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-svg-path span {
    position: relative
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-svg-path span>* {
    vertical-align: middle
}

.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-svg-path span path,
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-fullscreen-menu-opened {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: hidden
}

.edgtf-fullscreen-menu-opened.admin-bar {
    top: 32px;
    height: calc(100% - 32px)
}

.edgtf-fullscreen-menu-opened .edgtf-page-header,
.edgtf-fullscreen-menu-opened .edgtf-top-bar {
    visibility: hidden
}

.edgtf-fullscreen-menu-opened .edgtf-fullscreen-menu-opener,
.edgtf-fullscreen-menu-opened .edgtf-logo-wrapper {
    visibility: visible
}

.edgtf-fullscreen-menu-opened .edgtf-logo-wrapper img {
    opacity: 0
}

.edgtf-fullscreen-menu-opened .edgtf-logo-wrapper img.edgtf-light-logo {
    opacity: 1 !important
}

.edgtf-fullscreen-menu-opened .edgtf-fullscreen-menu-holder-outer {
    visibility: visible !important;
    opacity: 1 !important
}

.edgtf-fullscreen-menu-holder-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important;
    visibility: hidden;
    opacity: 0;
    z-index: 105
}

.edgtf-fullscreen-menu-holder {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: table;
    background-repeat: repeat;
    background-position: 0 0
}

.edgtf-fullscreen-menu-holder-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0
}

.touch .edgtf-fullscreen-menu-holder-outer {
    display: none
}

.touch .edgtf-fullscreen-menu-opened .edgtf-fullscreen-menu-holder-outer {
    display: block
}

nav.edgtf-fullscreen-menu {
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: left
}

nav.edgtf-fullscreen-menu ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

nav.edgtf-fullscreen-menu ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 8px 0
}

@media only screen and (min-width:1025px) {
    nav.edgtf-fullscreen-menu ul li {
        width: auto;
        margin: 0 25px
    }
}

nav.edgtf-fullscreen-menu ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-family: var(--font-family-secondary);
    font-size: 20px;
    line-height: 1.3em;
    font-weight: var(--font-weight-bold);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff
}

nav.edgtf-fullscreen-menu ul li a:hover {
    color: #f45f0b
}

nav.edgtf-fullscreen-menu ul li a span {
    position: relative;
    display: inline-block;
    vertical-align: top
}

nav.edgtf-fullscreen-menu ul li a .edgtf-fullscreen-menu-arrow {
    display: none
}

nav.edgtf-fullscreen-menu ul li ul.sub_menu {
    display: none;
    margin: 7px 0
}

@media only screen and (min-width:1025px) {
    nav.edgtf-fullscreen-menu ul li ul.sub_menu {
        position: absolute;
        top: calc(100% + 30px);
        left: 0;
        margin: 0;
        white-space: nowrap;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

nav.edgtf-fullscreen-menu ul li ul li.current-menu-ancestor>a,
nav.edgtf-fullscreen-menu ul li ul li.current-menu-item>a {
    color: #f45f0b
}

nav.edgtf-fullscreen-menu>ul {
    display: block
}

@media only screen and (min-width:1025px) {
    nav.edgtf-fullscreen-menu>ul>li {
        margin: 0 41px
    }
}

nav.edgtf-fullscreen-menu>ul>li>a {
    font-size: 25px
}

nav.edgtf-fullscreen-menu>ul>li.edgtf-active-item>a {
    color: #f45f0b
}

.edgtf-fullscreen-below-menu-widget-holder {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.edgtf-fullscreen-below-menu-widget-holder .widget {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

.edgtf-fade-push-text-right .edgtf-fullscreen-menu-holder-outer,
.edgtf-fade-push-text-top .edgtf-fullscreen-menu-holder-outer,
.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden !important;
    z-index: 105;
    opacity: 0
}

.edgtf-fullscreen-fade-out .edgtf-fullscreen-menu-holder-outer {
    -webkit-animation: fade_out .25s linear both;
    animation: fade_out .25s linear both
}

.edgtf-fullscreen-menu-opened.edgtf-fullscreen-fade-in .edgtf-fullscreen-menu-holder-outer {
    -webkit-animation: fade_in .25s linear both;
    animation: fade_in .25s linear both
}

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

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

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

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

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

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

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

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

.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-right .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder>div,
.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-right .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder>div,
.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-right .edgtf-fullscreen-menu-holder-outer nav>ul>li>a {
    -webkit-animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both;
    animation: push_text_right .4s cubic-bezier(.175, .885, .32, 1) both
}

.edgtf-fade-push-text-right.edgtf-push-nav-right .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder,
.edgtf-fade-push-text-right.edgtf-push-nav-right .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder,
.edgtf-fade-push-text-right.edgtf-push-nav-right .edgtf-fullscreen-menu-holder-outer nav {
    -webkit-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)
}

@-webkit-keyframes push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px)
    }

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

@keyframes push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

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

.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-top .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder>div,
.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-top .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder>div,
.edgtf-fullscreen-menu-opened.edgtf-fade-push-text-top .edgtf-fullscreen-menu-holder-outer nav>ul>li>a {
    -webkit-animation: push_text_top .4s ease-out both .5s;
    animation: push_text_top .4s ease-out both .5s
}

.edgtf-fade-push-text-top.edgtf-push-text-top .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder,
.edgtf-fade-push-text-top.edgtf-push-text-top .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder,
.edgtf-fade-push-text-top.edgtf-push-text-top .edgtf-fullscreen-menu-holder-outer nav {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.edgtf-fullscreen-menu-opened.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder,
.edgtf-fullscreen-menu-opened.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder,
.edgtf-fullscreen-menu-opened.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer nav {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s linear .1s;
    transition: all .25s linear .1s
}

.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-above-menu-widget-holder,
.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer .edgtf-fullscreen-below-menu-widget-holder,
.edgtf-fade-text-scaledown .edgtf-fullscreen-menu-holder-outer nav {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .25s linear .1s;
    transition: all .25s linear .1s
}

.edgtf-header-minimal .edgtf-page-header .edgtf-menu-area .edgtf-position-right-inner {
    height: auto
}

.edgtf-header-minimal .edgtf-page-header .edgtf-position-left:before,
.edgtf-header-minimal .edgtf-page-header .edgtf-position-right:before {
    content: ""
}

.edgtf-header-minimal .edgtf-page-header .edgtf-sticky-header .edgtf-position-left-inner {
    height: auto
}

.edgtf-header-minimal .edgtf-page-header .edgtf-sticky-header .edgtf-vertical-align-containers .edgtf-position-right .edgtf-position-right-inner {
    height: auto
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-left .edgtf-main-menu {
    width: auto;
    padding: 0 0 0 35px
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-left-inner {
    height: 100%
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-right:before {
    display: none
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-center-inner {
    height: 100%
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-right:before {
    display: none
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-right .edgtf-main-menu {
    width: auto
}

.edgtf-header-standard .edgtf-menu-area.edgtf-menu-right .edgtf-vertical-align-containers .edgtf-position-right-inner {
    height: 100%
}

.edgtf-header-vertical .edgtf-vertical-menu-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-header-vertical .edgtf-vertical-menu {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 87px 0 31px;
    padding: 0;
    z-index: 100
}

.edgtf-header-vertical .edgtf-vertical-menu ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.edgtf-header-vertical .edgtf-vertical-menu ul li {
    position: relative;
    padding: 0;
    margin: 0
}

.edgtf-header-vertical .edgtf-vertical-menu ul li.has_sub>a .item_outer:after,
.edgtf-header-vertical .edgtf-vertical-menu ul li.sub>a .item_outer:after {
    position: absolute;
    top: -1px;
    right: 0;
    margin: 0;
    font-family: ElegantIcons;
    font-size: 25px;
    line-height: inherit;
    content: "\45"
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 6px 0;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    line-height: 26px;
    font-weight: var(--font-weight-bold);
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a:hover {
    color: #f45f0b
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a:hover .item_text:after {
    width: 100%
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .item_outer {
    position: relative;
    display: block;
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .item_text {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .item_text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    border-bottom: 2px solid currentColor;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .edgtf-menu-arrow {
    display: none
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .edgtf-menu-featured-icon {
    position: relative;
    top: -4px;
    left: 3px;
    color: #000;
    font-size: 12px;
    margin: 0
}

.edgtf-header-vertical .edgtf-vertical-menu ul li a .menu_icon:not(.blank):not(.null) {
    padding: 0 5px 0 0
}

.edgtf-header-vertical .edgtf-vertical-menu ul li.current-menu-ancestor>a,
.edgtf-header-vertical .edgtf-vertical-menu ul li.current-menu-item>a,
.edgtf-header-vertical .edgtf-vertical-menu ul li.current_page_item>a,
.edgtf-header-vertical .edgtf-vertical-menu ul li.edgtf-active-item>a {
    color: #f45f0b
}

.edgtf-header-vertical .edgtf-vertical-menu ul li.current-menu-ancestor>a .item_text:after,
.edgtf-header-vertical .edgtf-vertical-menu ul li.current-menu-item>a .item_text:after,
.edgtf-header-vertical .edgtf-vertical-menu ul li.current_page_item>a .item_text:after,
.edgtf-header-vertical .edgtf-vertical-menu ul li.edgtf-active-item>a .item_text:after {
    width: 100%
}

.edgtf-header-vertical .edgtf-vertical-menu ul li .second {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.edgtf-header-vertical .edgtf-vertical-menu ul li .second .inner {
    position: relative;
    display: block;
    padding: 6px 0;
    z-index: 997
}

.edgtf-header-vertical .edgtf-vertical-menu>ul>li>a {
    font-size: 16px
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-below ul li .second {
    display: none
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-side .second {
    position: absolute;
    top: 0;
    width: 100%
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-side .second ul {
    position: absolute;
    top: -23px;
    left: calc(100% + 45px);
    width: 254px;
    background-color: #fff;
    padding: 25px 20px;
    margin-left: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-side .second ul * {
    visibility: inherit;
    -webkit-transition: visibility .2s ease;
    transition: visibility .2s ease
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-side .second ul.edgtf-float-open {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 900
}

.edgtf-header-vertical .edgtf-vertical-menu.edgtf-vertical-dropdown-side .second ul ul {
    top: -25px;
    left: calc(100% + 20px);
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu ul li a {
    color: #fff !important
}

.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu ul li a:hover {
    color: #f45f0b !important
}

.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current-menu-ancestor>a,
.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current-menu-item>a,
.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current_page_item>a {
    color: #f45f0b !important
}

.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu>ul>li.current-menu-ancestor>a,
.edgtf-light-header.edgtf-header-vertical .edgtf-vertical-menu>ul>li.edgtf-active-item>a {
    color: #f45f0b !important
}

.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu ul li a {
    color: #000 !important
}

.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu ul li a:hover {
    color: #f45f0b !important
}

.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current-menu-ancestor>a,
.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current-menu-item>a,
.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu ul li ul li.current_page_item>a {
    color: #f45f0b !important
}

.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu>ul>li.current-menu-ancestor>a,
.edgtf-dark-header.edgtf-header-vertical .edgtf-vertical-menu>ul>li.edgtf-active-item>a {
    color: #f45f0b !important
}

.edgtf-header-vertical .edgtf-vertical-area-widget-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0 0;
    z-index: 100
}

.edgtf-header-vertical.admin-bar .edgtf-vertical-menu-area {
    top: 32px;
    height: calc(100% - 32px)
}

.edgtf-header-vertical .edgtf-content,
.edgtf-header-vertical footer {
    padding-left: 264px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-header-vertical .edgtf-vertical-menu-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 264px;
    height: 100%;
    padding: 16px 23px 10px;
    background-color: transparent;
    outline: 0;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-header-vertical .edgtf-vertical-menu-area.edgtf-with-scroll {
    overflow: hidden
}

.edgtf-header-vertical .edgtf-vertical-menu-area-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%
}

.edgtf-header-vertical .edgtf-logo-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100
}

.edgtf-header-vertical .edgtf-logo-wrapper a {
    display: block;
    position: relative;
    height: 100%
}

.edgtf-header-vertical .edgtf-logo-wrapper img {
    display: block;
    height: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.edgtf-header-vertical .edgtf-vertical-area-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 264px;
    height: 100%;
    background-color: #000;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease, background-color .5s ease;
    transition: opacity .5s ease, background-color .5s ease
}

.edgtf-header-vertical.edgtf-header-vertical-shadow-disable .edgtf-vertical-area-background {
    -webkit-box-shadow: none;
    box-shadow: none
}

.edgtf-header-vertical.edgtf-header-vertical-border-disable .edgtf-vertical-area-background {
    border: none
}

.edgtf-light-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-light-logo {
    opacity: 1
}

.edgtf-light-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-dark-logo,
.edgtf-light-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-normal-logo {
    opacity: 0
}

.edgtf-dark-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-dark-logo {
    opacity: 1
}

.edgtf-dark-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-light-logo,
.edgtf-dark-header .edgtf-vertical-menu-area .edgtf-logo-wrapper .edgtf-normal-logo {
    opacity: 0
}

.edgtf-mobile-header {
    position: relative;
    display: none;
    z-index: 110
}

.edgtf-mobile-header .edgtf-mobile-header-inner {
    position: relative;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-mobile-header .edgtf-mobile-header-inner .edgtf-mobile-header-holder {
    position: relative;
    z-index: 2;
    height: 100%
}

.edgtf-mobile-header .edgtf-grid {
    height: 100%
}

.edgtf-mobile-header .edgtf-vertical-align-containers {
    padding: 0
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
    display: block
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    display: block;
    height: 100%;
    width: auto
}

.edgtf-mobile-header .edgtf-mobile-menu-opener {
    position: relative;
    height: 100%;
    float: left;
    z-index: 2
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a {
    display: table;
    height: 100%;
    padding-right: 10px
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a>* {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 1em
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-mobile-menu-text {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    padding-left: 5px
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opened a {
    color: #f45f0b
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-icon-pack .edgtf-mobile-menu-icon {
    font-size: 24px
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-icon-pack .edgtf-mobile-menu-icon * {
    display: block;
    line-height: inherit
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-icon-pack .edgtf-mobile-menu-icon :before {
    display: block;
    line-height: inherit
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon>* {
    vertical-align: middle
}

.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon path,
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-mobile-header .edgtf-mobile-nav {
    display: none;
    background-color: #fff;
    border-top: 2px solid #f45f0b
}

.edgtf-mobile-header .edgtf-mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.edgtf-mobile-header .edgtf-mobile-nav ul li {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-transform: translateZ(0)
}

.edgtf-mobile-header .edgtf-mobile-nav ul li a,
.edgtf-mobile-header .edgtf-mobile-nav ul li h6 {
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    color: #757575;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer
}

.edgtf-mobile-header .edgtf-mobile-nav ul li a:hover,
.edgtf-mobile-header .edgtf-mobile-nav ul li h6:hover {
    color: #f45f0b
}

.edgtf-mobile-header .edgtf-mobile-nav ul ul {
    display: none;
    margin-left: 15px
}

.edgtf-mobile-header .edgtf-mobile-nav ul ul li.current-menu-ancestor>a,
.edgtf-mobile-header .edgtf-mobile-nav ul ul li.current-menu-ancestor>h6,
.edgtf-mobile-header .edgtf-mobile-nav ul ul li.current-menu-item>a,
.edgtf-mobile-header .edgtf-mobile-nav ul ul li.current-menu-item>h6 {
    color: #f45f0b
}

.edgtf-mobile-header .edgtf-mobile-nav ul ul li a,
.edgtf-mobile-header .edgtf-mobile-nav ul ul li h6 {
    font-size: 11px;
    line-height: 24px
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a,
.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>h6 {
    padding-left: 4px;
    font-size: 13px
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-active-item>a,
.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-active-item>h6 {
    color: #f45f0b
}

.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li.edgtf-active-item>.mobile_arrow>.edgtf-sub-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow:hover {
    cursor: pointer
}

.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow .edgtf-sub-arrow {
    line-height: 1;
    -webkit-transition: transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow .fa-angle-down {
    display: none
}

.edgtf-mobile-header .edgtf-mobile-nav li.edgtf-opened>.mobile_arrow>.edgtf-sub-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.edgtf-mobile-header .edgtf-mobile-nav>.edgtf-grid>ul>li:last-child>a,
.edgtf-mobile-header .edgtf-mobile-nav>ul>li:last-child>a {
    border-bottom: none
}

.edgtf-sticky-up-mobile-header .edgtf-animate-mobile-header .edgtf-mobile-header-inner {
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out, left .2s ease, right .2s ease;
    -webkit-transition: left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out;
    transition: left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, left .2s ease, right .2s ease;
    transition: transform .4s ease-in-out, left .2s ease, right .2s ease, -webkit-transform .4s ease-in-out
}

.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

.edgtf-sticky-header .edgtf-grid {
    height: 100% !important
}

.edgtf-sticky-header.header-appear {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.admin-bar .edgtf-sticky-header.header-appear {
    top: 32px
}

.edgtf-sticky-header .edgtf-sticky-holder {
    position: relative;
    height: 100%;
    z-index: 2;
    background-color: #000;
    border-bottom: 0 solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-sticky-header .edgtf-sticky-holder .edgtf-logo-wrapper a {
    max-height: 62px
}

.edgtf-sticky-header .edgtf-sticky-holder .edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-left .edgtf-main-menu {
    width: auto;
    padding: 0 0 0 35px
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-left-inner {
    height: 100%
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-right:before {
    display: none
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-left .edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-center-inner {
    height: 100%
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-right:before {
    display: none
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-center .edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-right .edgtf-main-menu {
    width: auto
}

.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-right .edgtf-vertical-align-containers .edgtf-position-right-inner {
    height: 100%
}

.edgtf-sticky-header .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff
}

.edgtf-sticky-header .widget .widgettitle,
.edgtf-sticky-header .widget a,
.edgtf-sticky-header .widget i,
.edgtf-sticky-header .widget p,
.edgtf-sticky-header .widget span {
    color: #fff
}

.edgtf-sticky-header .widget a:hover {
    color: #f45f0b
}

.edgtf-sticky-header .edgtf-fullscreen-menu-opener {
    color: #fff
}

.edgtf-sticky-header .edgtf-fullscreen-menu-opener:hover {
    color: #f45f0b
}

.edgtf-main-menu.edgtf-sticky-nav>ul>li>a {
    color: #fff
}

.edgtf-main-menu.edgtf-sticky-nav>ul>li>a:hover {
    color: #f45f0b
}

.edgtf-main-menu.edgtf-sticky-nav>ul>li.edgtf-active-item>a {
    color: #f45f0b
}

.edgtf-top-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 38px;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 1;
    background-color: #000;
    z-index: 111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-top-bar>.edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-left:before,
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-right:before {
    display: none
}

.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-left-inner,
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.edgtf-top-bar .edgtf-grid {
    height: 100%
}

.edgtf-top-bar .edgtf-grid .edgtf-vertical-align-containers {
    padding-left: 0;
    padding-right: 0
}

.edgtf-top-bar-in-grid-padding .edgtf-top-bar .edgtf-grid .edgtf-vertical-align-containers {
    padding: 0 30px
}

.edgtf-top-bar .widget {
    margin: 0
}

.edgtf-rf-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-rf-holder .edgtf-rf-col-separator {
    float: left;
    width: 7.5%;
    font-size: 22px;
    line-height: 47px;
    font-weight: 500;
    letter-spacing: -.08em;
    text-transform: uppercase;
    text-align: center;
    color: #f45f0b
}

.edgtf-rf-holder .edgtf-rf-col-separator span {
    display: inline-block
}

.edgtf-rf-holder .edgtf-rf-col-holder {
    float: left;
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: transparent
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder input[type=text],
.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder select {
    display: block;
    width: calc(100% - 63px);
    padding: 8px 20px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #000;
    background-color: #f7f7f7;
    border: 2px solid transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder input[type=text]:focus,
.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder select:focus {
    border-color: #f45f0b
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder select {
    text-overflow: '';
    cursor: pointer
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder select::-ms-expand {
    display: none
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    margin: 0 0 0 3px;
    border: 2px solid var(--orange-primary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-group {
    background-image: url(../images/rf-group.png)
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-calendar {
    background-image: url(../images/rf-calendar.png)
}

.edgtf-rf-holder .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-clock {
    background-image: url(../images/rf-clock.png)
}

.edgtf-rf-holder .edgtf-rf-btn-holder {
    width: 16%;
    padding: 0 0 0 4%;
    margin: 0
}

.edgtf-rf-holder .edgtf-btn {
    display: block;
    width: 100%;
    line-height: 30px
}

.edgtf-rf-holder .edgtf-rf-copyright {
    margin: 0;
    font-size: 10px
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder input[type=text],
.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder select {
    color: var(--text-dark);
    background-color: transparent;
    border-color: var(--orange-primary);
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder select option {
    color: #000
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-group {
    background-image: url(../images/rf-group-light.png);
    filter:brightness(0.1) ;
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-calendar {
    background-image: url(../images/rf-calendar-light.png);
    filter:brightness(0.1) ;
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-rf-field-holder .edgtf-rf-icon span.edgtf-rf-clock {
    background-image: url(../images/rf-clock-light.png);
    filter:brightness(0.1) ;
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-btn {
    color: var(--white);
    background-color: var(--orange-primary);
    border-color: var(--orange-primary);
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-col-holder .edgtf-btn:hover {
    color: var(--white) !important;
    background-color: var(--accent-gold) !important;
    border-color: var(--accent-gold) !important
}

.edgtf-rf-holder.edgtf-rf-light .edgtf-rf-copyright {
    color: #b2b2b2
}

@media only screen and (max-width:1440px) {
    .edgtf-rf-holder .edgtf-rf-btn-holder {
        padding: 0 0 0 3%
    }
}

@media only screen and (max-width:1366px) {
    .edgtf-rf-holder .edgtf-btn {
        font-size: 14px
    }
}

@media only screen and (max-width:1024px) {
    .edgtf-rf-holder .edgtf-rf-col-separator {
        float: left;
        width: 8%
    }

    .edgtf-rf-holder .edgtf-rf-col-holder {
        width: 28%
    }

    .edgtf-rf-holder .edgtf-rf-col-holder.edgtf-rf-btn-holder {
        float: none;
        width: auto;
        padding: 0;
        margin: 122px 0 0;
        text-align: center
    }

    .edgtf-rf-holder .edgtf-rf-col-holder.edgtf-rf-btn-holder .edgtf-btn {
        float: none;
        display: block;
        width: auto;
        margin: 20px auto 0
    }
}

@media only screen and (max-width:768px) {
    .edgtf-rf-holder .edgtf-rf-col-holder.edgtf-rf-btn-holder {
        margin: 0
    }

    .edgtf-rf-holder.edgtf-rf-button-bellow .edgtf-rf-col-separator,
    .edgtf-rf-holder:not(.edgtf-rf-button-bellow) .edgtf-rf-col-separator {
        float: none;
        width: 100%
    }

    .edgtf-rf-holder.edgtf-rf-button-bellow .edgtf-rf-col-holder,
    .edgtf-rf-holder:not(.edgtf-rf-button-bellow) .edgtf-rf-col-holder {
        float: none;
        width: 100%;
        padding: 0
    }

    .edgtf-rf-holder.edgtf-rf-button-bellow .edgtf-rf-col-holder.edgtf-rf-btn-holder,
    .edgtf-rf-holder:not(.edgtf-rf-button-bellow) .edgtf-rf-col-holder.edgtf-rf-btn-holder {
        width: auto
    }

    .edgtf-rf-holder.edgtf-rf-button-bellow .edgtf-rf-col-holder.edgtf-rf-btn-holder .edgtf-btn,
    .edgtf-rf-holder:not(.edgtf-rf-button-bellow) .edgtf-rf-col-holder.edgtf-rf-btn-holder .edgtf-btn {
        width: 100%;
        margin: 60px 0 0
    }

    .edgtf-rf-holder.edgtf-rf-button-bellow .edgtf-rf-col-holder {
        margin: 15px 0 0
    }
}

.edgtf-search-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1;
    margin: 0 10px
}

.edgtf-search-opener .edgtf-search-opener-wrapper>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.edgtf-search-opener .edgtf-search-opener-wrapper>:before {
    display: block;
    line-height: inherit;
    color: var(--primary-blue);
}

.edgtf-search-opener.edgtf-search-opener-svg-path .edgtf-search-opener-wrapper>* {
    vertical-align: middle
}

.edgtf-search-opener.edgtf-search-opener-svg-path .edgtf-search-opener-wrapper path,
.edgtf-search-opener.edgtf-search-opener-svg-path .edgtf-search-opener-wrapper>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener,
.edgtf-light-header .edgtf-top-bar .edgtf-search-opener {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener:hover,
.edgtf-light-header .edgtf-top-bar .edgtf-search-opener:hover {
    color: #f45f0b !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener,
.edgtf-dark-header .edgtf-top-bar .edgtf-search-opener {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener:hover,
.edgtf-dark-header .edgtf-top-bar .edgtf-search-opener:hover {
    color: #f45f0b !important
}

.edgtf-search-page-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 80px
}

.edgtf-search-page-holder .edgtf-search-page-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 30px
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-search-title {
    margin: 0 0 20px
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-search-label {
    display: block;
    font-size: 13px
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 10px;
    clear: both;
    border-bottom: 1px solid #e1e1e1
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-column-left {
    display: table-cell;
    vertical-align: top
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-column-right {
    display: table-cell;
    width: 1%;
    text-align: left;
    vertical-align: top
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 3px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field::-webkit-input-placeholder {
    color: inherit
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field:-moz-placeholder {
    color: inherit;
    opacity: 1
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field:-ms-input-placeholder {
    color: inherit
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 18px;
    color: #757575;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit:hover {
    color: #000
}

.edgtf-search-page-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #e1e1e1
}

.edgtf-search-page-holder article.sticky .edgtf-post-title a {
    color: #f45f0b
}

.edgtf-search-page-holder article.page .edgtf-post-title-area .edgtf-post-info>div.edgtf-post-info-category {
    display: none
}

.edgtf-search-page-holder article .edgtf-post-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-search-page-holder article .edgtf-post-image {
    display: block;
    float: left;
    width: 130px
}

.edgtf-search-page-holder article .edgtf-post-image a,
.edgtf-search-page-holder article .edgtf-post-image img {
    display: block
}

.edgtf-search-page-holder article .edgtf-post-title-area {
    min-height: 130px;
    padding: 0 0 0 150px
}

.edgtf-search-page-holder article .edgtf-post-title-area.edgtf-no-thumbnail {
    padding: 0;
    min-height: inherit
}

.edgtf-search-page-holder article .edgtf-post-title-area .edgtf-post-title-area-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-search-page-holder article .edgtf-post-title-area .edgtf-post-title-area-inner .edgtf-post-title {
    margin: 0
}

.edgtf-search-page-holder article .edgtf-post-title-area .edgtf-post-title-area-inner .edgtf-post-excerpt {
    margin: 7px 0 0
}

.edgtf-search-page-holder .edgtf-blog-pagination {
    margin: 50px 0 0
}

.edgtf-search-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #000;
    z-index: 115
}

.edgtf-search-cover .edgtf-container,
.edgtf-search-cover .edgtf-container-inner {
    height: 100%
}

.edgtf-fixed-header-appear .edgtf-search-cover,
.edgtf-mobile-header.mobile-header-appear .edgtf-search-cover,
.edgtf-sticky-header-appear .edgtf-search-cover {
    position: fixed
}

.admin-bar .edgtf-mobile-header.mobile-header-appear .edgtf-search-cover,
.edgtf-fixed-header-appear.admin-bar .edgtf-search-cover,
.edgtf-sticky-header-appear.admin-bar .edgtf-search-cover {
    top: 32px
}

.edgtf-search-cover .edgtf-form-holder-outer {
    display: table;
    width: 100%;
    height: 100%
}

.edgtf-search-cover .edgtf-form-holder {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 36px;
    background-color:var(--white);
    /* border-bottom: 1px solid #000; */
    box-shadow: var(--box-shadow-sm);
}

.edgtf-search-cover .edgtf-form-holder-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}
.edgtf-form-holder-inner input{
    color: var(--text-dark) !important;
}
.edgtf-form-holder-inner input::placeholder{
    color: var(--border-medium) !important;
}


.edgtf-search-cover .edgtf-container-inner .edgtf-form-holder {
    padding: 0
}

.edgtf-search-cover .edgtf-container-inner .edgtf-search-close {
    right: 0
}

.edgtf-search-cover input {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    border-radius: 0
}

.edgtf-search-cover input:focus {
    color: #fff
}

.edgtf-search-cover input::-webkit-input-placeholder {
    color: inherit
}

.edgtf-search-cover input:-moz-placeholder {
    color: inherit;
    opacity: 1
}

.edgtf-search-cover input::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.edgtf-search-cover input:-ms-input-placeholder {
    color: inherit
}

.edgtf-search-cover input[type=submit] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    visibility: hidden
}

.edgtf-search-cover .edgtf-search-close {
    position: absolute;
    right: -8px;
    top: calc(50% - 1px);
    display: inline-block;
    vertical-align: middle;
    color: var(--text-dark);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.edgtf-search-cover .edgtf-search-close:hover {
    color: rgba(255, 255, 255, .8)
}

.edgtf-search-cover .edgtf-search-close.edgtf-search-close-icon-pack {
    font-size: 40px;
    line-height: 1em
}

.edgtf-search-cover .edgtf-search-close.edgtf-search-close-icon-pack * {
    display: block;
    line-height: inherit
}

.edgtf-search-cover .edgtf-search-close.edgtf-search-close-icon-pack :before {
    display: block;
    line-height: inherit
}

.edgtf-search-cover .edgtf-search-close.edgtf-search-close-svg-path>* {
    vertical-align: middle
}

.edgtf-search-cover .edgtf-search-close.edgtf-search-close-svg-path path,
.edgtf-search-cover .edgtf-search-close.edgtf-search-close-svg-path>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-search-cover.disabled input,
.edgtf-search-cover.disabled input:focus {
    font-weight: 400
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener,
.edgtf-light-header .edgtf-top-bar .edgtf-side-menu-button-opener {
    color: #fff !important
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener.opened,
.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener:hover,
.edgtf-light-header .edgtf-top-bar .edgtf-side-menu-button-opener.opened,
.edgtf-light-header .edgtf-top-bar .edgtf-side-menu-button-opener:hover {
    color: #f45f0b !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener,
.edgtf-dark-header .edgtf-top-bar .edgtf-side-menu-button-opener {
    color: #000 !important
}

.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener.opened,
.edgtf-dark-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-side-menu-button-opener:hover,
.edgtf-dark-header .edgtf-top-bar .edgtf-side-menu-button-opener.opened,
.edgtf-dark-header .edgtf-top-bar .edgtf-side-menu-button-opener:hover {
    color: #f45f0b !important
}

.edgtf-side-menu-button-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.edgtf-side-menu-button-opener .edgtf-side-menu-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    color: currentColor
}

.edgtf-side-menu-button-opener .edgtf-side-menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-side-menu-button-opener.opened,
.edgtf-side-menu-button-opener:hover {
    color: #f45f0b
}

.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-icon-pack .edgtf-side-menu-icon {
    font-size: 40px
}

.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-icon-pack .edgtf-side-menu-icon * {
    display: block;
    line-height: inherit
}

.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-icon-pack .edgtf-side-menu-icon :before {
    display: block;
    line-height: inherit
}

.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-svg-path .edgtf-side-menu-icon>* {
    vertical-align: middle
}

.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-svg-path .edgtf-side-menu-icon path,
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-svg-path .edgtf-side-menu-icon>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-side-menu {
    position: fixed;
    top: 0;
    right: -494px;
    width: 494px;
    height: 100%;
    min-height: 100%;
    padding: 99px 40px 36px;
    background-color: #000;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu a.edgtf-close-side-menu {
    position: absolute;
    top: 33px;
    right: 31px;
    display: block;
    color: #fff;
    z-index: 1000
}

.edgtf-side-menu a.edgtf-close-side-menu:hover {
    color: #f45f0b
}

.admin-bar .edgtf-side-menu a.edgtf-close-side-menu {
    top: 65px
}

.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-icon-pack {
    font-size: 40px
}

.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-icon-pack * {
    display: block;
    line-height: inherit
}

.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-icon-pack :before {
    display: block;
    line-height: inherit
}

.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-svg-path>* {
    vertical-align: middle
}

.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-svg-path path,
.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-svg-path>* {
    fill: currentColor;
    stroke: currentColor
}

.edgtf-right-side-menu-opened .edgtf-fixed-wrapper.fixed,
.edgtf-right-side-menu-opened .edgtf-sticky-header,
.edgtf-right-side-menu-opened .edgtf-wrapper,
.edgtf-right-side-menu-opened .mobile-header-appear .edgtf-mobile-header-inner,
.edgtf-right-side-menu-opened footer.edgtf-footer-uncover {
    left: 0
}

.edgtf-side-menu-slide-from-right .edgtf-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-from-right .edgtf-wrapper .edgtf-cover {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, .38);
    -webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out, z-index .2s ease-in-out
}

.edgtf-side-menu-slide-from-right .edgtf-fixed-wrapper.fixed,
.edgtf-side-menu-slide-from-right .edgtf-sticky-header {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-from-right footer.edgtf-footer-uncover {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-from-right.edgtf-right-side-menu-opened .edgtf-cover {
    opacity: 1;
    z-index: 1002
}

.edgtf-side-menu-slide-from-right.edgtf-right-side-menu-opened .edgtf-side-menu {
    right: 0;
    visibility: visible
}

.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened .edgtf-fixed-wrapper.fixed,
.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened .edgtf-mobile-header-inner,
.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened .edgtf-sticky-header,
.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened .edgtf-wrapper,
.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened .mobile-header-appear .edgtf-mobile-header-inner,
.edgtf-side-area-uncovered-from-content.edgtf-right-side-menu-opened footer.edgtf-footer-uncover {
    left: -405px
}

.edgtf-side-area-uncovered-from-content .edgtf-side-menu {
    right: 0;
    z-index: 90
}

.edgtf-side-area-uncovered-from-content .edgtf-fixed-wrapper.fixed,
.edgtf-side-area-uncovered-from-content .edgtf-sticky-header {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-with-content {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-overflow-scrolling: auto !important;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-with-content .edgtf-side-menu {
    visibility: visible
}

.edgtf-side-menu-slide-with-content .edgtf-wrapper,
.edgtf-side-menu-slide-with-content footer.edgtf-footer-uncover {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-with-content .edgtf-fixed-wrapper.fixed,
.edgtf-side-menu-slide-with-content .edgtf-mobile-header-inner,
.edgtf-side-menu-slide-with-content .edgtf-sticky-header {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1)
}

.edgtf-side-menu-slide-with-content.edgtf-side-menu-open .edgtf-fixed-wrapper,
.edgtf-side-menu-slide-with-content.edgtf-side-menu-open .edgtf-mobile-header-inner,
.edgtf-side-menu-slide-with-content.edgtf-side-menu-open .edgtf-sticky-header,
.edgtf-side-menu-slide-with-content.edgtf-side-menu-open .edgtf-wrapper,
.edgtf-side-menu-slide-with-content.edgtf-side-menu-open footer.edgtf-footer-uncover {
    left: -405px
}

.edgtf-side-menu-slide-with-content.edgtf-side-menu-open .edgtf-side-menu {
    right: 0
}

.edgtf-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 240px;
    background-color: #f6f6f6;
    background-position: center 0;
    background-repeat: no-repeat;
    z-index: 101
}

.edgtf-title-holder.edgtf-title-full-width .edgtf-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-title-holder.edgtf-bg-responsive {
    height: auto !important
}

.edgtf-title-holder.edgtf-bg-responsive .edgtf-title-image {
    display: block
}

.edgtf-title-holder.edgtf-bg-responsive .edgtf-title-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.edgtf-title-holder.edgtf-bg-parallax {
    background-attachment: fixed
}

.edgtf-title-holder .edgtf-title-image {
    display: none
}

.edgtf-title-holder .edgtf-title-image img {
    display: block;
    width: 100%
}

.edgtf-title-holder .edgtf-title-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-title-holder .edgtf-title-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.edgtf-title-holder .edgtf-page-title {
    margin: 0
}

.edgtf-title-holder .edgtf-page-title-suffix {
    color: #f45f0b
}

.edgtf-title-holder .edgtf-page-subtitle {
    margin: 0
}

.edgtf-title-holder var.edgtf-page-subtitle {
    display: block
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #757575
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs.edgtf-has-inline-style a {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs.edgtf-has-inline-style a:hover {
    color: inherit;
    opacity: .9
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs a,
.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs a:hover {
    color: #f45f0b
}

.edgtf-title-holder.edgtf-breadcrumbs-type .edgtf-breadcrumbs .edgtf-delimiter {
    margin: 0 3px
}

.edgtf-title-holder.edgtf-centered-type .edgtf-title-inner {
    text-align: center
}

.edgtf-title-holder.edgtf-centered-type .edgtf-page-title {
    line-height: 1
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info,
.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-title-info {
    display: table-cell;
    vertical-align: middle
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-title-info {
    width: 99%
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs-info {
    width: 1%;
    text-align: right;
    white-space: nowrap
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-page-title {
    line-height: 1
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs {
    color: #757575
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs.edgtf-has-inline-style a {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs.edgtf-has-inline-style a:hover {
    color: inherit;
    opacity: .9
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs a,
.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs a:hover {
    color: #f45f0b
}

.edgtf-title-holder.edgtf-standard-with-breadcrumbs-type .edgtf-breadcrumbs .edgtf-delimiter {
    margin: 0 3px
}

.edgtf-title-holder.edgtf-standard-type .edgtf-page-title {
    line-height: 1
}

.offbeat-event-single-info .edgtf-esi-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.offbeat-event-single-info .edgtf-esi-item .edgtf-esi-title {
    display: table-cell;
    width: 33.33%
}

.offbeat-event-single-info .edgtf-esi-item .edgtf-esi-desc {
    display: table-cell;
    color: #6c6c6c
}

.offbeat-event-single-info .edgtf-esi-item a {
    color: inherit
}

.offbeat-event-single-info .edgtf-esi-item a:hover {
    color: #f45f0b
}

.offbeat-event-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both
}

.offbeat-event-list-holder.offbeat-event-list-simple .offbeat-event-list-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item {
    display: block;
    border-bottom: 0;
    padding: 0 5% 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-link-outer {
    width: 100%
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item:last-child {
    padding: 0 4% 0 0
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-link-holder,
.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-title-holder {
    display: block
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-title-holder {
    width: 100%
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-title-holder .edgtf-el-item-title {
    padding: 0;
    letter-spacing: -.04em
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-link-holder {
    width: 100%;
    margin: 34px 0 0
}

@media only screen and (max-width:680px) {
    .offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-el-item-link-holder {
        margin: 26px 0 25px
    }
}

.offbeat-event-list-holder.offbeat-event-list-simple .edgtf-el-item .edgtf-btn.edgtf-btn-icon>span:not(.edgtf-btn-text) {
    margin: 0
}

.offbeat-event-list-holder.offbeat-event-list-standard .edgtf-el-item {
    padding: 11px 0
}

.offbeat-event-list-holder.offbeat-event-list-standard .edgtf-el-item .edgtf-el-item-title-holder {
    text-align: left
}

.offbeat-event-list-holder.offbeat-event-list-standard .edgtf-el-item .edgtf-el-item-day {
    position: relative;
    top: -3px;
    padding-left: 8px
}

.offbeat-event-list-holder.offbeat-event-list-standard .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw {
    color: #757575
}

.offbeat-event-list-holder.offbeat-event-list-thumbs {
    clear: both
}

.offbeat-event-list-holder.offbeat-event-list-thumbs.edgtf-el-has-title {
    visibility: hidden
}

.offbeat-event-list-holder.offbeat-event-list-thumbs.edgtf-el-has-title.edgtf-appeared {
    visibility: visible
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item {
    display: block;
    float: left;
    border: 0
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item:hover .edgtf-el-item-wrap:after {
    opacity: 1
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item:hover .edgtf-el-item-wrap img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item.edgtf-el-item-section .edgtf-el-item-wrap {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    background-color: #000
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item.edgtf-el-item-section .edgtf-el-item-title {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    bottom: auto;
    color: #fff
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item-wrap {
    position: relative;
    overflow: hidden
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item-wrap img {
    display: block;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item-wrap .edgtf-el-item-title {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: color .2s;
    transition: color .2s
}

@media only screen and (max-width:1024px) {
    .offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-item-wrap .edgtf-el-item-title {
        bottom: 16%
    }
}

.offbeat-event-list-holder.offbeat-event-list-thumbs .edgtf-el-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.offbeat-event-list-holder .edgtf-el-item {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    table-layout: initial;
    padding: 6px 0;
    border-bottom: 2px solid rgba(0, 0, 0, .16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.offbeat-event-list-holder .edgtf-el-item:first-child {
    border-top: 0
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-date-holder,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-link-holder {
    color: #000
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-date-holder .edgtf-el-item-day,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-link-holder .edgtf-el-item-day {
    color: #f45f0b
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-title-holder .edgtf-el-item-title {
    color: #f45f0b
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-title-holder {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder {
    width: 1%;
    white-space: nowrap
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-date {
    position: relative;
    min-width: 134px
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-date:after {
    position: absolute;
    display: block;
    content: " ";
    top: 50%;
    right: 0;
    height: 43px;
    border-right: 2px solid rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-day {
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 60px;
    font-weight: var(--font-weight-medium);
    letter-spacing: -.02em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-day,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw {
    display: table-cell;
    vertical-align: middle
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-day,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-weekday {
    line-height: 1.2
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 19px
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw .edgtf-el-item-month,
.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw .edgtf-el-item-weekday {
    display: block;
    font-size: 20px;
    letter-spacing: -.02em;
    font-weight: 300
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-title-holder {
    width: 98%
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-title-holder .edgtf-el-item-title {
    color: rgba(0, 0, 0, .8);
    padding: 0 21px;
    margin: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder {
    width: 1%;
    white-space: nowrap
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder .edgtf-el-item-link {
    z-index: 9
}

.offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder .edgtf-sold-out {
    display: block;
    padding: 0 40px;
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    letter-spacing: .2em;
    text-transform: uppercase;
    white-space: nowrap
}

@media only screen and (max-width:1200px) {
    .offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder .edgtf-sold-out {
        padding: 0 28px
    }
}

@media only screen and (max-width:680px) {
    .offbeat-event-list-holder .edgtf-el-item .edgtf-el-item-link-holder .edgtf-sold-out {
        padding: 0
    }
}

.offbeat-event-list-holder.edgtf-light-skin.offbeat-event-list-standard .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw {
    color: #fff
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item {
    border-color: var(--border-light) ;
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-date-holder {
    color: #f45f0b
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-date-holder .edgtf-el-item-day {
    color: #f45f0b
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-link-outer:hover~.edgtf-el-item-title-holder .edgtf-el-item-title {
    color: #f45f0b
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-date:after {
    border-color: rgba(255, 255, 255, .25)
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-day,
.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-date-holder .edgtf-el-item-mw {
    color: var(--orange-primary);
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-title-holder .edgtf-el-item-title {
    color: #fff
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-el-item-link-holder .edgtf-sold-out {
    color: #fff
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item .edgtf-btn.edgtf-btn-simple:hover {
    color: #fff !important
}

.offbeat-event-list-holder.edgtf-light-skin .edgtf-el-item svg path {
    fill: #fff
}

.offbeat-event-list-holder.edgtf-el-two-columns .edgtf-el-item {
    width: 50%
}

@media only screen and (min-width:1025px) {
    .offbeat-event-list-holder.edgtf-el-two-columns .edgtf-el-item:nth-child(2n+1) {
        clear: both
    }
}

.offbeat-event-list-holder.edgtf-el-three-columns .edgtf-el-item {
    width: 33.33333%
}

@media only screen and (min-width:1025px) {
    .offbeat-event-list-holder.edgtf-el-three-columns .edgtf-el-item:nth-child(3n+1) {
        clear: both
    }
}

.offbeat-event-list-holder.edgtf-el-four-columns .edgtf-el-item {
    width: 25%
}

@media only screen and (min-width:1281px) {
    .offbeat-event-list-holder.edgtf-el-four-columns .edgtf-el-item:nth-child(4n+1) {
        clear: both
    }
}

.offbeat-event-list-holder.edgtf-el-five-columns .edgtf-el-item {
    width: 20%
}

@media only screen and (min-width:1281px) {
    .offbeat-event-list-holder.edgtf-el-five-columns .edgtf-el-item:nth-child(5n+1) {
        clear: both
    }
}

.offbeat-event-list-holder.edgtf-no-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0
}

.offbeat-event-list-holder.edgtf-no-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 0;
    margin: 0 0 0
}

.offbeat-event-list-holder.edgtf-tiny-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0 -3px
}

.offbeat-event-list-holder.edgtf-tiny-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 3px;
    margin: 0 0 6px
}

.offbeat-event-list-holder.edgtf-small-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0 -10px
}

.offbeat-event-list-holder.edgtf-small-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.offbeat-event-list-holder.edgtf-normal-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0 -15px
}

.offbeat-event-list-holder.edgtf-normal-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.offbeat-event-list-holder.edgtf-medium-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0 -20px
}

.offbeat-event-list-holder.edgtf-medium-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.offbeat-event-list-holder.edgtf-large-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner {
    margin: 0 -25px
}

.offbeat-event-list-holder.edgtf-large-space.offbeat-event-list-thumbs .offbeat-event-list-holder-inner>.edgtf-el-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.offbeat-event-single-holder .edgtf-full-width-inner {
    padding-top: 95px
}

@media only screen and (max-width:1024px) {
    .offbeat-event-single-holder .edgtf-full-width-inner {
        padding-top: 45px
    }
}

.offbeat-event-single-holder:last-child .edgtf-full-width-inner {
    padding-bottom: 50px
}

.offbeat-event-single-holder .offbeat-event-top-holder .offbeat-event-subtitle {
    display: inline-block;
    color: #303030;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 9px
}

.offbeat-event-single-holder .offbeat-event-content {
    margin-top: 6px
}

.offbeat-event-single-holder .offbeat-event-featured-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 41px
}

.offbeat-event-single-holder .offbeat-event-featured-image img {
    display: block
}

.offbeat-event-single-holder .offbeat-event-info-title {
    margin: 0 0 26px;
    padding-top: 12px
}

.offbeat-event-single-holder .offbeat-event-info-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.offbeat-event-single-holder .offbeat-event-info-item>* {
    display: table-cell;
    margin: 0
}

.offbeat-event-single-holder .offbeat-event-info-item span {
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize
}

.offbeat-event-single-holder .offbeat-event-info-item span a {
    color: inherit
}

.offbeat-event-single-holder .offbeat-event-info-item span a:hover {
    color: #f45f0b
}

.offbeat-event-single-holder .offbeat-event-info-item .offbeat-event-info-item-title {
    width: 90px;
    color: var(--text-dark) !important;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase
}

.offbeat-event-single-holder .offbeat-event-info-item .offbeat-event-info-item-desc {
    font-weight: 300
}

.offbeat-event-single-holder .offbeat-event-content-wrap {
    padding: 0 0 126px
}

.offbeat-event-single-holder .offbeat-event-content-wrap .offbeat-event-social {
    padding: 10px 0 0
}

.offbeat-event-single-holder .offbeat-event-content-wrap .offbeat-event-social .edgtf-social-share-holder {
    display: block;
    width: 100%
}

.offbeat-event-single-holder .offbeat-event-content-wrap .offbeat-event-social .edgtf-social-share-holder .edgtf-social-title {
    display: block;
    margin-bottom: 15px
}

.offbeat-event-single-holder .offbeat-event-additional {
    padding: 48px 0 0
}

.offbeat-event-single-holder .offbeat-event-image-holder {
    margin: 143px 0 50px
}

.offbeat-event-single-holder .offbeat-event-image-holder .offbeat-events-gallery {
    margin-bottom: 25px
}

.offbeat-event-single-holder .offbeat-event-related-holder {
    text-align: center;
    margin-top: 38px
}

.offbeat-event-single-holder .offbeat-event-related-holder .offbeat-event-related-slider {
    margin-top: 46px
}

.offbeat-event-single-holder .offbeat-event-related-holder .slick-track {
    margin: 0
}

.offbeat-event-single-holder .offbeat-event-related-holder .offbeat-event-item {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.offbeat-event-single-holder .offbeat-event-related-holder .offbeat-event-item:hover .edgtf-item-text-overlay {
    opacity: 1
}

.offbeat-event-single-holder .offbeat-event-related-holder .offbeat-event-item:hover .edgtf-item-text-overlay-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-image-holder {
    position: relative
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-image-holder img {
    vertical-align: middle
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(244, 95, 11, .85);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.53, .01, .18, 1);
    transition: opacity .3s cubic-bezier(.53, .01, .18, 1)
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-overlay .edgtf-item-info-category {
    color: #fff;
    position: relative;
    z-index: 4
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-overlay .edgtf-item-title,
.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-overlay .edgtf-item-title a {
    color: #fff
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-overlay-inner {
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .3s cubic-bezier(.53, .01, .18, 1);
    transition: all .3s cubic-bezier(.53, .01, .18, 1)
}

.offbeat-event-single-holder .offbeat-event-related-holder .edgtf-item-text-holder {
    display: table-cell;
    vertical-align: middle
}

.offbeat-event-single-holder .offbeat-event-related-holder .offbeat-event-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.offbeat-event-single-holder .slick-slider .edgtf-slick-next,
.offbeat-event-single-holder .slick-slider .edgtf-slick-prev {
    color: #fff
}

.offbeat-event-single-nav {
    margin-top: 50px;
    padding: 30px 20px;
    background-color: #f9f9f9
}

.offbeat-event-single-nav .offbeat-event-single-nav-inner {
    display: table;
    width: 100%
}

.offbeat-event-single-nav .offbeat-event-single-nav-inner a {
    color: #303030
}

.offbeat-event-single-nav .offbeat-event-single-nav-inner a:hover {
    color: #f45f0b
}

.offbeat-event-single-nav .offbeat-event-prev {
    display: table-cell;
    text-align: left
}

.offbeat-event-single-nav .offbeat-event-prev a span {
    padding-right: 5px
}

.offbeat-event-single-nav .offbeat-event-next {
    display: table-cell;
    text-align: right
}

.offbeat-event-single-nav .offbeat-event-next a span {
    padding-left: 5px
}

.edgtf-masonry-gallery-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item .edgtf-mg-item-title {
    color: #fff
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item .edgtf-mg-item-button.edgtf-btn-solid:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item .edgtf-mg-item-button.edgtf-btn-outline {
    color: #fff;
    border-color: #fff
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item .edgtf-mg-item-button.edgtf-btn-outline:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-content {
    border-color: transparent
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-content,
.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item.edgtf-mg-simple .edgtf-mg-content,
.edgtf-masonry-gallery-holder.edgtf-mg-skin-light .edgtf-mg-item.edgtf-mg-with-button .edgtf-mg-content {
    border-color: rgba(255, 255, 255, .68)
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-dark .edgtf-mg-item .edgtf-mg-item-title {
    color: #000
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-dark .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-item-content {
    background: rgba(255, 255, 255, .61)
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-dark .edgtf-mg-item.edgtf-mg-with-button .edgtf-mg-item-content {
    background: rgba(255, 255, 255, .61)
}

.edgtf-masonry-gallery-holder.edgtf-mg-skin-dark .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-item-content {
    background: rgba(255, 255, 255, .61)
}

.edgtf-masonry-gallery-holder .edgtf-mg-inner {
    opacity: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-grid-gutter {
    width: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-grid-sizer {
    width: 25%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item {
    position: relative;
    width: 25%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-masonry-size-large-width {
    width: 50%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-masonry-size-large-width .edgtf-mg-image img {
    max-height: inherit
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-masonry-size-large-height .edgtf-mg-image img {
    height: 100%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-masonry-size-large-width-height {
    width: 50%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-center .edgtf-mg-content {
    text-align: center
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .25s cubic-bezier(.45, .05, .55, .95);
    transition: border-color .25s cubic-bezier(.45, .05, .55, .95)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-outer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-content {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 20px 30px
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-image {
    position: relative;
    height: 100%;
    width: 100%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-image img {
    width: 100%
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-title {
    margin: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-title .edgtf-mg-suffix {
    margin: 0 0 0 3px;
    color: #f45f0b
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-text {
    margin: 14px 0 0;
    color: #f45f0b;
    font-family: Quentin, script;
    font-size: 40px
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-button {
    margin: 21px 0 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-item .edgtf-mg-item-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-content .edgtf-mg-bottom-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-content .edgtf-mg-top-border {
    width: 100%;
    -webkit-transition: width .55s cubic-bezier(.61, .66, .4, 1.14);
    transition: width .55s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-content .edgtf-mg-left-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-content .edgtf-mg-right-border {
    height: 100%;
    -webkit-transition: height .55s cubic-bezier(.61, .66, .4, 1.14);
    transition: height .55s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-image img {
    -webkit-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard:hover .edgtf-mg-item-content {
    opacity: 1
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-image {
    overflow: hidden
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-item-content {
    background: rgba(0, 0, 0, .61);
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.45, .05, .55, .95);
    transition: opacity .25s cubic-bezier(.45, .05, .55, .95)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-bottom-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-left-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-right-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-top-border {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, .68)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-bottom-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-top-border {
    width: 0;
    height: 1px;
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-left-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-right-border {
    height: 0;
    width: 1px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-left-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-top-border {
    top: 0;
    left: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-bottom-border,
.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-standard .edgtf-mg-content .edgtf-mg-right-border {
    bottom: 0;
    right: 0
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-with-button .edgtf-mg-content {
    border-color: #e1e1e1
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-with-button .edgtf-mg-item-content {
    background: rgba(0, 0, 0, .61)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-popup {
    text-align: center
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-content {
    border-color: #e1e1e1
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-item-content {
    background: rgba(0, 0, 0, .61)
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-item-icon {
    display: block;
    margin: 0 auto
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-popup .edgtf-mg-item-button {
    margin-top: 44px
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-simple .edgtf-mg-item-content {
    border-color: #e1e1e1
}

.edgtf-masonry-gallery-holder .edgtf-mg-item.edgtf-mg-simple .edgtf-mg-content {
    background-repeat: no-repeat;
    background-position: center
}

.edgtf-popup-bg {
    position: fixed;
    content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .68);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .36s;
    transition: opacity .36s
}

.edgtf-masonry-popup-active .edgtf-popup-bg {
    opacity: 1;
    z-index: 9999
}

.edgtf-masonry-popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 628px;
    background-color: #000;
    border: 1px solid #e1e1e1;
    padding: 105px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .36s;
    transition: opacity .36s
}

@media only screen and (max-width:1024px) {
    .edgtf-masonry-popup-wrapper {
        max-width: 568px;
        padding: 85px
    }
}

@media only screen and (max-width:680px) {
    .edgtf-masonry-popup-wrapper {
        max-width: 400px;
        padding: 40px
    }
}

.edgtf-masonry-popup-wrapper.edgtf-active {
    opacity: 1;
    z-index: 99999
}

.single-portfolio-item .edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner,
.single-portfolio-item .edgtf-content .edgtf-content-inner>.edgtf-full-width>.edgtf-full-width-inner {
    padding-bottom: 0
}

.edgtf-portfolio-single-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 50px
}

.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout {
    margin-bottom: 80px
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image a,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder .edgtf-ps-image img {
    position: relative;
    display: block
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 11px
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item>* {
    display: table-cell;
    vertical-align: middle
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a,
.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item p {
    margin: 0
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link) {
    color: #757575
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link):last-child:after {
    content: ''
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link):after {
    content: ','
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item a:not(.edgtf-share-link):hover {
    color: #f45f0b
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-item.edgtf-ps-social-share {
    margin: 22px 0 0;
    padding: 23px 0 0;
    border-top: 1px solid #e1e1e1
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-ps-info-title {
    margin: 0;
    width: 90px
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-social-share-holder {
    display: inline-block;
    width: 100%
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-social-share-holder.edgtf-list>* {
    display: table-cell;
    vertical-align: middle
}

.edgtf-portfolio-single-holder .edgtf-ps-info-holder .edgtf-social-share-holder .edgtf-social-title {
    width: 88px
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image {
    width: 50%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-two-columns .edgtf-ps-image:nth-child(2n+1) {
        clear: both
    }
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image {
    width: 33.33333%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-three-columns .edgtf-ps-image:nth-child(3n+1) {
        clear: both
    }
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image {
    width: 25%
}

@media only screen and (min-width:1201px) {
    .edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-gallery-images.edgtf-ps-four-columns .edgtf-ps-image:nth-child(4n+1) {
        clear: both
    }
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-sizer,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-image {
    width: 25%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-grid-gutter {
    width: 0
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-image a,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ps-image img {
    height: 100%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-ig-image-inner {
    height: 100%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images .edgtf-masonry-size-large-width img {
    width: 100%;
    height: 100%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-grid-sizer,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image {
    width: 50%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image.edgtf-masonry-size-large-width,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-two-columns .edgtf-ps-image.edgtf-masonry-size-large-width-height {
    width: 100%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-grid-sizer,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image {
    width: 33.33333%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image.edgtf-masonry-size-large-width,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-three-columns .edgtf-ps-image.edgtf-masonry-size-large-width-height {
    width: 66.66667%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-grid-sizer,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image {
    width: 25%
}

.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image.edgtf-masonry-size-large-width,
.edgtf-portfolio-single-holder .edgtf-ps-image-holder.edgtf-ps-masonry-images.edgtf-ps-four-columns .edgtf-ps-image.edgtf-masonry-size-large-width-height {
    width: 50%
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder {
    width: 100%
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
    float: left
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
    opacity: 1
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout>.edgtf-grid-row {
    margin-top: 51px
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-info-item.edgtf-ps-content-item {
    margin-bottom: 14px
}

.edgtf-portfolio-single-holder.edgtf-ps-gallery-layout .edgtf-ps-info-item.edgtf-ps-content-item p {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder {
    margin: 0 0 51px
}

.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
    margin: 0 0 30px
}

.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-info-item.edgtf-ps-content-item {
    margin-bottom: 14px
}

.edgtf-portfolio-single-holder.edgtf-ps-images-layout .edgtf-ps-info-item.edgtf-ps-content-item p {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
    opacity: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout>.edgtf-grid-row {
    margin-top: 51px
}

.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-info-item.edgtf-ps-content-item {
    margin-bottom: 14px
}

.edgtf-portfolio-single-holder.edgtf-ps-masonry-layout .edgtf-ps-info-item.edgtf-ps-content-item p {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder {
    margin: 0 0 51px
}

.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
    visibility: hidden
}

.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
    width: 100%
}

.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-info-item.edgtf-ps-content-item {
    margin-bottom: 14px
}

.edgtf-portfolio-single-holder.edgtf-ps-slider-layout .edgtf-ps-info-item.edgtf-ps-content-item p {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder {
    width: 100%
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image {
    float: left
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:hover:after {
    opacity: 1
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-image-holder .edgtf-ps-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-portfolio-single-holder.edgtf-ps-small-gallery-layout .edgtf-ps-content-item {
    margin: 0 0 14px
}

.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image {
    margin: 0 0 30px
}

.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-image-holder .edgtf-ps-image:last-child {
    margin: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-small-images-layout .edgtf-ps-content-item {
    margin: 0 0 24px
}

.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
    opacity: 0
}

.edgtf-portfolio-single-holder.edgtf-ps-small-masonry-layout .edgtf-ps-content-item {
    margin: 0 0 14px
}

@media only screen and (max-width:1024px) {
    .edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder {
        margin-bottom: 55px
    }
}

.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image-inner {
    visibility: hidden
}

.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-image-holder .edgtf-ps-image img {
    width: 100%
}

.edgtf-portfolio-single-holder.edgtf-ps-small-slider-layout .edgtf-ps-content-item {
    margin: 0 0 24px
}

.edgtf-ps-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 30px 0 0;
    background-color: #121212;
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-ps-navigation .edgtf-container-inner {
    display: table
}

.edgtf-ps-navigation .edgtf-ps-back-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.edgtf-ps-navigation .edgtf-ps-back-btn a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    color: #f45f0b
}

.edgtf-ps-navigation .edgtf-ps-back-btn a:hover {
    color: #fff
}

.edgtf-ps-navigation .edgtf-ps-back-btn a span {
    display: block;
    line-height: inherit
}

.edgtf-ps-navigation .edgtf-ps-back-btn a span:before {
    display: block;
    line-height: inherit
}

.edgtf-ps-navigation .edgtf-ps-next,
.edgtf-ps-navigation .edgtf-ps-prev {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-ps-navigation .edgtf-ps-next a,
.edgtf-ps-navigation .edgtf-ps-prev a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 98px;
    color: #f45f0b
}

.edgtf-ps-navigation .edgtf-ps-next a:hover,
.edgtf-ps-navigation .edgtf-ps-prev a:hover {
    color: #fff
}

.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark,
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark {
    display: inline-block;
    vertical-align: middle
}

.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark:before,
.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark:before {
    display: block;
    line-height: inherit
}

.edgtf-ps-navigation .edgtf-ps-prev {
    float: left
}

.edgtf-ps-navigation .edgtf-ps-prev a .edgtf-ps-nav-mark {
    left: 0
}

.edgtf-ps-navigation .edgtf-ps-next {
    text-align: right;
    float: right
}

.edgtf-ps-navigation .edgtf-ps-next a .edgtf-ps-nav-mark {
    right: 0
}

.edgtf-portfolio-category-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-category-list-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.touch .edgtf-portfolio-category-list-holder article {
    cursor: pointer
}

.edgtf-portfolio-category-list-holder article:hover .edgtf-pcli-text-holder {
    opacity: 1
}

.edgtf-portfolio-category-list-holder article .edgtf-pcl-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-image img {
    display: block;
    width: 100%
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-text-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-title {
    margin: 0;
    color: #fff
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-excerpt {
    margin: 3px 0 0;
    color: #fff
}

.edgtf-portfolio-category-list-holder article .edgtf-pcli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.edgtf-portfolio-category-list-holder:not(.edgtf-pcl-one-column) article {
    float: left
}

.edgtf-portfolio-category-list-holder.edgtf-pcl-two-columns article {
    width: 50%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-category-list-holder.edgtf-pcl-two-columns article:nth-child(2n+1) {
        clear: both
    }
}

.edgtf-portfolio-category-list-holder.edgtf-pcl-three-columns article {
    width: 33.33333%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-category-list-holder.edgtf-pcl-three-columns article:nth-child(3n+1) {
        clear: both
    }
}

.edgtf-portfolio-category-list-holder.edgtf-pcl-four-columns article {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-category-list-holder.edgtf-pcl-four-columns article:nth-child(4n+1) {
        clear: both
    }
}

.edgtf-portfolio-category-list-holder.edgtf-pcl-five-columns article {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .edgtf-portfolio-category-list-holder.edgtf-pcl-five-columns article:nth-child(5n+1) {
        clear: both
    }
}

.edgtf-portfolio-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-list-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.touch .edgtf-portfolio-list-holder article {
    cursor: pointer
}

.edgtf-portfolio-list-holder article .edgtf-pl-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-list-holder article .edgtf-pli-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-list-holder article .edgtf-pli-image img {
    display: block;
    width: 100%
}

.edgtf-portfolio-list-holder article .edgtf-pli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.edgtf-portfolio-list-holder article .edgtf-pli-text-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-portfolio-list-holder article .edgtf-pli-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-title {
    margin: 0
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder {
    position: relative;
    display: block;
    margin: 3px 0 0
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px 0 0;
    margin: 0 3px 0 0;
    z-index: 8
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:after {
    position: absolute;
    top: 0;
    right: -4px;
    content: '/';
    color: inherit;
    font-size: 12px;
    line-height: inherit
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child {
    margin: 0;
    padding: 0
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-category-holder a:last-child:after {
    display: none
}

.edgtf-portfolio-list-holder article .edgtf-pli-text .edgtf-pli-excerpt {
    margin: 3px 0 0
}

.edgtf-portfolio-list-holder.edgtf-pl-has-shadow article .edgtf-pli-image {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-portfolio-list-holder.edgtf-pl-has-filter .edgtf-pl-inner {
    overflow: hidden
}

.edgtf-portfolio-list-holder.edgtf-pl-no-content .edgtf-pli-text-holder {
    display: none
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery:not(.edgtf-pl-one-column) article {
    float: left
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article {
    width: 50%
}

@media only screen and (min-width:769px) {
    .edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-two-columns article:nth-child(2n+1) {
        clear: both
    }
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-three-columns article:nth-child(3n+1) {
        clear: both
    }
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-four-columns article:nth-child(4n+1) {
        clear: both
    }
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article {
    width: 20%
}

@media only screen and (min-width:1441px) {
    .edgtf-portfolio-list-holder.edgtf-pl-gallery.edgtf-pl-five-columns article:nth-child(5n+1) {
        clear: both
    }
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-inner {
    opacity: 0
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-sizer,
.edgtf-portfolio-list-holder.edgtf-pl-masonry article {
    width: 100%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry .edgtf-pl-grid-gutter {
    width: 0
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns .edgtf-pl-grid-sizer,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article {
    width: 50%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-masonry-size-large-width,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-two-columns article.edgtf-masonry-size-large-width-height {
    width: 100%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns .edgtf-pl-grid-sizer,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article {
    width: 33.33333%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-masonry-size-large-width,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-three-columns article.edgtf-masonry-size-large-width-height {
    width: 66.66667%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns .edgtf-pl-grid-sizer,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article {
    width: 25%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-masonry-size-large-width,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-four-columns article.edgtf-masonry-size-large-width-height {
    width: 50%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns .edgtf-pl-grid-sizer,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article {
    width: 20%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-masonry-size-large-width,
.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-pl-five-columns article.edgtf-masonry-size-large-width-height {
    width: 40%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-masonry-images-fixed article .edgtf-pl-item-inner {
    height: 100%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-masonry-images-fixed article .edgtf-pli-image {
    height: 100%
}

.edgtf-portfolio-list-holder.edgtf-pl-masonry.edgtf-masonry-images-fixed article .edgtf-pli-image img {
    height: 100%
}

.edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
    -webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
    transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
    transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
    transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04)
}

.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-portfolio-list-holder.edgtf-pl-has-animation article.edgtf-item-show.edgtf-item-shown {
    -webkit-transition: none;
    transition: none
}

.touch .edgtf-portfolio-list-holder.edgtf-pl-has-animation article {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-pl-filter-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 30px;
    text-align: center
}

.edgtf-pl-filter-holder ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

.edgtf-pl-filter-holder ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    padding: 0 17px;
    cursor: pointer
}

@media only screen and (max-width:1024px) {
    .edgtf-pl-filter-holder ul li {
        padding: 0 10px
    }
}

.edgtf-pl-filter-holder ul li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 27px;
    font-weight: var(--font-weight-medium);
    letter-spacing: .15em;
    white-space: nowrap;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.edgtf-pl-filter-holder ul li.edgtf-pl-current span,
.edgtf-pl-filter-holder ul li:hover span {
    color: #f45f0b
}

.edgtf-portfolio-list-holder.edgtf-pl-pag-standard .edgtf-pl-inner {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-portfolio-list-holder.edgtf-pl-pag-standard.edgtf-pl-pag-standard-animate .edgtf-pl-inner {
    opacity: 0
}

.edgtf-pl-standard-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 20px 0 0;
    clear: both
}

.edgtf-pl-standard-pagination ul {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.edgtf-pl-standard-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    padding: 0
}

.edgtf-pl-standard-pagination ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-active a {
    color: #f45f0b
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next,
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev {
    position: absolute;
    top: 0
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a,
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a {
    font-size: 30px;
    -webkit-transition: color .2s ease-out, opacity .2s ease-out;
    transition: color .2s ease-out, opacity .2s ease-out
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span,
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span {
    display: block;
    line-height: inherit
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a span:before,
.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a span:before {
    display: block;
    line-height: inherit
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev {
    left: 0
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-prev a {
    opacity: 0
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next {
    right: 0
}

.edgtf-pl-standard-pagination ul li.edgtf-pl-pag-next a {
    opacity: 1
}

.edgtf-pl-load-more-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-pl-load-more-holder .edgtf-pl-load-more {
    margin: 40px 0 0;
    text-align: center
}

.edgtf-pl-loading {
    position: relative;
    display: none;
    width: 100%;
    margin: 40px 0 20px;
    color: #000;
    text-align: center
}

.edgtf-pl-loading.edgtf-filter-trigger {
    position: absolute;
    top: 250px;
    left: 0
}

.edgtf-pl-loading.edgtf-standard-pag-trigger {
    position: absolute;
    top: 50px;
    left: 0
}

.edgtf-pl-has-filter .edgtf-pl-loading.edgtf-standard-pag-trigger {
    top: 150px
}

.edgtf-pl-loading.edgtf-showing {
    display: block
}

.edgtf-pl-loading>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.edgtf-pl-loading .edgtf-pl-loading-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.edgtf-pl-loading .edgtf-pl-loading-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay.edgtf-pl-has-shadow .edgtf-pl-item-inner {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text-holder {
    opacity: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-image img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text .edgtf-pli-category-holder,
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article:hover .edgtf-pli-text .edgtf-pli-title {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pl-item-inner {
    overflow: hidden
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-excerpt,
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-title {
    color: #fff
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder,
.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-title {
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-title {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a {
    color: #fff
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay article .edgtf-pli-text .edgtf-pli-category-holder a:hover {
    color: #f45f0b
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-overlay .edgtf-pli-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom.edgtf-pl-has-shadow .edgtf-pl-item-inner {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom article:hover .edgtf-pli-text-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom article:hover .edgtf-pli-text-wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom article .edgtf-pl-item-inner {
    overflow: hidden
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom .edgtf-pli-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 15px 20px 10px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.edgtf-portfolio-list-holder.edgtf-pl-gallery-slide-from-image-bottom .edgtf-pli-text-wrapper {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article:hover .edgtf-pli-image:after {
    opacity: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-image:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-shader article .edgtf-pli-link {
    z-index: 2
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-shader .edgtf-pli-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 20px 0 0
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images article .edgtf-pli-image img {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images article .edgtf-pli-image img:nth-child(1) {
    opacity: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images article .edgtf-pli-image img:nth-child(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images article.edgtf-pl-has-switch-image:hover .edgtf-pli-image img:nth-child(1) {
    opacity: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images article.edgtf-pl-has-switch-image:hover .edgtf-pli-image img:nth-child(2) {
    opacity: 1
}

.edgtf-portfolio-list-holder.edgtf-pl-standard-switch-images .edgtf-pli-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 20px 0 0
}

.edgtf-portfolio-project-info {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-portfolio-project-info .edgtf-ppi-label {
    margin: 0;
    padding: 0
}

.edgtf-portfolio-project-info>div {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-portfolio-project-info>div a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.edgtf-portfolio-project-info>div a:last-child {
    margin: 0
}

.edgtf-portfolio-project-info .edgtf-ppi-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-portfolio-project-info .edgtf-ppi-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-portfolio-project-info .edgtf-ppi-image img {
    display: block
}

.edgtf-portfolio-slider-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-portfolio-slider-holder .edgtf-pl-inner {
    margin: 0 !important
}

.edgtf-portfolio-slider-holder article {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev {
    color: #fff
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-next:hover,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-light-skin .owl-nav .owl-prev:hover {
    color: #f45f0b
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev {
    color: #000
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-next:hover,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-nav-dark-skin .owl-nav .owl-prev:hover {
    color: #f45f0b
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .2)
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot.active span,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-light-skin .owl-dots .owl-dot:hover span {
    background-color: #f45f0b
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, .2)
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot.active span,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-dark-skin .owl-dots .owl-dot:hover span {
    background-color: #f45f0b
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-on-slider .owl-nav .owl-next,
.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-on-slider .owl-nav .owl-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.edgtf-portfolio-slider-holder .edgtf-portfolio-list-holder.edgtf-pag-on-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin: 0
}

.edgtf-testimonials-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.edgtf-testimonials-holder .edgtf-testimonial-content,
.edgtf-testimonials-holder .edgtf-testimonials {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-testimonials-holder .edgtf-testimonials {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-testimonials-holder .edgtf-testimonial-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 47px
}

.edgtf-testimonials-holder .edgtf-testimonial-image img {
    display: block;
    margin: 0 auto;
    width: auto !important
}

.edgtf-testimonials-holder .edgtf-testimonial-text {
    margin: 0;
    font-size: 19px;
    line-height: 1.6em;
    color: #757575
}

.edgtf-testimonials-holder .edgtf-testimonial-author {
    margin: 42px 0 20px;
    color: #000
}

.edgtf-testimonials-holder .edgtf-owl-slider .owl-nav .owl-prev {
    left: -10px
}

.edgtf-testimonials-holder .edgtf-owl-slider .owl-nav .owl-next {
    right: -10px
}

.edgtf-testimonials-holder.edgtf-testimonials-light .edgtf-testimonial-author,
.edgtf-testimonials-holder.edgtf-testimonials-light .edgtf-testimonial-text {
    color: #fff
}

.edgtf-testimonials-holder.edgtf-testimonials-light .owl-dots .owl-dot span {
    background-color: #fff
}

.edgtf-testimonials-holder.edgtf-testimonials-light .owl-dots .owl-dot.active span,
.edgtf-testimonials-holder.edgtf-testimonials-light .owl-dots .owl-dot:hover span {
    background-color: #f45f0b
}

.edgtf-comment-rating-box {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle
}

.edgtf-comment-rating-box .edgtf-star-rating {
    position: relative;
    display: inline-block;
    font-family: ElegantIcons;
    color: #c8c8c8;
    font-size: 16px;
    letter-spacing: 5px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.edgtf-comment-rating-box .edgtf-star-rating.active {
    color: #ffd740
}

.edgtf-comment-rating-box .edgtf-star-rating:before {
    content: '\e033'
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-average-rating {
    color: #f45f0b;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-verbal-description {
    vertical-align: middle;
    margin: 2px 0 0
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-rating-icon {
    vertical-align: middle;
    font-size: 20px
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-display-right {
    vertical-align: middle;
    padding-left: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-display-right .edgtf-item-reviews-display-bar {
    line-height: 28px
}

.edgtf-reviews-per-criteria .edgtf-item-reviews-display-right .edgtf-item-reviews-display-bar .edgtf-item-reviews-display-bar-inner {
    padding: 6px 0
}

.edgtf-reviews-per-mark .edgtf-reviews-number-wrapper {
    padding-top: 23%;
    padding-left: 15%;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle
}

.edgtf-reviews-per-mark .edgtf-reviews-number {
    font-size: 72px;
    color: #ffd740;
    font-weight: 700;
    line-height: 1em;
    margin-right: 22px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -6px
}

.edgtf-reviews-per-mark .edgtf-stars-wrapper {
    display: table-cell;
    vertical-align: middle
}

.edgtf-reviews-per-mark .edgtf-stars-wrapper .edgtf-stars {
    display: block
}

.edgtf-reviews-per-mark .edgtf-stars-wrapper .edgtf-stars i {
    color: #ffd740
}

.edgtf-reviews-per-mark .edgtf-reviews-count {
    font-weight: 700;
    font-size: 14px
}

.edgtf-reviews-per-mark .edgtf-rating-percentage-wrapper {
    padding: 29px 50px 40px;
    background-color: #fafafa;
    border-left: 1px solid #e5e5e5
}

.edgtf-reviews-simple .edgtf-reviews-number-wrapper .edgtf-reviews-summary {
    display: inline-block;
    vertical-align: middle
}

.edgtf-reviews-simple .edgtf-reviews-number-wrapper .edgtf-stars-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.edgtf-reviews-simple .edgtf-reviews-number-wrapper .edgtf-stars-wrapper-inner {
    display: block
}

.edgtf-comment-list .edgtf-comment-name {
    float: none
}

.edgtf-comment-list .edgtf-review-rating {
    display: inline-block;
    width: 100%
}

.edgtf-comment-list .edgtf-rating-inner {
    display: inline-block;
    width: 100%
}

.edgtf-top-reviews-carousel-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-carousel-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-carousel-title {
    margin: 0 0 22px
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-carousel {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    visibility: hidden
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-carousel-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-title {
    margin: 0 0 2px
}

.edgtf-top-reviews-carousel-holder .edgtf-tour-reviews-criteria-holder {
    display: block;
    width: 100%;
    float: none;
    margin: 0
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-content {
    margin: 20px 0 0
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-content p {
    margin: 0
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 32px 0 0;
    padding: 0 100px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-author-avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px 0 0
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-author-avatar img {
    display: block;
    border-radius: 50%
}

.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-item-author-name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.edgtf-top-reviews-carousel-holder .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 60px
}

.edgtf-top-reviews-carousel-holder .owl-nav .owl-prev {
    left: 0
}

.edgtf-top-reviews-carousel-holder .owl-nav .owl-next {
    right: 0
}

.edgtf-accordion-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-accordion-holder .edgtf-accordion-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-tab-title {
    display: block;
    line-height: inherit
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-accordion-mark {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 18px;
    margin: -1px 0 0;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-accordion-mark span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-accordion-mark span:before {
    display: block;
    line-height: inherit
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-accordion-mark span.edgtf_icon_minus {
    opacity: 0
}

.edgtf-accordion-holder .edgtf-accordion-title .edgtf-accordion-mark span.edgtf_icon_plus {
    opacity: 1
}

.edgtf-accordion-holder .edgtf-accordion-title.ui-state-active .edgtf-accordion-mark span.edgtf_icon_minus,
.edgtf-accordion-holder .edgtf-accordion-title.ui-state-hover .edgtf-accordion-mark span.edgtf_icon_minus {
    opacity: 1
}

.edgtf-accordion-holder .edgtf-accordion-title.ui-state-active .edgtf-accordion-mark span.edgtf_icon_plus,
.edgtf-accordion-holder .edgtf-accordion-title.ui-state-hover .edgtf-accordion-mark span.edgtf_icon_plus {
    opacity: 0
}

.edgtf-accordion-holder .edgtf-accordion-content {
    margin: 0
}

.edgtf-accordion-holder .edgtf-accordion-content p {
    margin: 0
}

.edgtf-accordion-holder.edgtf-ac-boxed.edgtf-white-skin .edgtf-accordion-title {
    background-color: #fff
}

.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title {
    margin: 15px 0 0;
    padding: 13px 20px 13px 40px;
    background-color: #f7f7f9
}

.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title:first-child {
    margin: 0
}

.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title .edgtf-accordion-mark {
    left: 10px
}

.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title.ui-state-active,
.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-title.ui-state-hover {
    color: #fff;
    background-color: #f45f0b
}

.edgtf-accordion-holder.edgtf-ac-boxed .edgtf-accordion-content {
    padding: 21px 0 6px
}

.edgtf-accordion-holder.edgtf-ac-simple {
    border-bottom: 1px solid #e1e1e1
}

.edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-title {
    padding: 17px 0 17px 30px;
    border-top: 1px solid #e1e1e1
}

.edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-content {
    border-top: 1px solid transparent
}

.edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-content.ui-accordion-content-active {
    border-color: #e1e1e1
}

.edgtf-accordion-holder.edgtf-ac-simple .edgtf-accordion-content {
    padding: 21px 0 16px
}

.edgtf-banner-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.touch .edgtf-banner-holder {
    cursor: pointer
}

.edgtf-banner-holder.edgtf-visible-on-hover:hover .edgtf-banner-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-banner-holder.edgtf-visible-on-hover:hover .edgtf-banner-image img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.edgtf-banner-holder.edgtf-visible-on-hover .edgtf-banner-title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .2s ease;
    -webkit-transition: opacity .2s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: opacity .2s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .2s ease;
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .2s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-banner-holder.edgtf-visible-on-hover .edgtf-banner-image {
    overflow: hidden
}

.edgtf-banner-holder.edgtf-visible-on-hover .edgtf-banner-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-banner-holder.edgtf-disabled .edgtf-banner-text-holder {
    display: none
}

.edgtf-banner-holder .edgtf-banner-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-banner-holder .edgtf-banner-image img {
    display: block
}

.edgtf-banner-holder .edgtf-banner-text-holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-banner-holder .edgtf-banner-text-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-banner-holder .edgtf-banner-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.edgtf-banner-holder .edgtf-banner-title {
    margin: 0;
    color: #fff
}

.edgtf-banner-holder .edgtf-banner-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.edgtf-btn {
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .15em;
    font-weight:var(--font-weight-bold);
    text-transform:capitalize;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    transition: color .3s cubic-bezier(.61, .66, .4, 1.14), background-color .3s cubic-bezier(.61, .66, .4, 1.14), border-color .3s cubic-bezier(.61, .66, .4, 1.14);
    padding: 15px 34px;
    cursor: pointer
}

.edgtf-btn.edgtf-btn-simple {
    padding: 0 !important;
    color: #f45f0b;
    background-color: transparent;
    border: 0;
    vertical-align: middle
}

.edgtf-btn.edgtf-btn-simple:hover>span:nth-child(2) {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.edgtf-btn.edgtf-btn-simple>span:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-btn.edgtf-btn-simple .edgtf-btn-text {
    display: inline-block;
    vertical-align: middle
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-hover-color):hover {
    color: #000 !important
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-hover-bg):hover {
    background-color: transparent !important
}

.edgtf-btn.edgtf-btn-simple:not(.edgtf-btn-custom-border-hover):hover {
    border-color: transparent !important
}

.edgtf-btn.edgtf-btn-solid {
    color: var(--white);
    background-color: var(--orange-primary);
    border: 2px solid transparent;
    border-radius: 3px
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-black:not(.edgtf-btn-custom-hover-color):hover {
    color: #fff !important
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-black:not(.edgtf-btn-custom-hover-bg):hover {
    background-color: #000 !important
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-black:not(.edgtf-btn-custom-border-hover):hover {
    border-color: #000 !important
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-white:not(.edgtf-btn-custom-hover-color):hover {
    color: #000 !important
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-white:not(.edgtf-btn-custom-hover-bg):hover {
    background-color: var(--accent-gold) !important
}

.edgtf-btn.edgtf-btn-solid.edgtf-btn-orange-white:not(.edgtf-btn-custom-border-hover):hover {
    border-color: var(--accent-gold) !important
}

.edgtf-btn.edgtf-btn-outline {
    color: #f45f0b;
    background-color: transparent;
    border: 2px solid #f45f0b;
    border-radius: 3px
}

.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-hover-color):hover {
    color: #fff !important
}

.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-hover-bg):hover {
    background-color: var(--orange-primary) !important
}

.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-border-hover):hover {
    border-color: var(--orange-primary) !important
}

.edgtf-btn.edgtf-btn-small {
    padding: 10px 15px
}

.edgtf-btn.edgtf-btn-large {
    padding: 15px 46px
}

.edgtf-btn.edgtf-btn-huge {
    display: block;
    text-align: center;
    padding: 15px 22px
}

.edgtf-btn.edgtf-btn-icon>i,
.edgtf-btn.edgtf-btn-icon>span:not(.edgtf-btn-text) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1.3em;
    line-height: inherit
}

.edgtf-btn.edgtf-btn-icon>i:before,
.edgtf-btn.edgtf-btn-icon>span:not(.edgtf-btn-text):before {
    display: block;
    line-height: inherit
}

.edgtf-clients-carousel-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-clients-carousel-holder .edgtf-cc-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-clients-carousel-holder .edgtf-cc-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.touch .edgtf-clients-carousel-holder .edgtf-cc-item {
    cursor: pointer
}

.edgtf-clients-carousel-holder .edgtf-cc-item .edgtf-cc-item {
    position: relative;
    display: block
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item:hover .edgtf-cc-image {
    opacity: 0
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item:hover .edgtf-cc-hover-image {
    opacity: 1
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item .edgtf-cc-image {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-switch-images .edgtf-cc-item .edgtf-cc-hover-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-roll-over .edgtf-cc-item {
    overflow: hidden
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-roll-over .edgtf-cc-item:hover .edgtf-cc-image {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-roll-over .edgtf-cc-item:hover .edgtf-cc-hover-image {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-roll-over .edgtf-cc-item .edgtf-cc-image {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.edgtf-clients-carousel-holder.edgtf-cc-hover-roll-over .edgtf-cc-item .edgtf-cc-hover-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.edgtf-countdown {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-countdown.edgtf-light-skin .countdown-row .countdown-section .countdown-amount,
.edgtf-countdown.edgtf-light-skin .countdown-row .countdown-section .countdown-period {
    color: #fff
}

.edgtf-countdown.edgtf-dark-skin .countdown-row .countdown-section .countdown-amount {
    color: #000
}

.edgtf-countdown.edgtf-dark-skin .countdown-row .countdown-section .countdown-period {
    color: #757575
}

.edgtf-countdown .countdown-rtl {
    direction: rtl
}

.edgtf-countdown .countdown-row {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    clear: both
}

.edgtf-countdown .countdown-row.countdown-show1 .countdown-section {
    width: 100%
}

.edgtf-countdown .countdown-row.countdown-show2 .countdown-section {
    width: 50%
}

.edgtf-countdown .countdown-row.countdown-show3 .countdown-section {
    width: 33.33333%
}

.edgtf-countdown .countdown-row.countdown-show4 .countdown-section {
    width: 25%
}

.edgtf-countdown .countdown-row.countdown-show5 .countdown-section {
    width: 20%
}

.edgtf-countdown .countdown-row.countdown-show6 .countdown-section {
    width: 16.66667%
}

.edgtf-countdown .countdown-row .countdown-section {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-countdown .countdown-row .countdown-section .countdown-amount {
    position: relative;
    display: block;
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 85px;
    line-height: 1em;
    font-weight: var(--font-weight-medium);
}

.edgtf-countdown .countdown-row .countdown-section .countdown-period {
    display: block;
    margin: 9px 0 0;
    font-size: 16px
}

.edgtf-counter-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.edgtf-counter-holder .edgtf-counter-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-counter-holder .edgtf-counter {
    height: 1em;
    display: inline-block !important;
    vertical-align: middle;
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 85px;
    line-height: 1em;
    font-weight: var(--font-weight-medium);
    overflow: hidden
}

.edgtf-counter-holder .edgtf-counter-title {
    margin: 9px 0 0
}

.edgtf-counter-holder p.edgtf-counter-title {
    font-size: 16px
}

.edgtf-counter-holder .edgtf-counter-text {
    margin: 14px 0 0
}

.edgtf-custom-font-holder .edgtf-cf-typed-wrap {
    width: 0;
    white-space: nowrap
}

.edgtf-custom-font-holder .edgtf-cf-typed {
    display: inline-block
}

.edgtf-custom-font-holder .edgtf-cf-typed span {
    display: none
}

.edgtf-custom-font-holder .edgtf-cf-typed~.typed-cursor {
    display: inline-block;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

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

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.edgtf-dropcaps {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    font-family: var(--font-family-secondary);
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: var(--font-weight-medium);
    letter-spacing: .02em;
    text-align: center;
    margin: 0 7px 0 0
}

.edgtf-dropcaps.edgtf-circle,
.edgtf-dropcaps.edgtf-square {
    height: 40px;
    width: 40px;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    background-color: #f45f0b;
    margin: 6px 9px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-dropcaps.edgtf-circle {
    border-radius: 3em
}

.edgtf-elements-holder {
    width: 100%;
    display: table;
    table-layout: fixed
}

.edgtf-elements-holder.edgtf-eh-full-height {
    height: 100%
}

.edgtf-elements-holder.edgtf-ehi-float .edgtf-eh-item {
    float: left
}

.edgtf-elements-holder.edgtf-two-columns .edgtf-eh-item {
    width: 50%
}

.edgtf-elements-holder.edgtf-three-columns .edgtf-eh-item {
    width: 33.33333%
}

.edgtf-elements-holder.edgtf-four-columns .edgtf-eh-item {
    width: 25%
}

.edgtf-elements-holder.edgtf-five-columns .edgtf-eh-item {
    width: 20%
}

.edgtf-elements-holder.edgtf-six-columns .edgtf-eh-item {
    width: 16.66667%
}

.edgtf-elements-holder .edgtf-eh-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-position: center;
    background-size: cover
}

.edgtf-elements-holder .edgtf-eh-item.edgtf-vertical-alignment-top {
    vertical-align: top
}

.edgtf-elements-holder .edgtf-eh-item.edgtf-vertical-alignment-bottom {
    vertical-align: bottom
}

.edgtf-elements-holder .edgtf-eh-item.edgtf-horizontal-alignment-center {
    text-align: center
}

.edgtf-elements-holder .edgtf-eh-item.edgtf-horizontal-alignment-right {
    text-align: right
}

.edgtf-elements-holder .edgtf-eh-item .edgtf-elements-holder-item-inner {
    width: 100%
}

.edgtf-elements-holder .edgtf-ehi-content {
    padding: 0 20px
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.fp-auto-height .edgtf-fss-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.edgtf-fss-item {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .edgtf-fss-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.edgtf-fss-item {
    height: auto !important
}

#fp-nav {
    position: fixed;
    top: 50%;
    right: 40px;
    margin: -32px 0 0;
    z-index: 1001
}

@media only screen and (max-width:1024px) {
    #fp-nav {
        right: 30px
    }
}

#fp-nav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0
}

#fp-nav ul li a {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 100%;
    z-index: 1;
    -webkit-transform: scale(.83);
    -ms-transform: scale(.83);
    transform: scale(.83);
    -webkit-transition: -webkit-transform .2s ease-out, background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out, -webkit-transform .2s ease-out;
    transition: background-color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, background-color .2s ease-out;
    transition: transform .2s ease-out, background-color .2s ease-out, -webkit-transform .2s ease-out
}

#fp-nav ul li a.active,
#fp-nav ul li a:hover {
    background-color: #f45f0b;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-light-header #fp-nav ul li a span {
    background-color: #fff
}

.edgtf-light-header #fp-nav ul li a.active span,
.edgtf-light-header #fp-nav ul li a:hover span {
    background-color: #f45f0b
}

.edgtf-dark-header #fp-nav ul li a span {
    background-color: #000
}

.edgtf-dark-header #fp-nav ul li a.active span,
.edgtf-dark-header #fp-nav ul li a:hover span {
    background-color: #f45f0b
}

#fp-nav ul li a span {
    position: relative;
    height: 100%;
    width: 100%;
    display: block
}

.edgtf-full-screen-sections {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-full-screen-sections .edgtf-fss-wrapper {
    visibility: hidden
}

.edgtf-full-screen-sections .edgtf-fss-item {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.edgtf-full-screen-sections .edgtf-fss-item.active {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92)
}

.edgtf-full-screen-sections .edgtf-fss-item.active.fp-completely {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-full-screen-sections .edgtf-fss-item.fp-completely:not(.active) {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92)
}

.edgtf-full-screen-sections .edgtf-fss-item .fp-scroller>.vc_column_container {
    padding: 0;
    margin: 0
}

.edgtf-full-screen-sections .edgtf-fss-item .fp-scroller>.vc_column_container>.vc_column-inner {
    padding: 0;
    margin: 0
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-va-top .edgtf-fss-item-inner {
    vertical-align: top
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-va-bottom .edgtf-fss-item-inner {
    vertical-align: bottom
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-ha-left .edgtf-fss-item-inner {
    text-align: left
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-ha-center .edgtf-fss-item-inner {
    text-align: center
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-ha-right .edgtf-fss-item-inner {
    text-align: right
}

.edgtf-full-screen-sections .edgtf-fss-item.edgtf-fss-item-has-link .edgtf-fss-item-inner a {
    position: relative;
    z-index: 2
}

.edgtf-full-screen-sections .edgtf-fss-item .edgtf-fss-item-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-full-screen-sections .edgtf-fss-item .edgtf-fss-item-inner a {
    position: relative;
    z-index: 2
}

.edgtf-full-screen-sections .edgtf-fss-item .edgtf-fss-item-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.edgtf-full-screen-sections .edgtf-fss-nav-holder {
    position: fixed;
    bottom: 48px;
    left: 57px;
    display: block;
    width: 55px;
    text-align: center;
    visibility: hidden;
    z-index: 1001
}

.edgtf-full-screen-sections .edgtf-fss-nav-holder a {
    display: block;
    font-size: 55px;
    line-height: .9;
    color: #000;
    height: auto;
    opacity: 1;
    -webkit-transition: color .2s ease-out, opacity .25s ease-out;
    transition: color .2s ease-out, opacity .25s ease-out
}

.edgtf-full-screen-sections .edgtf-fss-nav-holder a:hover {
    color: rgba(0, 0, 0, .7)
}

.edgtf-light-header .edgtf-full-screen-sections .edgtf-fss-nav-holder a {
    color: #fff
}

.edgtf-light-header .edgtf-full-screen-sections .edgtf-fss-nav-holder a:hover {
    color: rgba(255, 255, 255, .7)
}

.edgtf-dark-header .edgtf-full-screen-sections .edgtf-fss-nav-holder a {
    color: #000
}

.edgtf-dark-header .edgtf-full-screen-sections .edgtf-fss-nav-holder a:hover {
    color: rgba(0, 0, 0, .7)
}

.edgtf-full-screen-sections .edgtf-fss-nav-holder a span {
    display: block;
    line-height: inherit
}

.edgtf-full-screen-sections .edgtf-fss-nav-holder a span:before {
    display: block;
    line-height: inherit
}

@media only screen and (max-width:1024px) {
    .edgtf-full-screen-sections .edgtf-fss-nav-holder {
        bottom: 28px;
        left: 37px
    }
}

.edgtf-google-map-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-google-map-holder .edgtf-google-map {
    display: block;
    width: 100%;
    height: 300px;
    color: #757575
}

.edgtf-google-map-holder .edgtf-google-map embed,
.edgtf-google-map-holder .edgtf-google-map iframe,
.edgtf-google-map-holder .edgtf-google-map object {
    width: 100%;
    display: block
}

.edgtf-google-map-holder .edgtf-google-map img {
    max-width: none
}

.edgtf-google-map-holder .edgtf-google-map p {
    color: inherit
}

.edgtf-google-map-holder .edgtf-snazzy-map {
    display: none
}

.edgtf-google-map-holder .edgtf-google-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000
}

.edgtf-icon-list-holder {
    position: relative;
    display: table;
    table-layout: fixed;
    height: auto;
    width: 100%;
    margin-bottom: 8px
}

.edgtf-icon-list-holder .edgtf-il-icon-holder,
.edgtf-icon-list-holder .edgtf-il-text {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.edgtf-icon-list-holder .edgtf-il-icon-holder {
    width: 1%
}

.edgtf-icon-list-holder .edgtf-il-icon-holder>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 17px;
    line-height: inherit
}

.edgtf-icon-list-holder .edgtf-il-icon-holder>:before {
    display: block;
    line-height: inherit
}

.edgtf-icon-list-holder .edgtf-il-text {
    width: 99%;
    padding: 0 0 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-iwt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-iwt .edgtf-iwt-icon a {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-iwt .edgtf-iwt-icon .edgtf-icon-shortcode {
    line-height: 1
}

.edgtf-iwt .edgtf-iwt-icon .edgtf-icon-shortcode.edgtf-circle,
.edgtf-iwt .edgtf-iwt-icon .edgtf-icon-shortcode.edgtf-dropcaps.edgtf-circle,
.edgtf-iwt .edgtf-iwt-icon .edgtf-icon-shortcode.edgtf-square {
    line-height: 2
}

.edgtf-iwt .edgtf-iwt-title {
    margin: 0;
    line-height: 1.2em
}

.edgtf-iwt .edgtf-iwt-title a {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.edgtf-iwt .edgtf-iwt-title-text {
    display: block
}

.edgtf-iwt .edgtf-iwt-text {
    margin: 23px 0 0
}

.edgtf-iwt.edgtf-iwt-icon-left {
    width: auto
}

.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-content,
.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon {
    display: table-cell;
    vertical-align: top
}

.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon {
    position: relative;
    top: 1px
}

.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-icon img {
    max-width: none
}

.edgtf-iwt.edgtf-iwt-icon-left .edgtf-iwt-content {
    padding: 0 0 0 23px
}

.edgtf-iwt.edgtf-iwt-icon-left-from-title .edgtf-iwt-icon,
.edgtf-iwt.edgtf-iwt-icon-left-from-title .edgtf-iwt-title-text {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.edgtf-iwt.edgtf-iwt-icon-left-from-title .edgtf-iwt-icon .edgtf-icon-element {
    -webkit-transition: none;
    transition: none
}

.edgtf-iwt.edgtf-iwt-icon-left-from-title .edgtf-iwt-icon img {
    max-width: none
}

.edgtf-iwt.edgtf-iwt-icon-left-from-title .edgtf-iwt-title-text {
    padding: 0 0 0 17px
}

.edgtf-iwt.edgtf-iwt-icon-top {
    text-align: center
}

.edgtf-iwt.edgtf-iwt-icon-top .edgtf-iwt-content {
    padding: 23px 0 0
}

.edgtf-icon-shortcode {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em
}

.edgtf-icon-shortcode.edgtf-circle,
.edgtf-icon-shortcode.edgtf-dropcaps.edgtf-circle,
.edgtf-icon-shortcode.edgtf-square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #f45f0b;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out
}

.edgtf-icon-shortcode.edgtf-circle a,
.edgtf-icon-shortcode.edgtf-dropcaps.edgtf-circle a,
.edgtf-icon-shortcode.edgtf-square a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%
}

.edgtf-icon-shortcode.edgtf-circle .edgtf-icon-element,
.edgtf-icon-shortcode.edgtf-dropcaps.edgtf-circle .edgtf-icon-element,
.edgtf-icon-shortcode.edgtf-square .edgtf-icon-element {
    color: #fff;
    line-height: inherit
}

.edgtf-icon-shortcode.edgtf-circle {
    border-radius: 50%
}

.edgtf-icon-shortcode .edgtf-icon-element {
    display: block;
    line-height: inherit;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

.edgtf-icon-shortcode .edgtf-icon-element:before {
    display: block;
    line-height: inherit
}

.edgtf-icon-animation-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

.edgtf-icon-animation-holder.edgtf-icon-animation-show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-icon-tiny {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.edgtf-icon-small {
    font-size: 2em
}

.edgtf-icon-medium {
    font-size: 3em
}

.edgtf-icon-large {
    font-size: 4em
}

.edgtf-icon-huge {
    font-size: 5em
}

.edgtf-image-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-gallery.edgtf-has-shadow .edgtf-ig-image-inner {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-image-gallery.edgtf-has-shadow.edgtf-ig-carousel-type .owl-stage-outer,
.edgtf-image-gallery.edgtf-has-shadow.edgtf-ig-slider-type .owl-stage-outer {
    padding: 0 0 20px
}

.edgtf-image-gallery.edgtf-has-shadow.edgtf-ig-carousel-type .edgtf-ig-image,
.edgtf-image-gallery.edgtf-has-shadow.edgtf-ig-slider-type .edgtf-ig-image {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-image-gallery .edgtf-ig-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-image-gallery .edgtf-ig-image a,
.edgtf-image-gallery .edgtf-ig-image img {
    position: relative;
    display: block
}

.edgtf-image-gallery .edgtf-ig-image-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-gallery .edgtf-ig-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-gallery .edgtf-ig-grid .edgtf-ig-image {
    float: left
}

.edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-two-columns .edgtf-ig-image {
    width: 50%
}

@media only screen and (min-width:1025px) {
    .edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-two-columns .edgtf-ig-image:nth-child(2n+1) {
        clear: both
    }
}

.edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-three-columns .edgtf-ig-image {
    width: 33.33333%
}

@media only screen and (min-width:1025px) {
    .edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-three-columns .edgtf-ig-image:nth-child(3n+1) {
        clear: both
    }
}

.edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-four-columns .edgtf-ig-image {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-four-columns .edgtf-ig-image:nth-child(4n+1) {
        clear: both
    }
}

.edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-five-columns .edgtf-ig-image {
    width: 20%
}

@media only screen and (min-width:1025px) {
    .edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-five-columns .edgtf-ig-image:nth-child(5n+1) {
        clear: both
    }
}

.edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-six-columns .edgtf-ig-image {
    width: 16.66667%
}

@media only screen and (min-width:1025px) {
    .edgtf-image-gallery .edgtf-ig-grid.edgtf-ig-six-columns .edgtf-ig-image:nth-child(6n+1) {
        clear: both
    }
}

.edgtf-image-gallery .edgtf-ig-masonry {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-grid-sizer {
    width: 100%
}

.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-grid-gutter {
    width: 0
}

.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-image .edgtf-ig-image-inner,
.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-image a,
.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-image img {
    height: 100%
}

.edgtf-image-gallery .edgtf-ig-masonry .edgtf-ig-image img {
    width: 100%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-two-columns .edgtf-ig-grid-sizer,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-two-columns .edgtf-ig-image {
    width: 50%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-two-columns .edgtf-ig-image.edgtf-masonry-size-large-width,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-two-columns .edgtf-ig-image.edgtf-masonry-size-large-width-height {
    width: 100%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-three-columns .edgtf-ig-grid-sizer,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-three-columns .edgtf-ig-image {
    width: 33.33333%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-three-columns .edgtf-ig-image.edgtf-masonry-size-large-width,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-three-columns .edgtf-ig-image.edgtf-masonry-size-large-width-height {
    width: 66.66667%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-four-columns .edgtf-ig-grid-sizer,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-four-columns .edgtf-ig-image {
    width: 25%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-four-columns .edgtf-ig-image.edgtf-masonry-size-large-width,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-four-columns .edgtf-ig-image.edgtf-masonry-size-large-width-height {
    width: 50%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-five-columns .edgtf-ig-grid-sizer,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-five-columns .edgtf-ig-image {
    width: 20%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-five-columns .edgtf-ig-image.edgtf-masonry-size-large-width,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-five-columns .edgtf-ig-image.edgtf-masonry-size-large-width-height {
    width: 40%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-six-columns .edgtf-ig-grid-sizer,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-six-columns .edgtf-ig-image {
    width: 16.66667%
}

.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-six-columns .edgtf-ig-image.edgtf-masonry-size-large-width,
.edgtf-image-gallery .edgtf-ig-masonry.edgtf-ig-six-columns .edgtf-ig-image.edgtf-masonry-size-large-width-height {
    width: 33.33333%
}

.edgtf-image-gallery.edgtf-image-behavior-custom-link .edgtf-ig-image a:hover:after {
    opacity: 1
}

.edgtf-image-gallery.edgtf-image-behavior-custom-link .edgtf-ig-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-image-gallery.edgtf-image-behavior-lightbox .edgtf-ig-image .edgtf-ig-image-inner {
    overflow: hidden
}

.edgtf-image-gallery.edgtf-image-behavior-lightbox .edgtf-ig-image a:hover:after {
    opacity: 1
}

.edgtf-image-gallery.edgtf-image-behavior-lightbox .edgtf-ig-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-image-gallery.edgtf-image-behavior-lightbox .edgtf-ig-image a img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-image-gallery.edgtf-image-behavior-lightbox .edgtf-ig-image a:hover img {
    -webkit-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0)
}

.touch .edgtf-image-gallery.edgtf-image-behavior-zoom .edgtf-ig-image {
    cursor: pointer
}

.edgtf-image-gallery.edgtf-image-behavior-zoom .edgtf-ig-image:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.edgtf-image-gallery.edgtf-image-behavior-zoom .edgtf-ig-image .edgtf-ig-image-inner {
    overflow: hidden
}

.edgtf-image-gallery.edgtf-image-behavior-zoom .edgtf-ig-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.edgtf-image-gallery.edgtf-image-behavior-grayscale .edgtf-ig-image {
    overflow: hidden
}

.touch .edgtf-image-gallery.edgtf-image-behavior-grayscale .edgtf-ig-image {
    cursor: pointer
}

.edgtf-image-gallery.edgtf-image-behavior-grayscale .edgtf-ig-image:hover img {
    -webkit-filter: grayscale(0);
    filter: none
}

.edgtf-image-gallery.edgtf-image-behavior-grayscale .edgtf-ig-image img {
    filter: url(../images/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.edgtf-image-marquee-holder {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.edgtf-image-marquee-holder .edgtf-image-marquee {
    position: relative;
    width: 124%;
    left: -12%
}

.edgtf-image-marquee-holder .edgtf-image img {
    display: block
}

.edgtf-image-marquee-holder .edgtf-image.edgtf-original {
    position: relative
}

.edgtf-image-marquee-holder .edgtf-image.edgtf-aux {
    position: absolute;
    top: 0
}

.edgtf-image-with-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-with-text-holder.edgtf-has-shadow .edgtf-iwt-image {
    -webkit-box-shadow: 3px 4px 16.56px 1.44px rgba(0, 0, 0, .14);
    box-shadow: 3px 4px 16.56px 1.44px rgba(0, 0, 0, .14)
}

.edgtf-image-with-text-holder .edgtf-iwt-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-with-text-holder .edgtf-iwt-image a,
.edgtf-image-with-text-holder .edgtf-iwt-image img {
    position: relative;
    display: block
}

.edgtf-image-with-text-holder .edgtf-iwt-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-image-with-text-holder .edgtf-iwt-title {
    margin: 28px 0 0
}

.edgtf-image-with-text-holder .edgtf-iwt-text {
    margin: 14px 0 0
}

.edgtf-image-with-text-holder.edgtf-image-behavior-custom-link:hover .edgtf-iwt-image {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.edgtf-image-with-text-holder.edgtf-image-behavior-custom-link:hover .edgtf-iwt-text-holder {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: -webkit-transform .25s ease 50ms;
    transition: -webkit-transform .25s ease 50ms;
    transition: transform .25s ease 50ms;
    transition: transform .25s ease 50ms, -webkit-transform .25s ease 50ms
}

.edgtf-image-with-text-holder.edgtf-image-behavior-custom-link .edgtf-iwt-image {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease 50ms;
    transition: -webkit-transform .25s ease 50ms;
    transition: transform .25s ease 50ms;
    transition: transform .25s ease 50ms, -webkit-transform .25s ease 50ms
}

.edgtf-image-with-text-holder.edgtf-image-behavior-custom-link .edgtf-iwt-text-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

.edgtf-image-with-text-holder.edgtf-image-behavior-lightbox .edgtf-iwt-image a:hover:after {
    opacity: 1
}

.edgtf-image-with-text-holder.edgtf-image-behavior-lightbox .edgtf-iwt-image a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-image-with-text-holder.edgtf-image-behavior-zoom .edgtf-iwt-image {
    overflow: hidden
}

.touch .edgtf-image-with-text-holder.edgtf-image-behavior-zoom .edgtf-iwt-image {
    cursor: pointer
}

.edgtf-image-with-text-holder.edgtf-image-behavior-zoom .edgtf-iwt-image:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.edgtf-image-with-text-holder.edgtf-image-behavior-zoom .edgtf-iwt-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.edgtf-image-with-text-holder.edgtf-image-behavior-grayscale .edgtf-iwt-image {
    overflow: hidden
}

.touch .edgtf-image-with-text-holder.edgtf-image-behavior-grayscale .edgtf-iwt-image {
    cursor: pointer
}

.edgtf-image-with-text-holder.edgtf-image-behavior-grayscale .edgtf-iwt-image:hover img {
    -webkit-filter: grayscale(0);
    filter: none
}

.edgtf-image-with-text-holder.edgtf-image-behavior-grayscale .edgtf-iwt-image img {
    filter: url(../images/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.edgtf-image-with-text-holder.edgtf-image-behavior-sliding .edgtf-iwt-scrolling-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.edgtf-image-with-text-holder.edgtf-image-behavior-sliding .edgtf-iwt-scrolling-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}

.edgtf-item-showcase-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    opacity: 0
}

.edgtf-item-showcase-holder .edgtf-is-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 34%;
    margin-top: -100px;
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.edgtf-item-showcase-holder .edgtf-is-image.edgtf-appeared {
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-item-showcase-holder .edgtf-is-item-holder {
    display: inline-block;
    vertical-align: middle;
    width: 33%
}

.edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-left-holder {
    float: left
}

.edgtf-item-showcase-holder .edgtf-is-item-holder.edgtf-is-right-holder {
    float: right
}

.edgtf-item-showcase-holder .edgtf-is-item-holder .edgtf-is-item:first-child {
    margin: 0
}

.edgtf-item-showcase-holder .edgtf-is-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 48px 0 0;
    opacity: 0
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left {
    text-align: right;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px)
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left.edgtf-is-has-image .edgtf-is-icon {
    right: 0
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-left.edgtf-is-has-image .edgtf-is-content {
    padding-right: 88px
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-right {
    text-align: left;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px)
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-right.edgtf-is-has-image .edgtf-is-icon {
    left: 0
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-is-right.edgtf-is-has-image .edgtf-is-content {
    padding-left: 88px
}

.edgtf-item-showcase-holder .edgtf-is-item.edgtf-appeared {
    -webkit-transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1), -webkit-transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.edgtf-item-showcase-holder .edgtf-is-item .edgtf-is-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-item-showcase-holder .edgtf-is-item .edgtf-is-icon {
    position: absolute;
    top: 0;
    max-width: 80px
}

.edgtf-item-showcase-holder .edgtf-is-item .edgtf-is-icon img {
    display: block
}

.edgtf-item-showcase-holder .edgtf-is-item .edgtf-is-title {
    margin: 0
}

.edgtf-item-showcase-holder .edgtf-is-item .edgtf-is-text {
    margin: 24px 0 0
}

.widget.edgtf-opening-hours-widget {
    margin: 0 0 11px
}

.edgtf-opening-hours-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner {
    display: table;
    width: 100%;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    line-height: 1em;
    font-weight: var(--font-weight-medium);
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000
}

.edgtf-page-footer .edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner {
    border-color: #fff
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner>* {
    display: table-cell;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-line {
    width: 98%;
    border-bottom: 2px dotted #e1e1e1
}

.edgtf-page-footer .edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-line {
    border-color: #fff
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-day-holder,
.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-time {
    width: 1%
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-day-holder {
    padding-right: 6px
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-day-holder .edgtf-opening-hours-day {
    display: inline-block
}

.edgtf-opening-hours-holder .edgtf-opening-hours-holder-inner .edgtf-opening-hours-time {
    min-width: 40px;
    padding-left: 6px;
    text-align: right
}

.edgtf-pie-chart-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.edgtf-pie-chart-holder .edgtf-pc-percentage {
    position: relative;
    display: block;
    height: 176px;
    width: 176px;
    line-height: 176px;
    text-align: center;
    margin: 0 auto
}

.edgtf-pie-chart-holder .edgtf-pc-percentage canvas {
    position: absolute;
    top: 0;
    left: 0
}

.edgtf-pie-chart-holder .edgtf-pc-percentage .edgtf-pc-percent {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: var(--font-family-secondary);
    color: #000;
    font-size: 40px;
    line-height: inherit;
    font-weight: var(--font-weight-medium);
    letter-spacing: .02em
}

.edgtf-pie-chart-holder .edgtf-pc-percentage .edgtf-pc-percent:after {
    position: relative;
    top: -18px;
    content: '%';
    font-size: 18px
}

.edgtf-pie-chart-holder .edgtf-pc-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 30px 0 0
}

.edgtf-pie-chart-holder .edgtf-pc-text-holder .edgtf-pc-title {
    margin: 0
}

.edgtf-pie-chart-holder .edgtf-pc-text-holder .edgtf-pc-text {
    margin: 14px 0 0
}

.offbeat-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.offbeat-pricing-list.offbeat-pli-large-space .offbeat-pricing-list-item {
    margin: 0 0 30px
}

.offbeat-pricing-list.offbeat-pli-light .offbeat-pli-title {
    color: #fff
}

.offbeat-pricing-list.offbeat-pli-light .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-dots {
    border-color: #fff
}

.offbeat-pricing-list.offbeat-pli-light .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-price-holder .offbeat-pli-price {
    color: #fff
}

.offbeat-pricing-list .offbeat-pli-image-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 13px 0 0;
    width: 60px;
    height: auto;
    overflow: hidden
}

.offbeat-pricing-list .offbeat-pl-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 10px
}

.offbeat-pricing-list .offbeat-pl-title-holder .offbeat-pl-title {
    margin: 0;
    padding: 20px 0
}

.offbeat-pricing-list .offbeat-pl-title-holder .offbeat-pl-title .offbeat-pl-title-image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offbeat-pricing-list .offbeat-pricing-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 25px
}

.offbeat-pricing-list .offbeat-pricing-list-item.offbeat-pli-with-image .offbeat-pli-content {
    width: calc(100% - 115px)
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder {
    margin: 0 0 2px
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-title {
    position: relative;
    display: table-cell;
    width: 1%;
    padding: 0 4px 0 0;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1em
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-dots {
    position: relative;
    display: table-cell;
    top: -2px;
    height: 2px;
    width: 98%;
    border-bottom: 2px dotted #000;
    z-index: 1
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-price-holder {
    display: table-cell;
    width: 1%;
    padding: 0 0 0 12px;
    white-space: nowrap
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-title-holder .offbeat-pli-price-holder .offbeat-pli-price {
    display: block;
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: var(--font-weight-bold);
    line-height: .5;
    letter-spacing: .02em;
    margin: 0
}

.offbeat-pricing-list .offbeat-pricing-list-item .offbeat-pli-content .offbeat-pli-bottom-content .offbeat-pli-desc p {
    margin: 0;
    font-size: 13px;
    color: #f45f0b
}

.offbeat-pricing-list .offbeat-pli-link-holder {
    margin: 50px 0 0;
    text-align: center
}

.offbeat-pricing-list .offbeat-pli-link-holder a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em
}

.edgtf-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-progress-bar .edgtf-pb-title-holder {
    position: relative;
    margin: 10px 0 3px
}

.edgtf-progress-bar .edgtf-pb-title-holder .edgtf-pb-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 100
}

.edgtf-progress-bar .edgtf-pb-percent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    z-index: 10
}

.edgtf-progress-bar .edgtf-pb-percent:after {
    content: '%'
}

.edgtf-progress-bar .edgtf-pb-content-holder {
    position: relative;
    height: 5px;
    background-color: #ebebeb;
    border-radius: 6px;
    overflow: hidden
}

.edgtf-progress-bar .edgtf-pb-content-holder .edgtf-pb-content {
    height: 5px;
    max-width: 100%;
    overflow: hidden;
    background-color: #f45f0b
}

.edgtf-section-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-section-title-holder .edgtf-st-title {
    display: block;
    margin: 0 0 var(--spacing-lg);
}

.edgtf-section-title-holder .edgtf-st-title-dot {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: var(--primary-blue);
}

.edgtf-section-title-holder .edgtf-st-tagline {
    display: block;
    margin: 0
}

.edgtf-section-title-holder .edgtf-st-text {
    display: block;
    margin: 17px 0 0
}

.edgtf-section-title-holder .edgtf-st-button {
    margin-top: 35px
}

.edgtf-separator-holder {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1em
}

.edgtf-separator-holder.edgtf-separator-center {
    text-align: center
}

.edgtf-separator-holder.edgtf-separator-left {
    text-align: left
}

.edgtf-separator-holder.edgtf-separator-right {
    text-align: right
}

.edgtf-separator-holder.edgtf-separator-full-width .edgtf-separator {
    width: 100% !important
}

.edgtf-separator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0
}

.edgtf-single-image-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-single-image-holder.edgtf-has-shadow .edgtf-si-inner {
    -webkit-box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 6px 0 24px 0 rgba(0, 0, 0, .1)
}

.edgtf-single-image-holder .edgtf-si-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-single-image-holder .edgtf-si-inner a,
.edgtf-single-image-holder .edgtf-si-inner img {
    position: relative;
    display: block
}

.edgtf-single-image-holder.edgtf-image-behavior-custom-link .edgtf-si-inner a:hover:after {
    opacity: 1
}

.edgtf-single-image-holder.edgtf-image-behavior-custom-link .edgtf-si-inner a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-single-image-holder.edgtf-image-behavior-lightbox .edgtf-si-inner a:hover:after {
    opacity: 1
}

.edgtf-single-image-holder.edgtf-image-behavior-lightbox .edgtf-si-inner a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.edgtf-single-image-holder.edgtf-image-behavior-zoom .edgtf-si-inner {
    overflow: hidden
}

.touch .edgtf-single-image-holder.edgtf-image-behavior-zoom .edgtf-si-inner {
    cursor: pointer
}

.edgtf-single-image-holder.edgtf-image-behavior-zoom .edgtf-si-inner:hover img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.edgtf-single-image-holder.edgtf-image-behavior-zoom .edgtf-si-inner img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.edgtf-single-image-holder.edgtf-image-behavior-grayscale .edgtf-si-inner {
    overflow: hidden
}

.touch .edgtf-single-image-holder.edgtf-image-behavior-grayscale .edgtf-si-inner {
    cursor: pointer
}

.edgtf-single-image-holder.edgtf-image-behavior-grayscale .edgtf-si-inner:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    -webkit-transform: translateZ(0) rotate(.01deg);
    transform: translateZ(0) rotate(.01deg)
}

.edgtf-single-image-holder.edgtf-image-behavior-grayscale .edgtf-si-inner img {
    filter: url(../images/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transform: translateZ(0) rotate(.01deg);
    transform: translateZ(0) rotate(.01deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner {
    overflow: hidden;
    padding: 10% 0;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 120%;
    -webkit-transition: background .7s ease-out;
    transition: background .7s ease-out
}

.edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner:hover {
    background-position: 90% center
}

.touch .edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner {
    cursor: pointer
}

.edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner img {
    z-index: -1;
    max-width: 80%
}

@media only screen and (max-width:1024px) {
    .edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner {
        padding: 0;
        background: 0 0
    }

    .edgtf-single-image-holder.edgtf-image-behavior-moving .edgtf-si-inner img {
        z-index: inherit;
        max-width: 100%
    }
}

.edgtf-social-share-holder {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.edgtf-social-share-holder ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0
}

.edgtf-social-share-holder.edgtf-list .edgtf-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.edgtf-social-share-holder.edgtf-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 15px 0 0
}

.edgtf-social-share-holder.edgtf-list li:last-child {
    margin: 0
}

.edgtf-social-share-holder.edgtf-list li a {
    display: block;
    font-size: 19px
}

.edgtf-social-share-holder.edgtf-list li a * {
    display: block;
    line-height: inherit
}

.edgtf-social-share-holder.edgtf-list li a :before {
    display: block;
    line-height: inherit
}

.edgtf-social-share-holder.edgtf-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener {
    display: block;
    color: #757575
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener .edgtf-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener .social_share {
    font-size: 12px;
    color: #000
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener:hover {
    color: #f45f0b
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener:hover .social_share {
    color: inherit
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown {
    position: relative;
    visibility: hidden;
    z-index: 950
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0 !important
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li {
    width: 88px;
    height: 28px;
    line-height: 28px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    font-size: 12px;
    color: #757575;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out 0s, visibility .2s ease-out 0s, background-color .2s ease-out 0s;
    transition: opacity .2s ease-out 0s, visibility .2s ease-out 0s, background-color .2s ease-out 0s
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:not(:first-child) {
    border-top: none
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-facebook-share:hover {
    background-color: #3b5998;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-twitter-share:hover {
    background-color: #00aced;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-google_plus-share:hover {
    background-color: #dd4b39;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-linkedin-share:hover {
    background-color: #007bb5;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-tumblr-share:hover {
    background-color: #32506d;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-pinterest-share:hover {
    background-color: #cb2027;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li.edgtf-vk-share:hover {
    background-color: #45668e;
    color: #fff
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li * {
    display: block;
    line-height: inherit
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li a {
    color: inherit !important
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(1) {
    bottom: -28px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(2) {
    bottom: -56px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(3) {
    bottom: -84px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(4) {
    bottom: -112px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(5) {
    bottom: -140px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(6) {
    bottom: -168px
}

.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:nth-child(7) {
    bottom: -196px
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(2) {
    -webkit-transition: opacity .2s ease-out .2s, visibility .2s ease-out .2s, background-color .2s ease-out;
    transition: opacity .2s ease-out .2s, visibility .2s ease-out .2s, background-color .2s ease-out
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(3) {
    -webkit-transition: opacity .2s ease-out .3s, visibility .2s ease-out .3s, background-color .2s ease-out;
    transition: opacity .2s ease-out .3s, visibility .2s ease-out .3s, background-color .2s ease-out
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(4) {
    -webkit-transition: opacity .2s ease-out .4s, visibility .2s ease-out .4s, background-color .2s ease-out;
    transition: opacity .2s ease-out .4s, visibility .2s ease-out .4s, background-color .2s ease-out
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(5) {
    -webkit-transition: opacity .2s ease-out .5s, visibility .2s ease-out .5s, background-color .2s ease-out;
    transition: opacity .2s ease-out .5s, visibility .2s ease-out .5s, background-color .2s ease-out
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(6) {
    -webkit-transition: opacity .2s ease-out .6s, visibility .2s ease-out .6s, background-color .2s ease-out;
    transition: opacity .2s ease-out .6s, visibility .2s ease-out .6s, background-color .2s ease-out
}

.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(7) {
    -webkit-transition: opacity .2s ease-out .7s, visibility .2s ease-out .7s, background-color .2s ease-out;
    transition: opacity .2s ease-out .7s, visibility .2s ease-out .7s, background-color .2s ease-out
}

.edgtf-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-tabs .edgtf-tabs-nav {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style: none
}

.edgtf-tabs .edgtf-tabs-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0
}

.edgtf-tabs .edgtf-tabs-nav li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.edgtf-tabs .edgtf-tab-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 28px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.edgtf-tabs .edgtf-tab-container p {
    margin: 0
}

.edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li {
    float: left
}

.edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li a {
    padding: 12px 31px;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    background-color: #f6f6f6
}

.edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li.ui-state-active a,
.edgtf-tabs.edgtf-tabs-standard .edgtf-tabs-nav li.ui-state-hover a {
    color: #fff;
    background-color: #f45f0b
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav {
    text-align: center
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 31px
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 9px 7px;
    font-size: 25px;
    line-height: 34px;
    color: #000;
    border-bottom: 2px solid transparent
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li a:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -33px;
    width: 2px;
    height: 17px;
    background-color: currentColor
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li.ui-state-active a,
.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li.ui-state-hover a {
    border-color: #f45f0b
}

.edgtf-tabs.edgtf-tabs-simple .edgtf-tabs-nav li:last-child a:after {
    display: none
}

.ui-widget-content {
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.ui-widget-content .ui-widget-header {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: initial;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.ui-widget-content .ui-tabs-nav li {
    position: initial;
    font-weight: inherit;
    color: inherit;
    background: initial;
    border: 0;
    border-radius: 0
}

.ui-widget-content .ui-widget-content {
    color: inherit;
    background: 0 0;
    border: 0;
    border-radius: 0
}

.edgtf-team-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-team-holder.edgtf-team-light .edgtf-team-name,
.edgtf-team-holder.edgtf-team-light .edgtf-team-text {
    color: #fff
}

.edgtf-team-holder.edgtf-team-light .edgtf-team-social-holder .edgtf-team-icon {
    color: #fff
}

.edgtf-team-holder.edgtf-team-light .edgtf-team-social-holder .edgtf-team-icon a:hover {
    color: #f45f0b
}

.edgtf-team-holder.edgtf-team-info-on-image.edgtf-team-light .edgtf-team-social-wrapper {
    background-color: rgba(255, 255, 255, .63)
}

.edgtf-team-holder.edgtf-team-info-on-image.edgtf-team-light .edgtf-team-name,
.edgtf-team-holder.edgtf-team-info-on-image.edgtf-team-light .edgtf-team-social-holder .edgtf-team-icon {
    color: #000
}

.touch .edgtf-team-holder.edgtf-team-info-on-image {
    cursor: pointer
}

.edgtf-team-holder.edgtf-team-info-on-image:hover .edgtf-team-social-wrapper {
    opacity: 1
}

.edgtf-team-holder.edgtf-team-info-on-image:hover .edgtf-team-social-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.edgtf-team-holder.edgtf-team-info-on-image:hover .edgtf-team-image img {
    -webkit-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0)
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-social-holder {
    margin: 17px 0 0
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-position {
    margin: 4px 0 0
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-social-wrapper {
    background-color: rgba(0, 0, 0, .63)
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-name,
.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-social-holder .edgtf-team-icon {
    color: #fff
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-image {
    overflow: hidden
}

.edgtf-team-holder.edgtf-team-info-on-image .edgtf-team-image img {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14), -webkit-transform .2s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-team-holder .edgtf-team-image {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-team-holder .edgtf-team-image img {
    display: block
}

.edgtf-team-holder .edgtf-team-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 19px 0 0
}

.edgtf-team-holder .edgtf-team-name {
    margin: 0
}

.edgtf-team-holder .edgtf-team-position {
    margin: 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #f45f0b
}

.edgtf-team-holder .edgtf-team-text {
    margin: 28px 0 0
}

.edgtf-team-holder .edgtf-team-social-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .85);
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.edgtf-team-holder .edgtf-team-social-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.edgtf-team-holder .edgtf-team-social-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    padding: 20px 40px 33px;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14);
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease;
    transition: transform .25s cubic-bezier(.61, .66, .4, 1.14), opacity .3s ease, -webkit-transform .25s cubic-bezier(.61, .66, .4, 1.14)
}

.edgtf-team-holder .edgtf-team-social-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 27px 0 0
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon {
    margin: 0 15px 0 0;
    font-size: 19px;
    color: #000
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon:last-child {
    margin-right: 0
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon a {
    color: inherit
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon a:hover {
    color: #f45f0b
}

.edgtf-team-holder .edgtf-team-social-holder .edgtf-team-icon .edgtf-icon-element {
    font-size: inherit;
    -webkit-transition: none;
    transition: none
}

.edgtf-video-button-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.edgtf-video-button-holder.edgtf-vb-has-img .edgtf-video-button-play,
.edgtf-video-button-holder.edgtf-vb-has-img .edgtf-video-button-play-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.edgtf-video-button-holder.edgtf-vb-has-img .edgtf-video-button-play .edgtf-video-button-play-inner,
.edgtf-video-button-holder.edgtf-vb-has-img .edgtf-video-button-play-image .edgtf-video-button-play-inner {
    position: relative;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.edgtf-video-button-holder .edgtf-video-button-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.edgtf-video-button-holder .edgtf-video-button-image img {
    display: block
}

.edgtf-video-button-holder .edgtf-video-button-play,
.edgtf-video-button-holder .edgtf-video-button-play-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1
}

.edgtf-video-button-holder .edgtf-video-button-circle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 113px;
    height: 113px;
    line-height: 113px;
    color: var(--white);
    background-color: var(--orange-primary);
    border-radius: 100%;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out
}

.edgtf-video-button-holder .edgtf-video-button-circle:hover {
    color: #f45f0b;
    background-color: #fff
}

.edgtf-video-button-holder .edgtf-video-button-circle .edgtf-video-button-triangle {
    display: block;
    width: 0;
    height: 0;
    margin: 26px 20px 26px 42px;
    border-width: 30px 0 30px 44px;
    border-style: solid;
    border-color: transparent transparent transparent currentColor
}

.edgtf-video-button-holder .edgtf-video-button-play-image.edgtf-vb-has-hover-image:hover img:first-child {
    opacity: 0
}

.edgtf-video-button-holder .edgtf-video-button-play-image.edgtf-vb-has-hover-image:hover img:nth-child(2) {
    opacity: 1
}

.edgtf-video-button-holder .edgtf-video-button-play-image img {
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.edgtf-video-button-holder .edgtf-video-button-play-image img:first-child {
    position: relative;
    opacity: 1
}

.edgtf-video-button-holder .edgtf-video-button-play-image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0)
}

.rev_slider_wrapper .edgtf-video-button-holder .edgtf-video-button-play-image img:nth-child(2) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}