/* FONTS
================================================== */
@font-face {
    font-family: 'TisaSansPro';
    src: url('../fonts/TisaSansPro/TisaSansPro.eot');
    src: url('../fonts/TisaSansPro/TisaSansPro.eot?#iefix') format('embedded-opentype'), url('../fonts/TisaSansPro/TisaSansPro.woff') format('woff'), url('../fonts/TisaSansPro/TisaSansPro.ttf') format('truetype');
}

@font-face {
    font-family: 'TisaSansPro-Light';
    src: url('../fonts/TisaSansPro/TisaSansPro-Light.eot');
    src: url('../fonts/TisaSansPro/TisaSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TisaSansPro/TisaSansPro-Light.woff') format('woff'), url('../fonts/TisaSansPro/TisaSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'TisaSansPro-Bold';
    src: url('../fonts/TisaSansPro/TisaSansPro-Bold.eot');
    src: url('../fonts/TisaSansPro/TisaSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TisaSansPro/TisaSansPro-Bold.woff') format('woff'), url('../fonts/TisaSansPro/TisaSansPro-Bold.ttf') format('truetype');
}

/* Icomoon */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-85fprl');
    src: url('../fonts/icomoon.eot?#iefix-85fprl') format('embedded-opentype'),
    url('../fonts/icomoon.woff?-85fprl') format('woff'),
    url('../fonts/icomoon.ttf?-85fprl') format('truetype'),
    url('../fonts/icomoon.svg?-85fprl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="icomoon-"],
[class*=" icomoon-"] {
    font-family: 'icomoon';
    speak: none;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-cross:before {
    content: "\e601";
}

/* CUSTOM RESETS
================================================== */
a {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    cursor: pointer;
    color: #72a411;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
    color: #72a411;
}

button,
img,
label {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

/* Form resets */
label {
    font-weight: 400;
    cursor: pointer;
}

.form-control {
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 44px;
    font-family: 'TisaSansPro-Light', sans-serif;
}

.form-control:focus {
    box-shadow: none;
    border-color: #789f2c;
}

.form-control::-moz-placeholder {
    color: #333333;
}

.form-control:-ms-input-placeholder {
    color: #333333;
}

.form-control::-webkit-input-placeholder {
    color: #333333;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* datepicker */
.datepicker {
    border-radius: 0;
    padding: 6px 12px;
}

.datepicker td,
.datepicker th {
    border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background: rgb(114, 152, 54); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(114, 152, 54, 1) 0%, rgba(125, 150, 84, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(114, 152, 54, 1)), color-stop(100%, rgba(125, 150, 84, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(114, 152, 54, 1) 0%, rgba(125, 150, 84, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(114, 152, 54, 1) 0%, rgba(125, 150, 84, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(114, 152, 54, 1) 0%, rgba(125, 150, 84, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(114, 152, 54, 1) 0%, rgba(125, 150, 84, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729836', endColorstr='#7d9654', GradientType=0); /* IE6-9 */
}

.modal .datepicker-wrapper {
    position: relative;
    width: 140px;
}

.modal .datepicker-wrapper:after {
    color: #c5c5c5;
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    text-decoration: inherit;
    top: 10px;
    right: 15px;
    z-index: 1;
    font-size: 16px;
}

.btn {
    background-color: #729836;
    color: #fff;
    border: 0 none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0;

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

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #4d7d00;
    color: #fff;
    outline: 0 none !important;
}

.btn-radius {
    border-radius: 50px;
}

.btn-white-transparent {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 18px;
    border-radius: 30px;

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

.btn-white-transparent:hover {
    background-color: #fff;
    color: #000;
}

.login-buttons {
    padding-top: 30px;
}

.fb-login-button {
    position: relative;
    left: 80px;
}

.btn-facebook {
    border-color: #4861a1;
    background-color: #4861a1;
    display: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #fff !important;
    color: #4861a1;
}

/* checkboxes */
.checkbox-box {
    position: relative;
    margin-bottom: 5px;
}

.checkbox-box label {
    color: #666666;
    font-size: 13px;
    padding-left: 5px;
}

.checkbox,
.radio {
    width: 21px;
    height: 23px;
    margin: 0;
    background: url(../img/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
    cursor: pointer;
    position: relative;
    top: -3px;
}

.radio {
    background: url(../img/radio.png) no-repeat;
    height: 21px;
}

.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial, sans-serif;
    background: url(select.png) no-repeat;
    overflow: hidden;
}

/*.container {*/
/*width: 1000px;*/
/*}*/

.container-400 {
    width: 400px;
    margin: 0 auto;
}

.green-bg {
    background-color: #729836;
}

/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow-x: hidden;

    font-family: 'TisaSansPro', sans-serif;
}

.site-main {
    background: transparent;
}

.container {
    max-width: 1170px;
}

/* Sticky nav */
.sticky {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    color: #fff;
    height: 70px;
    width: 100%;
}

.sticky .user-account {
    top: 15px;
}

/* Header */
#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
}

.skrollr-desktop body {
    height: 100% !important;
}

.parallax-image-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: -100%;
    width: 100%;
}

.parallax-image-wrapper-700 {
    height: 700px;
    top: -700px;
    overflow: hidden;
}

.parallax-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.parallax-image-700 {
    height: 700px;
    top: 0;
}

.parallax-image.skrollable-between {
    display: block;
}

.landing-hero-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#landing-hero {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 90;
}

.landing-info {
    color: #fff;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;

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

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

.landing-info h1 {
    margin: 0;
    line-height: 1;
    font-family: 'TisaSansPro-Bold';
    font-weight: normal;
}

.landing-info .logo {
    color: #fff;
    font-size: 72px;
}

.site-logo {
    float: left;
    line-height: 70px;
    margin-left: 20px;
}

#hero .site-logo {
    display: none;
}

.site-logo img {
    width: 126px;
}

.landing-info p {
    font-size: 20px;
    line-height: 32px;
    margin: 50px 0;
}

.user-account {
    position: absolute;
    right: 20px;
    top: 20px;
}

.user-account a {
    display: inline-block;
    text-transform: uppercase;
    height: 40px;
    width: 100px;
    text-align: center;
}

.user-account a + a {
    margin-left: 15px;
}

.user-account a:focus {
    color: #fff;
}

.landing-form .form-control {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    height: 60px;
    float: left;
    font-size: 20px;
    transition: background-color .25s;
    width: 325px;

}

@media (max-width: 479px) {
    .landing-form .form-control {
        width: 260px;
        font-size: 16px;
    }

    .landing-form .search__btn {
        width: 65px;
        font-size: 16px;
    }
}

.landing-form .form-control:hover, .landing-form .form-control:focus {
    background-color: rgba(0, 0, 0, .5);
}

.landing-form .form-control::-moz-placeholder {
    color: #fff;
}

.landing-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.landing-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.landing-form .form-control:focus {
    box-shadow: none;
}

.landing-form .btn {
    width: 75px;
    float: left;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    height: 60px;
    border-left: 0;
    font-size: 20px;
    line-height: 30px;

}

.landing-form .btn:hover {
    background-color: #fff;
    color: #000;
}

/* Landing sections */
.section-title {
    font-size: 38px;
    line-height: 52px;
    margin: 0;
    padding: 0 !important;
}

.landing-section {
    padding: 90px 0;
    text-align: center;
}

.landing-section.white-bg {
    background-color: #fff;
}

.landing-section .section-title {
    padding: 0 100px;
    font-weight: 700;
}

.landing-services {
    margin-top: 80px;
}

.landing-box h3,
.landing-services h3 {
    font-size: 18px;
    margin: 40px 0 15px;
    font-weight: 700;
}

.landing-box p,
.landing-services p {
    font-size: 18px;
    margin-bottom: 0;
    color: #717171;
}

.landing-section-boxes {
    width: 100%;
    height: 800px;
    margin-bottom: 500px;
    padding-top: 130px;
    /* background: url(../img/landing-section-2-bg.jpg) no-repeat 50% 0 / cover; */
}

.landing-section-boxes .section-title {
    color: #fff;
}

.landing-section-boxes .row {
    position: relative;
    top: 112px;
}

.landing-section.green-bg .section-title {
    color: #fff;
    margin-bottom: 60px;
}

/* Footer */
.landing-footer {
    padding: 50px 0;
}

.landing-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.copyright,
.landing-footer-menu a {
    color: #666666;
    font-size: 16px;
}

.landing-footer-menu a:hover {
    color: #000;
}

.landing-footer-menu a + a {
    margin-left: 15px;
}

.copyright {
    margin: 20px 0 0;
    text-align: center;
}

/* Landing login */
.landing-login {
    width: 100%;
    height: 100vh;
    background: url(../img/landing-login-bg.jpg) no-repeat bottom center / cover;
}

.create-new-account {
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 0;
    right: 0;
}

.create-new-account a {
    color: #fff;
    font-size: 16px;
}

.create-new-account a:hover {
    color: #729836;
}

.landing-login .landing-form .form-group {
    clear: both;
    float: left;
    width: 100%;
}

.landing-login .landing-form label {
    text-align: left;
    font-weight: 400;
    cursor: pointer;
}

.landing-login .landing-form .form-control {
    width: 100%;
}

.landing-login .landing-form .form-control:focus {
    border-color: #72a411;
}

.landing-login .landing-form .forgotten-password {
    float: right;
    color: #fff;
}

.landing-login .landing-form .forgotten-password:hover {
    color: #72a411;
}

.landing-login .landing-form .login-btn {
    background-color: #729836;
    border: 1px solid #729836;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
    display: block;
}

.landing-login .landing-form .login-btn:hover {
    background-color: #fff;
    color: #729836;
}

/* checkboxes */
.landing-login .landing-form .checkbox-box label {
    padding-left: 5px;
}

.landing-login .landing-form .checkbox {
    width: 21px;
    height: 23px;
    margin: 0;
    background: url(../img/checkbox_splash.png) no-repeat;
    display: block;
    clear: left;
    float: left;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.landing-login .landing-form .checkbox-box label.active {
    color: #729836;
}

.landing-login .landing-form .checkbox-list .checkbox-box label:hover {
    color: #789f2c;
}

/* Login form */
.login-form .checkbox-box label {
    font-size: 14px;
    margin-top: 3px;
}

.login-form .checkbox-box a {
    float: right;
    margin-top: 4px;
}

.login-form .checkbox-box a:hover {
    opacity: 0.7;
}

*, *:focus {
    outline: none;
}

img {
    transition: none !important;
}

/* MAIN HEADER*/
.main-header {
    width: 100%;
    height: 66px;

    position: absolute;
    top: 31px;
    left: 0;

    background: transparent;
    z-index: 1;
}

.main-header--sticky {
    position: fixed;
    top: 0;

    background: #729835;
    opacity: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.main-header--sticky .main-header__content {
    height: 100%;
}

.main-header__content {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.main-header__logo {
    display: none;
    margin-right: auto;
}

.main-header__controls {
    width: 100%;
    margin: 0 auto;
    padding: 13px 20px;
    display: flex;
    justify-content: flex-end;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    text-align: center;
}

.main-header__btn {
    width: 130px;
    height: 40px;
    padding: 10px;
    margin-left: 7px;
    margin-right: 7px;

    background: transparent;
    border: solid 2px #fff;
    border-radius: 100px;

    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;

    transition: .2s;
}

.main-header__btn:hover {
    background: #fff;
    color: #717171;
}

.main-header__btn:hover svg path {
    fill: #717171;
    stroke: #717171;
}

/* HERO */
.landing_hero {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100vh;

    position: relative;

    color: #fff;
}

.landing_hero-bg {
    height: 100%;
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: -1;
}

.hero__logo {
    margin-bottom: 38px;
}

.hero__desc {
    margin: 0;
    font-size: 20px;
    color: white;
    line-height: 38px;
    font-family: 'Tisa Sans Pro', sans-serif;
    font-weight: 300;
}

.hero__btn {
    display: inline-block;
    width: 315px;
    margin-top: 42px;
    padding: 20px 0;
    line-height: 1;

    background-color: #729835;
    border-radius: 100px;
    border: 0;

    font-family: "TisaSansPro-Bold", sans-serif;
    font-size: 15px;
    color: #fff;

    transition: .2s;
}

.hero__btn:hover {
    background: #fff;
    color: #729835;
}

.hero__scroll {
    display: block;

    position: absolute;
    bottom: 20px;
    left: 50%;

    background: transparent;
    border: none;
    transform: translateX(-50%);

}

.hero__scroll:hover {
    opacity: 0.8;
}

/* INFO */
.info {
    padding-bottom: 76px;
    background: #fff;
}

.info__caption {
    max-width: 420px;
    margin: 0 auto;
}

.info-col {
    margin-top: 47px;
}

.info-col__img {
    width: 241px;
}

.info-col__caption {
    margin-top: 26px;

    font-family: "TisaSansPro-Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.info-col__desc {
    max-width: 320px;
    margin: 0 auto;
}

/* FEED */
.feed {
    background-image: linear-gradient(to top, #626262, #383838);
}

.feed .container {
    height: 630px;
    display: flex;
    flex-direction: column;
    position: relative
}

/* FEATURES */
.features {
    padding: 130px 0 55px;

    position: relative;
}

.features-bg {
    height: 622px;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: transparent;
    background-size: cover;
    z-index: -1;
}

.features__caption {
    margin: 0 auto;
    max-width: 410px;
    color: #fff;
}

.features-col {
    margin-top: 47px;
}

.features-col__img {
    width: 245px;
}

.features-col__caption {
    margin-top: 26px;

    font-family: "TisaSansPro-Bold", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.features-col__desc {
    max-width: 360px;
    margin: 0 auto;
}

/* SEARCH */
.search {
    padding: 180px 0 210px;
    background-color: #f1f1f1;
}

.search__caption {
    font-size: 26px;
}

.search .btn {
    width: 210px;
    height: 60px;
    font-size: 15px;
    border-radius: 100px;
}

.search__bar {
    margin-top: 50px;

    display: flex;
    justify-content: center;
}

.search__input {
    width: 326px;
    padding: 16px 18px;

    background-color: #729835;
    border: 2px solid #fff;

    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.search__input:focus {
    outline: none;
}

.search__btn {
    width: 78px;

    background-color: transparent;
    border: 2px solid #fff;
    border-left: none;

    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: .2s;
}

.search__btn:hover {
    background: #fff;
    color: #729835;
}

::-webkit-input-placeholder { /* Chrome */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #fff;
    opacity: 1;
}

/* FOOTER */
.main-footer {
    padding: 55px 0 34px;

    font-size: 13px;
    color: #717171;
}

.main-footer__link {
    display: inline-block;
    color: #717171;
    margin-bottom: 1em;
    transition: .2s;
}

.main-footer__link:hover {
    color: #729835;
    text-decoration: none;
}

.main-footer__icon {
    margin-right: 16px;
    position: relative;

    color: #fff;
    font-size: 0;
}

.main-footer__icon:hover img:first-child {
    opacity: 1;
}

.main-footer__icon:hover img:last-child {
    opacity: 0;
}

.main-footer__icon img {
    width: 44px;
    height: 44px;
    transition: opacity .4s ease !important;
}

.main-footer__icon img:first-child {
    position: absolute;
    opacity: 0;
}

/* MEDIA QUERIES */
@media screen and (min-width: 768px) {
    .main-header--sticky .main-header__logo {
        display: block;
    }

    .main-header__controls {
        text-align: right;
    }

    .hero__desc {
        font-size: 26px;
    }

    .info {
        padding-bottom:  70px;
    }

    .info__caption {
        max-width: 640px;
        margin-bottom: 45px;

        font-size: 26px;
    }

    .info-col__caption {
        font-size: 18px;
    }

    .info-col__desc {
        font-size: 18px;
        color: #717171;
        line-height: normal;
    }

    .features {
        padding-bottom: 120px;
    }

    .features__bg {
        height: 695px;
    }

    .features__caption {
        margin-bottom: 120px;
        max-width: none;

        font-size: 30px;
    }

    .features-col__desc {
        max-width: 240px;
    }

    .main-footer {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .info .container {
        width: 970px;
    }
}
@media screen and (min-width: 1200px) {
    .info .container {
        width: 1170px;
    }
}

.forgotten-password {
    font-size: 16px;
    float: left;
    margin-top: 15px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
    #loginModal .ic-modal__body {
        position: relative;
        top: -60px;
    }
}