/*
|-----------------------------------------------
| @FONTS / TEXTS / COLORS
|----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'SinkinSans';
}

p {
    font-size: 1.1em;
    font-family: 'Lato';
}

.font--sinkinsanslight { font-family: 'SinkinSansLight'; }
.color--white {color: #fff !important;}
.color--light { color: #dde5e9; }
.color--black { color: #2b2b2b !important; }
.color--darkgray {color: #0c0c0c !important;}
.color--gray {color: #908e8e !important;}
.color--green { color: #439143 !important; }
.color--darkgreen { color: #439143 !important; }
.color--black-p { color: #363636 !important; }

/*
|-----------------------------------------------
| @PAGINATIONS
|----------------------------------------------- */
/*
.pagination {
    text-align: center;
}

.pagination a {
    display: inline-block;
    border: 1px solid #aeaeae;
    padding: 6px 0;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #666;
}

.pagination a.current {
    background-color: #aeaeae;
    color: #fff;
}*/

/*
|-----------------------------------------------
| @FORMS
|----------------------------------------------- */
textarea,
select,
input[type="text"],
input[type="email"],
input[type="numbers"] {
     border-radius: 0;
}
.form-holder {
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}
.form-input {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.form-input input,
.form-input textarea {
    /*background: white;*/
    /*position: relative;*/
    width: 90%;
    padding: 12px 12px;
    font-family: 'SinkinSans';
    color: #505050;
    border: none;
    outline: none;
}

label.error {
    position: absolute;
    top: 4px;
    right: 15px;
    text-align: right;
    color: #080606;
    font-family: 'Lato';
}
input.error {
    border: none;
}

.alert-email--label {
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
    top: -15px;
    left: 0px;
    font-size: 0.85em !important;
    color: red;
}
.alert-email--label.businesspartner {
    display: none;
    position: absolute;
    top: 2px;
    text-align: right;
    color: red;
}
.alert-email--label.businesspartner.show { display: block; }
.alert-email--label.contactuspage {
    text-align: right;
    top: 2px;
}
.alert-email--label.hide { display: none; }

/*
|-----------------------------------------------
| @HEADER
|----------------------------------------------- */
.navigation__logo.is-moved {
    max-width: 150px;
    padding: 0px 35px;
}

.desktop-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.navigation--top {
    background: #439043;
    padding: 3px 0px;
    text-align: right;
}

.navigation--bottom {
    position: relative;
    background: #fff;
    box-shadow: 1px 10px 10px 1px rgba(142, 143, 144, 0.33);
}

.navigation--bottom.is-moved {
    border-bottom: 1px solid #ececec;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.21);
    box-shadow: none;
}

.navigation__logo-holder {
    width: 15%;
    padding-top: 5px;
    text-align: center;
}

.navigation__logo {
    max-width: 160px;
    padding: 15px 0px 5px 45px;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -ms-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
}

.navigation__link-holder {
    width: 82%;
    text-align: right;
}

.navigation__link {
    padding-top: 5px;
    font-size: 0.90em;
    padding-right: 20px;
    -webkit-transition: width .18s linear;
    -moz-transition: width .18s linear;
    -ms-transition: width .18s linear;
    -o-transition: width .18s linear;
    transition: width .18s linear;
}

.navigation__link.with--dropdown i {
    padding-bottom: 10px;
    font-size: 10px;
    color: #439143;
}

.navigation__link.with--dropdown {
    position:relative;
}

.navigation__link-child-holder {
    position: absolute;
    text-align: left;
    height: auto;
    width: auto;
    background: #fff;
    z-index: 2;
    display: none;
    box-shadow: 10px 10px 12px -3px rgba(136, 145, 158, 0.46);
}

.navigation__link-child-holder p {
    padding: 0px 5px;
    margin: 20px 0px;
    line-height: 1.2em;
    font-size: 0.75em;
    text-transform: none;
    color: #3c3c3c;
    font-family: 'SinkinSans';
    -webkit-transition: all .0s linear;
    -moz-transition: all .0s linear;
    -ms-transition: all .0s linear;
    -o-transition: all .0s linear;
    transition: all .0s linear;
}

.navigation__link-child-holder p:hover {
    cursor: pointer;
    color: red;
    -webkit-transition: all .0s linear;
       -moz-transition: all .0s linear;
        -ms-transition: all .0s linear;
         -o-transition: all .0s linear;
            transition: all .0s linear;    
}

.navigation__link.with--dropdown:hover .navigation__link-child-holder {
    display: block;
}
.navigation__link.with--dropdown:hover i {
    color: #e33e27;
}

.navigation__link-child-holder > li {
    margin: 10px;
    padding: 5px 95px 0px 0px;
    cursor: pointer;
    width: 90%;
}

.navigation__search {
    height: 38px;
    position: relative;
}

.navigation__search input {
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0px 0px 0px 25px;
    height: 100%;
    width: 150px;
    background: #f2f2f2;
}

#SearchForm_SearchForm_Search_Holder {
    display: inline-block;
}

