/* Typography
----------------------------------------------------*/
* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}
p {
    margin-bottom: 17px;
}

/* Layout modification
----------------------------------------------------*/
@media (min-width: 1400px) {
    .container {
        width: 1358px;
    }
}

.navbar { min-height: initial; }

.shadow-wrapper {
    flex: auto;
}
.auction_sold_btn {
    cursor: default;
}

/* NAVS
----------------------------------------------------*/
.header-v8 #nav-primary li:last-child .dropdown-menu {
    right: 0;
}
.header-v8 .topbar-list > li:first-child:before {
    display: none;
}
.header-v8 .topbar-list .social-link {
    font-size: 12px;
    padding: 3px 4px;
}
.topbar-list > li.social-link:before {
    background: none;
}


/* headlines
----------------------------------------------------*/
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i { margin-right: 0; }

/* Helpers
----------------------------------------------------*/
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-100 { margin-top: 100px; }
.margin-top-110 { margin-top: 110px; }
.margin-top-120 { margin-top: 120px; }
.margin-top-130 { margin-top: 130px; }
.margin-top-140 { margin-top: 140px; }
.margin-top-150 { margin-top: 150px; }
.margin-top-160 { margin-top: 160px; }
.margin-top-170 { margin-top: 170px; }
.margin-top-180 { margin-top: 180px; }
.margin-top-190 { margin-top: 190px; }

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

.img-responsive {
    display: inline-block;
    height: auto !important;
}
.owl-carousel .img-responsive,
.fancybox .img-responsive,
.featured-auction-block .img-responsive {
    display: block;
}
.responsive-video.ls-video-layer {
    height: auto !important;
    width: auto !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -28.1%;
}
#auction-container a,
#listing-container a,
#results-container a {
    text-decoration: none;
}
.btn-u {
    white-space: normal;
    line-height: 1.4em;
}
.fancybox-title-over-wrap {
    width: 100%;
}
.fancy-auction-catalog .fancybox-close::before {
    content: "Close";
}
.fancy-auction-catalog .fancybox-close {
    background: none;
    position: absolute;
    top: 6px;
    left: 42px;
    height: auto;
    font-weight: bold;
    color: #b4b4b4;
}
.fancy-auction-catalog .fancybox-close:hover {
    color: #fff;
    text-decoration: none;
}
#owl-all-photos {
    position: absolute;
    right: 17px;
    bottom: 17px;
    font-weight: bold;
}
.blog-img { margin-bottom: 30px; }

/* Owl Carousels
----------------------------------------------------*/
/* date overlay */
.auction-date-overlay {
    display: block;
    position: absolute;
    top: 7px;
    right: 21px;
    padding: 7px 11px 9px;
    text-align: center;
    background: rgba(255,255,255,0.85);
    line-height: 22px;
    color: #000;
}
.no-padding .auction-date-overlay {
    right: 7px;
}
.auction-date-overlay.doublebuck {
    top: 27px;
    right: 41px;
}
.auction-date-overlay .auction-date-month,
.auction-date-overlay .auction-date-day {
    padding: 0px;
    display: block;
    font-style: normal;
}
.auction-date-overlay .auction-date-month {
    font-size: 16px;
    text-transform: uppercase;
}
.auction-date-overlay .auction-date-day {
    font-size: 26px;
}

