@import "base/icomoon/styles.css";
@import "base/font-awesome.min.css";
@import "base/theme.css";

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f8f8f8 none repeat scroll 0 0;
    font-size: 13px;
    line-height: 1.6em;
}

body.error {

    margin-top: 50px;
}

body.error {
    top: 50px
}

html {
    position: relative;
    min-height: 100%;
}

footer {

    background: #333333;
    position: absolute;
    width: 100%;
    color: #787878;
}

.error-page > .headline {
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

.error-page > .error-content > h3 {

    font-weight: 300;
    font-size: 25px;

}

.error .content {

    text-align: center;
    padding-top: 0px;
}

.error-content .btn.red {
    width: 15%;
}

.error .error-content h3 {
    margin-top: 0px;
    font-weight: 800;
    color: #ff000094;
}

.container-full {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.no-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

a,
a:active,
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0 none !important;
    -webkit-appearance: none
}

a {
    color: #155075
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.form-control::-moz-placeholder {

    color: #c1c1c1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fbfbfb;
    opacity: 1;
}

.modal-backdrop.in {

    opacity: 0.2;
}

.modal-content {

    border-radius: 5px;
}

.modal-content {

    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.14), 0 2px 9px 0px rgba(0, 0, 0, 0.12);
}

.bg-danger {
    color: #fff;
    background-color: #E04535;
    border-bottom: 5px solid #C22615;
}

/* Buttons */

.btn {
    display: inline-block;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    color: #555;

    border: 1px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    min-width: 54px;
    text-decoration: none;
}

.btn-sm {
    font-size: 11px;
}

.btn-group-sm > .btn {
    font-size: 11px;
    font-weight: 500;
}

.btn.default {

    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}

.btn:hover {
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);

    border: 1px solid #d8d8d8;
    color: #333;

    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}

