#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,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="text"] {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: calc(48px - (12px * 2) - 2px);
    color: #8e8e8e;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-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,
input:focus[type="date"],
input:focus[type="email"],
input:focus[type="password"],
input:focus[type="text"] {
    color: #777;
    background-color: #f8f8f8;
}
#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,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
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,
input:-moz-placeholder[type="date"],
input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="password"],
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,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
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,
input:-ms-input-placeholder[type="date"],
input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="password"],
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;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
del {
    text-decoration: line-through;
}
table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}
table th {
    border: 0;
    padding: 5px 7px;
    text-align: center;
}
table td {
    padding: 5px 10px;
    text-align: center;
}
a img {
    border: none;
}
.wp-caption,
img {
    height: auto;
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
@font-face {
    font-family: "Shorelines Script";
    src: url(../fonts/shorelines-script-bold.otf) format("opentype");
}
.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: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #8e8e8e;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 60px;
    line-height: 1.083333333333333em;
    font-weight: 700;
}
h2 {
    font-size: 40px;
    line-height: 1.125em;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 1.142857142857143em;
    font-weight: 700;
}
h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    line-height: 1.235294117647059em;
    font-weight: 600;
}
h6 {
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    color: #262626;
    margin: 25px 0;
}
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: #ff3a54;
}
a,
p a {
    color: #262626;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
a:hover,
p a:hover {
    color: #ff3a54;
}
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 {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #fff;
    white-space: pre-wrap;
    word-wrap: break-word;
}
dt {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}
dd {
    margin-bottom: 15px;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    height: 0;
    line-height: 0;
    font-size: 75%;
}
sub {
    top: 0.5ex;
}
sup {
    bottom: 0.5ex;
}
.wp-caption-text {
    font-style: italic;
    margin: 0;
}
table {
    width: 100%;
}
table tbody tr,
table thead tr {
    border: 1px solid #e6e6e6;
}
table tbody th {
    border-right: 1px solid #e6e6e6;
}
blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0 35px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    line-height: 1.6em;
    color: #ff3a54;
    quotes: none;
    box-sizing: border-box;
}
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;
}
::selection {
    background: #ff3a54;
    color: #fff;
}
::-moz-selection {
    background: #ff3a54;
    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;
}
.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
@media only screen and (max-width: 1024px) {
    .alignwide {
        width: 100%;
        max-width: 100%;
    }
}
.alignfull {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    max-width: calc(100% + (2 * 1rem));
    clear: both;
}
@media only screen and (max-width: 1024px) {
    .alignfull {
        left: calc(-12.5% - 75px);
        width: calc(125% + 150px);
        max-width: calc(125% + 150px);
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem);
    }
}
.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 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.edgtf-wrapper .edgtf-wrapper-inner {
    width: 100%;
    overflow: hidden;
}
.edgtf-content {
    position: relative;
    margin-top: 0;
    background-color: #fff;
    z-index: 100;
}
.edgtf-boxed {
    overflow: hidden !important;
}
.edgtf-boxed .edgtf-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.touch .edgtf-boxed .edgtf-wrapper {
    background-repeat: repeat;
}
.edgtf-boxed .edgtf-wrapper .edgtf-wrapper-inner {
    width: 1150px;
    margin: auto;
    overflow: visible;
}
.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 {
    left: auto;
    width: 1150px;
}
.edgtf-paspartu-enabled .edgtf-wrapper {
    padding: 10px;
    background-color: #fff;
    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;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
}
.edgtf-container {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 100;
}
.edgtf-container:before {
    content: " ";
    display: table;
}
.edgtf-container:after {
    clear: both;
    content: " ";
    display: table;
}
.edgtf-container-inner {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.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: 70px;
    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 {
        left: auto;
        width: 1350px;
    }
}
@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 {
        left: auto;
        width: 1250px;
    }
}
@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(../img/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 {
    margin: 0 auto;
    width: 1100px;
}
.edgtf-vertical-align-containers {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    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 {
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -moz-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 {
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -moz-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;
    height: 100%;
    float: left;
    z-index: 2;
}
.edgtf-vertical-align-containers .edgtf-position-center {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}
.edgtf-vertical-align-containers .edgtf-position-right {
    position: relative;
    height: 100%;
    float: right;
    text-align: right;
    z-index: 2;
}
.edgtf-vertical-align-containers .edgtf-position-center-inner,
.edgtf-vertical-align-containers .edgtf-position-left-inner,
.edgtf-vertical-align-containers .edgtf-position-right-inner {
    display: inline-block;
    vertical-align: middle;
}
.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: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    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-attachment: fixed;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: none;
}
@media only screen and (max-width: 1024px) {
    .edgtf-parallax-row-holder {
        height: auto !important;
        min-height: 200px !important;
        background-attachment: scroll;
        background-position: center top !important;
        background-size: cover;
    }
}
.edgtf-rev-has-paspartu {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100vh;
    margin: 0;
    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 {
    left: 0 !important;
    width: 100% !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;
    width: 1px;
    height: 0;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    overflow: hidden;
}
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    z-index: 100000;
}
.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;
    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;
    box-sizing: border-box;
}
.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-bottom-space {
    margin-bottom: 0;
}
.edgtf-no-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-no-space.edgtf-columns-has-side-space {
    padding: 0 0;
}
.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-bottom-space {
    margin-bottom: -10px;
}
.edgtf-tiny-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-tiny-space.edgtf-columns-has-side-space {
    padding: 0 10px;
}
.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-bottom-space {
    margin-bottom: -20px;
}
.edgtf-small-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-small-space.edgtf-columns-has-side-space {
    padding: 0 20px;
}
.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-bottom-space {
    margin-bottom: -30px;
}
.edgtf-normal-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-normal-space.edgtf-columns-has-side-space {
    padding: 0 30px;
}
.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-bottom-space {
    margin-bottom: -40px;
}
.edgtf-medium-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-medium-space.edgtf-columns-has-side-space {
    padding: 0 40px;
}
.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-bottom-space {
    margin-bottom: -50px;
}
.edgtf-large-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-large-space.edgtf-columns-has-side-space {
    padding: 0 50px;
}
.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-bottom-space {
    margin-bottom: -80px;
}
.edgtf-huge-space.edgtf-disable-item-bottom-space .edgtf-item-space {
    margin-bottom: 0;
}
.edgtf-huge-space.edgtf-columns-has-side-space {
    padding: 0 80px;
}
.edgtf-grid-list .edgtf-list-is-slider .edgtf-outer-space {
    margin: 0 !important;
}
.edgtf-grid-list .edgtf-list-is-slider .edgtf-item-space {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
}
.edgtf-grid-list .edgtf-item-space {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
}
.edgtf-grid-list:not(.edgtf-one-columns) .edgtf-item-space {
    float: left;
}
.edgtf-grid-list.edgtf-one-columns .edgtf-masonry-grid-sizer {
    width: 100%;
}
.edgtf-grid-list.edgtf-one-columns .edgtf-item-space {
    width: 100%;
}
.edgtf-grid-list.edgtf-two-columns .edgtf-masonry-grid-sizer {
    width: 50%;
}
.edgtf-grid-list.edgtf-two-columns .edgtf-item-space {
    width: 50%;
}
.edgtf-grid-list.edgtf-two-columns .edgtf-item-space.edgtf-masonry-size-large-width,
.edgtf-grid-list.edgtf-two-columns .edgtf-item-space.edgtf-masonry-size-large-width-height {
    width: 100%;
}
@media only screen and (min-width: 681px) {
    .edgtf-grid-list.edgtf-two-columns .edgtf-item-space:nth-child(2n + 1) {
        clear: both;
    }
}
.edgtf-grid-list.edgtf-three-columns .edgtf-masonry-grid-sizer {
    width: 33.33333%;
}
.edgtf-grid-list.edgtf-three-columns .edgtf-item-space {
    width: 33.33333%;
}
.edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width,
.edgtf-grid-list.edgtf-three-columns .edgtf-item-space.edgtf-masonry-size-large-width-height {
    width: 66.66667%;
}
@media only screen and (min-width: 769px) {
    .edgtf-grid-list.edgtf-three-columns .edgtf-item-space:nth-child(3n + 1) {
        clear: both;
    }
}
.edgtf-grid-list.edgtf-four-columns .edgtf-masonry-grid-sizer {
    width: 25%;
}
.edgtf-grid-list.edgtf-four-columns .edgtf-item-space {
    width: 25%;
}
.edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width,
.edgtf-grid-list.edgtf-four-columns .edgtf-item-space.edgtf-masonry-size-large-width-height {
    width: 50%;
}
@media only screen and (min-width: 1025px) {
    .edgtf-grid-list.edgtf-four-columns .edgtf-item-space:nth-child(4n + 1) {
        clear: both;
    }
}
.edgtf-grid-list.edgtf-five-columns .edgtf-masonry-grid-sizer {
    width: 20%;
}
.edgtf-grid-list.edgtf-five-columns .edgtf-item-space {
    width: 20%;
}
.edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width,
.edgtf-grid-list.edgtf-five-columns .edgtf-item-space.edgtf-masonry-size-large-width-height {
    width: 40%;
}
@media only screen and (min-width: 1367px) {
    .edgtf-grid-list.edgtf-five-columns .edgtf-item-space:nth-child(5n + 1) {
        clear: both;
    }
}
.edgtf-grid-list.edgtf-six-columns .edgtf-masonry-grid-sizer {
    width: 16.66667%;
}
.edgtf-grid-list.edgtf-six-columns .edgtf-item-space {
    width: 16.66667%;
}
.edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width,
.edgtf-grid-list.edgtf-six-columns .edgtf-item-space.edgtf-masonry-size-large-width-height {
    width: 33.33333%;
}
@media only screen and (min-width: 1441px) {
    .edgtf-grid-list.edgtf-six-columns .edgtf-item-space:nth-child(6n + 1) {
        clear: both;
    }
}
.edgtf-grid-masonry-list.edgtf-fixed-masonry-items img {
    height: 100%;
    width: 100%;
}
.edgtf-grid-masonry-list .edgtf-masonry-list-wrapper {
    opacity: 0;
}
.edgtf-grid-masonry-list .edgtf-masonry-grid-sizer {
    width: 100%;
    padding: 0;
    margin: 0;
}
.edgtf-grid-masonry-list .edgtf-masonry-grid-gutter {
    width: 0;
    padding: 0;
    margin: 0;
}
.edgtf-grid-masonry-list .edgtf-item-space.edgtf-fixed-masonry-item img {
    height: 100%;
    width: 100%;
}
.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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
        transform: translate(-20%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes element-from-left {
    0% {
        opacity: 0;
        transform: translate(-20%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes element-from-right {
    0% {
        opacity: 0;
        transform: translate(20%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes element-from-right {
    0% {
        opacity: 0;
        transform: translate(20%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes element-from-top {
    0% {
        opacity: 0;
        transform: translate(0, -30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes element-from-top {
    0% {
        opacity: 0;
        transform: translate(0, -30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@-webkit-keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0, 30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0, 30%);
    }
    100% {
        opacity: 1;
        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 0.8s ease 0s;
    -moz-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}
.edgtf-element-from-left.edgtf-element-from-left-on > div {
    -webkit-animation: element-from-left 0.55s 1 ease;
    -moz-animation: element-from-left 0.55s 1 ease;
    animation: element-from-left 0.55s 1 ease;
    opacity: 1;
}
.edgtf-element-from-right.edgtf-element-from-right-on > div {
    -webkit-animation: element-from-right 0.55s 1 ease;
    -moz-animation: element-from-right 0.55s 1 ease;
    animation: element-from-right 0.55s 1 ease;
    opacity: 1;
}
.edgtf-element-from-top.edgtf-element-from-top-on > div {
    -webkit-animation: element-from-top 0.55s 1 ease;
    -moz-animation: element-from-top 0.55s 1 ease;
    animation: element-from-top 0.55s 1 ease;
    opacity: 1;
}
.edgtf-element-from-bottom.edgtf-element-from-bottom-on > div {
    -webkit-animation: element-from-bottom 0.55s 1 ease;
    -moz-animation: element-from-bottom 0.55s 1 ease;
    animation: element-from-bottom 0.55s 1 ease;
    opacity: 1;
}
.edgtf-flip-in {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    -moz-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    -webkit-transition: all 1.1s ease-in-out;
    -moz-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);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
}
.edgtf-grow-in {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
.edgtf-grow-in.edgtf-grow-in-on {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.edgtf-z-rotate {
    opacity: 0;
    -webkit-transform: rotateZ(7deg);
    -moz-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
}
.edgtf-z-rotate.edgtf-z-rotate-on {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
}
.edgtf-x-rotate {
    opacity: 0;
    -webkit-transform: perspective(900px) rotateX(-45deg);
    -moz-transform: perspective(900px) rotateX(-45deg);
    transform: perspective(900px) rotateX(-45deg);
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.edgtf-x-rotate.edgtf-x-rotate-on {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
}
.edgtf-y-translate {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
    -moz-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
    transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
}
.edgtf-y-translate.edgtf-y-translate-on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
.edgtf-fade-in-down {
    opacity: 0;
    -webkit-transform: translate(0, -25px);
    -moz-transform: translate(0, -25px);
    transform: translate(0, -25px);
    -webkit-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
}
.edgtf-fade-in-down.edgtf-fade-in-down-on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}
.edgtf-fade-in-left-x-rotate {
    opacity: 0;
    -webkit-transform: rotateZ(-5deg) translate(-30px, 0);
    -moz-transform: rotateZ(-5deg) translate(-30px, 0);
    transform: rotateZ(-5deg) translate(-30px, 0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.edgtf-fade-in-left-x-rotate.edgtf-fade-in-left-x-rotate-on {
    opacity: 1;
    -webkit-transform: rotateZ(0) translate(0, 0);
    -moz-transform: rotateZ(0) translate(0, 0);
    transform: rotateZ(0) translate(0, 0);
}
.edgtf-fade-in {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-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%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}
@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}
.edgtf-st-loader .edgtf-rotate-circles {
    width: 60px;
    height: 20px;
}
.edgtf-st-loader .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 both;
    -moz-animation: ball-fall 1.5s ease infinite both;
    animation: ball-fall 1.5s ease infinite both;
}
.edgtf-st-loader .edgtf-rotate-circles > div:nth-last-of-type(1) {
    -webkit-animation-delay: calc((100ms) - 300ms);
    animation-delay: calc((100ms) - 300ms);
}
.edgtf-st-loader .edgtf-rotate-circles > div:nth-last-of-type(2) {
    -webkit-animation-delay: calc((200ms) - 300ms);
    animation-delay: calc((200ms) - 300ms);
}
.edgtf-st-loader .edgtf-rotate-circles > div:nth-last-of-type(3) {
    -webkit-animation-delay: calc((300ms) - 300ms);
    animation-delay: calc((300ms) - 300ms);
}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.edgtf-st-loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #ff3a54;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    -moz-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes double-pulse {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes double-pulse {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.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 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ff3a54;
    opacity: 0.6;
    -webkit-animation: double-pulse 2s infinite ease-in-out;
    -moz-animation: double-pulse 2s infinite ease-in-out;
    animation: double-pulse 2s infinite ease-in-out;
}
.edgtf-st-loader .double_pulse .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.edgtf-st-loader .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #ff3a54;
    -webkit-animation: cube 1.2s infinite ease-in-out;
    -moz-animation: cube 1.2s infinite ease-in-out;
    animation: cube 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.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: #ff3a54;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotating-cubes 1.8s infinite ease-in-out;
    -moz-animation: rotating-cubes 1.8s infinite ease-in-out;
    animation: rotating-cubes 1.8s infinite ease-in-out;
}
.edgtf-st-loader .rotating_cubes .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
@keyframes stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
.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: #ff3a54;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.edgtf-st-loader .stripes .rect2 {
    -webkit-animation-delay: calc((200ms) - 1300ms);
    animation-delay: calc((200ms) - 1300ms);
}
.edgtf-st-loader .stripes .rect3 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms);
}
.edgtf-st-loader .stripes .rect4 {
    -webkit-animation-delay: calc((400ms) - 1300ms);
    animation-delay: calc((400ms) - 1300ms);
}
.edgtf-st-loader .stripes .rect5 {
    -webkit-animation-delay: calc((500ms) - 1300ms);
    animation-delay: calc((500ms) - 1300ms);
}
@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(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: #ff3a54;
    margin: 0 3px 0 0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}
.edgtf-st-loader .wave .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.edgtf-st-loader .wave .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes rotatecircles {
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotatecircles {
    to {
        transform: rotate(360deg);
    }
}
.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;
    -moz-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: #ff3a54;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    -moz-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;
}
.edgtf-st-loader .five_rotating_circles {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: relative;
}
.edgtf-st-loader .five_rotating_circles .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.edgtf-st-loader .five_rotating_circles .spinner-container > div {
    background-color: #ff3a54;
    border-radius: 100%;
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out both;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out both;
    animation: bouncedelay 1.2s infinite ease-in-out both;
}
.edgtf-st-loader .five_rotating_circles .spinner-container > div.circle1 {
    top: 0;
    left: 0;
}
.edgtf-st-loader .five_rotating_circles .spinner-container > div.circle2 {
    top: 0;
    right: 0;
}
.edgtf-st-loader .five_rotating_circles .spinner-container > div.circle3 {
    right: 0;
    bottom: 0;
}
.edgtf-st-loader .five_rotating_circles .spinner-container > div.circle4 {
    left: 0;
    bottom: 0;
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container1 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1500ms);
    animation-delay: calc((600ms) - 1500ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container1 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1500ms);
    animation-delay: calc((900ms) - 1500ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container1 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1500ms);
    animation-delay: calc((1200ms) - 1500ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container2 {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container2 .circle1 {
    -webkit-animation-delay: calc((300ms) - 1400ms);
    animation-delay: calc((300ms) - 1400ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container2 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1400ms);
    animation-delay: calc((600ms) - 1400ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container2 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1400ms);
    animation-delay: calc((900ms) - 1400ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container2 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1400ms);
    animation-delay: calc((1200ms) - 1400ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container3 {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container3 .circle1 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container3 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1300ms);
    animation-delay: calc((600ms) - 1300ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container3 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1300ms);
    animation-delay: calc((900ms) - 1300ms);
}
.edgtf-st-loader .five_rotating_circles .spinner-container.container3 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1300ms);
    animation-delay: calc((1200ms) - 1300ms);
}
@-webkit-keyframes atom_position {
    50% {
        top: 80px;
        left: 80px;
    }
}
@keyframes atom_position {
    50% {
        top: 80px;
        left: 80px;
    }
}
@-webkit-keyframes atom_size {
    50% {
        transform: scale(0.5);
    }
}
@keyframes atom_size {
    50% {
        transform: scale(0.5);
    }
}
@-webkit-keyframes atom_zindex {
    100% {
        z-index: 10;
    }
}
@keyframes atom_zindex {
    100% {
        z-index: 10;
    }
}
@-webkit-keyframes atom_shrink {
    50% {
        transform: scale(0.9);
    }
}
@keyframes atom_shrink {
    50% {
        transform: scale(0.9);
    }
}
.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;
    -moz-animation: atom_shrink 4.5s infinite linear;
    animation: atom_shrink 4.5s infinite linear;
}
.edgtf-st-loader .atom .ball-1:before {
    content: "";
    background: #ff3a54;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
}
.edgtf-st-loader .atom .ball-2 {
    -webkit-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
    -moz-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
    animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
}
.edgtf-st-loader .atom .ball-2:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
    -moz-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 {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
    -moz-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
    animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
}
.edgtf-st-loader .atom .ball-3:before {
    -webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
    -moz-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
    animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -0.75s infinite ease;
}
.edgtf-st-loader .atom .ball-4 {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
    -moz-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
    animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
}
.edgtf-st-loader .atom .ball-4:before {
    -webkit-animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -125ms infinite ease;
    -moz-animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -125ms infinite ease;
    animation: atom_position 1.5s -0.5s infinite ease, atom_size 1.5s -125ms infinite ease;
}
.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: #ff3a54;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
}
@-webkit-keyframes clock {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes clock {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes clock1 {
    0% {
        transform: rotate(-135deg);
    }
    30% {
        transform: rotate(-450deg);
    }
    100% {
        transform: rotate(-450deg);
    }
}
@keyframes clock1 {
    0% {
        transform: rotate(-135deg);
    }
    30% {
        transform: rotate(-450deg);
    }
    100% {
        transform: rotate(-450deg);
    }
}
@-webkit-keyframes clock2 {
    5% {
        transform: rotate(-90deg);
    }
    35% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes clock2 {
    5% {
        transform: rotate(-90deg);
    }
    35% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@-webkit-keyframes clock3 {
    10% {
        transform: rotate(-45deg);
    }
    40% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes clock3 {
    10% {
        transform: rotate(-45deg);
    }
    40% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes clock4 {
    15% {
        transform: rotate(0);
    }
    45% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}
@keyframes clock4 {
    15% {
        transform: rotate(0);
    }
    45% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}
.edgtf-st-loader .clock {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: clock 8s infinite steps(8);
    -moz-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: #ff3a54;
}
.edgtf-st-loader .clock .ball.ball-1 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: clock1 1s ease-in infinite;
    -moz-animation: clock1 1s ease-in infinite;
    animation: clock1 1s ease-in infinite;
}
.edgtf-st-loader .clock .ball.ball-2 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: clock2 1s ease-in infinite;
    -moz-animation: clock2 1s ease-in infinite;
    animation: clock2 1s ease-in infinite;
}
.edgtf-st-loader .clock .ball.ball-3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: clock3 1s ease-in infinite;
    -moz-animation: clock3 1s ease-in infinite;
    animation: clock3 1s ease-in infinite;
}
.edgtf-st-loader .clock .ball.ball-4 {
    -webkit-animation: clock4 1s ease-in infinite;
    -moz-animation: clock4 1s ease-in infinite;
    animation: clock4 1s ease-in infinite;
}
@-webkit-keyframes mitosis_invert {
    100% {
        transform: rotate(180deg);
    }
}
@keyframes mitosis_invert {
    100% {
        transform: rotate(180deg);
    }
}
@-webkit-keyframes mitosis_ball1 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}
@keyframes mitosis_ball1 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}
@-webkit-keyframes mitosis_ball2 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}
@keyframes mitosis_ball2 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}
@-webkit-keyframes mitosis_ball3 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}
@keyframes mitosis_ball3 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}
@-webkit-keyframes mitosis_ball4 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}
@keyframes mitosis_ball4 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}
.edgtf-st-loader .mitosis {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: mitosis_invert 2s infinite steps(2, end);
    -moz-animation: mitosis_invert 2s infinite steps(2, end);
    animation: mitosis_invert 2s infinite steps(2, end);
}
.edgtf-st-loader .mitosis .ball {
    border-radius: 50%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff3a54;
}
.edgtf-st-loader .mitosis .ball.ball-1 {
    -webkit-animation: mitosis_ball1 1s infinite alternate linear;
    -moz-animation: mitosis_ball1 1s infinite alternate linear;
    animation: mitosis_ball1 1s infinite alternate linear;
}
.edgtf-st-loader .mitosis .ball.ball-2 {
    -webkit-animation: mitosis_ball2 1s infinite alternate linear;
    -moz-animation: mitosis_ball2 1s infinite alternate linear;
    animation: mitosis_ball2 1s infinite alternate linear;
}
.edgtf-st-loader .mitosis .ball.ball-3 {
    -webkit-animation: mitosis_ball3 1s infinite alternate linear;
    -moz-animation: mitosis_ball3 1s infinite alternate linear;
    animation: mitosis_ball3 1s infinite alternate linear;
}
.edgtf-st-loader .mitosis .ball.ball-4 {
    -webkit-animation: mitosis_ball4 1s infinite alternate linear;
    -moz-animation: mitosis_ball4 1s infinite alternate linear;
    animation: mitosis_ball4 1s infinite alternate linear;
}
@-webkit-keyframes lines_spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes lines_spin {
    100% {
        transform: rotate(360deg);
    }
}
.edgtf-st-loader .lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px;
}
.edgtf-st-loader .lines .line1 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ff3a54;
    -webkit-animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
    -moz-animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
}
.edgtf-st-loader .lines .line2 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ff3a54;
    -webkit-animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
    -moz-animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
}
.edgtf-st-loader .lines .line3 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ff3a54;
    -webkit-animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
    -moz-animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
}
.edgtf-st-loader .lines .line4 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ff3a54;
    -webkit-animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
    -moz-animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
}
@-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 .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: #ff3a54;
    border-radius: 50%;
    float: left;
    position: absolute;
}
.edgtf-st-loader .fussion .ball.ball-1 {
    top: 0;
    left: 50%;
    -webkit-animation: fussion_ball1 1s 0s ease infinite;
    -moz-animation: fussion_ball1 1s 0s ease infinite;
    animation: fussion_ball1 1s 0s ease infinite;
    z-index: 1;
}
.edgtf-st-loader .fussion .ball.ball-2 {
    top: 50%;
    left: 100%;
    -webkit-animation: fussion_ball2 1s 0s ease infinite;
    -moz-animation: fussion_ball2 1s 0s ease infinite;
    animation: fussion_ball2 1s 0s ease infinite;
    z-index: 2;
}
.edgtf-st-loader .fussion .ball.ball-3 {
    top: 100%;
    left: 50%;
    -webkit-animation: fussion_ball3 1s 0s ease infinite;
    -moz-animation: fussion_ball3 1s 0s ease infinite;
    animation: fussion_ball3 1s 0s ease infinite;
    z-index: 1;
}
.edgtf-st-loader .fussion .ball.ball-4 {
    top: 50%;
    left: 0;
    -webkit-animation: fussion_ball4 1s 0s ease infinite;
    -moz-animation: fussion_ball4 1s 0s ease infinite;
    animation: fussion_ball4 1s 0s ease infinite;
    z-index: 2;
}
@-webkit-keyframes wave_jump1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    24% {
        transform: translate(40px, 0);
    }
}
@keyframes wave_jump1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    24% {
        transform: translate(40px, 0);
    }
}
@-webkit-keyframes wave_jump2 {
    12% {
        transform: translate(0, 0);
    }
    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    36% {
        transform: translate(40px, 0);
    }
}
@keyframes wave_jump2 {
    12% {
        transform: translate(0, 0);
    }
    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    36% {
        transform: translate(40px, 0);
    }
}
@-webkit-keyframes wave_jump3 {
    24% {
        transform: translate(0, 0);
    }
    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    48% {
        transform: translate(40px, 0);
    }
}
@keyframes wave_jump3 {
    24% {
        transform: translate(0, 0);
    }
    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    48% {
        transform: translate(40px, 0);
    }
}
@-webkit-keyframes wave_wipe {
    100%,
    48% {
        transform: translateX(-120px);
    }
}
@keyframes wave_wipe {
    100%,
    48% {
        transform: translateX(-120px);
    }
}
.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: #ff3a54;
    border-radius: 50%;
    margin-right: 10px;
}
.edgtf-st-loader .wave_circles .ball.ball-1 {
    -webkit-animation: wave_jump3 1.8s infinite ease-out;
    -moz-animation: wave_jump3 1.8s infinite ease-out;
    animation: wave_jump3 1.8s infinite ease-out;
}
.edgtf-st-loader .wave_circles .ball.ball-2 {
    -webkit-animation: wave_jump2 1.8s infinite ease-out;
    -moz-animation: wave_jump2 1.8s infinite ease-out;
    animation: wave_jump2 1.8s infinite ease-out;
}
.edgtf-st-loader .wave_circles .ball.ball-3 {
    -webkit-animation: wave_jump1 1.8s infinite ease-out;
    -moz-animation: wave_jump1 1.8s infinite ease-out;
    animation: wave_jump1 1.8s infinite ease-out;
}
.edgtf-st-loader .wave_circles .ball.ball-4 {
    margin-right: 0;
    -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
    -moz-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
    animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
@-webkit-keyframes pulse_circles_pulse {
    0% {
        transform: scale(0.1);
        opacity: 1;
        border-width: 50px;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0;
    }
}
@keyframes pulse_circles_pulse {
    0% {
        transform: scale(0.1);
        opacity: 1;
        border-width: 50px;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0;
    }
}
.edgtf-st-loader .pulse_circles {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    position: relative;
}
.edgtf-st-loader .pulse_circles .ball {
    height: 100%;
    width: 100%;
    background: #ff3a54;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0 solid #ff3a54;
}
.edgtf-st-loader .pulse_circles .ball.ball-1 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
    -moz-animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
}
.edgtf-st-loader .pulse_circles .ball.ball-2 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
    -moz-animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
}
.edgtf-st-loader .pulse_circles .ball.ball-3 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
    -moz-animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
}
.edgtf-st-loader .pulse_circles .ball.ball-4 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
    -moz-animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
}
.edgtf-st-loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.edgtf-st-loader2 {
    margin: -50% 0 0 -50%;
}
#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,
input[type="date"],
input[type="email"],
input[type="password"],
input[type="text"] {
    position: relative;
    width: 100%;
    margin: 0 0 14px;
    padding: 12px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: calc(48px - (12px * 2) - 2px);
    color: #8e8e8e;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-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,
input:focus[type="date"],
input:focus[type="email"],
input:focus[type="password"],
input:focus[type="text"] {
    color: #777;
    background-color: #f8f8f8;
}
#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,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
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,
input:-moz-placeholder[type="date"],
input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="password"],
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,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
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,
input:-ms-input-placeholder[type="date"],
input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="password"],
input:-ms-input-placeholder[type="text"] {
    color: inherit;
}
.edgtf-comment-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
}
.edgtf-comment-holder .edgtf-comment-holder-inner {
    padding: 20px 0 19px;
}
.edgtf-comment-holder .edgtf-comment.edgtf-pingback-comment .edgtf-comment-text {
    padding: 0;
}
.edgtf-comment-holder .edgtf-comment-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 150;
}
.edgtf-comment-holder .edgtf-comment-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 42px 0 39px;
    box-sizing: border-box;
}
.edgtf-comment-holder .edgtf-comment-list > li {
    border-bottom: 1px solid #e6e6e6;
}
.edgtf-comment-holder .edgtf-comment-list > li:first-child {
    padding-top: 37px;
}
.edgtf-comment-holder .edgtf-comment-list .children {
    padding: 0 0 0 105px;
}
.edgtf-comment-holder .edgtf-comment-list .children li {
    border-bottom: 1px solid #e6e6e6;
}
.edgtf-comment-holder .edgtf-comment-list .children li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.edgtf-comment-holder .edgtf-comments-title {
    margin-top: 32px;
}
.edgtf-comment-holder .edgtf-comments-title > * {
    margin: 0;
}
.edgtf-comment-holder .edgtf-comment-image {
    position: relative;
    top: 3px;
    left: 0;
    width: 82px;
    height: 82px;
    display: block;
    float: left;
}
.edgtf-comment-holder .edgtf-comment-image img {
    display: block;
    border-radius: 4px;
}
.edgtf-comment-holder .edgtf-comment-text {
    padding: 0 0 0 105px;
    min-height: 82px;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 16px;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name {
    margin: 0;
    padding-right: 120px;
    box-sizing: border-box;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-links {
    position: absolute;
    top: 0;
    right: 0;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-links > * {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-left: 10px;
    font-size: 13px;
    color: #8e8e8e;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-links > :hover {
    color: #ff3a54;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-text-holder p {
    margin: 0;
}
.edgtf-comment-holder .edgtf-comment-text .edgtf-comment-date {
    margin: 15px 0 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: #ff3a54;
}
.edgtf-comment-holder .edgtf-comment-text #cancel-comment-reply-link:hover {
    color: #262626;
}
.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;
    box-sizing: border-box;
}
.edgtf-comment-form .edgtf-comment-form-inner {
    padding: 33px 0 60px;
}
.edgtf-comment-form .comment-reply-title {
    margin: 0 0 16px;
}
.edgtf-comment-form .logged-in-as {
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
    margin: 0 0 10px;
}
.edgtf-comment-form label {
    display: block;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
.edgtf-comment-form .comment-form-cookies-consent {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.edgtf-comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}
@media only screen and (max-width: 768px) {
    .edgtf-comment-holder .edgtf-comment-list .children {
        padding: 0;
        margin-top: 39px;
        border-top: 1px solid #e6e6e6;
    }
}
@media only screen and (max-width: 680px) {
    .edgtf-comment-holder .edgtf-comment-image {
        float: none;
    }
    .edgtf-comment-holder .edgtf-comment-text {
        padding: 25px 0 0;
        min-height: inherit;
    }
    .edgtf-comment-holder .edgtf-comment-text .edgtf-comment-name {
        padding-right: 0;
    }
    .edgtf-comment-holder .edgtf-comment-text .edgtf-comment-links {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 6px;
    }
    .edgtf-comment-holder .edgtf-comment-text .edgtf-comment-links > * {
        float: none;
        margin: 0 14px 0 0;
    }
}
.post-password-form input[type="password"] {
    margin-top: 10px;
}
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"],
input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    -webkit-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    padding: 10px 43px;
    color: #fff;
    background-color: #ff3a54;
    border: 1px solid #ff3a54;
    border-radius: 4px;
    cursor: pointer;
}
#submit_comment:hover,
.post-password-form input[type="submit"]:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background-color: #23c8b9;
    border-color: #23c8b9;
}
.wpcf7-form p,
p.form-submit {
    margin: 0;
}
#respond textarea,
.edgtf-style-form textarea,
.wpcf7-form textarea {
    display: block;
}
.edgtf-two-columns-form-without-space .wpcf7-form .ajax-loader {
    display: none;
}
.edgtf-newsletter-form {
    position: relative;
}
.edgtf-footer-top-holder .edgtf-newsletter-form {
    max-width: 260px;
    margin-top: -17px;
}
.wpcf7 .edgtf-newsletter-form .ajax-loader {
    display: none;
}
.edgtf-newsletter-form .wpcf7-form-control-wrap {
    display: block;
}
.edgtf-newsletter-form .wpcf7-form-control.wpcf7-text {
    height: 46px;
    width: 100%;
    margin-bottom: 0;
    padding-right: 50px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.edgtf-newsletter-form .wpcf7-form-control.wpcf7-text:focus {
    color: #777;
    background-color: #f8f8f8;
}
.edgtf-newsletter-form .edgtf-btn.submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 44px;
    color: #8e8e8e;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
}
.edgtf-newsletter-form .edgtf-btn.submit:hover {
    color: #ff3a54;
}
.edgtf-newsletter-form .edgtf-btn.submit span {
    display: block;
    line-height: inherit;
}
.edgtf-newsletter-form .edgtf-btn.submit span:before {
    display: block;
    line-height: inherit;
}
.edgtf-cf7-form-cs {
    display: block;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
.edgtf-cf7-form-cs .wpcf7-form-control-wrap {
    font-weight: 400;
}
.edgtf-cf7-form-cs input.wpcf7-form-control.wpcf7-text,
.edgtf-cf7-form-cs textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 10px 0 24px 0;
}
.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% - 21px));
    -moz-transform: translateY(calc(-50% - 21px));
    transform: translateY(calc(-50% - 21px));
}
.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%;
    padding: 0;
    margin: 0;
    color: #fff;
    background: 0 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.edgtf-owl-slider .owl-nav .owl-next:hover,