/* controls */
.owl-carousel .owl-controls .owl-prev i,
.owl-carousel .owl-controls .owl-next i {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    padding: 3px 11px;

    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #fff;

    opacity: 0.65;
}
.owl-carousel .owl-controls .owl-prev i {
    left: 0;
    text-align: right;

    background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.owl-carousel .owl-controls .owl-next i {
    right: 0;
    text-align: left;

    background: -moz-linear-gradient(right,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.owl-carousel .owl-controls .owl-prev i:hover,
.owl-carousel .owl-controls .owl-next i:hover {
    opacity: 1.0;
}
/* Depreciated with modular widgets */
.owl-carousel.widget-view .owl-controls .owl-prev i,
.owl-carousel.widget-view .owl-controls .owl-next i,
.feed_carousel-widget .owl-controls .owl-prev i,
.feed_carousel-widget .owl-controls .owl-next i {
    top: 0;
    margin-top: 0px;
}

/* carousel */
.owl-carousel .oc-content-wrapper {
    background: #efefef;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.owl-item, .owl-item.active { height: auto; }

/* Standard aspect ratios */
.owl-carousel .oc-content-wrapper.ar16-9 { padding-top: 56.25%; }
.owl-carousel .oc-content-wrapper.ar8-5  { padding-top: 62.5%; }
.owl-carousel .oc-content-wrapper.ar3-2  { padding-top: 66.66%; }
.owl-carousel .oc-content-wrapper.ar4-3  { padding-top: 75%; }
.owl-carousel .oc-content-wrapper.ar1-1  { padding-top: 100%; }

/* Standard aspect ratios at twice width */
.owl-carousel .oc-content-wrapper.ar16-9.ar2x { padding-top: 28.125%; }
.owl-carousel .oc-content-wrapper.ar8-5.ar2x  { padding-top: 31.25%; }
.owl-carousel .oc-content-wrapper.ar3-2.ar2x  { padding-top: 33.33%; }
.owl-carousel .oc-content-wrapper.ar4-3.ar2x  { padding-top: 37.5%; }

.owl-carousel .oc-content-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;

    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: contain;

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.owl-carousel .oc-content-wrapper.autofill-w img {
    max-height: none;
    min-width: 100%;
    object-fit: contain;
}
.owl-carousel .oc-content-wrapper.autofill-h img {
    max-width: none;
    min-height: 100%;
    object-fit: contain;
}
.owl-carousel .oc-content-wrapper.autofill-wh img {
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}
.owl-carousel .oc-content-wrapper .responsive-video {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;

    width: 100%;
    margin: 0;

    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.owl-carousel .oc-content-wrapper h1,
.owl-carousel .oc-content-wrapper h2,
.owl-carousel .oc-content-wrapper h3,
.owl-carousel .oc-content-wrapper h4,
.owl-carousel .oc-content-wrapper h5,
.owl-carousel .oc-content-wrapper h6 {
    padding: 0;
    margin-top: 11px;
    margin-bottom: 15px;
}
.owl-carousel .carousel-caption {
    position: relative;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.85);
    padding: 11px 17px;
    text-align: center;
    width: 100%;
}
.owl-carousel .carousel-caption * {
    color: #fff;
    margin: 0px;
    padding: 0px;
}
/* OC Featured Auction Block */
.owl-carousel.featured-auction-block {
    position: relative;
}
.owl-carousel.featured-auction-block .owl-item {
    padding: 0px 3px;
}
.owl-carousel.featured-auction-block .item-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    line-height: 1.2;
}
.owl-carousel.featured-auction-block .owl-controls .owl-prev i,
.owl-carousel.featured-auction-block .owl-controls .owl-next i {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 30px;
    font-weight: 700;
    color: #666;
    padding: 0px;
    line-height: 1;
    background: #fff;
    opacity: 0.6;
}
.owl-carousel.featured-auction-block .owl-controls .owl-prev i {
    left: -3px;
    text-align: right;
}
.owl-carousel.featured-auction-block .owl-controls .owl-next i {
    right: -3px;
    text-align: left;
}
.owl-carousel.featured-auction-block .owl-controls .owl-prev i:hover {
    opacity: 0.8;
}
.owl-carousel.featured-auction-block .owl-controls .owl-next i:hover {
    opacity: 0.8;
}
.owl-carousel.featured-auction-block .auction-date-overlay {
    right: 9px;
}
.owl-carousel.featured-auction-block a:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .featured-auction-block {
        margin: 0px;
    }
    .featured-auction-block .owl-item {
        padding: 0px;
    }
    .featured-auction-block .item-caption {
        left: 0px;
        right: 0px;
    }
    .owl-carousel.featured-auction-block .owl-controls .owl-prev i,
    .owl-carousel.featured-auction-block .owl-controls .owl-next i {
        padding: 2px 12px;
    }
    .owl-carousel.featured-auction-block .owl-controls .owl-prev i {
        left: 15px;
    }
    .owl-carousel.featured-auction-block .owl-controls .owl-next i {
        right: 15px;
    }

}

/* Tagline
----------------------------------------------------*/
.easy-sold-badge {
    position: absolute;
    top: 10px;
    padding: 4px 10px;
    max-width: 72%;
    z-index: 1;
    color: #fff;
    line-height: 1.2;
}
.easy-sold-badge.doublebuck {
    top: 30px;
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .easy-sold-badge {
        max-width: 60%;
    }
}

/* Tag Box
----------------------------------------------------*/
.tag-box p {
    margin-bottom: 17px;
}
.tag-box p:last-child {
    margin-bottom: 0px;
}
.tag-box-documents {
    padding: 7px 11px;
    margin-bottom: 10px;
    background-color: #efefef;
}
.tag-box-documents h2 {
    margin: 0 !important;
}
.tag-box-documents h2 i {
    margin-top: 6px;
}

/* Nav Tabs auction detail view
----------------------------------------------------*/
.tab-v1 .nav-tabs a { font-size: 16px; }
#nav-tabs-responsive-source a:nth-child(2) {
    margin-left: -15px;
}
#nav-tabs-responsive-source a {
    display: inline-block;
    cursor: pointer;
}

