/* ==== Google font ==== */
/*@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700'); */
/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/* ===================================
1. General
==================================== */

body {
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
}

a:active {
    outline: 0;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #333;
    margin-bottom: 20px;
}

/* ===================================
2. layout
==================================== */

.container {
    /* padding: 0 20px 0 20px; */
    /* position: relative; */
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row, .row-fluid {
    /* margin-bottom: 30px; */
}

.row .row, .row-fluid .row-fluid {
    margin-bottom: 30px;
}

.row.nomargin, .row-fluid.nomargin {
    margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- header -- */

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 16px;
    padding: 0 0 0 15px;
}

header .navbar-collapse ul.navbar-nav {
    float: right;
    margin-right: 0;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-nav > li {
    padding-top: 34px;
}

header .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

.intro-header {
    background: none;
    padding-top: 15px;
    padding-bottom: 0;
}

.header-main-buttons-container {
    padding: 15px 0 0 0;
    top: 150px;
    text-align: center;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}

.navbar-default .navbar-nav a:hover {
    background-color: #fff;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    /* border: none; */
    border-top: solid 3px transparent;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

header .nav li .dropdown-menu {
    padding: 0;
}

header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
}

/* --- menu --- */

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    font-size: 12px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}

header ul.nav li ul li a {
    font-size: 12px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    background: none;
    font-weight: 700;
}

.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav > li > .dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/* ===================================
6. Sliders
==================================== */
/* --- flexslider --- */

#featured .flexslider {
    padding: 0;
    margin: 30px 0 30px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    /* bottom: 35px; */
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 40px;
    width: 295px;
}

.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.flex-caption p {
    margin: 0 0 15px;
}

/* ===================================
7. Section: call action
==================================== */
section.callaction {
    background: #f9f9f9;
    /* padding: 50px 0 0 0; */
}

/* ===================================
8. Section: Content
==================================== */

#content {
    position: relative;
    background: #fff;
    /*padding: 20px 0 40px 0; */
}

#content img {
    max-width: 100%;
    height: auto;
}

/* --- Call to action --- */

.cta-text {
    text-align: center;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 10px;
}

/* --- box --- */

.box {
    width: 100%;
}

.box-gray {
    background: #f0f0f0;
    padding: 20px 20px 30px;
}

.box-gray h4, .box-gray i {
    margin-bottom: 20px;
}

.box-bottom {
    padding: 20px 0;
    text-align: center;
}

.box-bottom a {
    color: #fff;
    font-weight: 700;
}

.box-bottom a:hover {
    color: #eee;
    text-decoration: none;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;

}

/* twitter */
#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    position: relative;
    margin: 15px 0 0 0;
    padding: 0;
    color: #fefefe;

    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb {
    float: left;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
}

#inner-headline ul.breadcrumb li i {
    color: #797979;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */
form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform .validation {
    font-size: 11px;
}

#sendmessage {
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    display: none;
    text-align: center;
    padding: 15px 12px 15px 65px;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;

}

#sendmessage.show, .show {
    display: block;
}

/* --- comment form ---- */
form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */
.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
    padding-left: 0 !important;
    background: none !important;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a + img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35px 0 35px 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}

/* --- portfolio detail --- */
.top-wrapper {
    margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    /* padding-left: 0; */
    color: #a2a2a2;
    line-height: 1.6em;
    /* border: none; */
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

/* --- button --- */
.btn-theme {
    color: #fff;
}

.btn-theme:hover {
    color: #eee;
}

/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: #fff;
}

footer ul.link-list li a:hover {
    color: #eee;
}

.link-list i {
    font-size: 15px;
    line-height: 1.6em;
    color: #645deb;
    border: 1px solid;
    border-radius: 100%;
    width: 27px;
    text-align: center;
}

.link-list i:hover {
    background-color: #645deb;
    color: #fff !important;
}

.hot-line-i {
    font-size: 15px !important;
    line-height: 1.6em !important;
    color: #E0271A !important;
    border: 1px solid !important;
    border-radius: 100% !important;
    width: 27px !important;
    text-align: center !important;
}

.hot-line-i:hover {
    background-color: #E0271A !important;
    color: #fff !important;
}

/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}

.heading {
    margin-bottom: 30px;
}

.heading {
    position: relative;

}

.widgetheading {
    width: 100%;

    padding: 0;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;

}

/* --- Map --- */
.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.map-grid iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin: 0 0 -5px 0;
    padding: 0;
}

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul.team-detail li label {
    font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
    margin-bottom: 0;
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}

ul.team-detail li ul.social-network li i {
    margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-content strong {
    color: #353535;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    color: #888;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0px 0;
    display: block;
}

.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 1px 0;
    border-bottom: none;
    display: block;
    color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;

    font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}

/* ===============================
14. Blog & article
================================ */

article {
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin-bottom: 20px;
}

article .post-heading h3 a {
    font-weight: 700;
    color: #353535;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}

/* --- post meta --- */
.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}

/* --- post format --- */

.post-image {
    margin-bottom: 20px;
}

.post-quote {
    margin-bottom: 20px;
}

.post-video {
    margin-bottom: 20px;
}

.post-audio {
    margin-bottom: 20px;
}

.post-link {
    margin-bottom: 20px;
}

.post-slider {
    margin-bottom: 20px;
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    line-height: 1.6em;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 !important;
    list-style: none;
    border-right: 1px dotted #e9e9e9;
    padding-right: 10px;
    background: none !important;
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 2px 5px 0 0;
}

ul.meta-post li a {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: 600;
}

/* --- single post --- */
.bottom-article {
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

/* --- author info --- */

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}

.about-author h5 {
    margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.comment-area .thumbnail > img {
    display: block;
    width: 60px;
    height: 60px;
}

.filter-list {
    margin-top: 20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}

#pagination a:hover {
    color: #fff;
    text-decoration: none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    border-left: 1px solid #f5f5f5;
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);

}

