/* Document */
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #696d6e;
    overflow-x: hidden;
    background: #131822;
    background: -webkit-gradient(linear, left top, left bottom, from(#131822), to(#1b212c));
    background: linear-gradient(to bottom, #131822 0%, #1b212c 100%);
}
.maintenance_content{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,1);
}
/* Heading */
h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    color: #696d6e;
}
h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    color: #e30613;
}

/* Paragraph */
p {
    margin: 10px 0 25px;
}

/* Hyperlink */
a {
    color: #2e9dd4;
}
a:hover,
a:focus {
    color: #1b7dae;
}
a:focus {
    text-decoration: none;
}

/* Address */
address {
    line-height: 1.7;
}

/* List */
ul, ol {
    margin: 0 0 25px;
}

/* Lines */
hr {
    position: relative;
    margin: 40px 0;
    border-top-color: #ebeef0;
}
hr.space-top-small {
    margin-top: 10px;
}
hr.space-bottom-small {
    margin-bottom: 10px;
}

/* Images */
img[align="left"] {
    margin: 20px 30px 20px 0;
    max-width: 50%;
    height: auto;
    float: left;
}
img[align="right"] {
    margin: 20px 0 20px 30px;
    max-width: 50%;
    height: auto;
    float: right;
}

/* Text color */
.text-primary { color: #e30613; }
.text-light { color: #9da3a3; }
.text-white { color: #fff; }
.text-danger { color: #da4e32; }

/* Text size */
.small { font-size: 90%; }
.smaller { font-size: 80%; }
.smallest { font-size: 70%; }

/* Background color */
.bg-primary { background-color: #009530; }
.bg-white { background-color: #fff; }

/* Button */
.btn {
    padding: 9px 10px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
}
.btn.btn-primary {
    color: #fff;
    background-color: #0c0f15;
}
.btn.btn-primary:hover {
    border-color: transparent;
    background-color: #e30613;
}
.btn [class*="icon-arrow-"] {
    font-size: 14px;
    vertical-align: -1px;
    display: inline-block;
    transform: translateX(0);
    transition: transform .15s ease-in-out;
}
.btn:hover .icon-arrow-right {
    transform: translateX(3px);
}

/* Container */
.container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Content */
.content-small {
    max-width: 600px;
}

/* Content padding */
.content-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-padding h1:last-child,
.content-padding p:last-child,
.content-padding ul:last-child,
.content-padding ol:last-child {
    margin-bottom: 0;
}

/* Spacer */
.spacer {
    height: 30px;
    clear: both;
}
.spacer-lg {
    height: 60px;
    clear: both;
}
.spacer-sm {
    height: 15px;
    clear: both;
}
.spacer-xs {
    height: 5px;
    clear: both;
}

/* Row */
.row {
    margin-left: -20px;

    margin-right: -20px;
}
.row.gutter-small {
    margin-left: -10px;
    margin-right: -10px;
}
.row.gutter-xsmall {
    margin-left: -5px;
    margin-right: -5px;
}
.row.gutter-collapse {
    margin-left: 0;
    margin-right: 0;
}

/* Columns */
.row > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.row.gutter-small > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.row.gutter-xsmall > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.gutter-collapse > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

/* Wrapper */
.wrapper {
    width: 100%;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
}
.wrapper:before {
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
    display: inline-block;
}

/* Main */
.main {
    width: 100%;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

/* Logo */
.logo {
    position: relative;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.logo img {
    max-width: 100%;
    height: auto;
}

/* Address */
.address a {
    color: #696d6e;
    white-space: nowrap;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

}