/* Modular Content
----------------------------------------------------*/
.bw-widget-wrapper {
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}
.bw-widget-wrapper:first-child {
    padding-top: 0px;
}
.bw-widget-wrapper:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

/* Modular Content: Widgets
----------------------------------------------------*/
/* Calendar */
.calendar-widget .ui-datepicker {
    width: inherit;
    display: block;
    padding: 0;
    /*background: rgba(255,255,255,0.9);*/
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-size: 16px;
    text-align: center;
    color: #666;
}
.calendar-widget .ui-datepicker a {
    color: #404040;
}
.calendar-widget .ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    line-height: 27px;
}
.calendar-widget .ui-datepicker-prev,
.calendar-widget .ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
}
.calendar-widget .ui-datepicker-prev {
    left: 0;
}
.calendar-widget .ui-datepicker-next {
    right: 0;
}
.calendar-widget .ui-datepicker-inline {
    /*background: #fff;*/
    box-shadow: none;
}
.calendar-widget .ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
}
.calendar-widget .ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}
.calendar-widget .ui-datepicker-calendar th {
    color: #999;
    text-align: center;
    width: 14%;
}
.calendar-widget .ui-datepicker-calendar td {
    color: #404040;
    text-align: center;
}
.calendar-widget .ui-datepicker-calendar a,
.calendar-widget .ui-datepicker-calendar span {
    display: block;
    margin: 1px;
    width: auto;
    text-decoration: none;
    color: #404040;
    border: 1px solid transparent;
}
.calendar-widget .ui-datepicker-today a,
.calendar-widget .ui-datepicker-today span {
    border: 1px solid #e5e5e5;
    font-weight: 700;
}
.calendar-widget .ui-datepicker-calendar .ui-state-entries { border: none; }

.calendar-widget .ui-datepicker-calendar .ui-state-entries a {
    background: rgba(0,0,0,.05);
}
.calendar-widget .ui-datepicker-calendar .ui-state-entries a:hover {
    border: 1px solid #bbb;
    cursor: pointer;
}
.calendar-widget .ui-datepicker-calendar .ui-datepicker-other-month {
    color: #cdcdcd;
}
.calendar-widget .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    text-align: center;
}
.calendar-widget .ui-datepicker td span,
.calendar-widget .ui-datepicker td a {
    text-align: center;
    text-decoration: none;
}
.calendar-widget .fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 9px 2px;
}
.calendar-widget .auction-minical-popovers {
    cursor: pointer;
}
.calendar-widget .fc-view-container {
    border: 2px solid #efefef;
}
.calendar-widget .fc table {
    font-size: 13px;
}
.calendar-widget .fc-head-container.fc-widget-header {
    border-bottom: 1px solid #efefef;
}
.calendar-widget .fc-day-header,
.calendar-widget .fc-day-top {
    padding: 11px !important;
}
.calendar-widget .fc-toolbar.fc-header-toolbar {
     margin-bottom: 0;
}
.calendar-widget .fc td,
.calendar-widget .fc th {
    border: none;
}
.calendar-widget .fc td.fc-today {
    border: none;
}
.calendar-widget .fc-bgevent {
    /*opacity: 1.0;*/
}
.calendar-widget .fc-unthemed td.fc-today {
    background: #efefef;
}
.calendar-widget .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    color: #333;
}
.calendar-widget .fc-day-top > a:hover {
    cursor: pointer;
}
.calendar-widget .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    text-align: center;
}
.calendar-widget .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
}

/* Feed Carousel */
.feed_carousel-widget .fcw-content {}
.feed_carousel-widget .fcw-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;    
}
.feed_carousel-widget .fcw-date li {
    color: #555;
}

