.ojofw-wrap  {
    background: transparent;
	margin-bottom: 80px;
    width:100%;
}

.ojofw-wrap .bg--dark {
    background: #04252c
}
.ojofw-wrap .bg--grey {
    background: #6a6e6e
}
.ojofw-wrap .bg--greylight {
    background: #eae8dd
}
.ojofw-wrap .bg--paper {
    background: #efefef
}


.ojofw-wrap .bg--primary {
    background: #92c020
}
.ojofw-wrap .bg--secondary {
    background: #71952d
}
.ojofw-wrap .bg--accent {
    background: #feeb18
}


.ojofw-wrap .color--white {
    color: #fff
}
.ojofw-wrap .color--dark {
    color: #04252c
}
.ojofw-wrap .color--primary {
    color: #92c020
}
.ojofw-wrap .color--secondary {
    color: #71952d
}
.ojofw-wrap .color--accent {
    color: #feeb18
}


.ojofw-wrap .card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .07);
}

.ojofw-wrap .card,
.ojofw-wrap .tile {
    background: #fff
}

.ojofw-wrap a,.ojofw-wrap aside,.ojofw-wrap div,.ojofw-wrap h1,.ojofw-wrap h2,.ojofw-wrap h3,.ojofw-wrap h4,.ojofw-wrap h5,.ojofw-wrap h6,.ojofw-wrap header,.ojofw-wrap input,.ojofw-wrap label,.ojofw-wrap menu,.ojofw-wrap p{font-family:Muli,sans-serif; color:#04252c; line-height: 1;}

.ojofw-wrap p { line-height: 1.5; }

.ojofw-wrap .subtitle {
    color: #6a6e6e
}


/* BUTTONS */

.ojofw-wrap button {
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.ojofw-wrap a.link {
    background: linear-gradient(to top, rgba(146, 192, 32, 0.8) 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position: 0 5%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: inherit;
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
    will-change: background-position;
	line-height: 1.3;
    position: relative;
    padding: 4px 20px 7px 4px!important;
    border-radius: 2px;
}


.ojofw-wrap a.link i.ti-angle-right {
	position: absolute;
    right: 2px;
    top: 8px;
}

.ojofw-wrap a.link:active {
    color: inherit
}

.ojofw-wrap a.link:hover {
    background-position: 0 100%;
    color: white;
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

.ojofw-wrap a {
    text-decoration: none
}

.ojofw-wrap [class^=bttn] {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .1);
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: background-color .3s cubic-bezier(.64, .09, .08, 1), box-shadow .3s cubic-bezier(.64, .09, .08, 1);
    will-change: background-size, background-image;
    padding: 15px 35px;
    display: inline-block;
    font-family: Muli;
    border: 0;
    font-size: 20px;
    border-radius: 5px;
}

.ojofw-wrap [class^=bttn]:after {
    position: absolute;
    content: '';
    transition: none;
    background: radial-gradient(circle, #fff 95%, transparent 95%);
    background-size: .7%;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.ojofw-wrap [class^=bttn]:focus {
    outline: 0;
    background-size: 1000%;
    transition: all 1s cubic-bezier(.64, .09, .08, 1)
}

.ojofw-wrap .bttn--float {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-image: radial-gradient(circle, #a5d03b 1%, #92c020 15%, transparent 30%);
    background-color: #92c020;
    will-change: box-shadow, background-color;
    font-size: 25px;
    padding: 0
}

.ojofw-wrap .bttn--float:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .16), 0 4px 15px 0 rgba(0, 0, 0, .13);
    background-color: #fe5
}

.ojofw-wrap .bttn--raised,
.ojofw-wrap .modal-trigger,
.ojofw-wrap .modal-trigger:after {
    border-radius: 1.98px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .1);
    background-image: radial-gradient(circle, #92c020 1%, #9fcc2e 15%, transparent 30%);
    background-color: #92c020;
    will-change: box-shadow, background-color;
    color: #fff
}

.ojofw-wrap .bttn--raised:hover,
.ojofw-wrap .modal-trigger:hover,
.ojofw-wrap .modal-trigger:hover:after {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .16), 0 4px 15px 0 rgba(0, 0, 0, .13);
    background-color: #92c020
}

.ojofw-wrap .bttn--flat {
    background-image: radial-gradient(circle, #f5f5f4 1%, #f2f1eb 15%, transparent 30%);
    background-color: #eae8dd;
    box-shadow: none
}


.ojofw-wrap .bttn--primary {
    background-image: radial-gradient(circle, #a5d03b 1%, #92c020 15%, transparent 30%);
    background-color: #92c020;
    color: white;
}

.ojofw-wrap .bttn--primary:hover {
    background-color: #a5d03b
}

.ojofw-wrap .bttn--secondary {
    background-image: radial-gradient(circle, #71952d 1%, #698b28 15%, transparent 30%);
    background-color: #71952d;
    color: white;
}

.ojofw-wrap .bttn--secondary:hover {
    background-color: #698b28
}

.ojofw-wrap .bttn--accent {
    background-image: radial-gradient(circle, #feeb18 1%, #f4e110 15%, transparent 30%);
    background-color: #feeb18;
    color: white;
}

.ojofw-wrap .bttn--accent:hover {
    background-color: #f4e110
}

.ojofw-wrap .bttn--grey {
    background-image: radial-gradient(circle, #989793 1%, #aaaaaa 15%, transparent 30%);
    background-color: #989793;
    color: white;
}

.ojofw-wrap .bttn--grey:hover {
    background-color: #aaaaaa
}

/* TABLES */

.ojofw-wrap .table-header {
    color: #6a6e6e;
}

.ojofw-wrap tr {
    border-bottom: solid 1px #ebebeb;
    will-change: background
}

.ojofw-wrap tr:not(.table-header):hover {
    background: #ebebeb
}

.ojofw-wrap header {
    background: #bbbbbb;
}

.ojofw-wrap header h1,
.ojofw-wrap header h2,
.ojofw-wrap header h3 {
    color: #fff
}

.ojofw-wrap .logo-area {
    border-bottom: solid 1px #e0e0e0;
    color: #474747
}

.ojofw-wrap .nav--super-vertical {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.ojofw-wrap .dropdown ul,
.ojofw-wrap .toggle + label:after {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .07)
}

.ojofw-wrap .nav--super-vertical a,
.ojofw-wrap .nav--super-vertical label {
    color: #6a6e6e;
    cursor: pointer;
}

.ojofw-wrap .nav--super-vertical a:hover,
.ojofw-wrap .nav--super-vertical label:hover {
    background: #e0e0e0
}

.ojofw-wrap .nav--super-vertical input:checked + label {
    transition: background .2s cubic-bezier(.64, .09, .08, 1), color .2s cubic-bezier(.64, .09, .08, 1);
    background: #e0e0e0
}


@media screen and (max-width:1200px) {
   
    .ojofw-wrap #nav--super-vertical-responsive + label {
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .07);
        transition: background .3s cubic-bezier(.64, .09, .08, 1), color .3s cubic-bezier(.64, .09, .08, 1)
    }
    .ojofw-wrap #nav--super-vertical-responsive:checked + label {
        background: #bbbbbb;
        color: #fff
    }
}

@media screen and (max-width:900px) {
    .ojofw-wrap #nav--horizontal-responsive + label,
    .ojofw-wrap .nav--horizontal > ul {
        background: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .07)
    }

    .ojofw-wrap #nav--horizontal-responsive + label {
        transition: background .3s cubic-bezier(.64, .09, .08, 1), color .3s cubic-bezier(.64, .09, .08, 1)
    }
    .ojofw-wrap #nav--horizontal-responsive:checked + label {
        background: #bbbbbb;
        color: #fff
    }
}

.ojofw-wrap .nav--horizontal a,
.ojofw-wrap .nav--vertical a {
    color: #bbbbbb;
    background: #fff;
    will-change: background
}

.ojofw-wrap .nav--horizontal a:hover,
.ojofw-wrap .nav--vertical a:hover {
    background: #e5e5e5
}

.ojofw-wrap .dropdown ul {
    background: #fff;
}


.ojofw-wrap footer {
    background: #28e1bd;
}

.ojofw-wrap .tooltip {
    position: relative
}

.ojofw-wrap .tooltip:hover:after {
    position: absolute;
    content: attr(data-text);
    background: #b8b8b8;
    border-radius: 3px;
    padding: 8px;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.ojofw-wrap label {
    color: #2e2e2e
}

.ojofw-wrap input[type=email].fm-ctrl,
.ojofw-wrap input[type=text].fm-ctrl,
.ojofw-wrap input[type=password].fm-ctrl {
    margin: 20px 0px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #bbbbbb;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #92c020 98%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #04252c;
    font-size: 16px;
    line-height: 1.5
}

.ojofw-wrap input[type=email].fm-ctrl:focus,
.ojofwww-wrap input[type=email].fm-ctrl:valid,
.ojofw-wrap input[type=text].fm-ctrl:focus,
.ojofwww-wrap input[type=text].fm-ctrl:valid,
.ojofw-wrap input[type=password].fm-ctrl:focus,
.ojofwww-wrap input[type=password].fm-ctrl:valid {
    box-shadow: none;
    outline: 0;
    background-position: 0 0
}

.ojofw-wrap input[type=email].fm-ctrl:focus::-webkit-input-placeholder,
.ojofw-wrap input[type=email].fm-ctrl:valid::-webkit-input-placeholder,
.ojofw-wrap input[type=text].fm-ctrl:focus::-webkit-input-placeholder,
.ojofw-wrap input[type=text].fm-ctrl:valid::-webkit-input-placeholder,
.ojofw-wrap input[type=password].fm-ctrl:focus::-webkit-input-placeholder,
.ojofw-wrap input[type=password].fm-ctrl:valid::-webkit-input-placeholder {
    color: #bbbbbb;
    font-size: 11px;
    opacity: 0.6;
    transform: translateY(-20px);
    visibility: visible!important
}

.ojofw-wrap input[type=email].fm-ctrl::-webkit-input-placeholder,
.ojofw-wrap input[type=text].fm-ctrl::-webkit-input-placeholder,
.ojofw-wrap input[type=password].fm-ctrl::-webkit-input-placeholder {
    transition: all .2s cubic-bezier(.64, .09, .08, 1)
}

.ojofw-wrap input[type=checkbox]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*=lightbox-]) {
    position: relative;
    cursor: pointer
}

.ojofw-wrap input[type=checkbox]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*=lightbox-]):before {
content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #bbbbbb;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    margin-top: -5px;
    cursor: pointer;
}

