/* Info
================================================== 
     Author: http://bootstraptemplates.net 
     Version: 1.0
     License: GNU General Public License version
 ================================================== 
 Info */


body {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #1e2022;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

/* Boxed Layout */
html.boxed body { 
	background-position: 0 0;
	background-repeat: repeat;
}

html.boxed .body {
	position: relative;
	background-color: #E7E9ED;
	margin: 25px auto;
	max-width: 1200px;
	height: auto;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 500;line-height: 1.3 } 
p { margin: 0 0 15px; line-height: 1.6; font-size: 15px; font-weight: 400; }
p { color: #6d767d; color:#818898; }
.alert p { color:inherit; }

/*------------------------------------
  Section
------------------------------------*/
section { position: relative; border-bottom: none; background-position: center center; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; }
.section > .container,
.section > .container-fluid,
.section > .container-wide { position: relative; height: 100%; }
.section-video { overflow: hidden; padding-top: 0; padding-bottom: 0; }
.section-video .container,
.section-video .container-fluid,
.section-video .container-wide { padding-top: 90px; padding-bottom: 90px; }
.section-dialog { padding: 30px 32px; }
.section-dialog { background-color: #fff; padding: 3rem; border-radius: 4px; }
.demo-section .section { margin: 30px 20px 100px; padding-top: 7rem; padding-bottom: 7rem; }
[data-parallax], [data-video], .jarallax { position: relative; z-index: 0; }
.section-header { text-align: center; max-width: 70%; margin: 0 auto 50px; }
.section-header hr { width: 50px; margin-top: 2.5rem; margin-bottom: 1.5rem; }
.section { position: relative; border-bottom: none; background-position: center center; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; padding-top: 7rem; padding-bottom: 7rem; }






/* ================================================== 
    GENERAL CODES
================================================== */

.padding-100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.padding-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
}

.padding-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}

.padding-70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
}

.padding-60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}

.padding-50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}

.padding-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

.padding-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.pull-bottom {
    margin-bottom: 35px;
}

.pull-bottom-small {
    margin-bottom: 20px;
}

.pull-bottom-big {
    margin-bottom: 45px;
}

.pull-top-small {
    margin-top: 20px;
}

.pull-top {
    margin-top: 35px;
}

.pull-top-big {
    margin-top: 50px;
}

.center-text {
    text-align: center !important;
}

.bg-white {
    background: white !important;
}

.top-bordered {
    border-top: 1px solid #e4e4e4 !important;
}

.v-height-mini {
    height: 30px !important;
}

.v-height-small {
    height: 45px !important;
}

.v-height-standard {
    height: 75px !important;
}

.v-height-big {
    height: 90px !important;
}

.v-lead {
    font-size: 14px;
    line-height: 24px;
}

.v-lead-v2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

div.center {
    text-align: center !important;
}

::selection, ::-moz-selection {
    color: #fff;
}

body.modal-open {
    margin-right: 0;
}

label {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
}