/* DevDemon Responsive forms
----------------------------------------------------*/
.dform_error {
    color: #c00;
}
.form-container .form-group {
    margin-bottom: 0px;
}
.form-container .dfcolumns .column {
    min-height: 0 !important;
}
.form-container .column {
    padding-right: 17px;
}
.form-container .column-last {
    padding-right: 0px;
}
.dform_container input.text,
.dform_container textarea {
    padding: 6px 12px !important;
}
.dfinput_phones .phone_area {
    width: 30% !important;
}
.dfinput_phones .phone_number {
    width: 70% !important;
}
.dfinput_phones .phone_number input.text {
    width: 100% !important;
}
.dfinput_names .dfinput_left {
    width: 50%;
}
.dfinput_names input.text {
    width: 95%;
}
.dform_address input.text,
.dform_address .address_state input.text {
    width: 100%;
}
.dform_container input.text.cart_qty_small {
    display: inline-block;
    padding: 2px 0px !important;
    margin-right: 11px;
}
.cc_logos {
    height: 32px !important;
    margin-bottom: 5px !important;
    position: absolute !important;
    left: auto !important;
    right: 0px !important;
    top: 0px !important;
}
.cc_name input {
    width: 100% !important;
}
.cc_number input {
    width: calc(100% - 130px) !important;
}
.cc_cardinfo {
    width: 100% !important;
}
.cc_cardinfo .exp_month {
    float: left;
}
.footer .dfinput_names label {
    color: #fff;
}
.gk-error {
    font-weight: 700 !important;
    background: #fff0f0 !important;
}

/* Constant Contact
----------------------------------------------------*/
.ctct-form-container:not(.ctct-form-popup) .ctct-form-defaults {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0px !important;
}

/* jQuery Social Stream
----------------------------------------------------*/
.dcsns-toolbar {
    margin-bottom: 17px;
}
.dcsns-toolbar .filter .link-all {
    height: 28px !important;
    padding: 2px 3px 0 3px !important;
    text-decoration: none;
}
.socicon {
    /*font-size: 16px !important;*/
}
.dcsns-li .socicon {
    /*bottom: 6px !important;*/
}
.stream li .section-thumb img,
.stream li .section-text img {
     display: inline-block !important;
}

/* TXT180
----------------------------------------------------*/
.bw-widget-wrapper .main_txt180_form {
    width: 100%;
}
.bw-widget-wrapper .main_txt180_form tr:nth-child(even) .widget_tc {
    padding-bottom: 11px;
}
.bw-widget-wrapper .main_txt180_form tr:nth-child(5) .widget_tc {
    padding-bottom: 11px;
}
.bw-widget-wrapper .main_txt180_form tr:nth-child(5) .widget_tc input {
    vertical-align: top;
    margin-top: 6px;
}
.bw-widget-wrapper .main_txt180_form .widget_tc label[for="txt180_agree"] a:before {
    content: "\A";
    white-space: pre;
}
.bw-widget-wrapper .main_txt180_form tr:nth-child(7) .widget_tc sup {
    line-height: 1px;
    font-style: italic;
}

/* GoToAuction Integration
----------------------------------------------------*/
#es_feed > iframe {
    border: 0;
}

/* Mobile App Template
   /assets/templates/[client_id]/[msm_name]/mobile-app.group/index.html
----------------------------------------------------*/
#mobile-app-container {
    position: relative;
    height: 836px;
}
#mobile-app-container .iphone-top-tab {
    position: absolute;
    z-index: 0;
    top: 32px;
    left: 50%;
    width: 362px;
    margin-left: -181px;
    height: 83px;
    background-color: #333;
}
#mobile-app-container .iphone-blank-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    max-width: 430px;
    margin-left: -215px;
}
#mobile-app-container .mobile-app-wrapper {
    position: absolute;
    z-index: 2;
    top: 67px;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    height: 745px;
    border-bottom-left-radius: 39px;
    border-bottom-right-radius: 39px;
    -webkit-border-bottom-left-radius: 39px;
    -webkit-border-bottom-right-radius: 39px;
    overflow: hidden;
}
#mobile-app-container .mobile-app-wrapper iframe {
    width: 100%;
    height: 745px;
}
@media (max-width: 767px) {
    #mobile-app-container .iphone-blank-img,
    #mobile-app-container .iphone-top-tab {
        display: none;
    }
    #mobile-app-container .mobile-app-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto 21px auto;
        height: 500px;
        border: 1px solid #999;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
    }
    #mobile-app-container .mobile-app-wrapper iframe {
        width: 1px;
        width: 100%;
        height: 500px;
    }
    #mobile-app-container {
        position: relative;
        height: auto;
    }
}