.ojofw-wrap input[type=checkbox]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*=lightbox-]):after {
    content: '✓';
    color: #fff;
    background: #bbbbbb;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #bbbbbb;
    border-radius: 3px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity
}

.ojofw-wrap input[type=radio]:after,
.ojofw-wrap input[type=radio]:before {
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    height: 16px;
    width: 16px;
    content: ''
}

.ojofw-wrap input[type=checkbox]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*=lightbox-]):checked:after {
    opacity: 1
}

.ojofw-wrap input[type=checkbox]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*=lightbox-]):focus {
    outline: 0
}

.ojofw-wrap input[type=radio] {
    position: relative;
    top: 2px;
    left: 2px;
    margin: 0 8px;
    cursor: pointer
}

.ojofw-wrap input[type=radio]:before {
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #bbbbbb;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    background-image: radial-gradient(circle, #bbbbbb 40%, #fff 50%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2
}

.ojofw-wrap input[type=radio]:after {
    background: #fff;
    border-radius: 50%;
    position: absolute
}

.ojofw-wrap input[type=radio]:checked:before {
    background-size: 14px 14px
}

.ojofw-wrap input[type=radio]:focus,
.ojofw-wrap input[type=range]:focus {
    outline: 0
}

.ojofw-wrap select {
    border: none;
    border-bottom: solid 1px #9e9e9e;
    color: #767676;
    padding: 6px;
    cursor: pointer;
    font-size: 18px;
    line-height: 2;
    background: #f8f8f8;
    height: 35px;
    width: 80px;
}