a {
    color:#328fe4;
    outline: none !important;
    /*-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
    outline-style: none;
    outline: none;
    text-decoration: none;
}
 

h6.special {
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323436;
    margin-bottom: 15px;
}  

ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

ul > li > ul, ol > li > ol {
    margin-left: 20px;
    padding-left: 0;
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 20px;
}

dl dt, dl dd {
    line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}

a.text-link {
    border-bottom: 1px dotted #e3e3e3;
}

.no-js-alert {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    left: 0;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 20% 5% 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 90%;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.clearfix {
    clear: none !important;
}

.main {
    position: relative;
    background: white;
    /*z-index: 99;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 1%;
    -moz-transform-origin: 50% 1%;
    -ms-transform-origin: 50% 1%;
    -o-transform-origin: 50% 1%;
    transform-origin: 50% 1%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

.no-csstransforms3d .main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: flat;
    transform-style: flat;
    position: inherit;
}

iframe {
    border: 0;
}

video.wp-video-shortcode {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
}

table th {
    font-weight: bold;
}

table thead th {
    text-transform: uppercase;
}

table tr > th {
    padding-right: 20px;
}

table td {
    padding: 5px 10px 5px 0;
}
 
img {
    max-width: 100%;
    height: auto;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}

audio {
    margin: 20px 0;
}

.v-spacer {
    min-height: 0;
}

.chat-transcript .chat-author {
    font-weight: bold;
}

.nicescroll-rails {
    background: #fff;
    width: 5px !important;
}

.nicescroll-rails > div {
    width: 5px !important;
    border: 0 !important;
    background: #666 !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

.fw-row {
    margin-left: 0;
    margin-right: 0;
}

.row.fw-row.coloured-box-wrap .col-sm-2,
.row.fw-row.coloured-box-wrap .col-sm-3,
.row.fw-row.coloured-box-wrap .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.row.fw-row.coloured-box-wrap .btn.v-btn {
    margin-top: 10px;
}

.row.fw-row.coloured-box-wrap .coloured-box-inner {
    padding: 12%;
    color: #ffffff;
}

.single .container .body-text > .container {
    margin-left: -15px;
    max-width: 100%;
}

.modal-body .container {
    max-width: 100%;
}

.white-color {
    color: white !important;
}

div.white-color {
    color: white !important;
}

div.base-color h3,
div.base-color h4,
div.base-color h5,
div.base-color h6,
div.base-color {
    color: #555 !important;
}

.v-bg-color {
    background-color: #f7f7f7 !important;
}


/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
    margin: 0;
}

figure img {
    width: 100%;
    height: auto;
}

figure a {
    display: block;
}

figure .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: -0.6px;
    padding-right: 0.6px;
}

figure:hover > a > .overlay {
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-top: -1.6px;
    padding-bottom: 1.6px;
}

figure.animated-overlay figcaption {
    background-color: rgba(65, 150, 224, 0.8);
}

figure.animated-overlay.transparent figcaption {
    background-color: transparent;
}

figure.animated-overlay figcaption .thumb-info h4,
figure.animated-overlay figcaption .thumb-info h5,
figcaption .thumb-info-excerpt p {
    color: #ffffff;
}

figure.animated-overlay figcaption .thumb-info i {
    /*background: #222222;*/
    color: #ffffff;
    cursor: pointer !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

figure.animated-overlay figcaption .thumb-info i.fa-angle-right:before {
}


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


figcaption .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

figcaption .thumb-info h4 {
    line-height: 20px;
    padding: 0 5%;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    bottom: 35px;
}

figcaption .thumb-info-extended h4 {
    /*margin-top: -60px;*/
}

figcaption .thumb-info-extended h5 {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

figcaption .thumb-info a:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

figcaption .thumb-info i {
    font-size: 45px;
    line-height: 33px;
    padding: 14px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: block;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: 50%;
    top: 47%;
    margin: -24px 0 0 -24px;
}

figcaption .thumb-info-v2 i {
    font-size: 45px;
    line-height: 47px;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -28px;
    margin-left: -27px;
    left: 50%;
    position: absolute;
}

figcaption .thumb-info-excerpt h4 {
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 5%;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    top: 40%;
    margin-top: -40px;
}

figcaption .thumb-info-excerpt p {
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 5%;
    width: 100%;
    text-align: center;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    top: 40%;
    margin-top: 0;
}

figcaption .thumb-info-excerpt i {
    display: none;
}

figure.animated-overlay {
    position: relative;
    overflow: visible;
    z-index: 2;
}

figure.animated-overlay > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

figure.animated-overlay .thumb-slider ul.slides li a {
    position: relative;
    z-index: 2;
}

figure.animated-overlay figcaption {
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(37,37,37, 0.60) !important;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.browser-ie figure.animated-overlay figcaption, .browser-ie10 figure.animated-overlay figcaption {
    background-image: none;
}

figure.animated-overlay:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    /*-webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    transform: translate(10px, 10px);*/
}

figure.animated-overlay.overlay-alt:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.v-portfolio-item-info h3 {
    font-size: 18px;
    margin-top: 15px;
}

.curved-bar-styling {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.bar-styling {
    height: auto;
    overflow: hidden;
}

ul.page-numbers {
    float: right;
}

ul.bar-styling li, ul.page-numbers li {
    float: left;
    display: block;
}

ul.bar-styling li > a,
ul.bar-styling li > div,
ul.page-numbers li > a,
ul.page-numbers li > span {
    padding: 8px 15px;
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    text-decoration: none;
    height: auto;
    overflow: hidden;
}

ul.bar-styling li > form input {
    border: 1px solid transparent;
    display: block;
    margin-right: -1px;
    overflow: hidden;
    padding: 10px 14px;
    height: 40px;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.bar-styling li:first-child a,
ul.bar-styling li:first-child div,
ul.page-numbers li:first-child a,
ul.page-numbers li:first-child span {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.bar-styling li:last-child a,
ul.bar-styling li:last-child div,
ul.page-numbers li:last-child a,
ul.page-numbers li:last-child span {
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.page-numbers li a.prev i, ul.page-numbers li a.next i {
    height: 10px;
    display: inline-block;
    vertical-align: -3px;
}

.v-pagination li a:hover,
ul.bar-styling li:not(.selected) > a:hover,
ul.bar-styling li > .comments-likes:hover,
ul.page-numbers li > a:hover,
ul.page-numbers li > span.current {
    color: #ffffff !important;
}

ul.bar-styling li > .comments-likes:hover * {
    color: #ffffff !important;
}

.v-pagination li a,
.v-pagination li span,
.v-pagination li span.expand,
ul.bar-styling li > a,
ul.bar-styling li > div,
ul.page-numbers li > a,
ul.page-numbers li > span,
.curved-bar-styling,
ul.bar-styling li > form input {
    border-color: #e4e4e4;
}

ul.bar-styling li > a,
ul.bar-styling li > span,
ul.bar-styling li > div,
ul.bar-styling li > form input {
    background-color: #ffffff;
}

ul.bar-styling li.facebook > a:hover {
    color: #fff !important;
    background: #3b5998;
    border-color: #3b5998;
}

ul.bar-styling li.twitter > a:hover {
    color: #fff !important;
    background: #4099FF;
    border-color: #4099FF;
}

ul.bar-styling li.google-plus > a:hover {
    color: #fff !important;
    background: #d34836;
    border-color: #d34836;
}

ul.bar-styling li.pinterest > a:hover {
    color: #fff !important;
    background: #cb2027;
    border-color: #cb2027;
}

.modal-header {
    padding: 22px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
}

.modal-footer {
    background: #f7f7f7;
    border-top: 1px solid #e4e4e4;
}

.modal-footer .btn {
    margin-bottom: 0;
    padding: 10px 22px;
}

.modal-header h2, .modal-header h3 {
    margin: 0;
}

.modal-header .close {
    outline: none !important;
}

.modal-title {
    font-size: 18px;
}

.modal-body {
    padding: 20px 30px;
}

.viewer li {
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer .caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}

.viewer .close:hover {
    color: #fff;
}

/* --------------------------------------------
	GRID EFFECTS
-------------------------------------------- */

.grid {
    list-style: none;
}

.grid > li {
    display: block;
    float: left;
    opacity: 0;
}

.grid > li.shown,
.no-js .grid > li,
.no-cssanimations .grid > li,
.grid.no-effect > li {
    opacity: 1;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    -moz-animation: fadeIn 0.65s ease forwards;
    -o-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    -o-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    -moz-animation: scaleUp 0.65s ease-in-out forwards;
    -o-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

/* Effect 4: fall perspective */
.grid.effect-4 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-4 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(300px) rotateX(-90deg);
    -moz-transform: translateY(300px) rotateX(-90deg);
    -ms-transform: translateY(300px) rotateX(-90deg);
    -o-transform: translateY(300px) rotateX(-90deg);
    transform: translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    -moz-animation: fallPerspective .8s ease-in-out forwards;
    -o-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-5 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    -moz-animation: fly .8s ease-in-out forwards;
    -o-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-6 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    -ms-transform: rotateX(-80deg);
    -o-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    -moz-animation: flip .8s ease-in-out forwards;
    -o-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-7 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    -moz-animation: helix .8s ease-in-out forwards;
    -o-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

/* Effect 8:  */
.grid.effect-8 {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
}

.grid.effect-8 li.animate {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    -moz-animation: popUp .8s ease-in forwards;
    -o-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}



/* --------------------------------------------
	FLEXSLIDER / REVSLIDER
-------------------------------------------- */

.flexslider {
    background: transparent;
    border: 0;
    width: 100%;
    z-index: 2;
    display: block;
    position: relative;
    overflow: hidden;
}

.flexslider ul.slides {
    background: transparent;
    margin: 0;
    height: auto;
    overflow: hidden;
    list-style: none !important;
}

.flexslider .slides > li {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0;
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides li img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block !important;
}

.flex-direction-nav,
.flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav a, .carousel-wrap a.next, .carousel-wrap a.prev {
    width: 38px;
    height: 38px;
    margin: -19px 0 0;
    display: block;
    background: transparent url('../img/base/showcase-nav.png') no-repeat center left;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

.flex-direction-nav .flex-next {
    background-position: center right;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}


/*Carousel Wrap*/
.carousel-wrap > a {
    color: #4a4a4a;
}

.carousel-wrap a.prev {
    left: -10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-wrap a.next {
    right: -10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: center right;
}

.carousel-wrap:hover a.next, .carousel-wrap:hover a.prev {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    pointer-events: none;
}

.carousel-wrap {
    position: relative;
    margin-right: -11px;
    margin-left: -11px;
}



.content-slider {
    position: static;
}

.content-slider .flex-direction-nav .flex-next {
    right: 20px !important;
}

.content-slider .flex-direction-nav .flex-prev {
    left: 20px !important;
}

.flexslider:hover .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px !important;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 20px !important;
}

.tp-caption a.btn.v-btn {
    /*font-size: 12px;*/
    margin-right: 0;
}

.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.thumb-slider .flex-direction-nav {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.thumb-slider .flex-direction-nav li {
    position: relative !important;
    left: auto !important;
    top: 50% !important;
}

.thumb-slider .flex-direction-nav a, .gallery-slider .flex-direction-nav a, .gallery-nav .flex-direction-nav a, .item-slider .flex-direction-nav a {
    height: 38px;
    width: 36px;
    background: transparent url('../img/base/slider-nav.png') no-repeat center left;
}

.thumb-slider .flex-prev,
.thumb-slider:hover .flex-prev,
.gallery-slider .flex-prev,
.gallery-slider:hover .flex-prev,
.gallery-nav .flex-prev,
.gallery-nav:hover .flex-prev,
.item-slider .flex-prev,
.item-slider:hover .flex-prev {
    left: 0 !important;
}

.thumb-slider .flex-next,
.thumb-slider:hover .flex-next,
.gallery-slider .flex-next,
.gallery-slider:hover .flex-next,
.gallery-nav .flex-next,
.gallery-nav:hover .flex-next,
.item-slider .flex-next,
.item-slider:hover .flex-next {
    right: 0 !important;
}

.thumb-slider .flex-direction-nav a.flex-next,
.gallery-slider .flex-direction-nav a.flex-next,
.gallery-nav .flex-direction-nav a.flex-next,
.item-slider .flex-direction-nav a.flex-next {
    background-position: center right;
}

.thumb-slider:hover .flex-direction-nav a.flex-prev,
.gallery-slider:hover .flex-direction-nav a.flex-prev,
.gallery-nav:hover .flex-direction-nav a.flex-prev,
.item-slider:hover .flex-direction-nav a.flex-prev {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.thumb-slider:hover .flex-direction-nav a.flex-next,
.gallery-slider:hover .flex-direction-nav a.flex-next,
.gallery-nav:hover .flex-direction-nav a.flex-next,
.item-slider:hover .flex-direction-nav a.flex-next {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    margin: 0;
    z-index: 4;
    list-style: none !important;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
}

.flexslider .flexslider-caption {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: rgba(0,0,0,0.6);
    left: 0%;
    right: 0%;
}

.flex-control-nav li a {
    color: #FFF;
}

.flex-control-nav li a:hover {
    cursor: pointer;
}

.flex-control-nav li a.flex-active {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-pauseplay {
    position: absolute;
    color: #fff;
    bottom: 18px;
    left: 20px;
    font-size: 13px;
    height: 13px;
}

.flex-pauseplay span:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}

.flex-pauseplay .pause:before {
    content: "\f04c";
}

.flex-pauseplay .play:before {
    content: "\f04b";
}

.blog-slider .flex-pauseplay, .thumb-slider .flex-pauseplay {
    bottom: 16px;
    font-size: 11px;
    height: 13px;
}

.flex-pauseplay:hover {
    cursor: pointer;
}

.flex-pauseplay span {
    height: 11px;
    display: block;
    line-height: 13px;
}

.thumb-slider .flex-control-nav, .thumb-slider .flex-pauseplay {
    display: none;
}

p.flex-caption {
    text-shadow: none;
    background: rgba(0, 0, 0, .4);
}

.item-slider p.flex-caption {
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    right: 0;
}

.custom-caption {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 60px;
    width: auto;
    max-width: 500px;
}

.custom-caption p {
    text-align: left;
    width: auto;
    font-size: 24px;
    padding: 0px 4px 2px;
    line-height: 28px;
    margin-bottom: 0;
    text-decoration: underline;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.ls-wp-fullwidth-container {
    min-height: 100px;
}

.ls-container .ls-nav-prev, .ls-container .ls-nav-next {
    background-image: url('../img/base/slider-nav.png') !important;
    background-position: center left !important;
    width: 36px !important;
    height: 38px !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ls-container .ls-nav-prev {
    left: 0px !important;
}

.ls-container .ls-nav-next {
    background-position: center right !important;
    right: 0px !important;
}

.ls-container:hover .ls-nav-prev, .ls-container:hover .ls-nav-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.v-overlay-colored {
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

img.size-full {
    max-width: 100%;
    height: auto;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter, img.alignleft, img.alignright, img.alignnone {
    max-width: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.no-margin {
    margin: 0;
}

.img-link {
    display: block;
}
/* --------------------------------------------
	ISOTOPE
-------------------------------------------- */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.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: top, left, 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;
}


/* --------------------------------------------
	LAYOUT
-------------------------------------------- */

body.boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #F1F1F1;
}

body.boxed-layout .main {
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.bg-special {
    background: none;
    background-image: url(../img/irongrip.png) !important;
    background-attachment: scroll;
    background-size: initial;
    background-position: 50% 50%;
    background-repeat: repeat;
}

/* Scroll to Top */
html .scroll-to-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 100%;
    bottom: 10px;
    color: #FFF;
    display: block;
    height: 35px;
    opacity: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 35px;
    z-index: 1040;
    font-size: 10px;
    right: 10px;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top i {
    position: relative;
    top: 1px;
}

html.lightbox-open .scroll-to-top {
    right: 27px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

.v-page-wrap {
    margin-top: 60px;
    margin-bottom: 50px;
    min-height: 500px;
}

.v-page-wrap.no-bottom-spacing {
    margin-bottom: 0;
}

.v-page-wrap.no-top-spacing {
    margin-top: 0;
}

aside.left-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    left: auto;
    padding-top: 100px !important;
}

aside.right-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    right: auto;
    padding-top: 100px !important;
}

.has-left-sidebar aside.sidebar {
    float: left;
}

.has-left-sidebar > article, .has-left-sidebar .type-page, .has-left-sidebar .archive-page, .has-left-sidebar .push-right {
    float: right !important;
}

.has-both-sidebars aside.left-sidebar {
    float: left;
}

.has-both-sidebars aside.right-sidebar {
    float: right;
}

.has-both-sidebars > article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page {
    float: left;
}

.has-both-sidebars .page-content {
    float: right !important;
}

.page-content {
    border-bottom: 0 solid transparent;
}

.page-content > ul {
    list-style: disc inside none;
}

.search-no-results .page-content > h3 {
    margin-top: 0;
}

.has-both-sidebars aside.sidebar {
    padding-top: 0;
}

.v-bg-stylish {
    margin: 0;
    padding: 65px 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.v-bg-stylish.bordered {
    border: 1px solid rgb(236, 236, 236);
}

.fw-row .v-bg-stylish {
    padding-bottom: 0px;
}

.v-heading i {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -1px;
}

.heading-wrap {
    position: relative;
    z-index: 2;
}

h4.v-heading,
h3.v-heading,
h4.v-line-heading {
    line-height: 0px !important;
    text-align: left;
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h3.v-heading {
    margin-bottom: 28px;
}

h4.v-heading span,
h3.v-heading span,
h4.v-line-heading span {
    display: inline-block;
    position: relative;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
    content: "";
    position: absolute;
    height: 7px !important;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    top: -2px;
    width: 1200px;
}

aside h4.v-heading span:before,
aside h4.v-heading span:after {
    display: none;
}


h3.spb-icon-heading span:before,
h3.spb-icon-heading span:after {
    top: 11px;
}

h4.v-heading span:before,
h3.v-heading span:before,
h4.v-line-heading span:before {
    right: 100%;
    margin-right: 15px;
}

h4.v-heading span:after,
h3.v-heading span:after,
h4.v-line-heading span:after {
    left: 100%;
    margin-left: 15px;
}

h4.v-center-heading span:before,
h3.v-center-heading span:before,
h4.v-center-heading span:after,
h3.v-center-heading span:after {
    max-width: 30px;
    margin: 0 -10px;
}

h3.v-center-heading,
h4.v-center-heading {
    display: block !important;
    max-width: 100%;
    margin: 20px auto 45px;
    text-align: center;
}

h3.v-center-heading span, h4.v-center-heading span {
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.slider-wrap .heading-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.v-full-width-text h4.v-heading:before,
.v-bg-stylish h4.v-heading:before {
    border: 0;
}

.v-full-width-text h4.v-heading span,
.v-bg-stylish h4.v-heading span {
    background: transparent !important;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
    border-color: #e4e4e4;
}

h4.v-heading:before,
h3.v-heading:before,
h4.v-line-heading:before {
    border-top-color: #e4e4e4;
}

.no-shadow {
    box-shadow: none !important;
}

.v-bg-stylish .carousel-wrap .heading-wrap {
    text-align: center;
}

.v-bg-stylish h4.v-heading {
    display: inline-block;
}

.v-heading-v2 {
    display: block;
    margin-bottom: 25px;
    border-bottom: 1px dotted #e4e4e4;
}

.v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.v-heading-v2 span {
    margin-left: 8px;
    font-size: 10px;
    padding: 2px 4px;
    border-radius: 50%;
    font-weight: 600;
    color: white;
    padding-top: 1px;
}





.v-heading-v3 {
    display: block;
    margin-bottom: 35px;
}

.v-heading-v3 p {
    margin-bottom: 0px;
    color: #777;
    font-weight: 300;
}

.v-heading-v3 h1, .v-heading-v3 h2, .v-heading-v3 h3, .v-heading-v3 h4 {
    margin: 0px;
    padding-bottom: 12px;
}


.v-heading-v3 .horizontal-break {
    margin: 0px;
    width: 45px;
}






.help-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

.help-text .search-form {
    margin-bottom: 40px;
}

.help-text .search-form input {
    font-size: 14px;
}

.help-text a.btn.v-btn {
    margin: 0;
    text-transform: uppercase;
}

.no-results-text {
    margin-top: 20px;
}

.no-results-text p {
    margin-bottom: 15px;
}

.no-results-text .search-form input {
    margin-top: 0;
    margin-bottom: 60px;
}


/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

.v-page-heading {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-overlay .v-page-heading {
    padding-top: 125px;
}

.v-page-heading .heading-text {
    float: left;
}

.v-page-heading h1 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 18px;
    line-height: 38px;
}

.v-page-heading h3 {
    margin-bottom: 0;
}

.v-page-heading.v-fancy-heading {
    background-attachment: local;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
    background-position: 50% 0;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    display: none;
}

.v-page-heading {
    background-color: #f7f7f7;
    border-bottom-color: #e4e4e4;
}

.v-fancy-heading h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: inherit;
}

.v-fancy-heading.v-fancy-image.light-style h1,
.v-fancy-heading.v-fancy-image.light-style h3 {
    color: #fff !important;
}

.v-fancy-heading.v-fancy-image.dark-style h1,
.v-fancy-heading.v-fancy-image.dark-style h3 {
    color: #222 !important;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header {
    padding-top: 180px;
    padding-bottom: 120px;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-2x {
    padding-top: 240px;
    padding-bottom: 180px;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-3x {
    padding-top: 300px;
    padding-bottom: 240px;
}

.v-fancy-heading.v-fancy-top-header .heading-text .v-fancy-heading.v-fancy-top-header-2x .heading-text .v-fancy-heading.v-fancy-top-header-3x .heading-text {
    float: left;
}

.v-fancy-heading.v-fancy-top-header.v-fancy-image.light-style h2 .v-fancy-heading.v-fancy-top-header-2.v-fancy-image.light-style h2 .v-fancy-heading.v-fancy-top-header-3.v-fancy-image.light-style h2 {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    opacity: 0.7;
}

 


/* #Sidebar
================================================== */

.main aside.right-sidebar {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-left: solid 1px #EBEBEB;
    margin-bottom: -50px !important;
    width: 25% !important;
    padding-left: 30px;
}

.main .has-right-sidebar .col-sm-9 {
    border-right: solid 1px #EBEBEB;
    margin-right: -1px;
    padding-right: 30px !important;
    width: 75% !important;
    padding-left: 20px !important;
}

.main .has-left-sidebar .col-sm-9 {
    border-left: solid 1px #EBEBEB;
    margin-left: -1px;
    padding-left: 30px !important;
    width: 75% !important;
    padding-right: 20px !important;
}

.main aside.left-sidebar {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-right: solid 1px #EBEBEB;
    margin-bottom: -50px !important;
    width: 25% !important;
    padding-right: 26px;
}

.sidebar .widget hr {
    border-color: #e4e4e4;
}

.sidebar .widget-heading h4 {
    letter-spacing: 0.2px;
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 20px;
}

.sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar.left-sidebar {
    padding-right: 20px;
}

.sidebar.right-sidebar {
    padding-left: 20px;
}

.sidebar .widget_heading {
    margin-top: -6px;
}

.sidebar object, .sidebar object > img .sidebar embed {
    width: 100%;
    max-width: 100%;
}

.sidebar object > img {
    height: auto;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar .v-heading-v2 {
    margin-bottom: 20px !important;
}

.sidebar p {
    margin: 0 0 20px;
}

.sidebar .list-group {
    margin-left: -26px;
}

.sidebar .v-nav-menu-widget ul > li a {
    padding: 8px 15px;
    border-bottom: 0px solid #EBEBEB !important;
    padding-left: 30px;
    font-size: 13px;
}

.sidebar .v-category-widget ul > li a,
.sidebar .v-archive-widget ul > li a,
.sidebar .v-meta-data-widget ul > li a,
.sidebar .v-recent-entry-widget ul > li {
    border-bottom: 1px solid #EBEBEB;
    font-size: 13px; 
    font-weight: 500;
}

.sidebar .v-recent-entry-widget ul > li a {
    font-weight:500;
}

.list-toggle:after {
    top: 9px;
    right: 10px;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.sidebar .list-group span.badge {
    margin-right: 10px;
}

.sidebar .v-nav-menu-widget ul > li a i.fa {
    width: 29px;
    font-size: 14px;
    opacity: .8;
}

.sidebar .list-group .accordion-toggle {
    background-color: transparent;
    box-shadow: none;
}

.sidebar .list-group .list-group-item {
    padding: 0px;
    border-left: 0px !important;
    border-bottom: 1px solid #F7F7F7;
    border-right: 0px !important;
}

.sidebar.left-sidebar .list-group {
    margin-left: 0px;
    margin-right: -26px;
}

.sidebar.left-sidebar .v-nav-menu-widget ul > li a {
    padding-left: 5px;
}

.sidebar .v-nav-menu-widget ul > li a i[class*="icon-"] {
    width: 20px;
    font-size: 13px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: -1px;
}

.sidebar .v-nav-menu-widget ul > li.active {
    border-bottom: 1px solid rgb(241, 241, 241);
    border-top: 1px solid rgb(241, 241, 241);
    background: #FAFAFA;
    border-left-width: 1px;
    border-left-style: solid;
}

.sidebar .v-nav-menu-widget ul > li a:before {
    content: ' ';
}



/*Right Nav Sidebar*/
.v-sidebar-content-wrap {
    padding-top: 40px;
    padding-bottom: 26px;
}

.v-right-sidebar-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap {
    padding-right: 15px;
    padding-left: 40px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap .tab-content {
    padding: 0px;
    box-shadow: none;
    border: 0px solid #fff;
}

.v-right-sidebar-nav .v-right-sidebar-wrap {
    padding-right: 30px;
    padding-left: 15px;
    border-right: 1px solid #ccc;
    -webkit-box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}

.v-right-sidebar-inner {
    position: relative;
    z-index: 101;
    margin: 0 0 2em;
    border-top: 1px solid #e5e5e5;
}

.v-right-sidebar-inner > li {
    padding: 0;
    margin: 0;
}

.v-right-sidebar-inner > li > a {
    padding: 11px 10px !important;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    display: block;
}

.v-right-sidebar-inner > li > a .fa {
    width: 17px;
    margin-right: 15px;
    font-size: 1.15em;
    text-align: center;
}

.v-right-sidebar-inner > li > a:hover {
    background-color: #f4f4f4;
}

.v-right-sidebar-inner > li a.active,
.v-right-sidebar-inner > li a.active:focus,
.v-right-sidebar-inner > li a.active:hover {
    background-color: #fff;
}

.v-right-sidebar-inner > li + li {
    margin-top: 0;
}

.v-right-sidebar-nav .v-right-sidebar-inner {
    margin-left: 0;
    margin-right: -31px;
}

.v-right-sidebar-nav .v-right-sidebar-inner > li {
    margin: 0 1px 0 0;
    display: block;
    width: 100%;
}

.v-right-sidebar-nav .v-right-sidebar-inner > li a.active {
    margin-right: -1px;
}






/* #Widgets
================================================== */

.widget {
    padding-bottom: 50px;
}

.widget ul {
    margin: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 0;
    line-height: 19px;
}

.widget ul.v-list li {
    line-height: 180%;
}

.v-recent-comments-widget ul li {
    padding: 10px 0;
}

.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.widget a {
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.v-category-widget ul > li,
.v-archive-widget ul > li,
.v-nav-menu-widget ul > li,
.v-recent-comments-widget ul > li,
.v-meta-data-widget ul > li,
.v-recent-entry-widget ul > li {
    border-top: 1px solid transparent;
}

.v-category-widget ul > li:first-child,
.v-archive-widget ul > li:first-child,
.v-nav-menu-widget ul > li:first-child,
.v-recent-comments-widget ul > li:first-child,
.v-meta-data-widget ul > li:first-child,
.v-recent-entry-widget ul > li:first-child {
    border-top: 0;
}

.v-category-widget ul > li a:hover,
.v-archive-widget ul > li a:hover,
.v-nav-menu-widget ul > li a:hover,
.v-meta-data-widget ul > li a:hover,
.v-recent-entry-widget ul > li a:hover {
    text-decoration: none;
}

.v-archive-widget ul > li a:before,
.v-nav-menu-widget ul > li a:before,
.v-meta-data-widget ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}

.v-nav-menu-widget ul.sub-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; /* border radius */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.v-nav-menu-widget ul.sub-menu li {
    padding-left: 15px;
}

.widget .wp-tag-cloud {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    overflow: hidden;
}

.widget .wp-tag-cloud li a {
    background: #f7f7f7;
    border-color: #e4e4e4;
}

.widget .tagcloud a:hover,
.widget ul.wp-tag-cloud li:hover > a {
    color: #ffffff;
}

.widget .wp-tag-cloud li {
    float: left;
    margin-bottom: 4px;
}

.widget ul.wp-tag-cloud li > a {
    margin-right: 4px;
    padding: 3px 8px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #4a4a4a;
    font-size: 11px !important;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-color: #4a4a4a;
    color: white;
}

.widget .wp-tag-cloud li > a:hover {
    border-color: transparent;
    background-image: url(../img/crease.svg);
}

.browser-ie .widget .wp-tag-cloud li > a:hover, .browser-ie10 .widget .wp-tag-cloud li > a:hover {
    background-image: none;
}

.sidebar .v-recent-entry-widget span.post-date {
    display: block;
    line-height: 13px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
    margin-bottom: 15px;
    margin-top: -5px;
}

.widget-video iframe {
    width: 100%;
}

.widget.v-photo-stream-widget li {
    height: 70px;
    width: 70px;
    padding: 0;
    border: 0;
    overflow: hidden;
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 8px 8px 0;
    background-image: url(../img/crease.svg);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
}

.widget.v-photo-stream-widget li:nth-child(3n) {
    margin-right: 0;
}

.browser-ie .widget.v-photo-stream-widget li, .browser-ie10 .widget.v-photo-stream-widget li {
    background-image: none;
}

.v-photo-stream-widget li img {
    height: 70px;
    width: auto;
    min-height: 70px;
    min-width: 70px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.v-photo-stream-widget li:hover img {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.widget ul.v-photo-stream-images li a {
    padding: 0;
}

.widget ul.v-photo-stream-images li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -8px;
    margin-right: -10px;
    color: #999;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget ul.v-photo-stream-images li:hover a:after {
    opacity: 1;
}

.browser-ie .widget ul.v-photo-stream-images li a:after {
    display: none;
}

.widget ul.v-photo-stream-images li a:after, .portfolio-grid li a:after {
    color: #ffffff;
}


.widget.v-search-widget {
    padding-bottom: 35px;
}

.v-search-widget form {
    position: relative;
    margin-bottom: 0;
}

.v-search-widget form input {
    margin: 0;
    border: 1px solid #e3e3e3;
    width: 100%;
    height: 42px;
    font-size: 13px;
    line-height: 19px;
    padding-left: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    border-color: transparent;
}

.v-search-widget form input[type="submit"] {
    visibility: hidden;
    height: 0;
    padding: 0;
}

.v-search-widget form:after {
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 15px;
    padding-right: 15px;
    position: absolute;
    float: right;
    top: 10px;
    right: 0;
    color: #8e8e8e;
    content: "\f002";
    content: "\e01f";
    cursor: pointer;
    font-weight: 600;
    font-family: "FontAwesome";
    font-family: "streamline-30px" !important;
}




/* footer
================================================== */


.footer-v2 footer {
    background: #f7f7f7;
    border-top: 3px solid #eee;
    padding: 45px 0;
    padding-bottom: 30px;
} 

.footer-v2 footer, .footer-v2 footer p {
    color: #666;
}

footer .widget ul li,
footer .v-category-widget ul,
footer .v-archive-widget ul,
footer .v-nav-menu-widget ul,
footer .v-recent-comments-widget ul,
footer .v-meta-data-widget ul,
footer .v-recent-entry-widget ul {
    border-color: #313131;
}


footer .widget hr {
    border-color: #4a4a4a;
}

 

footer a, footer a:hover {
    text-decoration: none !important;
}

footer .widget {
    padding-bottom: 10px;
}

footer .widget .widget-heading .horizontal-break {
    margin: 0;
    margin-bottom: 30px;
    width: 32px;
    background: #7E7E7E;
}

.footer-v3 footer {
    background: #222222;
}

.footer-v3 footer .col-sm-3:first-child {
    border-left: solid 0px rgba(255,255,255,.1);
    padding-left: 15px;
}

.footer-v3 footer .col-sm-3 {
    border-left: solid 1px rgba(255,255,255,.1);
    padding: 0 25px;
}

.footer-v3 footer .col-sm-3:last-child {
    padding-right: 15px;
}

.footer-v3 .copyright {
    border-top-width: 1px;
    background-color: #2C2C2C;
    border-top-color: #333333;
    padding: 16px 0;
}

.footer-v3 footer h4 {
    font-family: source_sans_probold,Arial,Helvetica,Tahoma,sans-serif;
    letter-spacing: 1.8px;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    color: #f4f4f4 !important;
}

.footer-v3 footer, .footer-v3 footer p {
    color: #999;
    line-height: 21px;
}

.footer-v3 footer .portfolio-grid li {
    margin: 0 8px 9px 0 !important;
}

.footer-v3 footer .copyright a,
.footer-v3 footer .copyright p {
    color: #aaa;
}


footer .col-sm-3:last-child {
    padding-right: 15px;
}

/*.copyright {
    padding: 23px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    border-top: 1px solid #333;
    border-top-width: 1px;
    background-color: #242424;
}*/

.footer-v2 .copyright {
    background-color: #EBEBEB;
    border-top-color: #E0E0E0;
}

.copyright p {
    font-size: 13px;
    float: left;
    margin-bottom: 0;
    line-height: 25px;
    color: #888;
    padding-bottom: 0px;
}

.footer-v2 .copyright p {
    color: #555;
}

.copyright a, .copyright a:hover {
    text-decoration: none;
}

.copyright nav .menu {
    float: right;
    margin: 0;
}

.copyright nav .menu li {
    display: inline-block;
    margin-left: 15px;
    border-bottom: 1px dotted;
}

.copyright nav .menu li:first-child {
    border-left: 0;
}

.copyright nav .menu li ul {
    display: none;
}


footer .widget ul.wp-tag-cloud li > a {
    border: 1px solid #3F3E3E;
    padding: 5px 8px;
}

footer .widget .wp-tag-cloud li a {
    background: #242424;
    border-color: #5E5E5E;
}

footer .widget ul.wp-tag-cloud li > a:hover {
    color: #fff;
}

footer .footer-contact-info p {
    margin-bottom: 6px;
}

footer .footer-contact-info .fa {
    margin-right: 10px;
    font-size: 14px;
    width: 12px;
}

footer .widget ul li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .v-recent-entry-widget.widget ul li:first-child a {
    padding-top: 0px;
}

footer .v-recent-entry-widget .post-date {
    margin-bottom: 12px;
    display: block;
    margin-top: -8px;
    font-size: 12px;
}

.copyright a {
    color: #777;
    font-size: 12px;
}




.footer-idea { 
    padding-bottom: 0;
    margin-bottom: 0; 
}

.footer-idea.light {
    border-top: 1px solid #ececec;
    background-color: white;
}

.dark-color {
    color: #111!important;
}

.footer-idea.light p {
    color: #777;
}

.footer-idea > .container {
    padding-bottom: 50px;
}

footer.footer-idea.light h4 {
    color: #111 !important;
}

footer.footer-idea h4 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 18px;
    margin-bottom: 15px;
}

footer.footer-idea.light .widget ul li > a {
    color: #777;
}

footer.footer-idea.dark a:not(.primary-color){
    color:#999;
}

footer.footer-idea .widget ul li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

footer.footer-idea .widget ul li > a:hover,
footer.footer-idea a:hover {
    color: #328fe4;
}

.footer-idea.light .copyright {
    background-color: white;
    border-top: 1px solid #ececec;
}

.footer-idea .copyright nav .menu li {
    border-bottom: 0;
    margin-left: 20px;
}








footer.straight.light {
    border-top: 1px solid #ececec;
    background-color: white;
}

footer.straight.light a {
    color: #333;
    text-transform: uppercase;
}

footer.straight.dark a { 
    text-transform: uppercase;
}

footer.straight .copyright { 
    border: none;
    padding-top: 45px;
}

footer.straight.light .copyright {
    background-color: white; 
}

footer.straight.light > .container {
    border-bottom: 1px solid #ececec;
}

footer.straight.dark > .container {
    border-bottom: 1px solid #3a3a3a;
}

footer.straight .straight-menu {
    margin-bottom: 20px;
        margin-top: 25px;
}

footer.straight .straight-menu li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

footer.straight .straight-menu a {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

footer.straight .footer-logo {
    margin-bottom: 25px;
}

footer.straight .straight-social {
    overflow: hidden;
    width: 20%;
    text-align: center;
    display: inline-block; 
    margin-bottom: -43px;
}

footer.straight.light .straight-social {
    background: white;
}

footer.straight.dark .straight-social {
    background-color: #222222;
}

footer.straight .straight-social a {
    display: inline-block;
    float: none;
    text-align: center;
}




/* --------------------------------------------
	SEARCH FORM
-------------------------------------------- */

.search-form input {
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: transparent;
    width: 85%;
    padding: 10px;
    margin-top: 40px;
}

/* --------------------------------------------
	TOOLTIPS
-------------------------------------------- */

/*a[rel="tooltip"] {
	border-bottom: 1px dotted #e3e3e3;
     border-color: #1e73be;
}*/
span.tooltip {
    display: block;
    background: #5F5F5F;
    color: #f7f7f7;
    position: absolute;
    left: 50%;
    bottom: 25px;
    padding: 3px 10px;
    width: auto;
    line-height: 20px;
    white-space: nowrap;
    z-index: 8;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

span.tooltip .arrow {
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #5F5F5F;
}

.grid-img-wrap span.tooltip {
    bottom: 65px;
}




.read-more {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #e3e3e3;
}

.read-more i, .read-more em {
    color: transparent;
}

.read-more-button {
    font-size: 12px;
    height: auto;
    padding: 10px 16px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-color: #e4e4e4;
    letter-spacing: 1.5px;
}

.read-more-link {
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    display: block;
}

.item-link {
    text-decoration: none;
}

.portfolio .item-link i {
    margin-right: 5px;
    vertical-align: -2px;
}


/*Home Intro*/
.home-intro {
    background-color: #f8f8f8;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 30px 0 21px 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

.home-intro .btn-buy {
    margin-top: 30px;
}

.home-intro .v-smash-text-large {
    margin-bottom: 10px;
    font-size: 30px !important;
}




/*Contact Us and Map*/
.special-contact-form textarea,
.special-contact-form input {
    margin-bottom: 10px !important;
}

.fw-map {
    background: #292929;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
}

.map-info-section {
    width: 440px;
    padding: 20px 30px;
    background: #FFF;
    background: rgba(255,255,255,.94);
    position: relative;
    z-index: 91;
    float: right;
    margin: 60px 0;
    border: solid 1px #f5f8ff;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.fw-map-wrapper {
    position: relative;
    min-height: 600px;
    display: block;
    overflow: hidden;
}

.map-info-section .minimize-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ccc;
}

.map-info-section.minimized {
    height: 60px !important;
}


/*Panels*/
.panel-default > .panel-heading {
    background-color: #fff;
    box-shadow: none;
    border-color: #ebebeb;
}

.panel-default {
    border-color: #e4e4e4;
}

.panel {
    box-shadow: none;
}

.panel-title {
    font-size: 14px;
}

.panel-title i.fa {
    width: 20px;
    margin-right: 3px;
}

.panel-group .panel {
    border-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 6px;
}

.panel-body {
    padding: 20px;
    padding-top: 10px;
}

.panel-blue {
    border-color: #3498db;
}

.panel-blue > .panel-heading {
    background: #3498db;
}

.panel-green {
    border-color: #2ecc71;
}

.panel-green > .panel-heading {
    background: #2ecc71;
}

.panel-grey {
    border-color: #95a5a6;
}

.panel-grey > .panel-heading {
    background: #95a5a6;
}

.panel-red {
    border-color: #e74c3c;
}

.panel-red > .panel-heading {
    background: #e74c3c;
}



/*Glyphicons Icons*/
.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.bs-glyphicons li {
    width: 12.5%;
    float: left;
    width: 16.5%;
    height: 100px;
    padding: 10px;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.glyphs.css-mapping {
    padding: 0px 0 20px 30px;
}

.glyphs.css-mapping li {
    margin: 0 30px 5px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}

.glyphs.css-mapping .icon {
    margin: 0;
    margin-right: 10px;
    padding: 13px;
    height: 50px;
    width: 50px;
    color: #162a36 !important;
    overflow: hidden;
    float: left;
    font-size: 24px;
}

.glyphs.css-mapping input {
    margin: 0;
    margin-top: 5px;
    padding: 8px;
    line-height: 16px;
    font-size: 16px;
    display: block;
    width: 270px;
    height: 40px;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    outline: 0;
    float: right;
}



/*Page not found*/
.v-page-not-found-wrap h1.v-404 {
    font-size: 160px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 160px;
}

.v-page-not-found-wrap h1.v-error {
    margin-top: 15px;
    margin-bottom: -35px;
    font-size: 50px;
    margin-left: 48px;
}

.v-page-not-found-wrap .v-search-widget {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


/*Landing Page*/
.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
}

.subscription-form .subscriber-button {
    margin-bottom: 0px;
    padding: 15px 20px 14px;
}

.subscription-form .subscriber-email {
    width: 300px;
    height: 45px;
    margin-bottom: 0px;
    background-color: #fff !important;
}

.subscription-form .subscriber-email:active,
.subscription-form .subscriber-email:focus {
    background-color: #fff !important;
}


/*Beadcrumb*/

.v-page-heading .breadcrumb {
    float: right;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 8px 0 6px;
    font-size: 12px;
}

.v-page-heading .breadcrumb > li + li:before {
    padding: 0 3px;
}

/*End breadcrumb*/




/*Button*/

.v-yellow,
.v-yellow:hover,
.v-third-dark,
.v-third-dark:hover,
.v-second-dark:hover,
.v-second-dark {
    box-shadow: none;
}

/*End Button*/

 



.sep-double {
    height: 8px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.demo-sep {
    clear: both;
}

.sep-double,
.sep-dashed, .sep-dotted, .search-page-search-form {
    border-color: #e0dede !important;
}







/*Login*/

.v-signup {
    width: 400px;
    background: #fff;
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 15px 5px rgba(0,0,0,.1);
    border-top-width: 4px;
    border-top-style: solid;
}

.v-signup-v2 {
    width: 350px;
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 2px;
    padding-top: 20%;
    padding-bottom: 20%;
    margin-left: auto;
    margin-right: auto;
}

.login-wrap {
    padding-top: 20%;
}

.v-register {
    width:430px;
}

.body-sign .checkbox-custom {
    margin-top: 8px;
}

.body-sign .line-thru {
    display: block;
    font-size: 12px;
    font-size: 1rem;
    position: relative;
}

.body-sign .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}

.body-sign .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.body-sign .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

body .btn-facebook,
body .btn-facebook:focus {
    background: #3B5998;
    border: 1px solid #37538D;
}

body .btn-twitter,
body .btn-twitter:focus {
    background: #55ACEE;
    border: 1px solid #47A5ED;
}

body .btn-facebook,
body .btn-facebook:active,
body .btn-facebook:hover,
body .btn-facebook:focus,
body .btn-twitter,
body .btn-twitter:active,
body .btn-twitter:hover,
body .btn-twitter:focus,
body .btn-gplus,
body .btn-gplus:active,
body .btn-gplus:hover,
body .btn-gplus:focus {
    color: #FFF !important;
    padding: 10px 18px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-facebook:hover {
    background: #4162a7;
    border-color: #3d5c9c;
}

.btn-twitter:hover {
    background: #63b3ef;
    border-color: #55acee;
}
/*End Login*/

.text-aling-left {
    text-align: left !important;
}





/*======================================================
    Special Socials
======================================================*/
div .social-container .social-hover:after {
    content: '\f099';
    font-family: "Font Awesome 5 Brands";
}

div .social-container-facebook .social-hover:after {
    content: '\f09a';
    font-family: "Font Awesome 5 Brands";
}

.avia-social-buttons {
    display: block;
    clear: both;
    position: relative;
    padding: 8px;
    border-radius: 50px;
    background: #fcfcfc;
    margin-bottom: -47px;
    margin-left: auto;
    top: -94px;
    text-align: center;
    margin-right: auto;
    /*width: 468px;*/
    width: 43%;
    box-shadow: 0 -1px 2px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, .2), inset 0 .25rem 1rem rgba(0, 0, 0, .1) !important;
}

.social-container .social-inner {
    position: relative;
    z-index: 10;
}

.social-container .fb_iframe_widget > span {
    overflow: hidden;
}

.social-c-1, .social-c-1 .social-shadow, .social-c-1 .social-overlay, .social-c-1 .social-hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.social-c-2, .social-c-2 .social-shadow, .social-c-2 .social-overlay, .social-c-2 .social-hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.social-container {
    display: inline-block;
    /*width: 222px;*/
    width: 49%;
    height: 40px;
    line-height: 48px;
    background: #f8f8f8;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
    box-shadow: 0 -1px 2px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, .2), inset 0 .25rem 1rem rgba(0, 0, 0, .1) !important;
    margin: 0px;
    position: relative;
}

.social-container .social-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
}

.social-container-twitter .social-hover {
    background-color: #46d4fe;
    border: 1px solid rgb(33, 173, 214);
}

.social-container-facebook .social-hover {
    background-color: #37589b;
    border: 1px solid rgb(31, 63, 128);
}

.csstransforms3d .social-container:hover .social-hover {
    -webkit-transform: rotateX(-120deg);
    -moz-transform: rotateX(-120deg);
    -ms-transform: rotateX(-120deg);
    -o-transform: rotateX(-120deg);
    transform: rotateX(-120deg);
    border-top-width: 4px;
}

.no-csstransforms3d .social-container:hover .social-hover {
    opacity: 0;
    top: -25px;
}

.csstransforms3d .social-container .social-shadow, .social-container .social-hover, .social-container .social-overlay {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.csstransforms3d .social-container .social-shadow {
    top: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    height: 3.5rem;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    z-index: 10;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
}

.csstransforms3d .social-container:hover .social-shadow {
    opacity: 1;
    -ms-transform: rotateX(45deg) scale(.95);
    -o-transform: rotateX(45deg) scale(.95);
    -moz-transform: rotateX(45deg) scale(.95);
    -webkit-transform: rotateX(45deg) scale(.95);
    transform: rotateX(45deg) scale(.95);
}

.social-container .social-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10;
    opacity: 0.5;
}

.social-container:hover .social-overlay {
    opacity: 0;
}

.social-container .social-hover:after {
    color: #fff;
    position: relative;
    top: -4px;
    -webkit-text-shadow: 0 2px 4px rgba(0,0,0,.2);
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.social-inner a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    top: -5px;
    color: #555;
    font-weight: bold;
}

/*======================================================
   End Special Socials
======================================================*/


.v-shadow {
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.07);
}

.no-box-shadow {
    box-shadow: none !important;
}

p.featured { font-size: 1.6em; line-height: 1.5em; font-family: "MuseoSlab300Regular", Arial, Helvetica, Tahoma, sans-serif; }

h1.section-title {
    font-size: 60px;
}

.section-title, .section-separator-title, .section-subtitle {
    /*position: relative;
    text-transform: uppercase;
    font-weight: 600;*/
}

.section-title {
    line-height: .90277777777777777777777777777778;
    margin-bottom: .9722222222222222em;
    word-wrap: break-word;
}

.section-title small, .section-separator-title small, .section-subtitle small {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    display: block;
    text-transform: none;
    margin-top: 15px;
    font-family: 'Poppins';
}

.ms-view {
    background: transparent !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.google-map {
    background: #E5E3DF;
    height: 400px;
    width: 100%;
}

.big-padding.owl-carousel .owl-item {
    padding: 0px 25px;
}








.nhr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 30px 0;
    float: left;
    border-color: #e1e1e1;
    color: #e1e1e1;
}

.nhr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.nhr-shadow .nhr-inner {
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}






/*Hr small*/
.nhr-small {
    height: 20px;
    line-height: 20px;
    margin: 30px 0 30px 0;
    float: none;
}

.nhr-small .nhr-inner {
    width: 30%;
    left: 49%;
    margin-left: -14%;
}

.nhr-small.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-tall.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-small.nhr-right .nhr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}


.nhr-small .nhr-inner-style-circle {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-small.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-small.nhr-right .nhr-inner-style-circle {
    left: auto;
    right: 0;
}

.nhr-small .nhr-inner-style-circle, .nhr-small .nhr-inner {
    background-color: #fcfcfc;
}

.nhr-small .nhr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-small.nhr-left .nhr-inner-style {
    left: 5px;
}

.nhr-small.nhr-right .nhr-inner-style {
    left: auto;
    right: 0;
}

.nhr-small .nhr-inner-style, .nhr-small .nhr-inner {
    background-color: #FFFFFF;
}

div .nhr-small .nhr-inner-style:before {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #2A9DEA;
}

.nhr-small .nhr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -18px;
    line-height: 33px;
    text-align: center;
    border: none;
    z-index: 100;
}
/*End Hr small*/


/*Hr Short*/
.nhr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0 30px 0;
    float: none;
}

.nhr-short.small-margin {
    margin: 10px 0 20px 0 !important;
}

.nhr-short .nhr-inner {
    width: 25%;
    left: 50%;
    margin-left: -12%;
}

.nhr-short.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-tall.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-short.nhr-right .nhr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}


.nhr-short .nhr-inner-style-circle {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    text-align: center;
}

.nhr-short .nhr-inner-style-circle:before {
    content: "\f141";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #888;
}

.nhr-short.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-tall.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-short.nhr-right .nhr-inner-style-circle {
    left: auto;
    right: 0;
}

.nhr-short .nhr-inner-style-circle, .nhr-short .nhr-inner {
    background-color: #fff;
}


.v-bg-stylish-v4 .nhr-short .nhr-inner-style-circle,
.v-bg-stylish-v4 .nhr-short .nhr-inner {
    background-color: #f7f7f7;
}

.nhr-transparent-light .nhr-inner-style-circle{
        background-color: transparent;
}

.nhr-short .nhr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-short.nhr-left .nhr-inner-style {
    left: 5px;
}

.nhr-short.nhr-right .nhr-inner-style {
    left: auto;
    right: 0;
}

.nhr-short .nhr-inner-style, .nhr-short .nhr-inner {
    background-color: #FFFFFF;
}

div .nhr-short .nhr-inner-style:before {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #2A9DEA;
}

.nhr-short .nhr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -18px;
    line-height: 33px;
    text-align: center;
    border: none;
    z-index: 100;
}

.nhr-short .nhr-inner-style, .nhr-short .nhr-inner {
    background-color: #FFFFFF;
}
/*End Hr Short*/


.overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #1c1f21;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: 0.8;
}

.text-color-light {
    color: #FFF !important;
}

.text-color-light-2 {
    color: #e2e2e2 !important;
}

.text-color-light-3 {
    color: #a2a2a2 !important;
}

.text-color-dark {
    color: #1c1f21 !important;
}

.text-color-default {
    color: #707070 !important;
}

.link-color-dark {
    color: #1c1f21;
}

.link-color-light {
    color: #FFF;
}

.link-color-light:hover {
    color: #f1f3f7 !important;
}

.link-color-light-2 {
    color: #f1f3f7;
}

.link-color-light-2:hover, .link-color-light-2:focus, .link-color-light-2:active, .link-color-light-2.active {
    color: #FFF !important;
}

.link-color-light-3 {
    color: #a2a2a2;
}

.link-color-light-3:hover, .link-color-light-3:focus, .link-color-light-3:active, .link-color-light-3.active {
    color: #FFF !important;
}
 

/* Sliders */
.slider-container {
    background: #1c1f21;
    width: 100%;
    height: 490px;
    overflow: hidden;
    direction: ltr;
}

.slider-container.slider-container-full-height {
    height: 100vh;
}

.slider-container.slider-container-height-490 {
    height: 490px;
}

.slider-container.slider-container-height-550 {
    height: 550px;
}

.slider-container.slider-container-height-600 {
    height: 600px;
}

.slider-container.slider-container-height-650 {
    height: 650px;
}

.slider-container.slider-container-height-720 {
    height: 720px;
}

.slider-container.slider-container-height-800 {
    height: 800px;
}

.slider-container.slider-container-height-870 {
    height: 870px;
}

/* Slider With Overlay */
.rev_slider li.slide-overlay {
    /* Slider With Overlay Opacity Level */
}

.rev_slider li.slide-overlay .slotholder:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.9;
    background: #1c1f21;
    z-index: 2;
}

.rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
    background: #FFF;
}

.rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
    opacity: 0.0;
}

.rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
    opacity: 0.1;
}

.rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
    opacity: 0.2;
}

.rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
    opacity: 0.3;
}

.rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
    opacity: 0.4;
}

.rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
    opacity: 0.5;
}

.rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
    opacity: 0.6;
}

.rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
    opacity: 0.7;
}

.rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
    opacity: 0.8;
}

.rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
    opacity: 0.9;
}

.rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
    opacity: 0.10;
}

/* Slider Navigation */
.tp-bullets.bullets-style-1 .tp-bullet {
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

/* Slider Arrows */
.tparrows {
    /* Arrows Dark */
}

.tparrows.slider-arrows-style-1 {
    background: transparent !important;
}

.tparrows.slider-arrows-style-1:hover:before {
    opacity: 0.8;
}

.tparrows.slider-arrows-style-2 {
    background: transparent !important;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:before, .tparrows.slider-arrows-style-2.tp-rightarrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    opacity: 0.4;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:after, .tparrows.slider-arrows-style-2.tp-rightarrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    width: 60px;
    border-top: 1px solid #FFF;
    opacity: 0.4;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: ease width 300ms, ease opacity 300ms;
    transition: ease width 300ms, ease opacity 300ms;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:hover:before, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:before {
    opacity: 0.8;
}

.tparrows.slider-arrows-style-2.tp-leftarrow:hover:after, .tparrows.slider-arrows-style-2.tp-rightarrow:hover:after {
    width: 90px;
    opacity: 0.8;
}

.tparrows.slider-arrows-style-2.tp-rightarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tparrows.slider-arrows-dark:before {
    color: #1c1f21;
}

/* Slider Contact Form */
.slider-contact-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 99999;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.slider-contact-form-wrapper .slider-contact-form {
    background: rgba(28, 31, 33, 0.3);
    padding: 80px 80px 256px;
    padding: 5rem 5rem 16rem;
    min-width: 416px;
}

.slider-contact-form-wrapper .slider-contact-form > p {
    color: #969696;
}

.slider-contact-form-wrapper .slider-contact-form form label {
    color: #CCC;
}

@media (max-width: 575px) {
    .slider-contact-form-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-contact-form-wrapper .slider-contact-form {
        min-width: 256px;
        padding: 3rem;
    }
}

@media (max-width: 320px) {
    .slider-contact-form-wrapper .slider-contact-form {
        padding: 1rem;
    }
}
/* Slider Scroll Button */
.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    background: #CCC;
    border-radius: 100%;
}

.slider-scroll-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 49%;
    width: 23px;
    height: 34px;
    border: 1px solid #FFF;
    border-radius: 15px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
    content: '';
    width: 6px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
    position: absolute;
    top: 19px;
    left: 49%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-animation-name: sliderScrollButton;
    animation-name: sliderScrollButton;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Custom Layer Styles */
.layer-bg-color-1 {
    background-color: #2b3b4b;
}

.layer-border-1 {
    border: 5px solid #55616E;
}

.layer-border-width-1 {
    border-width: 5px !important;
}

.layer-border-width-2 {
    border-width: 2px !important;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}

/* Responsive Letter Spacing for Text Layers */
@media (min-width: 576px) {
    .layer-letter-spacing-10 {
        letter-spacing: 10px !important;
    }
}
/* Boxed */
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}

.light_heavy_70_shadowed {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-family: 'Poppins';
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.light_medium_30_shadowed {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: initial;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.exp-separator {
    border-color: #328fe4;
    border-top-width: 2px;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 55px;
    border-top-style: solid;
    height: auto;
    clear: both;
    position: relative;
    z-index: 11;
}

.exp-separator-inner {
    border-color: #328fe4;
    opacity: 0.4;
    border-top-width: 2px;
    margin-top: 6px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 30px;
    border-top-style: solid;
    height: auto;
    clear: both;
    position: relative;
    z-index: 11;
}

.center-separator .exp-separator-inner,
.center-separator.exp-separator {
    margin-left: auto;
    margin-right: auto;
}

.right-separator .exp-separator-inner,
.right-separator.exp-separator {
    margin-right: 0;
    margin-left: auto;
}


/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

.slider-container .tparrows {
    border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
    display: none;
}

.slider-container .top-label {
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
    color: #FFF;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.slider-container .blackboard-text {
    color: #BAB9BE;
    font-size: 46px;
    line-height: 46px;
    font-family: "Shadows Into Light", cursive;
    text-transform: uppercase;
}

.slider-container .btn.btn-lg.btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 1.2rem 1.8rem;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
    color: #333;
}

.slider-container .tp-caption-dark a {
    color: #333;
}

.slider-container .tp-caption-dark a:hover {
    color: #333;
}

.slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
    background-color: transparent;
}

.slider-container.light {
    background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
    color: #333;
}

.slider-container.light .tp-caption a {
    color: #333;
}

.slider-container.light .tp-caption a:hover {
    color: #333;
}

/* Arrows */
.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0;
}

.tparrows.tparrows-carousel.tp-leftarrow:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
}

.tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px;
}

.tparrows.tparrows-carousel.tp-rightarrow:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
}

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}

/* Defaults */
.hesperiden-custom {
    padding: 10px 0 !important;
}

.hesperiden-custom .tp-tab {
    border: 0 !important;
}

/* Slider With Overlay */
.slider-with-overlay {
    position: relative;
}

.slider-with-overlay .slider-container {
    z-index: auto;
}

/* Slider Contact Form */
.slider-contact-form {
    margin: -45px 0 25px;
}

.slider-contact-form .featured-box {
    text-align: left;
}

.slider-contact-form label.error {
    display: none !important;
}

.slider-contact-form .alert {
    padding: 6px;
    text-align: center;
}

.slider-contact-form textarea {
    resize: none;
}

/* Responsive */
@media (min-width: 992px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%;
    }
}
/* Boxed */
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}



.img-circle {
    border-radius: 50%;
}

/* ===========================================
    Opacity
============================================ */

.o-0,
.o-h-0:hover {
    opacity: 0;
}

.o-1,
.o-h-1:hover {
    opacity: .1;
}

.o-2,
.o-h-2:hover {
    opacity: .2;
}

.o-3,
.o-h-3:hover {
    opacity: .3;
}

.o-4,
.o-h-4:hover {
    opacity: .4;
}

.o-5,
.o-h-5:hover {
    opacity: .5;
}

.o-6,
.o-h-6:hover {
    opacity: .6;
}

.o-7,
.o-h-7:hover {
    opacity: .7;
}

.o-8,
.o-h-8:hover {
    opacity: .8;
}

.o-9,
.o-h-9:hover {
    opacity: .9;
}

.o-10,
.o-h-10:hover {
    opacity: 1;
}








.no-vertical-scroll {
    overflow-y: hidden;
}

.no-horizontal-scroll {
    overflow-x: hidden;
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.col-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-sm-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-sm-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-sm-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-md-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-md-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-lg-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-lg-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-xl-3-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-xl-4-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}


/* Overlays */
.overlay {
    /* Backward */
}

.overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #1c1f21;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
}

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: 0.8;
}

.overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
    opacity: 0.1;
}

.overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
    opacity: 0.2;
}

.overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
    opacity: 0.3;
}

.overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
    opacity: 0.4;
}

.overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
    opacity: 0.5;
}

.overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
    opacity: 0.6;
}

.overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
    opacity: 0.7;
}

.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
    opacity: 0.8;
}

.overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
    opacity: 0.9;
}

.overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
    z-index: 0;
}

.overlay .container-fluid {
    position: relative;
    z-index: 3;
}

/* Overlay Colors */
.overlay-light:before {
    background-color: #FFF !important;
}

.overlay-dark:before {
    background-color: #1c1f21 !important;
}



/* Flags */
.flag {
    width: 16px;
    height: 11px;
    background: url('../img/base/flags.png') no-repeat;
    margin-top: -1px;
}

.flag.flag-ad {
    background-position: -16px 0;
}

.flag.flag-ae {
    background-position: -32px 0;
}

.flag.flag-af {
    background-position: -48px 0;
}

.flag.flag-ag {
    background-position: -64px 0;
}

.flag.flag-ai {
    background-position: -80px 0;
}

.flag.flag-al {
    background-position: -96px 0;
}

.flag.flag-am {
    background-position: -112px 0;
}

.flag.flag-an {
    background-position: -128px 0;
}

.flag.flag-ao {
    background-position: -144px 0;
}

.flag.flag-ar {
    background-position: -160px 0;
}

.flag.flag-as {
    background-position: -176px 0;
}

.flag.flag-at {
    background-position: -192px 0;
}

.flag.flag-au {
    background-position: -208px 0;
}

.flag.flag-aw {
    background-position: -224px 0;
}

.flag.flag-az {
    background-position: -240px 0;
}

.flag.flag-ba {
    background-position: 0 -11px;
}

.flag.flag-bb {
    background-position: -16px -11px;
}

.flag.flag-bd {
    background-position: -32px -11px;
}

.flag.flag-be {
    background-position: -48px -11px;
}

.flag.flag-bf {
    background-position: -64px -11px;
}

.flag.flag-bg {
    background-position: -80px -11px;
}

.flag.flag-bh {
    background-position: -96px -11px;
}

.flag.flag-bi {
    background-position: -112px -11px;
}

.flag.flag-bj {
    background-position: -128px -11px;
}

.flag.flag-bm {
    background-position: -144px -11px;
}

.flag.flag-bn {
    background-position: -160px -11px;
}

.flag.flag-bo {
    background-position: -176px -11px;
}

.flag.flag-br {
    background-position: -192px -11px;
}

.flag.flag-bs {
    background-position: -208px -11px;
}

.flag.flag-bt {
    background-position: -224px -11px;
}

.flag.flag-bv {
    background-position: -240px -11px;
}

.flag.flag-bw {
    background-position: 0 -22px;
}

.flag.flag-by {
    background-position: -16px -22px;
}

.flag.flag-bz {
    background-position: -32px -22px;
}

.flag.flag-ca {
    background-position: -48px -22px;
}

.flag.flag-catalonia {
    background-position: -64px -22px;
}

.flag.flag-cd {
    background-position: -80px -22px;
}

.flag.flag-cf {
    background-position: -96px -22px;
}

.flag.flag-cg {
    background-position: -112px -22px;
}

.flag.flag-ch {
    background-position: -128px -22px;
}

.flag.flag-ci {
    background-position: -144px -22px;
}

.flag.flag-ck {
    background-position: -160px -22px;
}

.flag.flag-cl {
    background-position: -176px -22px;
}

.flag.flag-cm {
    background-position: -192px -22px;
}

.flag.flag-cn {
    background-position: -208px -22px;
}

.flag.flag-co {
    background-position: -224px -22px;
}

.flag.flag-cr {
    background-position: -240px -22px;
}

.flag.flag-cu {
    background-position: 0 -33px;
}

.flag.flag-cv {
    background-position: -16px -33px;
}

.flag.flag-cw {
    background-position: -32px -33px;
}

.flag.flag-cy {
    background-position: -48px -33px;
}

.flag.flag-cz {
    background-position: -64px -33px;
}

.flag.flag-de {
    background-position: -80px -33px;
}

.flag.flag-dj {
    background-position: -96px -33px;
}

.flag.flag-dk {
    background-position: -112px -33px;
}

.flag.flag-dm {
    background-position: -128px -33px;
}

.flag.flag-do {
    background-position: -144px -33px;
}

.flag.flag-dz {
    background-position: -160px -33px;
}

.flag.flag-ec {
    background-position: -176px -33px;
}

.flag.flag-ee {
    background-position: -192px -33px;
}

.flag.flag-eg {
    background-position: -208px -33px;
}

.flag.flag-eh {
    background-position: -224px -33px;
}

.flag.flag-england {
    background-position: -240px -33px;
}

.flag.flag-er {
    background-position: 0 -44px;
}

.flag.flag-es {
    background-position: -16px -44px;
}

.flag.flag-et {
    background-position: -32px -44px;
}

.flag.flag-eu {
    background-position: -48px -44px;
}

.flag.flag-fi {
    background-position: -64px -44px;
}

.flag.flag-fj {
    background-position: -80px -44px;
}

.flag.flag-fk {
    background-position: -96px -44px;
}

.flag.flag-fm {
    background-position: -112px -44px;
}

.flag.flag-fo {
    background-position: -128px -44px;
}

.flag.flag-fr {
    background-position: -144px -44px;
}

.flag.flag-ga {
    background-position: -160px -44px;
}

.flag.flag-gb {
    background-position: -176px -44px;
}

.flag.flag-gd {
    background-position: -192px -44px;
}

.flag.flag-ge {
    background-position: -208px -44px;
}

.flag.flag-gf {
    background-position: -224px -44px;
}

.flag.flag-gg {
    background-position: -240px -44px;
}

.flag.flag-gh {
    background-position: 0 -55px;
}

.flag.flag-gi {
    background-position: -16px -55px;
}

.flag.flag-gl {
    background-position: -32px -55px;
}

.flag.flag-gm {
    background-position: -48px -55px;
}

.flag.flag-gn {
    background-position: -64px -55px;
}

.flag.flag-gp {
    background-position: -80px -55px;
}

.flag.flag-gq {
    background-position: -96px -55px;
}

.flag.flag-gr {
    background-position: -112px -55px;
}

.flag.flag-gs {
    background-position: -128px -55px;
}

.flag.flag-gt {
    background-position: -144px -55px;
}

.flag.flag-gu {
    background-position: -160px -55px;
}

.flag.flag-gw {
    background-position: -176px -55px;
}

.flag.flag-gy {
    background-position: -192px -55px;
}

.flag.flag-hk {
    background-position: -208px -55px;
}

.flag.flag-hm {
    background-position: -224px -55px;
}

.flag.flag-hn {
    background-position: -240px -55px;
}

.flag.flag-hr {
    background-position: 0 -66px;
}

.flag.flag-ht {
    background-position: -16px -66px;
}

.flag.flag-hu {
    background-position: -32px -66px;
}

.flag.flag-ic {
    background-position: -48px -66px;
}

.flag.flag-id {
    background-position: -64px -66px;
}

.flag.flag-ie {
    background-position: -80px -66px;
}

.flag.flag-il {
    background-position: -96px -66px;
}

.flag.flag-im {
    background-position: -112px -66px;
}

.flag.flag-in {
    background-position: -128px -66px;
}

.flag.flag-io {
    background-position: -144px -66px;
}

.flag.flag-iq {
    background-position: -160px -66px;
}

.flag.flag-ir {
    background-position: -176px -66px;
}

.flag.flag-is {
    background-position: -192px -66px;
}

.flag.flag-it {
    background-position: -208px -66px;
}

.flag.flag-je {
    background-position: -224px -66px;
}

.flag.flag-jm {
    background-position: -240px -66px;
}

.flag.flag-jo {
    background-position: 0 -77px;
}

.flag.flag-jp {
    background-position: -16px -77px;
}

.flag.flag-ke {
    background-position: -32px -77px;
}

.flag.flag-kg {
    background-position: -48px -77px;
}

.flag.flag-kh {
    background-position: -64px -77px;
}

.flag.flag-ki {
    background-position: -80px -77px;
}

.flag.flag-km {
    background-position: -96px -77px;
}

.flag.flag-kn {
    background-position: -112px -77px;
}

.flag.flag-kp {
    background-position: -128px -77px;
}

.flag.flag-kr {
    background-position: -144px -77px;
}

.flag.flag-kurdistan {
    background-position: -160px -77px;
}

.flag.flag-kw {
    background-position: -176px -77px;
}

.flag.flag-ky {
    background-position: -192px -77px;
}

.flag.flag-kz {
    background-position: -208px -77px;
}

.flag.flag-la {
    background-position: -224px -77px;
}

.flag.flag-lb {
    background-position: -240px -77px;
}

.flag.flag-lc {
    background-position: 0 -88px;
}

.flag.flag-li {
    background-position: -16px -88px;
}

.flag.flag-lk {
    background-position: -32px -88px;
}

.flag.flag-lr {
    background-position: -48px -88px;
}

.flag.flag-ls {
    background-position: -64px -88px;
}

.flag.flag-lt {
    background-position: -80px -88px;
}

.flag.flag-lu {
    background-position: -96px -88px;
}

.flag.flag-lv {
    background-position: -112px -88px;
}

.flag.flag-ly {
    background-position: -128px -88px;
}

.flag.flag-ma {
    background-position: -144px -88px;
}

.flag.flag-mc {
    background-position: -160px -88px;
}

.flag.flag-md {
    background-position: -176px -88px;
}

.flag.flag-me {
    background-position: -192px -88px;
}

.flag.flag-mg {
    background-position: -208px -88px;
}

.flag.flag-mh {
    background-position: -224px -88px;
}

.flag.flag-mk {
    background-position: -240px -88px;
}

.flag.flag-ml {
    background-position: 0 -99px;
}

.flag.flag-mm {
    background-position: -16px -99px;
}

.flag.flag-mn {
    background-position: -32px -99px;
}

.flag.flag-mo {
    background-position: -48px -99px;
}

.flag.flag-mp {
    background-position: -64px -99px;
}

.flag.flag-mq {
    background-position: -80px -99px;
}

.flag.flag-mr {
    background-position: -96px -99px;
}

.flag.flag-ms {
    background-position: -112px -99px;
}

.flag.flag-mt {
    background-position: -128px -99px;
}

.flag.flag-mu {
    background-position: -144px -99px;
}

.flag.flag-mv {
    background-position: -160px -99px;
}

.flag.flag-mw {
    background-position: -176px -99px;
}

.flag.flag-mx {
    background-position: -192px -99px;
}

.flag.flag-my {
    background-position: -208px -99px;
}

.flag.flag-mz {
    background-position: -224px -99px;
}

.flag.flag-na {
    background-position: -240px -99px;
}

.flag.flag-nc {
    background-position: 0 -110px;
}

.flag.flag-ne {
    background-position: -16px -110px;
}

.flag.flag-nf {
    background-position: -32px -110px;
}

.flag.flag-ng {
    background-position: -48px -110px;
}

.flag.flag-ni {
    background-position: -64px -110px;
}

.flag.flag-nl {
    background-position: -80px -110px;
}

.flag.flag-no {
    background-position: -96px -110px;
}

.flag.flag-np {
    background-position: -112px -110px;
}

.flag.flag-nr {
    background-position: -128px -110px;
}

.flag.flag-nu {
    background-position: -144px -110px;
}

.flag.flag-nz {
    background-position: -160px -110px;
}

.flag.flag-om {
    background-position: -176px -110px;
}

.flag.flag-pa {
    background-position: -192px -110px;
}

.flag.flag-pe {
    background-position: -208px -110px;
}

.flag.flag-pf {
    background-position: -224px -110px;
}

.flag.flag-pg {
    background-position: -240px -110px;
}

.flag.flag-ph {
    background-position: 0 -121px;
}

.flag.flag-pk {
    background-position: -16px -121px;
}

.flag.flag-pl {
    background-position: -32px -121px;
}

.flag.flag-pm {
    background-position: -48px -121px;
}

.flag.flag-pn {
    background-position: -64px -121px;
}

.flag.flag-pr {
    background-position: -80px -121px;
}

.flag.flag-ps {
    background-position: -96px -121px;
}

.flag.flag-pt {
    background-position: -112px -121px;
}

.flag.flag-pw {
    background-position: -128px -121px;
}

.flag.flag-py {
    background-position: -144px -121px;
}

.flag.flag-qa {
    background-position: -160px -121px;
}

.flag.flag-re {
    background-position: -176px -121px;
}

.flag.flag-ro {
    background-position: -192px -121px;
}

.flag.flag-rs {
    background-position: -208px -121px;
}

.flag.flag-ru {
    background-position: -224px -121px;
}

.flag.flag-rw {
    background-position: -240px -121px;
}

.flag.flag-sa {
    background-position: 0 -132px;
}

.flag.flag-sb {
    background-position: -16px -132px;
}

.flag.flag-sc {
    background-position: -32px -132px;
}

.flag.flag-scotland {
    background-position: -48px -132px;
}

.flag.flag-sd {
    background-position: -64px -132px;
}

.flag.flag-se {
    background-position: -80px -132px;
}

.flag.flag-sg {
    background-position: -96px -132px;
}

.flag.flag-sh {
    background-position: -112px -132px;
}

.flag.flag-si {
    background-position: -128px -132px;
}

.flag.flag-sk {
    background-position: -144px -132px;
}

.flag.flag-sl {
    background-position: -160px -132px;
}

.flag.flag-sm {
    background-position: -176px -132px;
}

.flag.flag-sn {
    background-position: -192px -132px;
}

.flag.flag-so {
    background-position: -208px -132px;
}

.flag.flag-somaliland {
    background-position: -224px -132px;
}

.flag.flag-sr {
    background-position: -240px -132px;
}

.flag.flag-ss {
    background-position: 0 -143px;
}

.flag.flag-st {
    background-position: -16px -143px;
}

.flag.flag-sv {
    background-position: -32px -143px;
}