#SearchForm_SearchForm .middleColumn {
    height: 38px;
    position: relative;
}

#SearchForm_SearchForm .middleColumn input {
    border: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0px 0px 0px 25px;
    height: 100%;
    width: 150px;
    background: #f2f2f2;
    display: inline-block;
}
#SearchForm_SearchForm .middleColumn input[type=text] {
    font-size: 0.90em;
    outline: none;
}

#SearchForm_SearchForm .middleColumn input[type=text]::placeholder {
    color: #929292;
}

#SearchForm_SearchForm .action {
    cursor: pointer;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 0px 0px 0px;
    height: 38px;
    width: 40px;
    outline: none;
    background: #f2f2f2;
    display: inline-block;
}

.navigation__search input[type=text] {
    font-size: 0.90em;
    outline: none;
}

.navigation__search input[type=text]::placeholder {
    color: #929292;
}

.navigation__search button {
    cursor: pointer;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 40px;
    outline: none;
    background: #f2f2f2;
}

.navigation__search button i {
    color: #747474;
    font-size: 1.2em;
}

.navigation__text.is-last {
    margin-left: 30px;
}

.navigation__text,
.footer__text {
    font-size: 1em;
    padding-bottom: 10px;
    color: #636161;
    font-family: 'SinkinSans';
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -ms-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
}

.navigation__text:hover,
.footer__text:hover {
    color: #439143;
    cursor: pointer;
}

.navigation__link.is-current .navigation__text {
    border-bottom: 1px solid #439143;
    -webkit-transition: border .18s linear;
       -moz-transition: border .18s linear;
        -ms-transition: border .18s linear;
         -o-transition: border .18s linear;
            transition: border .18s linear;
}

.navigation__link.with--icon {
    padding-right: 0px;
}

.navigation__link.with--icon i {
    margin-right: 3px;
    font-size: 1.5em;
    color: white;
}

.navigation__link.with--icon .navigation__text {
    padding-bottom: 0px;
    font-size: 12px;
}

.mobile-nav__icon,
.mobile-nav {
    display: none;
}

.ion-navicon.in-subpages {
    color: #003974;
}

.admin-header .navigation__logo-holder {
    margin: auto;
}   

.admin-header .navigation__logo {
    max-width: 163px;
    padding: 0px;
    padding-top: 30px;
}

/*
|-----------------------------------------------
| @FOOTER
|----------------------------------------------- */
footer.in-home {
    display: none;
}

.footer--top {
    border-top: 1px solid #e8e8e8;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 95%;
    padding: 40px 0px;
    margin: auto;
    text-align: center;
}

.footer__cols {
    text-align: left;
}

.footer__cols.col--1,
.footer__cols.col--2,
.footer__cols.col--3 {
    flex: 0.70;
    margin: 0px 10px 0px 10px;
}
.footer__cols.col--4,
.footer__cols.col--5,
.footer__cols.col--7 {
    flex: 0.50;
    margin: 0px 5px 0px 5px;
} 

.footer__cols.col--6 {
    flex: 0.30;
    margin: 0px 5px 0px 20px;
}

.footer__link {
    margin-bottom: 8px;
}

.footer__logo-holder img{
    max-width: 160px;
}

.footer__desc > * {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.85em !important;
    color: #232322;
}

.footer__link.with--icon i {
    margin-right: 20px;
    font-size: 2em;
    color: #989898;
    text-align: center;
}

.footer__text.info {
    max-width: 90%;
}

.footer-navigation__title-text {
    color: #525050;
    font-weight: 600;
    font-size: 0.70em !important;
    font-family: 'SinkinSans';
}

.footer-navigation__child {
    line-height: 0.90em;
}

.footer-navigation__child-text {
    color: #777676;
    font-size: 0.70em !important;
    line-height: 1.7em;
    font-family: 'SinkinSans';
}

.location .footer__text {
    line-height: 22px
}

.location i {
    padding-top: 2px;
}

.footer--bottom {
    width: 100%;
    border-top: 2px solid #d2d2d2;
    text-align: center;
    background: #ebebeb;
}
.footer--bottom > * { display: inline-block; }

.footer--bottom__col1 {
    text-align: left;
    width: 45%;
}

