/***      footer.css           ****/
@font-face{
    font-family: 'shadows into light';
    src : url('../fonts/ShadowsIntoLight-Regular.ttf?1201100');
}

.callback-fade{
    padding-top: 10%;
}
.callback-fade .modal-dialog::after{
    content: "";
    background: url(/catalog/view/theme/fastor/img/message-title.png) no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 24px;
    top: -12px;
    background-size: contain;
}
.callback-fade input{
    border: 1px solid #D9D9D9;
    height: 38px;
    border-radius: 5px;
    padding: 3px 8px;
    box-sizing: border-box;
}
.callback-fade .control-label{
    padding-top: 0 !important;
}
.callback-fade .modal-title{
    margin-top: 50px;
    font-weight: bold;
}

.callback-success-info{
    padding-top: 10%;

}
.callback-success-info .modal-header{
    border-bottom: 0;
}
.callback-success-info .modal-body{
    width: 600px;
    height: 450px;
    text-align: center;
    margin: auto;
    padding-top: 19%;
    box-sizing: border-box;
}
.callback-success-info .modal-body p{
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}
.callback-success-info .modal-body p:first-child::before{
    content: "";
    background: url(/catalog/view/theme/fastor/img/callbak-success.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 11px;
}
.callback-success-info .modal-dialog::after{
    content: "";
    background: url(/catalog/view/theme/fastor/img/message-title.png) no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 24px;
    top: -12px;
    background-size: contain;
}

#footer {
    background: #0e0e0e;
    font-size: 14px;
    padding: 0;
    position: relative;
    color:#777;
}

#wrapper.boxed.boxed-short #footer {
    margin-top:15px;
}

#footer a,
#footer a:hover {
    color:#fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .footer-ribbon {
    background: #ec6c00;
    position: absolute;
    margin: -16px 0 0 0;
    padding: 10px 20px 6px 20px;
    color: #fff;
    /*font:400 1.6em/ 22px "Shadows Into Light", Verdana !important;*/
    font-weight: 400;
    font-size: 1.6em;
    line-height: 22px;
}

#footer .footer-ribbon a:hover {
    text-decoration: none !important
}

.v2 #footer .footer-ribbon {
    margin-top:-56px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #ec6c00;
    left: -10px;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer > .container {
    padding-top: 40px;
    padding-bottom: 10px;
}

#footer.footer-ribbon > .container {
    padding-top:54px;
}

.v2 #footer.footer-ribbon > .container {
    padding-top:40px;
}

.widget {
    margin-top:30px;
    margin-bottom: 30px;
}

.widget .widget-title {
    line-height: 1.4;
    font-weight: 400;
    font-size:1.2698em;
    margin-bottom: 15px;
}

#footer .widget-title {
    color:#fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .widget > div > ul,
#footer .widget > ul {
    font-size:1em;
}

#footer .widget .contact-info,
#footer .widget .contact-details {
    margin-top: -6px;
}

.widget .tagcloud {
    margin:-0.3846em 0 -0.3846em;
}

.widget .tagcloud a {
    margin: 0.3846em 0.3846em 0.3846em 0;
    color: #777;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #efefef;
    padding: 0.3846em;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8571em !important;
}

#footer .widget .tagcloud a {
    text-decoration: none;
    border-color:rgba(119,119,119,0.3);
    background-color: transparent;
}

.widget .tagcloud a:hover,
#footer .widget .tagcloud a:hover {
    color: #fff;
    border-color:#0088cc;
    background-color:#0088cc;
}

.widget.contact-info ul,
.widget.contact-info li {
    margin: 0;
    padding: 0;
}

.widget.contact-info p {
    margin-bottom: 10px;
}

.widget.contact-info li i {
    text-align: center;
    width: 16px;
    top: -2px;
    margin: 7px 6px 0 0;
    font-size: 1.2em;
}

.widget.contact-info .contact-details span {
    display: block;
    padding-left: 25px;
    line-height: 18px;
    padding-bottom: 10px;
}

