/*!
 * AllGravure.com | Join page
 * Copyright 2017 Idolbucks.com.
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.wrapper {
    position: relative;
    min-width: 960px;
    margin: 0 auto;
    max-width: 1000px;
}

/* GENERAL */
body {
    min-width: 960px;
    color: #666666;
    font: 14px/21px Arial, Verdana, Helvetica, sans-serif;
    background: #181818;
}
/* button */
.btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    cursor: pointer;
    touch-action: manipulation;
    background-image: none;
    white-space: nowrap;
    transition: all 0.2s ease-out;
}

.btn:active {
    transform: translate3d(0, 1px, 0);
    outline: none;
}

.btn:focus {
    outline: none;
}

.btn-join {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #c10035;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a3002a), color-stop(1, #e0003f));
    background: -ms-linear-gradient(bottom, #a3002a, #e0003f);
    background: -moz-linear-gradient(center bottom, #a3002a 0%, #e0003f 100%);
    background: -o-linear-gradient(#e0003f, #a3002a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e0003f', endColorstr='#a3002a', GradientType=0);
}

.btn-join:hover {
    background: #dc003c;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bc0031), color-stop(1, #ff0047));
    background: -ms-linear-gradient(bottom, #bc0031, #ff0047);
    background: -moz-linear-gradient(center bottom, #bc0031 0%, #ff0047 100%);
    background: -o-linear-gradient(#ff0047, #bc0031);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0047', endColorstr='#bc0031', GradientType=0);
}


/* end button*/

/* header */
.b-header {
    position: relative;
    z-index: 10;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQAgMAAAClqfdIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUmJiYAAAD////hQlOMAAAAAnRSTlOZmV/D14sAAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAD0lEQVQI12NgYHAYxJABABj6E4EW6snHAAAAAElFTkSuQmCC') 0 0 repeat-x;
}

.b-header-logo {
    display: block;
    width: 208px;
    height: 46px;
    background: url('../images/logo-svg/ag_logo.svg') center no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -999px;
    margin-top: 15px;
    float: left;
}

.b-header-user {
    position: relative;
    z-index: 1;
    float: right;
    padding: 20px 0 19px;
    border: solid #262626;
    border-width: 0 1px 1px 0;
    background: #000000;
}

.b-header-user .btn {
    float: left;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.b-header-user .btn-login {
    display: block;
    color: #c6c5c5;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    padding: 10px 18px;
}

.b-header-user .btn-login:hover {
    color: #d3003f;
}

.b-header-user .btn-join {
    padding: 30px 20px;
    margin: -20px -1px;
    box-shadow: none;
}

.b-header .b-nav {
    margin: 20px 0 0 30px;
}

.b-nav {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.b-nav:before,
.b-nav:after {
    content: "";
    display: table;
}

.b-nav:after {
    clear: both;
}

.b-nav-item {
    position: relative;
    float: left;
    padding: 0;
}

.b-nav-link {
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #c6c5c5;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    padding: 10px 9px;
}

.b-nav-link:hover {
    color: #d3003f;
}

.b-nav-link.active {
    color: #d3003f;
    pointer-events: none;
}

.b-search {
    position: relative;
    z-index: 1;
    float: right;
}

.b-search-text {
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    margin: -1px -1px 0 0;
    padding: 20px 0;
    background: #000000;
    border: solid #262626;
    border-width: 0 0 1px 1px;
    line-height: 40px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-appearance: textfield;
    outline: none;
    color: transparent;
    font-size: 16px;
}

.b-search-text.active {
    color: #c6c5c5;
    width: 440px;
    padding: 20px 25px;
}

.b-search-text.active ~ .b-search-btn {
    background: #000000;
}

.b-search-text.active ~ .b-search-btn .icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAxlBMVEVBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUH///8vGfezAAAAQHRSTlMAGYbU9/bRFV/z8ln+rDwICT+xUR30cHjxFIqttX89Rcn4BxHq69NGxYWwAbp1GnuB6BBTtEMPR7jX2RjLds3I8SCDagAAAAFiS0dEQYnebE4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAACfSURBVBjTVY/nDoJAEIRPDkWKomJXxAZiF+wN5/2fyoUDifNjJvNtNtlljLGCxOViSVJYqrKKRJouum6gUjVr9QYMK+7NFtpi0kG3R9HHINsdwibnGGXAwZh8gmkGZpiTyzBz4JJ7+coCPvkSq7SvN9hS7FTsBTggCOM8GjidL+H1BtzF9ZYmTg8e8AR52i/X9d+hwsF/HyYiErF/En2+UccTPhOixbIAAAAASUVORK5CYII=');
}

.b-search-btn {
    position: relative;
    display: block;
    margin: 0;
    padding: 32px 22px 31px;
    border: solid #262626;
    border-width: 0 1px 1px;
    background: none;
    cursor: pointer;
}

.b-search-btn .icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAxlBMVEXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcXGxcX///9QpggeAAAAQHRSTlMAGYbU9/bRFV/z8ln+rDwICT+xUR30cHjxFIqttX89Rcn4BxHq69NGxYWwAbp1GnuB6BBTtEMPR7jX2RjLds3I8SCDagAAAAFiS0dEQYnebE4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAACfSURBVBjTVY/nDoJAEIRPDkWKomJXxAZiF+wN5/2fyoUDifNjJvNtNtlljLGCxOViSVJYqrKKRJouum6gUjVr9QYMK+7NFtpi0kG3R9HHINsdwibnGGXAwZh8gmkGZpiTyzBz4JJ7+coCPvkSq7SvN9hS7FTsBTggCOM8GjidL+H1BtzF9ZYmTg8e8AR52i/X9d+hwsF/HyYiErF/En2+UccTPhOixbIAAAAASUVORK5CYII=');
    overflow: hidden;
    text-indent: -9999px;
}

.b-header-user .b-nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

.b-header-user:hover .b-nav-link {
    color: #ffffff;
}

.b-nav-drop {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    margin: -20px 0;
}

.b-nav-drop-menu {
    display: none;
    position: absolute;
    z-index: 2;
    background: #000000;
    top: 100%;
    left: 0;
    width: 100%;
    margin: -1px 0 0 -1px;
    border: 1px solid #262626;
}

.b-nav-drop-menu-item + .b-nav-drop-menu-item {
    border-top: 1px solid #262626;
}

.b-nav-drop:hover .b-nav-drop-menu {
    display: block;
}

.b-nav-drop-menu .b-nav-link {
    line-height: 28px;
}

.b-nav-drop-menu .b-nav-link:hover {
    color: #d3003f;
}

.b-nav-drop > .b-nav-link {
    cursor: default;
}

/* footer */
.b-footer {
    background: #000000;
    font-size: 11px;
    color: #4d4d4d;
    line-height: 20px;
    text-align: center;
    padding: 25px 0;
}

.b-footer-nav {
    display: block;
    margin: 0 auto;
    padding: 15px 10px 30px;
    list-style: none;
    overflow: hidden;
    text-align: center;
    cursor: default;
}

.b-footer-nav-item {
    position: relative;
    display: inline;
    margin: 0 10px;
}

.b-footer-nav-item + .b-footer-nav-item:before {
    position: absolute;
    display: block;
    top: 4px;
    left: -13px;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #3a3a3a;
    margin: 0;
    pointer-events: none;
    cursor: default;
}

.b-footer-nav-link {
    padding: 0;
    margin: 0;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    transition: color 0.1s linear;
}

.b-footer-nav-link:hover {
    color: #d3003f;
}

.b-footer-copy {
    margin: 0 0 10px;
}

.b-footer-info {
    margin: 0;
}

.b-footer-info-link {
    color: #4d4d4d;
    font-weight: bold;
    transition: color 0.1s linear;
}
    .b-footer-info-link:hover {
        color: #d3003f;
    }

.b-footer-rta {
    display: block;
    width: 76px;
    height: 25px;
    margin: 25px auto 15px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAZCAMAAACsCjhdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABaFBMVEVNTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU3////QYcP2AAAAdnRSTlMAM5jzDGfLBBNP8YJf1aOADTqa/SNJKyrMAmi+u7+dHaynnnUHxuEZD/d/Q5Y4zqu4IKgcZTyHdGS3BvWwUsLXzab2+O2PFCL+iTvBA0Lf5iQoszVXc02U+dgLAdxsug6VPTSfClGSCPC2ECW1wBf7QN5WTMfQ6BFPPQAAAAFiS0dEd0Zk+dcAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAGgSURBVDjLrZRnW8JAEIQXDcaGKCoBFVERRMUuxd4rdsFesWDv5vdrYBNS9hR4uC+5zWbe7GSSgJjvMoFx5Q0rKiSsmCsgTDQXElbChElbvrSsPBea6S/Y76rIBVb0D6wyK4rFwohAC6vKCma1MiJQwaprbFjV1hE3AqjHE3YhfXSkTzsbGptczW5Wmi1AwlrRJYBFHUGbpx3A5HXTMF8HCfN3okuALlUE3YGe3r7+AWGQhHmHyOcJw7JLAPSZiiBgD4YgHIGRUQNsbHzCSYcDk4pLxacUwbg/ODU9w8HvU0PB7Bxu5hcWGUkvLSsuFZ9SBCurwVBHlIMorwjW1jdwu7lFw1AvClKBPqUItnd2PRCL7+2rBcIB7g+PKNjxCZWVFEGkRQDu9OxcIwjJV1xQsEvyJUpFkLhy7UR4reDah0XtFgGzkTDtV6AW3MhX3Bp7yTsa5mB+m/fy8A+GXkxkrAQL9ojvuBg29J6weJaFLlUEdPzy/8zH63ovr1i8ycI3dQQkLPmO9YeuF9cPlhnNzILBJ9Zfut63frDMaJkIfgDGqB/xJga/nAAAAABJRU5ErkJggg==');
}
/* end footer */

.b-content {
    background: url('../images/ag-join-01.1/general-bg.jpg') 100% 100% no-repeat;
    margin: -60px -8px 0;
    padding: 60px 8px 40px;
}
@media only screen and (max-width: 960px) {
    .b-content {
        min-height: 800px;
    }
}
.b-content-inset {
    margin: 110px 0 70px;
    width: 698px;
    background-color: rgba(24, 24, 24, 0.5);
    border: 1px solid #2d2d2d;
}
.title {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;

}
.title2 {
    font-size: 24px;
    font-weight: 400;
}
.title2 > span {
    color: #f04f36;
}

.b-desc {
    position: relative;
    float: left;
    width: 259px;
    padding: 40px 0 0 40px;
}
.b-desc .title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.b-info  {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.b-info-item {
    position: relative;
    display: block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #c6c5c5;
    font-size: 12px;
    line-height: 20px;
    margin-top: 11px;
    padding-left: 15px;
}
.b-info-item:before {
    position: absolute;
    top: -6px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #9f0045;
    margin: 13px 10px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b-info__membership {
    display: block;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}
.b-info__membership-item {
    color: #4b4b4b;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.b-join {
    position: relative;
    float: left;
    width: 398px;
    border-right:1px solid #2d2d2d;
}
.b-join-title {
    display: block;
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.b-join-plan {
    padding: 30px 40px 0;
}
.b-join-plan-row {
    position: relative;
    margin-top: 10px;
}
.b-join-plan-type {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background-color: #c6c5c5;
    cursor: pointer;
    transition: background .1s linear;
    overflow: hidden;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #060606;
}
.b-join-plan-type:hover {
    background-color: #e5e5e5;
}
.b-join-plan-type.is-active {
    border: 0;
    color: #181818;
    background-color: #ffc124;
}
.b-join-plan-type.is-active:hover {
    background-color: #ffc124;
}
.b-join-plan-type > input {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 17px 10px;
}
.b-join-plan-type > span {
    float: left;
    height: 50px;
    width: 250px;
    border-left: 1px solid #969696;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
    padding: 7px 10px 0 20px;
}
.b-join-plan-type:hover > span {
    border-left-color: #bababa;
}
.b-join-plan-type.is-active > span {
    border-left-color: #e1a100;
}
.b-join-plan-type .period {
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}
.b-join-plan-type .period__once {
    line-height: 35px;
}
.b-join-plan-type .info {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    font-style: normal;
}
.b-join-plan-type .info .old {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAHCAMAAACr8zT4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAY1BMVEUKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlcKPlf////qgg3/AAAAIHRSTlMABCFDZYepy+0QMlR2mLrc9t68mnhWNBLvzauJZ0UjBRmAD0cAAAABYktHRCCzaz2AAAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQY02NgIAYwMjGzsLKxcxBQxsnFzcPLxy8gKCQsIiomTsAwCUkpaRlZOfnBYxgMEDAMFQAASVcF0bdcfRAAAAAASUVORK5CYII=') 50% 50% no-repeat;
}
.b-join-plan-type.is-active .info .old {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAHCAMAAACr8zT4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAY1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+Dm4mgAAAAIHRSTlMABCFDZYepy+0QMlR2mLrc9t68mnhWNBLvzauJZ0UjBRmAD0cAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQY02NgIAYwMjGzsLKxcxBQxsnFzcPLxy8gKCQsIiomTsAwCUkpaRlZOfnBYxgMEDAMFQAASVcF0bdcfRAAAAAASUVORK5CYII=');
}
.b-join-plan-type .price {
    float: right;
    font-size: 30px;
    font-weight: 900;
    line-height: 35px;
}
.b-join-plan-type .price > sup {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700;
    margin-left: 2px;
    width: 30px;
    margin-top: -6px
}
.btn-join-wrapper {
    padding: 20px 40px 0;
}
.btn-join-wrapper .btn-join {
    width: 318px;
    height: 60px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    border-radius: 4px;
}
.b-join-info {
    text-align: center;
    color: #6e6e6e;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 50px;
    padding: 5px 0;
}
.b-join-info .icon-lock {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAQlBMVEVubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5nYPPXAAAAFXRSTlMAERIYJyhJTE1ub3eErb7m7/Hy8/ma3E/HAAAAWklEQVR42pXHSRKAIBAEwQY3XGZQoP//VWPAUK7WpSJhBc1ZFzwdrB1NC8vq3VoYKpWbbadWJnqbZ6okB5sjAcyRb3GG6TPIvn+8emVIT8F0fjonYJTUkGTEDQ1pDQeSkEIyAAAAAElFTkSuQmCC);
    margin: 16px 5px 0 0;
}

.b-footer {
  background: #000000;
  padding: 30px 0 25px;
}
.b-footer-nav {
  padding: 10px;
}

.b-footer-copy {
  margin: 10px 0;
}
.b-footer-info + .b-footer-info {
  margin-top: 10px;
}

.b-legal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none;
}

.b-legal::before {
    display: block;
    content: 'Flat 17 82 Charlwood Street, London, England, SW1V 4PE';
}

.b-legal::after {
    content: ' OWLISION LTD.';
}