.footer--bottom__col2 {
    text-align: right;
    cursor: pointer;
    width: 45%; 
}

.footer--bottom__col2 p {
    color: #959595;
    font-size: 0.90em !important;
    font-family: 'Lato';
}
.footer--bottom__col2 p:hover {
    color: #505050;
}


.copyrights {
    text-align: left;
    padding: 15px 0px;
    font-family: 'Lato';
    font-size: 0.90em !important;
    color: #959595;
}

.footer__link p:hover,
.footer__link.is-current {
    color: #439143;
    cursor: pointer;
}

/*
|-----------------------------------------------
| @Load More
|-----------------------------------------------
*/

.load-Items {
    display:none;
    vertical-align: top;
}
/*
|-----------------------------------------------
| @FRAME : PADDINGS
|----------------------------------------------- */
.frame-padding__top {
     padding-top: 125px; 
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -ms-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
}

.frame-padding__top.is-moved {
    padding-top: 100px;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -ms-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .50s linear;
}

/*
|-----------------------------------------------
| @FRAME : MARGINS
|----------------------------------------------- */
section { position: relative;}
.frame-center {
    margin: auto !important;
}

.frame-right {
    margin-left: auto;
}

/*
|-----------------------------------------------
| @FRAME : BANNERS & CONTAINERS
|----------------------------------------------- */
body { position: relative; }
body.hide--scroll { overflow-y: hidden; }
.frame-banner__bg {
    position: relative;
    height: 400px;
    width: 100%;
}

/*.frame-banner__overlay {
    background: linear-gradient(to bottom, rgba(160, 160, 160, 0), rgba(197, 211, 230, 0.72));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}*/