.v2 .widget.contact-info .contact-details span {
    padding-bottom: 5px;
}

.post-item-small {
    margin: 0 10px;
    padding: 15px 0;
    *zoom: 1;
    border-top: 1px solid #ececec;
}

.post-item-small:before,
.post-item-small:after {
    content: " ";
    display: table;
    clear: both;
}

.post-item-small:first-child {
    padding-top: 0;
    border-top-width: 0;
}

.post-item-small .post-image {
    float: left;
    margin: 0 10px 0 0;
}

.post-item-small .post-image img {
    width: 50px;
    height: auto;
}

.post-item-small .post-date {
    font-size: 0.9286em;
}

#footer .post-item-small {
    border-color:rgba(119,119,119,0.3);
}

#footer .post-item-small .post-date {
    display:block;
    color:#888;
}

#footer .thumbnail,
#footer .img-thumbnail {
    padding:0;
    border:none;
    background-color: transparent;
}

#footer .thumbnail img,
#footer .img-thumbnail img {
    border-radius: 3px;
}

#footer .widget p {
    margin-top:-3px;
    margin-bottom: 13px;
}

.newsletter-widget input[type="text"],
.newsletter-widget input[type="email"] {
    display: block;
    color:#777;
    background-color: #fff;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;
    line-height: 1.42857;
    padding:6px 8px;
    font-size:1em;
    border:1px solid #ccc;
    border-radius:3px;
    width: 100%;
    max-width: 262px;
}

#footer .container input:focus {
    box-shadow: none;
}

.newsletter-widget input::-moz-placeholder {
    color: #777;
}

.newsletter-widget input:-ms-input-placeholder {
    color: #777;
}

.newsletter-widget input::-webkit-input-placeholder {
    color: #777;
}

.newsletter-widget input[type="submit"] {
    display:block;
    margin-top:20px;
    background: #0088cc;
    border: 1px solid #0088cc;
    color: #fff;
    padding: 6px 11.5px;
    border-radius: 3px;
    line-height: 1.42857;
}

.newsletter-widget input[type="submit"]:hover,
.newsletter-widget input[type="submit"]:active {
    background: #0099e6;
    border-color: #0099e6;
}

#footer .input-box {
    margin-top:45px;
}

#footer .newsletter-widget .input-box input[type="text"],
.newsletter-widget .input-box  input[type="email"] {
    background-color: #dcdcdc;
    height:30px;
    padding:5px 10px;
    border-radius: 5px;
}

#footer .input-box-wrapper {
    position: relative;
    max-width: 300px;
}

#footer .newsletter-widget .input-box-wrapper input[type="submit"] {
    position: absolute;
    right:0;
    top:0;
    padding:4.5px 13.5px;
    margin:0;
    border-radius:0 5px 5px 0;
    font-size:14px;
}


#footer .widget .label {
    display: block;
    font-size:13px;
    line-height: 19px;
    font-weight: 400;
    padding:0;
    text-align: left;
    margin:0 0 15px;
    color:#777;
}

#footer .widget .links {
    margin:-5px 0 0;
}

#footer .widget .links li {
    display: block;
    position: relative;
    padding:10px 0;
    line-height: 1;
}

#footer .widget .links li > i {
    margin-right:6px;
}

#footer #footer-bottom {
    padding:15px 0;
    background-color: #060606;
}

#footer #footer-bottom a,
#footer #footer-bottom a:hover {
    color:#777;
}

#footer #footer-bottom address {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-top: 1px solid #0f0f0f;
    margin-top: -15px;
    padding-top: 15px;
}

#footer.fixed {
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 999;
    background-color: transparent;
}

#footer.fixed #footer-bottom {
    padding:0;
    background-color: rgba(255,255,255,0.85);
}

#footer-bottom > .container .footer-left {
    padding: 10px 8px 10px 0;
    text-align: left;
}

