@charset "utf-8";
/* CSS Document */

/*!
FOOTERS
*/#footer {
    background: rgba(0, 0, 0, .85);
    color: #fff;
    /*letter-spacing: .1rem;*/
    padding: 0;
    margin: 0;
    font-size: 1rem;
}
#footer a {
    color: #efefef !important;
    transition: all .3s ease-in-out;
}
#footer a:hover {
    color: #rgba(10,37,62,0.5)!important;
}
#footer.img-cover {
    min-height: 0;
}
#footer p {
    color: #FFFFFF;
    font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
}
#footer .footer-logo {
    max-width: 160px;
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .widget {
    padding-top: 0;
    padding-bottom: 0;
}
#footer .widget .widget-title {
    margin-top: 0;
}
#footer #footer-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#footer #footer-main.container-fullwidth {
    padding-left: 130px;
    padding-right: 130px;
}
#footer #footer-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: rgba(0, 0, 0, .5);
}
#footer #footer-bottom .copyright {
    font-size: .8rem;
    color: #F2EEEB;
}
#footer #footer-bottom p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #888;
}
#footer #footer-bottom img {
    max-height: 30px;
}
#footer #footer-bottom .payment-logo img {
    padding-left: .5rem;
}
#footer #footer-bottom .f-social {
    font-size: 1rem;
    margin-top: 5px;
}
#footer .widget-twitter .tweets-list {
    padding-left: 0;
}
#footer .widget-twitter .tweets-list li img {
    display: none;
}
#footer .widget-twitter .tweets-list li small {
    color: rgba(255, 255, 255, .45);
}
#footer .form-control {
    background: #2F2F2F;
    border: 2px solid transparent;
    color: #fff;
}
#footer .form-control:focus {
    background: #1F1F1F;
}
#footer .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
#footer .widget-text a, #footer .widget-twitter a {
    color: #EAEAEA;
}
#footer .widget .widget-title {
    color: rgba(10,37,62,0.5);
    font-weight: 500;
    margin-bottom: 2rem;
}
#footer .widget-twitter .tweets-list li {
    color: #888;
    padding-left: 0;
}
#footer .widget-links li a::before {
    color: #888;
    display: none;
}
#footer .widget-links li a {
    display: block;
    padding-bottom: .5rem;
    /*border-bottom: 1px solid rgba(255, 255, 255, .05);*/
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
#footer .widget-links li:last-child a {
    border-bottom: none;
}
#footer .testimonial .comment {
    color: rgba(255, 255, 255, .8);
}
#footer .testimonial-content {
    background: #262626;
    border: 1px solid #393939;
    color: rgba(255, 255, 255, .8);
}
#footer .testimonial-content::before {
    background: #262626;
    border-bottom: 1px solid #393939;
    border-right: 1px solid #393939;
}
#footer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    right: 0;
    position: absolute;
    bottom: 10px;
}
#footer .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
}
#footer .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
#footer .widget-posts .post .post-meta {
    color: rgba(255, 255, 255, .3);
}
#footer .widget-newsletter .form-control {
    background: #333232;
    border: 2px solid #333232;
}
#footer .widget-newsletter .form-control:focus {
    background: #fff;
    border: 2px solid #fff;
    color: #121212;
}
#footer .widget-map {
    height: 295px;
    overflow: hidden;
}
#footer .widget-map .map {
    height: 310px;
}
#footer .product .product-info .product-price {
    color: rgba(255, 255, 255, .7);
}
#footer .widget-products .product .product-info {
    color: rgba(255, 255, 255, .5);
}
@media (max-width:992px) {
    #footer.img-cover {
    min-height: 0!important;
}
#footer #footer-main {
    padding: 2rem 2rem 0;
}
#footer #footer-bottom {
    padding: 1rem 2rem;
	background: #E6E6E6 !important;
}
#footer #footer-main [class*=col-] {
    margin-bottom: 2rem;
}
}@media (max-width:768px) {
    #footer #footer-bottom [class*=col-] {
    text-align: center;
}
#footer #footer-bottom .f-social {
    width: 100%;
    margin: auto;
}
#footer #footer-bottom .copyright {
    margin-bottom: 10px;
}
textarea.form-control {
    max-height: 120px;
}
}.footer-reveal #main-content {
    position: relative;
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.footer-reveal #footer {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.boxed.footer-reveal #footer {
    max-width: 1240px;
    margin: auto;
}
.aside-right.footer-reveal.aside-menu-open:not(.aside-hover) #footer {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}
.left-nav.footer-reveal #footer {
    left: 280px;
}
@media (max-width:1200px) {
    .left-nav.footer-reveal #footer {
    left: 0;
}
}#footer.footer-2 #footer-main {
    padding: .5rem 2rem 0;
}
#footer.footer-2 {
    background: #fff;
    color: #121212;
    font-weight: 400;
    overflow: hidden;
}
#footer.footer-2 .f-social a {
    font-size: 1.2rem;
    margin: 1rem .5rem;
    padding: 0!important;
}
#footer.footer-2 .f-social a:hover {
    color: #121212;
}
#footer.footer-2 .copyright {
    margin-top: .6rem;
    margin-bottom: 4rem;
    font-weight: 500;
    font-size: .82rem;
    color: #4C4C4C;
}
.form-group.row, .form-inline .btn {
    margin-bottom: 0;
}
#footer.footer-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .35);
}
#footer.footer-hover #footer-bottom .container {
    border-top: none;
}
#footer.footer-hover #footer-bottom .copyright {
    color: rgba(255, 255, 255, .6);
}
#footer.footer-hover #footer-bottom .payment-paypal {
    padding-top: 5px;
}
.left-nav #footer.footer-hover {
    left: 280px;
    right: 0;
    width: auto;
}
#footer.footer-light {
    background: rgba(0, 0, 0, .1);
}
#footer.footer-colored #footer-bottom, #footer.footer-light #footer-bottom {
    background: rgba(0, 0, 0, .05);
}
#footer.footer-colored .widget .widget-title, #footer.footer-light .widget .widget-title {
    color: #121212;
}
#footer.footer-colored .widget-links li a, #footer.footer-light .widget-links li a {
    color: #747474;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#footer.footer-colored .widget-twitter .tweets-list li small, #footer.footer-light .widget-twitter .tweets-list li small {
    color: rgba(0, 0, 0, .45);
}
#footer.footer-colored .widget-text a, #footer.footer-colored .widget-twitter a, #footer.footer-light .widget-text a, #footer.footer-light .widget-twitter a {
    color: #303030!important;
    font-weight: 700;
}
#footer.footer-colored #footer-bottom .copyright, #footer.footer-light #footer-bottom .copyright {
    color: #303030!important;
}
#footer.bg-primary .widget .widget-title, #footer.bg-primary a i {
    color: #fff;
}
#footer.bg-primary {
    background: #E2785D;
}
#footer.bg-primary #footer-bottom {
    background: 0 0;
}
#footer.bg-primary .widget-links li a {
    color: #747474;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#footer.bg-primary .widget-twitter .tweets-list li small {
    color: rgba(0, 0, 0, .45);
}
#footer.bg-primary .widget-text a, #footer.bg-primary .widget-twitter a {
    color: #303030;
}
#footer.bg-primary #footer-bottom .copyright {
    color: #fff;
}
#footer.img-cover .widget-twitter .tweets-list li, #footer.img-cover a, #footer.img-cover p {
    color: #EDEDED;
}