.left-sidebar {
    border-right: 1px solid #f5f5f5;
    padding: 0 30px 0 0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
    padding-right: 20px;
}

aside .widget {
    margin-bottom: 40px;
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}

ul.cat li a, ul.folio-detail li a {
    color: #656565;
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}

.widget ul.recent li {
    margin-bottom: 20px;
}

.widget ul.recent li:hover {
    margin-bottom: 20px;
    background-color: #f4f4f4; /* Yuriy Smolkin (c) */
    cursor: default;
}

ul.recent li h6 {
    margin: 0 0 10px 0;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.widget ul.tags {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding-left: 0;
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}

.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
    width: 100%;
}

.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
    width: 100%;
}

footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}

.twitter img {
    float: left;
    margin-right: 15px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;

}

.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.twitter li:last-child {
    border: none;
}

/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

ul.time-post li a img:hover {
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}

.recent-post ul.time-post li.time {
    color: #121214;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.post-meta span a {
    color: #919191;
}

.post-meta strong {
    font-weight: 200;
    color: #c7c7c7;
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
    padding: 50px 0 0 0;
    color: #f8f8f8;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}

/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .col-lg-1, section.demogrid .col-lg-2, section.demogrid .col-lg-3, section.demogrid .col-lg-4, section.demogrid .col-lg-5, section.demogrid .col-lg-6, section.demogrid .col-lg-7, section.demogrid .col-lg-8, section.demogrid .col-lg-9, section.demogrid .col-lg-10, section.demogrid .col-lg-11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}

.dottedline {
    border-top: 1px dotted #f5f5f5;
    margin: 0 0 30px;
}

.dashedline {
    border-top: 1px dashed #f5f5f5;
    margin: 0 0 30px;
}

.blankline {
    height: 1px;
    margin: 0 0 30px;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;

}

a.scrollup {
    outline: 0;
    text-align: center;
    z-index: 99999;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

/* =============================
21. Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {

    a.detail {
        background: none;
        width: 100%;
    }

    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }

    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 767px) {

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-brand {
        margin-top: 10px;
        border-bottom: none;
    }

    .navbar-header {
        margin-top: 20px;
        border-bottom: none;
    }

    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
    }

    header .navbar-nav > li {
        padding-bottom: 0;
        padding-top: 0;
    }

    header .nav li .dropdown-menu {
        margin-top: 0;
    }

    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .navbar-collapse.collapse {
        border: none;
        overflow: hidden;
    }

    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }

    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }

    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }

    .breadcrumb > li {
        font-size: 13px;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px dotted #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }

    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6,
    footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
        margin-bottom: 20px;
    }

    #sub-footer ul.social-network {
        float: left;
    }

    [class*="span"] {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }

    .search {
        float: left;
    }

    .flexslider .flex-caption {
        display: none;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

}

@media (max-width: 360px) {

}

/* shadow for images */
.shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); /* Параметры тени */
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); /* Для Safari и Chrome */
}

.shadow-right {
    box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
    -webkit-box-shadow: 0.4em 0.4em 5px rgba(122, 122, 122, 0.5);
}

.subnavbar {
    margin-bottom: 2.5em;
}

