small,
.small {
    font-size: .825em;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
}

.d-block {
    display: block !important
}
.d-none {
    display: none !important
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important
    }
    .d-sm-none {
        display: none !important
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important
    }
    .d-md-none {
        display: none !important
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }
    .d-lg-none {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important
    }
    .d-xl-none {
        display: none !important
    }
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center !important
}

.form-group {
    margin-bottom: 1rem;
}

.text-muted {
    color: #9aa0a6 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#modal-login {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#modal-login a {
    color: #07780b;
}

#modal-login p {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 26px;
}

#modal-login form label {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
}

#modal-login .h3 {
    font-size: 1.78571429em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
}

#modal-login .btn {
    appearance: button;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    padding: 12px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 14px;
    background-color: #07780b;
    width: 100%;
    height: auto;
    border: 1px solid #07780b;
    border-radius: 0.42rem;
    outline: none;
    position: relative;
    transition: all 0.3s;
}

#modal-login .btn:hover {
    background-color: #333322;
    border-color: #333322;
    color: #fff;
}

#modal-login .card {
    position: relative;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

#modal-login .card .mt-4 small:last-of-type {
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    #modal-login .px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

header .logined {
    display: none;
}

html.logined header .logined {
    display: inherit;
}

html.logined header .login {
    display: none;
}

html .login_fail {
    display: none;
}

html.login_fail .login_fail {
    display: inherit;
}

html.login_fail .login_fail small {
    color: red;
}

html.login_fail .login_success {
    display: none;
}

.home-slider {
    padding: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .home-slider {
        margin: 0;
    }
}



/*
----------------------------------------------------------------
BEGIN: FOOTER
----------------------------------------------------------------
*/
.widget {
    margin-bottom: 30px;
    position: relative;
}
.widget .widget-title, .widget > h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.widget:after, .widget:before {
    clear: both;
    content: " ";
    display: table;
}
.widget a {
    color: #3c4043;
}
.widget p {
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .widget {
        float: left;
        width: 100%;
    }
}

body footer#footer ul {
    list-style: none;
}
body footer#footer ol, body footer#footer ul, body footer#footer dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
body footer#footer dt {
    font-weight: 600;
}
body footer#footer dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
body footer#footer ul li {
    line-height: 28px;
}
body footer#footer .unit {
    margin-left: -1px;
    margin-right: -1px;
}
body footer#footer .unit dd a {
    margin: 0 5px;
}
body footer#footer .unit dt {
    line-height: 28px;
}
body footer#footer .widget.flogo p {
    margin: 0;
}

#footer {
    display: block;
    position: relative;
    background-color: #f9f9fa;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
#footer a:not(.btn):not(:hover) {
    color: #3c4043;
}
#footer a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #07780b;
    text-decoration: underline;
}
#footer p {
    font-family: inherit;
}
#footer a:not(.btn) {
    font-weight: 400;
}
#footer .footer-content {
    padding: 60px 0;
}
@media (max-width: 1024px) {
    #footer .footer-content {
        padding-bottom: 100px;
    }
}
#footer .widget .widget-title, #footer .widget h4 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
#footer .widget ul {
    padding-left: 0;
}
#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #f1f1f3;
    font-size: 13px;
}
#footer .logo {
    margin-bottom: 54px;
    margin-top: 12px;
    max-width: 80px;
}
#footer .footer-logo {
    border-right: 1px solid #333;
    margin-bottom: 20px;
    margin-right: 18px;
    padding-right: 16px;
}
#footer h5:not(:last-child) {
    margin-bottom: 6px;
    font-size: 1em;
    line-height: 1.85714286em;
    font-weight: 500;
}

.alternative-mb {
    display: none;
}
#footer .alternative-mb h4 {
    font-size: 1.35714286em;
}

@media (max-width: 991.98px) {
    #footer .flogo {
        font-weight: 600;
        text-align: left !important;
    }
    #footer .flogo p {
        font-weight: 600;
    }
}
@media (max-width: 767px) {
    .alternative-mb {
        display: block;
    }
    #footer {
        background-color: #FAFAF4;
    }
    #footer .footer-content .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    #footer .widget h4 {
        font-size: 18px;
    }
    #footer a:not(.btn) {
        display: inline-block;
    }
    #footer a:hover {
        text-decoration: none !important;
    }
    #footer a span {
        display: inline-block;
    }
}

#footer .row.gap-y > *:nth-child(3) .widget h4 {
    font-size: 1.35714286em;
}

/* START UPADTE uifix/m-24 */
#footer .widget h4, #footer .unit h4 {
    margin-bottom: 20px;
}
#footer .widget h4, #footer .unit h4, #footer .row.gap-y > *:nth-child(3) .widget h4 {
    font-size: 19px;
    line-height: 30px;
}
@media (max-width: 833px) {
    #footer .widget h4, #footer .unit h4, #footer .row.gap-y > *:nth-child(3) .widget h4 {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    #footer .widget h4, #footer .unit h4 {
        font-size: 18px;
    }
    #footer .widget h4, #footer .unit h4 {
        margin-bottom: 16px;
    }
}
@media (max-width: 374px) {
    #footer .widget h4, #footer .unit h4 {
        font-size: 15px;
    }
}
/* END UPADTE uifix/m-24 */

.list {
    clear: both;
    display: block;
    position: relative;
}
.list li {
    line-height: 32px;
}
.list li a {
    color: #3c4043;
}
.list ul {
    padding: 0px;
}