.flag.flag-sx {
    background-position: -48px -143px;
}

.flag.flag-sy {
    background-position: -64px -143px;
}

.flag.flag-sz {
    background-position: -80px -143px;
}

.flag.flag-tc {
    background-position: -96px -143px;
}

.flag.flag-td {
    background-position: -112px -143px;
}

.flag.flag-tf {
    background-position: -128px -143px;
}

.flag.flag-tg {
    background-position: -144px -143px;
}

.flag.flag-th {
    background-position: -160px -143px;
}

.flag.flag-tibet {
    background-position: -176px -143px;
}

.flag.flag-tj {
    background-position: -192px -143px;
}

.flag.flag-tk {
    background-position: -208px -143px;
}

.flag.flag-tl {
    background-position: -224px -143px;
}

.flag.flag-tm {
    background-position: -240px -143px;
}

.flag.flag-tn {
    background-position: 0 -154px;
}

.flag.flag-to {
    background-position: -16px -154px;
}

.flag.flag-tr {
    background-position: -32px -154px;
}

.flag.flag-tt {
    background-position: -48px -154px;
}

.flag.flag-tv {
    background-position: -64px -154px;
}

.flag.flag-tw {
    background-position: -80px -154px;
}

.flag.flag-tz {
    background-position: -96px -154px;
}

.flag.flag-ua {
    background-position: -112px -154px;
}

.flag.flag-ug {
    background-position: -128px -154px;
}

.flag.flag-um {
    background-position: -144px -154px;
}

.flag.flag-us {
    background-position: -160px -154px;
}

.flag.flag-uy {
    background-position: -176px -154px;
}

.flag.flag-uz {
    background-position: -192px -154px;
}

.flag.flag-va {
    background-position: -208px -154px;
}

.flag.flag-vc {
    background-position: -224px -154px;
}

.flag.flag-ve {
    background-position: -240px -154px;
}

.flag.flag-vg {
    background-position: 0 -165px;
}

.flag.flag-vi {
    background-position: -16px -165px;
}

.flag.flag-vn {
    background-position: -32px -165px;
}

.flag.flag-vu {
    background-position: -48px -165px;
}

.flag.flag-wales {
    background-position: -64px -165px;
}

.flag.flag-wf {
    background-position: -80px -165px;
}

.flag.flag-ws {
    background-position: -96px -165px;
}

.flag.flag-xk {
    background-position: -112px -165px;
}

.flag.flag-ye {
    background-position: -128px -165px;
}

.flag.flag-yt {
    background-position: -144px -165px;
}

.flag.flag-za {
    background-position: -160px -165px;
}

.flag.flag-zanzibar {
    background-position: -176px -165px;
}

.flag.flag-zm {
    background-position: -192px -165px;
}

.flag.flag-zw {
    background-position: -208px -165px;
}







.join-us-form {
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 20px;
    width: 100%;
    border: 5px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: white;
}

.join-us-form:before {
    background: #328fe4;
    color: white;
    z-index: 1;
    content: "\f0e0";
    height: 75px;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px;
    width: 75px;
    line-height: 74px;
    font-size: 35px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.18);
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.18);
    box-shadow: 1px 2px 2px rgba(0,0,0,.18);
}





.item-shadow {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.b-bordered {
    border-bottom: 1px solid #eaeaea !important;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.715) !important;
}

.t-bordered {
    border-top: 1px solid #eaeaea;
}


.fsx { background: #e4e4e429; padding: 5px 15px; line-height: 10px; border-radius: 50px; }




.v-icon-box-grid .spb_icon_box {
    width: 33%;
    min-height: 260px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #222;
    float: left;
}

.v-icon-box-grid .spb_icon_box .outline-svg svg path {
    stroke: #222
}

.v-icon-box-grid[data-colour="light"] .spb_icon_box {
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1)
}

.v-icon-box-grid[data-colour="light"] .spb_icon_box a{
    color: #fff; 
}

.v-icon-box-grid[data-colour="light"] .spb_icon_box .outline-svg svg path {
    stroke: #fff
}

.v-icon-box-grid .spb_icon_box:hover {
    background: rgba(0,0,0,0.05)
}

.v-icon-box-grid[data-columns="3"] .spb_icon_box:nth-child(-n+3) {
    border-top-width: 0
}

.v-icon-box-grid[data-columns="3"] .spb_icon_box:nth-child(3n-1),
.v-icon-box-grid[data-columns="3"] .spb_icon_box:nth-child(3n-2) {
    box-shadow: 1px 0 0 rgba(0,0,0,0.1);
}

.v-icon-box-grid[data-colour="light"][data-columns="3"] .spb_icon_box:nth-child(3n-1),
.v-icon-box-grid[data-colour="light"][data-columns="3"] .spb_icon_box:nth-child(3n-2) {
    box-shadow: 1px 0 0 rgba(255,255,255,0.1)
}

.v-icon-box-grid[data-columns="4"] .spb_icon_box {
    width: 25%
}

.v-icon-box-grid[data-columns="4"] .spb_icon_box:nth-child(4n-1),
.v-icon-box-grid[data-columns="4"] .spb_icon_box:nth-child(4n-2),
.v-icon-box-grid[data-columns="4"] .spb_icon_box:nth-child(4n-3) {
    box-shadow: 1px 0 0 rgba(0,0,0,0.1)
}

.v-icon-box-grid[data-columns="4"] .spb_icon_box:nth-child(-n+4) {
    border-top-width: 0
}

.v-icon-box-grid[data-colour="light"][data-columns="4"] .spb_icon_box:nth-child(4n-3),
.v-icon-box-grid[data-colour="light"][data-columns="4"] .spb_icon_box:nth-child(4n-2) {
    box-shadow: 1px 0 0 rgba(255,255,255,0.1)
}

.v-icon-box-grid .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.v-icon-box-grid .v-icon-box-content-wrap {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.v-icon-box-grid .v-icon-box-content-wrap::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.v-icon-box-grid .v-icon-box-inner-wrap {
    width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px
}

.v-icon-box-grid .spb_icon_box .divider-line {
    width: 0;
    max-width: 80%;
    height: 2px;
    margin: 0;
    display: inline-block;
    background-color: #e3e3e3
}

.v-icon-box-grid .spb_icon_box:hover .divider-line {
    width: 150px
}

.v-icon-box-grid .spb_icon_box .grid-icon-wrap a.linked-icon {
    color: inherit
}

.v-icon-box-grid .spb_icon_box .v-svg-icon-holder > i,
.v-icon-box-grid .spb_icon_box .v-svg-icon-holder > img,
.v-icon-box-grid .spb_icon_box .v-svg-icon-holder > svg {
    height: 50px;
    font-size: 48px;
}

.v-icon-box-grid .spb_icon_box .grid-icon-wrap i.v-icon {
    color: inherit;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal
}

.v-icon-box-grid .spb_icon_box:hover .grid-icon-wrap {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    opacity: .8
}

.v-icon-box-grid .spb_icon_box h3 {
    margin: 0;
    color: inherit
}

.v-icon-box-grid .spb_icon_box:hover h3 {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.v-icon-box-grid .spb_icon_box .grid-icon-wrap {
    height: 48px
}

.v-icon-box-grid .spb_icon_box .divider-line,
.v-icon-box-grid .spb_icon_box .grid-icon-wrap,
.v-icon-box-grid .spb_icon_box h3,
.v-icon-box-grid .spb_icon_box .v-svg-icon-holder > svg path {
    -webkit-transition: all 500ms cubic-bezier(1.000,0,.6,1);
    -moz-transition: all 500ms cubic-bezier(1.000,0,.6,1);
    -o-transition: all 500ms cubic-bezier(1.000,0,.6,1);
    transition: all 500ms cubic-bezier(1.000,0,.6,1)
}

@media only screen and (max-width: 767px) {
    .v-icon-box-grid[data-columns="3"] .spb_icon_box {
        width: 100%;
        border-top: 1px solid #e3e3e3;
        box-shadow: none !important
    }

    .v-icon-box-grid[data-columns="4"] .spb_icon_box {
        width: 50%;
        float: left
    }

    .v-icon-box-grid[data-columns="4"] .spb_icon_box:nth-child(n+3):not(:nth-last-child(-n+2)) {
        border-top-width: 1px
    }

    .v-icon-box-grid .spb_icon_box:nth-child(-n+3),
    .v-icon-box-grid[data-columns="3"] .spb_icon_box:nth-child(-n+3) {
        border-top-width: 1px
    }

    .v-icon-box-grid .spb_icon_box:first-child {
        border-top-width: 0
    }
}

@media only screen and (max-width: 479px) {
    .v-icon-box-grid .spb_icon_box,
    .v-icon-box-grid[data-columns="3"] .spb_icon_box,
    .v-icon-box-grid[data-columns="4"] .spb_icon_box {
        width: 100%;
        border-top: 1px solid #e3e3e3;
        box-shadow: none !important
    }
}














.img-features { position:relative;    overflow: hidden; }
.img-features img:first-child { position:absolute; }


.overlay-jb {
        width: 100%;
    height: 100%;
    position: absolute;
    opacity: .4;
    background-image: -webkit-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: -moz-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: -o-linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
    background-image: linear-gradient(36deg,#1a8bf0 0,#25292d 100%);
}
.masthead.medium {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 31.5rem;
}





/* Job List
================================================== */
ul.spatialism-sec li { list-style: none; margin: 0; position: relative; }
ul.spatialism-sec li a { background: #f9f9f9; border: 1px solid #f1f1f1; display: block; font-size: 13px; font-weight: 500; line-height: 24px; margin: 0; outline: none; padding: 10px 30px 12px 23px; position: relative; text-decoration: none; border-radius: 3px; margin-bottom: 5px; font-size: 15px; }
ul.spatialism-sec li a:hover { background: white; }
ul.spatialism-sec li a span { color: #999 !important; display: block; font-size: 13px; font-weight: normal; }
/*ul.spatialism-sec li a:after { color: #ccc; content: "\f054";font-family: "Font Awesome 5 Free"!important; font-size: 21px; margin-top: -15px; position: absolute; right: 11px; top: 50%; }*/
ul.spatialism-sec i { display: inline-block; font-size: 25px; padding-right: 20px; line-height: 45px; vertical-align: top; }
ul.spatialism-sec .spatialism-sec-nner { display: inline-block;    color: #1e2022; }

.jobs { margin-bottom: 30px; }
.job { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 1.7rem 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin-bottom: -1px; transition: all 0.2s ease-in-out; }
.job > * { padding-right: 2rem; }
.job-title-and-company { margin: 0; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.job-location, .job-type { color: #1e2022; font-weight: 600; font-size: 16px; }
.job-link { margin-left: auto; }
.job > :last-child { padding-right: 0; }
.job-address, .job-term { white-space: nowrap; /*color: #fff;*/ font-weight: 400; }
.job-company { font-size: 18px; font-family: 'Poppins'; font-weight: 500; color: #1e2022; line-height: 24px; }
.job-title { font-size: 17px; font-family: 'Poppins'; color: #6d767d; }
.job-title-and-company:hover .job-title { color: #1e2022; }












/*------------------------------------
  Oval divider
------------------------------------*/
.oval-divider--bottom, .oval-divider--top { display: block; position: absolute; width: 100%; height: 100%; pointer-events: none; background-repeat-y: no-repeat; }
.oval-divider--bottom { margin-bottom: -1px; }
.oval-divider--bottom { background-size: 100% 100px; bottom: 0; height: 100px; z-index: 1; }
.oval-divider--top { background-size: 100% 100px; top: -1px; height: 100px; z-index: 1;    transform: rotate(180deg); }
.oval-divider--1 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDMuNEMxMDUwLjU5IDE4IDEwMTkuNCA4NC44OSA3MzQuNDIgODQuODljLTMyMCAwLTMyMC04NC4zLTY0MC04NC4zQzU5LjQuNTkgMjguMiAxLjYgMCAzLjRWMTQwaDEyODB6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTAgMjQuMzFjNDMuNDYtNS42OSA5NC41Ni05LjI1IDE1OC40Mi05LjI1IDMyMCAwIDMyMCA4OS4yNCA2NDAgODkuMjQgMjU2LjEzIDAgMzA3LjI4LTU3LjE2IDQ4MS41OC04MFYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA1MS43NmMtMjAxIDEyLjQ5LTI0Mi40MyA1My40LTUxMy41OCA1My40LTMyMCAwLTMyMC01Ny02NDAtNTctNDguODUuMDEtOTAuMjEgMS4zNS0xMjYuNDIgMy42VjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=); }
.oval-divider--2 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDQydjk4aDEyODBMMCA0MnoiLz48L2c+PC9zdmc+); }
.oval-divider--3 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==); }
.oval-divider--4 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGw2NDAtNzAgNjQwIDcwVjBMNjQwIDcwIDAgMHYxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMTQwaDEyODBMNjQwIDcwIDAgMTQweiIvPjwvZz48L3N2Zz4=); }
.oval-divider--5 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+); }
.oval-divider--6 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik03MjUuMjkgMTAxLjJDMzI1LjIyIDEyMi40OCAwIDAgMCAwdjE0MGgxMjgwVjBzLTE1NC42NCA3OS45Mi01NTQuNzEgMTAxLjJ6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTU1Ni40NSAxMTkuNzRDOTUzLjQxIDE0MCAxMjgwIDE0IDEyODAgMTR2MTI2SDBWMHMxNTkuNSA5OS40OCA1NTYuNDUgMTE5Ljc0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02NDAgMTQwYzM1My40NiAwIDY0MC0xNDAgNjQwLTEzOXYxNDBIMFYwczI4Ni41NCAxNDAgNjQwIDE0MHoiLz48L2c+PC9zdmc+); }
.oval-divider--7 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+); }
.oval-divider--8 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==); }
.oval-divider--9 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2NiA5MS41MmE3Mi41OSA3Mi41OSAwIDAgMS0zMC43NiAzLjcxTDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==); }
.oval-divider--10 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMDk0LjQ0IDExOUwxNzIuNyA2OC43MmE3NC41NCA3NC41NCAwIDAgMS0yNS4xOS01Ljk1TDAgMHYxNDBoMTI4MFYwbC0xMzMuODUgMTAyYy0xNS44NCAxMi4wOS0zMy43IDE3Ljk1LTUxLjcxIDE3eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDkzLjQ4IDEzMS44NUwxNzMgOTRhNzYuODUgNzYuODUgMCAwIDEtMzYuNzktMTEuNDZMMCAwdjE0MGgxMjgwVjBsLTEzMS44MSAxMTEuNjhjLTE2LjQ3IDEzLjk2LTM1LjQ3IDIwLjk2LTU0LjcxIDIwLjE3eiIvPjwvZz48L3N2Zz4=); }
.oval-divider--11 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDEyNy44OTlsNjAuNjEzIDQuODc4IDk1LjY0NS02LjIxMSA4Ni4zNjMtMTYuMDc0IDc4LjY4NCA5Ljg4MyA5MC4xMzYtMjEuNTk0IDk0LjQ1NCA3LjU3NCA3Ny45MjUtMTcuNjYgOTEuNjY0IDIwLjc5OCA3Ni45NjEtMTIuNjQ5IDYzLjY2NC0yMS40MjIgOTcuNjAyIDcuMDcgODMuNjcyLTI5LjYxNyA2Ni4yODUgMTEuNjc4IDcwLjc5My0yMy4zMzQgNzQuODYzLTQuNjQxTDEyODAgMHYxNDBIMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxMjYuNzFsNjAuNjEzIDcuNDE1TDE1Ni4yNTcgMTMxbDg2LjM2NC0xMy44NzkgNzguNjgzIDkuNzMxIDkwLjEzNy0xNy4wNTkgOTQuNDUzIDcuNjY2IDc2LjkyNi0xMS44MzMgODIuNjY0IDEzLjkzNSA3Ni45NjEtOC40NzUgNzMuNjY0LTIyLjEyNiA5Ny42MDEgNy4zMjggODMuNjcyLTIyLjk1MiA2Ni4yODUgMTAuOTMzIDcwLjc5NC0xOC4yMjRoNzkuODYyTDEyODAgMzUuODM4VjE0MEgweiIvPjwvZz48L3N2Zz4=); }
.oval-divider--12 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDBsNjQuOCAzMC45NSA5MS4yLTIuNTQgOTUuNDYgMjcuODcgMTIwLjA0LjJMNDQzIDgzLjE1bDkwLjA5LTMuMTJMNjQwIDExMC4xMmwxMDIuMzktMjkuNzMgODUuNTUgOC41MSA4OC4xMS01Ljc1TDk5MiA1Mi4yMmw3My4yMSA0LjI2TDExMzIgMzguNzlsNzctLjMzTDEyODAgMHYxNDBIMFYweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDBsNjQuOCAzOC42OSA5MS4yLTMuMTggOTUuNDYgMzQuODQgMTIwLjA0LjI0IDcxLjUgMzMuMzUgOTAuMDktMy45MUw2NDAgMTM3LjY1bDEwMi4zOS0zNy4xNyA4NS41NSAxMC42NSA4OC4xMS03LjE5TDk5MiA2NS4yOGw3My4yMSA1LjMxIDY2Ljc5LTIyLjEgNzctLjQxTDEyODAgMHYxNDBIMFYweiIvPjwvZz48L3N2Zz4=); }
.oval-divider--13 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgdmlld0JveD0iMCAwIDEyODAgODYiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDY2LjFjLTMuOCAwLTcuNi4zLTExLjQuOC0xOC4zLTMyLjYtNTkuNi00NC4yLTkyLjItMjUuOS0zLjUgMi02LjkgNC4zLTEwIDYuOS0yMi43LTQxLjctNzQuOS01Ny4yLTExNi42LTM0LjUtMTQuMiA3LjctMjUuOSAxOS4zLTMzLjggMzMuMy0uMi4zLS4zLjYtLjUuOC0xMi4yLTEuNC0yMy43IDUuOS0yNy43IDE3LjUtMTEuOS02LjEtMjUuOS02LjMtMzcuOS0uNi0yMS43LTMwLjQtNjQtMzcuNS05NC40LTE1LjctMTIuMSA4LjYtMjEgMjEtMjUuNCAzNS4yLTEwLjgtOS4zLTI0LjMtMTUtMzguNS0xNi4yLTguMS0yNC42LTM0LjYtMzgtNTkuMi0yOS45LTE0LjMgNC43LTI1LjUgMTYtMzAgMzAuMy00LjMtMS45LTguOS0zLjItMTMuNi0zLjgtMTMuNi00NS41LTYxLjUtNzEuNC0xMDctNTcuOGE4Ni4zOCA4Ni4zOCAwIDAgMC00My4yIDI5LjRjLTguNy0zLjYtMTguNy0xLjgtMjUuNCA0LjgtMjMuMS0yNC44LTYxLjktMjYuMi04Ni43LTMuMS03LjEgNi42LTEyLjUgMTQuOC0xNS45IDI0LTI2LjctMTAuMS01Ni45LS40LTcyLjggMjMuMy0yLjYtMi43LTUuNi01LjEtOC45LTYuOS0uNC0uMi0uOC0uNC0xLjItLjctLjYtMjUuOS0yMi00Ni40LTQ3LjktNDUuOC0xMS41LjMtMjIuNSA0LjctMzAuOSAxMi41LTE2LjUtMzMuNS01Ny4xLTQ3LjMtOTAuNi0zMC44LTIxLjkgMTEtMzYuMyAzMi43LTM3LjYgNTcuMS03LTIuMy0xNC41LTIuOC0yMS44LTEuNkM4NC44IDQ3IDU1LjcgNDAuNyAzNCA1NC44Yy01LjYgMy42LTEwLjMgOC40LTEzLjkgMTQtNi42LTEuNy0xMy4zLTIuNi0yMC4xLTIuNi0uMSAwIDAgMTkuOCAwIDE5LjhoMTI4MFY2Ni4xeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xNS42IDg2SDEyODBWNDguNWMtMy42IDEuMS03LjEgMi41LTEwLjQgNC40LTYuMyAzLjYtMTEuOCA4LjUtMTYgMTQuNS04LjEtMS41LTE2LjQtLjktMjQuMiAxLjctMy4yLTM5LTM3LjMtNjguMS03Ni40LTY0LjktMjQuOCAyLTQ2LjggMTYuOS01Ny45IDM5LjMtMTkuOS0xOC41LTUxLTE3LjMtNjkuNCAyLjYtOC4yIDguOC0xMi44IDIwLjMtMTMuMSAzMi4zLS40LjItLjkuNC0xLjMuNy0zLjUgMS45LTYuNiA0LjQtOS40IDcuMi0xNi42LTI0LjktNDguMi0zNS03Ni4yLTI0LjQtMTIuMi0zMy40LTQ5LjEtNTAuNi04Mi41LTM4LjQtOS41IDMuNS0xOC4xIDkuMS0yNSAxNi41LTcuMS02LjktMTcuNS04LjgtMjYuNi01LTMwLjQtMzkuMy04Ny00Ni4zLTEyNi4yLTE1LjgtMTQuOCAxMS41LTI1LjYgMjcuNC0zMSA0NS40LTQuOS42LTkuNyAxLjktMTQuMiAzLjktOC4yLTI1LjktMzUuOC00MC4yLTYxLjctMzItMTUgNC44LTI2LjkgMTYuNS0zMS44IDMxLjUtMTQuOSAxLjMtMjkgNy4yLTQwLjMgMTctMTEuNS0zNy40LTUxLjItNTguNC04OC43LTQ2LjgtMTQuOCA0LjYtMjcuNyAxMy45LTM2LjcgMjYuNS0xMi42LTYtMjcuMy01LjctMzkuNy42LTQuMS0xMi4yLTE2LjItMTkuOC0yOS0xOC40LS4yLS4zLS4zLS42LS41LS45LTI0LjQtNDMuMy03OS40LTU4LjYtMTIyLjctMzQuMi0xMy4zIDcuNS0yNC40IDE4LjItMzIuNCAzMS4yQzk5LjggMTguNSA1MCAyOC41IDI1LjQgNjUuNGMtNC4zIDYuNC03LjUgMTMuMy05LjggMjAuNnoiLz48L2c+PC9zdmc+); }
.oval-divider--14 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+); }
.oval-divider--15 { background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+); }





/*------------------------------------
  Overlay
------------------------------------*/
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; border-radius: inherit; }

[data-overlay],
[data-overlay-light] { position: relative; }

[data-overlay]::before, [data-overlay-light]::before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: #191919; border-radius: inherit; }
[data-overlay="1"]::before { opacity: .1; }
[data-overlay="2"]::before { opacity: .2; }
[data-overlay="3"]::before { opacity: .3; }
[data-overlay="4"]::before { opacity: .4; }
[data-overlay="5"]::before { opacity: .5; }
[data-overlay="6"]::before { opacity: .6; }
[data-overlay="7"]::before { opacity: .7; }
[data-overlay="8"]::before { opacity: .8; }
[data-overlay="9"]::before { opacity: .9; }

[data-overlay-light]::before { background: #fff; }
[data-overlay-light="1"]::before { opacity: .1; }
[data-overlay-light="2"]::before { opacity: .2; }
[data-overlay-light="3"]::before { opacity: .3; }
[data-overlay-light="4"]::before { opacity: .4; }
[data-overlay-light="5"]::before { opacity: .5; }
[data-overlay-light="6"]::before { opacity: .6; }
[data-overlay-light="7"]::before { opacity: .7; }
[data-overlay-light="8"]::before { opacity: .8; }
[data-overlay-light="9"]::before { opacity: .9; }

[data-scrim-top],
[data-scrim-bottom] { position: relative; }
[data-scrim-top]::before,
[data-scrim-bottom]::before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 20%; background: linear-gradient(to bottom, #191919 0%, rgba(0, 0, 0, 0) 100%); z-index: 0; border-radius: inherit; }

[data-scrim-bottom]::before { top: 20%; bottom: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191919 100%) }
[data-scrim-top="0"]::before,
[data-scrim-bottom="0"]::before { opacity: 0; }

[data-scrim-top="1"]::before, [data-scrim-bottom="1"]::before { opacity: .1; }
[data-scrim-top="2"]::before, [data-scrim-bottom="2"]::before { opacity: .2; }
[data-scrim-top="3"]::before, [data-scrim-bottom="3"]::before { opacity: .3; }
[data-scrim-top="4"]::before, [data-scrim-bottom="4"]::before { opacity: .4; }
[data-scrim-top="5"]::before, [data-scrim-bottom="5"]::before { opacity: .5; }
[data-scrim-top="6"]::before, [data-scrim-bottom="6"]::before { opacity: .6; }
[data-scrim-top="7"]::before, [data-scrim-bottom="7"]::before { opacity: .7; }
[data-scrim-top="8"]::before, [data-scrim-bottom="8"]::before { opacity: .8; }
[data-scrim-top="9"]::before, [data-scrim-bottom="9"]::before { opacity: .9; }




/*------------------------------------
  Video Link
------------------------------------*/
.m-video-link .m-video-link--icon { -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; padding: 12px; border-radius: 50%; background: rgba(255,255,255,0.20); line-height: 1; display: inline-block; margin-right: 10px; }
.m-video-link .m-video-link--icon i { background: rgba(255, 255, 255, 0.39); padding: 22px; border-radius: 50%; text-align: center; color: white; }
.m-video-link .m-video-link--icon:hover{
    padding: 15px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.m-video-link--text { display: inline-block; vertical-align: -10px; }



/*------------------------------------
  Video
------------------------------------*/
video { max-width: 100% }
.video-wrapper { position: relative; display: block; width: 100%; padding: 0; overflow: hidden }
.video-wrapper::before { display: block; content: ""; z-index: 0 }
.video-wrapper.ratio-21x9::before { padding-top: 42.85714% }
.video-wrapper.ratio-16x9::before { padding-top: 56.25% }
.video-wrapper.ratio-4x3::before { padding-top: 75% }
.video-wrapper.ratio-1x1::before { padding-top: 100% }
.video-wrapper .poster { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-background-size: cover; background-size: cover; background-position: 50% 50%; border-radius: inherit; z-index: 1; -webkit-transition: .3s; transition: .3s }
.video-wrapper .btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; -webkit-transition: .3s; transition: .3s }
.video-wrapper .btn:hover { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.video-wrapper iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: inherit }
.video-wrapper.reveal .poster, .video-wrapper.reveal .btn { opacity: 0; visibility: hidden; -webkit-transition: 0.8s linear; transition: 0.8s linear }
.video-btn-wrapper { position: relative }
.video-btn-wrapper .btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .3s; transition: .3s }
.bg-video { position: absolute; object-fit: cover; width: 100%; height: 100%; z-index: -100 }



