/* CSS ОСНОВА */
@font-face {
        font-family: "FrankRegular";
        src: url("fonts/FrankRegular.eot");
        src: url("fonts/FrankRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/FrankRegular.woff") format("woff"),
        url("fonts/FrankRegular.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}
@font-face {
        font-family: "FrankLight";
        src: url("fonts/FrankLight.eot");
        src: url("fonts/FrankLight.eot?#iefix")format("embedded-opentype"),
        url("fonts/FrankLight.woff") format("woff"),
        url("fonts/FrankLight.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
}
@media (max-width: 575px) {
    @-ms-viewport {
        width: 450px;
    }
}

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    
}

html, body {
    height: 100%;
    min-width: 450px;
    font-family: FrankLight, Arial, sans-serif;
    color: #f0f0f0;
    background: #222222;
}
body {
    background-image: url('/assets/images/background-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
div, header, footer, article, section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
div img {
    max-width: 100%;
}
input, select, textarea, button {
    font-family: FrankLight, Arial, sans-serif !important;
}
hr {
    border-top: 1px dashed rgba(160, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: FrankRegular, Arial, sans-serif !important;
    font-weight: normal;
}
h1 {
    line-height: 1.2;
    font-size: 28px;
}
h2 {
    line-height: 1.2;
    font-size: 26px;
}
h3 {
    line-height: 1;
    font-size: 24px;
}
h4 {
    line-height: 1;
    font-size: 22px;
}
h5 {
    line-height: 26px;
    font-size: 20px;
}
h6 {
    line-height: 26px;
    font-size: 19px;
}
p {
    line-height: 26px;
    font-size: 18px;
}
b, strong {
    font-family: FrankRegular, Arial, sans-serif !important;
    font-weight: normal;
}
a {
    color: #fcc450;
    text-decoration: none;
}
a:hover {
    color: #ff2b3e;
}

.main-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 1020px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .75);
    overflow: hidden;
}
@media (min-width: 1940px) and (min-height: 1040px) {
    .main-area {
        border-radius: 10px;
    }
}

.main-area-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    overflow: hidden;
}
.main-area-bg ul {
    display: block;
    height: 100% !important;
    overflow: hidden;
}
.main-area-bg ul li {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-area-bg-slide {
    width: 100%;
    height: 100% !important;
}
.main-area-bg .lSSlideWrapper {
    height: 100% !important;
}
/* Modal Windows */
.overlay,
.overlay-spinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}
.overlay-spinner {
    position: absolute;
    z-index: 999999;
}

/* Header CSS and stuff */
header {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    height: 46px;
}
@media (max-width: 991px) {
    header {
        top: 30px;
        left: 30px;
        right: 30px;
    }
}
.logo {
    display: inline-block;
    position: absolute;
    z-index: 99985;
    padding-left: 60px;
    font-size: 0;
    color: #f0f0f0;
    text-decoration: none;
    text-transform: uppercase;
    /*background-color: rgba(0, 0, 0, .5);*/
}
.logo img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 50%;
}
.logo-sub {
    margin-top: 6px;
    font-size: 18px;
    color: #8c8c8c;
}
.logo-text {
    line-height: 22px;
    font-size: 28px;
}
.logo-text span {
    display: inline-block;
    color: #ff2b3e;
}
.logo:hover > .logo-text {
    color: #ff2b3e;
}
.logo:hover > .logo-text span {
    color: #f0f0f0;
}

/* Site Menu */
.site-menu-header {
    padding-left: 40px;
}
.site-menu {
    display: none;
    z-index: 99990;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -480px;
    padding: 53px 0 30px 0;
    width: 480px;
    font-size: 0;
    /*text-transform: uppercase;*/
    background-color: rgba(0, 0, 0, .92);
    transition: width .3s linear;
}
#site-menu {
    display: block;
    height: calc(100% - 50px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 991px) {
    .site-menu {
        padding-top: 33px;
    }
}
@media (max-width: 767px) {
    .site-menu {
        width: 100%;
    }
}
.site-menu ul li a {
    padding: 10px 40px;
    line-height: 30px;
    font-size: 20px;
}
.site-menu ul li ul {
    display: block;
    margin-bottom: 10px;
}
.site-menu ul li ul li a {
    padding: 10px 10px 10px 60px;
    line-height: 30px;
    font-size: 18px;
}
.site-menu a {
    display: block;
    color: #f0f0f0;
}
.site-menu a:hover {
    color: #fcc450;
    background-color: rgba(128, 128, 128, .1);
}
.site-menu a.navigation-active {
    color: #9e9e9e;
}
.site-menu a.navigation-active-top {
    color: #fcc450;
}

/* MENU BUTTON */
.site-menu-mobile {
    display: block;
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    cursor: pointer;
}
#site-menu-mobile {
}
#site-menu-mobile span {
    display: block;
    position: absolute;
    height: 6px;
    width: 50%;
    background: #f0f0f0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#site-menu-mobile span:nth-child(even) {
    left: 50%;
    border-radius: 0;
}
#site-menu-mobile span:nth-child(odd) {
    left: 0;
    border-radius: 0;
}
#site-menu-mobile span:nth-child(1), #site-menu-mobile span:nth-child(2) {
    top: 0;
}
#site-menu-mobile span:nth-child(3), #site-menu-mobile span:nth-child(4) {
    top: 12px;
}
#site-menu-mobile span:nth-child(5), #site-menu-mobile span:nth-child(6) {
    top: 24px;
}
#site-menu-mobile.open span:nth-child(1),#site-menu-mobile.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#site-menu-mobile.open span:nth-child(2),#site-menu-mobile.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#site-menu-mobile.open span:nth-child(1) {
    left: 5px;
    top: 8px;
}
#site-menu-mobile.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 8px;
}
#site-menu-mobile.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
#site-menu-mobile.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
#site-menu-mobile.open span:nth-child(5) {
    left: 5px;
    top: 18px;
}
#site-menu-mobile.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}


