@font-face {
    font-family: 'rubikbold';
    src: url('fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikmedium';
    src: url('fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikregular';
    src: url('fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    background-color: #fff;
}
body {
    color: #000;
    font-family: 'rubikregular', Arial, sans-serif;
    font-size: 1.0rem;
}

/* <color-theme> */
.bg-faded {
    background-color: #ebebeb;
}
.bg-primary {
    background-color: #db171f !important;
}
.bg-inverse {
    background-color: #000000 !important;
    color: #fff;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-footer {
    background: #f2f2f2 url('../img/bg-footer.jpg') no-repeat 50% 0%;
    background-size: cover;
    line-height: 1.75;
}
.bg-stripped {
    background: #f2f2f2 url('../img/bg-stripped.jpg') no-repeat 50% 0%;
    background-size: cover;
}
a:focus,
a:hover {
    color: #000;
}
a {
    color: #db171f;
}
.bg-primary a:focus,
.bg-primary a:hover {
}
.bg-primary a,
.bg-primary h3 {
    color: #ffffff;
}
.bg-inverse a:focus,
.bg-inverse a:hover,
a.bg-inverse:focus,
a.bg-inverse:hover {
    color: #ffffff;
}
.bg-inverse a,
a.bg-inverse {
    color: #ffffff;
}
.bg-footer a {
    color: #000;
}
.bg-footer .h5::after {
    background: #db171f;
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
    width: 3.0rem;
    height: 2px;
}
@media (min-width: 544px) {
    .bg-footer .h5::after {
        margin-left: 0;
    } 
} 

/*a[href*=tel:],*/
a[href*=mailto] {
    display: inline-block;
    white-space: nowrap;
}
a.h4 {
    margin-bottom: 0;
}
.text-primary {
    color: #db171f !important;
}
.text-black {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
.text-muted {
    color: inherit !important;
    opacity: 0.6;
}
.text-underline-none {
    text-decoration: none !important;
}
hr {
    border-color: rgba(0,0,0,0.2);
    border-width: 1px 0 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.shadow {
    -webkit-box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.25);
    -moz-box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.25);
    box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.25);
}

/* <color-theme> */

/* <typography> */
#main a:active,
#main a:hover {
    text-decoration: none;
}
#main a {
    text-decoration: underline;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'rubikbold', Arial, sans-serif;
    margin-bottom: 0;
}
.bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4 {
    color: #fff !important;
}

main h1, main .h1, main h2, main .h2, main h3, main .h3, main h4, main .h4 {
}
h1, .h1 {
    font-size: 2.25rem;
    line-height: 3.25rem;
    padding-bottom: 1.25rem;
}
h1::after,
.h-line::after {
    background: #db171f;
    content: '';
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
    width: 7.5rem;
    height: 2px;
}
h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-top: 2.0rem;
    margin-bottom: 1.5rem;
}
h3, .h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin-bottom: 1.5rem;
}
h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.75rem;
}
h5, .h5 {
    font-family: 'rubikmedium', Arial, sans-serif;
    font-size: 1.0rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 2rem;
}
ul {
    list-style-image: url('../img/bullet.svg');
    padding-left: 1.5rem;
}
ul.alert {
    list-style: none;
}
.table {
    margin-bottom: 3rem;
}
.table th, .table td,
.file-gallery-table th, .file-gallery-table td {
    border-top: 1px solid #ccc;
}
.file-gallery-table th, .file-gallery-table td {
    padding: 0.5rem;
}
.table strong {
    color: #ed1c24;
}

.hoverable:hover {
    background-color: #ebebeb;
}