/*------------------------------------
  Parallax
------------------------------------*/
.jarallax { position: relative; z-index: 0; }
.jarallax > .jarallax-img { position: absolute; object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }



/*------------------------------------
  Social Icons
------------------------------------*/
.social a { display: inline-block; width: 32px; height: 32px; line-height: 32px; margin-right: 4px; margin-bottom: 4px; text-align: center; color: inherit; font-size: 1rem; border-radius: 3px; opacity: 0.8; -webkit-transition: .4s ease-out; transition: .4s ease-out; }
.social a:hover { opacity: 1; }
.social a:last-child { margin-right: 0; }
.social a.social-facebook:hover { color: #3b5998; }
.social a.social-google:hover { color: #dd4b39; }
.social a.social-gplus:hover { color: #dd4b39; }
.social a.social-twitter:hover { color: #00aced; }
.social a.social-linkedin:hover { color: #007bb6; }
.social a.social-pinterest:hover { color: #cb2027; }
.social a.social-git:hover { color: #666666; }
.social a.social-tumblr:hover { color: #32506d; }
.social a.social-vimeo:hover { color: #aad450; }
.social a.social-youtube:hover { color: #bb0000; }
.social a.social-flickr:hover { color: #ff0084; }
.social a.social-reddit:hover { color: #ff4500; }
.social a.social-dribbble:hover { color: #ea4c89; }
.social a.social-skype:hover { color: #00aff0; }
.social a.social-instagram:hover { color: #517fa4; }
.social a.social-lastfm:hover { color: #c3000d; }
.social a.social-soundcloud:hover { color: #ff8800; }
.social a.social-behance:hover { color: #1769ff; }
.social a.social-envato:hover { color: #82b541; }
.social a.social-medium:hover { color: #00ab6c; }
.social a.social-spotify:hover { color: #1db954; }
.social a.social-quora:hover { color: #a82400; }
.social a.social-xing:hover { color: #026466; }
.social a.social-snapchat:hover { color: #fffc00; }
.social a.social-telegram:hover { color: #0088cc; }
.social a.social-whatsapp:hover { color: #075e54; }
.social a.social-rss:hover { color: #f26522; }
.social-vertical { display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; }
.social-sm a { width: 28px; height: 28px; line-height: 28px; margin-right: 2px; margin-bottom: 2px; font-size: 0.8125rem; }
.social-lg a { width: 38px; height: 38px; line-height: 36px; margin-right: 6px; margin-bottom: 6px; font-size: 1.25rem; }
.social-inline a { width: auto; height: auto; margin-right: 1rem; }
.social-brand a.social-facebook { color: #3b5998; }
.social-brand a.social-google { color: #dd4b39; }
.social-brand a.social-gplus { color: #dd4b39; }
.social-brand a.social-twitter { color: #00aced; }
.social-brand a.social-linkedin { color: #007bb6; }
.social-brand a.social-pinterest { color: #cb2027; }
.social-brand a.social-git { color: #666666; }
.social-brand a.social-tumblr { color: #32506d; }
.social-brand a.social-vimeo { color: #aad450; }
.social-brand a.social-youtube { color: #bb0000; }
.social-brand a.social-flickr { color: #ff0084; }
.social-brand a.social-reddit { color: #ff4500; }
.social-brand a.social-dribbble { color: #ea4c89; }
.social-brand a.social-skype { color: #00aff0; }
.social-brand a.social-instagram { color: #517fa4; }
.social-brand a.social-lastfm { color: #c3000d; }
.social-brand a.social-soundcloud { color: #ff8800; }
.social-brand a.social-behance { color: #1769ff; }
.social-brand a.social-envato { color: #82b541; }
.social-brand a.social-medium { color: #00ab6c; }
.social-brand a.social-spotify { color: #1db954; }
.social-brand a.social-quora { color: #a82400; }
.social-brand a.social-xing { color: #026466; }
.social-brand a.social-snapchat { color: #fffc00; }
.social-brand a.social-telegram { color: #0088cc; }
.social-brand a.social-whatsapp { color: #075e54; }
.social-brand a.social-rss { color: #f26522; }
.social-gray a { color: #929daf; }
.social-gray a:hover { color: #757575 !important; }
.social-light a { color: rgba(255, 255, 255, 0.65); }
.social-light a:hover { color: #fff !important; }
.social-bg-brand a { color: #fff; opacity: 1; }
.social-bg-brand a:hover { color: #fff !important; }
.social-bg-brand .social-facebook { background-color: #3b5998; }
.social-bg-brand .social-google { background-color: #dd4b39; }
.social-bg-brand .social-gplus { background-color: #dd4b39; }
.social-bg-brand .social-twitter { background-color: #00aced; }
.social-bg-brand .social-linkedin { background-color: #007bb6; }
.social-bg-brand .social-pinterest { background-color: #cb2027; }
.social-bg-brand .social-git { background-color: #666666; }
.social-bg-brand .social-tumblr { background-color: #32506d; }
.social-bg-brand .social-vimeo { background-color: #aad450; }
.social-bg-brand .social-youtube { background-color: #bb0000; }
.social-bg-brand .social-flickr { background-color: #ff0084; }
.social-bg-brand .social-reddit { background-color: #ff4500; }
.social-bg-brand .social-dribbble { background-color: #ea4c89; }
.social-bg-brand .social-skype { background-color: #00aff0; }
.social-bg-brand .social-instagram { background-color: #517fa4; }
.social-bg-brand .social-lastfm { background-color: #c3000d; }
.social-bg-brand .social-soundcloud { background-color: #ff8800; }
.social-bg-brand .social-behance { background-color: #1769ff; }
.social-bg-brand .social-envato { background-color: #82b541; }
.social-bg-brand .social-medium { background-color: #00ab6c; }
.social-bg-brand .social-spotify { background-color: #1db954; }
.social-bg-brand .social-quora { background-color: #a82400; }
.social-bg-brand .social-xing { background-color: #026466; }
.social-bg-brand .social-snapchat { background-color: #fffc00; }
.social-bg-brand .social-telegram { background-color: #0088cc; }
.social-bg-brand .social-whatsapp { background-color: #075e54; }
.social-bg-brand .social-rss { background-color: #f26522; }
.social-bg-pale-brand a { opacity: 1; }
.social-bg-pale-brand .social-facebook { color: #3b5998; background-color: #e7ebf3; }
.social-bg-pale-brand .social-facebook:hover { color: #3b5998 !important; background-color: #d8deea !important; }
.social-bg-pale-brand .social-google { color: #dd4b39; background-color: #fbe9e7; }
.social-bg-pale-brand .social-google:hover { color: #dd4b39 !important; background-color: #f8dbd7 !important; }
.social-bg-pale-brand .social-gplus { color: #dd4b39; background-color: #fbe9e7; }
.social-bg-pale-brand .social-gplus:hover { color: #dd4b39 !important; background-color: #f8dbd7 !important; }
.social-bg-pale-brand .social-twitter { color: #00aced; background-color: #e0f5fd; }
.social-bg-pale-brand .social-twitter:hover { color: #00aced !important; background-color: #cceefb !important; }
.social-bg-pale-brand .social-linkedin { color: #007bb6; background-color: #e0eff6; }
.social-bg-pale-brand .social-linkedin:hover { color: #007bb6 !important; background-color: #cce5f0 !important; }
.social-bg-pale-brand .social-pinterest { color: #cb2027; background-color: #f9e4e5; }
.social-bg-pale-brand .social-pinterest:hover { color: #cb2027 !important; background-color: #f5d2d4 !important; }
.social-bg-pale-brand .social-git { color: #666666; background-color: #ededed; }
.social-bg-pale-brand .social-git:hover { color: #666666 !important; background-color: #e0e0e0 !important; }
.social-bg-pale-brand .social-tumblr { color: #32506d; background-color: #e6eaed; }
.social-bg-pale-brand .social-tumblr:hover { color: #32506d !important; background-color: #d6dce2 !important; }
.social-bg-pale-brand .social-vimeo { color: #aad450; background-color: #f5faea; }
.social-bg-pale-brand .social-vimeo:hover { color: #aad450 !important; background-color: #eef6dc !important; }
.social-bg-pale-brand .social-youtube { color: #bb0000; background-color: #f7e0e0; }
.social-bg-pale-brand .social-youtube:hover { color: #bb0000 !important; background-color: #f1cccc !important; }
.social-bg-pale-brand .social-flickr { color: #ff0084; background-color: #ffe0f0; }
.social-bg-pale-brand .social-flickr:hover { color: #ff0084 !important; background-color: #ffcce6 !important; }
.social-bg-pale-brand .social-reddit { color: #ff4500; background-color: #ffe9e0; }
.social-bg-pale-brand .social-reddit:hover { color: #ff4500 !important; background-color: #ffdacc !important; }
.social-bg-pale-brand .social-dribbble { color: #ea4c89; background-color: #fceaf1; }
.social-bg-pale-brand .social-dribbble:hover { color: #ea4c89 !important; background-color: #fbdbe7 !important; }
.social-bg-pale-brand .social-skype { color: #00aff0; background-color: #e0f5fd; }
.social-bg-pale-brand .social-skype:hover { color: #00aff0 !important; background-color: #cceffc !important; }
.social-bg-pale-brand .social-instagram { color: #517fa4; background-color: #eaf0f4; }
.social-bg-pale-brand .social-instagram:hover { color: #517fa4 !important; background-color: #dce5ed !important; }
.social-bg-pale-brand .social-lastfm { color: #c3000d; background-color: #f8e0e2; }
.social-bg-pale-brand .social-lastfm:hover { color: #c3000d !important; background-color: #f3cccf !important; }
.social-bg-pale-brand .social-soundcloud { color: #ff8800; background-color: #fff1e0; }
.social-bg-pale-brand .social-soundcloud:hover { color: #ff8800 !important; background-color: #ffe7cc !important; }
.social-bg-pale-brand .social-behance { color: #1769ff; background-color: #e3edff; }
.social-bg-pale-brand .social-behance:hover { color: #1769ff !important; background-color: #d1e1ff !important; }
.social-bg-pale-brand .social-envato { color: #82b541; background-color: #f0f6e8; }
.social-bg-pale-brand .social-envato:hover { color: #82b541 !important; background-color: #e6f0d9 !important; }
.social-bg-pale-brand .social-medium { color: #00ab6c; background-color: #e0f5ed; }
.social-bg-pale-brand .social-medium:hover { color: #00ab6c !important; background-color: #cceee2 !important; }
.social-bg-pale-brand .social-spotify { color: #1db954; background-color: #e4f7ea; }
.social-bg-pale-brand .social-spotify:hover { color: #1db954 !important; background-color: #d2f1dd !important; }
.social-bg-pale-brand .social-quora { color: #a82400; background-color: #f5e5e0; }
.social-bg-pale-brand .social-quora:hover { color: #a82400 !important; background-color: #eed3cc !important; }
.social-bg-pale-brand .social-xing { color: #026466; background-color: #e1eced; }
.social-bg-pale-brand .social-xing:hover { color: #026466 !important; background-color: #cce0e0 !important; }
.social-bg-pale-brand .social-snapchat { color: #fffc00; background-color: lightyellow; }
.social-bg-pale-brand .social-snapchat:hover { color: #fffc00 !important; background-color: #fffecc !important; }
.social-bg-pale-brand .social-telegram { color: #0088cc; background-color: #e0f1f9; }
.social-bg-pale-brand .social-telegram:hover { color: #0088cc !important; background-color: #cce7f5 !important; }
.social-bg-pale-brand .social-whatsapp { color: #075e54; background-color: #e1ecea; }
.social-bg-pale-brand .social-whatsapp:hover { color: #075e54 !important; background-color: #cddfdd !important; }
.social-bg-pale-brand .social-rss { color: #f26522; background-color: #fdede4; }
.social-bg-pale-brand .social-rss:hover { color: #f26522 !important; background-color: #fce0d3 !important; }
.social-bg-gray a { color: #929daf; border: none; background-color: #fafbfb; }
.social-bg-light a { border: none; background-color: #fff; }
.social-bg-dark a { border: none; color: rgba(255, 255, 255, 0.6); background-color: rgba(255, 255, 255, 0.1); }
.social-bg-dark a:hover { color: rgba(255, 255, 255, 0.8) !important; background-color: rgba(255, 255, 255, 0.15) !important; }
.social-hover-primary a:hover { color: #50a1ff !important; }
.social-hover-bg-brand a.social-facebook:hover { background-color: #3b5998; color: #fff; }
.social-hover-bg-brand a.social-google:hover { background-color: #dd4b39; color: #fff; }
.social-hover-bg-brand a.social-gplus:hover { background-color: #dd4b39; color: #fff; }
.social-hover-bg-brand a.social-twitter:hover { background-color: #00aced; color: #fff; }
.social-hover-bg-brand a.social-linkedin:hover { background-color: #007bb6; color: #fff; }
.social-hover-bg-brand a.social-pinterest:hover { background-color: #cb2027; color: #fff; }
.social-hover-bg-brand a.social-git:hover { background-color: #666666; color: #fff; }
.social-hover-bg-brand a.social-tumblr:hover { background-color: #32506d; color: #fff; }
.social-hover-bg-brand a.social-vimeo:hover { background-color: #aad450; color: #fff; }
.social-hover-bg-brand a.social-youtube:hover { background-color: #bb0000; color: #fff; }
.social-hover-bg-brand a.social-flickr:hover { background-color: #ff0084; color: #fff; }
.social-hover-bg-brand a.social-reddit:hover { background-color: #ff4500; color: #fff; }
.social-hover-bg-brand a.social-dribbble:hover { background-color: #ea4c89; color: #fff; }
.social-hover-bg-brand a.social-skype:hover { background-color: #00aff0; color: #fff; }
.social-hover-bg-brand a.social-instagram:hover { background-color: #517fa4; color: #fff; }
.social-hover-bg-brand a.social-lastfm:hover { background-color: #c3000d; color: #fff; }
.social-hover-bg-brand a.social-soundcloud:hover { background-color: #ff8800; color: #fff; }
.social-hover-bg-brand a.social-behance:hover { background-color: #1769ff; color: #fff; }
.social-hover-bg-brand a.social-envato:hover { background-color: #82b541; color: #fff; }
.social-hover-bg-brand a.social-medium:hover { background-color: #00ab6c; color: #fff; }
.social-hover-bg-brand a.social-spotify:hover { background-color: #1db954; color: #fff; }
.social-hover-bg-brand a.social-quora:hover { background-color: #a82400; color: #fff; }
.social-hover-bg-brand a.social-xing:hover { background-color: #026466; color: #fff; }
.social-hover-bg-brand a.social-snapchat:hover { background-color: #fffc00; color: #fff; }
.social-hover-bg-brand a.social-telegram:hover { background-color: #0088cc; color: #fff; }
.social-hover-bg-brand a.social-whatsapp:hover { background-color: #075e54; color: #fff; }
.social-hover-bg-brand a.social-rss:hover { background-color: #f26522; color: #fff; }
.social-rounded a { border-radius: 50%; border: 1px solid #f1f2f3; }
.social-rounded.social-gray a { border-color: #f5f6f7; }
.social-rounded.social-light a { border-color: rgba(255, 255, 255, 0.5); font-size: 0.8125rem; }
.social-rounded.social-light.social-sm a { font-size: 0.6875rem; }
.social-rounded.social-light.social-lg a { font-size: 0.9375rem; }
.social-bordered a { border: 1px solid #eaeff4; }
.social-bordered.social-gray a { border-color: #f5f6f7; }
.social-bordered.social-light a { border-color: rgba(255, 255, 255, 0.6); }
.social-cycling a:hover i { -webkit-animation: cycle .4s forwards; animation: cycle .4s forwards; }



/*------------------------------------
  Cube Portfolio
------------------------------------*/
.cbp-caption-zoom-2 .cbp-caption-activeWrap { opacity: 1; bottom: 0; background-color: rgba(0, 0, 0, 0.31); -webkit-transition: all .4s; transition: all .4s; }
.cbp-caption-zoom-2 .cbp-caption-activeWrap:hover { background-color: transparent; -webkit-transition: all .4s; transition: all .4s; }
.cbp-caption-zoom-2 .cbp-l-caption-alignLeft { position: absolute; bottom: 0; width: 100%; }
.cbp-caption-zoom-2 .cbp-l-caption-alignLeft .cbp-l-caption-body { padding: 25px 30px; padding-left: 35px; border-top: 1px solid rgba(255, 255, 255, 0.10980392156862745); }
.cbp-caption-zoom-2 .cbp-l-caption-title { font-family: inherit; font-size: 16px; font-weight: 500; }
.cbp-caption-zoom-2 .cbp-l-caption-desc { font-family: inherit; font-size: 15px; line-height: 1.5; color: white; }
.cbp-l-grid-agency-title { margin-top: 18px; font-weight: 500; font-family: "Poppins", sans-serif !important; font-size: 15px; color: #1e2022; text-align: center; padding: 0 4px; }
.cbp-l-grid-agency-desc { font: 400 12px/21px "Poppins", sans-serif; color: #aaa; text-align: center; }
.cbp-l-filters-text-sort,
.cbp-l-text-sort,
.cbp-l-filters-text .cbp-filter-item { font-family: "Poppins", sans-serif; }
.cbp-l-grid-agency .cbp-caption:after { display: none; }
.cbp-l-filters-button .cbp-filter-item,
.cbp-l-filters-buttonCenter .cbp-filter-item { font-size: 14px; padding: 0 14px; margin: 0 0px 10px 0px; }
.cbp-l-filters-button .cbp-filter-item,
.cbp-l-filters-buttonCenter .cbp-filter-item,
.cbp-l-filters-alignRight .cbp-filter-item { border: 0px; }
.cbp-l-filters-holder .cbp-filter-item,
.cbp-l-filters-alignRight .cbp-filter-item { text-transform: none; font-size: 14px; margin: 0 0px 10px 0px; }
.cbp-l-grid-projects-desc { margin-top: 1px; }
.cbp-l-grid-work .cbp-item-wrapper { box-shadow: 0 1px 8px rgba(0,0,0,.1); padding: 0px 0px 20px; border: 0; border-radius: 6px; }
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-projects-title { font-weight: 500; font-size: 15px; }
.cbp-l-filters-holder .cbp-filter-item,
.cbp-l-filters-work .cbp-filter-item { font-weight: 400; text-transform: none; font-size: 14px; letter-spacing: 0; }
.cbp-l-filters-alignCenter .cbp-filter-item { font-size: 14px; }
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight { background-color: transparent; border: 2px solid white; border-radius: 3px; }
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover { background-color: transparent; color: #328fe4; }
.cbp-l-filters-holder .cbp-filter-item { padding: 8px 14px; }
.cbp-l-filters-work .cbp-filter-counter { margin-left: 5px; font-size: 10px }
.cbp-l-filters-buttonCenter .cbp-filter-counter:after,
.cbp-l-filters-alignRight .cbp-filter-counter:after { border-top-color: #328fe4; }
.cbp-l-grid-mosaic .cbp-l-caption-desc { color: white; opacity: 0.7; }
.cbp-l-grid-mosaic .cbp-l-caption-title { text-transform: none; font-size: 16px; color: white; margin-bottom: 0px; }
.cbp-l-grid-mosaic .cbp-l-caption-title,
.cbp-l-grid-mosaic .cbp-l-caption-desc,
.cbp-l-sort--simple .cbp-l-dropdown-header,
.cbp-l-filters-work .cbp-filter-counter,
.cbp-l-filters-button .cbp-filter-item,
.cbp-l-grid-mosaic-flat .cbp-l-caption-title,
.cbp-l-subfilters .cbp-filter-item,
.cbp-l-filters-holder .cbp-filter-item,
.cbp-l-filters-buttonCenter .cbp-filter-item,
.cbp-l-grid-masonry-projects-desc,
.cbp-l-grid-masonry-projects-title,
.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-grid-projects-desc,
.cbp-l-grid-projects-title,
.cbp-l-filters-alignCenter .cbp-filter-item,
.cbp-l-filters-work .cbp-filter-item,
.cbp-l-grid-work-desc,
.cbp-l-grid-work-title,
.cbp-l-dropdown-list .cbp-l-dropdown-item { font-family: 'Poppins'; }
.cbp-l-grid-mosaic .cbp-caption-activeWrap,
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-subfilters .cbp-filter-item:after, 
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-work .cbp-filter-item:hover,
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active { background-color: transparent; color: #328fe4; }
.cbp-l-filters-holder .cbp-filter-item:hover,
.cbp-l-grid-masonry-projects-title:hover,
.cbp-l-grid-work-title,
.cbp-l-filters-holder .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active { color: #328fe4; }
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-projects-title,
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active { color: #1e2022; }
.cbp-l-filters-work .cbp-filter-item { margin: 0 0px 15px 0px; background-color: transparent; }
.cbp-l-grid-work-desc { text-transform: none; text-align: left; font-size: 12px; }
.cbp-l-grid-work-title { font-size: 15px; text-transform: none; text-align: left; padding-left: 25px; padding-right: 25px; }
.cbp-l-grid-work .cbp-item { padding: 0px; overflow: visible; }
.cbp-l-grid-work .cbp-item:hover { box-shadow: 0 5px 25px rgba(0,0,0,.1); -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.cbp-l-filters-buttonCenter .cbp-filter-counter { background-color: #328fe4 }




.avatar-list { padding-left: 0; list-style: none; margin: 0; }
.avatar-list > li { display: inline-block; }
.avatar-list > li + li { margin-left: -0.75rem; }
.avatar-list .avatar-item { width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 2px solid #F7F9FA; background: #F7F9FA; color: #fff; border-color: #fff; background: #fff; }


/*------------------------------------
  Input
------------------------------------*/
.input-group { border: 1px solid #eaeff4; border-radius: 2px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.input-group.focus { border-color: #f1f2f3; -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.045); box-shadow: 0 0 40px rgba(0,0,0,0.045) }
.input-group .form-control { -webkit-box-shadow: none; box-shadow: none; border: none; border-radius: 0 }
.input-group-prepend, .input-group-append { margin-left: 0; margin-right: 0 }
.input-group-prepend .btn, .input-group-append .btn { height: calc(100% + 2px); margin: -1px }
.input-group-text { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; padding-top: 0; padding-bottom: 0; background-color: #fff; border: none; color: #c9ccce; font-weight: 300; border-radius: 0; height: 100%; }
.input-group-text .custom-control { margin-bottom: 0 }
.input-group-text + .form-control { padding-left: 0 }
.input-group .form-control:not(:last-child), .input-group-text:not(:last-child) { border-right: 0 }
.input-group .form-control:not(:first-child), .input-group-text:not(:first-child) { border-left: 0 }
.input-group-prepend .btn { margin-right: 0 }
.input-group-append .btn { margin-left: 0 }
.input-group-prepend .input-group-text:last-child { padding-right: 0 }
.was-validated .input-group:valid, .input-group.is-valid { border-color: #00c9a7 }
.was-validated .input-group:valid .valid-feedback, .was-validated .input-group:valid .valid-tooltip, .was-validated .input-group:valid ~ .valid-feedback, .was-validated .input-group:valid ~ .valid-tooltip, .input-group.is-valid .valid-feedback, .input-group.is-valid .valid-tooltip, .input-group.is-valid ~ .valid-feedback, .input-group.is-valid ~ .valid-tooltip { display: block }
.was-validated .input-group:invalid, .input-group.is-invalid { border-color: #ff4954 }
.was-validated .input-group:invalid .invalid-feedback, .was-validated .input-group:invalid .invalid-tooltip, .was-validated .input-group:invalid ~ .invalid-feedback, .was-validated .input-group:invalid ~ .invalid-tooltip, .input-group.is-invalid .invalid-feedback, .input-group.is-invalid .invalid-tooltip, .input-group.is-invalid ~ .invalid-feedback, .input-group.is-invalid ~ .invalid-tooltip { display: block }
.input-border .form-control:focus, .input-border .input-group.focus { border-color: #96c7ff; -webkit-box-shadow: none; box-shadow: none }
.input-line .form-control { border-color: transparent; padding-left: 0; padding-right: 0; background-color: transparent; -webkit-background-size: 0 1px, 100% 1px; background-size: 0 1px, 100% 1px; background-repeat: no-repeat; background-position: center bottom,center calc(100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#96c7ff), to(#96c7ff)),-webkit-gradient(linear, left top, left bottom, from(#eaeff4), to(#eaeff4)); background-image: -webkit-linear-gradient(#96c7ff, #96c7ff),-webkit-linear-gradient(#eaeff4, #eaeff4); background-image: linear-gradient(#96c7ff, #96c7ff),linear-gradient(#eaeff4, #eaeff4); -webkit-transition: background 0.3s; transition: background 0.3s }
.input-line .form-control:focus, .input-line .form-control.focus { -webkit-background-size: 100% 2px, 100% 2px; background-size: 100% 2px, 100% 2px; border-color: transparent; -webkit-box-shadow: none; box-shadow: none }
.input-line .form-control:disabled, .input-line .form-control[readonly] { background-color: #fff; opacity: 0.7 }
.input-line .form-control.is-valid { background-image: -webkit-gradient(linear, left top, left bottom, from(#96c7ff), to(#96c7ff)),-webkit-gradient(linear, left top, left bottom, from(#00c9a7), to(#00c9a7)); background-image: -webkit-linear-gradient(#96c7ff, #96c7ff),-webkit-linear-gradient(#00c9a7, #00c9a7); background-image: linear-gradient(#96c7ff, #96c7ff),linear-gradient(#00c9a7, #00c9a7) }
.input-line .form-control.is-invalid { background-image: -webkit-gradient(linear, left top, left bottom, from(#96c7ff), to(#96c7ff)),-webkit-gradient(linear, left top, left bottom, from(#ff4954), to(#ff4954)); background-image: -webkit-linear-gradient(#96c7ff, #96c7ff),-webkit-linear-gradient(#ff4954, #ff4954); background-image: linear-gradient(#96c7ff, #96c7ff),linear-gradient(#ff4954, #ff4954) }
.input-line .input-group { border: none }
.input-line .input-group.focus { -webkit-box-shadow: none; box-shadow: none }
.input-line .input-group-prepend .btn, .input-line .input-group-append .btn { height: 100%; margin: 0 }
.input-line .input-group-text { background-color: transparent }
.input-line .input-group-prepend .input-group-text:last-child { padding-right: .75rem }
.input-round .form-control, .input-round .input-group, .input-round .input-group-text, .input-round .input-group .btn { border-radius: 10rem }
.input-round .form-control { padding-left: 1rem; padding-right: 1rem }
.input-round textarea.form-control { border-radius: 2px }
.input-round .input-group-text { padding-left: 1rem; padding-right: 1rem; opacity: .8 }
.input-round .input-group-text + .form-control { padding-left: 0 }
.input-round .form-control-lg, .input-round .input-group-lg .form-control { padding-left: 1.5rem; padding-right: 1.5rem }
.input-glass .form-control { border: none; background-color: rgba(255,255,255,0.2); font-weight: 400; color: rgba(255,255,255,0.8) }
.input-glass .form-control.is-valid { background-color: rgba(60,212,88,0.2) }
.input-glass .form-control.is-invalid { background-color: rgba(255,73,84,0.2) }
.input-glass .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.65) }
.input-glass .form-control::-moz-placeholder { color: rgba(255,255,255,0.65) }
.input-glass .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.65) }
.input-glass .form-control::-ms-input-placeholder { color: rgba(255,255,255,0.65) }
.input-glass .form-control::placeholder { color: rgba(255,255,255,0.65) }
.input-glass .form-control:focus { -webkit-box-shadow: none; box-shadow: none; color: #fff }
.input-glass select option { color: #323d47 }
.input-glass label { opacity: .8 }
.input-glass .input-group { border: none }
.input-glass .input-group-prepend .btn, .input-glass .input-group-append .btn { height: 100%; margin: 0 }
.input-glass .input-group-text { background-color: rgba(255,255,255,0.2); border: none; color: rgba(255,255,255,0.8) }
.input-glass.input-round .input-group { background-color: rgba(255,255,255,0.2) }
.input-glass.input-round .input-group .form-control, .input-glass.input-round .input-group .input-group-text { background-color: transparent }
.input-transparent .form-control { border-color: rgba(255,255,255,0.3); background-color: transparent; color: rgba(255,255,255,0.8) }
.input-transparent .form-control.is-valid { border-color: rgba(60,212,88,0.4) }
.input-transparent .form-control.is-invalid { border-color: rgba(255,73,84,0.4) }
.input-transparent .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.65) }
.input-transparent .form-control::-moz-placeholder { color: rgba(255,255,255,0.65) }
.input-transparent .form-control:-ms-input-placeholder { color: rgba(255,255,255,0.65) }
.input-transparent .form-control::-ms-input-placeholder { color: rgba(255,255,255,0.65) }
.input-transparent .form-control::placeholder { color: rgba(255,255,255,0.65) }
.input-transparent .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: rgba(255,255,255,0.5); color: #fff }
.input-transparent select option { color: #323d47 }
.input-transparent label { opacity: .8 }
.input-transparent .input-group { border-color: rgba(255,255,255,0.3) }
.input-transparent .input-group.focus { -webkit-box-shadow: none; box-shadow: none; border-color: rgba(255,255,255,0.5); color: #fff }
.input-transparent .input-group .btn-outline-light { border-color: rgba(255,255,255,0.3) }
.input-transparent .input-group .input-group-prepend .btn-outline-light { border-top-width: 0; border-left-width: 0; border-bottom-width: 0 }
.input-transparent .input-group .input-group-append .btn-outline-light { border-top-width: 0; border-right-width: 0; border-bottom-width: 0; }
.input-transparent .input-group-text { background-color: transparent; border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.75) }

.form-control-lg { height: calc(3.0875rem + 2px); padding: .375rem 1rem; font-size: 1.0625rem; line-height: 2.2; border-radius: 2px; }
.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { height: calc(3.0875rem + 2px); padding: .375rem 1rem; font-size: 1.0625rem; line-height: 2.2; border-radius: 2px; }





/*------------------------------------
  switch
------------------------------------*/

.switch, .switch * { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.switch label { cursor: pointer }
.switch label input[type=checkbox] { opacity: 0; width: 0; height: 0 }
.switch label input[type=checkbox]:checked + .lever { background-color: #99bcfd; }
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after { left: 18px; }
.switch label input[type=checkbox]:checked + .lever:after { background-color: #377dff; }
.switch label .lever { content: ""; display: inline-block; position: relative; width: 36px; height: 14px; background-color: rgba(0,0,0,0.38); border-radius: 15px; margin-right: 10px; -webkit-transition: background 0.3s ease; transition: background 0.3s ease; vertical-align: middle; margin: 0 16px; }
.switch label .lever:before,
.switch label .lever:after { content: ""; position: absolute; display: inline-block; width: 20px; height: 20px; border-radius: 50%; left: 0; top: -3px; -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease; transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease; transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease; }
.switch label .lever:before { background-color: rgba(38,166,154,0.15); }
.switch label .lever:after { background-color: #F1F1F1; -webkit-box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12); box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12); }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(38,166,154,0.15); }
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before { -webkit-transform: scale(2.4); transform: scale(2.4); background-color: rgba(0,0,0,0.08); }

.switch input[type=checkbox][disabled] + .lever { cursor: default; background-color: rgb(231, 234, 243); }
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after { background-color: #949494; }



/*------------------------------------
  Label
------------------------------------*/
.label { display: inline-block; font-size: 1rem; font-weight: 500; line-height: 1.3; padding: 0.625rem 1.125rem; border-radius: 6.1875rem; transition: 0.2s ease-in-out; }
.label--rounded { border-radius: 0.25rem; }
.label--xs { font-weight: 300; font-size: 0.625rem; line-height: 1.7; padding: 0.25rem 1rem; }
.label--sm { font-size: 0.75rem; padding: 0.5rem 1rem; }



/*------------------------------------
  Label Colors
------------------------------------*/
.label--primary { color: #328fe4; background-color: rgba(55, 125, 255, 0.1); }
.label--primary[href]:hover, .label--primary[href]:focus { color: #fff; background-color: #328fe4; }
.label--secondary { color: #77838f; background-color: rgba(119, 131, 143, 0.1); }
.label--secondary[href]:hover, .label--secondary[href]:focus { color: #fff; background-color: #77838f; }
.label--success { color: #00c9a7; background-color: rgba(0, 201, 167, 0.1); }
.label--success[href]:hover, .label--success[href]:focus { color: #fff; background-color: #00c9a7; }
.label--info { color: #00dffc; background-color: rgba(0, 223, 252, 0.1); }
.label--info[href]:hover, .label--info[href]:focus { color: #1e2022; background-color: #00dffc; }
.label--warning { color: #ffc107; background-color: rgba(255, 193, 7, 0.1); }
.label--warning[href]:hover, .label--warning[href]:focus { color: #1e2022; background-color: #ffc107; }
.label--danger { color: #de4437; background-color: rgba(222, 68, 55, 0.1); }
.label--danger[href]:hover, .label--danger[href]:focus { color: #fff; background-color: #de4437; }
.label--light { color: #f8f9fa; background-color: rgba(248, 249, 250, 0.1); }
.label--light[href]:hover, .label--light[href]:focus { color: #1e2022; background-color: #f8f9fa; }
.label--dark { color: #1e2022; background-color: rgba(30, 32, 34, 0.1); }
.label--dark[href]:hover, .label--dark[href]:focus { color: #fff; background-color: #1e2022; }
.label--white { color: #fff; background-color: rgba(255, 255, 255, 0.1); }
.label--white[href]:hover, .label--white[href]:focus { color: #1e2022; background-color: #fff; }
.label--indigo { color: #2d1582; background-color: rgba(45, 21, 130, 0.1); }
.label--indigo[href]:hover, .label--indigo[href]:focus { color: #fff; background-color: #2d1582; }


/*------------------------------------
  Divider
------------------------------------*/
.divider { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-flex: 0; flex: 0; color: #929daf; font-size: 0.8375rem; letter-spacing: .5px; margin: 2rem auto; width: 100%; }
.divider::before { margin-right: 1rem; }
.divider::before, .divider::after { content: ''; -webkit-box-flex: 1; flex-grow: 1; border-top: 1px solid #eaeff4; } 



/*------------------------------------
  Testimonials
------------------------------------*/
.v-testimonials--head { display: block; width: 100%; overflow: hidden; margin-bottom: 20px; }
.m-testimonials--head img { width: 50px; border-radius: 50%; float: left; margin-right: 18px; }
.m-testimonials--name { float: left; margin-top: 2px; }
.m-testimonials--name p { margin: 0; font-size: 16px; font-weight: 600; color: #1e2022; }
.m-testimonials--body { display: block; width: 100%; overflow: hidden; margin-bottom: 2px; }
.m-testimonials--body p { font-size: 14px; line-height: 1.7; }
.m-testimonials--footer { display: block; width: 100%; overflow: hidden; }
.m-testimonials--stars,
.m-testimonials--footer i { font-size: 16px; color: #f1c346; }
.m-testimonials--sub-heading { color: #328fe4; font-size: 14px; }
.m-testimonials-v2 .m-testimonials-v2--body { overflow: hidden; }
.m-testimonials-v2 img { width: 120px; margin-right: 30px; }





/*------------------------------------
  List Wrapper
------------------------------------*/
.list-wrapper { display: flex; justify-content: center; padding: 0 .5em }
.list-wrapper .grid-item { padding: 0; flex-grow: 1; position: relative; overflow: visible; display: block; min-height: 85px; border-radius: 4px }
.list-wrapper .grid-item .ui-list { background: none }
.list-wrapper .grid-item:hover .figcaption { opacity: 1; visibility: visible }
.list-wrapper .grid-item a { position: relative; display: block; text-decoration: none; outline: none }
.list-wrapper .grid-item a span { position: relative; display: block }
.list-wrapper .grid-item a div.loading-overlay { display: none; width: 100%; height: 100%; position: absolute; overflow: hidden; z-index: 999; top: 0; left: 0; background-color: rgba(33,97,145,0.41) }
.list-wrapper .grid-item a div.loading-overlay div.video-loading-icon { position: absolute; height: 100%; margin: 0; top: 0px; left: 0%; right: 100%; background-color: rgba(200,230,255,0.5); -webkit-animation: kitAnimation 1.1s infinite ease; animation: kitAnimation 1.1s infinite ease }
.list-wrapper .grid-item a video { width: calc(100% + 1px); height: auto; position: absolute; z-index: 999; top: 0; left: 0 }
.list-wrapper .grid-item a .card video { object-position: center; object-fit: cover; width: 100%; height: 100% }
.list-wrapper .figcaption { background-color: white; padding: 12px; border-radius: 0 0 4px 4px }
.list-wrapper .figcaption .figure-description { display: none }
.type-list a { border-radius: 4px 4px 0 0; border: none !important }
.type-list .figcaption { z-index: 1 }
.type-list .type-list__buttons { display: none; height: 67px; width: 100%; position: absolute; margin-top: calc(50% - 33.5px); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; z-index: 1; pointer-events: none }
.type-list .type-list__buttons a { position: absolute; width: 100%; height: 67px; box-shadow: none !important; border-radius: 0; pointer-events: none }
.type-list.type-list-box .type-list__buttons { margin-top: calc(50% - 33.5px) }
.type-list.type-list-wide .type-list__buttons { margin-top: calc(28% - 33.5px) }
.type-list.type-list-tall .type-list__buttons { margin-top: calc(75% - 33.5px) }
.type-list:hover .type-list__buttons { display: -webkit-box; display: -ms-flexbox; display: flex }
.type-list button.list_button { display: -webkit-box; display: -ms-flexbox; display: flex; height: 67px; width: 24px; padding: 0; cursor: pointer; border: none; outline: none; background-color: #000; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; opacity: 0.6; z-index: 1; pointer-events: initial }
.type-list button.list_button.list_button-right { right: 0; border-radius: 4px 0 0 4px }
.type-list button.list_button.list_button-left { left: 0; border-radius: 0 4px 4px 0 }
.type-list button.list_button .list_button_arrow { margin: 0 auto; display: block }
.type-list .card * { pointer-events: none }
.type-list .card video { object-position: center; object-fit: cover; width: 100%; height: 100% }
.type-list.margin-for-1-items { margin-top: 5px !important }
.type-list.margin-for-2-items { margin-top: 10px !important }
.type-list.margin-for-3-items { margin-top: 15px !important }
.type-list.margin-for-4-items { margin-top: 20px !important }
.type-list.margin-for-5-items { margin-top: 25px !important }
.ui-list { width: 100%; background: #ffffff; border-radius: 4px 4px 0 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box }
.ui-list figure.ui-list__items { margin: 0; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 100%; z-index: 0 }
.type-list-box .ui-list figure.ui-list__items { padding-top: 100% }
.type-list-wide .ui-list figure.ui-list__items { padding-top: 56% }
.type-list-tall .ui-list figure.ui-list__items { padding-top: 150% }
.ui-list figure.ui-list__items .card { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: transform 0.3s, opacity 0.3s; transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; border-radius: 4px 4px 0 0; -webkit-transform-origin: center top; transform-origin: center top; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0; overflow: hidden; opacity: 0; top: 0; left: 0; bottom: 0; right: 0 }
.ui-list figure.ui-list__items .card:nth-last-of-type(1) { -webkit-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); opacity: 1 }
.ui-list figure.ui-list__items .card:nth-last-of-type(2) { -webkit-transform: translateY(-8px) scale(0.9375); transform: translateY(-8px) scale(0.9375); opacity: 0.775 }
.ui-list figure.ui-list__items .card:nth-last-of-type(3) { -webkit-transform: translateY(-16px) scale(0.875); transform: translateY(-16px) scale(0.875); opacity: 0.55 }
.ui-list figure.ui-list__items .card:nth-last-of-type(4) { -webkit-transform: translateY(-24px) scale(0.8125); transform: translateY(-24px) scale(0.8125); opacity: 0.325 }
.ui-list figure.ui-list__items .card:nth-last-of-type(5) { -webkit-transform: translateY(-32px) scale(0.75); transform: translateY(-32px) scale(0.75); opacity: 0.1 }
.ui-list figure.ui-list__items .card:nth-of-type(1) { z-index: 1 }
.ui-list figure.ui-list__items .card:nth-of-type(2) { z-index: 2 }
.ui-list figure.ui-list__items .card:nth-of-type(3) { z-index: 3 }
.ui-list figure.ui-list__items .card:nth-of-type(4) { z-index: 4 }
.ui-list figure.ui-list__items .card:nth-of-type(5) { z-index: 5 }
.ui-list figure.ui-list__items .card:nth-of-type(6) { z-index: 6 }
.ui-list figure.ui-list__items .card:nth-of-type(7) { z-index: 7 }
.ui-list figure.ui-list__items .card:nth-of-type(8) { z-index: 8 }
.ui-list figure.ui-list__items .card:nth-of-type(9) { z-index: 9 }
.ui-list figure.ui-list__items .card:nth-of-type(10) { z-index: 10 }
.ui-list figure.ui-list__items .card.removing { -webkit-animation-name: card-transition; animation-name: card-transition; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; z-index: 100 !important }
.ui-list figure.ui-list__items .card.adding { -webkit-animation-name: card-transition; animation-name: card-transition; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-direction: reverse; animation-direction: reverse }
.ui-list figure.ui-list__items .card img { -o-object-fit: cover; object-fit: cover; width: 100%; top: 0; left: 0; bottom: 0; right: 0 }
.ui-list figure.ui-list__items.backwards .card:last-of-type { -webkit-transition: none; transition: none }
.modal-without-scroll.modal-open { overflow: hidden !important }
.modal-without-scroll.modal-open .modal { overflow: hidden }
.list-wrapper .card {border-width:0;}
@media (max-width: 1024px) {
    .type-list__buttons { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important }
}



.close:not(:disabled):not(.disabled) {
    outline:none;
}

.shape-icon {
        position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -22px;
}




/*------------------------------------
  Avatar
------------------------------------*/
.avatar { border-radius: 10rem; width: 48px; height: 48px; }
.avatar-xxs { width: 22px!important; height: 22px; }
.avatar-xs { width: 34px!important; height: 34px; }
.avatar-sm { width: 40px!important; height: 40px; }
.avatar-lg { width: 56px!important; height: 56px; }
.avatar-xl { width: 64px!important; height: 64px; }



/*------------------------------------
  Slick Slider
------------------------------------*/
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0 }
.slick-list:focus { outline: none }
.slick-list.dragging { cursor: pointer; cursor: hand }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto }
.slick-track:before, .slick-track:after { content: ""; display: table }
.slick-track:after { clear: both }
.slick-loading .slick-track { visibility: hidden }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none }
[dir="rtl"] .slick-slide { float: right }
.slick-slide img { display: block }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-loading .slick-slide { visibility: hidden }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent }
.slick-arrow.slick-hidden { display: none }
.slick-slide img { margin-left: auto; margin-right: auto; display: inline-block }
.slider-center-focused .slick-slide { opacity: 0.2; -webkit-transition: 0.5s ease-out; transition: 0.5s ease-out }
.slider-center-focused .slick-center { opacity: 1 }
.slick-prev, .slick-next { position: absolute; display: block; height: 50px; width: 36px; line-height: 0px; font-size: 0px; cursor: pointer; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; background-color: rgba(0,0,0,0.2); -webkit-transition: .3s ease-out; transition: .3s ease-out; z-index: 1 }
.slick-prev:hover, .slick-next:hover { outline: none; background-color: rgba(0,0,0,0.3) }
.slick-prev:hover::before, .slick-next:hover::before { border-right-color: #fff; border-bottom-color: #fff }
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before { opacity: 0.5 }
.slick-prev::before, .slick-next::before { content: ''; display: inline-block; width: 6px; height: 6px; border-right: 1px solid rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7); -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out }
.slick-prev { left: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px }
.slick-prev::before { -webkit-transform: rotate(135deg); transform: rotate(135deg); margin-right: -2px }
.slick-next { right: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px }
.slick-next::before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: -2px }
.slider-arrows-circle-light .slick-prev, .slider-arrows-circle-light .slick-next { width: 40px; height: 40px; background-color: rgba(255,255,255,0.95); border-radius: 10rem; border: 1px solid #eee; opacity: 0.7 }
.slider-arrows-circle-light .slick-prev::before, .slider-arrows-circle-light .slick-next::before { border-right-color: rgba(0,0,0,0.3); border-bottom-color: rgba(0,0,0,0.3) }
.slider-arrows-circle-light .slick-prev:hover, .slider-arrows-circle-light .slick-next:hover { opacity: 1; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.08); box-shadow: 0 0 15px rgba(0,0,0,0.08) }
.slider-arrows-circle-light .slick-prev:hover::before, .slider-arrows-circle-light .slick-next:hover::before { border-right-color: rgba(0,0,0,0.5); border-bottom-color: rgba(0,0,0,0.5) }
.slider-arrows-circle-light .slick-prev { left: 0.3rem }
.slider-arrows-circle-light .slick-next { right: 0.3rem }
.slider-arrows-circle-dark .slick-prev, .slider-arrows-circle-dark .slick-next { width: 40px; height: 40px; background-color: rgba(0,0,0,0.6); border-radius: 10rem; opacity: 0.7 }
.slider-arrows-circle-dark .slick-prev::before, .slider-arrows-circle-dark .slick-next::before { border-right-color: rgba(255,255,255,0.6); border-bottom-color: rgba(255,255,255,0.6) }
.slider-arrows-circle-dark .slick-prev:hover, .slider-arrows-circle-dark .slick-next:hover { opacity: 1; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.08); box-shadow: 0 0 15px rgba(0,0,0,0.08) }
.slider-arrows-circle-dark .slick-prev:hover::before, .slider-arrows-circle-dark .slick-next:hover::before { border-right-color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.9) }
.slider-arrows-circle-dark .slick-prev { left: 0.3rem }
.slider-arrows-circle-dark .slick-next { right: 0.3rem }
.slider-arrows-flash-dark .slick-prev, .slider-arrows-flash-dark .slick-next { width: 40px; height: 40px; background-color: transparent }
.slider-arrows-flash-dark .slick-prev::before, .slider-arrows-flash-dark .slick-next::before { position: absolute; top: 50%; width: 11px; height: 11px; margin-top: -5px; border-width: 1px; border-right-color: rgba(0,0,0,0.2); border-bottom-color: rgba(0,0,0,0.2) }
.slider-arrows-flash-dark .slick-prev::after, .slider-arrows-flash-dark .slick-next::after { content: ''; display: inline-block; position: absolute; top: 50%; width: 24px; height: 1px; background-color: rgba(0,0,0,0.2); -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out }
.slider-arrows-flash-dark .slick-prev:hover::before, .slider-arrows-flash-dark .slick-next:hover::before { border-right-color: rgba(0,0,0,0.5); border-bottom-color: rgba(0,0,0,0.5) }
.slider-arrows-flash-dark .slick-prev:hover::after, .slider-arrows-flash-dark .slick-next:hover::after { background-color: rgba(0,0,0,0.5) }
.slider-arrows-flash-dark .slick-prev { left: 0.6rem }
.slider-arrows-flash-dark .slick-prev::before, .slider-arrows-flash-dark .slick-prev::after { left: 9px }
.slider-arrows-flash-dark .slick-next { right: 0.6rem }
.slider-arrows-flash-dark .slick-next::before, .slider-arrows-flash-dark .slick-next::after { right: 9px }
.slider-arrows-flash-light .slick-prev, .slider-arrows-flash-light .slick-next { width: 40px; height: 40px; background-color: transparent }
.slider-arrows-flash-light .slick-prev::before, .slider-arrows-flash-light .slick-next::before { position: absolute; top: 50%; width: 11px; height: 11px; margin-top: -5px; border-width: 1px; border-right-color: rgba(255,255,255,0.5); border-bottom-color: rgba(255,255,255,0.5) }
.slider-arrows-flash-light .slick-prev::after, .slider-arrows-flash-light .slick-next::after { content: ''; display: inline-block; position: absolute; top: 50%; width: 24px; height: 1px; background-color: rgba(255,255,255,0.5); -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out }
.slider-arrows-flash-light .slick-prev:hover::before, .slider-arrows-flash-light .slick-next:hover::before { border-right-color: rgba(255,255,255,0.9); border-bottom-color: rgba(255,255,255,0.9) }
.slider-arrows-flash-light .slick-prev:hover::after, .slider-arrows-flash-light .slick-next:hover::after { background-color: rgba(255,255,255,0.9) }
.slider-arrows-flash-light .slick-prev { left: 0.5rem }
.slider-arrows-flash-light .slick-prev::before, .slider-arrows-flash-light .slick-prev::after { left: 9px }
.slider-arrows-flash-light .slick-next { right: 0.5rem }
.slider-arrows-flash-light .slick-next::before, .slider-arrows-flash-light .slick-next::after { right: 9px }
.slick-dotted.slick-slider { margin-bottom: 35px }
.slick-dots { position: absolute; bottom: -35px; list-style: none; display: -webkit-box; display: flex; align-content: center; -webkit-box-pack: center; justify-content: center; padding: 0; margin: 0; width: 100% }
.slick-dots li { margin: 0 5px; padding: 8px 2px; line-height: 1px; cursor: pointer }
.slick-dots li button { border: 1px solid #929daf; padding: 0; background: transparent; height: 9px; width: 9px; border-radius: 10rem; font-size: 0; cursor: pointer; -webkit-transition: .3s ease; transition: .3s ease }
.slick-dots li button:hover { outline: none }
.slick-dots li.slick-active button { background-color: #929daf }
.slider-dots-inside.slick-slider { margin-bottom: 0 }
.slider-dots-inside.slick-slider .slick-dots { bottom: 1rem; opacity: 0.8 }
.slider-dots-fill .slick-dots button { border: none; background-color: #eaeff4 }
.slider-dots-fill .slick-dots .slick-active button { background-color: #929daf }
.slider-dots-fill-primary .slick-dots button { border: none; background-color: #eaeff4 }
.slider-dots-fill-primary .slick-dots .slick-active button { background-color: #50a1ff }
.slider-dots-line .slick-dots li { padding-left: 2px; padding-right: 2px }
.slider-dots-line .slick-dots button { border: none; width: 24px; height: 3px; background-color: #eaeff4 }
.slider-dots-line .slick-dots .slick-active button { width: 34px; background-color: #929daf }
.slider-dots-white .slick-dots button { border-color: rgba(255,255,255,0.7); background-color: rgba(255,255,255,0.5) }
.slider-dots-white .slick-dots .slick-active button { background-color: rgba(255,255,255,0.95) }




/*---------------------------------------------------------------------
  PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license
---------------------------------------------------------------------*/
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden; outline: none; }
.pswp * { -webkit-box-sizing: border-box; box-sizing: border-box }
.pswp img { max-width: none }
.pswp--animate_opacity { opacity: 0.001; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) }
.pswp--open { display: block }
.pswp--zoom-allowed .pswp__img { cursor: zoom-in }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab; cursor: grab }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing; cursor: grabbing }
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; will-change: opacity }
.pswp__scroll-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden }
.pswp__container, .pswp__zoom-wrap { touch-action: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0 }
.pswp__container, .pswp__img { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none }
.pswp__zoom-wrap { position: absolute; width: 100%; -webkit-transform-origin: left top; transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1) }
.pswp__bg { will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) }
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none }
.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility: hidden }
.pswp__item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden }
.pswp__img { position: absolute; width: auto; height: auto; top: 0; left: 0 }
.pswp__img--placeholder { -webkit-backface-visibility: hidden }
.pswp__img--placeholder--blank { background: #222 }
.pswp--ie .pswp__img { width: 100% !important; height: auto !important; left: 0; top: 0 }
.pswp__error-msg { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; font-size: 14px; line-height: 16px; margin-top: -8px; color: #CCC }
.pswp__error-msg a { color: #CCC; text-decoration: underline }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button { width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; -webkit-box-shadow: none; box-shadow: none }
.pswp__button:focus, .pswp__button:hover { opacity: 1 }
.pswp__button:active { outline: none; opacity: 0.9 }
.pswp__button::-moz-focus-inner { padding: 0; border: 0 }
.pswp__ui--over-close .pswp__button--close { opacity: 1 }
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { background: url(../img/app/photoswipe/default-skin.png) 0 0 no-repeat; -webkit-background-size: 264px 88px; background-size: 264px 88px; width: 44px; height: 44px }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before { background-image: url(../img/app/photoswipe/default-skin.svg) }
    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: none }
}

.pswp__button--close { background-position: 0 -44px }
.pswp__button--share { background-position: -44px -44px }
.pswp__button--fs { display: none }
.pswp--supports-fs .pswp__button--fs { display: block }
.pswp--fs .pswp__button--fs { background-position: -44px 0 }
.pswp__button--zoom { display: none; background-position: -88px 0 }
.pswp--zoom-allowed .pswp__button--zoom { display: block }
.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0 }
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden }
.pswp__button--arrow--left, .pswp__button--arrow--right { background: none; top: 50%; margin-top: -50px; width: 70px; height: 100px; position: absolute }
.pswp__button--arrow--left { left: 0 }
.pswp__button--arrow--right { right: 0 }
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before { content: ''; top: 35px; background-color: rgba(0,0,0,0.3); height: 30px; width: 32px; position: absolute }
.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px }
.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px }
.pswp__counter, .pswp__share-modal { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.pswp__share-modal { display: block; background: rgba(0,0,0,0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity }
.pswp__share-modal--hidden { display: none }
.pswp__share-tooltip { z-index: 1620; position: absolute; background: #FFF; top: 56px; border-radius: 2px; display: block; width: auto; right: 44px; -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25); box-shadow: 0 2px 5px rgba(0,0,0,0.25); -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: -webkit-transform 0.25s; transition: transform 0.25s; transition: transform 0.25s, -webkit-transform 0.25s; -webkit-backface-visibility: hidden; will-change: transform }
.pswp__share-tooltip a { display: block; padding: 8px 12px; color: #000; text-decoration: none; font-size: 14px; line-height: 18px }
.pswp__share-tooltip a:hover { text-decoration: none; color: #000 }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0 }
.pswp__share-tooltip a:last-child { border-radius: 0 0 2px 2px }
.pswp__share-modal--fade-in { opacity: 1 }
.pswp__share-modal--fade-in .pswp__share-tooltip { -webkit-transform: translateY(0); transform: translateY(0) }
.pswp--touch .pswp__share-tooltip a { padding: 16px 12px }
a.pswp__share--facebook:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -12px; right: 15px; border: 6px solid rgba(0,0,0,0); border-bottom-color: #FFF; -webkit-pointer-events: none; -moz-pointer-events: none; pointer-events: none }
a.pswp__share--facebook:hover { background: #3E5C9A; color: #FFF }
a.pswp__share--facebook:hover:before { border-bottom-color: #3E5C9A }
a.pswp__share--twitter:hover { background: #55ACEE; color: #FFF }
a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D }
a.pswp__share--download:hover { background: #DDD }
.pswp__counter { position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px }
.pswp__caption { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 44px }
.pswp__caption small { font-size: 11px; color: #BBB }
.pswp__caption__center { text-align: left; max-width: 420px; margin: 0 auto; font-size: 13px; padding: 10px; line-height: 20px; color: #CCC }
.pswp__caption--empty { display: none }
.pswp__caption--fake { visibility: hidden }
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr }
.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px }
.pswp__preloader--active { opacity: 1 }
.pswp__preloader--active .pswp__preloader__icn { background: url(../img/app/photoswipe/preloader.gif) 0 0 no-repeat }
.pswp--css_animation .pswp__preloader--active { opacity: 1 }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite }
.pswp--css_animation .pswp__preloader__icn { background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0 }
.pswp--css_animation .pswp__preloader__cut { position: relative; width: 7px; height: 14px; overflow: hidden }
.pswp--css_animation .pswp__preloader__donut { -webkit-box-sizing: border-box; box-sizing: border-box; width: 14px; height: 14px; border: 2px solid #FFF; border-radius: 50%; border-left-color: transparent; border-bottom-color: transparent; position: absolute; top: 0; left: 0; background: none; margin: 0 }

@media screen and (max-width: 1024px) {
    .pswp__preloader { position: relative; left: auto; top: auto; margin: 0; float: right }
}

@-webkit-keyframes clockwise {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

@keyframes clockwise {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}

@-webkit-keyframes donut-rotate {
    0% { -webkit-transform: rotate(0); transform: rotate(0) }
    50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg) }
    100% { -webkit-transform: rotate(0); transform: rotate(0) }
}

@keyframes donut-rotate {
    0% { -webkit-transform: rotate(0); transform: rotate(0) }
    50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg) }
    100% { -webkit-transform: rotate(0); transform: rotate(0) }
}

.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550 }
.pswp__top-bar { position: absolute; left: 0; top: 0; height: 44px; width: 100% }
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1) }
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible }
.pswp__top-bar, .pswp__caption { background-color: rgba(0,0,0,0.5) }
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0,0,0,0.3) }
.pswp__ui--idle .pswp__top-bar { opacity: 0 }
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0 }
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001 }
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter { display: none }
.pswp__element--disabled { display: none !important }
.pswp--minimal--dark .pswp__top-bar { background: none }






/*------------------------------------
  Gallery
------------------------------------*/
.gallery { display: -webkit-box; display: flex; flex-wrap: wrap; border-radius: 19px;position: relative; overflow: hidden; }
.gallery-item { position: relative; flex-basis: 50%; padding: 0.25rem; display: block }
.gallery-item img { object-fit: cover; width: 100%; height: 100% }
.gallery-item > div { object-fit: cover; width: 100%; height: 100% }
.gallery-item-overlay { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; position: absolute; top: 0.25rem; left: 0.25rem; right: 0.25rem; bottom: 0.25rem; background-color: rgba(0,0,0,0.4); color: #fff; font-size: 1.75rem; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out }
.gallery-item-overlay:hover { background-color: rgba(0,0,0,0.45) }
.gallery.items-connected .gallery-item { padding: 0 }
.gallery.items-connected .gallery-item-overlay { top: 0; left: 0; right: 0; bottom: 0 }
.gallery-extra-items { display: none }
.gallery-3-type1 .gallery-item { flex-basis: 33.33% }
.gallery-3-type2 .gallery-item { flex-basis: 100% }
.gallery-3-type2 .gallery-item:nth-child(n+2) { flex-basis: 50% }
.gallery-3-type3 .gallery-item { flex-basis: 50% }
.gallery-3-type3 .gallery-item:nth-child(n+3) { flex-basis: 100% }
.gallery-3-type4 > .gallery-item { flex-basis: 60% }
.gallery-3-type4 .gallery-item-group { flex-basis: 40% }
.gallery-3-type5 > .gallery-item { flex-basis: 60% }
.gallery-3-type5 .gallery-item-group { flex-basis: 40% }
.gallery-4-type1 .gallery-item { flex-basis: 25% }
.gallery-4-type2 .gallery-item { flex-basis: 100% }
.gallery-4-type2 .gallery-item:nth-child(n+2) { flex-basis: 33.33% }
.gallery-4-type3 .gallery-item { flex-basis: 33.33% }
.gallery-4-type3 .gallery-item:nth-child(n+4) { flex-basis: 100% }
.gallery-4-type4 > .gallery-item { flex-basis: 70% }
.gallery-4-type4 .gallery-item-group { flex-basis: 30% }
.gallery-4-type5 > .gallery-item { flex-basis: 70% }
.gallery-4-type5 .gallery-item-group { flex-basis: 30% }



.card.bg-img .card-body {
    position: relative;
}


.card-img-top .badges {
    position: absolute;
    top: 0;
    padding: 1rem 1.25rem;
}

.card.text-white a { color: rgba(255,255,255,0.8); }

.cbp-caption-expand .cbp-caption-defaultWrap { cursor: pointer; color: inherit; padding: 15px 0 15px 28px; font-family: 'Poppins'; font-weight: 500; }

.cbp-caption-expand .cbp-caption-defaultWrap svg { position: absolute; top: 19px; left: 0; }
.cbp-caption-expand .cbp-l-caption-body { font: 400 15px/1.5 "Poppins", sans-serif; color: #6d767d; padding: 0 0 20px 28px; }
.cbp-l-filters-underline .cbp-filter-item { border-bottom: 2px solid transparent; font: 500 14px/1.6 "Poppins", sans-serif; }
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active { border-bottom-color: #328fe4; }








/* Loading Overlay */
.loading-overlay-showing {
	overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}


/* Section Scroll - Dots Navigation */
.section-scroll-dots-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 30px;
	background: #FFF;
	border-radius: 35px;
	padding: 9.6px;
	padding: 0.6rem;
	z-index: 10;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.section-scroll-dots-navigation > ul {
	margin: 8px 0;
	margin: 0.5rem 0;
}

.section-scroll-dots-navigation > ul:hover > li.active:hover > a > span {
	opacity: 1;
	visibility: visible;
}

.section-scroll-dots-navigation > ul:hover > li.active > a > span {
	opacity: 0;
	visibility: hidden;
}

.section-scroll-dots-navigation > ul > li {
	position: relative;
	margin-bottom: 4.8px;
	margin-bottom: 0.3rem;
}

.section-scroll-dots-navigation > ul > li:last-child {
	margin-bottom: 0;
}

.section-scroll-dots-navigation > ul > li:hover {
	background: transparent;
}

.section-scroll-dots-navigation > ul > li:hover > a > span {
	opacity: 1;
	visibility: visible;
}

.section-scroll-dots-navigation > ul > li.active > a:before {
	opacity: 1;
}

.section-scroll-dots-navigation > ul > li > a {
	position: relative;
	width: 15px;
	height: 15px;
	display: block;
	padding: 4.8px;
	padding: 0.3rem;
}

.section-scroll-dots-navigation > ul > li > a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 8px;
	height: 8px;
	border-radius: 100%;
	opacity: 0.3;
	background: #CCC;
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

.section-scroll-dots-navigation > ul > li > a > span {
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	background: #FFF;
	color: #212529;
	font-size: 12.8px;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 3.2px 16px;
	padding: 0.2rem 1rem;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: ease opacity 300ms;
	transition: ease opacity 300ms;
}

.section-scroll-dots-navigation > ul > li > a > span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #F7F7F7;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 {
	background: transparent;
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before {
	background: #FFF;
}

.section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span {
	right: calc(100% + 10px);
}

@media (max-width: 767px) {
	.section-scroll-dots-navigation {
		right: 15px;
	}
}




/* Loading Overlay */
.loading-overlay-showing {
	overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}

.loading-overlay {
	-webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #FFF;
}

body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out infinite bouncedelay;
	animation: 1.4s ease-in-out infinite bouncedelay;
}











/*------------------------------------
  Badge
------------------------------------*/
.badge { font-weight: 300; }
.badge:empty { display: inline-block; }
.badge-number { position: relative; top: -10px; margin-left: -0.5rem; font-size: 0.75rem; padding: 2px 4px; border-radius: 10rem; min-width: 1rem; min-height: 1rem; }
.badge-ring { position: relative; width: 8px; height: 8px; padding: 0; border-radius: 100%; vertical-align: middle; }
.badge-ring::after { content: ''; position: absolute; top: 1px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s; transition: .3s; }
.badge-dot { width: 6px; height: 6px; padding: 0; border-radius: 100%; vertical-align: middle; }
.badge-pill { padding-right: .75em; padding-left: .75em; border-radius: 10rem; }
.badge-glass.badge-primary { background-color: rgba(80,161,255,0.55); color: #fff; }
.badge-glass.badge-secondary { background-color: rgba(233,236,240,0.55); color: #fff; }
.badge-glass.badge-success { background-color: rgba(60,212,88,0.55); color: #fff; }
.badge-glass.badge-danger { background-color: rgba(255,73,84,0.55); color: #fff; }
.badge-glass.badge-warning { background-color: rgba(255,186,0,0.55); color: #fff; }
.badge-glass.badge-info { background-color: rgba(146,109,222,0.55); color: #fff; }
.badge-glass.badge-light { background-color: rgba(248,249,250,0.55); color: #fff; }
.badge-glass.badge-dark { background-color: rgba(25,25,25,0.55); color: #fff; }


/*------------------------------------
  Border Glass
------------------------------------*/
.border-glass, .border-glass-1 { border-color: rgba(255,255,255,0.35) !important }
.border-glass-2 { border-color: rgba(255,255,255,0.25) !important }
.border-glass-3 { border-color: rgba(255,255,255,0.15) !important }



/*------------------------------------
  BG Pale
------------------------------------*/
.bg-gray { background-color: #fafbfb }
.bg-pale-primary { background-color: #eef4fc !important }
.bg-pale-secondary { background-color: #f0f4f7 !important }
.bg-pale-success { background-color: #eefcf0 !important }
.bg-pale-danger { background-color: #fceeef !important }
.bg-pale-warning { background-color: #fcf8ee !important }
.bg-pale-info { background-color: #f2eefc !important }
.bg-pale-light { background-color: #fff !important }
.bg-pale-dark { background-color: #e5e5e5 !important }


/*------------------------------------
  Gradient
------------------------------------*/
.bg-gradient-primary { background-image: -webkit-linear-gradient(45deg, #50a1ff 0%, #88bfff 100%) !important; background-image: linear-gradient(45deg, #50a1ff 0%, #88bfff 100%) !important }
.bg-gradient-secondary { background-image: -webkit-linear-gradient(45deg, #e9ecf0 0%, #f0f2f5 100%) !important; background-image: linear-gradient(45deg, #e9ecf0 0%, #f0f2f5 100%) !important }
.bg-gradient-success { background-image: -webkit-linear-gradient(45deg, #00c9a7 0%, #7ae28d 100%) !important; background-image: linear-gradient(45deg, #00c9a7 0%, #7ae28d 100%) !important }
.bg-gradient-danger { background-image: -webkit-linear-gradient(45deg, #ff4954 0%, #ff838b 100%) !important; background-image: linear-gradient(45deg, #ff4954 0%, #ff838b 100%) !important }
.bg-gradient-warning { background-image: -webkit-linear-gradient(45deg, #ffba00 0%, #ffd052 100%) !important; background-image: linear-gradient(45deg, #ffba00 0%, #ffd052 100%) !important }
.bg-gradient-info { background-image: -webkit-linear-gradient(45deg, #926dde 0%, #b59ce9 100%) !important; background-image: linear-gradient(45deg, #926dde 0%, #b59ce9 100%) !important }
.bg-gradient-dark { background-image: -webkit-linear-gradient(45deg, #191919 0%, #636363 100%) !important; background-image: linear-gradient(45deg, #191919 0%, #636363 100%) !important }


/*------------------------------------
  Text
------------------------------------*/
.text-default { color: #757575 !important }
a.text-default:hover, a.text-default:focus { color: #5c5c5c !important }
.text-light { color: #999 !important }
a.text-light:hover, a.text-light:focus { color: gray !important }
.text-lighter { color: #bfc5ca !important }
a.text-lighter:hover, a.text-lighter:focus { color: #a3acb3 !important }
.text-lightest { color: #d3d3d3 !important }
a.text-lightest:hover, a.text-lightest:focus { color: #bababa !important }



/*-------------------------------------------------------------
    Lity - v2.3.1 - 2018-04-20
    http://sorgalla.com/lity/
    Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT  
-------------------------------------------------------------*/
.lity { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; white-space: nowrap; background: #0b0b0b; background: rgba(0,0,0,0.9); outline: none !important; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease }
.lity.lity-opened { opacity: 1 }
.lity.lity-closed { opacity: 0 }
.lity * { -webkit-box-sizing: border-box; box-sizing: border-box }
.lity-wrap { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; outline: none !important }
.lity-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em }
.lity-loader { z-index: 9991; color: #fff; position: absolute; top: 50%; margin-top: -0.8em; width: 100%; text-align: center; font-size: 14px; font-family: Arial, Helvetica, sans-serif; opacity: 0; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease }
.lity-loading .lity-loader { opacity: 1 }
.lity-container { z-index: 9992; position: relative; text-align: left; vertical-align: middle; display: inline-block; white-space: normal; max-width: 100%; max-height: 100%; outline: none !important }
.lity-content { z-index: 9993; width: 100%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease }
.lity-loading .lity-content, .lity-closed .lity-content { -webkit-transform: scale(0.8); transform: scale(0.8) }
.lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); box-shadow: 0 0 8px rgba(0,0,0,0.6) }
.lity-close { z-index: 9994; width: 35px; height: 35px; position: fixed; right: 0; top: 0; -webkit-appearance: none; cursor: pointer; text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0,0,0,0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none }
.lity-close::-moz-focus-inner { border: 0; padding: 0 }
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0,0,0,0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none }
.lity-close:active { top: 1px }
.lity-image img { max-width: 100%; display: block; line-height: 0; border: 0 }
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container { width: 100%; max-width: 964px }
.lity-iframe-container { width: 100%; height: 0; padding-top: 56.25%; overflow: auto; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-overflow-scrolling: touch }
.lity-iframe-container iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); box-shadow: 0 0 8px rgba(0,0,0,0.6); background: #000 }
.lity-hide { display: none }
.lity-close { font-family: "Open Sans",sans-serif; font-weight: 100; opacity: 0.6; padding: 0.5rem 1rem; width: auto; height: auto; -webkit-transition: 0.3s ease; transition: 0.3s ease }
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { font-family: "Open Sans",sans-serif; font-weight: 100; opacity: 1; padding: 0.5rem 1rem }
.lity-close:active { top: 0 }
.lity-iframe-container iframe { -webkit-box-shadow: none; box-shadow: none }


/*------------------------------------
  Rating
------------------------------------*/
.rating { display: -webkit-inline-box; display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; list-style: none; margin: 0; padding: 0; }
.rating label::before { margin-right: 5px; display: inline-block; }
.rating label { color: #ffba00; cursor: default; }
.rating label.empty { color: #ecf0f0; }
.rating-xs label::before { margin-right: 1px; font-size: 11px; }
.rating-sm label::before { margin-right: 2px; font-size: 13px; }
.rating-lg label::before { font-size: 18px; }


/*------------------------------------
  Video
------------------------------------*/
video { max-width: 100% }
.video-wrapper { position: relative; display: block; width: 100%; padding: 0; overflow: hidden }
.video-wrapper::before { display: block; content: ""; z-index: 0 }
.video-wrapper.ratio-21x9::before { padding-top: 42.85714% }
.video-wrapper.ratio-16x9::before { padding-top: 56.25% }
.video-wrapper.ratio-4x3::before { padding-top: 75% }
.video-wrapper.ratio-1x1::before { padding-top: 100% }
.video-wrapper .poster { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-background-size: cover; background-size: cover; background-position: 50% 50%; border-radius: inherit; z-index: 1; -webkit-transition: .3s; transition: .3s }
.video-wrapper .btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; -webkit-transition: .3s; transition: .3s }
.video-wrapper .btn:hover { -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.video-wrapper iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: inherit }
.video-wrapper.reveal .poster, .video-wrapper.reveal .btn { opacity: 0; visibility: hidden; -webkit-transition: 0.8s linear; transition: 0.8s linear }
.video-btn-wrapper { position: relative }
.video-btn-wrapper .btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: .3s; transition: .3s }
.bg-video { position: absolute; object-fit: cover; width: 100%; height: 100%; z-index: -100 }




/*------------------------------------
  Video
------------------------------------*/
.popup { position: fixed; right: 2rem; bottom: 2rem; padding: 1.5rem; background-color: #fff; border: 1px solid #f1f2f3; border-radius: 0.25rem; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05); box-shadow: 0 0 15px rgba(0,0,0,0.05); -webkit-transition: 0.4s ease-out; transition: 0.4s ease-out; z-index: 1010; visibility: hidden; opacity: 0 }
.popup.show { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important }
.popup.show[data-position$="-center"] { -webkit-transform: translate(-50%, 0) !important; transform: translate(-50%, 0) !important }
.popup[data-position="top-left"] { right: auto; bottom: auto; top: 2rem; left: 2rem }
.popup[data-position="top-right"] { bottom: auto; top: 2rem }
.popup[data-position="bottom-left"] { right: auto; left: 2rem }
.popup[data-position="top-center"] { right: auto; bottom: auto; top: 2rem; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%) }
.popup[data-position="bottom-center"] { right: auto; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%) }
.popup[data-animation="slide-up"] { -webkit-transform: translate(0, 100%); transform: translate(0, 100%) }
.popup[data-animation="slide-up"][data-position$="-center"] { -webkit-transform: translate(-50%, 100%); transform: translate(-50%, 100%) }
.popup[data-animation="slide-down"] { -webkit-transform: translate(0, -100%); transform: translate(0, -100%) }
.popup[data-animation="slide-down"][data-position$="-center"] { -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%) }
.popup[data-animation="slide-left"] { -webkit-transform: translate(100%, 0); transform: translate(100%, 0) }
.popup[data-animation="slide-right"] { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0) }
.popup .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1rem; font-weight: 100; -webkit-transition: 0.3s ease-out; transition: 0.3s ease-out }




/*------------------------------------
  Nav Sidebar
------------------------------------*/

.nav-sidebar { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; font-weight: 400 }
.nav-sidebar .nav-item { margin: 4px 0; padding-right: 5px; overflow: hidden; flex-shrink: 0 }
.nav-sidebar .nav-item > .nav-link { font-weight: 500 }
.nav-sidebar .nav-link { -webkit-box-pack: justify; justify-content: space-between; padding: 3px 0; line-height: 1.5 }
.nav-sidebar .nav-angle { font-size: 12px; float: right; line-height: 2.1; }
.nav-sidebar .nav-angle.rotate { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.nav-sidebar .nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; font-size: 0.875rem; margin-left: 1rem; margin-top: 0.5rem; flex-wrap: nowrap; display: none }
.nav-sidebar .nav .nav { display: -webkit-box; display: flex; font-size: 95%; margin-left: 0.75rem; margin-top: 0 }
.nav-sidebar .nav .nav .nav-item { margin-top: 1px; margin-bottom: 1px }
.nav-sidebar .nav .nav-link { flex-shrink: 0 }
.nav-sidebar .show > .nav-link .nav-angle { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.nav-sidebar .show > .nav { display: block }
.nav-sidebar .nav-link.active { color: #50a1ff }
.nav-sidebar .nav-link.active + .nav { display: block }
.nav-sidebar .nav-item > .nav-link.active { color: #757575; -webkit-transition: none; transition: none }
.nav-sidebar a { color: rgba(0,0,0,0.6) }
.nav-sidebar a:hover { color: rgba(0,0,0,0.8) }
.nav-sidebar .nav-header { color: #323d47; font-weight: 500; letter-spacing: 0.5px; margin-bottom: 0.5rem }
.nav-sidebar-hero > .nav-item { border-bottom: 1px dashed #eaeff4; padding-top: 2px; padding-bottom: 6px }
.nav-sidebar-hero > .nav-item:last-child { border-bottom: none }
.nav-sidebar-hero > .nav-item > .nav-link { font-size: 1rem; font-weight: 400; padding: 8px 0 }
.nav-sidebar-hero .nav-item > .nav-link { font-weight: 400 }
.nav-sidebar-hero .nav { font-size: 1rem }
.nav-sidebar-pill .nav-item > .nav-link.active { color: #50a1ff }
.nav-sidebar-pill .nav-item > .nav-link.active > .nav-angle { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.nav-sidebar-pill .nav { margin-left: 0.5rem }
.nav-sidebar-pill .nav .nav-link { border-radius: 4px; padding: 6px 16px }
.nav-sidebar-pill .nav .nav-link.active { background-color: rgba(80,161,255,0.1) }






/* Code examples */
.uikit-example { position: relative; }
.uikit-example-btns { position: absolute; right: 0; top: 0; opacity: 0; transition: all .2s; direction: ltr !important; }
[dir=rtl] .uikit-example-btns { right: auto; left: 0; }
.uikit-example:hover .uikit-example-btns { top: -17px; opacity: 1; }
.uikit-example-btn { display: inline-block; line-height: 1; font-weight: 800; background: #e8e8e8; direction: ltr !important; color: #9e9e9e; padding: .25rem .45rem; border-radius: 4px; white-space: nowrap; font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 11px; margin: 0 4px; }
.uikit-example-btn.copy::before { content: "COPY"; }
.uikit-example-btn.copied { background: #000 !important; color: #fff !important; }
.uikit-example-btn.copied::before { content: "COPIED!"; }

/* Modal */
.uikit-example-modal-opened { overflow: hidden !important; }
.uikit-example-modal { display: none; position: fixed; z-index: 1000000; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; background: rgba(255, 255, 255, .95); animation-duration: .2s; direction: ltr !important; text-align: left !important; }
.uikit-example-modal-opened .uikit-example-modal { display: flex; }
.uikit-example-modal-content { max-width: 80%; margin: auto; padding: 30px 0; }
.uikit-example-modal-copy { display: block; position: fixed; top: 20px; right: 60px; margin-right: 8px; font-size: 1.2rem; }
.uikit-example-modal-copy.copied::before { content: "Copied to clipboard!"; position: absolute; display: block; right: 100%; margin-right: 10px; font-size: 14px; white-space: nowrap; background: #111; line-height: 24px; height: 24px; border-radius: 3px; padding: 0 6px; top: 50%; margin-top: -12px; }
.uikit-example-modal-close { display: block; position: fixed; top: 10px; right: 30px; color: #000 !important; opacity: .2; font-size: 3rem; font-weight: 100; }
.uikit-example-modal-close:hover { opacity: .9; }

/* Code */
.uikit-example-modal-content > pre { overflow: auto; max-height: 800px; }





  
/*------------------------------------
  mini-card
------------------------------------*/  
.header-card { background-image: -webkit-gradient(linear,left bottom,left top,from(#ff8a00),to(#da1b60)); background-image: linear-gradient(to top,#ff8a00,#da1b60); position: relative; border-radius: 6px; padding: 2rem; margin: 0 4rem 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px }

@media (max-width: 1200px) {
    .header-card { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-box-flex: 0; -ms-flex: 0; flex: 0; width: 110px; margin-right: 1rem }
    .header-card br { display: none }
    .header-card a::after { display: none }
}

.popular-articles { -webkit-box-sizing: content-box; box-sizing: content-box; display: -webkit-box; display: -ms-flexbox; display: flex; width: calc(100vw - 71px); margin: 0 0 5rem 0; padding: 2rem 0 }

@media (max-width: 1200px) {
    .popular-articles { scrollbar-color: #201c29; scrollbar-width: 10px; width: 100%; padding-bottom: 2rem; margin-bottom: 6rem; overflow-x: scroll; -webkit-overflow-scrolling: touch; -ms-scroll-snap-points-x: repeat(250px); scroll-snap-points-x: repeat(250px); -ms-scroll-snap-type: mandatory; scroll-snap-type: mandatory }
    .popular-articles::-webkit-scrollbar { width: 10px; height: 10px }
    .popular-articles::-webkit-scrollbar-thumb { background: #201c29; border-radius: 10px; -webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25),inset -2px -2px 2px rgba(0,0,0,.25); box-shadow: inset 2px 2px 2px rgba(255,255,255,.25),inset -2px -2px 2px rgba(0,0,0,.25) }
    .popular-articles::-webkit-scrollbar-track { background: linear-gradient(to right,#201c29,#201c29 1px,#17141d 1px,#17141d) }
    .popular-articles .mini-card { scroll-snap-align: start }
}

@media (max-width: 1200px) {
    .popular-articles { padding-left: 0 }
}

.popular-header { margin: 3rem 0; }
.popular-header .edit-popular { position: absolute; top: 5px; right: 5px }
.mini-card-grid { scrollbar-color: #201c29; scrollbar-width: 10px; scrollbar-gutter: always; padding: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; overflow-x: scroll; -webkit-overflow-scrolling: touch }
.mini-card-grid::-webkit-scrollbar { width: 10px; height: 10px; }
.mini-card-grid::-webkit-scrollbar-thumb { background: #e7eaf3; border-radius: 50px; /*-webkit-box-shadow: inset 2px 2px 2px rgba(255,255,255,.25),inset -2px -2px 2px rgba(0,0,0,.25);    box-shadow: inset 2px 2px 2px rgba(255,255,255,.25),inset -2px -2px 2px rgba(0,0,0,.25)*/ }
.mini-card-grid::-webkit-scrollbar-track { background: linear-gradient(to right,#f6f9fc,#f6f9fc 1px,#f6f9fc 1px,#f6f9fc); border-radius: 50px; }

@media (max-width: 1200px) {
    .mini-card-grid { overflow-x: visible }
}

.mini-card { min-width: 300px; min-height: 350px; padding: 1.5rem; border-radius: 6px; background: #ffffff; -webkit-box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.09019607843137255); box-shadow: -1rem 0 3rem rgba(0, 0, 0, 0.09019607843137255); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: .2s; transition: .2s; margin: 0; z-index: 1; }
.mini-card h2 { font-size: 20px; margin: .25rem 0 auto 0 }
.mini-card:not(:first-child) { margin-left: -130px }
.mini-card:focus-within, .mini-card:hover { -webkit-transform: translate(0,-1rem); transform: translate(0,-1rem) }
.mini-card:focus-within ~ .mini-card, .mini-card:hover ~ .mini-card { -webkit-transform: translateX(130px); transform: translateX(130px) }

@media (max-width: 1200px) {
    .mini-card { min-width: 220px }
    .mini-card:not(:first-child) { margin-left: -30px }
    .mini-card:hover { -webkit-transform: translate(0,-1rem); transform: translate(0,-1rem) }
    .mini-card:hover ~ .mini-card { -webkit-transform: translateX(30px); transform: translateX(30px) }
}

@media (max-width: 800px) {
    .mini-card { min-width: 190px }
    .mini-card:not(:first-child) { margin-left: -10px }
    .mini-card:hover { -webkit-transform: translate(0,-1rem); transform: translate(0,-1rem) }
    .mini-card:hover ~ .mini-card { -webkit-transform: translateX(10px); transform: translateX(10px) }
}

.mini-article-subhead { font-size: 14px; margin: 0 0 1rem 0 }
.mini-article-card-header { margin-bottom: auto }
.mini-article-meta { font-size: 14px }
.mini-article-meta .author-name { display: block; position: relative }
.mini-article-meta .author-avatar img { width: 40px; height: 40px }
.mini-article-meta .author-avatar .half-circle { width: 60px; height: 48px }
.mini-article-byline { margin: 3rem 0 0 0; display: grid; grid-template-columns: 55px 1fr; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.mini-article-byline .author-avatar, .mini-article-byline .author-name-area { grid-area: auto }
.popular-articles .tags { margin: 1rem 0 .5rem 0; padding: .5rem 0 1rem; }
.popular-articles .tags a { margin-bottom: 5px; padding: .2rem .85rem .25rem .85rem; }
.custom-tags a { padding: .3rem .85rem .35rem .85rem; }



/*------------------------------------
  section
------------------------------------*/
.section--dark-bottom-fade:after,
.section--lightblue-bottom-fade:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; top: 20%; background-image: linear-gradient(to bottom,transparent,rgba(238,248,255,.01) 3%,rgba(238,248,255,.05) 8%,rgba(238,248,255,.1) 13%,rgba(238,248,255,.15) 18%,rgba(238,248,255,.2) 23%,rgba(238,248,255,.25) 28%,rgba(238,248,255,.3) 33%,rgba(238,248,255,.35) 38%,rgba(238,248,255,.4) 43%,rgba(238,248,255,.45) 48%,rgba(238,248,255,.5) 53%,rgba(238,248,255,.55) 58%,#eef8ff 100%) }
.section--dark-bottom-fade:after { background-image: linear-gradient(to bottom,transparent,rgba(9,6,11,.01) 3%,rgba(9,6,11,.05) 8%,rgba(9,6,11,.1) 13%,rgba(9,6,11,.15) 18%,rgba(9,6,11,.2) 23%,rgba(9,6,11,.25) 28%,rgba(9,6,11,.3) 33%,rgba(9,6,11,.35) 38%,rgba(9,6,11,.4) 43%,rgba(9,6,11,.45) 48%,rgba(9,6,11,.5) 53%,rgba(9,6,11,.55) 58%,#09060b 100%) }
.section--blue-bottom-fade:after { content: ""; display: block; position: absolute; bottom: -2px; left: 0; right: 0; top: 55%; opacity: 0; -webkit-animation: appear .2s .1s ease forwards; animation: appear .2s .1s ease forwards; background-color: transparent; background-image: linear-gradient(to bottom, transparent, rgba(29,35,51,0.01) 3%, rgba(29,35,51,0.05) 8%, rgba(29,35,51,0.1) 13%, rgba(29,35,51,0.15) 18%, rgba(29,35,51,0.2) 23%, rgba(29,35,51,0.25) 28%, rgba(29,35,51,0.3) 33%, rgba(29,35,51,0.35) 38%, rgba(29,35,51,0.4) 43%, rgba(29,35,51,0.45) 48%, rgba(29,35,51,0.5) 53%, rgba(29,35,51,0.55) 58%, #1d2333 100%); }
.overlay-block { position: absolute; z-index: 2; left: 0; right: 0; bottom: 120px; }





.check-list { list-style: none; padding-left: 22px; }
.check-list li { padding: 5px 0 5px 0px; position: relative; -webkit-transition: color .15s ease-in-out; transition: color .15s ease-in-out; color: #6d767d; line-height: 1.6; font-size: 15px; }
.check-list li:before { content: ""; display: inline-block; margin: 0 7px 0 -22px; width: 11px; height: 10px; background: url(../img/svg/spec-check.svg); }



.anim-link { display: inline-block; position: relative; transition: opacity .2s cubic-bezier(.39,.575,.565,1); }
.anim-link:after { background-color: #2484da; content: ""; height: 1px; left: 0; opacity: 0; pointer-events: none; position: absolute; top: 115%; transform: translateY(1px); transition: all .15s cubic-bezier(.39,.575,.565,1); transition-property: opacity,transform; width: 100%; }
.anim-link:focus:after, .anim-link:hover:after { opacity: 1; transform: translateY(-5px) translateZ(0); }
.anim-link:active, .anim-link:focus, .anim-link:hover { opacity: 1; }

.anim-link-2 { background-position: 0 95%; background-size: 0 2px; transition: background-size .2s cubic-bezier(.785,.135,.15,.86) 0s; padding: 1px 0; display: inline; background-repeat: no-repeat; box-sizing: border-box; background-image: linear-gradient(to right,#1e2022 0%,#1e2022 100%); }
.text-white .anim-link-2 { background-image: linear-gradient(to right,#fff 0%,#fff 100%); }
.text-muted.anim-link-2 { background-image: linear-gradient(to right,#8c98a4 0%,#8c98a4 100%); }
.anim-link-2:hover { background-size: 100% 2px; }
.m-list--link.anim-link-2 { background-image: linear-gradient(to right,#377dff 0%,#377dff 100%); }

.anim-link-2.anim-link-2-primary{background-image: linear-gradient(to right,#2484da 0%,#2484da 100%);}
.anim-link-2.anim-link-2-white{background-image: linear-gradient(to right,#fff 0%,#fff 100%);}

.vertex-input .vertex-input-group { background: #edf2f5; padding-top: 14px; padding-left: 25px; -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; border-bottom: 1px solid #e6e6e6; }
.vertex-input-group.focus { background: white; }
.vertex-input .vertex-input-group.focus .form-group label { color: #2484da !important; }
.vertex-input .vertex-input-group.last { border-bottom-width: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.vertex-input .vertex-input-group.first { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.vertex-input .vertex-input-group .form-group { width: 100%; margin-bottom: 0; margin-left: 25px; }
.vertex-input .vertex-input-group .form-group label { margin: 0; }
.vertex-input .vertex-input-group .form-group .form-control { margin-top: -1rem; }
.vertex-input-group .apend-wrap i { vertical-align: 12px; font-size: 25px; opacity: 0.5; }




.mapimg { position: relative; background: url(../img/map.jpg) no-repeat center center; padding-top: 37.475%; background-size: contain; }
.mapimg .tooltips > div { position: absolute; cursor: pointer; }
.mapimg .tooltips > div.tooltip-1 { top: 50%; left: 50%; transform: translate(-8px,-65px); }
.mapimg .tooltips > div.tooltip-2 { top: 50%; left: 50%; transform: translate(4px,-57px); }
.mapimg .tooltips > div.tooltip-3 { top: 50%; left: 50%; transform: translate(70px,-5px); }
.mapimg .tooltips .dot { width: 16px; height: 16px; border: 4px solid #9f8beb; background-color: #5c40c6; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }




.custom-section-1:before { content: ""; display: block; position: absolute; background-image: url(../img/custom-bg-2.jpg); width: 360px; height: 469px; top: -20px; z-index: -1; right: 0; background-repeat: no-repeat; background-size: contain; background-position: center; }
.custom-section-1:after { content: ""; display: block; position: absolute; background: url(../img/custom-bg-1.png) no-repeat; width: 374px; height: 688px; top: 40px; z-index: -1; left: 0; background-repeat: no-repeat; background-size: contain; background-position: center; }
.custom-section-2:before { content: ""; display: block; position: absolute; background: url(../img/custom-bg-3.png) no-repeat; width: 250px; height: 467px; top: -20px; z-index: -1; right: 0; background-repeat: no-repeat; background-size: contain; background-position: center; }
.custom-section-2:after { content: ""; display: block; position: absolute; background: url(../img/custom-bg-1.png) no-repeat; width: 374px; height: 688px; top: 40px; z-index: -1; left: 0; background-repeat: no-repeat; background-size: contain; background-position: center; }

@media (min-width: 320px) {
    .custom-section-1:before { width: 100px; }
    .custom-section-1:after { width: 125px; }

    .custom-section-2:before { width: 80px; }
    .custom-section-2:after { width: 125px; }
}

@media (min-width: 375px) {
    .custom-section-1:before { width: 120px; }
    .custom-section-1:after { width: 150px; }

    .custom-section-2:before { width: 100px; }
    .custom-section-2:after { width: 150px; }
}

@media (min-width: 414px) {
    .custom-section-1:before { width: 150px; }
    .custom-section-1:after { width: 175px; }

    .custom-section-2:before { width: 120px; }
    .custom-section-2:after { width: 175px; }
}

@media (min-width: 576px) {
    .custom-section-1:before { width: 200px; }
    .custom-section-1:after { width: 225px; }

    .custom-section-2:before { width: 140px; }
    .custom-section-2:after { width: 225px; }
}

@media (min-width: 768px) {
    .custom-section-1:before { width: 250px; }
    .custom-section-1:after { width: 275px; }

    .custom-section-2:before { width: 170px; }
    .custom-section-2:after { width: 275px; }
}

@media (min-width: 992px) {
    .custom-section-1:before { width: 300px; }
    .custom-section-1:after { width: 324px; }

    .custom-section-2:before { width: 210px; }
    .custom-section-2:after { width: 324px; }
}

@media (min-width: 1200px) {
    .custom-section-1:before { width: 360px; }
    .custom-section-1:after { width: 374px; }

    .custom-section-2:before { width: 250px; }
    .custom-section-2:after { width: 374px; }
}



.custom-section-3 { position: absolute; left: 0; right: 0; top: inherit !important; bottom: -6px; }
.custom-section-3 img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; -o-object-position: 33% 100%; object-position: 33% 100%; }
.custom-section-4 { background-image: url(../img/svg/cover-blue-nodots.svg), linear-gradient(87deg,#2484da 0,#53d3d4 100%); background-size: 1420px auto,auto auto; background-position: center -85px,0 0; }
.custom-section-5 { background: #f6f7f8 url(../img/arch-hero-t.png) right 0/auto 100% no-repeat; padding-top: 50px; }


.bg-custom-1 { background-image: url(../img/mix/j1.jpg); background-size: cover; background-position: 50% 50%; min-height: 31.5rem; margin-bottom: 4.5rem; text-align: left; opacity: 1; overflow: hidden; -moz-transition: opacity .8s ease; -o-transition: opacity .8s ease; -webkit-transition: opacity .8s ease; transition: opacity .8s ease; margin: 0 auto; clear: both; position: relative; }
.bg-custom-1--overlay { width: 100%; height: 100%; position: absolute; opacity: .3; display: block; background-image: -webkit-linear-gradient(36deg,#1a8bf0 0,#25292d 100%); background-image: -moz-linear-gradient(36deg,#1a8bf0 0,#25292d 100%); background-image: -o-linear-gradient(36deg,#1a8bf0 0,#25292d 100%); background-image: linear-gradient(36deg,#1a8bf0 0,#25292d 100%); }



.svgbg-1 { background: url(../img/svg/svgbg1.svg) bottom no-repeat; background-size: contain; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-width: 548px; padding: 0 10% 6% 6%; }
.gradient-border-1 { background: linear-gradient(15deg,#6d4dd9,#14badc); -webkit-filter: drop-shadow(0 10px 5px rgba(0,0,0,.4)); filter: drop-shadow(0 10px 5px rgba(0,0,0,.4)); border-radius: 6px; padding: 8px; }
.bg-map { background: url('../img/svg/map.svg') no-repeat; background-position: center 80px; }




.v-testimonials--head { display: block; width: 100%; overflow: hidden; margin-bottom: 20px; }
.v-testimonials--head img { width: 60px; border-radius: 50%; float: left; margin-right: 18px; }
.v-testimonials--name { float: left; margin-top: 8px; }
.v-testimonials--name p { margin: 0; font-size: 18px; font-weight: 500; font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif; }
.v-testimonials--body { display: block; width: 100%; overflow: hidden; margin-bottom: 2px; }
.v-testimonials--body p { font-size: 14px; line-height: 1.7; }
.v-testimonials--footer { display: block; width: 100%; overflow: hidden; }
.v-testimonials--stars,
.v-testimonials--footer i { font-size: 16px; color: #f1c346; }
.v-testimonials--sub-heading { color: #2484da; }
.v-testimonials-v2 .v-testimonials-v2--body { overflow: hidden; }
.v-testimonials-v2 img { width: 120px; margin-right: 30px; }
.testimonial-quote { position: relative; }
.testimonial-quote:before { top: 0; left: -54px; position: absolute; content: "\201E"; margin-top: -65px; font-family: Arial,sans-serif; font-size: 110px; line-height: 1; color: #ddd; }


.breadcrumb-item + .breadcrumb-item { padding-left: 0.7rem; }
.breadcrumb-item + .breadcrumb-item::before { padding-right: 0.7rem; }

.dropdown-toggle::after { content: "\e62a"; border: none; line-height: 2px; margin-left: 7px; font-size: 9px; opacity: 0.7; }






/*------------------------------------
  Hurdles - Team slide
------------------------------------*/
.hurdles { margin-top: 40px; min-height: 450px; position: relative; overflow: hidden }

@media(min-width: 880px) {
    .hurdles { margin-top: 80px }
}

.hurdles-stakeholder { width: 90px; height: 90px; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: calc(50% - 45px); left: calc(50% - 45px) }

@media(min-width: 670px) {
    .hurdles-stakeholder { width: 120px; height: 120px; top: calc(50% - 60px); left: calc(50% - 60px) }
}

.hurdles-stakeholder-label { width: auto; display: block; color: currentColor; position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%,100%) translateY(5px); transform: translate(-50%,100%) translateY(5px); text-transform: uppercase; font: 600 19px Camphor; letter-spacing: .025em; padding: 3px 10px; opacity: 0; -webkit-transition: all .4s ease-out; transition: all .4s ease-out }
.hurdles-stakeholder--merchant { background-color: #c5f0fe; color: #4bb3e6; z-index: 2 }
.hurdles-stakeholder--merchant svg { width: 100%; height: 100% }
.hurdles-stakeholder--merchant.moved .hurdles-stakeholder-label { opacity: 1; -webkit-transform: translate(-50%,100%) translateY(15px); transform: translate(-50%,100%) translateY(15px) }

@-webkit-keyframes move-arrows {
    to { -webkit-mask-position: 11px 0; mask-position: 11px 0 }
}

@keyframes move-arrows {
    to { -webkit-mask-position: 11px 0; mask-position: 11px 0 }
}

@-webkit-keyframes move-gradient {
    0% { background-position-x: 0 }
    to { background-position-x: 100% }
}

@keyframes move-gradient {
    0% { background-position-x: 0 }
    to { background-position-x: 100% }
}


.hurdles-stakeholder-glow {
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSIwIDAgMjUwIDI1MCI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJidXNpbmVzcy1zaGFkb3ctdjEtYSIgZng9IjUwJSIgZnk9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRiIvPjxzdG9wIG9mZnNldD0iNDEuMzQxJSIgc3RvcC1jb2xvcj0iI0ZGRiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PGNpcmNsZSBjeD0iMTI1IiBjeT0iMTI1IiByPSIxMjUiIGZpbGw9InVybCgjYnVzaW5lc3Mtc2hhZG93LXYxLWEpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii43NSIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: -1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.hurdles-stakeholder.mask-out .hurdles-stakeholder-glow { opacity: 0 }
.hurdles-stakeholder-arrows { position: absolute; height: 40px; width: 25px; will-change: opacity; left: calc(100% + 12px); opacity: 0; -webkit-transform: scale(.5); transform: scale(.5); z-index: -1 }

@media only screen and (min-width: 600px) {
    .hurdles-stakeholder-arrows { left: calc(100% + 40px); left: calc(100% + 25px); width: 90px; width: 130px; -webkit-transform: none; transform: none }
}

.hurdles-stakeholder-arrows .arrow { width: 40px; height: 18px; position: absolute; top: calc(50% - 9px); left: calc(50% - 20px); opacity: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.hurdles-stakeholder-arrows .arrow svg { width: auto; height: 100%; display: block }
.hurdles-stakeholder-arrows .arrow:first-child { top: calc(50% - 19px); top: calc(50% - 9px - 10px) }
.hurdles-stakeholder-arrows .arrow:last-child { top: calc(50% + 1px); top: calc(50% - 9px + 10px) }
.hurdles-stakeholder-arrows .arrow:last-child svg { -webkit-transform: scaleX(-1); transform: scaleX(-1) }
.hurdles-stakeholder--merchant.animating .hurdles-stakeholder-arrows { opacity: 1 }
.hurdles-stakeholder--stripe { background-color: #6875e2; -webkit-transform: scale(.75); transform: scale(.75); opacity: 0; z-index: 2 }
.hurdles-stakeholder--stripe > svg { fill: #fff }

@media(min-width: 880px) {
    .hurdles-stakeholder--stripe > svg { -webkit-transform: scale(1.2); transform: scale(1.2) }
}

.hurdles-bubbles { position: absolute; left: 0; top: 0; width: 100%; height: 100% }
.hurdles-node { position: absolute; font-size: 14px; padding: 0 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 9999px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 30px }

@media(min-width: 880px) {
    .hurdles-node { font-size: 16px; height: 40px }
}

.hurdles-node--blue { background-color: #c4f0ff; color: #217ab7 }
.hurdles-node--pink { background-color: #ffe0f5; color: #9251ac }
.hurdles-node--yellow { background-color: #fdeebe; color: #c85d42 }
.hurdles-node--green { background-color: #d6facf; color: #159570 }
.hurdles-mask { width: 50%; height: 500px; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #fff; opacity: 0; pointer-events: none }

.hurdles-mask:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 91%;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDI1MCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIwJSIgeTE9IjUwJSIgeDI9Ijk3LjUyNiUiIHkyPSI1MCUiIGlkPSJsaW5lYXJHcmFkaWVudC0xIj48c3RvcCBzdG9wLWNvbG9yPSIjQzRGMEZGIiBzdG9wLW9wYWNpdHk9Ii41IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRiIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBpZD0iTWFzayIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMjUwIDBDMTExLjkyOSAwIDEgMTExLjkyOSAxIDI1MHMxMTAuOTI5IDI1MCAyNDkgMjUwSDBWMGgyNTB6IiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMjUxIDUwMFYwQzExMi45MjkgMCAxIDExMS45MjkgMSAyNTBzMTExLjkyOSAyNTAgMjUwIDI1MHoiIGlkPSJPdmFsLTMtQ29weSIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm11bHRpcGx5Ii8+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: auto 100%
}

.hurdles-image { width: 90px; border-radius: 50%; }




/* Circular Bars */
.circular-bar { text-align: center; margin-bottom: 25px; }
.circular-bar .circular-bar-chart { position: relative; }
.circular-bar strong { display: block; font-weight: 500; line-height: 30px; position: absolute; top: 35%; width: 80%; left: 10%; text-align: center; }
.circular-bar label { display: block; font-weight: 100; font-size: 17px; line-height: 20px; position: absolute; top: 50%; width: 80%; left: 10%; text-align: center; }
.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons { display: block; font-size: 38px; line-height: 30px; position: absolute; top: 40%; width: 80%; left: 10%; text-align: center; }
.circular-bar.single-line strong { top: 40%; }
.circular-bar.circular-bar-sm label { font-size: 14px; top: 36%; }
.circular-bar.circular-bar-lg strong { font-size: 20px; top: 40%; }