/* Center Section */
section {
    position: absolute;
    top: 126px;
    bottom: 112px;
    left: 50px;
    right: 50px;
    font-size: 0;
    /*background-color: rgba(255, 0, 0, .3);*/
}
@media (max-width: 991px) {
    section {
        top: 106px;
        bottom: 92px;
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    section {
        bottom: 110px;
    }
}


/* Center / Home Section */
.home-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 90px 30px;
    width: 600px;
    min-height: 40px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s linear;
}
@media (max-width: 991px) {
    .home-banner {
        
    }
}
@media (max-width: 767px) {
    .home-banner {
        padding: 20px 20px 80px 20px;
        width: 100%;
    }
}
#text_ul {
    padding: 0 !important;
}
.home-banner-buttons {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 0;
    transition: all .3s linear;
}
@media (max-width: 767px) {
    .home-banner-buttons {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}
.home-banner-buttons-overlay {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.site-section {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    transition: all .3s linear;
}
.site-section.blog {
    max-width: initial;
}
.site-section.blog.inner {
    width: calc(100% - 400px);
    max-width: 1140px;
}
.site-section.blog.outer {
    left: auto;
    width: 380px;
    max-width: 380px;
}
@media (max-width: 1640px) {
    .site-section {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 5px;
    }
}
@media (max-width: 991px) {
    .site-section.blog.inner {
        width: auto;
        max-width: 1140px;
    }
    .site-section.blog.outer {
        display: none;
    }
}
/*
.site-section {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    transition: all .3s linear;
}
*/
@media (max-width: 575px) {
    .site-section {
        top: -106px;
        bottom: -110px;
        left: -30px;
        right: -30px;
    }
}

.site-section-header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    padding-left: 60px;
    /*padding-right: 330px;*/
    min-height: 40px;
    max-height: 50px;
    text-align: right;
    overflow: hidden;
}
@media (max-width: 991px) {
    .site-section-header {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .site-section-header {
        top: 100px;
    }
}

.site-section-button {
    float: right;
    display: inline-block;
    margin-left: 10px;
    padding: 12px 20px;
    min-width: 40px;
    height: 40px;
    line-height: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 2px;
    cursor: pointer;
}
.site-section-button:hover {
    background-color: #fcc450;
}
.site-section-button img {
    height: 16px;
    max-height: 100%;
}
.site-section-button.more {
    float: left;
    margin: 0;
    font-size: 16px;
    font-family: FrankRegular, Arial, sans-serif !important;
    /*font-weight: bold;*/
    color: #1c1c1c;
    background-color: #fcc450;
}

.site-section-button.top {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #fcc450;
}
.site-section-button.more:hover,
.site-section-button.top:hover {
    color: #a0a0a0;
    background-color: rgba(80, 80, 80, .8);
}

.site-section-text {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 991px) {
    .site-section-text {
        top: 90px;
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}
@media (max-width: 575px) {
    .site-section-text {
        top: 160px;
    }
}

/* BLOG POSTS */
.blog-scroll {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 991px) {
    .blog-scroll {
        top: 100px;
    }
}
@media (max-width: 575px) {
    .blog-scroll {
        top: 165px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.blog-post-holder {
    display: inline-block;
    margin: 0 20px 20px 0;
    width: calc(25% - 20px);
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.blog-post-holder.i:after {
    display: block;
    padding-top: 100%;
    content: '';
}
@media (max-width: 1366px) {
    .blog-post-holder {
        width: calc(33.3333333333% - 20px);
    }
}
@media (max-width: 1199px) {
    .blog-post-holder {
        width: calc(50% - 20px);
    }
}
@media (max-width: 575px) {
    .blog-post-holder {
        margin-right: 0;
        width: 100%;
    }
}
.blog-post {
    display: block;
    color: #f0f0f0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post.i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog-post-announce {
    display: block;
    padding: 20px;
    background-color: rgba(0, 0, 0, .6);
}
.blog-post-announce h6 {
    margin-bottom: 10px;
}
.blog-post-announce p {
    line-height: 20px;
    font-size: 16px;
}

.blog-post-image {
    float: left;
    width: 50%;
    height: 50%;
}
.blog-post-image.push {
    left: 50%;
}
.blog-post-image.pull {
    right: 50%;
}
.blog-post-image-text {
    z-index: +1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, .6);
}
.blog-post-image-text p {
    line-height: 20px;
    font-size: 16px;
}
.blog-post-image-text.left {
    left: 0;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}
.blog-post-image-text.right {
    right: 0;
    box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, .3);
}

.blog-post-grid {
    font-size: 0;
}
.blog-post-inside {
    margin: 0 20px 20px 0;
    width: calc(50% - 20px);
}
.blog-post-inside p {
    padding: 40px;
    font-size: 22px;
    background-color: #1c1c1c;
}
.blog-post-inside img {
    width: 100%;
}
@media (max-width: 991px) {
    .blog-post-grid {
        margin-right: -20px;
    }
}
@media (max-width: 767px) {
    .blog-post-inside {
        width: 100%;
    }
}
.blog-post-outer-holder {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 10px;
    right: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.blog-post-outer-container {
    display: block;
    margin: 0 20px 20px 20px;
    border-radius: 5px;
    background-color: rgba(33, 33, 33, .6);
    overflow: hidden;
}
.blog-post-outer-container:last-child {
    margin-bottom: 0;
}
.blog-post-outer-image {
    display: block;
    width: 100%;
}
.blog-post-outer-images {
    display: inline-block;
    width: 50%;
    height: 70px;
}
.blog-post-outer-headline {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
}
.blog-post-outer-headline h6 {
    margin: 0;
    font-size: 16px;
}

/* Special Pages */
.page-company {
    margin: 0 auto;
    max-width: 1140px;
    text-align: center;
}
.page-company h1 {
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .page-company h1 {
        font-size: 22px;
    }
}

.page-company-projects {
    margin-top: 80px;
    text-align: center;
}
.page-company-project {
    display: inline-block;
    margin: 10px;
    width: calc(20% - 20px);
    background-color: #1c1c1c;
    vertical-align: top;
    overflow: hidden;
    border-radius: 5px;
}
.page-company-project:after {
    display: block;
    padding-top: 65%;
    content: '';
}
.page-company-project img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1640px) {
    .page-company-project {
        width: calc(25% - 20px);
    }
}
@media (max-width: 1199px) {
    .page-company-project {
        width: calc(33.3333333333% - 20px);
    }
}
@media (max-width: 991px) {
    .page-company-project {
        width: calc(50% - 20px);
    }
}
@media (max-width: 575px) {
    .page-company-project {
        margin: 10px 0;
        width: 100%;
        /*height: 220px;*/
        padding: 0;
    }
}
/* Footer CSS */
footer {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    height: 32px;
}
@media (max-width: 991px) {
    footer {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
}
.footer-left,
.footer-right {
    width: 45%;
    font-size: 14px;
    color: #e0e0e0;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
    line-height: 32px;
    text-align: right;
}
.footer-social {
    font-size: 0;
}
.footer-social a {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 7px;
    width: 32px;
    height: 32px;
    background-color: #f0f0f0;
    border-radius: 50%;
}
.footer-social a:hover {
    background-color: #fcc450;
    /*padding: 1px;*/
}
.footer-social a:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    footer {
        bottom: 10px;
        height: 70px;
    }
    .footer-left,
    .footer-right {
        float: none;
        width: auto;
        text-align: center;
    }
    .footer-left {
        margin-bottom: 10px;
    }
    .footer-social a {
        margin: 0 20px 0 0;
    }
    footer li {
        display: inline-block;
    }
}

/* Website Quote */
.website-quote {
    position: fixed;
    z-index: 1200;
    display: none;
    top: 0;
    bottom: 0;
    right: -640px;
    padding: 50px 40px 0 40px;
    width: 640px;
    text-align: left;
    background: #111111;
    box-shadow: 0 0 90px 0 #000000;
    overflow: auto;
}
@media (max-width: 1199px) {
    .website-quote  {
        width: 480px;
    }
}
@media (max-width: 575px) {
    .website-quote  {
        width: 100%;
    }
}
.website-quote-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgNJREFUeNq0lrlOw0AQhh1jKhoqBA+BhMRbQEEPBTQhlxDhzMGREMgBIQkJiBwVBbQIgQSiR6Kk4gkQPAENDeIfaVZaWY53bZyVfk98ZD/P4Z0NzS+Gnw3DeIfWDR/j5qqn9dzC0jI9OGHi8AatQTvGgAZgZZgwsSwc0tAn1IJ+oXLAsCIzIohGz+Lr52xbbMsBwrICRtcs6T5BQ1CTbSkgWFTA7EDhIeW1wecln7AjhsUB68r3LIfnz9g2OKcVj7ADLsCoHdYPaIeGdHMKWAFmT86ZLlBACVbXKSQJFusHUwFlD2tuUA4jwRKAddwmHJqcmlZF6hX6ho6hH+hFvnl797APk2fP2qrJLM1aqLGnVVtOcwxzLJD/AGmcMuwE+oCGJc+6upNYHj8x8vALuubzWcAevUxg+viuR6Tfo17/7BVIKw+Fbwaao+6ECk0PCkiwDBUI9ATdQytUQIBmggYWGRZnD8W4gJL0MoBmgwIWRIuB2g4dn7rLKr2UTnhVwEOxNkI9l21Gi6FlFdRUwHY5Z8qNC0OTqpyaLmEkWMKWMxW0yZuxUj+oEzDPYSTPLn3s4mjB32BoSgXM8/oY8eKZA7TO0Io9p6YDLKaTM03opr2QTGnVz3HOOkFtEQGlLrPF0JQAtsWq7ydnGlDqMtsc3gYBx7giO8aABqBV7qHjfwIMAOjIsArMVttyAAAAAElFTkSuQmCC');
    background-size: 30px 30px;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    z-index: 901;
}
.quote-block {
    display: inline-block;
    width: 100%;
    max-width: 490px;
}
.quote-block form {
    margin-top: 40px;
}
.quote-block input, .quote-block textarea, .quote-block button {
    margin-bottom: 20px;
    padding: 12px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #f0f0f0;
    background: #363636;
    border: 1px solid #555555;
    resize: none !important;
    overflow: hidden;
    box-sizing: border-box;
}
.quote-block button {
    width: auto;
    min-width: 120px;
    background: #ff2b3e;
    font-family: FrankRegular, Arial, sans-serif !important;
    /*font-weight: bold;*/
    text-transform: uppercase;
    opacity: .5;
    cursor: pointer;
}
.quote-block button:hover {
    background-image: radial-gradient(circle, rgba(56, 55, 55, 0.2), rgba(0, 0, 0, 0.780392));
    opacity: .7;
    transition: opacity .3s ease-in-out;
}
.quote-block button[disabled] {
    background: #363636;
    font-weight: normal;
    cursor: not-allowed;
}
.quote-files {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #a0a0a0;
}
.quote-files div span {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-left: 16px;
    cursor: pointer;
}
.quote-files div span i {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgNJREFUeNq0lrlOw0AQhh1jKhoqBA+BhMRbQEEPBTQhlxDhzMGREMgBIQkJiBwVBbQIgQSiR6Kk4gkQPAENDeIfaVZaWY53bZyVfk98ZD/P4Z0NzS+Gnw3DeIfWDR/j5qqn9dzC0jI9OGHi8AatQTvGgAZgZZgwsSwc0tAn1IJ+oXLAsCIzIohGz+Lr52xbbMsBwrICRtcs6T5BQ1CTbSkgWFTA7EDhIeW1wecln7AjhsUB68r3LIfnz9g2OKcVj7ADLsCoHdYPaIeGdHMKWAFmT86ZLlBACVbXKSQJFusHUwFlD2tuUA4jwRKAddwmHJqcmlZF6hX6ho6hH+hFvnl797APk2fP2qrJLM1aqLGnVVtOcwxzLJD/AGmcMuwE+oCGJc+6upNYHj8x8vALuubzWcAevUxg+viuR6Tfo17/7BVIKw+Fbwaao+6ECk0PCkiwDBUI9ATdQytUQIBmggYWGRZnD8W4gJL0MoBmgwIWRIuB2g4dn7rLKr2UTnhVwEOxNkI9l21Gi6FlFdRUwHY5Z8qNC0OTqpyaLmEkWMKWMxW0yZuxUj+oEzDPYSTPLn3s4mjB32BoSgXM8/oY8eKZA7TO0Io9p6YDLKaTM03opr2QTGnVz3HOOkFtEQGlLrPF0JQAtsWq7ydnGlDqMtsc3gYBx7giO8aABqBV7qHjfwIMAOjIsArMVttyAAAAAElFTkSuQmCC');
    background-position: -8px -8px;
    background-repeat: no-repeat;
}
.quote-files dd {
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px dashed #a0a0a0;
    cursor: pointer;
}
.quote-button {
    cursor: pointer;
}
#wq-answer {
    display: none;
}

/* Administrative */
#svg-icons-cache {
    display: none;
}
#addon-dimensions {
    display: none;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
}

