html {
    height: 100%;
}
:root {
    --common-color: #999;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.vote-responsive {
    position: relative;
    width: 296px;
    height: 300px;

}
.hover-block {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: calc(85% - 10px);
    color:#fff;
    transition: opacity .3s;
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 2.7;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(230, 221, 224, 0.55);
    border-radius: 25px;

}
.vote-responsive:hover .hover-block {
    opacity: 1;
    transition: opacity .3s;
}
.main-head {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 99;
    background-color: var(--common-color);
    background-repeat: repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: var(--common-color);
    background-image: url('/images/neofit_sidebar.png?ver=3'); background-repeat: no-repeat;
    background-size: 455px 1038px;
    font-family: "Raleway";
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    -webkit-backface-visibility: hidden;
}
.wrap {
    position: absolute;
    z-index: 777;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #f1f1f1;
    /*background-image: url("../img/backgrounds/1307262381_6_www.nevseoboi.com.ua.jpg");*/
    background-repeat:no-repeat;
    background-attachment:fixed;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap_acc {
    position: absolute;
    z-index: 777;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: white;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* Employee Info */
.employee {
    text-align: center;
}
/* List Button */
.main-nav ul .list-button {
    padding-bottom: 5px;
}
.csstransforms .main-nav {
    -moz-transform: translateX(-2%);
    -webkit-transform: translateX(-2%);
    -o-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%);
}

.no-csstransforms .main-nav {
    left: -2%;
}
.no-csstransforms .nav-active .main-nav {
    left: 0;
}
.no-csstransforms .nav-active .wrap,
.no-csstransforms .nav-active .top-bar,
.no-csstransforms .nav-active .main-head {
    left: 30%;
}

.csstransforms .nav-active .wrap,
.csstransforms .nav-active .top-bar,
.csstransforms .nav-active .main-head {
    -moz-transform: translateX(30%);
    -webkit-transform: translateX(30%);
    -o-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
}
.csstransforms .nav-active .main-nav {
    -moz-transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
    -o-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    transform: translateX(-0%);
}
.main-nav ul .list-button a {
    border: none;
    text-align: center;
    color: white;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
}

.main-nav ul .list-button:hover a {
    opacity: .5;
}
.main-nav ul {
    margin: 0;
    width: 30%;
    font-size: 12px;
    text-transform: uppercase;
    pointer-events: none;
}

.nav-active .main-nav ul {
    pointer-events: auto;
}

.main-nav ul li a {
    display: block;
    color: #aaa;
    text-decoration: none;
    padding: 18px 6px;
    margin: 0 17px;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.main-nav ul .active a {
    color: white;
}

.main-nav ul li:hover {
    background: #26292b;
}

.main-nav ul li a:hover {
    color: white;
    background: none;
}

/* Close Button */
.main-nav ul .button-close a {
    border: none;
    display: inline-block;
    cursor: pointer;
}

.main-nav ul .button-close:hover,
.main-nav ul .social-icons:hover,
.main-nav ul .list-button:hover {
    background: none;
}

/* Social Icons */
.main-nav ul .social-icons {
    text-align: center;
    margin-top: 20px;
}

.main-nav ul .social-icons a {
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0 10px 20px 10px;
}

.main-nav ul .social-icons a:before {
    font-size: 18px;
}

.main-head .container {
    position: relative;
    z-index: 99;
    display: table-cell;
    vertical-align: middle;
    width: 98%;
}

.main-head .hero {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    line-height: normal;
    color: white;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.main-head .hero-sub {
    position: relative;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: white;
    line-height: normal;
    padding-top: 45px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.main-head .hero-sub:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 18%;
    width: 65%;
    height: 1px;
    background: #b6b6b6;
    border-radius: 10px;
}

.csstransitions .animated {
    visibility: hidden;
}

.csstransitions .animated.visible {
    visibility: visible;
}

.no-js .animated {
    visibility: visible;
}

.csstransitions span.animated {
    display: inline-block;
}

/* Nav active page layout transition */
.main-nav,
.wrap,
.top-bar,
.main-head {
    -webkit-transition: all 1s cubic-bezier(.93, .11, .02, .99);
    -moz-transition: all 1s cubic-bezier(.93, .11, .02, .99);

    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.button-status {
    display: inline-block;
    position: relative;
    top: 100px;
    z-index: 99;

    /*color: white;*/
    font-size: 40px;
    line-height: 1;

    /*-webkit-transition: color 0.1s ease-in;*/
    /*-moz-transition: color 0.1s ease-in;*/
    /*-ms-transition: color 0.1s ease-in;*/
    /*-o-transition: color 0.1s ease-in;*/
    /*transition: color 0.1s ease-in;*/
}

.state-loading:before {
    display: block;
}

.state-enter {
    cursor: pointer;
}
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
    background: white;
    background: rgba(255, 255, 255, 0.85);
}

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    padding: 0;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    overflow: auto;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

iframe {
    margin: 0;
    padding: 0;
    border: none;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
    text-shadow: rgba(255, 255, 255, .5) 1px 1px, rgba(100, 100, 100, .3) 3px 3px 3px;
}
.top-bar .container {
    padding: 15px 20px;
    text-align: center;
}

/* Navigation Trigger */
.top-bar .nav-trigger {
    position: absolute;
    top: 34%;
    left: 20px;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.top-bar .nav-trigger:before {
    position: relative;
    top: 1px;
    margin-right: 10px;
    font-size: 16px;
}

.top-bar .nav-trigger:hover {
    color: #666;
}

.profile-picture {
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #e6eaed;
    box-shadow: 0 0 15px black;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.profile-picture img {
    border-radius: 100%;
}

.employee .employee-name {
    font-family: "Lato";
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    line-height: normal;
}

.employee .employee-title {
    font-family: "Lato";
    font-size: 18px;
    color: #999;
    font-style: italic;
    margin: 0;
    margin-bottom: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
    /* WebKit says no to overflow-x, so we stop overflow on entire page. */
    .nav-active {
        overflow: hidden;
    }
}

.section-wrap {
    padding: 65px 20px 0 20px;
    /*background: white;*/
    /*background-image: url("../img/backgrounds/pattern_metal_vertical.jpg");*/
    /*background-repeat:no-repeat;*/
    /*background-attachment:fixed;*/
    -webkit-backface-visibility: hidden;
}

.section-wrap.odd {
}

.section-divider {
    position: relative;
    z-index: 999;
    width: 100%;
    display: table;
    height: 450px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;

    -webkit-backface-visibility: hidden;

    background-color: var(--common-color);
    background-repeat: repeat;
    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
}

.section-divider:before {
    content: " ";
}

.section-divider:after {
    content: " ";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 3px;
    height: 35px;
}

.section-divider .container {
    display: table-cell;
    vertical-align: middle;
}

/* Text Devider */
.divider-text {
    text-align: center;
    color: white;
}

.divider-text-sub,
.divider-text-lead {
    color: white;
    text-transform: uppercase;
}

.divider-text-sub {
    position: relative;
    font-family: "Lato";
    font-size: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.divider-text-sub:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 30%;
    height: 1px;
    background: #afafaf;
}

.divider-text-lead {
    font-family: "Raleway";
    font-size: 36px;
}

/* Leading itle */
.lead-title {
    font-family: "Raleway";
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 32px;
    margin-bottom: 42px;
    line-height: 56px;
}

.lead-title:before,
.short-border:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 32%;
    height: 2px;
    width: 35%;
    background: #333;
}

/* Paragraph title */
.paragraph-title {
    font-family: "Raleway";
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

/* Sub title */
.sub-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 36px;
}

/* Block title */
.block-title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 36px;
}

/* Text Block title */
.text-title {
    font-family: "Lato";
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
}

/* Strong title */
.strong-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}

/* Article title */
.article-title {
    font-family: "Raleway";
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 56px;
    border-bottom: 1px solid #ddd;
}

.short-border {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

/* Paragraph & Typographic */
/*p {*/
/*line-height: 28px;*/
/*margin-bottom: 25px;*/
/*}*/

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #b85252;
}

/* Callout */
.callout {
    text-align: center;
    padding: 45px 20px;
    background: #f5f5f5;
    line-height: normal;
    margin-bottom: 55px;
    background-image: url("../img/backgrounds/pattern_metal_vertical.jpg");
    background-repeat:no-repeat;
    background-attachment:fixed;
}

.callout-box:before {
    display: inline-block;
    font-size: 48px;
    color: #555;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.callout-box:hover:before {
    display: inline-block;
    font-size: 48px;
    color: #222;
}

.callout-box .box-title {
    font-size: 21px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-bottom: 18px;
    line-height: 28px;
}

.callout-box p {
    margin: 0;
}

.note {
    position: relative;
    top: -3px;
    display: inline-block;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    color: white;
    background: #b85252;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 18px;
}

/* Isotope Filters */
.filters {
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.filters li {
    display: inline-block;
}

.filters li a {
    display: block;
    border: none;
    color: #777;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 15px 20px 15px;
}

.filters li .selected,
.filters li a:hover {
    background: none;
    color: #b85252;
}

/* Form Input fields etc */
form {
    margin-bottom: 30px;
}


/*input[type="text"],*/
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 100%;
    height: 60px;

    font-family: "Lato";
    font-size: 16px;
    color: #333;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    margin-bottom: 25px;

    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 45px 0 15px;
}

textarea {
    min-height: 200px;
    padding-top: 18px;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

.input-field .placeholder {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    font-style: italic;
}

.input-field {
    position: relative;
    margin: 0;
}

.input-field:before {
    position: absolute;
    right: 22px;
    top: 22px;
    color: #aaa;
}

input.error,
textarea.error {
    border: 1px solid #ec3a33;
}

input.valid,
textarea.valid {
    border: 1px solid #7ec0f0;
}

label.error {
    position: absolute;
    bottom: 2px;
    color: #c57c7e;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly] {
    background: #b85252;
    box-shadow: none;
    color: white;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.submit-button {
    margin-left: 15px;
}

.spinner-holder {
    position: relative;
    top: 8px;
}

.feedback-text {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 13px;
    font-style: italic;
}

/* Map Canvas */
.map-canvas {
    width: 100%;
    height: 100%;
}

.map-canvas img {
    max-width: none;
}
/* Links */
a {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    /*background: #b85252;*/
    /*color: white;*/
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 40px;
    border: 0;

    font-family: "Lato";
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    text-align: center;
    max-width: 100%;

    background: #b85252;
    box-shadow: 0 2px 1px 1px #933232, inset 0 2px 1px 1px rgba(0, 0, 0, 0);

    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    -ms-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.button:hover {
    background: #b85252;
}

.button:active {
    box-shadow: 0 0 0 0 #933232, inset 0 2px 1px 1px rgba(0, 0, 0, 0.2);
}

.button:before {
    margin-right: 10px;
}
.average-icon {
    position: relative;
    padding-left: 15%;
}

.average-icon:before {
    font-size: 28px;
}
.big-icon {
    position: relative;
    padding-left: 15%;
}

.big-icon:before {
    position: absolute;
    left: 0;
    font-size: 28px;
}

.bigger-icon {
    display: block;
    text-align: center;
    /*color: #d1dee1;*/
    margin-top: 10%;
    font-size: 82px;
    margin-bottom: 30px;
}

.is-white,
.is-white p,
.is-white strong {
    color: white;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}



/* Process Steps */
.process-step {
    text-align: right;
    position: relative;
}

.process-step:before {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 36px;
}

.process-step .step-content {
    width: 80%;
    display: inline-block;
    text-align: left;
}

/* Portfolio */
.portfolio-container {
    height: 200px;
    margin-bottom: 50px;
}

.portfolio-item {
    position: relative;
    margin: 10px;
    cursor: pointer;

    -webkit-perspective: 600;
    -moz-perspective: 600px;
    -o-perspective: 600;
    -ms-perspective: 600;
    perspective: 600;

    -webkit-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.6s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.portfolio-item.small,
.portfolio-item.small .portfolio-image {
    width: 145px;
    height: 146px;
}

.portfolio-item.medium,
.portfolio-item.medium .portfolio-image {
    width: 200px;
    height: 312px;
}

.portfolio-item.large,
.portfolio-item.large .portfolio-image {
    width: 255px;
    height: 312px;
}

.portfolio-item.long,
.portfolio-item.long .portfolio-image {
    width: 145px;
    height: 312px;
}

.portfolio-item.stretch,
.portfolio-item.stretch .portfolio-image {
    width: 310px;
    height: 146px;
}

.portfolio-item:hover .portfolio-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-link {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 15px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-family: "Lato";
    color: #aaa;
    border: none;
    background: #383b48;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -moz-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -webkit-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -o-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    -ms-transform: translate3d(0, -30px, -300px) skewX(-10deg);
    transform: translate3d(0, -30px, -300px) skewX(-10deg);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
         -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.portfolio-link:hover {
    background: #383b48;
    color: #aaa;
}

.portfolio-link:before {
    content: "\e009";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: white;
}

.portfolio-link .portfolio-title {
    display: block;
    font-family: "Lato";
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 5px;
}

/* Blog entries */
.entries-container {
    margin-bottom: 40px;
}

.blog-entry {
    background: #fafafa;
    width: 45%;
    margin: 15px;
}

.blog-entry iframe {
    width: 100%;
    height: 225px;
}

.blog-entry .media-tall {
    height: 400px;
}

/* Entry Media [img] */
.blog-entry .entry-media {
    display: block;
    line-height: normal;
    border: none;

    -webkit-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: opacity 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.blog-entry .entry-media img {
    width: 100%;
    max-width: 100%;
}

.blog-entry .entry-media:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* Entry info */
.blog-entry .entry-info {
    padding: 10px 18px;
}

.blog-entry .entry-title,
.blog-entry .entry-title a {
    font-size: 21px;
    color: #333;
    border: none;
    line-height: 28px;
}

.blog-entry .entry-title a:hover {
    color: white;
}

.blog-entry .entry-excerpt {
    line-height: 21px;
    margin-bottom: 15px;
}

/* Entry meta */
.blog-entry .entry-meta {
    font-size: 12px;
    margin: 0;
}

.blog-entry .entry-meta span {
    font-size: 12px;
    display: block;
    margin-right: 15px;
}

.blog-entry .entry-meta span:before {
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-right: 5px;
}

/* Blog entry - Link */
.post-link a {
    display: block;
    color: #333;
    font-size: 21px;
    line-height: normal;
    border: none;
    padding: 25px 15px;
    word-wrap: break-word;
}

.post-link a:hover {
    background: none;
    color: #b85252;
}

.post-link a:before {
    position: relative;
    top: 2px;
    margin-right: 15px;
}

.post-link a:hover:before {
    color: #b85252;
    border-color: #b85252;
}

/* Blog entry - Quote */
.post-quote {
    position: relative;
    background: #b85252;
}

.post-quote:before {
    position: absolute;
    bottom: -70px;
    right: -20px;
    color: #fafafa;
    color: rgba(255, 255, 255, 0.3);
    font-size: 248px;
}

.post-quote blockquote {
    float: right;
    width: 82%;
    border-left: 1px solid #fafafa;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 20px 30px 0;
    padding-left: 20px;
}

.post-quote blockquote p {
    color: white;
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
}

/* Testimonials */
.testimonial {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial blockquote {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    color: #aaa;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-style: italic;
}

.testimonial .author {
    font-weight: 700;
    color: #333;
    font-size: 18px;
}

.testimonial .author-image {
    position: relative;
    top: -15px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin-right: 10px;
}

.testimonial .author-info {
    display: inline-block;
    text-align: left;
    margin: 0;
    line-height: 24px;
}

.testimonial .author-info span {
    display: block;
}

.testimonial .author-title {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
}

/* Social Icons */
.social-links {
    margin: 10px 0;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    display: block;
    padding: 15px 20px;
    border: none;
    border-radius: 50%;
    line-height: normal;
    font-size: 21px;
    background: transparent;
}

.social-links li a:hover {
    color: white;
    background: #ccc;
}

.social-links li .fb:hover {
    background: #334f8c;
}

.social-links li .ig:hover {
    background: #ccb7a6;
}

.social-links li .yt:hover {
    background: #e33737;
}

.social-links li .fl:hover {
    background: #0062dd;
}


footer {
    text-align: center;
    color: #afafaf;
    font-weight: 700;
    background: var(--common-color);
    padding: 5px;
}

footer a {
    color: white;
    border: none;
}

.tab-content {
    overflow: visible;
}

.tabs-nav {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.tabs-nav li {
    display: inline-block;
}

.tabs-nav li a {
    display: inline-block;
    margin: 0 -3px;
    color: #777;
    text-decoration: none;
    background: #f9fbfd;
    border: 1px solid #e6eaed;
    /*border-bottom: 0;*/
    padding: 20px 40px;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.tabs-nav .active a {
    border-top: 5px solid #b85252;
    padding-top: 15px;
    background: white;
    color: #b85252;
}

.tabs-nav li a:hover {
    background: white;
}

.about-tabs {
    min-height: 600px;
}

/* Toggles */
.toggle {
    margin-bottom: 20px;
}
.nav-text{
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.toggle-header {
    position: relative;
    display: block;
    font-family: "Raleway";
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 23px;
    cursor: pointer;

    padding-bottom: 16px;

    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.toggle-open .toggle-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.toggle-header:before {
    position: absolute;
    top: 4px;
    right: 0;
    content: "\e042";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
    color: #222;

    -webkit-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.2s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.toggle-header:hover {
    color: #555;
}

.no-csstransforms .toggle-open .toggle-header:before {
    content: "\e006";
}

.csstransforms .toggle-open .toggle-header:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/** @section Pricing tables */
.pricing {
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    min-height: 100%;
}

.pricing-2 .pricing-subtitle {
    color: #2fca51;
}

.pricing-header {
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
}

.pricing-title {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pricing-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .075em;

    color: #ff9625;
}

.pricing-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 20px 15px;
}

.pricing-price {
    font-weight: 300;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pricing-list {
    font-weight: 400;
}

.pricing-list li + li {
    margin-top: 8px;
}

.pricing-brand {
    font-size: 0;
}

.pricing-brand img {
    width: auto;
    max-height: 30px;
}

.pricing-information .icon {
    font-size: 20px;
    color: #151515;
}

.pricing-information-text {
    line-height: 1.5;
    font-weight: 400;
}

.pricing-text-1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .12em;

    color: rgba(21, 21, 21, 0.6);
}

* + .pricing-subtitle {
    margin-top: 4px;
}

* + .pricing-list {
    margin-top: 20px;
}

* + .pricing-brand {
    margin-top: 15px;
}

* + .pricing-text-1 {
    margin-top: 4px;
}

* + .pricing-information {
    margin-top: 15px;
}

* + .pricing-information-text {
    margin-top: 6px;
}

.pricing-price + .button {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .pricing-body {
        padding: 30px 15px;
    }
    .pricing-list li + li {
        margin-top: 12px;
    }
    * + .pricing-list {
        margin-top: 30px;
    }
    * + .pricing-brand {
        margin-top: 25px;
    }
    * + .pricing-information {
        margin-top: 25px;
    }
    .pricing-price + .button {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .pricing-header {
        padding: 20px 15px;
    }
    .pricing-body {
        padding: 40px 15px;
    }
    .pricing-list li + li {
        margin-top: 18px;
    }
    * + .pricing-list {
        margin-top: 45px;
    }
    .pricing-price + .button {
        margin-top: 35px;
    }
}

.pricing-classic {
    position: relative;
    text-align: center;
    padding: 40px 10px 30px;
    font-weight: 400;
    border-radius: 5px;
    color: #ffffff;
    background: #373737;
    z-index: 1;
    box-shadow: 0 0 15px black;
}

.pricing-classic-1 {
    box-shadow: 0 0 15px black;
}

.pricing-classic-2 {
    background: #4a4b52;
}

.pricing-classic-2 .pricing-classic-label {
    background: #2fca51;
}

.pricing-classic-2 .pricing-classic-label::before {
    background: #ad283c;
}

.pricing-classic-2 .pricing-classic-price {
    color: #ff9625;
    background: #404148;
}

.pricing-classic-title {
    font-weight: 700;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    color: #ffffff;
}

.pricing-classic-subtitle {
    color: rgba(255, 255, 255, 0.4);
}

.pricing-classic-price {
    display: inline-block;
    padding: 0 10px;
    height: 95px;
    min-width: 95px;
    line-height: 95px;
    font-weight: 700;
    border-radius: 100px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ff9625;
    background: #3e3e3e;
}

.pricing-classic-list li + li {
    margin-top: 6px;

}

.pricing-classic-label {
    position: absolute;
    top: 10px;
    right: -12px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 2;

    border-radius: 5px;
    white-space: nowrap;
    color: #ffffff;
    background: #ff9625;
}

.pricing-classic-label::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 2px;
    width: 12px;
    height: 14px;
    background: #a5631b;
    transform: skewY(-45deg);
    border-bottom-right-radius: 2px;
    transform-origin: 100% 50%;
    z-index: -1;
}

* + .pricing-classic-price {
    margin-top: 12px;
}

* + .pricing-classic-list {
    margin-top: 10px;
}

.pricing-classic-list + .button {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .pricing-classic {
        padding: 40px 10px;
    }
    .pricing-classic-price {
        height: 105px;
        min-width: 105px;
        line-height: 105px;
    }
    .pricing-classic-label {
        /*top: 42px;*/
        font-size: 14px;
    }
    * + .pricing-classic-subtitle {
        margin-top: 10px;
    }
    * + .pricing-classic-price {
        margin-top: 22px;
    }
    * + .pricing-classic-list {
        margin-top: 20px;
    }
    .pricing-classic-list + .button {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .pricing-classic-price {
        height: 117px;
        min-width: 117px;
        line-height: 117px;
    }
}

@media (min-width: 1200px) {
    .pricing-classic {
        padding: 40px 15px 50px;
    }
    .pricing-classic-1 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

/* Expandable */
.expandable-holder {
    position: relative;

    -webkit-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: margin 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger {
    position: relative;
    display: block;

    margin-bottom: 15px;

    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 20px 50px 20px;
    cursor: pointer;

    border: none;
    background: #4d7baf;
}

.expandable-trigger:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    color: #b85252;
    font-size: 32px;
    text-align: center;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger:after {
    content: "\e009";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #777;

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.expandable-trigger:hover,
.expandable-active .expandable-trigger {
    background: #222;
}

.expandable-active .expandable-trigger:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: white;
}

.expandable-content {
    position: absolute;
    left: 0;
    display: none;
    height: 0;

    -webkit-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: height 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);

    padding: 15px 20px;
    background: #e6eaed;
}

.expandable-active .expandable-content {
    display: block;
    height: auto;
}

.expandable-content p:last-child {
    margin: 0;
}

/* Content Overlay */
.container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: black;
    clip: rect(0, 0, 0, 0);

    visibility: hidden;
    opacity: 0;

    -webkit-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: clip 0.4s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.overlay-active {
    visibility: visible;
    opacity: 1;
}

.container-overlay .overlay-fill {
    width: 100%;
    height: 100%;
}

.container-overlay .button-close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.container-overlay .button-close:before {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 32px;
}

/* Content Overlay Trigger */
.overlay-trigger {
    position: relative;
    z-index: 999;
    top: 45px;
    margin-bottom: 45px;
    display: inline-block;
    width: 270px;
    height: 146px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e6eaed;
}

.overlay-trigger .trigger-image {
    width: 270px;
    height: 146px;
}

.overlay-trigger .trigger-title {
    position: absolute;
    top: 47px;
    left: 24%;
    z-index: 99;

    font-family: "Raleway";
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;

    background: black;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 15px;

    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.overlay-trigger:hover .trigger-title {
    background: black;
    background: rgba(0, 0, 0, 0.75);
}

/* AJAX Modal Page */
.modal-active {
    overflow: hidden;
}

.modal-active .modal-page {
    visibility: visible;
}

.modal-page {
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;
    opacity: 0;
    z-index: 999;

    width: 100%;
    height: 100%;

    background: #f5f5f5;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.modal-loading {
    display: block;

    opacity: 0.8;

    -webkit-transform: translateX(85%);
    -moz-transform: translateX(85%);
    -o-transform: translateX(85%);
    -ms-transform: translateX(85%);
    transform: translateX(85%);
}

.modal-loaded {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modal-spinner {
    position: absolute;
    top: 50%;
    left: 75px;
}

.modal-inner {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.slider-active .modal-inner {
    overflow: hidden;
}

.modal-content {
    padding: 0 20px;
    margin-bottom: 50px;
}

.modal-top-bar {
    position: relative;
    z-index: 99;

    padding: 45px;
}

.modal-top-bar .button-close {
    position: relative;
    top: -5px;
    color: #555;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    line-height: normal;

    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.modal-top-bar .button-close:before {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 32px;
}

.modal-top-bar .button-close:hover {
    color: #333;
}

.slider-active .modal-top-bar .button-close {
    color: white;
}

.modal-page .content-switcher {
    position: absolute;
    z-index: 555;
    top: 62px;
    right: 45px;
}

.modal-page .content-switcher a {
    z-index: 9;
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;

    border: none;
    border-radius: 100%;

    font-size: 21px;
    line-height: 62px;
    color: white;
    text-align: center;

    background: #555;
}

.modal-page .content-switcher a:first-child {
    left: 10px;
}

.modal-page .content-switcher .active,
.modal-page .content-switcher a:hover {
    background: white;
    color: #555;
}

.modal-page .content-switcher .active {
    z-index: 99;
}

/* Project page */
.project-details {
    font-size: 14px;
    border-top: 8px solid #b85252;
    padding: 15px 10px;
    background: #f1f1f1;
    word-wrap: break-word;
}

.project-details p {
    line-height: 18px;
    margin-bottom: 15px;
}

.project-details .client-quote {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
    color: #999;
    text-align: center;
}

.project-details .client-quote p {
    font-size: 16px;
}

.project-details .client-quote:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -5px;
    font-size: 36px;
    color: #ddd;
}

.project-details .client-quote:after {
    content: '"';
    position: absolute;
    bottom: -30px;
    right: -5px;
    font-size: 36px;
    color: #ddd;
}

/* Blog Article Page */
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-left: -100px;
    text-align: left;
}

/* Author Info */
.article-meta .author-info {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}

.author-info .author-image {
    display: block;
    border-radius: 100%;
    margin-bottom: 15px;
    max-width: 95px;
    max-height: 95px;
}

.author-info .author-name {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.author-info .author-bio {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 0;
}

/* Post Meta */
.post-meta {
    margin-bottom: 35px;
}

.post-meta p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.post-meta em,
.post-meta strong {
    display: block;
}

.post-meta em {
    font-size: 12px;
}

/* Tweet button */
.tweet-button {
    display: inline-block;
    color: #777;
    font-size: 13px;
    border: none;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 90px;
}

.tweet-button:before {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 7px;
}

.tweet-button:hover {
    color: #777;
    background: none;
}

.tweet-button:hover:before {
    color: #333;
}

/* Article Nav */
.article-nav {
    margin-bottom: 50px;
}

.article-nav a {
    display: block;
    border: none;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.article-nav a:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.article-nav a em,
.article-nav a strong {
    display: block;
}

.article-nav a em {
    font-size: 12px;

    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.article-nav a:hover {
    background: none;
}

.article-nav a:hover em,
.article-nav a:hover:before {
    color: #333;
}

.article-nav a:before {
    position: relative;
    top: 5px;
    float: left;
    padding-bottom: 30px;
    margin-right: 10px;
    color: #999;
    font-size: 22px;
}

/* Comments */
.comments {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.comments ul {
    list-style: none;
}

.comments .comment-count {
    margin: 0 0 35px 0;
}

.comment-count .count-bubble {
    display: inline-block;
    position: relative;
    top: -12px;
    font-family: "Lato";
    color: white;
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    margin-left: 5px;
    text-align: center;
    width: 32px;
}

.comment-count .count-bubble:before {
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
    color: #404040;
    font-size: 32px;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-container {
    position: relative;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.comment-container .comment-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.comment-container .comment-image img {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
}

.comment-container .comment-image:hover {
    background: none;
}

.comment-container .comment-content {
    margin-left: 75px;
}

.comment-container .comment-author {
    float: left;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: normal;
    border: none;
}

.bypostauthor .comment-container .comment-author {
    color: #4d7baf;
}

.comment-container .is-author {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #aaa;
    line-height: 28px;
    margin-left: 10px;
}

.comment-container .comment-author:hover {
    color: #555;
    background: none;
}

.comment-container .comment-date {
    float: right;
    font-size: 11px;
    color: #8b8b8b;
    margin-bottom: 0;
    line-height: normal;
}

.comment-container .comment-body {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.comment-container .reply-button {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: none;

    font-size: 12px;
    color: #555;
    line-height: normal;

    border-bottom: 1px solid transparent;
}

.comment-container:hover .reply-button {
    display: block;
}

.comment-container .reply-button:hover {
    color: #333;
    background: none;
    border-bottom: 1px solid #333;
}

/* Nested Comments */
.children {
    margin-left: 60px;
}

#commentform textarea {
    height: 230px;
}

/* ==========================================================================
   Plugin styles
   ========================================================================== */

/* SlitSlider by CoDrops | Plugin URL: http://tympanus.net/Tutorials/FullscreenSlitSlider/index2.html */
.sl-slider-wrapper {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
    background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
    background: #ccc;
}

.main-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2325;
}

.main-slider .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-position: center center;
}

@media only screen and (min-width: 1200px) {
    .main-slider .bg-img {
        padding-top: 60%;
    }
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flex-container { position: relative; margin-bottom: 60px; }
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.flexslider {
    border: 1px solid #e6eaed;
}

/* Direction Nav */
.flex-direction-nav a {
    position: absolute;
    left: -65px;
    top: 50%;

    border: none;
    background: none;
    font-size: 36px;
    color: #777;
    right: auto;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.flex-direction-nav .flex-next {
    right: -65px;
    left: auto;
}

.flex-direction-nav a:focus {
    background: none;
    color: #777;
}

.flex-direction-nav a:hover {
    background: none;
    color: #333;
}

.flex-direction-nav a:before {
    content: "";
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.flex-direction-nav .flex-next:before {
    content: "";
}

/* Control Nav */
.flex-control-nav {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    float: none;
    display: inline-block;
}

.flex-control-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;

    background: #777;

    cursor: pointer;
    text-indent: -9999px;

    border: none;
    border-radius: 100%;

    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.flex-control-nav li:hover a,
.flex-control-nav li .flex-active {
    background: #333;
}

/* Blog entry slider */
.blog-entry .flex-container {
    margin-bottom: 0;
}

.blog-entry .flexslider {
    border: none;
}

.blog-entry .flex-control-nav {
    display: none;
}

.blog-entry .flex-direction-nav a {
    top: 45%;
    font-size: 28px;
    left: 15px;
    color: white;
    color: rgba(255, 255, 255, 0.3);
}

.blog-entry .flex-direction-nav .flex-next {
    left: auto;
    right: 15px;
}

.blog-entry .flex-direction-nav a:hover {
    color: white;
}

/* Portfolio page slider */
.modal-page .portfolio-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #383b48;

    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);

    -webkit-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -moz-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -o-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    -ms-transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
    transition: all 0.3s cubic-bezier(0.712, 0.0376, 0.392, 1);
}

.modal-page .portfolio-slider.visible {
    visibility: visible;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.modal-page .portfolio-slider .flexslider {
    border: none;
}

.modal-page .portfolio-slider .flex-control-nav {
    display: none;
}

.modal-page .portfolio-slider .flex-direction-nav a {
    top: 45%;
    font-size: 78px;
    left: 35px;
    color: white;
    color: rgba(255, 255, 255, 0.3);
}

.modal-page .portfolio-slider .flex-direction-nav .flex-next {
    left: auto;
    right: 35px;
}

.modal-page .portfolio-slider .flex-direction-nav a:hover {
    color: white;
}

.modal-page .portfolio-slider .spinner {
    top: 50% !important;
    left: 50% !important;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}


.cbp-bislideshow {
    z-index: 999;
    list-style: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: #383b48;
}

.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    z-index: 9999;
    position: absolute;
    width: 100%;
    bottom: 44px;
    left: 0;
    text-align: center;
}

.cbp-bicontrols span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 35px;
}

.cbp-bicontrols span:before {
    display: block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 52px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.cbp-bicontrols span:hover:before {
    color: #e8e7e3;
}

.cbp-bicontrols span:hover:before {
    opacity: 1;
}

.cbp-bicontrols span:active:before {
    top: 2px;
}

span.cbp-biplay:before {
    content: "\e03f";
}

span.cbp-bipause:before {
    content: "\e041";
}

span.cbp-binext:before {
    content: "\e007";
}

span.cbp-biprev:before {
    content: "\e008";
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}



 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


 .hidden {
    display: none !important;
    visibility: hidden;
}

 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

 .invisible {
    visibility: hidden;
}



 .clearfix:before,
 .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


 .clearfix {
    *zoom: 1;
}

   /* Wide-screen size 1200 and higher (devices and browsers) */
   @media only screen and (min-width: 1200px) {
        .main-nav ul {
            width: 25%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 25%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(25%);
            -webkit-transform: translateX(25%);
            -o-transform: translateX(25%);
            -ms-transform: translateX(25%);
            transform: translateX(25%);
        }

        .overlay-trigger .trigger-title {
            top: 45px;
            left: 25%;
        }

        .tabs-nav li a {
            padding: 20px 90px;
        }

        .process-step .step-content {
            width: 85%;
        }

        .portfolio-item {
            margin: 15px;
        }

        .portfolio-item.small,
        .portfolio-item.small .portfolio-image {
            width: 170px;
            height: 166px;
        }

        .portfolio-item.medium,
        .portfolio-item.medium .portfolio-image {
            width: 250px;
            height: 362px;
        }

        .portfolio-item.large,
        .portfolio-item.large .portfolio-image {
            width: 330px;
            height: 362px;
        }

        .portfolio-item.long,
        .portfolio-item.long .portfolio-image {
            width: 170px;
            height: 362px;
        }

        .portfolio-item.stretch,
        .portfolio-item.stretch .portfolio-image {
            width: 370px;
            height: 166px;
        }

        .portfolio-link .portfolio-title {
            font-size: 30px;
            line-height: 38px;
        }

        .blog-entry {
            width: 30%;
        }
   }

   /* Smaller than standard 960 (devices and browsers) */
   @media only screen and (max-width: 959px) {
        .main-nav ul {
            width: 50%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 50%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(50%);
            -webkit-transform: translateX(50%);
            -o-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }
    }

   /* Tablet Portrait size to standard 960 (devices and browsers) */
   @media only screen and (min-width: 768px) and (max-width: 959px) {
        .big-icon {
            padding-left: 25%;
        }

        .tabs-nav li a {
            padding: 20px 30px;
        }

        .tabs-nav li:first-child a {
            border-right: 0;
        }

        .tabs-nav li:last-child a {
            border-left: 0;
        }

        .overlay-trigger .trigger-title {
            top: 45px;
            left: 24%;
        }

        .overlay-trigger {
            margin: 40px 0 0 0;
        }

        .overlay-trigger,
        .overlay-trigger .trigger-image {
            width: 225px;
            height: 125px;
        }

        .overlay-trigger .trigger-title {
            top: 40px;
            left: 21%
        }

        .pricing-option .pricing-edition {
            font-size: 18px;
            letter-spacing: 5px;
        }

        .pricing-option .price sup {
            top: 30px;
        }

        .pricing-option .price .price-amount {
            font-size: 72px;
        }

        .modal-loading {
            -webkit-transform: translateX(78%);
            -moz-transform: translateX(78%);
            -o-transform: translateX(78%);
            -ms-transform: translateX(78%);
            transform: translateX(78%);
        }

        .portfolio-item {
            margin: 10px;
        }

        .testimonial .author-info {
            text-align: center;
        }
   }

   /* All Mobile Sizes (devices and browser) */
   @media only screen and (max-width: 767px) {
        .big-icon {
            padding-left: 40px;
        }

        .nav-active .main-nav ul {
            position: absolute;
            top: 0;
            left: 0;
            overflow: scroll;
            height: 100%;
        }

        .callout-box {
            margin-bottom: 30px;
        }

        .button-status {
            top: 20px;
            font-size: 32px;
        }

        .tabs-nav {
            text-align: left;
        }

        .tabs-nav li {
            display: block;
        }

        .tabs-nav li a {
            width: 100%;
            padding: 20px 0;
            text-align: center;
        }

        .process-step .step-content {
            width: 85%;
        }

        .section-divider {
            height: 350px;
        }

        .divider-text-lead {
            font-size: 24px;
            line-height: 32px;
        }

        .testimonial .author-info {
            text-align: center;
        }

        .blog-entry {
            width: 43%;
        }

        .post-quote blockquote {
            border: none;
            width: auto;
            text-align: center;
        }

        .modal-top-bar {
            padding: 45px 20px;
        }

        .article-meta .author-info {
            margin-bottom: 30px;
            padding-bottom: 0;
            border-bottom: none;
            float: left;
            width: 45%
        }

        .post-meta {
            float: right;
            width: 45%;
            margin: 113px 0 0 0;
        }

        .tweet-button {
            width: 100%;
            float: left;
            margin-bottom: 30px;
        }

        .article-nav {
            float: left;
        }

        .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
            margin-left: 0;
        }

        .comment-container .comment-author {
            display: inline-block;
            float: none;
            margin-bottom: 5px;
        }

        .comment-container .comment-date {
            float: none;
            margin-bottom: 10px;
        }

        .cbp-bicontrols span {
            margin: 0 25px;
        }

        .cbp-bicontrols span:before {
            font-size: 42px;
        }
    }

   /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
   @media only screen and (min-width: 480px) and (max-width: 767px) {
        .main-head .hero {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .main-head .hero-sub {
            padding-top: 25px;
        }

        .main-nav ul {
            width: 60%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 60%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(60%);
            -webkit-transform: translateX(60%);
            -o-transform: translateX(60%);
            -ms-transform: translateX(60%);
            transform: translateX(60%);
        }

        .modal-loading {
            display: block;

            opacity: 0.8;

            -webkit-transform: translateX(70%);
            -moz-transform: translateX(70%);
            -o-transform: translateX(70%);
            -ms-transform: translateX(70%);
            transform: translateX(70%);
        }
    }

   /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
   @media only screen and (max-width: 479px) {
        .main-head .container {
            width: 100%;
            padding: 0 10px;
            top: 20px;
        }

        .main-head .hero {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .main-head .hero-sub {
            padding-top: 25px;
        }

        .main-nav ul {
            width: 80%;
        }

        .no-csstransforms .nav-active .wrap,
        .no-csstransforms .nav-active .top-bar,
        .no-csstransforms .nav-active .main-head {
            left: 80%;
        }

        .csstransforms .nav-active .wrap,
        .csstransforms .nav-active .top-bar,
        .csstransforms .nav-active .main-head {
            -moz-transform: translateX(80%);
            -webkit-transform: translateX(80%);
            -o-transform: translateX(80%);
            -ms-transform: translateX(80%);
            transform: translateX(80%);
        }

        .top-bar .container {
            text-align: right;
        }

        .process-step .step-content {
            width: 80%;
        }

        .lead-title {
            font-size: 38px;
            line-height: 46px;
        }

        .paragraph-title {
            font-size: 30px;
        }

        .sub-title {
            font-size: 22px;
            line-height: 28px;
        }

        .blog-entry .flex-direction-nav {
            display: block;
        }

        .blog-entry {
            width: 100%;
            margin: 0 0 30px 0;
        }

        .modal-loading {
            display: block;

            opacity: 0.8;

            -webkit-transform: translateX(60%);
            -moz-transform: translateX(60%);
            -o-transform: translateX(60%);
            -ms-transform: translateX(60%);
            transform: translateX(60%);
        }
    }

   @media print,
   (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

   @media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

     .ir a:after,
     a[href^="javascript:"]:after,
     a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}
.note-modal{
    overflow-y: visible;
}
html.swal2-shown,body.swal2-shown { overflow-y: visible !important; height: auto!important;}





ul.sortable {
    width: 100%;
    float: left;
    margin: 20px 0;
    list-style: none;
    position: relative !important;
}


ul.sortable li.ui-sortable-helper {
    border-color: #3498db;
}

ul.sortable li.placeholder {
    height: 50px;
    background: #eee;
    border: 2px dashed #bbb;
    display: block;
    opacity: 0.6;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.block-shadow {
    border-radius: 10px;
    box-shadow: 0 0 15px black;

}
.block-panel {
    background-size: 50%;
    border-radius: 10px;
    position: relative;
    list-style: none;
    display: block;
    color: #333;
    padding: 10px 10px 10px;
}



.section-split {
    background-color: #f8f8f8;
    padding: 40px 0;
    margin: 70px 0;

    background-repeat: no-repeat;
    background-position: center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-split.tinted {
    background-color: #e1f1ef;
}

.section-split.stick {
    margin-bottom: -70px;
}

.section-split.embed {
    height: 450px;
}

.section-split:last-child {
    margin-bottom: -100px;
    padding-bottom: 110px;
    border-top: 2px solid #f3f3f3;
}

.section-split.parallax {
    display: table;
    min-height: 450px;
    height: 450px;
    width: 100%;
}

.section-split.parallax .container {
    display: table-cell;
    vertical-align: middle;
}






/** @section Events */
.event-modern {
    text-align: center;
    color: #151515;
}

.event-modern-info {
    line-height: 1;
    font-weight: 400;
    letter-spacing: .1em;

}

.event-modern-info li > * {
    display: inline-block;
    vertical-align: middle;
}

.event-modern-info .icon {
    font-size: 1.5em;
    color: #2fca51;
    margin-right: 8px;
}

.event-modern-time {
    position: relative;
    z-index: 0;
}

.event-modern-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .075em;

    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgba(21, 21, 21, 0.05);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
}

* + .event-modern {
    margin-top: 30px;
}

* + .event-modern-time {
    margin-top: 20px;
}

.event-modern-time + .button {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .event-modern-title {
        font-size: 3em;
    }
}

@media (min-width: 768px) {
    .event-modern-title {
        font-size: 4em;
    }
    * + .event-modern-time {
        margin-top: 30px;
    }
    .event-modern-time + .button {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .event-modern-title {
        font-size: 6em;
    }
    * + .event-modern-time {
        margin-top: 40px;
    }
    .event-modern-time + .button {
        margin-top: 70px;
    }
}

@media (min-width: 1200px) {
    .event-modern-title {
        font-size: 7.75em;
    }
    .event-modern-time + .button {
        margin-top: 90px;
    }
}

.event-minimal {
    position: relative;
    text-align: left;
    padding: 20px 0;
}

.event-minimal::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 0;
    width: 100vw;
    border-top: 1px solid #d7d7d7;
}

.event-minimal:first-child {
    padding-top: 0;
}

.event-minimal:last-child {
    padding-bottom: 0;
}

.event-minimal:last-child::before {
    display: none;
}

.event-minimal-caption {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -20px;
}

.event-minimal-caption > * {
    margin-left: 20px;
}

.event-minimal-icon {
    font-size: 28px;
    line-height: 1;
    color: #2fca51;
    transition: .3s ease-in-out;
}

.event-minimal-time {
    color: #2fca51;
    transition: .3s ease-in-out;
}

* + .event-minimal-text {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .event-minimal {
        padding: 30px 0;
    }
}

@media (min-width: 992px) {
    .desktop .event-minimal-icon {
        opacity: 0;
    }
    .desktop .event-minimal-time,
    .desktop .event-minimal-title {
        color: inherit;
    }
    .desktop .event-minimal:hover .event-minimal-icon {
        opacity: 1;
    }
    .desktop .event-minimal:hover .event-minimal-time {
        color: #2fca51;
    }
    .desktop .event-minimal:hover .event-minimal-title {
        color: #151515;
    }
}

@media (min-width: 1200px) {
    .event-minimal {
        padding: 45px 0;
    }
    * + .event-minimal-text {
        margin-top: 25px;
    }
}

.event-route {
    position: relative;
}

.event-route img {
    width: 100%;
}

.event-route-point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2fca51;
}

.event-route-point::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(8, 10, 246, 0.34);
    transform: translate3d(-50%, -50%, 0) scale(2.2);
    animation: point 1s infinite linear;
}

.event-route-extreme-point {
    text-align: center;
    width: 34px;
    padding: 6px 4px 2px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    background: #323440;
}

.event-route-extreme-point::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 0 17px;
    border-color: #323440 transparent transparent transparent;
}

.event-route-extreme-point .event-route-caption {
    top: -8px;
}

.event-route-caption {
    text-align: left;
    position: absolute;
    top: -16px;
    right: calc(100% + 20px);
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    white-space: nowrap;
    box-shadow: 0 13px 49px 0 rgba(0, 0, 0, 0.35);
    transform: translateX(-10px);
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
}

.event-route-caption::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #ffffff transparent transparent transparent;
}

.event-route-title {
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: none;
}

.event-route-text {
    font-weight: 400;
    letter-spacing: .01em;
    color: rgba(21, 21, 21, 0.7);
}

[class*='event-route-point'] {
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    cursor: pointer;
}

[class*='event-route-point']:hover .event-route-caption {
    opacity: 1;
    visibility: visible;
    transform: none;
}



.event-place {
    top: 28.0%;
    left: 68.9%;
}


.event-route-info > span {
    letter-spacing: .1em;
}

.event-route-info-text {
    line-height: 1;
    font-weight: 500;
    letter-spacing: .1em;

    color: rgba(21, 21, 21, 0.7);
}

* + .event-route-text {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    .event-route-caption-1 {
        right: auto;
        left: calc(100% + 20px);
    }
    .event-route-caption-1::before {
        right: 100%;
        left: auto;
        border-width: 0 10px 10px 0;
        border-color: transparent #ffffff transparent transparent;
    }
}

@media (min-width: 576px) {
    .event-route-caption {
        padding: 10px 15px;
        right: calc(100% + 20px);
    }
}

@media (min-width: 992px) {
    .event-route-caption {
        padding: 15px 30px 15px 20px;
    }
    .event-route-info-text {
        margin: 10px 0 0 10px;
    }
}

@media (min-width: 1600px) {
    .event-route-1 {
        margin-left: -130px;
        margin-right: -15px;
    }
}

.event-joan {
    text-align: center;
    padding: 20px;
    font-weight: 400;
    background: #ffffff;
    transition: .3s ease-in-out;
}

.event-joan-title a:hover {
    color: inherit;
    text-decoration: underline;
}

.event-joan-name {
    color: #151515;
}

.event-joan-name > * {
    display: inline-block;
    vertical-align: middle;
}

.event-joan-name .icon {
    font-size: 24px;
    margin-right: 10px;
    color: rgba(21, 21, 21, 0.7);
}

* + .event-joan-title {
    margin-top: 12px;
}

* + .event-joan-name {
    margin-top: 18px;
}

@media (min-width: 576px) {
    .event-joan {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .event-joan {
        padding: 40px 20px;
    }
    .desktop .event-joan:hover {
        background: #f5f5f5;
    }
}

@media (min-width: 1200px) {
    .event-joan {
        padding: 55px 50px;
    }
}

.event-terri {
    text-align: left;
}

.event-terri-text {
    color: #151515;
}

.event-terri-info {
    font-weight: 400;
    letter-spacing: .01em;
}

.event-terri-info .icon {
    font-size: inherit;
    line-height: inherit;
    margin-right: 10px;
    color: #151515;
}

.event-terri-info-item {
    position: relative;
    z-index: 1;
}

.event-terri-info-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3%;
    height: 40%;
    width: 100%;
    background: #fff4a9;
    z-index: -1;
}

.event-terri-info-green::before {
    background: #c5e6d9;
}

.event-terri-info-red::before {
    background: #fad1dc;
}

* + .event-terri-title {
    margin-top: 20px;
}

* + .event-terri-text {
    margin-top: 10px;
}

* + .event-terri-info {
    margin-top: 20px;
}

@media (min-width: 768px) {
    * + .event-terri-title {
        margin-top: 34px;
    }
    * + .event-terri-text {
        margin-top: 18px;
    }
    * + .event-terri-info {
        margin-top: 30px;
    }
}

.event-eva {
    text-align: left;
    font-weight: 400;
}

.event-eva-title {
    color: #151515;
}

.event-eva-title a, .event-eva-title a:focus, .event-eva-title a:active {
    color: inherit;
}

.event-eva-title a:hover {
    color: #2fca51;
}

.event-eva-date {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 4px 6px;
    width: 64px;
    height: 64px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .01em;

    border: 1px solid #d1d1d1;
}

.event-eva-location .icon {
    font-size: inherit;
    line-height: inherit;
    margin-right: 10px;
    color: rgba(21, 21, 21, 0.4);
}

.event-eva-wrap > * {
    padding: 20px 0;
}

.event-eva-wrap > *:first-child {
    padding-top: 0;
}

.event-eva-wrap > *:last-child {
    padding-bottom: 0;
}

.event-eva-wrap > * + * {
    border-top: 1px solid #d1d1d1;
}

* + .event-eva-wrap {
    margin-top: 30px;
}

* + .event-eva-location {
    margin-top: 6px;
}

@media (min-width: 768px) {
    * + .event-eva-wrap {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .event-eva-wrap > * {
        padding: 30px 0;
    }
    * + .event-eva-wrap {
        margin-top: 60px;
    }
}

.event-lucy {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.event-lucy-title {
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: none;
}

.event-lucy-date > * {
    line-height: 1.1875;
}

.event-lucy-days {
    display: inline-block;
    padding: 0 5px;
    font-weight: 700;
    letter-spacing: 0;
    color: #151515;
    margin-right: 10px;
    background: rgba(21, 21, 21, 0.12);

}

.event-lucy-time {
    font-weight: 500;
    letter-spacing: .01em;
    color: rgba(21, 21, 21, 0.4);

}

.event-lucy-wrap {
    position: relative;
    max-width: 380px;
}

.event-lucy-wrap::before, .event-lucy-wrap::after {
    display: none;
    position: absolute;
    right: 0;
    font-size: 30px;
    line-height: 1;
    font-family: "Material Design Icons";
    color: rgba(21, 21, 21, 0.3);
    transform: translateX(50%);
}

.event-lucy-wrap::before {
    content: '\f239';
    top: -5px;
}

.event-lucy-wrap::after {
    content: '\f236';
    bottom: -5px;
}

.event-lucy-wrap > span {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    height: 55%;
    border-left: 1px solid rgba(21, 21, 21, 0.15);
    transform: translateY(-50%);
}

.event-lucy-scroll {
    position: relative;
    overflow-x: hidden;
    overflow-Y: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    max-height: 130px;
    padding-right: 20px;
}

.event-lucy-scroll::-webkit-scrollbar {
    width: 20px;
}

.event-lucy-scroll::-webkit-scrollbar-track {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url();
}

.event-lucy-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url();
}

.event-lucy-scroll::-webkit-scrollbar-button {
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.event-lucy-scroll::-webkit-scrollbar-button:start:decrement {
    background-image: url();
}

.event-lucy-scroll::-webkit-scrollbar-button:end:increment {
    background-image: url();
}

* + .event-lucy-wrap {
    margin-top: 40px;
}

* + .event-lucy {
    margin-top: 15px;
}

@media (min-width: 576px) {
    .event-lucy {
        align-items: center;
    }
    .event-lucy-date > * {
        display: inline-block;
        vertical-align: middle;
    }
    * + .event-lucy {
        margin-top: 25px;
    }
    * + .event-lucy-wrap {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .event-lucy-wrap {
        max-width: 420px;
    }
    .event-lucy-scroll {
        max-height: 140px;
    }
}

@media (min-width: 992px) {
    .event-lucy-wrap {
        max-width: 520px;
    }
    .event-lucy-scroll {
        max-height: 160px;
    }
    .event-lucy-title {
        padding-left: 70px;
        text-indent: -70px;
    }
    .event-lucy-title::before {
        display: inline-block;
        vertical-align: middle;
        content: '';
        height: 0;
        width: 40px;
        margin-right: 30px;
        border-top: 1px solid #d1d1d1;
    }
    * + .event-lucy-wrap {
        margin-top: 65px;
    }
    * + .event-lucy {
        margin-top: 34px;
    }
}

.context-dark .event-lucy-days, .bg-gray-700 .event-lucy-days, .bg-gray-800 .event-lucy-days, .bg-gray-5 .event-lucy-days, .bg-gray-13 .event-lucy-days, .bg-gray-14 .event-lucy-days, .bg-gray-17 .event-lucy-days, .bg-gray-19 .event-lucy-days, .bg-gray-21 .event-lucy-days, .bg-primary .event-lucy-days, .bg-secondary .event-lucy-days, .bg-gradient-1 .event-lucy-days {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.context-dark .event-lucy-time, .bg-gray-700 .event-lucy-time, .bg-gray-800 .event-lucy-time, .bg-gray-5 .event-lucy-time, .bg-gray-13 .event-lucy-time, .bg-gray-14 .event-lucy-time, .bg-gray-17 .event-lucy-time, .bg-gray-19 .event-lucy-time, .bg-gray-21 .event-lucy-time, .bg-primary .event-lucy-time, .bg-secondary .event-lucy-time, .bg-gradient-1 .event-lucy-time {
    color: rgba(255, 255, 255, 0.4);
}

.context-dark .event-lucy-title::before, .bg-gray-700 .event-lucy-title::before, .bg-gray-800 .event-lucy-title::before, .bg-gray-5 .event-lucy-title::before, .bg-gray-13 .event-lucy-title::before, .bg-gray-14 .event-lucy-title::before, .bg-gray-17 .event-lucy-title::before, .bg-gray-19 .event-lucy-title::before, .bg-gray-21 .event-lucy-title::before, .bg-primary .event-lucy-title::before, .bg-secondary .event-lucy-title::before, .bg-gradient-1 .event-lucy-title::before {
    border-top-color: rgba(255, 255, 255, 0.3);
}

.context-dark .event-lucy-wrap::before, .bg-gray-700 .event-lucy-wrap::before, .bg-gray-800 .event-lucy-wrap::before, .bg-gray-5 .event-lucy-wrap::before, .bg-gray-13 .event-lucy-wrap::before, .bg-gray-14 .event-lucy-wrap::before, .bg-gray-17 .event-lucy-wrap::before, .bg-gray-19 .event-lucy-wrap::before, .bg-gray-21 .event-lucy-wrap::before, .bg-primary .event-lucy-wrap::before, .bg-secondary .event-lucy-wrap::before, .bg-gradient-1 .event-lucy-wrap::before, .context-dark .event-lucy-wrap::after, .bg-gray-700 .event-lucy-wrap::after, .bg-gray-800 .event-lucy-wrap::after, .bg-gray-5 .event-lucy-wrap::after, .bg-gray-13 .event-lucy-wrap::after, .bg-gray-14 .event-lucy-wrap::after, .bg-gray-17 .event-lucy-wrap::after, .bg-gray-19 .event-lucy-wrap::after, .bg-gray-21 .event-lucy-wrap::after, .bg-primary .event-lucy-wrap::after, .bg-secondary .event-lucy-wrap::after, .bg-gradient-1 .event-lucy-wrap::after {
    color: rgba(255, 255, 255, 0.3);
}

.context-dark .event-lucy-wrap > span, .bg-gray-700 .event-lucy-wrap > span, .bg-gray-800 .event-lucy-wrap > span, .bg-gray-5 .event-lucy-wrap > span, .bg-gray-13 .event-lucy-wrap > span, .bg-gray-14 .event-lucy-wrap > span, .bg-gray-17 .event-lucy-wrap > span, .bg-gray-19 .event-lucy-wrap > span, .bg-gray-21 .event-lucy-wrap > span, .bg-primary .event-lucy-wrap > span, .bg-secondary .event-lucy-wrap > span, .bg-gradient-1 .event-lucy-wrap > span {
    border-left-color: rgba(255, 255, 255, 0.15);
}

.event-sally {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 26px 0;
    font-size: 14px;
    line-height: 1.83333;
    font-weight: 400;
    letter-spacing: .01em;
    color: rgba(21, 21, 21, 0.8);
}

.event-sally + .event-sally {
    border-top: 1px solid #d1d1d1;
}

.event-sally:first-child {
    padding-top: 0;
}

.event-sally:last-child {
    padding-bottom: 0;
}

.event-sally .button {
    padding-left: 15px;
    padding-right: 15px;
}

.event-sally-wrap {
    padding: 26px 10px 26px 15px;
    border: 1px solid #d1d1d1;
}

.event-sally-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    height: 300px;
    padding-right: 16px;
}

.event-sally-scroll::-webkit-scrollbar {
    width: 20px;
}

.event-sally-scroll::-webkit-scrollbar-track {
    background: linear-gradient(90deg, transparent 0%, transparent 40%, #e8e8e8 40%, #e8e8e8 60%, transparent 60%, transparent 100%);
}

.event-sally-scroll::-webkit-scrollbar-thumb {
    background-image: radial-gradient(circle closest-side, #2fca51 90%, transparent);
}

.event-sally-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
}

.event-sally-body > div + div {
    padding-left: 15px;
    border-left: 1px solid #d1d1d1;
}

.event-sally-time {
    letter-spacing: 0;
}

.event-sally-title {
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: none;
}

.event-sally-info {
    margin-left: -20px;
}

.event-sally-info > * {
    margin-left: 20px;
}

.event-sally-info-item > * {
    vertical-align: middle;
}

.event-sally-info-item .icon {
    margin-right: 6px;
    font-size: 22px;
}

@media (min-width: 576px) {
    .event-sally {
        font-size: 16px;
    }
    .event-sally-body {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .event-sally {
        font-size: 18px;
    }
    .event-sally-wrap {
        padding-left: 30px;
    }
    .event-sally-body > div + div {
        padding-left: 30px;
    }
    .event-sally-inner-1 {
        min-width: 24.9%;
    }
    .event-sally-inner-2 {
        min-width: 48%;
    }
    .event-sally-info > li {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .event-sally-body {
        justify-content: flex-start;
    }
}


.back-to-top {
    position: fixed;
    right: 21px;
    bottom: 25px;
    display: inline-block;
    z-index: 900;
    width: 50px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 2.7;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #515769;
    border-radius: 25px;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*.back-to-top {*/
/*position: fixed;*/
/*right: 10px;*/
/*bottom: 10px;*/
/*display: inline-block;*/
/*z-index: 900;*/
/*width: 40px;*/
/*height: 40px;*/
/*font-size: 11px;*/
/*font-weight: 400;*/
/*color: #fff;*/
/*text-align: center;*/
/*line-height: 3;*/
/*letter-spacing: 1px;*/
/*text-transform: uppercase;*/
/*background: #515769;*/
/*border-radius: 3px;*/
/*visibility: hidden;*/
/*opacity: 0;*/
/*padding: 5px;*/
/*-webkit-transform: translate3d(0, 50px, 0);*/
/*-moz-transform: translate3d(0, 50px, 0);*/
/*transform: translate3d(0, 50px, 0);*/
/*transition-duration: 300ms;*/
/*transition-property: all;*/
/*transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);*/
/*}*/

.back-to-top:hover {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
    text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
    opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.pointer{
    cursor: pointer;
}
.good {
    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: 2px solid #e6eaed;
    box-shadow: 0 0 15px black;
    margin: 0 0 10px 0;
    overflow: hidden;
    background-size: cover;
}
.good .ring {
    position: relative;
    overflow: hidden;
    height: 120%;
    width: 120%;
    top: -9%;
    left: -11%;
}

.good .ring img {
    position: absolute;
    top: -1px;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.1s;
    left:1%;
}
.good .ring .fire-reveal {
    position: absolute;
    top: 4.2%;
    left: 3.6%;
    width: 90%;
    height: 90%;
    background-image: url(https://image.ibb.co/eJCQpT/fire_ring.png);
    background-repeat: no-repeat;
    background-position: -150px -300px;
    opacity: 0;
    transition: 0.2s opacity;
}

.good:hover .ring .fire-reveal {
    opacity: 1;
    transition: opacity 0.1s;
    transform: rotate(5deg);
    animation: reveal 0.4s cubic-bezier(0,0,1,1);
}

@keyframes reveal {
    0% {
        clip-path: polygon(100% 100%, 51% 63%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 100% 57%, 51% 63%);
    }
    12.5% {
        clip-path: polygon(100% 100%, 51% 63%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 100% 100%, 51% 63%);
    }
    25% {
        clip-path: polygon(49% 37%, 49% 30%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 51% 100%, 51% 50%);
    }
    37.5% {
        clip-path: polygon(50% 63%, 51% 63%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 51% 63%);
    }
    50% {
        clip-path: polygon(0 50%, 50% 54%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 0 50%);
    }
    62.5% {
        clip-path: polygon(0 0, 52% 53%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 0 42%);
    }
    75% {
        clip-path: polygon(48% 0, 49% 50%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 0 0);
    }
    87.5% {
        clip-path: polygon(100% 0, 46% 30%, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 0 0);
    }
    100% {
        clip-path: polygon(100% 0, 100% 0, 100% 30%, 100% 45%, 100% 57%, 100% 100%, 0 100%, 0 0);
    }
}

.good:hover .ring img {
    opacity:1;
    transition: opacity 0.3s;
    transition-delay: 0.2s;
    animation: rotation 20s linear both infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg) scale(0.9);
    }
    to {
        transform: rotate(360deg) scale(0.9);
    }
}


.cuboid {
    --h: 0em;
    --w: 0em;
    --d: 0em;
    font-size: 4vmin;
    /*position: relative;*/
    top: 20px;
    /*margin-left: 400px;*/
    /*transform: translate(-100%, -50%) rotateX(42deg) rotateY(-11deg);*/
    /*transform-style: preserve-3d;*/
    animation: rotateCube 13.5s .1s forwards;
}

.cuboid-face {
    box-sizing: border-box;
    position: absolute;
    top: 80%;
    left: 50%;
    transition: all .1s;
    transform: translate(-50%, -50%) var(--r) translateZ(calc(var(--z) / 1.2));
}

.cuboid-face:nth-child(1),
.cuboid-face:nth-child(2) {
    width: var(--w);
    height: var(--h);
}

.cuboid-face:nth-child(1) {
    --r: rotateY(0deg);
    --z: var(--d);
}

.cuboid-face:nth-child(2) {
    --r: rotateY(180deg);
    --z: var(--d);
}

.cuboid-face:nth-child(3),
.cuboid-face:nth-child(4) {
    width: var(--d);
    height: var(--h);
}

.cuboid-face:nth-child(3) {
    --r: rotateY(-90deg);
    --z: var(--w);
}

.cuboid-face:nth-child(4) {
    --r: rotateY(90deg);
    --z: var(--w);
}

.cuboid-face:nth-child(5),
.cuboid-face:nth-child(6) {
    width: var(--w);
    height: var(--d);
}

.cuboid-face:nth-child(5) {
    --r: rotateX(90deg);
    --z: var(--h);
}

.cuboid-face:nth-child(6) {
    --r: rotateX(-90deg);
    --z: var(--h);
}

@keyframes rotateCube {
    100% {
        transform: translate(0%, 0%) rotateX(-25.1deg) rotateY(-717deg);
    }
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    transition: .3s all ease;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.cssload-container {
    /*display: inline-flex;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001;
}
/*#before-load i {*/
    /*font-size: 40px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin: -35px 0 0 -35px;*/
/*}*/
@media (max-width: 767px) {
    #before-load i {
        left: 54%;
    }
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #b85252;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.modal img {
    cursor: pointer;
}
.img-responsive {
    width: 100%;
}

.img-duotone + img {
    margin-top: 0;
}

.image-classic-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin: 0 -15px;
    overflow-x: auto;
}

.image-classic {
    width: auto;
    max-height: 200px;
    padding: 0 10px;
    flex-shrink: 0;
}

* + .image-classic {
    margin-top: 0;
}

@media (min-width: 768px) {
    .image-classic-wrap {
        padding: 50px 0;
    }
}

@media (min-width: 1200px) {
    .image-classic-wrap {
        padding: 0;
        margin: 0;
    }
    .image-classic {
        position: absolute;
        padding: 0;
        max-height: none;
        box-shadow: 0 12px 27px 0 rgba(0, 0, 0, 0.22);
        z-index: 1;
    }
    .image-classic-1 {
        top: -9%;
    }
    .image-classic-2 {
        top: -5.5%;
        transform: translateX(111%);
    }
    .image-classic-3 {
        bottom: -16%;
    }
    .image-classic-4 {
        right: 0;
        bottom: -36%;
    }
    .image-classic-5 {
        right: 12%;
        bottom: -30%;
    }
}

@media (min-width: 1600px) {
    .image-classic-4 {
        bottom: -17%;
    }
    .image-classic-5 {
        right: 7%;
    }
}

@media (max-width: 575.98px) {
    .image-1 {
        max-width: 250px;
    }
}

.image-2 {
    display: none;
}

@media (min-width: 1600px) {
    .image-2 {
        display: inline-block;
        position: absolute;
        top: 46%;
        left: 2%;
        margin: 0;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

@media (min-width: 768px) {
    .image-position {
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .image-position img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-width: none;
        z-index: -1;
    }
    @supports (object-fit: cover) {
        .image-position img {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: none;
            object-fit: cover;
            object-position: center center;
        }
    }
}

@media (min-width: 768px) {
    .image-position-right {
        right: 0;
        width: calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .image-position-right {
        width: calc(50% + 40px);
    }
}
.overflow-image {
    margin-top: -65px;
}