.form-control:focus {
  border-color: #db171f;
}
.custom-control.d-block .custom-control-indicator {
    top: 0.4375rem;
}
.custom-control.d-block {
    margin-bottom: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.custom-control.d-block::after {
    margin-bottom: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #db171f;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #ccc;
}
.custom-control-indicator {
    background-color: #fff;
    border: 1px solid #aaa;
    width: 16px;
    height: 16;
    -webkit-background-size: 0.625rem 0.625rem;
            background-size: 0.625rem 0.625rem;
}
.custom-control-input:checked ~ .custom-control-indicator {
    border-color: #000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23db171f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23db171f' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23db171f'/%3E%3C/svg%3E");
}

/* </typography> */

/* <bootstrap-upgrade> */
.m-b-05 {
    margin-bottom: 0.5rem !important;
}
.m-x--0-1875 {
    margin-left: -0.1875rem !important;
    margin-right: -0.1875rem !important;
}
.m-x-05 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
    @media (min-width: 1200px) {
        .m-xl-l-2 {
            margin-left: 2rem !important;
        }
        .m-xl-l-3 {
            margin-left: 3rem !important;
        }
    }
.m-y-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.p-a-0-1875 {
    padding: 0.1875rem !important;
}
.p-r-0-5 {
    padding-right: 0.5rem !important;
}
.p-t-0-25 {
    padding-top: 0.25rem !important;
}
.p-t-2-5 {
    padding-top: 2.5rem !important;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.t-1 {
    top: 1rem;
}
.b-0 {
    bottom: 0;
}
.r-0 {
    right: 0;
}
.hover-zoom {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.hover-zoom:hover,
.hover-zoom:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.pos-fixed {
    position: fixed;
    z-index: 1;
}
.v-align-top {
    vertical-align: top;
}
.v-align-top {
    vertical-align: top;
}
.v-align-baseline {
    vertical-align: baseline;
}

.pos-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 77;
}
@media (min-width: 768px) {
    .pos-md-sticky {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        z-index: 77;
    }
}
@media (max-width: 991px) {
    .sticky-content-toggler {
        height: 4rem;
        margin-bottom: 1px;
        line-height: 3.75rem;
        overflow: hidden;
    }
    .sticky-content-toggler > span {
        display: inline-block;
        background: #fff;
        vertical-align: middle;
        position: relative;
        width: 0.375rem;
          height: 0.375rem;
        border-radius: 50%;
          
    }
    .sticky-content-toggler > span::before,
    .sticky-content-toggler > span::after {
        background: #fff;
        content: '';
        position: absolute;
          top: -0.625rem;
          left: 0;
        width: 0.375rem;
          height: 0.375rem;
        border-radius: 50%;
    }
    .sticky-content-toggler > span::after {
          top: 0.625rem;
    }
    .sticky-content-wrapper {
        float: right;
        overflow: hidden;
        width: 0;
            max-height: 0;
        transition: all 0.3s, max-height 2s;
    }
    .sticky-content-wrapper.active {
        width: 16rem;
            max-height: 150rem;
        box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    }
    .sticky-content {
        width: 16rem;
    }
}
/* </bootstrap-upgrade> */

/* <buttons> */
.btn {
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    font-family: 'rubikmedium', Arial, sans-serif;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none !important;
    white-space: normal;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem 0.125rem 0.5rem;
    font-size: 0.875rem;
}
.btn-ski {
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    -webkit-border-top-right-radius: 4rem;
    -moz-border-top-right-radius: 4rem;
    border-top-right-radius: 4rem;
    -webkit-border-bottom-right-radius: 4rem;
    -moz-border-bottom-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}
.btn-primary,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.focus:disabled, .btn-primary:disabled:focus,
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #db171f;
    border-color: #db171f;
    color: #fff;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
    background-color: #bc0008;
    border-color: #bc0008;
    color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: #960006;
    border-color: #960006;
    color: #fff;
}
.btn-secondary,
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.focus:disabled, .btn-secondary:disabled:focus,
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff !important;
}
.btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
    background-color: #333;
    border-color: #333;
    color: #fff !important;
}
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.focus:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
    background-color: #666;
    border-color: #666;
    color: #fff !important;
}
    .bg-primary .btn-secondary:hover,
    .bg-primary .btn-secondary.focus, .bg-primary .btn-secondary:focus,
    .bg-primary .btn-secondary.active, .bg-primary .btn-secondary:active, .open > .bg-primary .btn-secondary.dropdown-toggle {
        background-color: #fff;
        border-color: #fff;
        color: #000 !important;
    }
    .bg-primary .btn-secondary.active.focus, .bg-primary .btn-secondary.active:focus, .bg-primary .btn-secondary.active:hover, .bg-primary .btn-secondary.focus:active, .bg-primary .btn-secondary:active:focus, .bg-primary .btn-secondary:active:hover, .open > .bg-primary .btn-secondary.dropdown-toggle.focus, .open > .bg-primary .btn-secondary.dropdown-toggle:focus, .open > .bg-primary .btn-secondary.dropdown-toggle:hover {
        background-color: rgba(255,255,255, 0.2);
        border-color: #fff;
        color: #fff !important;
    }