/* Globals */
.hidden {
    display: none !important;
}
.overflow {
    overflow: auto !important;
}
.no-overflow {
    overflow: visible !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectable {
    -webkit-touch-callout: default;
    -webkit-user-select: auto;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
.clear {
    clear: both !important;
}
.light {
    font-family: FrankLight, Arial, sans-serif !important;
}
.regular {
    font-family: FrankRegular, Arial, sans-serif !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-top-zero {
    margin-top: 0 !important;
}
.m-bottom-zero {
    margin-bottom: 0 !important;
}
.p-top-zero {
    padding-top: 0 !important;
}
.p-bottom-zero {
    padding-bottom: 0 !important;
}

.c-black, .c-black path {
    color: #111111 !important;
    fill: #111111 !important;
}
.c-white, .c-white path {
    color: #ffffff !important;
    fill: #ffffff !important;
}
.c-yellow, .c-yellow path {
    color: #fcc450 !important;
    fill: #fcc450 !important;
}
.c-red, .c-red path {
    color: #ff2b3e !important;
    fill: #ff2b3e !important;
}
.c-green, .c-green path {
    color: #7bff53 !important;
    fill: #7bff53 !important;
}
.c-gray, .c-gray path {
    color: #808080 !important;
    fill: #808080 !important;
}

/* Fixers */
::selection { background-color: #ff2b3e; color: #ffffff; }
::-moz-selection { background-color: #ff2b3e; color: #ffffff; }

/* Scroll Bar */
.scroller {
    scrollbar-width: thin;
    scrollbar-color: rgba(252, 196, 80, 1) #101010;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
}
.scroller::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.scroller::-webkit-scrollbar-thumb {
    background-color: rgba(252, 196, 80, 1);
}
.scroller::-webkit-scrollbar-track {
    background-color: #101010;
}
@media (max-width: 991px) {
    .scroller.blog::-webkit-scrollbar {
        width: 0;
    }
}