#footer-bottom > .container .footer-center {
    padding: 10px 8px;
}

#footer-bottom > .container .footer-right {
    padding: 10px 0 10px 8px;
    text-align: right;
}

#footer.fixed #footer-bottom > .container .footer-left,
#footer.fixed #footer-bottom > .container .footer-center,
#footer.fixed #footer-bottom > .container .footer-right {
    padding-top:8px;
    padding-bottom: 8px;
}

#footer-bottom .footer-menu {
    margin:0;
    display: inline-block;
}

#footer-bottom .footer-menu li {
    display: inline-block;
    padding:0 5px 0 0;
    line-height: 24px;
    letter-spacing: 0.4px;
}

#footer-bottom .footer-menu li:last-child {
    padding:0;
}

#footer-bottom .footer-menu li + li:before {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    margin: 0 9.5px 0 0;
}

.v2 #footer-bottom .logo {
    min-width: 0;
}


@media (max-width: 480px) {
    #footer.fixed #footer-bottom > .container .footer-left {
        text-align: center;
    }

    #footer.fixed #footer-bottom > .container .footer-right {
        display:none;
    }
}

@media (max-width: 991px) {
    #footer .logo {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #footer-bottom > .container .footer-left,
    #footer-bottom > .container .footer-center,
    #footer-bottom > .container .footer-right  {
        padding: 10px 0;

    }

    #footer.fixed #footer-bottom .social-icons {
        margin: 5px 0;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .v2 #footer-bottom > .container .footer-left {
        margin-right:60px;
    }

    .v2 #footer-bottom > .container .footer-left .logo {
        margin-right:45px;
    }

    .v2 #footer-bottom > .container .footer-left > *,
    .v2 #footer-bottom > .container .footer-left,
    .v2 #footer-bottom > .container .footer-center {
        float:left;
    }

    .v2 #footer-bottom > .container .footer-right {
        float:right;
    }
}

@media (max-width: 767px) {

    .v2 #footer .logo  {
        margin-bottom: 5px;
    }

    .v2 #footer #footer-bottom img.img-responsive {
        display: inline-block;
    }

    .v2 #footer-bottom > .container .footer-left {
        padding-bottom: 0;
    }

    .v2 #footer-bottom > .container .footer-left,
    .v2 #footer-bottom > .container .footer-center,
    .v2 #footer-bottom > .container .footer-right {
        text-align: center !important;
        float:none;
    }

    .v2 #footer-bottom > .container .footer-right {
        padding-top:0;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    #footer.fixed #footer-bottom > .container {
        display: table;
        table-layout: fixed;
    }

    #footer.fixed #footer-bottom > .container .footer-left,
    #footer.fixed #footer-bottom > .container .footer-right {
        display: table-cell;
        vertical-align: middle;
        width:50%;
        float:none;
    }
}

@media (min-width: 992px) {

    #footer-bottom .logo,
    #footer-bottom .social-icons  {
        display: inline-block;
        margin-right: 25px;
    }

    .v2 #footer-bottom .logo {
        margin-right: 45px;
    }

    #footer.fixed #footer-bottom .social-icons  {
        margin-right: 10px;
    }

    .skin7 #footer #footer-bottom .social-icons  {
        margin-right: 0;
    }

    #footer-bottom > .container {
        display: table;
    }

    #footer-bottom > .container .footer-left,
    #footer-bottom > .container .footer-center,
    #footer-bottom > .container .footer-right {
        display: table-cell;
        vertical-align: middle;
    }

    #footer-bottom > .container .footer-left * {
        vertical-align: middle;
    }

    #footer-bottom > .container .footer-center {
        text-align: center;
        width:350px;
    }

    .v2 #footer-bottom > .container .footer-center {
        width:360px;
        padding-left:0;
        padding-right:0;
    }

    #footer-bottom .footer-menu {
        margin-left:-7px;
    }
    #mc-embedded-subscribe{
        border-radius: 6px;
        width: 100%;
    }

}