.btn-success {
  background-color: #99c21d;
  border-color: #99c21d;
}
.btn-success:hover,
.btn-success:focus, .btn-success.focus,
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-color: #81a908;
  border-color: #81a908;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    background-color: #688b00;
    border-color: #688b00;
    color: #fff !important;
}

.btn-outline-secondary {
  color: #888;
  background-color: transparent;
  border-color: #888;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus, .btn-outline-secondary.focus,
.btn-outline-secondary:active, .btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #666;
  border-color: #444;
}


/* </buttons> */

/* <header> */
/*logo
header a.d-inline-block.p-y-1 {
    max-width: calc(100% - 5rem);
}
*/
header {
    position: relative;
    z-index: 99;
}
header .logo {
    margin-bottom: -1.5rem;
    position: relative;
    z-index: 88;
}
header .logo:hover {
    -webkit-box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.5);
    -moz-box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.5);
    box-shadow: 0rem 0.5rem 1rem rgba(0,0,0,0.5);
}

header a {
    font-family: 'rubikmedium', Arial, sans-serif;
}
/* </header> */

/* <banner> */
.banner-list {
    font-size: 0rem;
    margin: 0rem 0rem;
    overflow: hidden;
    white-space: nowrap;
}
.banner-list > div {
    background: url('../img/bg-banner-content.jpg');
    background-size: cover;
    background-position: 0% 50%;
}

.banner-list > div {
    display: inline-block;
    float: none;
    padding: 0;
    position: relative;
    text-align: center;
    -moz-transition: margin-left 2.5s ease 0s;
    -webkit-transition: margin-left 2.5s ease 0s;
    transition: margin-left 2.5s ease 0s;
    vertical-align: middle;
    white-space: normal;
}
.banner-list > div.banner-list-first {
    margin-left: -100%;
}
.banner-list .img-fluid {
    width: 100%;
}
#headerbanner {
    position: relative;
    overflow: hidden;
}
#bannerleft, #bannerright {
    color: transparent;
    cursor: pointer;
    font-size: 0rem;
    margin-top: -22px;
    position: absolute;
      top: 50%;
    z-index: 2;
    width: 28px; height: 44px;
}
#bannerleft {
    background: url('../img/arrow-left.svg') no-repeat;
    background-size: 100% 100%;
    left: 1rem;
}
#bannerright {
    background: url('../img/arrow-right.svg') no-repeat;
    background-size: 100% 100%;
    right: 1rem;
}
@media (max-width: 544px) {
    .banner-list h1{
        font-size: 1.75rem;
        line-height: 2rem;
    }
    .banner-list br{
        display: none;
    }
    .banner-list .bg-primary-trans {
        height: 24rem;
    }
}
@media (max-width: 319px) {
    .banner-list .bg-primary-trans {
        height: 25rem;
    }
}
@media (min-width: 320px) and (max-width: 359px) {
    .banner-list .bg-primary-trans {
        height: 22rem;
    }
}
@media (min-width: 360px) and (max-width: 544px) {
    .banner-list .bg-primary-trans {
        height: 18rem;
    }
}

/* </banner> */


/* <bottom> */
/* </bottom> */

/* <navbars> */
.navbar-toggler {
    outline: none !important;
    padding: 0.75rem;
}
.navbar-toggler .menu-icon{
    display: inline-block;
    height: 4px;
    margin-top: -3px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}
.navbar-toggler .menu-icon:before,
.navbar-toggler .menu-icon:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}
.navbar-toggler .menu-icon {
    background-color: transparent;
}
.navbar-toggler .menu-icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler .menu-icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.collapsed .menu-icon {
    background-color: #fff;
}
.navbar-toggler.collapsed .menu-icon:before {
    margin-top: -9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggler.collapsed .menu-icon:after {
    margin-top: 9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
#navbar-main {
    position: relative;
    z-index: 1;
}
    @media (max-width: 991px) {
        #navbar-main {
            background: #fff;
            border-bottom: 2px solid #DB171F;
            padding-top: 2rem;
            position: absolute;
              top: 1px;
            width: 100%;
            -webkit-box-shadow: 0 2rem 2rem rgba(0,0,0,0.25);
            -moz-box-shadow: 0 2rem 2rem rgba(0,0,0,0.25);
             box-shadow: 0 2rem 2rem rgba(0,0,0,0.25);
        }
    }
    @media (min-width: 992px) {
        #navbar-main {
            height: auto !important;
        }
        .navbar-top.navbar-nav {
            display: table;
        }
    }

