html {
    position: relative;
    min-height: 100%;
}

#v2-matbuu-footer {
    color: #ecf0f1;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.v2-footer-column a {
    color: #bdc3c7;
    font-size: 12px;
}

.v2-footer-column a:hover {
    color: #f2f8fc;
}

.v2-footer-column h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    margin: 0 0 15px;
    font-size: 20px;
    text-decoration: none;

}

.v2-footer-column-inner {
    border-right: 1px solid #3e5164;
    padding: 15px 0;
}

.sb-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sb-menu li img {
    margin: 14px;
}
.sb-menu > li:first-child {
    border-top: none;
}
.sb-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-left .sb-menu li a {
    border-left: 3px solid transparent;
}
.sb-menu li a {
    width: 100%;
    display: inline-block;
    padding: 1em;
    color: #f2f2f2;
}
.sb-menu li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
}
.sb-left .sb-menu li a:hover {
    border-left: 3px solid;
}
.sb-slidebar a:hover {
    color: #11A1DC;
    text-decoration: underline;
}
.sb-menu li .sb-open-right, .sb-menu li small {
    display: inline-block;
    padding: 14px;
    color: #fff;
}

/********************************************/
/* Footer
/********************************************/
.main-footer {
    position: relative;
    display: block;
    clear: both;
}
.brands {
    position: relative;
    display: block;
    min-height: 105px;
    background: #a5a8ab;
    text-align: center;
    font-size: 0;
    line-height: 105px;
}
.brands img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
    opacity: 1;
}
.brands img:hover {
    opacity: .7
}
.main-footer .inner {
    font-size: 0;
    padding: 60px 0;
    text-align: justify;
}
.footer-col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 40px 35px;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
}
.col-title {
    position: relative;
    display: block;
    float: left; clear: both;
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
}
.footer-col a {
    position: relative;
    display: block;
    float: left; clear: both;
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
}
.footer-col a:after {
    position: absolute;
    display: block;
    content: '';
    left: 0; bottom: 2px;
    width: 100%; height: 1px;
    background: #3d3d3d;
    opacity: 0;
}
.footer-col a:hover:after {
    opacity: 1;
}
.social {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 80px 42px;
    text-align: center;
    font-size: 0;
}
.social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 51px; height: 51px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    background: transparent;
}
.social .icon-facebook {
    border-color: #3b5998;
}
.social .icon-twitter {
    border-color: #55acee;
}
.social .icon-instagram {
    border-color: #3f729b;
}
.social .icon-gplus {
    border-color: #dc4e41;
}
.social .icon-facebook:hover {
    background: #3b5998;
}
.social .icon-twitter:hover {
    background: #55acee;
}
.social .icon-instagram:hover {
    background: #3f729b;
}
.social .icon-gplus:hover {
    background: #dc4e41;
}
.social a:before {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 51px;
}
.social .icon-facebook:before {
    color: #3b5998;
}
.social .icon-twitter:before {
    color: #55acee;
}
.social .icon-instagram:before {
    color: #3f729b;
}
.social .icon-gplus:before {
    color: #dc4e41;
}
.social a:hover:before {
    color: #fff;
}
.social .google-play {
    display: block;
    width: auto;
    height: auto;
    margin: 11px;
    border-width: 0;
    border-radius: 0;
}
.google-play img {
    display: block;
    width: auto;
    height: 30px;
}
.copyright {
    position: relative;
    display: inline-block;
    width: 100%; height: auto;
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: 300;
    color: #656565;
    text-align: center;
    line-height: 100%;
}
.copyright:before {
    position: relative;
    display: inline-block;
    top: 8px;
    font-size: 45px;
    color: #1aa4dd;
    line-height: 100%;
}

.tags {
    position: relative;
    display: block;
    min-height: 105px;
    background: #fff;
    text-align: center;
    font-size: 0;
    line-height: 105px;
}
.tags:after {
    position: relative;
    display: block;
    content: '';
    width: 100%; height: 3px;

    background: #fac26a;
    background: -webkit-linear-gradient(left, #fac26a 0%, #f66f54 20%, #7bd793 44%, #b89eee 100%);
    background: -o-linear-gradient(left, #fac26a 0%, #f66f54 20%, #7bd793 44%, #b89eee 100%);
    background: linear-gradient(to right, #fac26a 0%, #f66f54 20%, #7bd793 44%, #b89eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac26a', endColorstr='#b89eee',GradientType=1 );
}
.tag {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 45px;
    font-size: 18px;
    font-weight: 300;
    color: #3d3d3d;
    letter-spacing: -0.02em;
    cursor: default;
}
.tag:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 70%; left: 50%;
    margin-bottom: 6px;
    border-style: solid;
    border-color: #f8735d transparent transparent transparent;
    border-width: 6px 6px 0 6px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}
.tag:after {
    position: absolute;
    display: block;
    content: attr(data-tooltip);
    bottom: 70%; left: 50%;
    padding: 5px 12px;
    margin-bottom: 11px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    line-height: 100%;
    letter-spacing: -0.01em;
    white-space: nowrap;
    background: #f8735d;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}
.tag:hover:before,
.tag:hover:after {
    opacity: 1;
    visibility: visible;

    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.tag-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin: 0 15px;
    width: 36px; height: 36px;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.tag-safe {
    background-image: url(//www.matbuu.com/img/icons/safe.svg);
}
.tag-return {
    background-image: url(//www.matbuu.com/img/icons/return.svg);
}
.tag-experience {
    background-image: url(//www.matbuu.com//img/icons/experience.svg);
}
.tag-box {
    background-image: url(//www.matbuu.com/img/icons/box.svg);
}