/* Staff Template
   /assets/templates/[client_id]/[msm_name]/staff.group/index.html
------------------------------------*/
.staff-headshot .box-shadow { max-width: 300px; margin: 0 auto; }
@media (min-width: 1200px) {
    .staff.section-one h2 { margin-top: 0px; }
    .staff.section-two h2 { margin-top: 20px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .staff.section-one h2 { margin-top: 0px; }
    .staff.section-two h2 { margin-top: 20px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .staff.section-one h2 { margin-top: 0px; }
    .staff.section-two h2 { margin-top: 20px; }
}
@media (max-width: 767px) {
    .staff.section-one h2 { margin-top: 20px; text-align: center; }
    .staff.section-one .staff-meta { text-align: center; }
    .staff.section-two h2 { margin-top: 20px; }
}

/* Videos Template
   /assets/templates/[client_id]/[msm_name]/videos.group/index.html
------------------------------------*/
.video-container h4 {
    margin-top: 11px;
    text-align:  center;
}
.video-widget .additional-video-container {
    max-height: 297px;
    overflow: auto;
}
.video-widget.subnav-widget {
    border-top: none;
}
.video-widget .instructions {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.breadcrumbs {
    padding: 6px 0 6px;
    border-bottom: solid 1px #eee;
    background: #efefef;
}

/* Responsive Tables
----------------------------------------------------*/
.container.content .col-lg-9 table {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.container.content .col-lg-9 table tr {
    border: 0;
    margin: 0;
    padding: 0;
}

.container.content .col-lg-9 table tr th,
.container.content .col-lg-9 table tr td {
    border: 0;
    margin: 0;
    padding: 0 17px;
    vertical-align: top;
}

.container.content .col-lg-9 table tr th:first-child,
.container.content .col-lg-9 table tr td:first-child {
    padding-left: 0;

}
.container.content .col-lg-9 table tr th:last-child,
.container.content .col-lg-9 table tr td:last-child {
    padding-right: 0;
}

@media (max-width: 768px) {
    .container.content .col-lg-9 table tr th,
    .container.content .col-lg-9 table tr td {
        display: inline-block;
        width: 100% !important;
        padding: 0;
    }
}

/* Mobile First
----------------------------------------------------*/
@media (max-width: 767px) {
    .btn-u {
        font-size: 16px;
    }
    .blog-topbar i {
        font-size: 16px;
    }
    .quick-links a {
        display: inline-block;
        padding: 7px 0px;
        font-size: 18px;
    }
    .footer-socials a {
        display: inline-block;
        padding: 11px;
    }
    .footer-socials a > i {
        font-size: 21px;
    }
}
@media (max-width: 576px) {
    .hidden-xxs {
        display: none !important;
    }
}

/*
 * Reference:
 * https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
 *
 */

/* Speech: Used for screenreaders that
 * "reads" the page out loud
----------------------------------------------------*/
@media speech {}

/* Screen: Used for computer screens,
 * tablets, smart-phones etc.
----------------------------------------------------*/
@media screen {}

/* Print: Used for printers
----------------------------------------------------*/
@media print {
    @page {
        margin: 0.5cm;
    }
    * {
        -webkit-transition: none !important;
        transition: none !important;
    }
    body {
        font-size: 14px;
        line-height: 1.5;
    }
    h1,h2,h3,h4,h5,h6 {
        font-weight: bold !important;
        font-size: 18px !important;
        margin: 3px 0px !important;
        padding: 0 !important;
        line-height: 1.4;
    }
    a[href]:after {
        content: none !important;
    }
    .header-fixed-space-v2,
    .content {
        padding: 0 !important;
    }
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left !important;
    }
    .col-lg-12 { width: 100% !important; }
    .col-lg-11 { width: 91.66666667% !important; }
    .col-lg-10 { width: 83.33333333% !important; }
    .col-lg-9 { width: 75% !important; }
    .col-lg-8 { width: 66.66666667% !important; }
    .col-lg-7 { width: 58.33333333% !important; }
    .col-lg-6 { width: 50% !important; }
    .col-lg-5 { width: 41.66666667% !important; }
    .col-lg-4 { width: 33.33333333% !important; }
    .col-lg-3 { width: 25% !important; }
    .col-lg-2 { width: 16.66666667% !important; }
    .col-lg-1 { width: 8.33333333% !important; }

    .col-print-1 {width:8% !important;  float:left !important;}
    .col-print-2 {width:16% !important; float:left !important;}
    .col-print-3 {width:25% !important; float:left !important;}
    .col-print-4 {width:33% !important; float:left !important;}
    .col-print-5 {width:42% !important; float:left !important;}
    .col-print-6 {width:50% !important; float:left !important;}
    .col-print-7 {width:58% !important; float:left !important;}
    .col-print-8 {width:66% !important; float:left !important;}
    .col-print-9 {width:75% !important; float:left !important;}
    .col-print-10{width:83% !important; float:left !important;}
    .col-print-11{width:92% !important; float:left !important;}
    .col-print-12{width:100% !important; float:left !important;}

    .print-fullwidth { width: 100% !important; }
    .panel-body { padding: 7px 15px; }
}
.print-pane { page-break-inside: avoid; }
.print-pane .tag-box { margin-bottom: 15px; }