@media (min-width: 992px) {
    .navbar-top.navbar-nav > .nav-item {
        display: table-cell;
        vertical-align: middle;
    } 
}
.navbar-top.navbar-nav .nav-item + .nav-item {
    border-left: none;
    margin-left: 0;
}
.navbar-top.navbar-nav > .nav-item.active > a,
.navbar-top.navbar-nav > .nav-item:focus > a,
.navbar-top.navbar-nav > .nav-item:hover > a {
    background-color: #eee;
}
.navbar-top.navbar-nav > .nav-item > a {
    display: block;
    font-size: 1.125rem;
    padding: 0.75rem 1.25rem;
    position: relative;
    text-decoration: none;
}
    @media (max-width: 991px) {
        .navbar-top.navbar-nav > .nav-item > a {
            background: #fff;
            border-bottom: 1px solid #ddd;
            color: #000;    
        }
    }
    @media (min-width: 992px) {
        .navbar-top.navbar-nav > .nav-item > a {
            display: table-cell;
            height: 6.125rem;
            font-size: 1.0rem;
            padding: 1.5rem 0.75rem;
            vertical-align: middle;
            text-align: center;
        }
        .navbar-top.navbar-nav > .nav-item > a::before {
            background: rgba(255,255,255,0.35);
            content: '';
            width: 1px;
            position: absolute;
              left: 0;
              top: 1rem;
              height: 4rem;
        }
        .navbar-top.navbar-nav > .nav-item.active > a,
        .navbar-top.navbar-nav > .nav-item:focus > a,
        .navbar-top.navbar-nav > .nav-item:hover > a {
            background-color: #fff;
            color: #000;
        }
    }
    @media (min-width: 1200px) {
        .navbar-top.navbar-nav > .nav-item > a {
            padding: 0.5rem 1.5625rem;
        }
    }
    
.navbar-top.navbar-nav > .nav-item > ul {
    background: #fff;
    border-bottom: 2px solid #DB171F;
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 15rem;
    -webkit-box-shadow: 0rem 1.5rem 1.5rem rgba(0,0,0,0.3);
    -moz-box-shadow: 0rem 1.5rem 1.5rem rgba(0,0,0,0.3);
    box-shadow: 0rem 1.5rem 1.5rem rgba(0,0,0,0.3);
}
    @media (min-width: 992px) {
        .navbar-top.navbar-nav > .nav-item:hover > ul {
            display: block;
        }
    }
.navbar-top.navbar-nav > .nav-item > ul > .nav-item {
    border: none;
    float: none !important;
}
.navbar-top.navbar-nav > .nav-item > ul > .nav-item > a {
    border-top: 1px solid #cacaca;
    color: #000; 
    display: block;
    padding: 0.5rem 1rem;
}
.navbar-top.navbar-nav > .nav-item > ul > .nav-item > a:hover {
    background-color: rgba(0,0,0,0.1);
    text-decoration: none;
}

.navbar-bottom.navbar-nav > .nav-item {
    margin-left: 0;
}
.navbar-bottom.navbar-nav > .nav-item > a {
    display: block;
}

.navbar-order > div {
    display: table;
    margin-bottom: 0.25rem;
}
    @media (min-width: 544px) {
        .navbar-order > div {
            margin-bottom: 0;
        }
    }
.navbar-order .btn {
    border: none;
    display: table-cell;
    height: 3.0rem;
    padding: 0 0.5rem 0 0.5rem;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: inset 0 -0.25rem 0 0 rgba(0,0,0,0.25);
}
    @media (min-width: 544px) {
        .navbar-order .btn {
            height: 4.0rem;
        }
    }
.navbar-order .btn.disabled {
    background-color: #bbb;
    opacity: 1;
}
.navbar-order .btn > span {
    position: relative;
    z-index: 1;
}
.navbar-order .btn::after {
    content: '';
    display: block;
    background: inherit;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    position: absolute;
      bottom: -1.1875rem;
      right: 50%;
    width: 1.25rem;
      height: 1.25rem;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(135deg);
    -moz-transform: translateY(-50%) translateX(50%) rotate(135deg);
    -ms-transform: translateY(-50%) translateX(50%) rotate(135deg);
    transform: translateY(-50%) translateX(50%) rotate(135deg);
}
    @media (min-width: 544px) {
        .navbar-order .btn::after {
              bottom: -1.0625rem;
              right: -1.625rem;
              width: 3.0625rem;
                height: 3.0625rem;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -moz-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
        }
    }
