footer {
    background-image: url("/design/footer-background.png");
    background-repeat: no-repeat;
    color: #8eb2c7;
    font-size: 16px;
    background-position: bottom;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 110px;

}
.footer-top .footer-logo {
    max-width: 240px;
    margin: 3px 0 30px 0;
}
.footer-box .text {
    color: #343434;
    font-weight: 400;
    line-height: 28px;
    padding-right: 10px;
    text-align: justify;
}
.footer-box{
    padding-left: 50px;
}
.footer-logo img{
    max-width: 118%;
}
.footer-bottom {
    font-weight: 700;
    color: #343434;
    font-size: 13px;
    word-spacing: 2px;
}
.footer-bottom .copyright a {
    color: #f5be33;
}
.footer-bottom a {
    color: #333;
    font-weight: 300;
}
.footer-bottom > .container > .row {

    align-items: center;
    flex-wrap: wrap;
}
.footer-payments {
    text-align: right;
}
.footer-payments img {
    width: 350px;
    max-width: 100%;
}
.footer-top h2 {
    border: 0;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 11px;
    text-align: left;
}
.footer-top h2:before {
    position: absolute;
    background: #f01e50;
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    bottom: 0;
    left: 0;
}
.footer-top a:hover {
    color:#f5be33;
}
.footer-top h2:after {
    display: none;
}
.footer-top h3 {
    font-size: 20px;
    font-weight: 700;
    color: #343434;
    text-transform: none;
    margin: 20px 0 15px 0;
}
/*footer .footer-top ul {*/
/*    list-style: none;*/
/*    padding-left: 0px;*/
/*}*/
/*.footer-top ul li::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 0;*/
/*    top: 20px;*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    border-radius: 50%;*/
/*    background: #e3f6f9;*/
/*}*/
/*.footer-top ul li {*/
/*    position: relative;*/
/*    margin: 0;*/
/*    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);*/
/*    padding: 0;*/
/*}*/
.footer-top ul li a {
    font-weight: 400;
    line-height: 25px;
    color: #626262;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}




.footer-top ul li i {
    margin-right: 14px;
    font-size: 7px;
    color: #85a411;
}




/*.footer-top p{*/
/*    font-weight: 400;*/

/*    line-height: 20px;*/
/*    color: #7e8081;*/
/*    -webkit-transition: color 0.3s ease;*/
/*    -moz-transition: color 0.3s ease;*/
/*    -ms-transition: color 0.3s ease;*/
/*    -o-transition: color 0.3s ease;*/
/*    transition: color 0.3s ease;*/
/*}*/

.footer-top .social-link {
    margin: 0 10px 0 0;
}
.footer-top .social-link:last-child {
    margin-right: 0;
    float: left;
}
.footer-top .social-link i {
    margin: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #343434;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 50%;
    background-color: #f0efec;
}
.footer-top .social-link i.fa-facebook {
   background: #f0efec;
    margin-right: 10px;
}
.footer-top .social-link i.fa-twitter {
    background:none;
}
.footer-top .social-link i.fa-instagram {
    background: #f0efec;
    margin-left: 10px;

}
.footer-top .social-link i:hover {
    color: #fff;
    background: #f89a4e;
}

.call-us {
    display: flex;
    align-items: center;
    margin-top: 17px;
    color: #000;
    font-size: 14px;
}
.call-us .left-icon {
    margin-right: 20px;
}
.call-us .left-icon img {
   width: 40px;
}
.right-call .text {
    text-align: left;
    color: #24252b;
}
.follow-us-wrapper {
    margin-top: 25px;
}
.follow-us-wrapper .follow-us-title {
        font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.footer-logo-wrapper {
    margin-bottom: 10px;
}
.footer-box .contact-row {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #343434;

}
.footer-box .contact-row a {
    color: #343434;
    font-weight: 500;
    font-size: 16px;
}
.footer-box .contact-row p {
    color: #343434;
    font-weight: 500;
    font-size: 15px;
}
.footer-top-icons-content {
    padding: 50px 0 50px;
    border-bottom: 1px solid #35434c;
}
.footer-box h5{
    color: #85a411;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
/*.footer-box .footer-list-wrapper li{*/
/*   */
/*}*/
.footer-box li::marker{
    display: none;
}
.footer-box .contact-row:last-child {
    margin-bottom: 0;
}
.footer-box i {
    color: #343434;
}

.footer-box a, a:active, a:focus {
    color: rgb(102, 102, 102);
}


.contact-row i.fa-map-marker{
    font-size: 18px;
    color: #85a411;

}
.contact-row i{
    font-size: 16px;
    color: #85a411;
    margin-right: 5px;
    margin-top: 10px;

}

/*.contact-row i:hover{*/
/*    color: #f5be33;*/
/*}*/
.contact-row a:hover{

    color: #f5be33;

}
.contact-row a, a:active, a:focus{
    color: #7a7a7a;
}
.footer-sertifikati img{
    margin-left: -24px;
}

.newsletter-box h5 {
    font-size: 16px;
    color: #343434;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 15px;
}
.newsletter-box h4{
    color: #343434;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    margin-top: -32px;
}
.newsletter-box i{
    font-size: 50px;
    color: #343434;
}
.vscms-form-modal {
    display: none;
}
.has-feedback {
    position: relative;
}
.newsletter-box .form-control {
    min-height: 60px;
    padding-left: 10px;
}
.form-control-feedback {
    top: 14px;
    right: -2px;
}
.newsletter-box .input-group {
    width: 410px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}
.newsletter-box button.btn.btn-default {
    padding: 22px 33px 18px 36px;
}

.footer-top .second-column {
    padding-left: 50px;
}
.footer-top .third-column {
    padding-left: 30px;
}


.footer .footer-bottom {
    padding: 30px 0;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    background-color: #1e4b78;
}
footer .footer-bottom .signature {
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    margin-top: 6px;
    margin-bottom: 10px;
}
.footer .footer-bottom a {
    color: #5a5a5a;
}
.footer-bottom .right {
    text-align: right;
}
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-third-box .footer-box {
    padding-left: 50px;
}
#top-link {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 60px;
    background-color: #f5be33;
    overflow: hidden;
    text-decoration: none;
    z-index: 1000;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 35px;
    font-size: 40px;
    -webkit-transition: background 0.3s ease, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease, color 0.3s ease 0s;
    -o-transition: background 0.3s ease, color 0.3s ease 0s;
    transition: background 0.3s ease, color 0.3s ease 0s;
    opacity: 0.8;
    /*border:1px solid #e6e6e6;*/
}
#top-link:hover {
    background-color: #a5be25;
}
.footer-top h4 {
    font-size: 18px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: left;
}
.footer-logo-wrapper-right {
    max-width: 62%;
    /*margin-bottom: 6px;*/
}
.footer-bottom .right-copyright {
    float: right;
}
.footer-top .footer-company-name {
    font-weight: 400;
    line-height: 20px;
    color: #222;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;

}
.footer-social-icon {
    margin-bottom: 7px;
    font-size: 20px;
    color: #343434;
    display: inline;
    margin-right: 1px;
}
.footer-top .footer-address {
    font-size: 15px;
}
.footer-top .footer-address a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 27px;
}
.footer-top ul {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-top ul li {
    padding: 0;
    margin: 0 0 1px;
    color: #343434;
}


.copyright a {
    color: #5ed5e0;
    margin-left: 2px;
}

.copyright .right-copyright a {
    font-weight: 400;
}

.left-copyright{
    color: #fff;
   text-align: center;
}
.right-copyright{
    color: #343434;
}
.footer-address{
    color: #7a7a7a;
}