.subnavbar-inner {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.num {
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 80px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.num:hover {
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}

.txt {
    text-align: center;
    margin-top: 22px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    color: #333;
}

.span-num {
    width: 80px;
    margin: 0 8px 10px 8px;
}

.shortcut {
    color: #000000;
}

.shortcut:hover {
    color: #fff;
}

.shortcut-icon {
    color: #431F76;
}

.shortcut-icon:hover {
    color: #431F76;
}

.label-autolux {
    background-color: #4A449B;
}

.main-nav-element {
    color: #000000;
    background-color: transparent;
    margin: 0;
}

.this {
    color: #383838;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {

    position: relative;
    clear: both;
    width: auto;
    overflow: hidden;
}

.widget-header {

    position: relative;
    height: 40px;
    line-height: 40px;

    background: #f9f6f1;
    background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* IE10+ */
    background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";

    border: 1px solid #d6d6d6;

    -webkit-background-clip: padding-box;
}

.widget-header h3 {

    position: relative;
    top: 2px;
    left: 10px;

    display: inline-block;
    margin-right: 3em;

    font-size: 14px;
    font-weight: 800;
    color: #525252;
    line-height: 18px;

    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {

    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;

    font-size: 16px;
    color: #555;
    vertical-align: middle;

}

.widget-content {
    padding: 20px 15px 15px;

    background: #FFF;

    border: 1px solid #D5D5D5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-content ol {
    margin: 0 0 10px 65px;
}

.widget-header + .widget-content {
    border-top: none;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;

    border: none;
}

.widget-table .table tr td:first-child {
    border-left: none;
}

.widget-table .table tr th:first-child {
    border-left: none;
}

/* Widget Plain */

.widget-plain {

    background: transparent;

    border: none;
}

.widget-plain .widget-content {
    padding: 0;

    background: transparent;

    border: none;
}

/* Widget Box */

.widget-box {

}

.widget-box .widget-content {
    background: #FFF;
}

/*-------------------lang block -----------------------*/

.lang-block {
    padding-left: 10px;
    padding-top: 10px
}

.lang-block a {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 9px;
}

.lang-block a:hover {
    color: #E40052;
    text-decoration: none;
}

.lang-block img {
    height: 20px;
    width: 22px;
}

.lang-block i {
    font-size: 14px;
    color: #4A449B;
}

/*--------------/end lang block -----------------------*/

.form-group-login {
    margin-bottom: 5px;
    margin-right: 0;
}

.menu_hover:hover {
    border-bottom: 4px solid #E0271A;
}

/*--------- menu buttons -----------*/
/* Highlight css start */
.iMenu {
    display: none;
}

.quickstats {
    overflow: hidden;
    margin: 0;
}

.quickstats li {
    display: inline-block;
    /* margin: 0 5px; */
    vertical-align: middle;
    position: relative;
    background: rgb(248, 248, 248);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 1)), color-stop(100%, rgba(232, 232, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 1) 0%, rgba(232, 232, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e8e8e8', GradientType=0);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 -2px 5px 0 #FFFFFF inset;
    -moz-box-shadow: 0 -2px 5px 0 #FFFFFF inset;
    -webkit-box-shadow: 0 -2px 5px 0 #FFFFFF inset;

    width: 210px;
    height: 180px;
    margin-bottom: 2px;
    padding: 0 0 0 0 !important;
}

.quickstats li:hover {
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e8e8e8 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1);

}

.quickstats .red,
.quickstats .green,
.quickstats .blue,
.quickstats .yellow,
.quickstats .orange,
.quickstats .aqua,
.quickstats .violet,
.quickstats .blue a,
.quickstats .red a,
.quickstats .green a,
.quickstats .violet a,
.quickstats .orange a,
.quickstats .aqua a {
    color: #fff;
    box-shadow: none;
}

.quickstats li.red {
    background: rgb(254, 99, 63);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNjMzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTRhMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254, 99, 63, 1) 0%, rgba(190, 74, 47, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 99, 63, 1)), color-stop(100%, rgba(190, 74, 47, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 99, 63, 1) 0%, rgba(190, 74, 47, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 99, 63, 1) 0%, rgba(190, 74, 47, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 99, 63, 1) 0%, rgba(190, 74, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 99, 63, 1) 0%, rgba(190, 74, 47, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe633f', endColorstr='#be4a2f', GradientType=0);
}

.quickstats li.red:hover {
    background: #fe633f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTYzM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmU0YTJmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #fe633f 0%, #be4a2f 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fe633f), color-stop(100%, #be4a2f));
    background: -webkit-radial-gradient(center, ellipse cover, #fe633f 0%, #be4a2f 100%);
    background: -o-radial-gradient(center, ellipse cover, #fe633f 0%, #be4a2f 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fe633f 0%, #be4a2f 100%);
    background: radial-gradient(ellipse at center, #fe633f 0%, #be4a2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe633f', endColorstr='#be4a2f', GradientType=1);

}

.quickstats li.green {
    background: rgb(114, 166, 3);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYTYwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjczMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(114, 166, 3, 1) 0%, rgba(70, 115, 2, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(114, 166, 3, 1)), color-stop(100%, rgba(70, 115, 2, 1)));
    background: -webkit-linear-gradient(top, rgba(114, 166, 3, 1) 0%, rgba(70, 115, 2, 1) 100%);
    background: -o-linear-gradient(top, rgba(114, 166, 3, 1) 0%, rgba(70, 115, 2, 1) 100%);
    background: -ms-linear-gradient(top, rgba(114, 166, 3, 1) 0%, rgba(70, 115, 2, 1) 100%);
    background: linear-gradient(to bottom, rgba(114, 166, 3, 1) 0%, rgba(70, 115, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a603', endColorstr='#467302', GradientType=0);
}

.quickstats li.green:hover {
    background: #72a603;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3MmE2MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDY3MzAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #72a603 0%, #467302 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #72a603), color-stop(100%, #467302));
    background: -webkit-radial-gradient(center, ellipse cover, #72a603 0%, #467302 100%);
    background: -o-radial-gradient(center, ellipse cover, #72a603 0%, #467302 100%);
    background: -ms-radial-gradient(center, ellipse cover, #72a603 0%, #467302 100%);
    background: radial-gradient(ellipse at center, #72a603 0%, #467302 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a603', endColorstr='#467302', GradientType=1);

}

.quickstats li.blue {
    background: rgb(35, 190, 252);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzYmVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTkxZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(35, 190, 252, 1) 0%, rgba(30, 145, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 190, 252, 1)), color-stop(100%, rgba(30, 145, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(35, 190, 252, 1) 0%, rgba(30, 145, 217, 1) 100%);
    background: -o-linear-gradient(top, rgba(35, 190, 252, 1) 0%, rgba(30, 145, 217, 1) 100%);
    background: -ms-linear-gradient(top, rgba(35, 190, 252, 1) 0%, rgba(30, 145, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(35, 190, 252, 1) 0%, rgba(30, 145, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23befc', endColorstr='#1e91d9', GradientType=0);
}

.quickstats li.blue:hover {
    background: #23befc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyM2JlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU5MWQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #23befc 0%, #1e91d9 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #23befc), color-stop(100%, #1e91d9));
    background: -webkit-radial-gradient(center, ellipse cover, #23befc 0%, #1e91d9 100%);
    background: -o-radial-gradient(center, ellipse cover, #23befc 0%, #1e91d9 100%);
    background: -ms-radial-gradient(center, ellipse cover, #23befc 0%, #1e91d9 100%);
    background: radial-gradient(ellipse at center, #23befc 0%, #1e91d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23befc', endColorstr='#1e91d9', GradientType=1);

}

.quickstats li.yellow {
    background: rgb(252, 244, 133);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZjQ4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWU1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(252, 244, 133, 1) 0%, rgba(249, 229, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 244, 133, 1)), color-stop(100%, rgba(249, 229, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 244, 133, 1) 0%, rgba(249, 229, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 244, 133, 1) 0%, rgba(249, 229, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 244, 133, 1) 0%, rgba(249, 229, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 244, 133, 1) 0%, rgba(249, 229, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf485', endColorstr='#f9e500', GradientType=0);
}

.quickstats li.yellow:hover {
    background: #f7ef9e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmN2VmOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjllNTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #f7ef9e 0%, #f9e500 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7ef9e), color-stop(100%, #f9e500));
    background: -webkit-radial-gradient(center, ellipse cover, #f7ef9e 0%, #f9e500 100%);
    background: -o-radial-gradient(center, ellipse cover, #f7ef9e 0%, #f9e500 100%);
    background: -ms-radial-gradient(center, ellipse cover, #f7ef9e 0%, #f9e500 100%);
    background: radial-gradient(ellipse at center, #f7ef9e 0%, #f9e500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ef9e', endColorstr='#f9e500', GradientType=1);

}

.quickstats li.aqua {
    background: rgb(91, 192, 222);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjk2YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(91, 192, 222, 1)), color-stop(100%, rgba(47, 150, 180, 1)));
    background: -webkit-linear-gradient(top, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%);
    background: -o-linear-gradient(top, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%);
    background: -ms-linear-gradient(top, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%);
    background: linear-gradient(to bottom, rgba(91, 192, 222, 1) 0%, rgba(47, 150, 180, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
}

.quickstats li.aqua:hover {
    background: #5bc0de;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YmMwZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmY5NmI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #5bc0de 0%, #2f96b4 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
    background: -webkit-radial-gradient(center, ellipse cover, #5bc0de 0%, #2f96b4 100%);
    background: -o-radial-gradient(center, ellipse cover, #5bc0de 0%, #2f96b4 100%);
    background: -ms-radial-gradient(center, ellipse cover, #5bc0de 0%, #2f96b4 100%);
    background: radial-gradient(ellipse at center, #5bc0de 0%, #2f96b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=1);

}

.quickstats li.violet {
    background: rgb(147, 150, 235);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjk2YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(147, 150, 235, 1) 0%, rgba(74, 68, 155, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(147, 150, 235, 1)), color-stop(100%, rgba(74, 68, 155, 1)));
    background: -webkit-linear-gradient(top, rgba(147, 150, 235, 1) 0%, rgba(74, 68, 155, 1) 100%);
    background: -o-linear-gradient(top, rgba(147, 150, 235, 1) 0%, rgba(74, 68, 155, 1) 100%);
    background: -ms-linear-gradient(top, rgba(147, 150, 235, 1) 0%, rgba(74, 68, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(147, 150, 235, 1) 0%, rgba(74, 68, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
}

.quickstats li.violet:hover {
    background: #9396eb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YmMwZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmY5NmI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #9396eb 0%, #4A449B 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #9396eb), color-stop(100%, #4A449B));
    background: -webkit-radial-gradient(center, ellipse cover, #9396eb 0%, #4A449B 100%);
    background: -o-radial-gradient(center, ellipse cover, #9396eb 0%, #4A449B 100%);
    background: -ms-radial-gradient(center, ellipse cover, #9396eb 0%, #4A449B 100%);
    background: radial-gradient(ellipse at center, #9396eb 0%, #4A449B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A449B', endColorstr='#4A449B', GradientType=1);

}

.quickstats li.orange {
    background: rgb(255, 168, 0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjk2YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(217, 111, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 168, 0, 1)), color-stop(100%, rgba(217, 111, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(217, 111, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(217, 111, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(217, 111, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 168, 0, 1) 0%, rgba(217, 111, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
}

.quickstats li.orange:hover {
    background: #ffa800;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1YmMwZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmY5NmI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffa800 0%, #d96f00 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffa800), color-stop(100%, #d96f00));
    background: -webkit-radial-gradient(center, ellipse cover, #ffa800 0%, #d96f00 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffa800 0%, #d96f00 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffa800 0%, #d96f00 100%);
    background: radial-gradient(ellipse at center, #ffa800 0%, #d96f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800', endColorstr='#4A449B', GradientType=1);

}

.quickstats li a {
    color: #555;
    display: block;
    padding: 10px 15px;
    white-space: normal;
    min-height: 50px;
    min-width: 100px;
}

.quickstats li a:hover {
    text-decoration: none;
}

.quickstats li a span {
    display: block;
    min-width: 100px;
}

.round-icon-white {
    border-radius: 50%;
    padding: 14px 14px 14px 14px;
    font-size: 45px;
    margin-top: 20%;
}

/* Highlight css end */
/*--------- end menu buttons -----------*/

/* ------ Autolux left vertical menu ---- BEGINS  */
.left-vert {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;

    /* white-space: nowrap; */

    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;

    line-height: 1.428571429;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    text-decoration: none;
    color: #000;

    background-color: #f2f2f2;
    border-left: 10px transparent solid;
    height: 62px;
    width: 100%;
}

.left-vert:hover {
    background-color: #fff;
    border-left: 10px #4A449B solid;
    color: #4A449B;
    text-decoration: none;
}

a.left-vert > .left-violet-arrow {
    margin-left: -15px;
    display: inline-block;
    visibility: hidden;
    padding-right: 9px;
}

a.left-vert:hover > .left-violet-arrow {
    visibility: visible;
}

/* ------ Autolux left vertical menu ---- ENDS  */

/* ------ Autolux right vertical menu ---- BEGINS  */
.right-vert {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;

    /* white-space: nowrap; */

    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;

    line-height: 1.428571429;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    text-decoration: none;
    color: #000;

    background-color: #f2f2f2;
    border-right: 10px transparent solid;
    height: 62px;
    width: 100%;
}

.right-vert:hover {
    background-color: #fff;
    border-right: 10px #4A449B solid;
    color: #4A449B;
    text-decoration: none;
}

a.right-vert > .left-violet-arrow {
    margin-right: -15px;
    margin-top: 6px;
    display: inline-block;
    visibility: hidden;
    padding-right: 0px;
}

a.right-vert:hover > .left-violet-arrow {
    visibility: visible;
}

/* ------ Autolux right vertical menu ---- ENDS  */

/* Autolux buttons*/
.btn-red-autolux {
    background-color: hsl(0, 79%, 38%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e83f3f", endColorstr="#ad1414");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e83f3f), to(#ad1414));
    background-image: -moz-linear-gradient(top, #e83f3f, #ad1414);
    background-image: -ms-linear-gradient(top, #e83f3f, #ad1414);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e83f3f), color-stop(100%, #ad1414));
    background-image: -webkit-linear-gradient(top, #e83f3f, #ad1414);
    background-image: -o-linear-gradient(top, #e83f3f, #ad1414);
    background-image: linear-gradient(#e83f3f, #ad1414);
    border-color: #ad1414 #ad1414 hsl(0, 79%, 33%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
}

.btn-red-autolux:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e83f3f", endColorstr="#8c1414");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#e83f3f), to(#8c1414));
    background-image: -moz-linear-gradient(top, #e83f3f, #8c1414);
    background-image: -ms-linear-gradient(top, #e83f3f, #8c1414);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e83f3f), color-stop(100%, #8c1414));
    background-image: -webkit-linear-gradient(top, #e83f3f, #8c1414);
    background-image: -o-linear-gradient(top, #e83f3f, #8c1414);
    background-image: linear-gradient(#e83f3f, #8c1414);
}

.btn-blue-autolux {
    background-color: hsl(210, 69%, 38%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a93dd", endColorstr="#1e60a3");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4a93dd), to(#1e60a3));
    background-image: -moz-linear-gradient(top, #4a93dd, #1e60a3);
    background-image: -ms-linear-gradient(top, #4a93dd, #1e60a3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a93dd), color-stop(100%, #1e60a3));
    background-image: -webkit-linear-gradient(top, #4a93dd, #1e60a3);
    background-image: -o-linear-gradient(top, #4a93dd, #1e60a3);
    background-image: linear-gradient(#4a93dd, #1e60a3);
    border-color: #1e60a3 #1e60a3 hsl(210, 69%, 33%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
}

.btn-blue-autolux:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a93dd", endColorstr="#1e4c8f");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4a93dd), to(#1e4c8f));
    background-image: -moz-linear-gradient(top, #4a93dd, #1e4c8f);
    background-image: -ms-linear-gradient(top, #4a93dd, #1e4c8f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a93dd), color-stop(100%, #1e4c8f));
    background-image: -webkit-linear-gradient(top, #4a93dd, #1e4c8f);
    background-image: -o-linear-gradient(top, #4a93dd, #1e4c8f);
    background-image: linear-gradient(#4a93dd, #1e4c8f);
}

ul.autolux-marked-list > li {
    list-style-type: none;
    padding-left: 23px;
    line-height: 180%;
    background: url(../img/marked_list_logo.png) no-repeat;
    background-position: 1px 6px;
}

.cabinet-login-dropdown {
    padding: 15px !important;
    padding-bottom: 0 !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    border-top: 0 !important;
    z-index: 4000 !important;
    top: 117% !important;
    left: -45% !important;
    width: 220px !important;
}

.cabinet-login-dropdown input {
    padding-left: 10px !important;
    font-size: 11px !important;
}

.cabinet-login-dropdown div {
    margin-bottom: 10px;
}

a.cargo-red-nav {
    color: #000;
    text-decoration: none;
    height: 62px;
    width: 100%;
    background-color: #fff;
    text-align: left;
}

a.pass-red-nav {
    color: #000;
    text-decoration: none;
    height: 62px;
    width: 100%;
    background-color: #fff;
    text-align: right;
}

.attention-circle-red {
    font-size: 14px;
    border: 1px solid #9a0900;
    border-radius: 100%;
    padding: 4px 4px 4px 4px;
    background-color: #BA0900;
    color: #fff;
}

.attention-circle-violet {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 33px;
    color: #fff;
    background: #4A449B;
    border: 3px solid #fff;
    border-radius: 100px;
}

.autolux-flat-button {
    background-color: #4A449B;
    color: #fff !important;
    border-radius: 10px;
    vertical-align: middle;
    padding: 12px 12px 12px 12px;
    text-indent: 0;
}

.autolux-flat-button:hover {
    background-color: #393973;
    color: #fff;
}

.autolux-flat-button:focus {
    background-color: #393973;
    color: #fff;
}

.autolux-flat-button-danger {
    background-color: #EC131B;
    color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    padding: 12px 12px 12px 12px;
}

.autolux-flat-button-danger:hover {
    background-color: #BB131B;
    color: #fff;
}

.autolux-flat-button-danger:focus {
    background-color: #BB131B;
    color: #fff;
}

/* error messages for jquery form validation plugin */
.error {
    color: red;
}

#errors ul > li {
    list-style-type: none !important;
    padding: 0 0 0 0 !important;
    background: none !important;
    line-height: 1.2em !important;
    font-size: 10px !important;
}

/* блок для офисов отдельного города на странице представительств */
.city-block {
    border: 1px solid rgba(104, 104, 255, 0.43);
    border-radius: 25px;
}

.city-block:hover {
    background-color: #f2f2f2;
}

.autolux-login-button {
    width: 100%;
    height: 34px;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
}

/*--------------- News styles for Landing page -----------------*/
.news-block {
    padding-top: 12px;
    padding-bottom: 15px;
    min-height: 243px;
}

.news-block div {
    text-align: justify;
}

.news-block article {
    font-size: 11px;
    margin: 0 0 10px;
    min-height: 110px;
}

.btn-news {
    border-radius: 25px;
    font-weight: 700;
    font-size: 10px
}

.news-date {
    color: #4A449B;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------*/

.journal_block {
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.journal_block li {
    padding: 10px 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 180px;
    height: 240px;
    text-align: justify;

    list-style-type: none;
    padding-left: 0 !important;
    background: none !important;
}

.journal_block div {
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.journal_block a {
    color: #645deb;
    font-size: 12px;
    text-decoration: none;
}

.journal_block span {
    font-size: 16px;
    padding-top: 3px;
    height: 35px;
}

.link-list a {
    color: #645deb;
    font-size: 11px;
}

/*----- Lower search form -----------*/

.form-base-search {

}

.form-base-search div {
    width: auto;
    min-width: 325px;
}

.form-base-search input {
    display: inline;
    height: 46px;
    margin-right: -5px;
    border: 1px solid #E2DCDC !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    background-color: #ececec;
    width: 270px;
}

.form-base-search img {
    border: none;
    height: 46px;
}

/*------/end Lower search form ------*/

/*------ Table with finded routes --------*/

.autolux-table th:first-child {
    -moz-border-top-left-radius: 5px; /* Firefox */
    -webkit-border-top-left-radius: 5px; /* Safari, Chrome */
    -khtml-border-top-left-radius: 5px; /* KHTML */
    border-top-left-radius: 5px; /* CSS3 */
}

.autolux-table th:last-child {
    -moz-border-top-right-radius: 5px; /* Firefox */
    -webkit-border-top-right-radius: 5px; /* Safari, Chrome */
    -khtml-border-top-right-radius: 5px; /* KHTML */
    border-top-right-radius: 5px; /* CSS3 */
}

/*------/end Table with finded routes ----*/

.footer-info-navbar {
    background-color: #e7e7ee;
    margin-bottom: 0;
    border: 0;
    padding: 12px 45px 12px 45px;
}

.footer-info-navbar h6 {
    border-bottom: 2px solid #E0271A;
    padding-bottom: 5px;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 0 1px 0 white;
    color: #000;
}

.block-404 {
    background: url('../img/404-2.jpg') no-repeat center;
    min-height: 730px;
    margin-bottom: -20px;
}

.block-404 h1 {
    color: #fff;
    font-size: 145px;
}

.block-404 div {
    padding: 100px 0 0 300px;
    width: 610px;
}

.block-404 h2 {
    color: #fff;
    text-align: center;
}

.landing-image-area {
    background: url('../img/collages/autolux_landing.jpg') no-repeat top;
    /* New Year images */
    /* background: url('../img/new_year/autolux_landing_NY.png') no-repeat top; */
    text-align: center;
    min-height: 505px;
    z-index: 100;
    background-size: 100% auto;
    border-radius: 0;
    border: none;
    padding: 0 0 0 0;
}

.cargo-image-area {
    background: url('../img/collages/autolux_truck_slider_r.jpg') no-repeat bottom;
    /* New Year images */
    /* background: url('../img/new_year/autolux_truck_slider_NY1.png') no-repeat top; */
    text-align: center;
    min-height: 345px;
    z-index: 100;
    background-size: cover;
    border-radius: 0;
    border: none;
    padding: 0 0 0 0;
}

.pass-image-area {
    background: url('../img/collages/autolux_bus_slider_r.jpg') no-repeat bottom;
    /* New Year images */
    /* background: url('../img/new_year/autolux_bus_slider_NY1.png') no-repeat top; */
    min-height: 345px;
    z-index: 100;
    background-size: cover;
    border-radius: 0;
    border: none;
    padding: 0 0 0 0;
}

.widget-content h4 {
    color: #4A449B;
    text-align: center;
}

.widget-content a {
    color: #645deb;
}

.widget-content p {
    text-indent: 1.5em;
    text-align: justify;
}

.d2d_table {
    text-align: center !important;
    vertical-align: middle !important;
}

.news-line-lower {
    margin-top: 0;
    border-top: 2px solid #000;
}

#form-calc {
    margin-left: -25px;
    margin-top: -25px;
    min-height: 500px;
}

#table-calc tr {
    height: 65px;
}

#table-calc td {
    border: none;
    vertical-align: middle;
}

#table-calc td:first-child {
    width: 22% !important;
}

#table-calc select {
    width: 100% !important;
}

#tab_w {
    min-height: 282px;
}

#tab_w div {
    width: 180px;
    padding-bottom: 9px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.journal-main-image {
    float: right;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.tickets-tr {
    border-radius: 10px;
    width: 100% !important;
}

.tickets-tr:hover {
    background-color: #c9d1ff !important;
    cursor: pointer;
}

.table-list-routes-buy {
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    width: 100% !important;
}

.table-list-routes-buy thead {
    background-color: #4A449B;
    color: #fff;
}

.table-list-routes-buy th:first-child {
    border-top-left-radius: 5px !important;
    text-align: center;
}

.table-list-routes-buy th:last-child {
    border-top-right-radius: 5px;
    text-align: center;
}

.table-list-routes-buy th {
    overflow: hidden;
    text-align: center !important;
}

.table-list-routes-buy td {
    vertical-align: middle !important;
}

.table-list-routes-buy i {
    color: #fff;
    margin-top: 2px;
}

/* table in a head of window of bus model */
.table-bus-route-head {
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.table-bus-route-head thead {
    color: #4A449B;
}

.table-bus-route-head th {
    text-align: center;
}

.ajax-loader {
    position: absolute;
    /* left: 50%;
    top: 50%; */
    top: 38%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}

.chk_buttons {
    margin: 4px;
    background-color: #44Ee44;
    border-radius: 4px;
    overflow: auto;
    float: left;
    vertical-align: middle;
}

.chk_buttons label span:hover {
    background-color: #a3a6ff;
    border: 2px dotted #5F5F5F;
}

.chk_buttons label {
    float: left;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 40px;
    height: 35px;
}

div label input {
    margin-right: 100px;
}

.chk_buttons label span {
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    border-radius: 5px;
    border: 2px dotted #5F5F5F;
    line-height: 1.9em;
    cursor: pointer;
    font-weight: bold;
}

.driver {
    background-color: #f1685e;
    color: #fff;
}

.chk_buttons label input {
    position: absolute;
    top: -4000px;
}

.chk_buttons input:checked + span {
    background-color: #4A449B;
    color: #fff;
    border: 0;
    line-height: 1.9em;
}

.place-non-free {
    background-color: #B8B5B5;
    color: #000;
}

.place-non-free span {
    cursor: default !important;
}

.bus-table {
    border-radius: 10px;
    border: 3px solid #000000;
    display: block;
    padding: 10px;
}

.round-places {
    color: #f1685e;
    border: 2px solid #f1685e;
    width: 45px;
    height: 45px;
    line-height: 2em;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    left: 0;
    text-align: center;
    font-size: 20px;
    float: none !important;
    padding-bottom: 3px;
}

.round-places:hover {
    background-color: #f1685e;
    color: #fff;
}

.table-tickets-buy {
    border-radius: 5px;
    display: block;
}

.table-tickets-buy strong {
    color: #4A449B;
    font-weight: 100 /*!important*/;
}

.table-tickets-buy td {
    border: none;
    vertical-align: middle !important;
    display: table-cell;
}

.table-tickets-buy button {
    width: 150px;
}

.table-tickets-buy i {
    color: #4A449B;
    padding-right: 5px;
    padding-left: 1px;
}

.table-tickets-buy td > span {
    color: #ff0000;
    float: right;
}

.table-tickets-buy #tickets_total {
    background-color: #4A449B;
    color: #fff;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    padding: 12px 12px 12px 12px;
    width: 235px;
    font-size: 15px;
    text-transform: uppercase;
}

.table-tickets-buy #tickets_total_sum {
    text-align: right;
    background-color: #f2f2f2;
    width: 71%;
    border-bottom-right-radius: 10px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

.table-tickets-buy thead {
    background-color: #4A449B;
    color: #fff;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.table-tickets-buy th {
    font-weight: 100 !important;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    border: none !important;
}

.payment-buttons {
    text-align: center;
}

.payment-buttons button {
    width: 190px !important;
}

#table_view_buy {
    min-height: 170px;
}

.possible_dates {
    border-radius: 15px;
    background-color: #4A449B;
    padding: 5px 15px 1px 15px;
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.possible_dates label {
    color: #fff;
    font-weight: normal;
}

/* Danila */
.no-marker li, li.no-marker {
    list-style-type: none;
}

.td-date {
    padding: 10px 5px;
    font-size: 13px;
    color: #4A449B;
    border-bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

/* /Danila */
#routes_data {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 1px;
}

.return-btn {
    display: inline-block;
    top: 243px;
    left: 644px;
    position: absolute;
}

.table-return {
}

.table-return label {
    font-weight: 100;
}

.get_voucher_form {
    text-align: center;
    padding-top: 20px;
}

.new-feature-landing {
    color: #fff;
    background-color: #ff0000;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 1px 0 0 0;
    font-size: 9px;
    position: absolute;
    font-weight: 700;
    margin-top: -20px;
    margin-left: -15px;
}

.page-widget-heading {
    color: #fff;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

#footer-popup-container {
    background-color: #e7e7ee;
    min-height: 40px;
    position: relative;
    width: 100%;
    padding: 5px 3% 5px 5%;
    box-shadow: none;
}

#footer-popup-container ul {
    padding: 0 !important;
    margin: 0 !important;

}

#footer-popup-container li {
    list-style-type: none;
    position: relative;
    width: 33%;
    float: left;
    height: 35px;
}

@media screen and (max-width: 1100px) {
    #footer-popup-container li {
        width: 49%;
    }
}

@media screen and (max-width: 700px) {
    #footer-popup-container li {
        width: 100%;
    }
}

#footer-popup-container a {
    text-decoration: none;
    color: #4A449B;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    left: 50%;
    margin-left: -172px;
    width: 340px;
    position: absolute;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

#footer-popup-container a:hover {
    color: #fff;
    background-color: #4A449B;
}

#footer-popup-container a > .img-circle-hover-left {
    margin-left: -15px;
    margin-bottom: 2px;
    display: inline-block;
    visibility: hidden;
    padding-right: 15px;
    width: 33px;
    height: 18px;
}

#footer-popup-container a:hover > .img-circle-hover-left {
    visibility: visible;
}

#footer-popup-container .arrow-popup {
    width: 35px;
    height: 35px;
    background: url('../img/arrow-button-sprite.png') center center no-repeat;
    outline: none;
    background-size: cover;
    background-position: 0 center;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

#footer-popup-container .arrow-popup#arrow-popup-left {
    left: 2%;
}

#footer-popup-container .arrow-popup#arrow-popup-right {
    right: 2%;
    left: auto;
}

#footer-popup-container .route-block-header {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 0 white;
    cursor: pointer;
    overflow: hidden;
    width: 400px;
    position: absolute;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    top: 0;
}

#footer-popup-container .route-block-header#route-block-header-right {
    right: 4%;
}

#footer-popup-container .route-block-header#route-block-header-left {
    left: 4%;
}

.footer-popup-part {
    overflow: hidden;
    display: none;
    position: relative;
    top: 45px;
    padding-bottom: 45px;
}

#footer-popup-container h3 {
    margin: 0;
    text-align: left;
    margin-right: 20px;
}

/* End styles for bottom routes panel */

.rotate {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow: hidden;

}

.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.social-block a {
    text-decoration: none;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -365px;
    width: 800px;
}

body.modal-open {
    overflow: visible;
}

.modal {
    overflow-y: visible;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #4A449B;
}

.modal-title {
    color: #fff;
    font-weight: 100;
}

.modal-header-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 1); /* Параметры тени */
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1); /* Для Safari и Chrome */
}

.modal-footer button {
    min-width: 110px;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 300px;
        margin-left: -150px;
    }
}

.select2-hidden-accessible {
    display: none;
}

/* --------- Overriding of jQuery UI Dialog ------------ */
.ui-draggable .ui-dialog-titlebar {
    background-color: #4A449B !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    font-weight: 100 !important;
}

.ui-dialog .ui-dialog-title {
    color: #fff !important;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
    0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
    overflow: inherit !important;
}

.ui-dialog {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 1em 1em !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 1em !important;
    top: 63% !important;
    opacity: 1 !important;
}

.datepicker-trigger:hover {
    background-color: #E5E4E4;
}

/* -------- End with Overriding of jQuery UI Dialog -----*/

/* upper popup area with SEO texts */
.arrow-popup-content {
    width: 25px;
    height: 25px;
    background: url('../img/infox.png') center center no-repeat;
    outline: none;
    background-size: cover;
    background-position: 0 center;
    border: 0;
    float: right;
    cursor: pointer;
}

.content-slide {
    min-height: 25px;
    margin: -5px 0 0 0;
    padding: 0;
    position: relative;
    top: -3px;
}

.inner-content {
    background-color: transparent;
    padding: 25px 40px;
}

/*************************************
 * Responsive changes                *
 *************************************/

#wrapper {
    min-width: 500px;
}

.popup-map {
    width: 100%;
    height: 350px;
}

.lang-block {
    padding: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    border-top: 1px solid transparent;
}

.navbar-brand {
    height: auto;
    margin-top: 0;
    padding: 0;
}

.navbar-default .navbar-header {
    padding-top: 7px;
}

.navbar-toggle {
    margin: 29px 0 0 0;
}

.lang-block {
    width: 100%;
    text-align: right;
}

.lang-block a {
    margin-left: 7px;
}

@media (min-width: 992px) {

}

@media (max-width: 1199px) {
    .popover {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-collapse {
        clear: both;
        text-align: center;
    }

    .navbar-default .navbar-collapse ul.navbar-nav {
        float: none;
        display: inline-block;
    }

    .navbar-default .navbar-header {
        width: 100%;
        text-align: center;
        padding-top: 17px;
    }

    .navbar-default .navbar-brand {
        float: none;
    }

    .lang-block {
        text-align: center;
    }
}

@media (max-width: 767px) {

    .news-block > div:not(:first-child) {
        padding-top: 20px;
    }

    .navbar-brand {
        margin-top: 0;
    }
}

.navbar-default .navbar-collapse ul.navbar-nav li:last-child a {
    margin-right: 0;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0
    }
}

/* -------- Footer -----*/

#footer-info {
    margin-bottom: 0;
    border: 0;
    background-color: #e7e7ee;
    padding: 21px 45px 12px 45px;
}

#footer-info .row > div[class^="col-"],
#footer-info .row > div[class*=" col-"] {
    margin-bottom: 20px;
}

#footer-info-copyright {
    font-size: 12px;
}

#footer-info-copyright strong {
    color: #4A449B;
}

#footer-info-search {
    font-weight: 700;
    text-align: center;
}

#footer-info-service table tr td:first-child {
    padding-left: 20px;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    text-align: right;
}

#footer-info-service table tr td:last-child {
    color: #d50200;
    font-size: 1.9vw;
    font-weight: 100;
    padding-left: 20px;
}

@media (max-width: 1199px) {
    #footer-info-service table {
        margin: 0 auto;
    }

    #footer-popup-container .route-block-header {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .footer-popup-part {
        top: 10px;
    }
}

@media (max-width: 991px) {
    #footer-info-copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-info-navbar .widget {
        margin-bottom: 20px;
    }

    .footer-info-navbar .row .row {
        margin-bottom: 0;
    }
}

#footer-popup-container .arrow-popup {
    z-index: 100;
}

/* -------- Internal pages -----*/

@media (max-width: 767px) {
    .news-lower-title {
        display: block;
        text-align: center;
    }
}

.representatives-form {
    text-align: left;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}

.representatives-form .btn {
    width: 200px;
    color: #fff;
}

.representatives-form .btn > i {
    line-height: 1.7
}

#offices_container {
    text-align: left;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.right-menu {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0
}

.right-menu li a > i + span {
    display: block;
    padding-left: 30px;
}

.city-block {
    padding: 15px 15px 15px 15px;
    margin-right: 10px;
}

.city-title {
    font-size: 16px;
    color: #EC131B;
    width: 100%;
    border-bottom: 1px solid rgba(104, 104, 255, 0.43);
}

.city-info {
    font-size: 12px;
    color: #000;
}

.city-info td {
    vertical-align: top;
}

.city-block .attention-circle-violet {
    float: left;
    margin-right: 15px;
}

.city-info-addr {
    text-align: left;
    color: #4A449B;
}

.city-phone-icon {
    color: #EC131B;
    font-size: 14px;
    margin-right: 5px;
}

.city-clock-icon {
    color: #EC131B;
    font-size: 14px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .md-right {
        text-align: right;
    }

    .cargo-image-area {
        background-position: 0 0;
    }
}

@media (max-width: 767px) {
    .ui-dialog {
        width: 95% !important;
    }
}

a.right-vert > .left-violet-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: 0;
    padding: 0;
}

.right-menu li {
    position: relative;
}

@media (min-width: 1200px) {
    .lg-pull-right {
        float: right;
    }
}

.fa.pull-left {
    margin-right: .6em;
}

#captcha_text {
    width: auto;
    height: 50px;
    font-size: 15px;
}

#errors ul {
    list-style-type: none;
}

#captcha-image {
    width: 180px;
    height: 50px;
}

.btn[type="submit"] {
    vertical-align: middle;
}

.btn[type="submit"] i.fa {
    line-height: 1.7;
}

.city-block .city-info,
.city-block .city-info .row {
    margin-bottom: 0;
}

.city-block .city-info:not(:last-child) {
    margin-bottom: 30px;
}

.schedule_list {
    width: 100%;
}

.modal-body img {
    padding: 0 !important;
    border-radius: 0;
}

.table-analytics-search {
    display: table;
}

.table-analytics-search thead {
    display: table-caption;
}

.table-analytics-search b {
    font-weight: 700;
    color: #4A449B;
}

.news-pager {
    text-align: center
}

.news-pager div {
    display: inline-block;
    text-align: center;
}

.news-pager a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #4A449B;
}

.news-pager-active {
    background-color: #4A449B;
    color: #fff !important;
    /* border-radius: 10px; */
    vertical-align: middle;
    /* padding: 12px 12px 12px 12px; */
    text-indent: 0;
}

#buy_tickets_details a {
    font-weight: bold;
}

#buy_tickets_details input[type="checkbox"] {
    top: 2px;
    position: relative;
}