.navbar-order > div:last-child .btn::after {
    display: none;
}
.navbar-order > div .btn {
    position: relative;
    z-index: 9;
}
.navbar-order > div + div .btn {
    z-index: 8;
}
    @media (min-width: 544px) {
        .navbar-order > div + div .btn {
            padding: 0 0.5rem 0 2.5rem;
        }
    }
.navbar-order > div + div + div .btn {
    z-index: 7;
}
.navbar-order > div + div + div + div .btn {
    z-index: 6;
}

#main .nav-side li a:active,
#main .nav-side li a:hover {
    color: #db171f;
    text-decoration: underline;
}
#main .nav-side li a {
    display: block;
    color: #000;
    text-decoration: none;
}
#main .nav-side li.active > a {
    color: #db171f;
    text-shadow: 0.5px 0 0;
}
/* </navbars> */

/* */
.btn-group .btn-primary {
    background-color: #aaa;
    border: 1px solid #fff !important;
}
.btn-group .btn-primary::before {
    content: '◯';
    float: left;
}
.btn-group .btn-primary:hover {
    background-color: #999;
}
.btn-group .btn-primary.active {
    background-color: #db171f;
}
.btn-group .btn-primary.active::before {
    content: '✔';
    float: left;
}
.btn-group .btn + .btn {
    margin-left: 0;
}
/* */

/* <icons> */
.icon::before {
    content: '';
    display: block;
    height: 64px; width: 64px;
    margin: 0 auto 1rem auto;
    vertical-align: middle;
}
.icon-arr-right::before,
.icon-arr-right-white::before {
    display: inline-block;
    background: url('../img/icon-arr-right.svg') no-repeat 50% 50%;
    height: 16px; width: 24px;
    margin: -4px 0.75rem -2px 0;
}
.icon-arr-right-white::before {
    background: url('../img/icon-arr-right-white.svg') no-repeat 50% 50%;
}
.icon-phone,
.icon-mail {
    margin-right: 0.25rem;
    margin-top: -0.25rem;
}
.icon-time {
    margin-right: 0.25rem;
    margin-top: 0.3125rem;
}
/* </icons> */

/* <panel> */
.panel-heading .btn {
    outline: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
}
.panel-heading .btn-secondary::after {
    content: '';
    float: right;
    margin-top: 0.25rem;
    width: 0;
      height: 0;
    border-style: solid;
    border-width: 0.4375rem 0 0.4375rem 0.625rem;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.panel-heading .btn-secondary:hover::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-heading .btn-secondary:not(.collapsed) {
    background: transparent;
    border-color: transparent;
    color: #000 !important;
}
.panel-heading .btn-secondary:not(.collapsed)::after {
    border-color: transparent transparent transparent #000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.panel-heading .btn-secondary:not(.collapsed):hover::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* </panel> */

/* <gallery> */
.image-gallery {
  font-size: 0px;
  margin: 0 -10px 2rem -10px;
  text-align: center;
}

.image-gallery-item {
  font-size: 13px;
  font-size: 0.8125rem;
    display: inline-block;
    position: relative;
  vertical-align: top;
}
.image-gallery-item a, .image-gallery-item span {
    display: block;
    overflow: hidden;
}
.image-gallery-item a:hover{
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.30);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.30);
  box-shadow: 0 0 20px rgba(0,0,0,0.30);
}
.image-gallery-item img {
    margin: 0;
    padding: 0;
    max-width: 980px !important;
}
.image-gallery-item div.image-gallery-item-description {
    background-color: rgb(85, 127, 37);
    background-color: rgba(85, 127, 37, 0.8);
    color: #fff;
    font-size: 1.2em;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    text-align: left;
    pointer-events: none;
}
.image-gallery-item:hover div.image-gallery-item-description{
    background-color: rgb(85, 127, 37);
}
#cboxTitle {
    display: none !important;
}
/* </gallery> */