.ojofw-wrap input[type=range] {
    -webkit-appearance: none
}

.ojofw-wrap input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    cursor: pointer;
    background: #9e9e9e
}

.ojofw-wrap input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #2ecc71;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1), 0 2px 10px 0 rgba(0, 0, 0, .07)
}

.ojofw-wrap input[type=range]::-moz-range-track {
    height: 3px;
    cursor: pointer;
    background: #9e9e9e
}

.ojofw-wrap input[type=range]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: none;
    background: #2ecc71;
    cursor: pointer
}

.ojofw-wrap input[type=range]::-ms-track {
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.ojofw-wrap input[type=range]::-ms-fill-lower {
    background: #2ecc71
}

.ojofw-wrap input[type=range]::-ms-fill-upper {
    background: #9e9e9e
}

.ojofw-wrap input[type=range]::-ms-thumb {
    background: #2ecc71
}

.ojofw-wrap .toggle {
    display: none
}

.ojofw-wrap .toggle:checked + label {
    background: #93e7b6
}

.ojofw-wrap .toggle:checked + label:after {
    background: #2ecc71;
    margin-left: 18px
}

.ojofw-wrap .toggle + label {
    position: absolute;
    width: 30px;
    height: 6px;
    margin-top: 12px;
    background: #9e9e9e;
    transition: background .3s cubic-bezier(.64, .09, .08, 1);
    will-change: background
}

.ojofw-wrap .toggle + label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #dedede;
    display: inline-block;
    cursor: pointer;
    margin-top: -4px;
    margin-left: -1px;
    transition: all .3s ease;
    will-change: background, margin-left
}


