@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900');
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #525252;
    line-height: 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #525252;
    margin: 15px 0;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #E85442;
    text-decoration: none;
}

a:hover {
    color: #E85442;
    text-decoration: underline;
}

p {
    margin: 0 0 15px;
}

b,
strong {
    font-weight: 600;
}

img {
    height: auto;
    max-width: 100%;
}

.img {
    margin: 15px 0;
}

ul,
ol {
    margin: 15px 0;
    line-height: 2rem;
}

code {
    padding: 3px 5px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 90%;
    color: #fff;
    background-color: #E85442;
}

pre {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 90%;
    color: #373a3c;
    background: #ddd;
    padding: 25px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

pre p {
    margin: 0;
}

.toc {
    position: relative;
    list-style-type: none;
    padding: 20px 20px 20px 30px;
    margin: 15px 0;
    background-color: #f6f6f6;
    counter-reset: b;
}

.toc ol {
    list-style-type: none;
}

.toc ol li:last-child {
    margin-bottom: 10px;
}

.toc>li:before {
    content: counter(b) '. ';
    counter-increment: b;
}

.toc>li>ol {
    counter-reset: c;
}

.toc>li>ol>li:before {
    content: counter(b) '.' counter(c) '. ';
    counter-increment: c;
}

.toc>li>ol>li>ol {
    counter-reset: d;
}

.toc>li>ol>li>ol>li:before {
    content: counter(b) '.' counter(c) '. ' counter(d) '. ';
    counter-increment: d;
}

.toc ol li:before,
.toc>li:before {
    color: #969696;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.vl-alert {
    margin: 15px 0;
    padding: 20px;
    border-radius: 4px;
}

.vl-alert p:last-child {
    margin-bottom: 0;
}

.vl-alert a,
.vl-alert a:hover {
    color: #525252;
    font-weight: 600;
}

.vl-alert--success {
    color: #fff;
    background-color: #E85442;
}

.vl-alert--info {
    color: #fff;
    background-color: #E85442;
}

.vl-alert--warning {
    color: #fff;
    background-color: #E85442;
}

.vl-alert--danger {
    color: #fff;
    background-color: #E85442;
}

.rate {
    max-height: 20px;
}

.vl-btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: 0;
    border-radius: 3px;
    user-select: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.5rem;
    padding: 7px 20px;
    margin: 0 0 4px 0;
    background-color: #E85442;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(82, 82, 82, 0.1);
    color: #fff;
}

.vl-btn img {
    margin-right: 5px;
    max-height: 16px;
    position: relative;
    margin-top: -2px;
    vertical-align: middle;
}

.vl-btn:hover {
    text-decoration: none;
    color: #fff;
}

.vl-btn--instagram {
    background-color: #88624e;
}

.vl-btn--twitter {
    background-color: #E85442;
}

.vl-btn--subscribe {
    background-color: #E85442;
}

.vl-content {
    padding: 60px 0;
}

.vl-header {
    padding: 60px 0;
    background-color: #E85442;
    border-top: 5px solid #525252;
}

.vl-header .vl-header--icon {
    max-height: 38px;
    margin-right: 10px;
    vertical-align: top;
}

.vl-header .vl-header--title {
    color: #E85442;
    font-weight: normal;
    font-size: 38px;
    line-height: 38px;
}

.vl-header .vl-header--title strong {
    color: #525252;
}

.vl-header .vl-header--subtitle {
    margin: 20px 0 0;
    color: #ffffff;
    line-height: 1;
}

.vl-header .vl-header--subtitle img {
    max-height: 15px;
    margin-right: 6px;
    vertical-align: top;
}

.vl-site-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.5rem;
}

.vl-site-nav>ul>li {
    margin-bottom: 5px;
}

.vl-site-nav>ul>li.active>a {
    border-color: #E85442;
    color: #E85442;
}

.vl-site-nav li a {
    display: block;
    padding: 5px 15px;
    border-left: 4px solid transparent;
    color: #525252;
    text-decoration: none;
}

.vl-site-nav li a:hover {
    color: #E85442;
}

ul.sub-menu li a {
    padding-left: 35px;
    font-size: 14px;
}

ul.sub-menu li.active>a {
    color: #E85442;
}

.vl-section {
    padding: 15px 0;
}

.vl-section--title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.vl-section--content {
    padding: 15px 0;
}

.vl-footer {
    padding: 20px 0;
    text-align: center;
    background-color: #4a4a4a;
    color: #a7a7a7;
}

.vl-footer p {
    margin: 0;
}

.social a {
    font-size: 18px;
    margin-right: 10px;
}

.flex1 {
    display: flex
}

.description {
    padding-left: 30px;
}

.description p {
    margin-bottom: 0;
}

.pl {
    padding-left: 15px;
}

.pn {
    padding: 0;
    margin: 0;
}

b {
    color: #151118;
}

.alert.alert-primary {
    background: #b1ebf2;
    padding: 14px 21px 0 21px;
    margin: 0;
    margin-bottom: 0;
}

.buy-now a {
    padding: 13px 20px;
    display: inline-block;
    background: #82b440;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
}

.buy-now a i {
    margin-right: 8px;
}

.buy-now {
    position: fixed;
    right: 10px;
    bottom: 165px;
}