/* <valhalla-grid> */
.pageGrid::after,
.grid::after {
    clear: both;
    content: '';
    display: table;
}
@media (max-width: 767px) {
    .pageGrid-left[style*='width: 34%;'],
    .pageGrid-right[style*='width: 64%;'] {
            clear: both;
            float: none !important;
            width: auto !important;
    }
}
@media (max-width: 543px) {
    .pageGrid-right, .pageGrid-left {
        clear: both;
        float: none !important;
        width: auto !important;
    }
}
@media (min-width: 544px) {
    .pageGrid-right {
        float: right;
    }
    .pageGrid-left {
        float: left;
    }
}
.google-map > div {
    max-width: 100%;
}
#guglMapa {
    height: 250px;
}
    @media (min-width: 544px) {
        #guglMapa {
            height: 300px;
        }
    }
    @media (min-width: 768px) {
        #guglMapa {
            height: 400px;
        }
    }
    @media (min-width: 992px) {
        #guglMapa {
            height: 500px;
        }
    }
/* </valhalla-grid> */

/* <online order> */
.package-info-panel-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 1rem 0;
    border-color: transparent #ebebeb transparent transparent;
    position: absolute;
      left: 0;
}

/* </online order> */
.calendar-heading {
    font-family: 'rubikbold', Arial, sans-serif;
    height: 2.0rem;
      line-height: 2rem;
    overflow: hidden;
}
.calendar-prev-item,
.calendar-next-item {
    cursor: pointer;
    float: left;
    padding: 0.625rem;
}
.calendar-next-item {
    float: right;
}
.calendar-prev-item::before,
.calendar-next-item::before {
    content: '';
    display: block;
    width: 0;
      height: 0;
    border-style: solid;
    border-width: 0.4375rem 0.625rem 0.4375rem 0rem;
    border-color: transparent #000 transparent transparent;
}
.calendar-next-item::before {
    border-width: 0.4375rem 0rem 0.4375rem 0.625rem;
    border-color: transparent transparent transparent #000;
}

.calendar-day-names > span,
.calendar-days > span,
.calendar-slots > span {
    float: left;
    font-size: 0.8125rem;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 14.2857%;
        height: 2.0rem;
}
.calendar-slots > span {
    height: 1.75rem;
    line-height: 1.75rem;
    width: 16.6667%;
}
    @media (max-width: 460px) {
        .calendar-slots > span {
            margin-bottom: 0;
            width: 33.3333%;
        }
        .calendar-slots > span:nth-of-type(6n) {
            margin-bottom: 0.25rem;
        }
    }
.calendar-days > span,
.calendar-slots > span {
    color: #fff;
    font-family: 'rubikbold', Arial, sans-serif;
    -webkit-box-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.4);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.calendar-days > span.hoverable:hover,