.ojofw-wrap label[for*=lightbox-] {
    cursor: pointer;
    width: 100%;
    transition: none
}

.ojofw-wrap input[id*=lightbox-] {
    display: none
}

.ojofw-wrap input[id*=lightbox-]:checked {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.ojofw-wrap input[id*=lightbox-]:checked:before {
    content: '';
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.ojofw-wrap input[id*=lightbox-]:checked + label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    position: fixed;
    z-index: 10
}

/* Tab Style 1 */

.ojofw-wrap .tab-style1 {
  background: #f6f6f6
}
.ojofw-wrap .tab-style1 > .label {
  background: #f6f6f6;
  color: #b9b9b9;
}
.ojofw-wrap .tab-style1 > .label:hover {
  background: #f0f0f0;
   color: #04252c;
}
.ojofw-wrap .tab-style1 > .label:active {
  background: #efefef;
  color: #4b4b4b;
}
.ojofw-wrap .tab-style1 > .input:focus + .label {
  border-bottom: 3px solid #92c020;
}
.ojofw-wrap .tab-style1 > .input:checked + .label {
  background: #fff;
  color: #000;
     border-bottom: 3px solid #92c020;
}

.ojofw-wrap .tab-style1 > .panel {
  background: #fff;
}


/* Tab Style 2 */

.ojofw-wrap .tab-style2 {
  background: transparent;
}
.ojofw-wrap .tab-style2 > .label {
  background: none;
  color: #b9b9b9;
  transition: background 0.1s, color 0.1s;
}
.ojofw-wrap .tab-style2 > .label:hover {
 color: #414141;
}

.ojofw-wrap .tab-style2 > .label:active {
   color: #6a6e6e;
}
.ojofw-wrap .tab-style2 > .input:focus + .label {
  border-bottom: 3px solid #92c020;
}
.ojofw-wrap .tab-style2 > .input:checked + .label {
    background: #fff;
    color: #000;
    border-bottom: 3px solid #92c020;
}
.ojofw-wrap .tab-style2 > .panel {
  background: transparent;
}

.ojofw-wrap label[for*=collapsible-]:after, .ojofw-wrap label[for*=collapsible-]:before {
    background: #ffffff;
}