.edgtf-owl-slider .owl-nav .owl-prev:hover {
    color: #ff3a54;
}
.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: 40px;
    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: 16px 0 0;
}
.edgtf-owl-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 11px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}
.edgtf-owl-slider .owl-dots .owl-dot span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background-color: #ff3a54;
    border-radius: 3em;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.edgtf-owl-slider .owl-dots .owl-dot.active span,
.edgtf-owl-slider .owl-dots .owl-dot:hover span {
    background-color: #23c8b9;
}
.edgtf-owl-slider .owl-carousel .owl-item img {
    -webkit-transform: translateZ(0);
}
.edgtf-owl-slider + .edgtf-slider-thumbnail {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 20px -10px 0;
}
.edgtf-owl-slider + .edgtf-slider-thumbnail > .edgtf-slider-thumbnail-item {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    line-height: 0;
    cursor: pointer;
}
.edgtf-owl-slider + .edgtf-slider-thumbnail > .edgtf-slider-thumbnail-item img {
    border: 2px solid transparent;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.edgtf-owl-slider + .edgtf-slider-thumbnail > .edgtf-slider-thumbnail-item.active img {
    border: 2px solid #ff3a54;
}
.edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-two .edgtf-slider-thumbnail-item {
    width: 50%;
}
@media only screen and (max-width: 1024px) {
    .edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-two .edgtf-slider-thumbnail-item {
        width: 33.3333%;
    }
}
.edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-three .edgtf-slider-thumbnail-item {
    width: 33.33333%;
}
@media only screen and (max-width: 1024px) {
    .edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-three .edgtf-slider-thumbnail-item {
        width: 33.3333%;
    }
}
.edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-four .edgtf-slider-thumbnail-item {
    width: 25%;
}
@media only screen and (max-width: 1024px) {
    .edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-four .edgtf-slider-thumbnail-item {
        width: 33.3333%;
    }
}
.edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-five .edgtf-slider-thumbnail-item {
    width: 20%;
}
@media only screen and (max-width: 1024px) {
    .edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-five .edgtf-slider-thumbnail-item {
        width: 33.3333%;
    }
}
.edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-six .edgtf-slider-thumbnail-item {
    width: 16.66667%;
}
@media only screen and (max-width: 1024px) {
    .edgtf-owl-slider + .edgtf-slider-thumbnail.edgtf-slider-columns-six .edgtf-slider-thumbnail-item {
        width: 33.3333%;
    }
}
.error404 .edgtf-wrapper {
    padding: 0 !important;
}
.error404 .edgtf-content {
    background-image: url(../img/404-background-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.error404 .edgtf-content-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.error404 .edgtf-page-not-found {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 15% 28%;
}
.error404 .edgtf-page-not-found .edgtf-404-content {
    position: relative;
    display: table;
    width: 100%;
}
.error404 .edgtf-page-not-found .edgtf-404-content > * {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.error404 .edgtf-page-not-found .edgtf-404-title-image {
    padding-right: 85px;
}
.error404 .edgtf-page-not-found .edgtf-404-title {
    margin: 0;
}
.error404 .edgtf-page-not-found .edgtf-404-text {
    margin: 24px 0 0;
}
.error404 .edgtf-page-not-found .edgtf-btn {
    margin: 35px 0 0;
}
.error404 .edgtf-page-not-found .edgtf-btn.edgtf-btn-light-style {
    color: #585858;
    background-color: #fff;
    border-color: #fff;
}
.error404 .edgtf-page-not-found .edgtf-btn.edgtf-btn-light-style:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
@media only screen and (max-width: 1366px) {
    .error404 .edgtf-page-not-found {
        padding: 15% 20%;
    }
}
@media only screen and (max-width: 1024px) {
    .error404 .edgtf-content {
        margin: 0 !important;
    }
    .error404 .edgtf-page-not-found {
        padding: 200px 10% 193px;
    }
    .error404 .edgtf-page-not-found .edgtf-404-title-image {
        padding-right: 55px;
    }
}
@media only screen and (max-width: 680px) {
    .error404 .edgtf-page-not-found {
        padding: 150px 5%;
    }
    .error404 .edgtf-page-not-found .edgtf-404-content {
        display: block;
    }
    .error404 .edgtf-page-not-found .edgtf-404-content > * {
        display: block;
        width: 100%;
    }
    .error404 .edgtf-page-not-found .edgtf-404-content .edgtf-404-title-image {
        padding-right: 0;
        padding-bottom: 45px;
    }
}
#edgtf-back-to-top {
    position: fixed;
    width: 48px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
}
.urbango-listing-archive #edgtf-back-to-top {
    display: none;
}
#edgtf-back-to-top.off {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0s 0.15s;
    -moz-transition: opacity 0.15s ease, visibility 0s 0.15s;
    transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#edgtf-back-to-top.on {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#edgtf-back-to-top > span {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
    text-align: center;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
}
#edgtf-back-to-top > span:hover {
    color: #fff;
    background-color: #ff3a54;
    border-color: #ff3a54;
}
#edgtf-back-to-top > span * {
    display: block;
    line-height: inherit;
}
#edgtf-back-to-top > span :before {
    display: block;
    line-height: inherit;
}
.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*/
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
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 {
    margin-bottom: 25px;
    padding: 23px 30px 28px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
aside.edgtf-sidebar .widget:last-child {
    margin: 0 !important;
}
aside.edgtf-sidebar .widget.edgtf-blog-list-widget,
aside.edgtf-sidebar .widget.widget_categories {
    padding: 23px 30px;
}
aside.edgtf-sidebar .widget.widget_search {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
aside.edgtf-sidebar .widget.widget_search form {
    margin-top: 0;
}
.wpb_widgetised_column {
    position: relative;
}
.wpb_widgetised_column .widget {
    margin-bottom: 25px;
    padding: 23px 30px 28px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.rev_slider_wrapper .wpb_widgetised_column .widget {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.wpb_widgetised_column .widget:last-child {
    margin: 0 !important;
}
.widget {
    margin: 0 0 35px;
}
.widget .edgtf-widget-title {
    margin: 0 0 19px;
}
.widget .edgtf-widget-title a {
    color: inherit;
}
.widget ul {
    margin: 0;
    padding: 2px 0;
    list-style: none;
}
.widget ul li {
    padding: 0;
    margin: 0 0 10px;
}
.widget ul li:last-child {
    margin: 0;
}
.widget ul li a {
    color: #8e8e8e;
}
.widget ul li a:hover {
    color: #ff3a54;
}
.widget ul li ul {
    margin: 10px 0 0;
    padding: 0 0 0 10px;
}
.widget.widget_text .edgtf-widget-title {
    margin-bottom: 16px;
}
.widget.widget_text img {
    display: block;
}
.widget.widget_text a {
    color: #8e8e8e;
}
.widget.widget_text a:hover {
    color: #ff3a54;
}
.widget.widget_calendar .edgtf-widget-title {
    margin-bottom: 16px;
}
.widget.widget_calendar .calendar_wrap {
    width: 100%;
    text-align: center;
}
.widget.widget_calendar caption {
    margin: 0 0 14px;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
    padding: 3px 4px;
}
.widget.widget_calendar td#today {
    color: #fff;
    background-color: #ff3a54;
    border-radius: 4px;
}
.widget.widget_calendar td#today a {
    color: inherit;
}
.widget.widget_rss .edgtf-widget-title .rsswidget:hover {
    color: #ff3a54;
}
.widget.widget_rss .rss-widget-icon {
    display: inline-block;
}
.widget.widget_rss ul li {
    margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.widget.widget_rss ul li .rsswidget {
    color: #ff3a54;
}
.widget.widget_rss ul li .rsswidget:hover {
    color: #262626;
}
.widget.widget_rss ul li .rss-date {
    display: block;
    margin-top: 5px;
}
.widget.widget_rss ul li .rssSummary {
    margin-top: 5px;
}
.widget.widget_search form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 6px;
    clear: both;
}
.widget.widget_search form > div {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.widget_search button,
.widget.widget_search input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 48px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #8e8e8e;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.widget.widget_search input {
    width: 100%;
    padding: 11px 50px 13px 21px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.widget.widget_search input:focus {
    color: #777;
    background-color: #f8f8f8;
}
.widget.widget_search input::-webkit-input-placeholder {
    color: inherit;
}
.widget.widget_search input:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.widget.widget_search input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.widget.widget_search input:-ms-input-placeholder {
    color: inherit;
}
.widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 13px 5px 13px 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.widget.widget_search button:hover {
    color: #ff3a54;
}
.widget.widget_search button span {
    display: block;
    line-height: inherit;
}
.widget.widget_search button span:before {
    display: block;
    line-height: inherit;
}
.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,
.widget.widget_recent_entries .edgtf-widget-title {
    margin-bottom: 14px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
    width: 100%;
    max-width: 100%;
    height: 48px;
    margin: 11px 0 2px;
    padding: 0 18px;
    line-height: 48px;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    color: #8e8e8e;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: 0;
    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-bottom: 25px;
}
.widget.widget_tag_cloud .tagcloud {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: -3px;
    clear: both;
}
.widget.widget_tag_cloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 3px 15px;
    margin: 0 10px 10px 0;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: inherit;
    color: #777;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.widget.widget_tag_cloud a:hover {
    color: #fff;
    background-color: #ff3a54;
    border-color: #ff3a54;
}
.widget.widget_media_image a,
.widget.widget_media_image img {
    display: block;
}
.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:last-child,
.edgtf-side-menu .widget:last-child {
    margin: 0 !important;
}
.edgtf-page-footer .widget.widget_media_image,
.edgtf-side-menu .widget.widget_media_image {
    margin-bottom: 5px;
}
.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:not(.edgtf-widget-title),
.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:not(.edgtf-widget-title),
.edgtf-side-menu .widget h6 {
    margin: 0;
}
.edgtf-footer-bottom-holder .widget {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-footer-bottom-holder .widget p {
    margin: 0;
}
.edgtf-footer-bottom-holder .widget h1,
.edgtf-footer-bottom-holder .widget h2,
.edgtf-footer-bottom-holder .widget h3,
.edgtf-footer-bottom-holder .widget h4,
.edgtf-footer-bottom-holder .widget h5:not(.edgtf-widget-title),
.edgtf-footer-bottom-holder .widget h6 {
    margin: 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: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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;
    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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.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;
    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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.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: #262626;
    border-color: #262626;
    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%);
    -moz-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;
   color: color(srgb 0.938 0.938 0.938);
}
#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 {
    background-color: #fff;
}
.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: 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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.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;
    -ms-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;
    transition: opacity 0.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;
    -khtml-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;
    -khtml-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 {
    transition: height 0.5s ease-in-out;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    bottom: 0;
    position: absolute;
}
.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    right: 0;
    position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: 0;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: 0;
}
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
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%);
    -moz-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.pp_pic_have_only_one .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: #262626;
    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 video {
    width: 100%;
}
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);
    -moz-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;
    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: #8e8e8e;
    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: #8e8e8e;
    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: #262626;
}
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: #262626;
    font-family: Ionicons;
    font-size: 40px;
    line-height: 1;
    text-indent: -9999px !important;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out, color 0.2s ease-out;
    transition: opacity 0.2s ease-out, color 0.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(38, 38, 38, 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: #8e8e8e;
    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: #262626;
}
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, 0.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: #262626;
    z-index: 10000 !important;
}
body .select2-container--default {
    position: relative;
    display: inline-block;
    height: 48px;
    width: auto;
    margin: 0 0 14px;
    vertical-align: middle;
    text-align: initial;
    border: 0;
    border-radius: 0;
    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-selection--single {
    color: #777;
    background-color: #f8f8f8;
}
body .select2-container--default.select2-container--open .select2-dropdown {
    left: 0;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    top: 1px;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    top: -1px;
}
body .select2-container--default .select2-selection--single {
    display: block;
    height: 48px;
    padding: 12px 0;
    font-family: inherit;
    font-size: inherit;
    line-height: calc(48px - (12px * 2) - 2px);
    color: #8e8e8e;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 30px 0 20px;
    color: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    float: right;
    margin: 0;
    font-weight: inherit;
    cursor: pointer;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
    height: 100%;
    color: inherit;
    font-size: 18px;
    line-height: calc(48px - 2px);
    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 {
    content: "\33";
    font-family: ElegantIcons;
    font-style: normal;
}
body .select2-container--default .select2-selection--multiple {
    display: block;
    height: 44px;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 42px;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    box-sizing: border-box;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    margin: 0;
    padding: 0 30px 0 20px;
    list-style: none;
    color: inherit;
    line-height: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    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;
    float: right;
    margin: 0;
    font-weight: inherit;
    cursor: pointer;
}
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: #262626;
    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;
    font-weight: 700;
    color: inherit;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
    color: inherit;
    opacity: 0.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;
    box-shadow: none;
    -webkit-appearance: textfield;
    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 #e6e6e6;
    border-radius: 4px;
    z-index: 1051;
    box-sizing: border-box;
}
body .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 20px 2px;
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 0;
    padding: 4px 8px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 24px;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: #f8f8f8;
}
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;
    margin: 0;
    padding: 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;
    list-style: none;
    margin: 5px 0;
    padding: 2px 15px 2px 20px;
}
body .select2-container--default .select2-results__option {
    padding: 7px 0;
    user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.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: #ff3a54;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
    color: #ff3a54;
    background-color: transparent;
}
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 .edgtf-select2-with-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
body .select2-container--default .edgtf-select2-with-image img {
    display: block;
    width: 24px;
    margin-right: 10px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #ff3a54;
    background-color: transparent;
}
body .select2-container--default .select2-results__group {
    display: block;
    padding: 7px 0;
    cursor: default;
}
.select2-close-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 0;
    opacity: 0;
    z-index: 99;
}
.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !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;
    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;
    -moz-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: #262626;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    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: #ff3a54;
}
.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% - 8px);
    right: 20px;
    display: block;
    font-family: ElegantIcons;
    font-size: 15px;
    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 #e6e6e6;
    border-top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
    -moz-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
    transition: visibility 0s linear 0.25s, opacity 0.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: 140px;
}
.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: 46px;
    color: #fff;
    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-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: 15px;
}
.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, 0.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, 0.8);
}
.edgtf-blog-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 32px;
    clear: both;
    box-sizing: border-box;
}
.edgtf-blog-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.edgtf-blog-holder article.sticky .edgtf-post-title a {
    color: #ff3a54;
}
.edgtf-blog-holder article.edgtf-post-has-media .edgtf-post-heading,
.edgtf-blog-holder article.has-post-thumbnail .edgtf-post-heading {
    margin-bottom: 31px;
}
.edgtf-blog-holder article .edgtf-post-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.edgtf-blog-holder article .edgtf-blog-video-holder {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.touch .edgtf-blog-holder article .edgtf-post-heading {
    cursor: pointer;
}
.edgtf-blog-holder article .edgtf-post-heading:hover .edgtf-post-image img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}
.edgtf-blog-holder article .edgtf-post-heading:hover .edgtf-post-date {
    background-color: #23c8b9;
}
.edgtf-blog-holder article .edgtf-post-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.edgtf-blog-holder article .edgtf-post-image a {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-blog-holder article .edgtf-post-image img {
    display: block;
    will-change: transform;
    -webkit-filter: blur();
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
}
.edgtf-blog-holder article .edgtf-post-image-background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}
.edgtf-blog-holder article .edgtf-post-image-background a {
    position: relative;
    display: block;
    height: 100%;
}
.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-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 9px 13px 10px;
    text-align: center;
    color: #fff;
    background-color: #ff3a54;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(255, 58, 84, 0.04);
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.edgtf-blog-holder article .edgtf-post-date > * {
    display: block;
}
.edgtf-blog-holder article .edgtf-post-date .edgtf-post-date-day {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
}
.edgtf-blog-holder article .edgtf-post-date .edgtf-post-date-month {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.3em;
}
.edgtf-blog-holder article:hover .edgtf-post-date {
    background-color: #23c8b9;
}
.edgtf-blog-holder article .edgtf-post-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    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: 19px 0 0;
}
.edgtf-blog-holder article .edgtf-post-excerpt-holder p {
    margin: 0;
}
.edgtf-blog-holder article .edgtf-post-excerpt:after {
    content: "...";
}
.edgtf-blog-holder article .edgtf-more-link-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 19px 0 0;
}
.edgtf-blog-holder article .edgtf-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
}
.edgtf-blog-holder article .edgtf-post-info > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    color: currentColor;
}
.edgtf-blog-holder article .edgtf-post-info > * a {
    color: inherit;
}
.edgtf-blog-holder article .edgtf-post-info > * a:hover {
    color: #ff3a54;
}
.edgtf-blog-holder article .edgtf-post-info-top {
    margin-bottom: 3px;
}
.edgtf-blog-holder article .edgtf-post-info-top > * {
    padding-right: 14px;
    margin-right: 16px;
    border-right: 1px solid #e6e6e6;
}
.edgtf-blog-holder article .edgtf-post-info-top > :last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.edgtf-blog-holder article .edgtf-post-info-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 19px;
}
.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-author-link {
    color: #ff3a54;
}
.edgtf-blog-holder article .edgtf-post-info-bottom .edgtf-post-info-author-link:hover {
    color: #8e8e8e;
}
.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 .edgtf-tags-holder a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 10px;
}
.edgtf-blog-holder article .edgtf-tags-holder a:last-child {
    margin-right: 0;
}
.edgtf-blog-holder article.format-link .edgtf-post-text {
    padding: 88px 100px;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder article.format-link .edgtf-post-text {
        padding: 88px 50px;
    }
}
.edgtf-blog-holder article.format-link .edgtf-post-link-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 20px;
    line-height: 1;
    color: #ff3a54;
}
.edgtf-blog-holder article.format-link .edgtf-post-link-icon:before {
    display: block;
    line-height: inherit;
}
.edgtf-blog-holder article.format-link .edgtf-post-link-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-blog-holder article.format-link .edgtf-post-title {
    color: #fff;
}
.edgtf-blog-holder article.format-link .edgtf-post-title a:hover {
    color: #ff3a54;
}
.edgtf-blog-holder article.format-quote:hover .edgtf-post-date {
    background-color: #23c8b9;
}
.edgtf-blog-holder article.format-quote .edgtf-post-text {
    padding: 62px 70px 64px;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder article.format-quote .edgtf-post-text {
        padding: 62px 30px 64px;
    }
}
.edgtf-blog-holder article.format-quote .edgtf-post-quote-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 20px;
    line-height: 1;
    color: #ff3a54;
}
.edgtf-blog-holder article.format-quote .edgtf-post-quote-icon:before {
    display: block;
    line-height: inherit;
}
.edgtf-blog-holder article.format-quote .edgtf-post-quote-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-blog-holder article.format-quote .edgtf-post-title {
    color: #fff;
}
.edgtf-blog-holder article.format-quote .edgtf-post-title a:hover {
    color: #ff3a54;
}
.edgtf-blog-holder article.format-quote .edgtf-quote-author {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 21px;
    color: #fff;
}
.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: #262626;
}
.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: 40px !important;
}
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls {
    padding: 0 10px 0 4px;
    box-sizing: border-box;
}
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls > .mejs-playpause-button {
    width: 40px;
}
.edgtf-blog-holder article.format-audio .edgtf-blog-audio-holder .mejs-container .mejs-controls > .mejs-volume-button {
    width: 40px;
}
.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: 40px;
}
.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-volume-button.mejs-play button {
    width: 40px;
    background-image: url(../../framework/modules/blog/assets/img/audio/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: 40px;
    background-image: url(../../framework/modules/blog/assets/img/audio/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: 40px;
    background-image: url(../../framework/modules/blog/assets/img/audio/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: 40px;
    background-image: url(../../framework/modules/blog/assets/img/audio/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: 40px;
    background-image: url(../../framework/modules/blog/assets/img/audio/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: 40px;
}
.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: 6px;
    margin: 0;
    top: 50%;
    margin-top: -3px;
    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: 6px;
    background-color: #ff3a54;
}
.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: 6px;
    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, 0.5);
}
.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-current {
    margin: 0 2px;
}
.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: 10px;
}
.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 > a.mejs-horizontal-volume-slider {
    height: 40px;
}
.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: 6px;
    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: 50%;
    margin-top: -3px;
    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: #ff3a54;
}
.edgtf-blog-holder article.format-video .edgtf-self-hosted-video {
    max-width: 100%;
}
.edgtf-blog-pagination-wp {
    display: none;
}
.edgtf-blog-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 68px 0 0;
    clear: both;
}
.edgtf-blog-pagination ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.edgtf-blog-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}
.edgtf-blog-pagination ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.235294117647059em;
    font-weight: 600;
}
.edgtf-blog-pagination ul li.edgtf-pag-active a {
    color: #ff3a54;
}
.edgtf-blog-pagination ul li.edgtf-pag-first,
.edgtf-blog-pagination ul li.edgtf-pag-last,
.edgtf-blog-pagination ul li.edgtf-pag-next,
.edgtf-blog-pagination ul li.edgtf-pag-prev {
    margin: 0 2px;
}
.edgtf-blog-pagination ul li.edgtf-pag-first a,
.edgtf-blog-pagination ul li.edgtf-pag-last a,
.edgtf-blog-pagination ul li.edgtf-pag-next a,
.edgtf-blog-pagination ul li.edgtf-pag-prev a {
    font-size: 24px;
    line-height: 1;
}
.edgtf-blog-pagination ul li.edgtf-pag-first a span,
.edgtf-blog-pagination ul li.edgtf-pag-last a span,
.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-first a span:before,
.edgtf-blog-pagination ul li.edgtf-pag-last a span:before,
.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-list-holder.edgtf-bl-pag-standard-shortcodes .edgtf-blog-list {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.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: top;
    margin: 68px 0 0;
    clear: both;
}
.edgtf-bl-standard-pagination ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.edgtf-bl-standard-pagination ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}
.edgtf-bl-standard-pagination ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.235294117647059em;
    font-weight: 600;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-active a {
    color: #ff3a54;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-first,
.edgtf-bl-standard-pagination ul li.edgtf-pag-last,
.edgtf-bl-standard-pagination ul li.edgtf-pag-next,
.edgtf-bl-standard-pagination ul li.edgtf-pag-prev {
    margin: 0 2px;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-first a,
.edgtf-bl-standard-pagination ul li.edgtf-pag-last a,
.edgtf-bl-standard-pagination ul li.edgtf-pag-next a,
.edgtf-bl-standard-pagination ul li.edgtf-pag-prev a {
    font-size: 24px;
    line-height: 1;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-first a span,
.edgtf-bl-standard-pagination ul li.edgtf-pag-last a span,
.edgtf-bl-standard-pagination ul li.edgtf-pag-next a span,
.edgtf-bl-standard-pagination ul li.edgtf-pag-prev a span {
    display: block;
    line-height: inherit;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-first a span:before,
.edgtf-bl-standard-pagination ul li.edgtf-pag-last a span:before,
.edgtf-bl-standard-pagination ul li.edgtf-pag-next a span:before,
.edgtf-bl-standard-pagination ul li.edgtf-pag-prev a span:before {
    display: block;
    line-height: inherit;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-prev a {
    opacity: 0;
}
.edgtf-bl-standard-pagination ul li.edgtf-pag-next a {
    opacity: 1;
}
.edgtf-blog-pag-load-more {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 41px 0 30px;
    text-align: center;
}
.edgtf-blog-pag-loading {
    position: relative;
    display: none;
    width: 100%;
    margin: 41px 0 20px;
    color: #262626;
    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: #262626;
    border-radius: 100%;
    -webkit-animation: bl-pag-bouncedelay 1.4s infinite ease-in-out both;
    -moz-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: -0.32s;
    -moz-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.edgtf-blog-pag-loading .edgtf-blog-pag-bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bl-pag-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bl-pag-bouncedelay {
    0%,
    100%,
    80% {
        -moz-transform: scale(0);
    }
    40% {
        -moz-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.format-link .edgtf-post-text {
    padding: 78px 60px;
}
.edgtf-blog-holder.edgtf-blog-masonry article.format-quote .edgtf-post-text {
    padding: 62px 60px 64px;
}
.edgtf-blog-holder.edgtf-blog-masonry article .edgtf-post-content {
    margin-bottom: 14px;
}
.edgtf-blog-holder.edgtf-blog-masonry article .edgtf-post-info-top {
    margin-bottom: 6px;
}
.edgtf-blog-holder.edgtf-blog-masonry article .edgtf-post-excerpt-holder {
    margin-top: 16px;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article {
    margin-bottom: 74px;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article:last-of-type {
    margin-bottom: 30px;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-link {
    margin-bottom: 80px;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-link .edgtf-post-text {
    padding: 88px 70px 92px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-link .edgtf-post-text {
        padding: 98px 60px 92px;
    }
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-quote {
    margin-bottom: 80px;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-quote .edgtf-post-text {
    padding: 55px 70px 58px 140px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder.edgtf-blog-standard-date-on-image article.format-quote .edgtf-post-text {
        padding: 92px 40px 84px;
    }
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article .edgtf-post-date {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.edgtf-blog-holder.edgtf-blog-standard-date-on-image article .edgtf-post-date:hover {
    background-color: #23c8b9;
}
.edgtf-blog-holder.edgtf-blog-standard article {
    margin-bottom: 74px;
}
.edgtf-blog-holder.edgtf-blog-standard article.format-link,
.edgtf-blog-holder.edgtf-blog-standard article.format-quote {
    margin-bottom: 80px;
}
.edgtf-author-description {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0 0;
    padding: 30px 30px 19px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.edgtf-author-description > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-author-description .edgtf-author-description-image {
    width: 288px;
    margin-right: 60px;
}
.edgtf-author-description .edgtf-author-description-image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
}
.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: 6px 0 0;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-email a {
    color: inherit;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-email a:hover {
    color: #ff3a54;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 5px;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-text > p {
    margin: 0;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-website {
    margin: 15px 0 0;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-website a {
    color: inherit;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-website a:hover {
    color: #ff3a54;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 18px;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 15px 0 0;
    font-size: 14px;
    color: #8e8e8e;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons a:last-child {
    margin-right: 0;
}
.edgtf-author-description .edgtf-author-description-text-holder .edgtf-author-social-icons a:hover {
    color: #ff3a54;
}
@media only screen and (max-width: 1024px) {
    .edgtf-author-description .edgtf-author-description-image {
        width: 220px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 680px) {
    .edgtf-author-description {
        flex-wrap: wrap;
    }
    .edgtf-author-description .edgtf-author-description-image {
        width: 100%;
        margin-right: 0;
    }
    .edgtf-author-description .edgtf-author-description-text-holder {
        width: 100%;
        margin-top: 35px;
    }
}
.edgtf-blog-single-navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.edgtf-blog-single-navigation > * {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.edgtf-blog-single-navigation > * > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.edgtf-blog-single-navigation > * img {
    width: 80px;
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-single-navigation > * img {
        width: 60px;
    }
}
.edgtf-blog-single-navigation .edgtf-blog-single-prev {
    text-align: left;
}
.edgtf-blog-single-navigation .edgtf-blog-single-prev.edgtf-has-image img {
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-single-navigation .edgtf-blog-single-prev.edgtf-has-image img {
        margin-right: 15px;
    }
}
.edgtf-blog-single-navigation .edgtf-blog-single-next {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    text-align: right;
}
.edgtf-blog-single-navigation .edgtf-blog-single-next.edgtf-has-image img {
    margin-left: 20px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-single-navigation .edgtf-blog-single-next.edgtf-has-image img {
        margin-left: 15px;
    }
}
.edgtf-blog-single-navigation .edgtf-blog-single-nav-title {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-single-navigation .edgtf-blog-single-nav-title {
        display: none;
    }
}
.edgtf-blog-single-navigation .edgtf-blog-single-nav-label {
    display: block;
    margin-top: 1px;
    color: #8e8e8e;
}
.edgtf-single-links-pages {
    clear: both;
    margin: 20px 0 5px;
}
.edgtf-single-links-pages .edgtf-single-links-pages-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.edgtf-single-links-pages .edgtf-single-links-pages-inner > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    line-height: inherit;
}
.edgtf-single-links-pages .edgtf-single-links-pages-inner > span {
    color: #ff3a54;
}
.edgtf-related-posts-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-top: 52px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.edgtf-related-posts-holder .edgtf-related-posts-title {
    margin: 0 0 35px;
}
.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;
    box-sizing: border-box;
}
.edgtf-content-has-sidebar .edgtf-related-posts-holder .edgtf-related-post {
    width: 33.33333333333333%;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 23px;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image a:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-related-post-image img {
    display: block;
    will-change: transform;
    -webkit-filter: blur();
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-title {
    margin: 0;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 6px;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: currentColor;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info > * a {
    color: #ff3a54;
}
.edgtf-related-posts-holder .edgtf-related-post .edgtf-post-info > * a:hover {
    color: #262626;
}
.edgtf-blog-holder.edgtf-blog-single article {
    margin-bottom: 30px;
}
.edgtf-blog-holder.edgtf-blog-single article.standard-date-on-image.format-link .edgtf-post-text {
    padding: 88px 70px 92px 140px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder.edgtf-blog-single article.standard-date-on-image.format-link .edgtf-post-text {
        padding: 98px 60px 92px;
    }
}
.edgtf-blog-holder.edgtf-blog-single article.standard-date-on-image.format-quote .edgtf-post-text {
    padding: 55px 70px 58px 140px;
}
@media only screen and (max-width: 768px) {
    .edgtf-blog-holder.edgtf-blog-single article.standard-date-on-image.format-quote .edgtf-post-text {
        padding: 92px 40px 84px;
    }
}
.edgtf-blog-holder.edgtf-blog-single article.format-link .edgtf-post-content,
.edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-content {
    margin-bottom: 21px;
}
.edgtf-blog-holder.edgtf-blog-single article.format-quote .edgtf-post-image-background a {
    cursor: default;
    pointer-events: none;
}
@media only screen and (max-width: 680px) {
    .edgtf-blog-holder.edgtf-blog-single article.format-gallery .edgtf-owl-slider .owl-nav {
        position: relative;
        bottom: 40px;
    }
}
.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-bottom {
    margin-top: 27px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e6e6e6;
}
.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-info-author {
    display: block;
    float: none;
    margin-bottom: 54px;
}
.edgtf-blog-holder.edgtf-blog-single article .edgtf-tags-holder a {
    padding: 3px 15px;
    margin: 0 10px 10px 0;
    color: #777;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.edgtf-blog-holder.edgtf-blog-single article .edgtf-tags-holder a:hover {
    color: #fff;
    background-color: #ff3a54;
    border-color: #ff3a54;
}
.edgtf-blog-holder.edgtf-blog-single article .edgtf-social-share-holder {
    line-height: 30px;
}
.edgtf-blog-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
}
.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 {
    padding: 0;
    margin: 0;
}
.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;
    box-sizing: border-box;
}
.edgtf-blog-list-holder .edgtf-post-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 20px;
}
.edgtf-blog-list-holder .edgtf-post-image a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
}
.edgtf-blog-list-holder .edgtf-post-image a:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}
.edgtf-blog-list-holder .edgtf-post-image img {
    display: block;
    will-change: transform;
    -webkit-filter: blur();
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: transform 0.6s cubic-bezier(0.25, 0.37, 0, 0.87);
}
.edgtf-blog-list-holder .edgtf-post-date {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 9px 13px 10px;
    text-align: center;
    color: #fff;
    background-color: #ff3a54;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(255, 58, 84, 0.04);
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: 0.4s cubic-bezier(0.07, 0.7, 0, 0.93);
    -moz-transition: 0.4s cubic-bezier(0.07, 0.7, 0, 0.93);
    transition: 0.4s cubic-bezier(0.07, 0.7, 0, 0.93);
}
.edgtf-blog-list-holder .edgtf-post-date > * {
    display: block;
}
.edgtf-blog-list-holder .edgtf-post-date .edgtf-post-date-day {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
}
.edgtf-blog-list-holder .edgtf-post-date .edgtf-post-date-month {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.3em;
}
.edgtf-blog-list-holder .edgtf-bl-item.edgtf-hovered .edgtf-post-date {
    background-color: #23c8b9;
}
.edgtf-blog-list-holder .edgtf-bl-item.edgtf-hovered .edgtf-post-title > a {
    color: #ff3a54;
}
.edgtf-blog-list-holder .edgtf-bli-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
}
.edgtf-blog-list-holder .edgtf-bli-info > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    color: currentColor;
}
.edgtf-blog-list-holder .edgtf-bli-info > * a {
    color: inherit;
}
.edgtf-blog-list-holder .edgtf-bli-info > * a:hover {
    color: #ff3a54;
}
.edgtf-blog-list-holder .edgtf-bli-info-top {
    margin-bottom: 3px;
}
.edgtf-blog-list-holder .edgtf-bli-info-top > * {
    padding-right: 14px;
    margin-right: 16px;
    border-right: 1px solid #e6e6e6;
}
.edgtf-blog-list-holder .edgtf-bli-info-top > :last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.edgtf-blog-list-holder .edgtf-bli-info-bottom {
    margin-top: 13px;
}
.edgtf-blog-list-holder .edgtf-bli-info-bottom > * a {
    color: #ff3a54;
}
.edgtf-blog-list-holder .edgtf-bli-info-bottom > * a:hover {
    color: #8e8e8e;
}
.edgtf-blog-list-holder .edgtf-post-title {
    margin: 0;
}
.edgtf-blog-list-holder .edgtf-post-title a {
    color: inherit;
}
.edgtf-blog-list-holder .edgtf-post-title a:hover {
    color: #ff3a54;
}
.edgtf-blog-list-holder .edgtf-post-excerpt {
    margin: 15px 0 0;
}
.edgtf-blog-list-holder.edgtf-bl-masonry {
    transition: none !important;
    overflow: visible !important;
}
.edgtf-blog-list-holder.edgtf-bl-masonry .edgtf-bl-item {
    z-index: 100;
}
.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-excerpt {
    margin-top: 6px;
}
.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date {
    display: block;
    margin-top: 4px;
}
.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date a {
    font-size: 13px;
    color: #ff3a54;
}
.edgtf-blog-list-holder.edgtf-bl-minimal .edgtf-post-info-date a:hover {
    color: #262626;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-image {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.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-post-info-author a {
    color: #ff3a54;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-info-author a:hover {
    color: #8e8e8e;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-excerpt {
    margin-top: 6px;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-info-date {
    display: block;
    margin-top: 4px;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-info-date a {
    font-size: 13px;
    color: #ff3a54;
}
.edgtf-blog-list-holder.edgtf-bl-simple .edgtf-post-info-date a:hover {
    color: #8e8e8e;
}
.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: #262626;
    border-radius: 100%;
    -webkit-animation: bl-bouncedelay 1.4s infinite ease-in-out both;
    -moz-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: -0.32s;
    -moz-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.edgtf-bl-loading .edgtf-bl-loading-bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bl-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bl-bouncedelay {
    0%,
    100%,
    80% {
        -moz-transform: scale(0);
    }
    40% {
        -moz-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-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
}
.edgtf-page-footer .edgtf-footer-top-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    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 {
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-grid {
    padding: 83px 0 82px;
}
.edgtf-page-footer .edgtf-footer-top-holder .edgtf-footer-top-inner.edgtf-full-width {
    padding: 83px 40px 82px;
}
.edgtf-page-footer .edgtf-footer-bottom-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    box-sizing: border-box;
}
.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner {
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-grid {
    padding: 18px 0;
}
.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-full-width {
    padding: 18px 40px;
}
.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-grid-col-12 {
    text-align: center;
}
@media only screen and (min-width: 680px) {
    .edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-grid-col-6:nth-child(2) {
        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 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.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;
    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 25px;
}
.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 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.edgtf-page-header .edgtf-logo-area {
    position: relative;
    height: 70px;
    overflow: hidden;
    background-color: #fff;
}
.edgtf-page-header .edgtf-logo-area .edgtf-logo-wrapper a {
    max-height: 70px;
}
.edgtf-page-header .edgtf-menu-area {
    position: relative;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    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: 70px;
}
.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 25px;
}
.edgtf-menu-area-shadow-disable .edgtf-page-header .edgtf-menu-area {
    box-shadow: none;
}
.edgtf-menu-area-shadow-disable .edgtf-page-header .edgtf-menu-area .edgtf-grid .edgtf-vertical-align-containers {
    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 25px;
}
.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: #ff3a54 !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: #ff3a54 !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: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget {
    color: #262626 !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: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.fixed):not(.edgtf-sticky-header) .edgtf-menu-area .widget a:hover {
    color: #ff3a54 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area {
    color: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget {
    color: #262626 !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: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.fixed):not(.edgtf-sticky-header).edgtf-menu-area .widget a:hover {
    color: #ff3a54 !important;
}
.edgtf-logo-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.edgtf-logo-wrapper a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.edgtf-logo-wrapper a img {
    height: 100%;
    width: auto;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.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%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.edgtf-logo-wrapper a img.edgtf-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -moz-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 a {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
}
.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: -7px;
    left: 3px;
    color: #ff3a54;
    font-size: 9px;
    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%;
    box-sizing: border-box;
}
.edgtf-main-menu > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 0 20px;
    font-size: 15px;
    box-sizing: border-box;
}
.edgtf-main-menu > ul > li > a > span.item_outer {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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: #ff3a54;
}
.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: #fff;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu > ul > li > a:hover {
    color: #ff3a54;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu > ul > li.edgtf-active-item > a {
    color: #ff3a54;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu > ul > li > a {
    color: #262626;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu > ul > li > a:hover {
    color: #ff3a54;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu > ul > li.edgtf-active-item > a {
    color: #ff3a54;
}
.edgtf-drop-down .second {
    position: absolute;
    display: block;
    left: -5px;
    top: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.25s cubic-bezier(0.53, 0.01, 0.18, 1);
    -moz-transition: opacity 0.25s cubic-bezier(0.53, 0.01, 0.18, 1);
    transition: opacity 0.25s cubic-bezier(0.53, 0.01, 0.18, 1);
}
.edgtf-drop-down .second.edgtf-drop-down-start {
    visibility: visible;
    overflow: visible;
    opacity: 1;
}
.edgtf-drop-down .second.right {
    right: -5px;
    left: auto;
}
.edgtf-drop-down .second .inner {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    z-index: 997;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
}
.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 24px;
}
.edgtf-drop-down .second .inner ul li a .item_outer {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.edgtf-drop-down .second .inner ul li.current-menu-ancestor > a:not(.no_link),
.edgtf-drop-down .second .inner ul li.current-menu-item > a:not(.no_link) {
    color: #ff3a54;
}
.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: "\35";
    font-family: ElegantIcons;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.edgtf-drop-down .second .inner ul.right li a .item_outer {
    padding: 0 0 0 10px;
}
.edgtf-drop-down .second .inner ul.right li.sub > a .item_outer:after {
    right: auto;
    left: 0;
    content: "\34";
}
.edgtf-drop-down .second .inner ul.right li a {
    text-align: right;
}
.edgtf-drop-down .second .inner ul.right li ul {
    left: -100%;
}
.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;
    background-color: #fff;
    padding: 11px 0 14px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}
.edgtf-drop-down .narrow .second .inner ul li {
    width: 226px;
}
.edgtf-drop-down .narrow .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -12px;
    height: auto;
    opacity: 0;
    overflow: hidden;
    z-index: 10;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.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% - 2px);
}
.edgtf-drop-down .wide .second .inner {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.edgtf-drop-down .wide .second .inner ul li a {
    padding: 4px 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 li ul li:last-child a {
    padding-bottom: 0;
}
.edgtf-drop-down .wide .second .inner > ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 33px 0;
    box-sizing: border-box;
    width: 100%;
}
.edgtf-wide-dropdown-menu-content-in-grid .edgtf-drop-down .wide .second .inner > ul {
    width: 1100px;
}
@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 26px;
    box-sizing: border-box;
}
.edgtf-drop-down .wide .second .inner > ul > li:nth-child(4n + 1) {
    clear: both;
}
.edgtf-drop-down .wide .second .inner > ul > li > a {
    padding: 0 0 16px;
    font-size: 15px;
    line-height: 1.2em;
}
.edgtf-drop-down .wide .second .inner > ul > li > a.no_link {
    cursor: default;
}
.edgtf-drop-down .wide .second .inner > ul > li > a.no_link:hover {
    color: #262626;
}
.edgtf-drop-down .wide .second .inner > ul > li > a .item_outer {
    padding: 0;
    overflow: inherit;
}
.edgtf-drop-down .wide .second .inner > ul > li > a .item_outer:after {
    display: none;
}
.edgtf-drop-down .wide .second .inner > ul > li.current-menu-ancestor > a:not(.no_link),
.edgtf-drop-down .wide .second .inner > ul > li.current-menu-item > a:not(.no_link) {
    color: #ff3a54;
}
.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: 226px;
}
.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: #262626;
}
.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: #ff3a54;
}
.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: #ff3a54;
}
.edgtf-fullscreen-menu-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.edgtf-fullscreen-menu-opener .edgtf-fullscreen-menu-opener-icon {
    position: relative;
    visibility: visible;
}
.edgtf-fullscreen-menu-opener .edgtf-fullscreen-menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.edgtf-fullscreen-menu-opener.edgtf-fm-opened .edgtf-fullscreen-menu-opener-icon {
    visibility: hidden;
}
.edgtf-fullscreen-menu-opener.edgtf-fm-opened .edgtf-fullscreen-menu-close-icon {
    visibility: visible;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-icon-pack {
    font-size: 20px;
}
.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-opener.edgtf-fullscreen-menu-opener-predefined {
    line-height: 1;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-hm-lines {
    position: relative;
    display: block;
    width: 23px;
    height: 17px;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    border-radius: 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-1 {
    top: 0;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-2 {
    top: 7px;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-3 {
    bottom: 0;
}
.edgtf-fullscreen-menu-opener.edgtf-fullscreen-menu-opener-predefined .edgtf-fullscreen-menu-close-icon {
    top: -9px;
    left: -5px;
    font-size: 32px;
}
.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-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: rgba(255, 255, 255, 0.9);
    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;
}
nav.edgtf-fullscreen-menu ul li {
    margin: 0;
    padding: 0;
    text-align: center;
}
nav.edgtf-fullscreen-menu ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 11px 0;
    font-size: 25px;
    line-height: 1.3em;
}
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 {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 0.65em;
    line-height: inherit;
}
nav.edgtf-fullscreen-menu ul li ul {
    padding: 7px 0;
}
nav.edgtf-fullscreen-menu ul li ul.sub_menu {
    display: none;
}
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: #ff3a54;
}
nav.edgtf-fullscreen-menu ul li ul li ul li a {
    font-size: 20px;
}
nav.edgtf-fullscreen-menu > ul {
    display: block;
}
nav.edgtf-fullscreen-menu > ul > li > a {
    font-size: 40px;
}
nav.edgtf-fullscreen-menu > ul > li.edgtf-active-item > a {
    color: #ff3a54;
}
.edgtf-fullscreen-below-menu-widget-holder {
    text-align: center;
    margin-top: 20px;
}
.edgtf-fullscreen-above-menu-widget-holder {
    text-align: center;
}
@-webkit-keyframes fade_out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@-moz-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;
    }
}
@-moz-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 0.25s linear both;
    -moz-animation: fade_out 0.25s linear both;
    animation: fade_out 0.25s linear both;
}
.edgtf-fullscreen-menu-opened.edgtf-fullscreen-fade-in .edgtf-fullscreen-menu-holder-outer {
    -webkit-animation: fade_in 0.25s linear both;
    -moz-animation: fade_in 0.25s linear both;
    animation: fade_in 0.25s linear both;
}
@-webkit-keyframes push_text_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push_text_right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push_text_right {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes push_nav_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes push_nav_right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes push_nav_right {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }
    100% {
        opacity: 1;
        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 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    -moz-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
    animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.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 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
    -webkit-transform: translateX(50px);
    -moz-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);
    }
}
@-moz-keyframes push_text_top {
    0% {
        opacity: 0;
        -moz-transform: translateY(60px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes push_text_top {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        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 0.4s ease-out both 0.5s;
    -moz-animation: push_text_top 0.4s ease-out both 0.5s;
    animation: push_text_top 0.4s ease-out both 0.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);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    transition: all 0.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);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s linear 0.1s;
    -moz-transition: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.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);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.25s linear 0.1s;
    -moz-transition: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.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 20px;
}
.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-left:before,
.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: flex;
    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: flex;
    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-mobile-header {
    position: relative;
    display: none;
    z-index: 110;
}
.edgtf-mobile-header .edgtf-mobile-header-inner {
    position: relative;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    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: right;
    z-index: 2;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener a {
    display: table;
    height: 100%;
}
.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: #ff3a54;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-icon-pack .edgtf-mobile-menu-icon {
    font-size: 21px;
}
.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 {
    line-height: 1;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-svg-path .edgtf-mobile-menu-icon > * {
    display: block;
    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-menu-opener.edgtf-mobile-menu-opener-predefined {
    line-height: 1;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-predefined .edgtf-hm-lines {
    position: relative;
    display: block;
    width: 23px;
    height: 17px;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    border-radius: 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-1 {
    top: 0;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-2 {
    top: 7px;
}
.edgtf-mobile-header .edgtf-mobile-menu-opener.edgtf-mobile-menu-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-3 {
    bottom: 0;
}
.edgtf-mobile-header .edgtf-mobile-nav {
    display: none;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
}
.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: 4px 0;
    margin: 0;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #262626;
}
.edgtf-mobile-header .edgtf-mobile-nav ul li a:hover,
.edgtf-mobile-header .edgtf-mobile-nav ul li h6:hover {
    color: #ff3a54;
}
.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: #ff3a54;
}
.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid > ul {
    padding: 13px 0;
}
.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: #ff3a54;
}
.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid > ul > li.edgtf-active-item > .mobile_arrow > .edgtf-sub-arrow {
    -webkit-transform: rotate(90deg);
    -moz-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: 4px 12px 4px 0;
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    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 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow .arrow_carrot-down {
    display: none;
}
.edgtf-mobile-header .edgtf-mobile-nav li.edgtf-opened > .mobile_arrow > .edgtf-sub-arrow {
    -webkit-transform: rotate(90deg);
    -moz-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%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
    -moz-transition: -moz-transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
    transition: transform 0.4s ease-in-out, left 0.2s ease, right 0.2s ease;
}
.edgtf-sticky-up-mobile-header .mobile-header-appear .edgtf-mobile-header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.edgtf-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    transition: transform 0.6s ease;
}
.edgtf-sticky-header .edgtf-grid {
    height: 100% !important;
}
.edgtf-sticky-header.header-appear {
    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: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.edgtf-sticky-header .edgtf-sticky-holder .edgtf-logo-wrapper a {
    max-height: 70px;
}
.edgtf-sticky-header .edgtf-sticky-holder .edgtf-vertical-align-containers {
    padding: 0 25px;
}
.edgtf-sticky-header .edgtf-sticky-holder.edgtf-menu-left .edgtf-main-menu {
    width: auto;
    padding: 0 0 0 20px;
}
.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: flex;
    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: flex;
    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;
}
.edgtf-top-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 47px;
    background-color: #262626;
    z-index: 111;
    box-sizing: border-box;
}
.edgtf-top-bar > .edgtf-vertical-align-containers {
    padding: 0 25px;
}
.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;
    display: flex;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
}
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-left-inner > *,
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-right-inner > * {
    margin-right: 20px;
}
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-left-inner > :last-child,
.edgtf-top-bar .edgtf-vertical-align-containers .edgtf-position-right-inner > :last-child {
    margin-right: 0;
}
.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 25px;
}
.edgtf-top-bar .widget {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}
.edgtf-top-bar .widget p {
    margin: 0;
    color: inherit;
}
.edgtf-top-bar .widget a {
    color: inherit;
}
.edgtf-top-bar .widget a:hover {
    color: #ff3a54;
}
.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;
}
.edgtf-top-bar .widget.edgtf-social-icons-group-widget a {
    color: #767676;
}
.edgtf-top-bar .widget.edgtf-social-icons-group-widget a:hover {
    color: #ff3a54;
}
.edgtf-top-bar.edgtf-light {
    background-color: #fff;
}
.edgtf-top-bar.edgtf-light .widget {
    color: #262626;
}
.edgtf-search-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 10px;
}
.edgtf-top-bar .edgtf-search-opener {
    color: #fff;
}
.edgtf-top-bar .edgtf-search-opener:hover {
    color: #ff3a54;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener {
    color: #fff !important;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener:hover {
    color: #ff3a54 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener {
    color: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-search-opener:hover {
    color: #ff3a54 !important;
}
.edgtf-search-opener .edgtf-search-opener-wrapper {
    display: block;
}
.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;
}
.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-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 33px;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-search-title {
    margin: 0 0 27px;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-search-label {
    margin: 11px 0 0;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field,
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 48px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #8e8e8e;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field {
    width: 100%;
    padding: 11px 50px 13px 21px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-field:focus {
    color: #777;
    background-color: #f8f8f8;
}
.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: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 13px 5px 13px 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit:hover {
    color: #ff3a54;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit span {
    display: block;
    line-height: inherit;
}
.edgtf-search-page-holder .edgtf-search-page-form .edgtf-form-holder .edgtf-search-submit span:before {
    display: block;
    line-height: inherit;
}
.edgtf-search-page-holder article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}
.edgtf-search-page-holder article.sticky .edgtf-post-title a {
    color: #ff3a54;
}
.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;
    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-slide-from-header-bottom-holder {
    position: absolute;
    top: 100%;
    right: 0;
    width: 266px;
    display: none;
    overflow: hidden;
    z-index: 9999;
    box-sizing: border-box;
}
.edgtf-fixed-header-appear .edgtf-slide-from-header-bottom-holder,
.edgtf-mobile-header.mobile-header-appear .edgtf-slide-from-header-bottom-holder,
.edgtf-sticky-header-appear .edgtf-slide-from-header-bottom-holder {
    position: fixed;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field,
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 48px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #8e8e8e;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field {
    width: 100%;
    padding: 11px 50px 13px 21px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field:focus {
    color: #777;
    background-color: #f8f8f8;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field::-webkit-input-placeholder {
    color: inherit;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-field:-ms-input-placeholder {
    color: inherit;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 13px 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit:hover {
    color: #ff3a54;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-icon-pack {
    padding-right: 5px;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-icon-pack * {
    display: block;
    line-height: inherit;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-icon-pack :before {
    display: block;
    line-height: inherit;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-svg-path > * {
    vertical-align: middle;
}
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-svg-path path,
.edgtf-slide-from-header-bottom-holder .edgtf-form-holder .edgtf-search-submit.edgtf-search-submit-svg-path > * {
    fill: currentColor;
    stroke: currentColor;
}
.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: #ff3a54 !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: #262626 !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: #ff3a54 !important;
}
.edgtf-side-menu-button-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.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: #ff3a54;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-icon-pack .edgtf-side-menu-icon {
    font-size: 21px;
}
.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 {
    line-height: 1;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-svg-path .edgtf-side-menu-icon {
    display: block;
    line-height: 1;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-svg-path .edgtf-side-menu-icon > * {
    display: block;
    vertical-align: top;
}
.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-button-opener.edgtf-side-menu-button-opener-predefined {
    line-height: 1;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-predefined .edgtf-hm-lines {
    position: relative;
    display: block;
    width: 23px;
    height: 17px;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-predefined .edgtf-hm-lines .edgtf-hm-line {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: currentColor;
    border-radius: 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-1 {
    top: 0;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-2 {
    top: 7px;
}
.edgtf-side-menu-button-opener.edgtf-side-menu-button-opener-predefined .edgtf-hm-lines .edgtf-hm-line.edgtf-line-3 {
    bottom: 0;
}
.edgtf-side-menu {
    position: fixed;
    top: 0;
    right: -405px;
    width: 405px;
    height: 100%;
    min-height: 100%;
    padding: 66px 65px 36px;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.edgtf-side-menu a.edgtf-close-side-menu {
    position: absolute;
    top: 33px;
    right: 40px;
    display: block;
    z-index: 1000;
    color: #262626;
}
.edgtf-side-menu a.edgtf-close-side-menu:hover {
    color: #8e8e8e;
}
.admin-bar .edgtf-side-menu a.edgtf-close-side-menu {
    top: 68px;
}
.edgtf-side-menu a.edgtf-close-side-menu.edgtf-close-side-menu-icon-pack {
    font-size: 20px;
}
.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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 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(38, 38, 38, 0.3);
    -webkit-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, z-index 0.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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.edgtf-side-menu-slide-from-right footer.edgtf-footer-uncover {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.edgtf-side-menu-slide-from-right.edgtf-right-side-menu-opened .edgtf-cover {
    z-index: 1002;
    opacity: 1;
}
.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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.edgtf-side-menu-slide-with-content {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-overflow-scrolling: auto !important;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 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 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 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;
}
@media only screen and (max-width: 1440px) {
    .edgtf-side-menu-slide-from-right .edgtf-side-menu {
        padding: 65px 40px 30px 40px;
    }
}
@media only screen and (max-width: 1280px) {
    .edgtf-side-menu-slide-from-right .edgtf-side-menu {
        padding: 60px 42px 30px 41px;
    }
}
.edgtf-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 220px;
    background-color: #f8f8f8;
    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;
    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%);
    -moz-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-subtitle {
    display: block;
    margin: 0 0 1px;
}
.edgtf-title-holder span.edgtf-page-subtitle {
    font-family: "Shorelines Script", script;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.428571428571429em;
    color: #ff3a54;
}
.edgtf-title-holder .edgtf-breadcrumbs {
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
.edgtf-title-holder .edgtf-breadcrumbs.edgtf-has-inline-style a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.edgtf-title-holder .edgtf-breadcrumbs.edgtf-has-inline-style a:hover {
    color: inherit;
    opacity: 0.9;
}
.edgtf-title-holder .edgtf-breadcrumbs a,
.edgtf-title-holder .edgtf-breadcrumbs span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.edgtf-title-holder .edgtf-breadcrumbs a:hover {
    color: #ff3a54;
}
.edgtf-title-holder.edgtf-centered-type .edgtf-title-inner {
    padding-bottom: 3px;
    text-align: center;
}
.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-author-info-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 25px;
    padding: 10px 10px 30px 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.edgtf-author-info-widget .edgtf-aiw-image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.edgtf-author-info-widget .edgtf-aiw-image img {
    display: block;
}
.edgtf-author-info-widget .edgtf-aiw-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
}
.edgtf-author-info-widget .edgtf-aiw-name {
    position: absolute;
    left: 18px;
    bottom: 10px;
    font-family: "Shorelines Script", script;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.428571428571429em;
    color: #ff3a54;
}
.edgtf-author-info-widget .edgtf-aiw-title {
    margin: 26px 0 0;
}
.edgtf-author-info-widget .edgtf-aiw-text {
    display: block;
    margin: 6px 0 0;
}
.edgtf-author-info-widget .edgtf-aiw-social-icons {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 20px 0 0;
}
.edgtf-author-info-widget .edgtf-aiw-social-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    color: #8e8e8e;
}
.edgtf-author-info-widget .edgtf-aiw-social-icons a:last-child {
    margin-right: 0;
}
.edgtf-author-info-widget .edgtf-aiw-social-icons a:hover {
    color: #ff3a54;
}
.widget.edgtf-custom-font-widget {
    margin: 0;
}
.widget.edgtf-custom-font-widget > * {
    margin: 0;
}
.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: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder:hover {
    color: #ff3a54 !important;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder {
    color: #fff !important;
}
.edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-icon-widget-holder:hover {
    color: #ff3a54 !important;
}
.widget.edgtf-image-gallery-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.widget.edgtf-image-gallery-widget img {
    display: block;
    width: 100%;
}
.widget.edgtf-search-post-type-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.rev_slider_wrapper .widget.edgtf-search-post-type-widget form {
    width: 570px;
}
@media only screen and (max-width: 680px) {
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget form {
        width: 300px;
    }
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget form > div {
        margin: 0 -5px;
    }
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget form > div > * {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 680px) {
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget button {
        padding: 14px 16px;
    }
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget button i {
        display: block;
        margin-right: 0;
        font-size: 18px;
    }
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget button .edgtf-post-type-search-label {
        display: none;
    }
    .rev_slider_wrapper .widget.edgtf-search-post-type-widget input {
        padding: 13px 18px 15px;
        font-size: 12px;
    }
}
.widget.edgtf-search-post-type-widget form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.edgtf-search-post-type-widget form > div {
    position: relative;
    display: table;
    margin: 0 -10px;
}
.widget.edgtf-search-post-type-widget form > div > * {
    display: table-cell;
    width: 100%;
    padding: 0 10px;
}
.widget.edgtf-search-post-type-widget button,
.widget.edgtf-search-post-type-widget input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 58px;
    margin: 0;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.widget.edgtf-search-post-type-widget input {
    width: 100%;
    padding: 16px 22px 18px;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    color: #8e8e8e;
    background-color: #fff;
}
.widget.edgtf-search-post-type-widget input:focus {
    color: #777;
    background-color: #f8f8f8;
}
.widget.edgtf-search-post-type-widget input::-webkit-input-placeholder {
    color: inherit;
}
.widget.edgtf-search-post-type-widget input:-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.widget.edgtf-search-post-type-widget input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
.widget.edgtf-search-post-type-widget input:-ms-input-placeholder {
    color: inherit;
}
.widget.edgtf-search-post-type-widget button {
    padding: 17px 31px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff3a54;
    cursor: pointer;
    white-space: nowrap;
}
.widget.edgtf-search-post-type-widget button:hover {
    background-color: #23c8b9;
}
.widget.edgtf-search-post-type-widget button i {
    margin-right: 8px;
}
.widget.edgtf-separator-widget {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !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: #262626 !important;
}
.edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header):not(.fixed) .edgtf-social-icon-widget-holder:hover {
    color: #ff3a54 !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: #ff3a54 !important;
}
.edgtf-social-icons-group-widget.edgtf-square-icons .edgtf-social-icon-widget-holder {
    position: relative;
    width: 44px;
    height: 44px;
    margin: 0 7px;
    font-size: 17px;
    color: #fff;
    background-color: #262626;
}
.edgtf-social-icons-group-widget.edgtf-square-icons .edgtf-social-icon-widget-holder:hover {
    color: #262626;
    background-color: #ff3a54;
}
.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%);
    -moz-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: #262626;
    background-color: #fff;
}
.edgtf-social-icons-group-widget.edgtf-square-icons.edgtf-light-skin .edgtf-social-icon-widget-holder:hover {
    color: #262626;
    background-color: #ff3a54;
}
.edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    text-align: center;
    color: #767676;
}
.edgtf-social-icons-group-widget .edgtf-social-icon-widget-holder:hover {
    color: #ff3a54;
}
.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 !important;
}
.edgtf-widget-sticky-sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.edgtf-testimonials-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.edgtf-testimonials-holder .edgtf-testimonial-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.edgtf-testimonials-holder .edgtf-testimonial-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 29px;
}
.edgtf-testimonials-holder .edgtf-testimonial-image img {
    display: block;
    margin: 0 auto;
    width: 150px;
}
.edgtf-testimonials-holder .edgtf-testimonial-text {
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
    .edgtf-testimonials-holder .edgtf-testimonial-text {
        max-width: 60%;
    }
}
.edgtf-testimonials-holder .edgtf-testimonial-author {
    margin: 25px 0 0;
    color: #262626;
}
@media only screen and (max-width: 768px) {
    .edgtf-testimonials-holder .edgtf-owl-slider .owl-nav .owl-next,
    .edgtf-testimonials-holder .edgtf-owl-slider .owl-nav .owl-prev {
        top: 120px;
    }
}
.edgtf-testimonials-holder .edgtf-owl-slider .owl-dots .owl-dot span {
    background-color: #ff3a54;
    border-color: #ff3a54;
}
.edgtf-testimonials-holder .edgtf-owl-slider .owl-dots .owl-dot.active span,
.edgtf-testimonials-holder .edgtf-owl-slider .owl-dots .owl-dot:hover span {
    background-color: #23c8b9;
    border-color: #23c8b9;
}
.edgtf-testimonials-holder.edgtf-testimonials-nav-light .owl-nav .owl-next,
.edgtf-testimonials-holder.edgtf-testimonials-nav-light .owl-nav .owl-prev {
    color: #fff;
}
.edgtf-testimonials-holder.edgtf-testimonials-nav-light .owl-nav .owl-next:hover,
.edgtf-testimonials-holder.edgtf-testimonials-nav-light .owl-nav .owl-prev:hover {
    color: #ff3a54;
}
.edgtf-testimonials-holder.edgtf-testimonials-nav-dark .owl-nav .owl-next,
.edgtf-testimonials-holder.edgtf-testimonials-nav-dark .owl-nav .owl-prev {
    color: #262626;
}
.edgtf-testimonials-holder.edgtf-testimonials-nav-dark .owl-nav .owl-next:hover,
.edgtf-testimonials-holder.edgtf-testimonials-nav-dark .owl-nav .owl-prev:hover {
    color: #ff3a54;
}
.edgtf-testimonials-holder.edgtf-testimonials-light .edgtf-testimonial-author,
.edgtf-testimonials-holder.edgtf-testimonials-light .edgtf-testimonial-text {
    color: #fff;
}
.edgtf-comment-rating-box {
    white-space: nowrap;
}
.edgtf-comment-rating-box .edgtf-star-rating {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Font Awesome\5 Free;
    font-size: 14px;
    line-height: inherit;
    color: #23c8b9;
    cursor: pointer;
    overflow: hidden;
}
.edgtf-comment-rating-box .edgtf-star-rating.active {
    font-weight: 900;
}
.edgtf-comment-rating-box .edgtf-star-rating:before {
    content: "\f005";
    display: block;
    line-height: inherit;
}
.edgtf-reviews-per-criteria {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 46px 0 60px;
    margin: 35px 0 0;
}
@media only screen and (min-width: 681px) {
    .edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
    }
}
@media only screen and (max-width: 680px) {
    .edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper {
        display: block;
    }
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper .edgtf-item-reviews-average-wrapper {
    width: 130px;
    padding: 5px 15px 0 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 680px) {
    .edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper .edgtf-item-reviews-average-wrapper {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper .edgtf-rating-percentage-wrapper {
    width: 85%;
}
@media only screen and (max-width: 680px) {
    .edgtf-reviews-per-criteria .edgtf-item-reviews-display-wrapper .edgtf-rating-percentage-wrapper {
        width: 100%;
    }
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-average-rating {
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #ff3a54;
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-verbal-description {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0;
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-verbal-description .edgtf-item-reviews-rating-description {
    display: block;
    font-size: 17px;
    text-align: center;
    color: #ff3a54;
}
.edgtf-reviews-per-criteria .edgtf-item-reviews-verbal-description .edgtf-reviews-summary {
    display: inline-block;
    padding: 3px 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}
.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;
    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%;
    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 #e6e6e6;
}
.edgtf-top-reviews-carousel-holder .edgtf-top-reviews-carousel-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 40px;
    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;
    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: top;
}
.edgtf-accordion-holder .edgtf-accordion-title {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 18px 30px 18px 0;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
}
.edgtf-accordion-holder .edgtf-accordion-title.ui-state-active,
.edgtf-accordion-holder .edgtf-accordion-title.ui-state-hover {
    color: #ff3a54;
}
.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-title.ui-state-active {
    border-bottom: transparent;
}
.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: calc(50% - 9px);
    right: 0;
    width: 30px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.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 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.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-content {
    margin: 0;
    padding: 9px 0 24px;
    border-bottom: 1px solid transparent;
}
.edgtf-accordion-holder .edgtf-accordion-content.ui-accordion-content-active {
    border-color: #e6e6e6;
}
.edgtf-accordion-holder .edgtf-accordion-content p {
    margin: 0;
}
.edgtf-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    -webkit-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    -moz-transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    transition: background-color 0.35s cubic-bezier(0.25, 0.37, 0, 0.87), color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87), border-color 0.2s cubic-bezier(0.25, 0.37, 0, 0.87);
    padding: 10px 43px;
    cursor: pointer;
}
.edgtf-btn.edgtf-btn-simple {
    padding: 0 !important;
    color: #8e8e8e;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
}
.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: #262626 !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: #fff;
    background-color: #ff3a54;
    border: 1px solid #ff3a54;
    border-radius: 4px;
    border-radius: 4px;
}
.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-hover-color):hover {
    color: #fff !important;
}
.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-hover-bg):hover {
    background-color: #23c8b9 !important;
}
.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-border-hover):hover {
    border-color: #23c8b9 !important;
}
.edgtf-btn.edgtf-btn-outline {
    color: #777;
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    border-radius: 4px;
}
.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: #ff3a54 !important;
}
.edgtf-btn.edgtf-btn-outline:not(.edgtf-btn-custom-border-hover):hover {
    border-color: #ff3a54 !important;
}
.edgtf-btn.edgtf-btn-small {
    padding: 10px 32px;
}
.edgtf-btn.edgtf-btn-large {
    padding: 13px 43px;
}
.edgtf-btn.edgtf-btn-huge {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 22px;
}
.edgtf-btn.edgtf-btn-icon > i,
.edgtf-btn.edgtf-btn-icon > span:not(.edgtf-btn-text) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    font-size: inherit;
    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 img {
    display: block;
}
.edgtf-clients-carousel-holder .edgtf-cc-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item.edgtf-cci-has-link a:hover .edgtf-cc-image {
    opacity: 0;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item.edgtf-cci-has-link a:hover .edgtf-cc-hover-image {
    opacity: 1;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item.edgtf-cci-no-link:hover .edgtf-cc-image {
    opacity: 0;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item.edgtf-cci-no-link:hover .edgtf-cc-hover-image {
    opacity: 1;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item.edgtf-cci-no-link .edgtf-cc-hover-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.edgtf-cc-hover-switch-images .edgtf-cc-item .edgtf-cc-image {
    width: auto;
    opacity: 1;
    will-change: opacity;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.edgtf-cc-hover-switch-images .edgtf-cc-item .edgtf-cc-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.edgtf-cc-hover-roll-over .edgtf-cc-item {
    overflow: hidden;
}
.edgtf-cc-hover-roll-over .edgtf-cc-item.edgtf-cci-has-link a:hover .edgtf-cc-image {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.edgtf-cc-hover-roll-over .edgtf-cc-item.edgtf-cci-has-link a:hover .edgtf-cc-hover-image {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.edgtf-cc-hover-roll-over .edgtf-cc-item.edgtf-cci-no-link:hover .edgtf-cc-image {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.edgtf-cc-hover-roll-over .edgtf-cc-item.edgtf-cci-no-link:hover .edgtf-cc-hover-image {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.edgtf-cc-hover-roll-over .edgtf-cc-item .edgtf-cc-image {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.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%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.edgtf-clients-grid-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.edgtf-clients-grid-holder.edgtf-cg-alignment-left {
    text-align: left;
}
.edgtf-clients-grid-holder.edgtf-cg-alignment-right {
    text-align: right;
}
.edgtf-clients-grid-holder .edgtf-cc-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.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-pink-skin .countdown-row .countdown-section .countdown-amount {
    color: #ff3a54;
}
.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;
    box-sizing: border-box;
}
.edgtf-countdown .countdown-row .countdown-section .countdown-amount {
    position: relative;
    display: block;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 40px;
    line-height: 1.125em;
    font-weight: 700;
}
.edgtf-countdown .countdown-row .countdown-section .countdown-period {
    display: block;
    margin: 5px 0 0;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 1.357142857142857em;
    font-weight: 600;
}
.edgtf-counter-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    transition: opacity 0.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;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 40px;
    line-height: 1.125em;
    font-weight: 700;
}
.edgtf-counter-holder .edgtf-counter-title {
    margin: 5px 0 0;
}
.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 0.7s infinite;
    animation: blink 0.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: Montserrat, sans-serif;
    line-height: 42px;
    font-size: 40px;
    color: #999;
    font-weight: 700;
    text-align: center;
    margin: 0 7px 0 0;
}
.edgtf-dropcaps.edgtf-circle,
.edgtf-dropcaps.edgtf-square {
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    background-color: #262626;
    margin: 6px 9px 0 0;
    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;
}
.edgtf-google-map-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.edgtf-google-map-holder .edgtf-google-map-direction {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 12px;
    font-size: 13px;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    z-index: 999;
    box-sizing: border-box;
}
.edgtf-google-map-holder .edgtf-google-map-direction:hover {
    color: #262626;
}
.edgtf-google-map-holder .edgtf-google-map {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 4px;
}
.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-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: #262626;
    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;
    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: 20px 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 13px;
}
.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;
    -moz-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: #ff3a54;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.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 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.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);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}
.edgtf-icon-animation-holder.edgtf-icon-animation-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.edgtf-icon-tiny {
    font-size: 1.33333333em;
    line-height: 0.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 {
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.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 {
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.edgtf-image-gallery.edgtf-has-radius .edgtf-ig-image-inner {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.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-masonry-type .edgtf-ig-image.edgtf-fixed-masonry-item .edgtf-ig-image-inner,
.edgtf-image-gallery.edgtf-ig-masonry-type .edgtf-ig-image.edgtf-fixed-masonry-item a {
    height: 100%;
}
.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(38, 38, 38, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.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(38, 38, 38, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.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.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
.edgtf-image-gallery.edgtf-image-behavior-zoom .edgtf-ig-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.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(../../../../plugins/urbango-core/assets/css/img/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.edgtf-image-with-text-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.edgtf-image-with-text-holder.edgtf-retina-image .edgtf-iwt-image a {
    display: inline-block;
    vertical-align: top;
}
.edgtf-image-with-text-holder.edgtf-retina-image .edgtf-iwt-image img {
    width: 50%;
}
.edgtf-image-with-text-holder.edgtf-has-shadow .edgtf-iwt-image {
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.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: 32px 0 0;
}
.edgtf-image-with-text-holder .edgtf-iwt-text {
    margin: 14px 0 0;
}
.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);
    -moz-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);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.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(../../../../plugins/urbango-core/assets/css/img/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.edgtf-process-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.edgtf-process-holder.edgtf-process-appeared .edgtf-process-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.edgtf-process-holder.edgtf-retina .edgtf-pi-image {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.edgtf-process-holder .edgtf-process-inner {
    padding-top: 30px;
    counter-reset: section;
}
.edgtf-process-holder .edgtf-process-item {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.37, 0, 0.87), opacity 0.2s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.37, 0, 0.87), opacity 0.2s;
    transition: transform 0.4s cubic-bezier(0.25, 0.37, 0, 0.87), opacity 0.2s;
}
.edgtf-process-holder .edgtf-process-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.edgtf-process-holder .edgtf-process-item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.edgtf-process-holder .edgtf-process-item:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.edgtf-process-holder .edgtf-process-item:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    width: 90px;
    height: 60px;
    font-family: "Shorelines Script", script;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25em;
    line-height: 60px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ff3a54;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    z-index: 3;
    box-sizing: border-box;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.edgtf-process-holder .edgtf-process-item:hover:before {
    color: #fff;
    background-color: #23c8b9;
    border-color: #23c8b9;
}
.edgtf-process-holder .edgtf-pi-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 30px;
    padding: 50px 40px 44px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.edgtf-process-holder .edgtf-pi-image {
    margin-bottom: 32px;
}
.edgtf-process-holder .edgtf-pi-image img {
    display: block;
    margin: 0 auto;
}
.edgtf-process-holder .edgtf-pi-title {
    margin: 0;
}
.edgtf-process-holder .edgtf-pi-text {
    margin: 16px 0 0;
}
.edgtf-progress-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.edgtf-progress-bar.edgtf-pb-percent-floating {
    width: 100%;
    height: 100%;
}
.edgtf-progress-bar.edgtf-pb-percent-floating .edgtf-pb-percent {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.edgtf-progress-bar .edgtf-pb-title-holder {
    position: relative;
    margin: 10px 0 4px;
}
.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: 1px;
    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: 3px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ebebeb;
}
.edgtf-progress-bar .edgtf-pb-content-holder .edgtf-pb-content {
    height: 3px;
    max-width: 100%;
    background-color: #23c8b9;
    border-radius: 4px 0 0 4px;
}
.edgtf-section-title-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}
.edgtf-section-title-holder.edgtf-st-position-left {
    text-align: left;
}
.edgtf-section-title-holder.edgtf-st-position-center {
    text-align: center;
}
.edgtf-section-title-holder.edgtf-st-position-right {
    text-align: right;
}
.edgtf-section-title-holder .edgtf-st-title {
    margin: 0;
}
.edgtf-section-title-holder .edgtf-st-subtitle {
    display: block;
    margin: 0 0 -5px;
}
.edgtf-section-title-holder span.edgtf-st-subtitle {
    font-family: "Shorelines Script", script;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.428571428571429em;
    color: #ff3a54;
}
.edgtf-section-title-holder .edgtf-st-text {
    margin: 19px 0 0;
}
.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 {
    box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}
.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(38, 38, 38, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.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(38, 38, 38, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.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);
    -moz-transform: scale(1.04);
    transform: scale(1.04);
}
.edgtf-single-image-holder.edgtf-image-behavior-zoom .edgtf-si-inner img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition: transform 0.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;
}
.edgtf-single-image-holder.edgtf-image-behavior-grayscale .edgtf-si-inner img {
    filter: url(../../../../plugins/urbango-core/assets/css/img/desaturate.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.7s ease-out;
    -moz-transition: background 0.7s ease-out;
    transition: background 0.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 17px 0 0;
}
.edgtf-social-share-holder.edgtf-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 21px 0 0;
}
.edgtf-social-share-holder.edgtf-list li:last-child {
    margin-right: 0;
}
.edgtf-social-share-holder.edgtf-list li a {
    font-size: 14px;
}
.edgtf-social-share-holder.edgtf-text .edgtf-social-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
}
.edgtf-social-share-holder.edgtf-text li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 21px 0 0;
}
.edgtf-social-share-holder.edgtf-text li:last-child {
    margin-right: 0;
}
.edgtf-social-share-holder.edgtf-text li a {
    font-size: 14px;
}
.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: #8e8e8e;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener .edgtf-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener .social_share {
    font-size: 17px;
    color: #b5b5b5;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown-opener:hover {
    color: #ff3a54;
}
.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: absolute;
    top: 20px;
    right: 0;
    visibility: hidden;
    z-index: 950;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 8px 0 0;
    padding: 0 !important;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li {
    width: 31px;
    height: 28px;
    line-height: 28px;
    visibility: hidden;
    position: absolute;
    right: -10px;
    text-align: center;
    opacity: 0;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 12px;
    color: #8e8e8e;
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, background-color 0.2s ease-out 0s;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:first-child {
    border-top: 1px solid #e6e6e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.edgtf-social-share-holder.edgtf-dropdown .edgtf-social-share-dropdown ul li:last-child {
    border-bottom: 1px solid #e6e6e6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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: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 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.2s, visibility 0.2s ease-out 0.2s, background-color 0.2s ease-out;
}
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(3) {
    -webkit-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.3s, visibility 0.2s ease-out 0.3s, background-color 0.2s ease-out;
}
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(4) {
    -webkit-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.4s, visibility 0.2s ease-out 0.4s, background-color 0.2s ease-out;
}
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(5) {
    -webkit-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.5s, visibility 0.2s ease-out 0.5s, background-color 0.2s ease-out;
}
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(6) {
    -webkit-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.6s, visibility 0.2s ease-out 0.6s, background-color 0.2s ease-out;
}
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-dropdown ul li:nth-child(7) {
    -webkit-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.2s ease-out;
    transition: opacity 0.2s ease-out 0.7s, visibility 0.2s ease-out 0.7s, background-color 0.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;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}
.edgtf-tabs .edgtf-tabs-nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 43px;
}
.edgtf-tabs .edgtf-tabs-nav li:last-child {
    margin-right: 0;
}
.edgtf-tabs .edgtf-tabs-nav li.ui-state-active a,
.edgtf-tabs .edgtf-tabs-nav li.ui-state-hover a {
    color: #ff3a54;
}
.edgtf-tabs .edgtf-tabs-nav li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Montserrat, sans-serif;
    color: #262626;
    font-size: 18px;
    line-height: 1.235294117647059em;
    font-weight: 600;
}
.edgtf-tabs .edgtf-tab-container {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 34px 0 0;
    box-sizing: border-box;
}
.edgtf-tabs .edgtf-tab-container p {
    margin: 0;
}
.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-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%);
    -moz-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-play {
    color: #262626;
    font-size: 106px;
    line-height: 1;
}
.edgtf-video-button-holder .edgtf-video-button-play span {
    display: block;
    line-height: inherit;
}
.edgtf-video-button-holder .edgtf-video-button-play span:before {
    display: block;
    line-height: inherit;
}
.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 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.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);
    -moz-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);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.edgtf-instagram-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
}
.edgtf-instagram-list-holder:not(.edgtf-il-one-column) .edgtf-il-item {
    float: left;
}
.edgtf-instagram-list-holder .edgtf-instagram-carousel .edgtf-il-item {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
.edgtf-instagram-list-holder .edgtf-il-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
}
.edgtf-instagram-list-holder.edgtf-il-two-columns .edgtf-il-item {
    width: 50%;
}
@media only screen and (min-width: 1025px) {
    .edgtf-instagram-list-holder.edgtf-il-two-columns .edgtf-il-item:nth-child(2n + 1) {
        clear: both;
    }
}
.edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item {
    width: 33.33333%;
}
@media only screen and (min-width: 1201px) {
    .edgtf-instagram-list-holder.edgtf-il-three-columns .edgtf-il-item:nth-child(3n + 1) {
        clear: both;
    }
}
.edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item {
    width: 25%;
}
@media only screen and (min-width: 1281px) {
    .edgtf-instagram-list-holder.edgtf-il-four-columns .edgtf-il-item:nth-child(4n + 1) {
        clear: both;
    }
}
.edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item {
    width: 20%;
}
@media only screen and (min-width: 1281px) {
    .edgtf-instagram-list-holder.edgtf-il-five-columns .edgtf-il-item:nth-child(5n + 1) {
        clear: both;
    }
}
.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 li {
    float: left;
    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(38, 38, 38, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.edgtf-instagram-feed li a .edgtf-instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #262626;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.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-6 li {
    width: 16.66667%;
}
.edgtf-instagram-feed.edgtf-instagram-gallery.edgtf-col-9 li {
    width: 11.11111%;
}
.edgtf-instagram-feed.edgtf-instagram-carousel li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.edgtf-instagram-feed.edgtf-instagram-carousel li a {
    position: relative;
    display: block;
    height: 100%;
}
.edgtf-twitter-list-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
}
.edgtf-twitter-list-holder .edgtf-twitter-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}
.edgtf-twitter-list-holder .edgtf-tl-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-tli-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.edgtf-twitter-list-holder .edgtf-tli-inner:hover {
    box-shadow: -2px 4px 13px 0 rgba(81, 137, 162, 0.05);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}
.edgtf-twitter-list-holder .edgtf-tli-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 35px 23px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-twitter-content-top {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-twitter-link-over {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.edgtf-twitter-list-holder .edgtf-twitter-user {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-right: 30px;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-twitter-user .edgtf-twitter-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 56px;
    height: 56px;
}
.edgtf-twitter-list-holder .edgtf-twitter-user .edgtf-twitter-image img {
    border-radius: 50%;
}
.edgtf-twitter-list-holder .edgtf-twitter-user .edgtf-twitter-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: calc(100% - 56px);
    padding-left: 15px;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-twitter-user .edgtf-twitter-name * {
    margin: 0;
}
.edgtf-twitter-list-holder .edgtf-twitter-icon {
    position: absolute;
    top: -7px;
    right: 3px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    color: #ff3a54;
    font-size: 24px;
    text-align: right;
}
.edgtf-twitter-list-holder .edgtf-tweet-text {
    padding-left: 12px;
    box-sizing: border-box;
}
.edgtf-twitter-list-holder .edgtf-tweet-text a {
    position: relative;
    color: grey;
    z-index: 2;
}
.edgtf-twitter-list-holder .edgtf-tweet-text a:hover {
    color: #ff3a54;
}
.edgtf-twitter-list-holder .edgtf-twitter-profile a {
    position: relative;
    color: grey;
    z-index: 2;
}
.edgtf-twitter-list-holder .edgtf-twitter-profile a:hover {
    color: #ff3a54;
}
.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 {
    font-size: 18px;
    color: #ff3a54;
}
.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 span {
    color: #8e8e8e;
}
.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a {
    position: relative;
    color: #8e8e8e;
}
.widget.widget_edgtf_twitter_widget .edgtf-twitter-widget li .edgtf-tweet-text a:hover {
    color: #ff3a54;
}
.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.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 40px;
}
.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;
    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;
}