.frame-banner__overlay {
    background: linear-gradient(to bottom, rgba(160, 160, 160, 0), rgba(0, 0, 0, 0.72));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.frame-banner__title {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: 0;
}

.frame-banner__title h2 {
    width: 85%;
    font-size: 30px;
    margin: auto;
    color: #ffff;
    /* color: #1b1b1b; */
}

.frame-container.height--auto { height: auto; }
.frame-container.height--100vh { height: 100vh; }

.frame-inner {
    width: 85%;
    height: 100%;
    margin: auto;
}

.frame-content {
    position: relative;
    height: 100%;
    margin: auto;
}

.full-width { width: 100%; }

.frame-content.width--50 { width: 50%; }
.frame-content.width--60 { width: 60%; }
.frame-content.width--65 { width: 65%; }
.frame-content.width--70 {width: 70%;}
.frame-content.width--80 {width: 80%;}
.frame-content.width--90 {width: 90%;}

.frame-content.align--r { margin: 0; margin-left: auto; }
.frame-content.align--l { margin: 0; margin-right: auto; }

.text--has-shadow { text-shadow: 1px 1px 1px black; }
.text--bold { text-transform: bold; }
.text--uppercase {text-transform: uppercase;}
.text--lowercase { text-transform: lowercase; }

/*
|-----------------------------------------------
| @BACKGROUNDS
|----------------------------------------------- */
.background {
    position: absolute;
    top: 0px;
    left: 0px;
}
.full {
    width: 100%;
    height: 100%;
}

.bg-cover {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-fit--cover {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    object-fit: contain;
}

.img-fit {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.img-fit.slider {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 70%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;    
}

/*
|-----------------------------------------------
| @FRAME : BACKGROUNDS
|----------------------------------------------- */
.background {
    position: absolute;
    top: 0px;
    left: 0px;
}

.frame-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.frame-bg.bring--front { z-index: -1; }
.frame-bg.bring--back { z-index: -2; }

.frame-bg.size--cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.frame-bg.size--cover-top {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.frame-bg.size--contain {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.frame-bg.width--40 { width: 40%; }
.frame-bg.width--50 { width: 50%; }
.frame-bg.width--60 { width: 60%; }
.frame-bg.width--65 { width: 65%; }

.frame-bg.align--r { right: 0; }
.frame-bg.align--l { left: 0; }
.frame-bg.align--c {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay.bg-color--black {
    background: rgba(0,0,0,0.35);
}

/*
|-----------------------------------------------
| @FRAME : HEADERS & DESCRIPTIONS
|----------------------------------------------- */
.frame-header,
.frame-subtitle {
    margin-bottom: 15px;
}


.frame-title > * {
    font-size: 1.7em;
    font-family: 'SinkinSans';
    line-height: 1.3em;
    color: #363636;
    letter-spacing: -1px;
}

.frame-title-light > * {
    font-family: 'SinkinSansLight';
    color: #4f5150;
    font-size: 2em;
}

.frame-title h2 {
    font-size: 2.1em;
}

.frame-desc > * {
    font-family: 'Lato'
    font-size: 1.15em;
    color: #464646;
    /*color: #999999;*/
}

.frame-list > * {
    margin-bottom: 10px;
}

.frame-icon {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 10px;
}

.frame-icon__img {
    max-width: 100%;
    height: 100px;
    /*height: 130px;*/
    margin-bottom: 10px;
}

.frame-icon__img > * {
    max-width: 100%;
    max-height: 100%;
}

.frame-icon__title > * {
    font-family: 'Abel', sans-serif;
    font-size: 1.3em;
}

.frame-icon__desc > * {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.15em;
    color: #454545;
}

/*
|-----------------------------------------------
| @VENDORS: SCROLLIFY
|----------------------------------------------- */
.frame-links {
    display: none;
}

.frame-links.is-show {
    position: fixed;
    display: block;
    right: 10px;
    bottom: 20%;
    z-index: 90;
}

.frame-link {
    position: relative;
    margin-bottom: 3px;
    text-align: right;
}

.frame-link__name {
    /*display: none;*/
    padding-right: 30px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: white;
}

.frame-link__name p {
    opacity: 0;
    -webkit-transition: opacity .18s linear;
       -moz-transition: opacity .18s linear;
        -ms-transition: opacity .18s linear;
         -o-transition: opacity .18s linear;
            transition: opacity .18s linear;
}

.frame-link__btn {
    background: white;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 10px;
    height: 10px;
    /*cursor: pointer;*/
    -webkit-transition: all .18s linear;
       -moz-transition: all .18s linear;
        -ms-transition: all .18s linear;
         -o-transition: all .18s linear;
            transition: all .18s linear;
}

.frame-link.is-active .frame-link__name p {
    padding-top: 3px;
    opacity: 1;
}

.frame-link.is-active .frame-link__btn {
    background: #013974;
    right: 6px;
    width: 15px;
    height: 15px;
}

/*
|-----------------------------------------------
| @VENDORS: SLICK SLIDER : ARROWS
|----------------------------------------------- */
.mbl-careerspage-frame2__slider .slick-next:before,
.mbl-careerspage-frame2__slider .slick-prev:before,
.mbl-aboutuspage-frame4__slider .slick-next:before,
.mbl-aboutuspage-frame4__slider .slick-prev:before,
.mbl-nxsprofessionalservicepage-frame5__slider .slick-next:before,
.mbl-nxsprofessionalservicepage-frame5__slider .slick-prev:before,
.homepage-frame5__slider .slick-next:before,
.homepage-frame5__slider .slick-prev:before {
    display: none;
}

.mbl-careerspage-frame2__slider .slick-prev > i,
.mbl-careerspage-frame2__slider .slick-next > i,
.mbl-aboutuspage-frame4__slider .slick-prev > i,
.mbl-aboutuspage-frame4__slider .slick-next > i,
.mbl-nxsprofessionalservicepage-frame5__slider .slick-prev > i,
.mbl-nxsprofessionalservicepage-frame5__slider .slick-next > i,
.homepage-frame5__slider .slick-prev > i, 
.homepage-frame5__slider .slick-next > i {
    height: auto;
    width: auto;
    font-size: 30px;
    color: #439143;
}

.homepage-frame5__slider .slick-prev > i {
    left: 0px;
    position: absolute;
}

.homepage-frame5__slider .slick-next > i {
    right: 0px;
    position: absolute;
}

/*
|-----------------------------------------------
| @VENDORS: REMODAL
|----------------------------------------------- */
.remodal {
    max-width: 700px;
    padding: 0;
    background: #fff;
    border-radius: 3px;
}

.remodal.width--800 {
    max-width: 800px;
    padding: 0;
    background: #fff;
    border-radius: 3px;
}

.remodal_content-holder {
    margin: 30px auto;
    overflow: hidden;
}

.remodal_content-home-holder {
    overflow: hidden;
}

.remodal__img-holder {
    margin: auto;
    position: relative;
}

.remodal__img {
    max-width: 150px;
    height: 150px;
    position: relative;
    margin: auto;
}

.remodal__img.width--100 {
    max-width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}

.remodal-close:before {
    font-size: 30px;
}
.remodal__title-holder { line-height: 1.3em; }
.remodal__description-holder {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 90%;
    height: auto;
    margin: 20px auto;
    color: #363636 !important;
}

.remodal.no-bg {
    background: transparent;
}

.remodal-header__box {
    width: 100%;
    height: 40px;
    background: #003974;
}

.remodal-header__box.no-bg {
    width: 100%;
    height: 40px;
    background: transparent;
}

.remodal-close {
    top: 4px;
    left: auto;
    right: 10px;
    color: #bdb9b9;
}

.remodal-cancel {
    background: transparent;
}

.remodal-cancel:hover {
    background: transparent;
}

.remodal-title {
    position: relative;
    margin-top: 50px;
}

.remodal-img {
    margin-top: 25px;
}

.remodal-img__margin-t {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.remodal-img img {
    max-width: 100%;
}

.remodal-img__margin-t{
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 500px;
}
 .remodal-img__margin-t img {
    margin: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 90%;
    max-height: 90%;
 }

.remodal-description{
    height: 200px;
    width: 95%;
    margin: auto;
    overflow-y: auto;
}

.remodal-description__no-scroll {
    width: 95%;
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
}

.remodal-description__s-margin {
    height: 50px;
    width: 95%;
    margin: auto;
    overflow-y: auto;  
}
/*
|-----------------------------------------------
| @VENDORS: Recaptcha
|----------------------------------------------- */
.g-recaptcha > div { margin-left: auto; }
.g-recaptcha.businesspartner > div { margin-left: 0px; }

/*
|-----------------------------------------------
| @Buttons
|----------------------------------------------- */
.btn {
    /*background: #002d40;*/
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 160px;
    margin-top: 20px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 2px solid white;
    -webkit-transition: background linear 0.1s, border 0.1s;
       -moz-transition: background linear 0.1s, border 0.1s;
         -o-transition: background linear 0.1s, border 0.1s;
            transition: background linear 0.1s, border 0.1s;
}

.sub-btn {
    margin: auto;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 130px;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    outline: none;
    cursor: pointer;
    color: #439043;
    border: 2px solid #439043;
    font-family: 'SinkinSans';
    font-size: 0.90em;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.sub-btn.without-bg {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    -webkit-transition: all 300ms ease-in;
       -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
         -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;     
}

.sub-btn:hover {
    background: #439143;
    transform: translateY(-5px);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
       -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
         -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;    
}

.sub-btn.without-bg:hover {
    background: #fff;
    transform: translateY(-5px);
    color: #439143;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in;
       -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
         -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;     
}

.sub-btn.align-right {
    margin-right: 0px;
}

/*
|-----------------------------------------------
| @Inputs
|-----------------------------------------------
*/
input,
textarea {
    font-size: 16px;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder {
}

:-moz-placeholder {
}

::-moz-placeholder {
}

:-ms-input-placeholder {
}

/*
|-----------------------------------------------
| @CUSTOM SCROLL
|----------------------------------------------- */
#nexux-scroll::-webkit-scrollbar-track
{
    background-color: #f7f7f7;
}

#nexux-scroll::-webkit-scrollbar
{
    width: 5px;
    background-color: #f7f7f7;
}

#nexux-scroll::-webkit-scrollbar-thumb
{
    background-color: #e8e8e8;
}

/*
|-----------------------------------------------
| @FLOAT : GO DOWN
|----------------------------------------------- */
.down-indicator {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 30px;
    left: 50%;
    /*z-index: 10;*/
    width: 40px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    cursor: pointer;

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

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.down-indicator i {
    font-size: 2em;
    color: white;
}

.down-indicator:hover {
    background: #F57421;
}

/*
|-----------------------------------------------
| @VIDEOS
|----------------------------------------------- */
video { 
    width: 520px;
    height: 300px;
    object-fit: initial;
 }

/*
 * PAGINATION
 */

.pagination > div{
    padding:3px 8px;
    border: 1px solid gray;
    display: inline-block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}
.pagination > div:hover{
    background-color: gray;
    color:#fff;
}

.pagination > span {
    color: #0c0c0c;
}
/*
|-----------------------------------------------
| @Tawkto 
|-----------------------------------------------
*/
#tawkchat-minified-wrapper {
    display: none !important;
}


/*
|-----------------------------------------------
| @Pagination 
|-----------------------------------------------
*/
.pagination {
    margin: 50px 0;
}

.pagination .page-number {
    padding:3px 8px;
    color: #666666 !important;
    border: 1px solid #dadada;
    display: inline-block;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.pagination .page-number:hover {
    background: #439143;
    border:1px solid #439143;
    color: #fff;
}

.pagination .selected {
    background: #439143;
    border: 1px solid #439143;
    color: #fff !important;
}

.pagination .next, .pagination .prev {
    margin: 0 10px;
}

#map {
    width: 100%;
    height: 350px;
}

.at-expanding-share-button[data-position=bottom-right] {
    bottom: 90px !important;
}