.calendar-slots > span.hoverable:hover {
    cursor: pointer;
    position: relative;
    outline: 0.25rem solid #000;
    z-index: 1;
}
.calendar-days > span.active,
.calendar-slots > span.active {
    background-color: #000 !important;
}
.calendar-days > span.day-offset-1 {
    margin-left: 14.2857%;
}
.calendar-days > span.day-offset-2 {
    margin-left: 28.5714%;
}
.calendar-days > span.day-offset-3 {
    margin-left: 42.8571%;
}
.calendar-days > span.day-offset-4 {
    margin-left: 57.1428%;
}
.calendar-days > span.day-offset-5 {
    margin-left: 71.4285%;
}
.calendar-days > span.day-offset-6 {
    margin-left: 85.7142%;
}
.calendar-slots > span > small {
    font-family: 'rubikregular', Arial, sans-serif;
    font-size: 0.625rem;
    line-height: 1.125rem;
    position: absolute;
      top: 0;
      left: 0;
    width: 1rem;
    z-index: 2;
}
.calendar-slots > span > small::before {
    content: '';
    background-color: rgba(0,0,0,0.35);
    position: absolute;
      top: -1.6875rem; left: -1.6875rem;
    width: 3rem; height: 3rem;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.calendar-slots > span.active > small::before {
    background-color: rgba(255,255,255,0.35);
}

.calendar-legend {
    font-size: 0.8125rem;
}
.calendar-legend li {
    padding: 0 0 0.25rem 0;
}
.calendar-legend li + li + li + li + li + li{
  display: none;
}

.calendar-legend li span {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: text-top;
    width: 1.75rem;
      height: 1.0rem;
}

/* <homepage> */
.hp-banner ol {
    counter-reset: li;
}
.hp-banner ol > li::before {
    background: #DB171F;
    border-radius: 50%;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    font-size: 0.5em;
        line-height: 2.25em;
    display: inline-block;
    margin: -0.125rem 0.75rem 0 0;
    text-align: center;
    vertical-align: text-top;
    width: 2.0em;
      height: 2.0em;
}
.hp-banner ol > li {
    opacity: 0.6;
}
.hp-banner ol > li + li{
    opacity: 0.75;
}
.hp-banner ol > li + li + li{
    opacity: 1;
}

.hp-banner {
    background: #d5ddef url('../img/bg-banner.jpg') no-repeat 50% 50%;
    /*background: #d5ddef url('../img/bg-banner-zaletneni-2018.jpg') no-repeat 50% 50%;*/
    /*background: #d5ddef url('../img/bg-banner-leto-2018.jpg') no-repeat 50% 50%;*/
    background-size: auto 100%;
    background-size: cover;
    padding: 1.0rem 0 0 0;
}
.hp-banner ol.h2 {
    font-size: 1.25rem;
    line-height: 1.2;
}
.hp-banner-stripe {
    font-family: 'rubikbold', Arial, sans-serif;
    font-size: 1.0625rem;
    margin: 2rem 0 -2rem 0;
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .hp-banner ol.h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .hp-banner {
        padding: 2rem 0 0 0;
    }
    .hp-banner-stripe {
        font-size: 1.25rem;
        margin: 3rem 0 -2rem 0;
    }
}
@media (min-width: 992px) {
    .hp-banner ol.h2 {
        font-size: 1.875rem;
        line-height: 1.5;
    }
    .hp-banner {
        padding: 3rem 0 0 0;
    }
    .hp-banner-stripe {
        font-size: 1.5rem;
        margin: 5rem 0 -2rem 0;
    }
}
@media (min-width: 1200px) {
    .hp-banner {
        padding: 5rem 0 0 0;
    }
    .hp-banner-stripe {
        margin: 8rem 0 -2rem 0;
   }
}
.homebox-primary > div {
    background-size: cover;
    background-position: 50% 100%;
}
@media (max-width: 340px) {
  .homebox-primary br {
      display: none;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .homebox-primary br {
      display: none;
  }
}
#homebox1-content {
    background-image: url('../img/bg-primary-servis.jpg');
}
#homebox2-content {
    background-image: url('../img/bg-primary-skluznice.jpg');
}
#homebox3-content {
    background-image: url('../img/bg-primary-bootfitting.jpg');
}
#homebox4-content {
    background-image: url('../img/bg-primary-fischer.jpg');
}
#homebox5-content {
    background-image: url('../img/bg-primary-swix.jpg');
}
#homebox6-content {
    background-image: url('../img/bg-primary-zdarma.jpg');
}
/* </homepage> */

@-webkit-keyframes shake {
  0% {-webkit-transform: rotateZ(0deg); }	
  80% {-webkit-transform: rotateZ(0deg); }	
  85% {-webkit-transform: rotateZ(3deg); }	
  90% {-webkit-transform: rotateZ(-3deg); }
  95% {-webkit-transform: rotateZ(3deg); }
  100% {-webkit-transform: rotateZ(0deg); }
}
@keyframes shake {
  0% {transform: rotateZ(0deg); }	
  80% {transform: rotateZ(0deg); }	
  85% {transform: rotateZ(3deg); }	
  90% {transform: rotateZ(-3deg); }
  95% {transform: rotateZ(3deg); }
  100% {transform: rotateZ(0deg); }
}
.anim-shake {
    -webkit-animation: 3s shake;
    -webkit-animation-iteration-count: infinite;
    animation: 3s shake;
    animation-iteration-count: infinite;
}
    
.fb-odkaz {
    color: #4267B2 !important;
    text-shadow: 0.5px 0 0;
    padding: 0.5rem 0;
}
.fb-odkaz::before {
    content: '';
    display: inline-block;
    height: 1rem; width: 1rem;
    margin: 0 0.125rem 0 0;
    vertical-align: text-top;
    background: url('../img/icon-facebook.svg') no-repeat 50% 50%;
    background-size: 100% 100%;
}

.fucking-eu-cookies.fucking-priority {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-box-shadow: 0 0 1rem rgba(0,0,0,0.5);
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
}

.before-od::before {
    content: 'od ';
    font-size: 0.8rem;
}