.btn.default.active {
    background-color: #ECECEC;
    border-color: #D1D1D1;
    background-image: linear-gradient(to bottom, #fff, #dddc);
}

/* blue */

.btn.primary {
    background-color: #1E79C8;
    background-image: -webkit-linear-gradient(top, #2076C0, #0866B6);
    background-image: -moz-linear-gradient(top, #2076C0, #0866B6);
    background-image: -ms-linear-gradient(top, #2076C0, #0866B6);
    background-image: -o-linear-gradient(top, #2076C0, #0866B6);
    background-image: linear-gradient(top, #2076C0, #0866B6);
    border: 1px solid #1466AB;
    color: white;
}

.btn.primary:hover {
    border: 1px solid #095B99;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background-image: -webkit-linear-gradient(top, #1E6FB4, #0B5CA1);
    background-image: -moz-linear-gradient(top, #1E6FB4, #0B5CA1);
    background-image: -ms-linear-gradient(top, #1E6FB4, #0B5CA1);
    background-image: -o-linear-gradient(top, #1E6FB4, #0B5CA1);
    background-image: linear-gradient(top, #1E6FB4, #0B5CA1);
}

.btn.primary.active {
    background-color: RGBA(21, 83, 140, 0.94) !important;
    border-color: #214F78;
    background-image: none;
}

/* red */

.btn.red {
    background-color: #D14836;
    background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
    background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
    background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
    background-image: -o-linear-gradient(top, #dd4b39, #d14836);
    background-image: linear-gradient(top, #dd4b39, #d14836);

    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.red:hover {
    background-color: #C53727;
    background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
    background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
    background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
    background-image: -o-linear-gradient(top, #dd4b39, #c53727);
    background-image: linear-gradient(top, #dd4b39, #c53727);
}

.btn.red.active {
    border-color: #B92C1C;
    background-image: none;
    background-color: #c02a19;
}

/* green */

.btn.green {
    background-color: #009688;
    background-image: -webkit-linear-gradient(top, #148D7E, #077D6F);
    background-image: -moz-linear-gradient(top, #148D7E, #077D6F);
    background-image: -ms-linear-gradient(top, #148D7E, #077D6F);
    background-image: -o-linear-gradient(top, #148D7E, #077D6F);
    background-image: linear-gradient(top, #148D7E, #077D6F);
    border: 1px solid #048477;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.green:hover {
    background-color: #06776B;
    background-image: -webkit-linear-gradient(top, #0E8173, #06776B);
    background-image: -moz-linear-gradient(top, #0E8173, #06776B);
    background-image: -ms-linear-gradient(top, #0E8173, #06776B);
    background-image: -o-linear-gradient(top, #0E8173, #06776B);
    background-image: linear-gradient(top, #0E8173, #06776B);
    border: 1px solid #0E665D;
}

.btn.green.active {
    background-color: #066F63;
    border-color: #096358;
    background-image: none;
}

/* graysish */

.btn.grayish {
    background-color: #3D9400;
    background-image: -webkit-linear-gradient(top, #7c7461, #615b4c);
    background-image: -moz-linear-gradient(top, #7c7461, #615b4c);
    background-image: -ms-linear-gradient(top, #7c7461, #615b4c);
    background-image: -o-linear-gradient(top, #7c7461, #615b4c);
    background-image: linear-gradient(top, #7c7461, #615b4c);

    border: 1px solid #504b3e;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.btn.grayish:hover {
    background-color: #368200;
    background-image: -webkit-linear-gradient(top, #7c7461, #504b3e);
    background-image: -moz-linear-gradient(top, #7c7461, #504b3e);
    background-image: -ms-linear-gradient(top, #7c7461, #504b3e);
    background-image: -o-linear-gradient(top, #7c7461, #504b3e);
    background-image: linear-gradient(top, #7c7461, #504b3e);
    border: 1px solid #474337;
}

.btn.grayish.active {
    border-color: #514c3e;
    background-image: none;
    background-color: #5F5849;
}

.btn.default > .badge {

    background: #555 !important;
    color: #ffffff !important;
}

.btn.grayish > .badge, .btn.primary > .badge {
    background: white !important;
    color: #333 !important;
}

.navbar-inverse {
    background: white;
    border: none;
}

.navbar-brand {
    padding: 5px 0px;
}

nav .top-nav .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
    color: #adadad;
}

nav .top-nav .navbar-nav > li > a:focus,
nav .top-nav .navbar-nav > li > a:hover {
    color: #585757;
    background: inherit;
}

nav.main-menu {
    border-bottom: 4px solid RGB(176, 32, 18) !important;
    background: RGB(231, 76, 60);
}

.navbar-default {
    border-bottom: inherit;
    background: inherit;

}

.navbar-default .main-nav .navbar-nav > li > a,
.navbar-default .main-nav .navbar-text {
    color: #fff;
}

.navbar-default .main-nav .navbar-nav > .active > a,
.navbar-default .main-nav .navbar-nav > .active > a:focus,
.navbar-default .main-nav .navbar-nav > .active > a:hover,
.navbar-default .main-nav .navbar-nav > li > a:focus,
.navbar-default .main-nav .navbar-nav > li > a:hover {
    background: #C83910;
    color: white;
}

.main-nav .navbar-nav > li > a {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.top-nav {
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {

    font-size: 10px;
    text-transform: uppercase;
    color: #a8acb4;
}

.navbar-inverse .navbar-nav > li > a {

    padding: 9px 12px;
    line-height: 15px;

}

.navbar-inverse .navbar-brand {

/ / color: black;
}

.navbar.navbar-inverse {
    min-height: 30px !important;
    height: 30px;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
    background: #FAFAFB;
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
}

.sidemenu {
    display: none;
    background: #f2f2f2
}

.sidemenu ul li {
    border: transparent;
    font-size: 13px
}

.sidemenu ul li a {
    color: #555;
    border: transparent;
    font-weight: 600
}

.sidemenu ul li.mm-divider {
    color: #777;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important
}

.sidemenu ul li.mm-divider.mm-spacer {
    margin-top: 5px;
    padding-top: 5px
}

.sidemenu ul li.menu-top a {
    font-size: 12px;
    font-weight: 500
}

.sidemenu ul li a:hover,
.sidemenu ul li a:focus,
.sidemenu .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: transparent
}

footer .logo-text span {
    color: #bfbfbf;
}

footer .logo-text sub {

    color: #999;
    font-size: 10px;
    text-transform: uppercase;

}

footer .footer-block:first-of-type .btn {

    background: #333333;
    color: #999;
    border-color: #787878;
    border-radius: 1px;
    font-size: 11px;
    box-shadow: none;
}

footer .footer-block:first-of-type .btn-group {

    background: transparent;
}

footer > .footer-bottom, footer > .footer-main {

    display: block;
}

footer > .footer-main .footer-block {

    display: block;
    padding-top: 10px;
    line-height: 60px;
}

footer > .footer-main .footer-block ul {

    margin-bottom: 0px;
}

footer > .footer-main .footer-block ul.list-inline li {

    padding-right: 20px;
}

footer > .footer-main .footer-block ul.list-inline li a {

    font-size: 13px;
    font-weight: 400;
    color: inherit;
}

footer > .footer-main .footer-block ul.list-inline li a:hover {

    color: rgb(206, 206, 206);
}

footer > .footer-main .footer-block {

    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #2b2b2b;
}

footer > .footer-main .footer-block:last-of-type {

    border-bottom: none;
}

footer > .footer-main .footer-block:first-of-type {

    border-top: none;
}

footer .footer-bottom {
    background: #282828;
    width: 100%;
    font-size: 11px;
    color: rgba(159, 159, 159, 0.68);
    vertical-align: middle;
    position: absolute;
}

footer .footer-bottom p {

    padding-top: 20px;
}

@font-face {
    font-family: 'si';
    src: url(fonts/socicon.eot);
    src: url(fonts/socicon.eot?#iefix) format('embedded-opentype'),
    url(fonts/socicon.woff) format('woff'),
    url(fonts/socicon.ttf) format('truetype'),
    url(fonts/socicon.svg#icomoonregular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: si;
        src: url(fonts/socicon.svg) format('svg');
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    list-style: none;
}

.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.soc li a {
    font-family: si !important;
    font-style: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    color: #333333;
    background-color: rgba(120, 120, 120, 0.8);
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-facebook:before {
    content: '\e041';
}

.soc-twitter:before {
    content: '\e040';
}

.soc-googleplus:before {
    content: '\e042';
}

.soc-whatsapp:before {
    content: '\e01b';
}

.line-height-2 {

    line-height: 2em;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

.text-bold-500 {

    font-weight: 500;
    font-family: inherit;
}

.text-black {

    color: #000000;
}

.text-white {

    color: #fff !important;

}

.text-grayish {

    color: #585245;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

legend {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.label {
    display: inline-block;
    font-weight: 500;
    padding: 1px 4px 0px 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    font-size: 8px;
    letter-spacing: 0.1px;
    border-radius: 2px;
}

label.control-label {

    font-weight: 500;
    color: #666;
}

.label-danger {
    border-color: #D64534;
    background-color: #D64534 !important;
}

.label-info {
    border-color: #3BAFDA;
    background-color: #3BAFDA !important;
}

.label-primary {
    border-color: #0C7ABF;
    background: #0C7ABF !important;
}

.bg-teal {
    background-color: #009688;
    border-color: #009688;
    color: #fff;
}

.label-success {

    background-color: #009688 !important;
    border-color: #009688;
}

.label-grayish, .badge-grayish {

    background: #6C6554;
    border-color: #6C6554;
}

.label-default {
    background-color: #f5f5f5;
    color: #444;
    border-color: #eee !important;
}

.alert {

    border-left: 5px solid transparent;

}

.alert-info {
    border-color: #02728D;
}

.alert-success {

    border-color: #08685C;
}

.alert-danger {

    border-color: #c23321;
}

.alert-warning {

    border-color: #c87f0a;
}

.alert-primary {

    border-color: #1E88E5;
}

.no-line-height {
    line-height: 0px !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.no-border {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-radius {
    border-radius: 0;
}

.no-border-radius-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.no-border-radius-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.no-border-radius-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.no-border-radius-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.no-box-shadow {

    box-shadow: none;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-lg {
    border-width: 2px;
}

.border-top-lg {
    border-top: 2px solid;
}

.border-bottom-lg {
    border-bottom: 2px solid;
}

.border-left-lg {
    border-left: 2px solid;
}

.border-right-lg {
    border-right: 2px solid;
}

.border-xlg {
    border-width: 3px;
}

.border-top-xlg {
    border-top: 3px solid;
}

.border-bottom-xlg {
    border-bottom: 3px solid;
}

.border-left-xlg {
    border-left: 3px solid;
}

.border-right-xlg {
    border-right: 3px solid;
}

.full-width {
    width: 100%;
}

@media screen and (max-width: 992px) {

}

.result-block.group-result-container {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    border-left: 1px solid rgb(226, 226, 226);
}

@media screen and (max-width: 764px) {

    footer > .footer-main .footer-block ul.list-inline li {
        padding-right: 15px;
    }

    footer > .footer-main .footer-block {
        line-height: 40px;
    }

    .navbar-default .main-nav .navbar-nav > .active > a,
    .navbar-default .main-nav .navbar-nav > .active > a:focus,
    .navbar-default .main-nav .navbar-nav > .active > a:hover,
    .navbar-default .main-nav .navbar-nav > li > a:focus,
    .navbar-default .main-nav .navbar-nav > li > a:hover {
        background: #E74C3C !important;
        color: white;
    }

    .navbar-default, .navbar-default .navbar-collapse,
    .navbar-default .navbar-form,
    .navbar-default .navbar-toggle {
        border-color: #da4118;
        border-top: 3px solid #d4451e80;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #333;
        background-color: #fff;
        border-color: white;
        border-bottom-color: #c8c8c8;
        cursor: default;
    }

    .result-block.group-result-container {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    footer .footer-bottom p {
        padding-top: 0;
        margin-bottom: 0;
    }

    footer .footer-bottom p.copyright-credit {
        padding-top: 10px;
    }

    footer .footer-bottom p.product-credit {
        font-size: 10px;
    }

}

@media (min-width: 769px) {

    .width-200 {
        min-width: 200px;
    }

    .width-250 {
        /*! min-width: 250px; */
    }

    .width-300 {
        min-width: 300px;
    }

    .width-350 {
        min-width: 350px;
    }

    .width-400 {
        min-width: 400px;
    }

    .width-450 {
        min-width: 450px;
    }

    .width-500 {
        min-width: 500px;
    }

    .width-550 {
        min-width: 550px;
    }

    .width-600 {
        min-width: 600px;
    }

    .width-650 {
        min-width: 650px;
    }

}

@media screen and (max-width: 480px) and (orientation: landscape) {

}

@media screen and (max-width: 340px) {

}

.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > tbody > tr > th,
.datepicker .table-condensed > tfoot > tr > td,
.datepicker .table-condensed > tfoot > tr > th,
.datepicker .table-condensed > thead > tr > td,
.datepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > td,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > thead > tr > th {
    padding: 5px 12px;
}

.header-container {
    height: 450px;
    background: #3498DB;
    position: relative;
    width: 100%;
    background-image: url('../img/hd-bus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.head-booking-widget {

    background: #FFF;
    position: absolute;
    bottom: 50px;
    box-shadow: -0px 0px 5px 2px rgba(0, 0, 0, 0.37);
    border: 1px solid #ededed99;
    border-top: none;
    border-radius: 100px;
    padding: 0px 20px;
}

.bootstrap-select .btn {

    background: white;
    box-shadow: none;
}

.has-feedback .bootstrap-select .btn {

    padding-left: 32px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 7px 15px;
    font-size: 12px;
}

.bootstrap-select .dropdown-toggle:focus {

    outline: none !important;
    outline-offset: 0px;
}

.bootstrap-select .bs-searchbox input {
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 300;
    padding-left: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu .active a,
.bootstrap-select.btn-group .dropdown-menu .active a:focus,
.bootstrap-select.btn-group .dropdown-menu .active a:hover,
.bootstrap-select.btn-group .dropdown-menu li a:hover .text-muted,
.bootstrap-select.btn-group .dropdown-menu li a:active .text-muted,
.bootstrap-select.btn-group .dropdown-menu li a:focus .text-muted,
.bootstrap-select.btn-group .dropdown-menu li.active a:hover .text-muted,
.bootstrap-select.btn-group .dropdown-menu li.active a:focus .text-muted,
.bootstrap-select.btn-group .dropdown-menu li.active a:active .text-muted {
    text-decoration: none;
    color: white;
    background-color: #fe7d4d
}

.bootstrap-select.btn-group .dropdown-menu li.active small {

    color: white !important;
}

.head-booking-widget .bootstrap-select .btn .bs-caret {

    display: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {

    font-weight: 400;
    font-size: 12px;
}

.head-booking-widget-horizontal {

    background: #FFF;
    position: absolute;
    box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.24);
    /*! border: 1px solid #ededed99; */
    border-top: none;
    border-radius: 3px;
    padding: 0px 20px;
    top: 170px;
    z-index: 999;
    min-width: 280px;
    right: 0;
}

@font-face {
    font-family: norwester;
    src: url(fonts/norwester.svg) format('svg');
}

.logo-text {

    font-family: 'norwester';
    font-size: 22px;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 15px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e0e0e0;
}

.navbar-toggle:hover {
    background-image: none;
}

.btn-breadcrumb .btn {

    background: white;
    border-color: #e8e8e8;
    font-weight: 400;
    font-size: 12px;
    color: #777;
    background: linear-gradient(to bottom, #fefefe, #f9f9f9);

}

.btn-breadcrumb .btn:hover {

    color: #444444;
    box-shadow: 0 4px 0 -2px rgba(32, 32, 32, 0.09);
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;

}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

.breadcrumb {
    border-bottom: 3px dashed #e4e4e4;
    background: #FAFAFB;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0), 0 1px 2px rgba(12, 13, 14, 0.1), 0 1px 2px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
}

footer .bootstrap-select.btn-group .dropdown-menu li a:hover,
footer .bootstrap-select.btn-group .dropdown-menu li a:focus,
footer .bootstrap-select.btn-group .dropdown-menu .active a,
footer .bootstrap-select.btn-group .dropdown-menu .active a:focus,
footer .bootstrap-select.btn-group .dropdown-menu .active a:hover,
footer .bootstrap-select.btn-group .dropdown-menu li a:hover .text-muted,
footer .bootstrap-select.btn-group .dropdown-menu li a:active .text-muted,
footer .bootstrap-select.btn-group .dropdown-menu li a:focus .text-muted,
footer .bootstrap-select.btn-group .dropdown-menu li.active a:hover .text-muted,
footer .bootstrap-select.btn-group .dropdown-menu li.active a:focus .text-muted,
footer .bootstrap-select.btn-group .dropdown-menu li.active a:active .text-muted {
    text-decoration: none;
    color: #333333;
    background-color: white;
}

.head-booking-widget .btn.orange, .head-booking-widget-horizontal .btn.orange, .btn-rounded {

    font-weight: 400;
    font-size: 12px;
    margin-top: 1px;
    border-radius: 50px;
}

.legend {
    border-color: #e6e6e6;
}

.side-bar legend {

    font-size: 11px;
}

.side-bar {

    border-right: 1px solid #e2e2e2;
}

.result-block {

    border-left: 1px solid rgb(253, 253, 253)
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.side-bar .btn-group.btn-group-justified a span {

    font-size: 10px;
    color: #666;
    font-weight: 500;
}

.btn-bordered {

    border-bottom: 4px solid #d5d5d5 !important;
}

.btn.default:hover {
    background: white;
}

.side-bar fieldset {

    border-bottom: 1px solid #d2d2d2b3;
    border-top: 1px solid rgb(234, 234, 234);
    margin-bottom: 10px;
}

.side-bar .btn.default.active {

    background: white;
    border-color: #e0e0e0;
}

.side-bar fieldset legend {

    border: none;
    margin-bottom: 5px;
}

.schedule-items {

    padding-top: 10px;

    border-top: 1px solid #e8e8e8;
}

.schedule-item-card {

    background: white;
    border: 1px solid #E7E7E7;
    border-bottom: 3px solid #dbdbdb;
    min-height: 100px;
    margin-bottom: 20px;
}

.schedule-item-card:hover {

    box-shadow: 0 2px 3px 0px #b1b1b166;
}

.schedule-item-card .btn.grayish {
    font-size: 11px;
    color: #f1f1f1;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table.booking-summary > tbody > tr > td,
.table.booking-summary > tbody > tr > th {

    padding: 7px 10px;

}

.table.booking-summary > tbody > tr > th {

    font-weight: 500;
}

#booking-steps .nav-tabs.nav-justified > .active > a,
#booking-steps .nav-tabs.nav-justified > .active > a:focus,
#booking-steps .nav-tabs.nav-justified > .active > a:hover {
    border: none;
}

#booking-steps .nav-pills > li > a {

    border-radius: 1px;
}

#booking-steps .nav-pills > li.active > a,
#booking-steps .nav-pills > li.active > a:focus,
#booking-steps .nav-pills > li.active > a:hover {

    background: #F2F2F2;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    /*! width: 80%; */
    margin: 0 auto;
    left: 0;
    /*! right: 0; */
    top: 55%;
    z-index: 1;
}

#booking-steps .nav-tabs > li.active > a, #booking-steps .nav-tabs > li.active > a:hover, #booking-steps .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

.booking-wizard span.round-tabs {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0px;
    text-align: center;
    color: #b3b3b3;
    border: 1px solid #cecccc;
}

span.round-tabs.one {
    /*! color: rgb(34, 194, 34); *//*! border: 2px solid #999; */
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    /*! color: rgb(34, 194, 34); */
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    /*! color: rgb(34, 194, 34); */
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.bootstrap-wizard .nav-tabs > li.active > a span.round-tabs {
    /*! background: #fafafa; */
}

.bootstrap-wizard .nav-tabs > li {

    width: 20%;
}

.booking-wizard li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.booking-wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 7px solid transparent;
    border-bottom-color: #ddd;

}

.nav-steps > li > a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.booking-wizard .navbar {
    border-bottom: 1px solid #ddd;
    background: #fcfcfc;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {

    border: none;
    background: transparent;
}

.booking-wizard .nav-tabs > li > a:hover,
.booking-wizard .nav-tabs.nav-justified > li > a {

    border: none;
}

.booking-wizard .nav > li > a:focus,
.booking-wizard .nav > li > a:hover {

    background: transparent;
}

.booking-wizard .nav-tabs > li.active > a span.round-tabs {

    color: #777;
    border-color: #777;

}

.booking-wizard .icon-2x {
    font-size: 25px;
}

.pager .finish a {

    float: right;
}

.wizard .btn {

    font-weight: 400;
}

.alert-grayish {
    border-color: #9e9e9e;
    background: #fefefe;
}

.alert-orange {

    border-color: #e76d13;
    background: white;
}

.bg-white {

    background: white !important;
}

.booking-status .nav > li > a:focus,
.booking-status .nav > li > a:hover {

    background: none;
}

.booking-status .nav > li > a:focus .text-black,
.booking-status .nav > li > a:hover .text-black {

    color: #656762 !important;
}

.booking-status .nav .open > a,
.booking-status .nav .open > a:focus,
.booking-status .nav .open > a:hover {

    background-color: white;
    border-radius: 0;
    border-color: #e3e3e3;
    border-top-color: transparent;
}

.booking-status .nav-tabs.nav-tabs-bottom > li.active > a,
.booking-status .nav-tabs.nav-tabs-bottom > li.active > a:hover,
.booking-status .nav-tabs.nav-tabs-bottom > li.active > a:focus {

    border-bottom-color: #c8c8c8;
}

.booking-status .label {

    text-transform: uppercase;
}

.table.table-gray > thead, .table.table-gray > tfoot, .input-group-addon {

    background: #f5f5f5;
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    color: #444;

}

.table.table-borderless > thead > tr > th,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tfoot > tr > td {

    border-color: transparent;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr, .table > tfoot > tr {

    background: linear-gradient(to bottom, #fefefe, #f9f9f9);
}

.table > thead > tr:not(:last-child) > td,
.table > thead > tr:not(:last-child) > th,
.table > tfoot > tr:not(:first-child) > td,
.table > tfoot > tr:not(:first-child) > th {

    border-top-color: #EAEAEA;
}

.form-group.has-error .form-control.btn-bordered {
    border-color: #b94a48;
    border-bottom: 3px solid #b94a48 !important;
}

@media only screen and (max-width: 1024px) {
    .nav-tabs > li {
        display: inline-block;
        width: 25%;
    }

}

.seatChart-wrapper {

    padding-left: 30px;
}

.head-booking-widget-horizontal {

    width: 260px;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {

    .seatChart-wrapper {

        padding-left: 20px;
    }
}

.side-bar {
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px solid rgb(253, 253, 253);
}

@media only screen and (max-width: 768px) {

    .side-bar {
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: none;
    }

    .seatChart-wrapper {

        padding-left: 20px;
    }

    .booking-wizard span.round-tabs {

    / / left: 0 px;
    }

    .booking-wizard li.active::after {

        display: none;
    }

    .booking-wizard .nav-tabs > li {
        display: inline-block;
        width: 32%;
    }

    .nav-tabs.nav-justified {

        text-align: center;
    }

    .head-booking-widget-horizontal {

        background: #FFF;
        position: absolute;
        box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.24);
        border-top: none;
        border-radius: 3px;
        padding: 0px 20px;
        top: 170px;
        z-index: 999;
        min-width: 260px;
        left: 0%;
    }

    .navbar.navbar-inverse {

        display: none;
    }

    .navbar.navbar-static-top {

        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .navbar-default,
    .navbar-default
    .navbar-collapse,
    .navbar-default
    .navbar-form,
    .navbar-default
    .navbar-toggle {
        border-top: 0;
    }

    .filter-button {
        font-size: 13px !important;
    }

    .heading-elements {
        position: unset;
        margin-top: 0px;
    }
}

.head-booking-widget-horizontal input[type="date"],
.side-bar input[type="date"] {
    -webkit-padding-before: -0px;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none
}

.nav-tabs.nav-justified > li > a {

    margin-right: auto;
}

.contact-baloons .well {

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    background: white;
}

.panel.panel-bordered {

    border: 1px solid #eaeaea;
}

#form input[type=text], #form input[type=email] {

    height: 40px;
}

#form .form-control {

    font-size: 13px !important;
}

#help .topics .list-group-item {

    padding-left: 20px;
    font-size: 15px;
    color: #1379a1;
}

#help .topics .list-group-item:hover, #help .topics .list-group-item:focus, #help .topics .list-group-item:active {

    background: white;
    color: #1c69a1;
    text-decoration: underline;
}

.module-title + .module-subtitle {
    margin-top: -35px;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgb(17, 17, 17);
    margin-bottom: 40px;
}

.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 15px 0 40px 0;
}

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}

.features-title, .alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(17, 17, 17);
    margin: 16px 0 15px;
}

.font-alt {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    color: #9e9e9e;
}

.testimonial-text {
    text-align: center;
    font-style: normal;
    font-size: 18px;
}

.testimonial-caption {
    text-align: center;
    padding: 10px 0 0;
}

.testimonial-title {
    font-size: 14px;
}

.testimonial-descr {
    color: rgba(68, 68, 68, 0.94);
    font-size: 11px;
}

.testimonial blockquote {
    border: 0;
    font-style: italic;
    font-size: 15px;
    padding: 20px;
}

.stopfade {
    opacity: .5;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.invoice-container h1 {
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.27), 0 3px 6px transparent;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;

}

.invoice-container .table:not(.table-borderless) > tbody > tr > td,
.invoice-container .table:not(.table-borderless) > tbody > tr > th,
.invoice-container .table:not(.table-borderless) > tfoot > tr > td,
.invoice-container .table:not(.table-borderless) > tfoot > tr > th,
.invoice-container .table:not(.table-borderless) > thead > tr > td,
.invoice-container .table:not(.table-borderless) > thead > tr > th {

    border-top: 1px solid #ddd;
}

.invoice-container .table {
    margin-bottom: 0px;
}

.invoice-container .table > tbody > tr > td,
.invoice-container .table > tbody > tr > th,
.invoice-container .table > tfoot > tr > td,
.invoice-container .table > tfoot > tr > th,
.invoice-container .table > thead > tr > td,
.invoice-container .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
}

@media screen and (min-width: 321px) and (max-width: 480px) {

    div.seatCharts-cell {

        height: 20px;
        width: 20px;
        margin: 2px;
        float: left;
        text-align: center;
        outline: none;
        font-size: 8px;
        line-height: 20px;
        color: #7a7a7e;
        font-weight: 500;
        text-transform: uppercase;
    }
}

.play-badge {
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
    width: 130px;
    border: 1px solid rgba(40, 40, 40, 0.19);
}

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

    div.seatCharts-cell {

        height: 20px;
        width: 20px;
        margin: 3px;
        float: left;
        text-align: center;
        outline: none;
        font-size: 8px;
        line-height: 20px;
        color: #7a7a7e;
        font-weight: 500;
        text-transform: uppercase;
    }

    .play-badge {
        border-radius: 10px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
        width: 100px;
    }
}

@media screen and (max-width: 320px) {

    div.seatCharts-cell {

        height: 17px;
        width: 17px;
        margin: 3px;
        padding-right: 1px;
        float: left;
        text-align: center;
        outline: none;
        font-size: 7px;
        line-height: 17px;
        color: #7a7a7e;
        font-weight: 500;
        text-transform: uppercase;
    }
}

@media print {
    /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
    body.modal-open {
        visibility: hidden;
    }

    body.modal-open .modal .modal-body {
        visibility: visible; /* make visible modal body and header */
    }
}

.datepicker table tr td.day:hover {
    background: #fa7b4c;
    cursor: pointer;
    color: white;
}

.next-date-btn {
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    padding: 7px 0;
    border-left: 1px solid #eee;
}

.next-date-btn:hover {

    background: linear-gradient(to bottom, #fefefe, #eaeaea) !important;
    cursor: pointer;
}

.bg-black {
    background-color: #111 !important;
}

.text-white {

    color: white !important;
}

.slideout-menu {
    position: fixed;
    top: 61px;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

@media only screen and (min-width: 960px) {
    .slideout-open .slideout-menu {
        display: none;
    !important;
    }
}

.slideout-panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.slideout-open .slideout-menu::after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    content: "";
    display: block;
    width: 20px;
    height: 100vh;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 99;
}

.menu {
    background-color: #e74c3c;
    background-image: linear-gradient(#E74C3C, #c24a3e);
    border-top: 1px solid #b02012;
}

.menu a {
    color: #fcfcfc;
    text-decoration: none;
}

.menu a:hover, .menu li.active {
    background-color: rgba(8, 8, 8, 0.15);
}

.menu-header {
    border-bottom: 1px solid #2a2d2f;
    padding: 20px 20px 20px 15px;
    background-size: 32px;
}

.menu-header-title {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0;
}

.menu-section {
    margin: 20px 0;
}

.menu-section-title {
    text-transform: uppercase;
    color: #f9f9f96b;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 20px 0 15px;
    margin: 0;
}

.menu-section-list a {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.menu-section-list a {
    display: block;
    padding: 10px 15px 10px 20px;
    font-size: 13px;
    font-weight: 400;
}

.menu-section-list a span[class^='icon-'] {
    margin-right: 7px;
}

.menu hr {
    border-color: rgba(48, 10, 4, 0.31);
    margin: 0;
}

.menu .with-border-bottom {
    border-bottom: 1px solid rgba(48, 10, 4, 0.31);
}

.drawer-footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    background: #fff;
    padding: 20px 15px 0;
    display: block;
}

.ivu-drawer-wrap {
    z-index: 2000;
}

header .dropdown-menu.lang-chooser {
    min-width: 80px;
    font-size: 12px;
    box-shadow: 0px 5px 8px rgba(30, 30, 30, 0.13);
    border: 1px solid rgba(0, 0, 0, .17);
    border-radius: 1px;
    background-color: #FAFAFB;
}

header .nav li.open > a, header .navbar-inverse .navbar-nav > .open > a, header .navbar-inverse .navbar-nav > .open > a:focus, header .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: inherit;
}

header ul.dropdown-menu.lang-chooser li a {
    color: #555;
    padding: 5px 20px;
    line-height: 1.6em;
    text-align: left;
    font-size: 11px;
}

.menu-section-list .dropdown-menu {
    z-index: 2000;
    top: auto;
    left: 20px;
    font-size: 12px;
    box-shadow: 0px 5px 8px rgba(30, 30, 30, 0.3);
    border: 1px solid rgba(0, 0, 0, .17);
    background-color: #FAFAFB;
    border-radius: 5px;
}

.menu-section-list .dropdown-menu li a {
    color: #555;
    padding: 5px 20px;
    line-height: 1.6em;
    text-align: left;
    font-size: 11px;
}

.blocker {
    background-color: #000;
    background: #0003;
    background-image: none;
    background-image: linear-gradient(180deg, #0513222e, #131313b3);
    z-index: 9999;
}

.blocker .jsmodal {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    margin-left: 0;
    max-width: 450px;
    width: inherit;
}

.jsmodal-spinner {
    z-index: 9999;
    padding: 15px;
    height: 0;
}

.login-box-body .login_signup-link h5 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: .1em;
    margin: 20px 0 25px;
}

.login-box-body .login_signup-link h5 span {
    background: #FFF none repeat scroll 0 0;
    color: #ababab;
    padding: 7px;
    border-radius: 50px;
    font-size: 12px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, .4);
}


.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}
.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: '';
}
@-webkit-keyframes shimmer {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes shimmer {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.o-media {
    display: -webkit-box;
    display: flex;
}
.o-media__body {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 1em;
}

.o-vertical-spacing > * + * {
    margin-top: 0.75em;
}
.o-vertical-spacing--l > * + * {
    margin-top: 2em;
}

.blog-post__headline {
    font-size: 1.25em;
    font-weight: bold;
}
.blog-post__meta {
    font-size: 0.85em;
    color: #6b6b6b;
}