.social-icons {
    line-height: 0;
}
.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-center.social-icons ul {
    display: inline-block;
}
.social-icons li {
    float: left;
    list-style: none;
}
.social-icons li a {
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #333;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icons.social-icons-colored a, .social-icons.social-icons-colored-hover a:hover {
    color: #fff !important;
    border: 0;
}
.social-icons.social-icons-colored .social-rss a, .social-icons.social-icons-colored-hover .social-rss a:hover, .social-icons.social-icons-colored .social-snapchat a, .social-icons.social-icons-colored-hover .social-snapchat a:hover {
    background-color: #faa33d;
}
.social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-icons-colored .social-twitter a, .social-icons.social-icons-colored-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.social-icons-colored .social-vimeo a, .social-icons.social-icons-colored-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}
.social-icons.social-icons-colored .social-myspace a, .social-icons.social-icons-colored-hover .social-myspace a:hover {
    background-color: #008dde;
}
.social-icons.social-icons-colored .social-youtube a, .social-icons.social-icons-colored-hover .social-youtube a:hover {
    background-color: #ef4e41;
}
.social-icons.social-icons-colored .social-instagram a, .social-icons.social-icons-colored-hover .social-instagram a:hover {
    background-color: #e53d00;
}
.social-icons.social-icons-colored .social-gplus a, .social-icons.social-icons-colored-hover .social-gplus a:hover {
    background-color: #d68400;
}
.social-icons.social-icons-colored .social-stumbleupon a, .social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}
.social-icons.social-icons-colored .social-lastfm a, .social-icons.social-icons-colored-hover .social-lastfm a:hover {
    background-color: #f34320;
}
.social-icons.social-icons-colored .social-pinterest a, .social-icons.social-icons-colored-hover .social-pinterest a:hover {
    background-color: #e13138;
}
.social-icons.social-icons-colored .social-google a, .social-icons.social-icons-colored-hover .social-google a:hover {
    background-color: #eb5e4c;
}
.social-icons.social-icons-colored .social-evernote a, .social-icons.social-icons-colored-hover .social-evernote a:hover {
    background-color: #9acf4f;
}
.social-icons.social-icons-colored .social-dribbble a, .social-icons.social-icons-colored-hover .social-dribbble a:hover {
    background-color: #f7659c;
}
.social-icons.social-icons-colored .social-skype a, .social-icons.social-icons-colored-hover .social-skype a:hover {
    background-color: #13c1f3;
}
.social-icons.social-icons-colored .social-forrst a, .social-icons.social-icons-colored-hover .social-forrst a:hover {
    background-color: #45ad76;
}
.social-icons.social-icons-colored .social-linkedin a, .social-icons.social-icons-colored-hover .social-linkedin a:hover {
    background-color: #238cc8;
}
.social-icons.social-icons-colored .social-wordpress a, .social-icons.social-icons-colored-hover .social-wordpress a:hover {
    background-color: #2592c3;
}
.social-icons.social-icons-colored .social-grooveshark a, .social-icons.social-icons-colored-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}
.social-icons.social-icons-colored .social-delicious a, .social-icons.social-icons-colored-hover .social-delicious a:hover {
    background-color: #377bda;
}
.social-icons.social-icons-colored .social-behance a, .social-icons.social-icons-colored-hover .social-behance a:hover {
    background-color: #1879fd;
}
.social-icons.social-icons-colored .social-dropbox a, .social-icons.social-icons-colored-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}
.social-icons.social-icons-colored .social-soundcloud a, .social-icons.social-icons-colored-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}
.social-icons.social-icons-colored .social-deviantart a, .social-icons.social-icons-colored-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}
.social-icons.social-icons-colored .social-yahoo a, .social-icons.social-icons-colored-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}
.social-icons.social-icons-colored .social-flickr a, .social-icons.social-icons-colored-hover .social-flickr a:hover {
    background-color: #ff48a3;
}
.social-icons.social-icons-colored .social-digg a, .social-icons.social-icons-colored-hover .social-digg a:hover {
    background-color: #75788d;
}
.social-icons.social-icons-colored .social-blogger a, .social-icons.social-icons-colored-hover .social-blogger a:hover {
    background-color: #ff9233;
}
.social-icons.social-icons-colored .social-tumblr a, .social-icons.social-icons-colored-hover .social-tumblr a:hover {
    background-color: #426d9b;
}
.social-icons.social-icons-colored .social-quora a, .social-icons.social-icons-colored-hover .social-quora a:hover {
    background-color: #ea3d23;
}
.social-icons.social-icons-colored .social-github a, .social-icons.social-icons-colored-hover .social-github a:hover {
    background-color: #3f91cb;
}
.social-icons.social-icons-colored .social-amazon a, .social-icons.social-icons-colored-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}
.social-icons.social-icons-colored .social-xing a, .social-icons.social-icons-colored-hover .social-xing a:hover {
    background-color: #1a8e8c;
}
.social-icons.social-icons-colored .social-wikipedia a, .social-icons.social-icons-colored-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}
.social-icons.social-icons-border li a {
    border: 1px solid #d7d7d7;
    background: transparent;
    color: #333;
}
.dark .social-icons.social-icons-border li a {
    border: 1px solid #333 !important;
}
.dark .social-icons li a .social-icons.social-icons-dark li a {
    background: #888;
    color: #fff;
}
.social-icons.social-icons-light li a {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}
.social-icons.social-icons-rounded li a {
    border-radius: 50%;
}
.social-icons.social-icons-medium li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
}
.social-icons.social-icons-large li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 18px;
}
.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
    background-color: #eee;
}
.social-icons li:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
/*
----------------------------------------------------------------
END: FOOTER
----------------------------------------------------------------
*/