@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: "";
    content: none; }

q:before, q:after {
    content: "";
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

a {
    text-decoration: none;
    color: inherit; }

img {
    max-width: 100%; }

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?mto9c6");
    src: url("../fonts/icomoon.eot?mto9c6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mto9c6") format("truetype"), url("../fonts/icomoon.woff?mto9c6") format("woff"), url("../fonts/icomoon.svg?mto9c6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }

.icon-cancel:before {
    content: ""; }

.icon-bars:before {
    content: ""; }

.icon-arrow-right:before {
    content: ""; }

.icon-search:before {
    content: ""; }

.icon-arrow-left:before {
    content: ""; }

.icon-arrow-down:before {
    content: ""; }

.icon-expand:before {
    content: ""; }

.icon-facebook:before {
    content: ""; }

.icon-twitter:before {
    content: ""; }

.icon-pinterest:before {
    content: ""; }

.icon-google-plus:before {
    content: ""; }

.icon-mail:before {
    content: ""; }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: translateY(-100px) translateZ(0px);
        transform: translateY(-100px) translateZ(0px); }
    to {
        -webkit-transform: translateY(0) translateZ(0px);
        transform: translateY(0) translateZ(0px); } }
@keyframes scaleIn {
    from {
        -webkit-transform: translateY(-100px) translateZ(0px);
        transform: translateY(-100px) translateZ(0px); }
    to {
        -webkit-transform: translateY(0) translateZ(0px);
        transform: translateY(0) translateZ(0px); } }
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

html,
.front-page:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }

html.page-loaded,
html.page-loaded .front-page:before {
    opacity: 1; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table; }

.clearfix:after {
    clear: both; }

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-list .slick-slider .slick-track,
.slick-list .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.slick-list .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-list:before, .slick-list:after {
    content: "";
    display: table; }
.slick-list:after {
    clear: both; }
.slick-loading .slick-list {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    z-index: 0 !important;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide:focus {
    outline: none; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-slide .slick-arrow.slick-hidden {
    display: none; }

.slick-dots {
    position: absolute;
    bottom: 8px;
    display: inline-block;
    z-index: 2;
    right: 140px; }
@media(max-width: 600px) {
    .slick-dots {
        right: 100px; } }
.slick-dots li {
    display: inline-block;
    margin: 0 2px; }
.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    font-size: 0px;
    display: block;
    background: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    padding: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.slick-dots li button:hover {
    background-color: #b51434;
    -webkit-box-shadow: inset 0px 0px 0px 1px #b51434;
    box-shadow: inset 0px 0px 0px 1px #b51434; }
.slick-dots .slick-active button {
    background-color: #b51434;
    -webkit-box-shadow: inset 0px 0px 0px 1px #b51434;
    box-shadow: inset 0px 0px 0px 1px #b51434; }

html .row-fit {
    margin: 0; }
html .row-fit [class*="col-"] {
    padding: 0; }

header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f0f0f0;
    display: block;
    position: relative; }
header:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 20px;
    width: 100%;
    border-bottom: 3px solid rgba(36, 36, 36, 0.4);
    background-color: rgba(36, 36, 36, 0.3); }
header .container-header {
    height: 100vh; }
@media(max-width: 1366px) {
    header .container-header {
        height: auto; } }
header .container-header .slide-info {
    position: absolute;
    left: 45px;
    bottom: 0;
    z-index: 2; }
@media(max-width: 600px) {
    header .container-header .slide-info {
        left: 10px; } }
header .container-header .slide-info .slide-control-box {
    width: 60px;
    float: left; }
@media(max-width: 767px) {
    header .container-header .slide-info .slide-control-box {
        width: 45px; } }
@media(max-width: 370px) {
    header .container-header .slide-info .slide-control-box {
        width: 35px; } }
header .container-header .slide-info .slide-control-box .slide-prev-button,
header .container-header .slide-info .slide-control-box .slide-next-button {
    display: block;
    width: 60px;
    font-size: 25px;
    color: #c8c8c7;
    background-color: rgba(36, 36, 36, 0.9);
    text-align: center;
    cursor: pointer;
    border: 1px solid #1f1f1f; }
@media(max-width: 767px) {
    header .container-header .slide-info .slide-control-box .slide-prev-button,
    header .container-header .slide-info .slide-control-box .slide-next-button {
        width: 45px;
        font-size: 16px; } }
@media(max-width: 370px) {
    header .container-header .slide-info .slide-control-box .slide-prev-button,
    header .container-header .slide-info .slide-control-box .slide-next-button {
        display: none; } }
header .container-header .slide-info .slide-control-box .slide-prev-button:hover,
header .container-header .slide-info .slide-control-box .slide-next-button:hover {
    background-color: rgba(36, 36, 36, 0.7); }
header .container-header .slide-info .slide-control-box .slide-prev-button i,
header .container-header .slide-info .slide-control-box .slide-next-button i {
    line-height: 60px; }
@media(max-width: 767px) {
    header .container-header .slide-info .slide-control-box .slide-prev-button i,
    header .container-header .slide-info .slide-control-box .slide-next-button i {
        line-height: 45px; } }
@media(max-width: 370px) {
    header .container-header .slide-info .slide-control-box .slide-prev-button i,
    header .container-header .slide-info .slide-control-box .slide-next-button i {
        line-height: 35px; } }
header .container-header .slide-info .slide-control-box .post-number {
    border: 1px solid #cc0a31;
    background-color: rgba(181, 20, 52, 0.95);
    height: 120px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    color: #f0f0f0; }
@media(max-width: 767px) {
    header .container-header .slide-info .slide-control-box .post-number {
        width: 45px;
        height: 80px; } }
@media(max-width: 370px) {
    header .container-header .slide-info .slide-control-box .post-number {
        width: 35px;
        height: 35px;
        font-size: 25px; } }
header .container-header .slide-info .slide-post-logo {
    width: 320px;
    height: 182px;
    float: left;
    background-color: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 62px; }
@media(max-width: 767px) {
    header .container-header .slide-info .slide-post-logo {
        width: 140px;
        height: 127px;
        margin-top: 47px;
        padding: 10px; } }
header .show {
    visibility: visible !important;
    opacity: 1 !important; }
header .hide {
    display: none !important; }
header .sticky {
    position: fixed !important;
    -webkit-animation: scaleIn 0.2s ease-in-out;
    animation: scaleIn 0.2s ease-in-out;
    height: 41px !important;
    border-top: 4px solid rgba(35, 31, 32, 0) !important; }
header .sticky .share-links {
    display: block !important;
    top: 0;
    bottom: auto; }
header .sticky:before {
    content: "";
    display: block;
    height: 7px;
    background-color: rgba(35, 31, 32, 0.6);
    width: 100%; }
header .logo {
    width: 220px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    right: 45px;
    z-index: 11;
    top: -4px;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
@media(max-width: 767px) {
    header .logo {
        width: 110px;
        padding: 0 10px;
        height: 80px; } }
@media(max-width: 600px) {
    header .logo {
        right: 10px; } }
header .logo img {
    display: block; }
header .menu-fixed {
    background-color: rgba(35, 31, 32, 0.6);
    height: 55px;
    width: 100%;
    display: block;
    border-top: 7px solid #231f20;
    z-index: 10;
    position: absolute; }
header .menu-fixed .share-links {
    display: none; }
header .menu-fixed .share-button-fixed {
    width: 80px;
    background-color: rgba(36, 36, 36, 0.9);
    color: #f0f0f0;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    border-top: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    display: block; }
header .menu-fixed .share-button-fixed:before {
    content: "";
    width: 78px;
    height: 1px;
    top: 2px;
    background-color: #b51434;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block; }
header .menu-fixed .share-button-fixed:hover {
    background-color: #b51434; }
header .menu-fixed .toggles {
    padding-left: 45px;
    margin-top: -7px;
    height: auto;
    overflow: hidden;
    display: inline-block; }
@media(max-width: 600px) {
    header .menu-fixed .toggles {
        padding-left: 10px; } }
header .menu-fixed .toggles .menu-toggle {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    display: block;
    float: left;
    cursor: pointer;
    color: #dedede; }
header .menu-fixed .toggles .menu-toggle:hover {
    background-color: #b51434;
    border: 1px solid #b51434; }
header .menu-fixed .toggles .menu-title {
    font-size: 15px;
    font-weight: 300;
    color: #a8a8a8;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 24px;
    padding-bottom: 21px;
    width: 100px;
    display: block;
    float: left;
    background-color: rgba(36, 36, 36, 0.9); }
@media(max-width: 500px) {
    header .menu-fixed .toggles .menu-title {
        display: none; } }
header .menu-fixed .toggles .search-toggle {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    display: block;
    float: left;
    color: #dedede;
    cursor: pointer; }
header .menu-fixed .toggles .search-toggle:hover {
    background-color: #b51434;
    border: 1px solid #b51434; }
header .menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20; }
@media(max-width: 375px) {
    header .menu-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
header .menu-container .full-menu {
    background-color: #212121;
    width: 340px;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 10; }
@media(max-width: 375px) {
    header .menu-container .full-menu {
        width: 100%; } }
header .menu-container .full-menu.show-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
header .menu-container .full-menu .close-menu {
    position: absolute;
    top: 30px;
    left: 40px;
    cursor: pointer; }
header .menu-container .full-menu .close-menu:hover {
    color: #b51434; }
header .menu-container .full-menu .close-menu i {
    font-size: 16px;
    color: #dedede; }
header .menu-container .full-menu .close-menu.two-level-close {
    display: none;
    left: 59px; }
@media(max-width: 700px) {
    header .menu-container .full-menu .close-menu.two-level-close {
        display: block;
        right: 30px;
        left: auto; } }
header .menu-container .full-menu .to-first-level {
    color: #dedede;
    display: none;
    left: 56px;
    position: absolute;
    top: 90px;
    font-size: 20px;
    cursor: pointer; }
@media(max-width: 700px) {
    header .menu-container .full-menu .to-first-level {
        display: block;
        top: 30px;
        left: 22px; } }
header .menu-container .full-menu .primary-menu {
    padding: 0 30px 0 40px;
    margin-top: 130px;
    height: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto; }
@media(max-width: 700px) {
    header .menu-container .full-menu .primary-menu {
        padding: 0 30px 0 40px;
        margin-top: 70px;
        height: calc(100% - 70px); } }
@media(max-width: 400px) {
    header .menu-container .full-menu .primary-menu {
        width: 230px; } }
@media(max-width: 375px) {
    header .menu-container .full-menu .primary-menu {
        width: 100%; } }
header .menu-container .full-menu .primary-menu li {
    border-bottom: 1px solid #383838; }
header .menu-container .full-menu .primary-menu li:last-child {
    border-bottom: none; }
header .menu-container .full-menu .primary-menu li.have-dropdown > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    font-family: icomoon; }
header .menu-container .full-menu .primary-menu li.have-dropdown > a:after:hover {
    color: #dedede; }
header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two {
    position: absolute;
    left: 100%;
    width: 400px;
    padding-left: 30px;
    background-color: #212121;
    height: 100%;
    top: 0;
    bottom: 0;
    padding-top: 130px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 0;
    padding-right: 30px;
    overflow-y: auto; }
@media(max-width: 1024px) {
    header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two {
        width: 330px;
        left: 99.8%; } }
@media(max-width: 700px) {
    header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two {
        padding-top: 70px; } }
header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two li:last-child {
    border-bottom: none; }
header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two.show-menu-two {
    visibility: visible;
    opacity: 1; }
header .menu-container .full-menu .primary-menu li.have-dropdown .dropdown-level-two .quantity {
    display: inline-block;
    background-color: #b51434;
    border-radius: 12px;
    color: #dedede;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 8px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-left: 10px;
    line-height: initial; }
header .menu-container .full-menu .primary-menu li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 300;
    padding-left: 30px;
    line-height: 60px;
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media(max-width: 1024px) {
    header .menu-container .full-menu .primary-menu li a {
        font-size: 14px; } }
@media(max-width: 700px) {
    header .menu-container .full-menu .primary-menu li a {
        padding-left: 0; } }
header .menu-container .full-menu .primary-menu li a:hover {
    color: #e7173e; }
header .menu-container .full-menu .primary-menu li a:hover:hover .quantity {
    background-color: #b51434 !important; }
header .menu-container .full-menu .primary-menu li a.red {
    color: #e7173e; }
header .menu-container .full-menu .primary-menu li a.red .quantity {
    background-color: #b51434 !important; }
header .menu-container .full-menu .secondary-menu {
    margin-top: 55px; }
@media(max-width: 1200px) {
    header .menu-container .full-menu .secondary-menu {
        margin-bottom: 20px; } }
header .menu-container .full-menu .secondary-menu li:last-child {
    border: none; }
header .menu-container .full-menu .secondary-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a8a8a8;
    font-weight: 300;
    padding-left: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
    line-height: 35px; }
@media(max-width: 991px) {
    header .menu-container .full-menu .secondary-menu li a {
        font-size: 12px;
        line-height: 24px; } }
header .menu-container .full-menu .secondary-menu li a:hover {
    color: #e7173e; }
header .menu-container .full-menu .language {
    bottom: 20px;
    left: 55px;
    text-align: left;
    margin-top: auto;
    margin-bottom: 20px; }
header .menu-container .full-menu .language li {
    display: inline-block;
    border-bottom: none !important;
    border-right: 1px solid #383838; }
header .menu-container .full-menu .language li:last-child {
    border: none; }
header .menu-container .full-menu .language li a {
    line-height: 40px;
    font-size: 20px;
    color: #a8a8a8;
    padding: 0 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block; }
@media(max-width: 991px) {
    header .menu-container .full-menu .language li a {
        font-size: 12px; } }
header .menu-container .full-menu .language li a:hover {
    color: #e7173e; }
header .menu-posts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 145px;
    padding-right: 50px;
    background-color: #212121;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    overflow: auto; }
@media(max-width: 1024px) {
    header .menu-posts {
        padding-left: 75px; } }
@media(max-width: 700px) {
    header .menu-posts {
        padding-left: 30px;
        padding-right: 30px;
        height: 100%; } }
header .menu-posts .close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    color: #f0f0f0; }
@media(max-width: 700px) {
    header .menu-posts .close-menu {
        display: block; } }
header .menu-posts .to-level-three {
    position: absolute;
    top: 30px;
    left: 23px;
    cursor: pointer;
    display: none;
    color: #f0f0f0;
    font-size: 18px; }
@media(max-width: 700px) {
    header .menu-posts .to-level-three {
        display: block; } }
header .menu-posts .posts-title {
    font-size: 46px;
    color: #e7173e;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 100;
    padding-top: 80px; }
@media(max-width: 1024px) {
    header .menu-posts .posts-title {
        padding-left: 35px;
        text-align: left; } }
@media(max-width: 991px) {
    header .menu-posts .posts-title {
        padding-left: 0; } }
@media(max-width: 700px) {
    header .menu-posts .posts-title {
        font-size: 23px;
        font-weight: 300; } }
header .menu-posts .menu-details {
    font-size: 17px;
    color: #a8a8a8;
    padding: 25px 40px;
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 24px; }
@media(max-width: 991px) {
    header .menu-posts .menu-details {
        padding-left: 0; } }
header .menu-posts .menu-image-box {
    width: 100%;
    border: 1px solid #383838;
    padding: 3px;
    position: relative;
    margin-bottom: 20px; }
header .menu-posts .menu-image-box a {
    display: block;
    width: 100%; }
header .menu-posts .menu-image-box a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    min-height: 170x; }
@media(max-width: 1024px) {
    header .menu-posts .menu-image-box a img {
        max-height: 170px; } }
@media(max-width: 991px) {
    header .menu-posts .menu-image-box a img {
        max-height: 300px; } }
header .menu-posts .menu-image-box a .menu-post-overlay {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
header .menu-posts .menu-image-box a .menu-post-overlay .post-number {
    background-color: #af1533;
    display: inline-block;
    font-size: 25px;
    color: #f0f0f0;
    width: 50px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    border: 1px solid #cc0a31; }
header .menu-posts .menu-image-box a .menu-post-overlay .post-title {
    font-weight: 400;
    font-size: 16px;
    color: #f0f0f0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(31, 31, 31, 0.85);
    display: inline-block;
    line-height: 24px;
    padding: 5px 15px; }
header .slide-cont-details .slick-slide {
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }
@media(max-width: 600px) {
    header .slide-cont-details .slick-slide {
        min-height: 300px; } }
header .slide-cont-details .slick-slide img {
    width: 100%; }
@media(max-width: 600px) {
    header .slide-cont-details .slick-slide img {
        min-height: 300px; } }
header .slide-cont-details .slick-dots {
    right: 180px; }
@media(max-width: 600px) {
    header .slide-cont-details .slick-dots {
        right: 140px; } }
header .slide-cont {
    z-index: 0;
    text-align: center; }
header .slide-cont .slick-slide {
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }
@media(max-width: 600px) {
    header .slide-cont .slick-slide {
        min-height: 300px; } }
header .slide-cont .slick-slide img {
    width: 100%; }
@media(max-width: 600px) {
    header .slide-cont .slick-slide img {
        min-height: 300px; } }
header .slide-cont .down-angle {
    position: absolute;
    left: 50%;
    bottom: 40px;
    font-size: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #bab7b5; }
@media(max-width: 767px) {
    header .slide-cont .down-angle {
        display: none; } }
header .slide-cont .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 60px;
    border: none;
    background-color: rgba(36, 36, 36, 0.9);
    color: #fff;
    outline: none;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    font-size: 0; }
@media(max-width: 767px) {
    header .slide-cont .slick-arrow {
        padding: 0;
        line-height: 40px; } }
@media(max-width: 600px) {
    header .slide-cont .slick-arrow {
        display: none !important; } }
header .slide-cont .slick-arrow:hover {
    background-color: rgba(36, 36, 36, 0.7); }
header .slide-cont .slick-arrow.slick-prev {
    left: 0;
    cursor: pointer; }
header .slide-cont .slick-arrow.slick-prev:before {
    content: "";
    font-size: 20px;
    color: #fff;
    font-family: icomoon;
    padding: 0 10px;
    vertical-align: middle; }
header .slide-cont .slick-arrow.slick-next {
    right: 0;
    cursor: pointer; }
header .slide-cont .slick-arrow.slick-next:before {
    content: "";
    font-size: 20px;
    color: #fff;
    font-family: icomoon;
    padding: 0 10px;
    vertical-align: middle; }
header .slide-cont .overlay-bg {
    background-color: rgba(31, 31, 31, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
@media(max-width: 750px) {
    header .slide-cont .overlay-bg {
        background-color: rgba(31, 31, 31, 0.4); } }
header .slide-cont .overlay-bg .content-overlay {
    max-width: 470px;
    position: absolute;
    bottom: 300px;
    left: 0;
    right: 0;
    margin: 0 auto; }
@media(max-width: 1366px) {
    header .slide-cont .overlay-bg .content-overlay {
        bottom: 130px; } }
@media(max-width: 750px) {
    header .slide-cont .overlay-bg .content-overlay {
        bottom: 50px; } }
header .slide-cont .overlay-bg .content-overlay .text-slide {
    line-height: 28px;
    font-size: 22px;
    color: #f0f0f0;
    font-weight: 300;
    font-style: italic;
    max-width: 470px;
    text-align: center; }
@media(max-width: 750px) {
    header .slide-cont .overlay-bg .content-overlay .text-slide {
        font-size: 17px;
        line-height: 20px; } }
header .slide-cont .overlay-bg .content-overlay .text-slide .strong-text {
    font-weight: 500; }
header .slide-cont .overlay-bg .content-overlay .slide-button {
    font-size: 12px;
    color: #f0f0f0;
    text-transform: uppercase;
    padding: 15px 35px;
    background-color: #b51434;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px; }
@media(max-width: 750px) {
    header .slide-cont .overlay-bg .content-overlay .slide-button {
        padding: 10px; } }
header .slide-cont .overlay-bg .content-overlay .slide-button:hover {
    background-color: #e6163f; }
header .share-links {
    width: 80px;
    right: 45px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(36, 36, 36, 0.9);
    height: auto;
    z-index: 2;
    -webkit-animation: fadeIn 0.2s ease-in-out;
    animation: fadeIn 0.2s ease-in-out; }
@media(max-width: 600px) {
    header .share-links {
        right: 10px; } }
header .share-links .share-icons,
header .share-links .fixed-share {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
header .share-links .share-icons.show-social-icons,
header .share-links .fixed-share.show-social-icons {
    height: auto;
    opacity: 1;
    visibility: visible; }
header .share-links .share-icons.show-social-icons .share-button,
header .share-links .fixed-share.show-social-icons .share-button {
    background-color: #b51434;
    border-top: 1px solid #b51434;
    border-left: 1px solid #b51434;
    border-right: 1px solid #b51434; }
header .share-links a {
    display: block;
    width: 100%;
    color: #f0f0f0;
    padding-top: 8px;
    padding-bottom: 8px; }
header .share-links a:hover {
    background-color: #b51434; }
header .share-links .share-button {
    width: 80px;
    background-color: rgba(36, 36, 36, 0.9);
    color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    border-top: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    display: block; }
@media(max-width: 600px) {
    header .share-links .share-button {
        line-height: 30px; } }
header .share-links .share-button:before {
    content: "";
    width: 78px;
    height: 1px;
    top: 2px;
    background-color: #b51434;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block; }
header .share-links .share-button:hover {
    background-color: #b51434; }
header .expand-slider {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 127px;
    background-color: rgba(36, 36, 36, 0.9);
    color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    border-top: 1px solid #1f1f1f;
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    z-index: 2;
    cursor: pointer; }
@media(max-width: 600px) {
    header .expand-slider {
        right: 92px; } }
header .expand-slider:hover {
    background-color: #b51434; }
header .big-slider-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1f1f1f;
    z-index: 99;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
header .big-slider-box .slick-slide {
    cursor: move; }
header .big-slider-box .slick-slide img {
    max-height: calc(100vh - 200px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
header .big-slider-box.show-big-slider {
    opacity: 1;
    visibility: visible; }
header .big-slider-box .close-slider {
    color: #f0f0f0;
    top: 30px;
    position: absolute;
    left: 30px;
    font-size: 20px;
    cursor: pointer; }
@media(max-width: 700px) {
    header .big-slider-box .close-slider {
        left: 20px; } }
header .big-slider-box h1 {
    font-size: 46px;
    display: block;
    width: 100%;
    font-weight: 100;
    color: #e7173e;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center; }
@media(max-width: 700px) {
    header .big-slider-box h1 {
        font-size: 25px;
        font-weight: 300;
        margin-top: 30px;
        text-align: left;
        padding-left: 20px; } }
header .big-slider-box .slick-slide {
    margin: 20px;
    padding: 3px;
    border: 1px solid #424242;
    border-radius: 3px; }
header .search-container {
    background-color: rgba(26, 26, 26, 0.85);
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
header .search-container .close-search {
    padding-top: 23px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    display: block;
    float: left;
    cursor: pointer;
    color: #dedede;
    left: 45px;
    position: absolute; }
@media(max-width: 500px) {
    header .search-container .close-search {
        left: 10px;
        top: 10px; } }
header .search-container .close-search:hover {
    background-color: #b51434;
    border: 1px solid #b51434; }
header .search-container form {
    position: absolute;
    height: 240px;
    margin-left: 45px;
    margin-right: 45px;
    left: 0;
    right: 0;
    background-color: #212020;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
@media(max-width: 500px) {
    header .search-container form {
        margin-left: 10px;
        margin-right: 10px; } }
header .search-container form h3 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #a8a8a8;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px; }
header .search-container form label {
    max-width: 560px;
    margin: 0 auto;
    display: block; }
@media(max-width: 768px) {
    header .search-container form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px; } }
header .search-container form label input {
    font-size: 40px;
    color: #e7173e;
    background: none;
    border: none;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    outline: none;
    border-bottom: 1px solid #707070;
    line-height: 60px;
    vertical-align: middle; }
@media(max-width: 768px) {
    header .search-container form label input {
        font-size: 22px;
        font-weight: 300;
        line-height: 50px;
        width: 100%; } }
@media(max-width: 500px) {
    header .search-container form label input {
        font-size: 18px; } }
header .search-container form label input::-webkit-input-placeholder {
    font-size: 40px;
    color: #e7173e;
    font-weight: 100;
    font-family: "Roboto", sans-serif; }
header .search-container form label input:-ms-input-placeholder {
    font-size: 40px;
    color: #e7173e;
    font-weight: 100;
    font-family: "Roboto", sans-serif; }
header .search-container form label input::-ms-input-placeholder {
    font-size: 40px;
    color: #e7173e;
    font-weight: 100;
    font-family: "Roboto", sans-serif; }
header .search-container form label input::placeholder {
    font-size: 40px;
    color: #e7173e;
    font-weight: 100;
    font-family: "Roboto", sans-serif; }
@media(max-width: 768px) {
    header .search-container form label input::-webkit-input-placeholder {
        font-size: 22px;
        font-weight: 300; }
    header .search-container form label input:-ms-input-placeholder {
        font-size: 22px;
        font-weight: 300; }
    header .search-container form label input::-ms-input-placeholder {
        font-size: 22px;
        font-weight: 300; }
    header .search-container form label input::placeholder {
        font-size: 22px;
        font-weight: 300; } }
@media(max-width: 500px) {
    header .search-container form label input::-webkit-input-placeholder {
        font-size: 18px; }
    header .search-container form label input:-ms-input-placeholder {
        font-size: 18px; }
    header .search-container form label input::-ms-input-placeholder {
        font-size: 18px; }
    header .search-container form label input::placeholder {
        font-size: 18px; } }
header .search-container form label button {
    outline: none;
    background: none;
    border: none;
    color: #f0f0f0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer; }
@media(max-width: 768px) {
    header .search-container form label button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
header .search-container form label button:hover {
    color: #e7173e; }
header .search-container form label button i {
    font-size: 60px; }
@media(max-width: 768px) {
    header .search-container form label button i {
        font-size: 40px;
        line-height: 50px;
        display: inline-block; } }
@media(max-width: 500px) {
    header .search-container form label button i {
        font-size: 30px; } }
footer {
    display: block;
    min-height: 260px;
    background: linear-gradient(180deg, #1f1f1f 2px, #3e3e3e 2px, #3e3e3e 70px, #424242 70px);
    padding-top: 50px; }
footer .widget-box {
    text-align: left; }
footer .widget-box .widget-title {
    font-weight: 700;
    color: #fe1944;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #363636;
    min-height: 20px;
    margin-bottom: 10px; }
@media(max-width: 991px) {
    footer .widget-box .footer-links {
        margin-bottom: 15px; } }
footer .widget-box .footer-links li a {
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #f0f0f0; }
footer .widget-box .footer-links li a:hover {
    text-decoration: underline; }
footer .sub-footer {
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #545454;
    margin-top: 50px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
footer .sub-footer .sub-footer-links {
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    max-width: 700px;
    line-height: 20px; }
@media(max-width: 991px) {
    footer .sub-footer .sub-footer-links {
        width: 100%;
        display: block;
        max-width: 100%; } }
footer .sub-footer .sub-footer-links a {
    color: #f0f0f0; }
footer .sub-footer .sub-footer-links a:hover {
    text-decoration: underline; }
footer .sub-footer .web-address {
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    float: right;
    line-height: 20px; }
@media(max-width: 991px) {
    footer .sub-footer .web-address {
        width: 100%;
        display: block;
        float: none; } }
body {
    font-family: "Roboto", sans-serif; }
body.overflow-hide {
    overflow: hidden; }
body .summerfest {
    height: 131px;
    display: block;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(180deg, #1a1a1a 1px, #e7173e 1px, #e7173e 2px, #b51434 2px, #b51434 99px, #a8a8a8 99px, #a8a8a8 100px, #707070 100px, #707070 130px, #676767 130px); }
@media(max-width: 991px) {
    body .summerfest {
        height: auto;
        padding-bottom: 8px; } }
body .summerfest .fest-text {
    max-width: 350px;
    text-align: center;
    float: left;
    margin-left: 175px;
    margin-top: 25px; }
@media(max-width: 991px) {
    body .summerfest .fest-text {
        margin-left: auto; } }
@media(max-width: 768px) {
    body .summerfest .fest-text {
        margin-right: auto;
        float: none; } }
body .summerfest .fest-text h4 {
    font-weight: 400;
    color: #242424;
    text-transform: uppercase;
    font-size: 12px; }
body .summerfest .fest-text h4 span {
    font-weight: 700; }
body .summerfest .fest-text h2 {
    font-size: 42px;
    color: #f0f0f0;
    font-weight: 100;
    line-height: 60px; }
@media(max-width: 400px) {
    body .summerfest .fest-text h2 {
        font-size: 23px;
        font-weight: 300; } }
body .summerfest .fest-text p {
    font-size: 12px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 12px; }
body .summerfest .fest-text p span {
    font-weight: 700;
    color: #e0e0e0; }
body .summerfest .fest-table {
    border: 1px solid #292929;
    border-radius: 2px;
    float: right;
    margin-right: 40px;
    max-width: 300px;
    text-align: center;
    margin-top: 20px; }
@media(max-width: 768px) {
    body .summerfest .fest-table {
        margin-right: auto;
        float: none;
        margin-left: auto; } }
body .summerfest .fest-table .table-heading {
    padding-top: 15px;
    padding-bottom: 8px;
    background-color: #3b3b3b;
    width: 100%;
    display: block;
    color: #e7173e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: center; }
body .summerfest .fest-table .table-body {
    color: #e4e4e4;
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
    background-color: #424242; }
body .summerfest .fest-table .table-body span {
    font-weight: 500; }
body .city {
    border-top: 4px solid #d7d7d7;
    background-color: #f0f0f0;
    padding: 55px 0;
    display: block;
    position: relative; }
body .city img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }
body .city .overlay-text {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0; }
body .city .overlay-text .city-text {
    color: #707070;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px; }
@media(max-width: 600px) {
    body .city .overlay-text .city-text {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400; } }
body .city .overlay-text .city-text .bold-text {
    font-weight: 700; }
body .city .overlay-text .city-text-red {
    color: #b51434;
    font-weight: 700;
    font-style: italic;
    line-height: 28px;
    font-size: 19px; }
@media(max-width: 600px) {
    body .city .overlay-text .city-text-red {
        font-size: 15px; } }
body .city .overlay-text .small-subtitle {
    font-size: 14px;
    font-style: italic;
    color: #707070;
    display: block;
    text-align: right;
    margin-top: 10px; }
body .city .book {
    position: absolute;
    bottom: 0;
    right: 18%; }
@media(max-width: 1500px) {
    body .city .book {
        right: 12%; } }
@media(max-width: 1250px ) {
    body .city .book {
        right: 5%; } }
@media(max-width: 1050px) {
    body .city .book {
        right: 0; } }
@media(max-width: 1000px) {
    body .city .book {
        display: none; } }
body .city .book img {
    display: block;
    position: relative; }

.carousel-section {
    background-color: #e4e4e4; }
.carousel-section .carousel-slide {
    width: 540px;
    height: 380px; }
.carousel-section .info-box {
    text-align: center; }
.carousel-section .info-box h4 {
    color: #383838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4; }
@media(max-width: 990px) {
    .carousel-section .info-box h4 {
        padding-top: 0; } }
.carousel-section .info-box h2 {
    font-size: 31px;
    font-weight: 300;
    color: #b51434;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #c4c4c4; }
.carousel-section .info-box p {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    color: #707070;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    max-width: 315px;
    margin: 0 auto;
    line-height: 23px; }
.carousel-section .info-box .red-button {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    padding: 20px 0;
    background-color: #b51434;
    display: inline-block;
    width: 220px;
    margin-bottom: 3px;
    text-align: center;
    border-radius: 3px; }
.carousel-section .info-box .red-button:hover {
    background-color: #d01f42; }
.carousel-section .info-box .gray-button {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    padding: 15px 0;
    background-color: #707070;
    display: inline-block;
    width: 220px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 35px;
    cursor: pointer; }
@media(max-width: 990px) {
    .carousel-section .info-box .gray-button {
        padding: 20px 0; } }
.carousel-section .info-box .gray-button:hover {
    background-color: rgba(112, 112, 112, 0.8); }

.gallery-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1f1f1f;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 40px;
    overflow: auto; }
@media(max-width: 575px) {
    .gallery-popup {
        padding: 15px; } }
.gallery-popup.show {
    opacity: 1;
    visibility: visible; }
.gallery-popup .close-gallery {
    color: #f0f0f0;
    top: 30px;
    position: absolute;
    left: 45px;
    font-size: 20px;
    cursor: pointer; }
@media(max-width: 575px) {
    .gallery-popup .close-gallery {
        left: 15px;
        font-style: 16px;
        top: 15px; } }
.gallery-popup h1 {
    font-size: 46px;
    display: block;
    width: 100%;
    font-weight: 100;
    color: #e7173e;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #424242;
    margin-bottom: 30px; }
@media(max-width: 991px) {
    .gallery-popup h1 {
        text-align: left;
        font-size: 30px;
        font-weight: 300; } }
.gallery-popup .gallery-image-box {
    width: 100%;
    border: 1px solid #383838;
    padding: 3px;
    position: relative;
    margin-bottom: 20px; }
.gallery-popup .gallery-image-box a {
    display: block;
    width: 100%; }
.gallery-popup .gallery-image-box a img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px; }
@media(max-width: 1300px) {
    .gallery-popup .gallery-image-box a img {
        height: 170px; } }
@media(max-width: 575px) {
    .gallery-popup .gallery-image-box a img {
        height: auto;
        max-height: 300px; } }
.gallery-popup .gallery-image-box a .menu-post-overlay {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.gallery-popup .gallery-image-box a .menu-post-overlay .post-number {
    background-color: #af1533;
    display: inline-block;
    font-size: 25px;
    color: #f0f0f0;
    width: 50px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    border: 1px solid #cc0a31; }
.gallery-popup .gallery-image-box a .menu-post-overlay .post-title {
    font-weight: 400;
    font-size: 21px;
    color: #f0f0f0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(31, 31, 31, 0.85);
    display: inline-block;
    padding-left: 15px;
    text-align: left; }

.news {
    display: block;
    height: auto;
    overflow: hidden;
    background-color: #f0f0f0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    min-height: 448px; }
.news:before {
    content: "";
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 4;
    display: block;
    position: absolute; }
.news .container {
    height: 100%;
    overflow: hidden; }
.news .white-box {
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 48%;
    height: 100%;
    float: left;
    background-color: #f0f0f0;
    position: absolute;
    left: 0; }
@media(max-width: 991px) {
    .news .white-box {
        -webkit-transform: skew(0);
        transform: skew(0);
        padding-right: 20px; } }
@media(max-width: 575px) {
    .news .white-box {
        width: 100%;
        padding-left: 20px;
        position: relative; } }
.news .white-box:before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 5; }
@media(max-width: 575px) {
    .news .white-box:before {
        display: none; } }
.news .white-box .white-content-box {
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    text-align: center; }
@media(max-width: 991px) {
    .news .white-box .white-content-box {
        -webkit-transform: skew(0);
        transform: skew(0); } }
.news .white-box h4 {
    color: #383838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4; }
.news .white-box h2 {
    font-size: 26px;
    font-weight: 300;
    color: #b51434;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #c4c4c4;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 34px; }
@media(max-width: 991px) {
    .news .white-box h2 {
        padding-left: 0;
        padding-right: 0; } }
@media(max-width: 768px) {
    .news .white-box h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px; } }
.news .white-box p {
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    color: #707070;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    max-width: 320px;
    margin: 0 auto;
    line-height: 23px; }
@media(max-width: 768px) {
    .news .white-box p {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px; } }
@media(max-width: 575px) {
    .news .white-box p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px; } }
.news .white-box .red-button,
.description-box .read-more-button {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    padding: 20px 0;
    background-color: #b51434;
    display: block;
    width: 220px;
    margin-bottom: 3px;
    text-align: center;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto; }
.description-box .read-more-button {
    margin-bottom: 20px;
    margin-left: unset;
    width: 150px;
}
@media(max-width: 768px) {
    .news .white-box .red-button,
    .description-box .read-more-button {
        width: 170px;
        padding: 15px 0; } }
.news .white-box .gray-button {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #f0f0f0;
    padding: 15px 0;
    background-color: #707070;
    display: block;
    width: 220px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
@media(max-width: 768px) {
    .news .white-box .gray-button {
        width: 170px;
        padding: 15px 0; } }
.news .image-box {
    float: right;
    width: 70%;
    height: 100%;
    max-height: 100%; }
@media(max-width: 575px) {
    .news .image-box {
        width: 100%; } }
.news .image-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    float: right; }
@media(max-width: 575px) {
    .news .image-box img {
        height: auto;
        float: none;
        margin-bottom: 15px; } }
.news .image-box .read {
    font-size: 28px;
    color: #bebebe;
    padding: 15px 18px;
    background-color: rgba(36, 36, 36, 0.9);
    border-radius: 3px;
    border: 1px solid #000000;
    position: absolute;
    right: 40px;
    bottom: 30px; }
@media(max-width: 768px) {
    .news .image-box .read {
        color: #fff;
        font-size: 20px; } }
.newsletter {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e7173e;
    background-color: #b51434;
    border-bottom: 1px solid #91132b; }
.newsletter h1 {
    font-weight: 100;
    color: #f0f0f0;
    font-size: 38px;
    margin-top: 30px;
    display: block;
    width: 100%;
    text-align: center; }
@media(max-width: 768px) {
    .newsletter h1 {
        font-size: 25px;
        font-weight: 300; } }
.newsletter input {
    border: 1px solid #91132b;
    height: 50px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 5px;
    max-width: 460px;
    width: 100%;
    margin: 15px auto;
    display: block;
    outline: none;
    padding-left: 15px;
    color: #242424; }
.newsletter h5 {
    font-weight: 400;
    color: #242424;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px; }
.newsletter h5 span {
    color: #f7224a; }

.gallery-section {
    position: relative;
    display: block; }
.gallery-section:before {
    content: "";
    height: 7px;
    width: 100%;
    display: block;
    background-color: rgba(31, 31, 31, 0.15);
    position: absolute;
    top: 0;
    z-index: 2;
    pointer-events: none; }
.gallery-section:after {
    content: "";
    height: 20px;
    width: 100%;
    display: block;
    background-color: rgba(31, 31, 31, 0.15);
    position: absolute;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
.gallery-section .grid-item a {
    display: block;
    font-size: 0;
    position: relative; }
.gallery-section .grid-item .image-overlay-box {
    position: relative; }
.gallery-section .grid-item .image-overlay-box:hover .overlay-img {
    opacity: 1;
    visibility: visible; }
.gallery-section .grid-item .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(181, 20, 52, 0.95);
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e7173e;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
.gallery-section .grid-item .overlay-img h3 {
    line-height: normal;
    font-size: 24px;
    color: #f0f0f0;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
.gallery-section .grid-item .overlay-img span {
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 12px;
    line-height: normal;
    font-weight: 400; }
.gallery-section .grid-item .overlay-img a {
    font-size: 12px;
    color: #f0f0f0;
    font-weight: 400;
    border-radius: 3px;
    background-color: #383838;
    line-height: 36px;
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase; }

.row.grid {
    line-height: 1em;
    font-size: 0; }
.row.grid img {
    width: 100%; }
@media(min-width: 550px) {
    .row.grid .small-width {
        -webkit-box-flex: 29.3%;
        -ms-flex: 29.3%;
        flex: 29.3%;
        max-width: 29.3%; } }
@media(min-width: 550px) {
    .row.grid .big-width {
        -webkit-box-flex: 35.35%;
        -ms-flex: 35.35%;
        flex: 35.35%;
        max-width: 35.35%; } }
.details-content {
    padding-top: 20px; }
.details-content .breadcrumbs {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
.details-content .breadcrumbs li {
    display: inline-block; }
.details-content .breadcrumbs li:after {
    content: "";
    font-family: icomoon;
    font-size: 15px;
    color: #383838;
    padding-left: 10px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle; }
@media(max-width: 450px) {
    .details-content .breadcrumbs li:after {
        font-size: 12px; } }
.details-content .breadcrumbs li:last-child:after {
    display: none; }
.details-content .breadcrumbs li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #dedede;
    padding: 6px;
    border-radius: 3px;
    border: 1px soldi #1f1f1f;
    background-color: #383838;
    display: inline-block; }
@media(max-width: 450px) {
    .details-content .breadcrumbs li a {
        font-size: 10px; } }
.details-content .single-title {
    font-size: 46px;
    color: #b51434;
    font-weight: 100;
    margin-bottom: 10px; }
@media(max-width: 991px) {
    .details-content .single-title {
        font-size: 30px; } }
@media(max-width: 450px) {
    .details-content .single-title {
        font-size: 20px;
        font-weight: 400; } }
.details-content .single-title span {
    font-weight: 400; }
.details-content .subtitle-bg {
    width: 100%;
    display: block;
    background-color: #e4e4e4;
    height: 13px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 15px; }
@media(max-width: 1100px) {
    .details-content .subtitle-bg {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
@media(max-width: 450px) {
    .details-content .subtitle-bg {
        background: none;
        border-top: 1px solid #f2f2f2;
        padding-top: 10px;
        padding-bottom: 10px; } }
.details-content .subtitle-bg .single-subtitle {
    font-size: 14px;
    color: #707070;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 2;
    background-color: #e4e4e4;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 40px; }
@media(max-width: 450px) {
    .details-content .subtitle-bg .single-subtitle {
        margin: 0;
        padding: 0; } }
.details-content p {
    line-height: 28px;
    color: #808080;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 300;
    font-style: italic; }
@media(max-width: 991px) {
    .details-content p {
        font-size: 16px;
        line-height: 24px; } }
.details-content .post-info-title {
    color: #383838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    text-align: center; }
.details-content .post-info-title .redd {
    color: #b51434; }
.details-content .phone-number h4 {
    color: #e4e4e4;
    font-size: 34px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: #424242;
    border: 1px solid #292929;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 80px;
    position: relative; }
.details-content .phone-number h4:after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background-color: #3b3b3b;
    position: absolute;
    bottom: 0; }
.details-content .hours {
    background-color: #ca1437;
    border: 1px solid #e7173e;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
.details-content .hours .hour-title {
    color: #f0f0f0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500; }
.details-content .hours .days {
    line-height: 20px;
    color: #1f1f1f;
    font-size: 12px;
    text-transform: uppercase;
    display: block; }
.details-content .hours .hour-sub-title {
    font-size: 12px;
    color: #1f1f1f; }
.details-content .contact-details {
    padding: 20px 0;
    background-color: #e4e4e4;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center; }
.details-content .contact-details .primary-title {
    color: #383838;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
.details-content .contact-details .dim {
    color: #525252;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    display: block; }
.details-content .contact-details .hero-button {
    font-size: 12px;
    color: #f0f0f0;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #707070;
    margin-bottom: 20px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px; }
.details-content .contact-details .contact-me li {
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    color: #808080;
    font-size: 12px; }
.details-content .contact-details .contact-me li span {
    color: #525252; }
.details-content .contact-details .contact-me li span a:hover {
    text-decoration: underline; }

.tabbed-content .tabs-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media(max-width: 670px) {
    .tabbed-content .tabs-heading {
        display: block; } }
.tabbed-content .tabs-heading a {
    font-size: 14px;
    color: #707070;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px 0;
    text-align: center;
    margin-right: 2px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out; }
@media(max-width: 670px) {
    .tabbed-content .tabs-heading a {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block; } }
.tabbed-content .tabs-heading a:last-child {
    margin-right: 0; }
.tabbed-content .tabs-heading a:hover {
    color: #424242;
    border-bottom: 2px solid #b51434;
    font-weight: 700; }
.tabbed-content .tabs-heading a.current {
    color: #424242;
    border-bottom: 2px solid #b51434;
    font-weight: 700; }
.tabbed-content .tabs-body {
    padding: 20px; }
.tabbed-content .tabs-body .tablogo {
    margin-left: 30px;
    margin-bottom: 20px;
    display: inline-block; }

#map {
    height: 450px; }

.next-round,
.prev-round {
    display: none;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    border: 1px solid #1c1c1c;
    background-color: rgba(36, 36, 36, 0.9);
    color: #f0f0f0;
    z-index: 2; }
@media(max-width: 600px) {
    .next-round,
    .prev-round {
        display: block; } }
.next-round {
    right: 0; }

.prev-round {
    left: 0; }

@media(max-width: 600px) {
    .roundabout-moveable-item {
        display: none; } }
@media(max-width: 600px) {
    .roundabout-in-focus {
        display: block; } }
.round-slider {
    width: 360px;
    height: 360px;
    margin-left: 100px;
    z-index: 0; }
@media(max-width: 990px) {
    .round-slider {
        margin-left: auto;
        margin-right: auto; } }
@media(max-width: 1024px) {
    .round-slider {
        width: 330px;
        height: 330px; } }
@media(max-width: 600px) {
    .round-slider {
        width: 100%;
        height: 350px;
        margin-top: 60px; } }
@media(max-width: 600px) {
    .round-slider li {
        max-width: 100% !important; } }
.round-slider li img {
    border: 1px solid #b7b9ba;
    border-radius: 3px; }
.round-slider li .carousel-text {
    position: absolute;
    bottom: 4px;
    text-align: center;
    width: 100%;
    background-color: rgba(224, 224, 224, 0.8);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.round-slider li .carousel-text h3 {
    line-height: 60px;
    font-size: 22px;
    color: #383838;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.round-slider li .carousel-text span {
    display: inline-block;
    background-color: #b51434;
    border-radius: 13px;
    border: 1px solid #d7153a;
    color: #dedede;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 8px;
    position: absolute;
    top: -13px;
    right: 10px; }
.round-slider li.roundabout-in-focus {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.round-slider li.roundabout-in-focus .carousel-text h3 {
    font-size: 30px;
    line-height: 80px; }
@media(max-width: 600px) {
    .round-slider li.roundabout-in-focus .carousel-text h3 {
        font-size: 17px;
        line-height: 48px;
        font-weight: 400; } }
@-ms-viewport {
    width: device-width; }
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }
*::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

.container, .container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%; } }
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%; } }
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%; } }
@media (min-width: 1200px) {
    .container {
        width: 1060px;
        max-width: 100%; } }
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; } }
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px; } }
.no-gutters {
    margin-right: 0;
    margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

@media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
@media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
        padding-right: 15px;
        padding-left: 15px; } }
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.pull-0 {
    right: auto; }

.pull-1 {
    right: 8.333333%; }

.pull-2 {
    right: 16.666667%; }

.pull-3 {
    right: 25%; }

.pull-4 {
    right: 33.333333%; }

.pull-5 {
    right: 41.666667%; }

.pull-6 {
    right: 50%; }

.pull-7 {
    right: 58.333333%; }

.pull-8 {
    right: 66.666667%; }

.pull-9 {
    right: 75%; }

.pull-10 {
    right: 83.333333%; }

.pull-11 {
    right: 91.666667%; }

.pull-12 {
    right: 100%; }

.push-0 {
    left: auto; }

.push-1 {
    left: 8.333333%; }

.push-2 {
    left: 16.666667%; }

.push-3 {
    left: 25%; }

.push-4 {
    left: 33.333333%; }

.push-5 {
    left: 41.666667%; }

.push-6 {
    left: 50%; }

.push-7 {
    left: 58.333333%; }

.push-8 {
    left: 66.666667%; }

.push-9 {
    left: 75%; }

.push-10 {
    left: 83.333333%; }

.push-11 {
    left: 91.666667%; }

.push-12 {
    left: 100%; }

.offset-1 {
    margin-left: 8.333333%; }

.offset-2 {
    margin-left: 16.666667%; }

.offset-3 {
    margin-left: 25%; }

.offset-4 {
    margin-left: 33.333333%; }

.offset-5 {
    margin-left: 41.666667%; }

.offset-6 {
    margin-left: 50%; }

.offset-7 {
    margin-left: 58.333333%; }

.offset-8 {
    margin-left: 66.666667%; }

.offset-9 {
    margin-left: 75%; }

.offset-10 {
    margin-left: 83.333333%; }

.offset-11 {
    margin-left: 91.666667%; }

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-sm-0 {
        right: auto; }

    .pull-sm-1 {
        right: 8.333333%; }

    .pull-sm-2 {
        right: 16.666667%; }

    .pull-sm-3 {
        right: 25%; }

    .pull-sm-4 {
        right: 33.333333%; }

    .pull-sm-5 {
        right: 41.666667%; }

    .pull-sm-6 {
        right: 50%; }

    .pull-sm-7 {
        right: 58.333333%; }

    .pull-sm-8 {
        right: 66.666667%; }

    .pull-sm-9 {
        right: 75%; }

    .pull-sm-10 {
        right: 83.333333%; }

    .pull-sm-11 {
        right: 91.666667%; }

    .pull-sm-12 {
        right: 100%; }

    .push-sm-0 {
        left: auto; }

    .push-sm-1 {
        left: 8.333333%; }

    .push-sm-2 {
        left: 16.666667%; }

    .push-sm-3 {
        left: 25%; }

    .push-sm-4 {
        left: 33.333333%; }

    .push-sm-5 {
        left: 41.666667%; }

    .push-sm-6 {
        left: 50%; }

    .push-sm-7 {
        left: 58.333333%; }

    .push-sm-8 {
        left: 66.666667%; }

    .push-sm-9 {
        left: 75%; }

    .push-sm-10 {
        left: 83.333333%; }

    .push-sm-11 {
        left: 91.666667%; }

    .push-sm-12 {
        left: 100%; }

    .offset-sm-0 {
        margin-left: 0%; }

    .offset-sm-1 {
        margin-left: 8.333333%; }

    .offset-sm-2 {
        margin-left: 16.666667%; }

    .offset-sm-3 {
        margin-left: 25%; }

    .offset-sm-4 {
        margin-left: 33.333333%; }

    .offset-sm-5 {
        margin-left: 41.666667%; }

    .offset-sm-6 {
        margin-left: 50%; }

    .offset-sm-7 {
        margin-left: 58.333333%; }

    .offset-sm-8 {
        margin-left: 66.666667%; }

    .offset-sm-9 {
        margin-left: 75%; }

    .offset-sm-10 {
        margin-left: 83.333333%; }

    .offset-sm-11 {
        margin-left: 91.666667%; } }
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-md-0 {
        right: auto; }

    .pull-md-1 {
        right: 8.333333%; }

    .pull-md-2 {
        right: 16.666667%; }

    .pull-md-3 {
        right: 25%; }

    .pull-md-4 {
        right: 33.333333%; }

    .pull-md-5 {
        right: 41.666667%; }

    .pull-md-6 {
        right: 50%; }

    .pull-md-7 {
        right: 58.333333%; }

    .pull-md-8 {
        right: 66.666667%; }

    .pull-md-9 {
        right: 75%; }

    .pull-md-10 {
        right: 83.333333%; }

    .pull-md-11 {
        right: 91.666667%; }

    .pull-md-12 {
        right: 100%; }

    .push-md-0 {
        left: auto; }

    .push-md-1 {
        left: 8.333333%; }

    .push-md-2 {
        left: 16.666667%; }

    .push-md-3 {
        left: 25%; }

    .push-md-4 {
        left: 33.333333%; }

    .push-md-5 {
        left: 41.666667%; }

    .push-md-6 {
        left: 50%; }

    .push-md-7 {
        left: 58.333333%; }

    .push-md-8 {
        left: 66.666667%; }

    .push-md-9 {
        left: 75%; }

    .push-md-10 {
        left: 83.333333%; }

    .push-md-11 {
        left: 91.666667%; }

    .push-md-12 {
        left: 100%; }

    .offset-md-0 {
        margin-left: 0%; }

    .offset-md-1 {
        margin-left: 8.333333%; }

    .offset-md-2 {
        margin-left: 16.666667%; }

    .offset-md-3 {
        margin-left: 25%; }

    .offset-md-4 {
        margin-left: 33.333333%; }

    .offset-md-5 {
        margin-left: 41.666667%; }

    .offset-md-6 {
        margin-left: 50%; }

    .offset-md-7 {
        margin-left: 58.333333%; }

    .offset-md-8 {
        margin-left: 66.666667%; }

    .offset-md-9 {
        margin-left: 75%; }

    .offset-md-10 {
        margin-left: 83.333333%; }

    .offset-md-11 {
        margin-left: 91.666667%; } }
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-lg-0 {
        right: auto; }

    .pull-lg-1 {
        right: 8.333333%; }

    .pull-lg-2 {
        right: 16.666667%; }

    .pull-lg-3 {
        right: 25%; }

    .pull-lg-4 {
        right: 33.333333%; }

    .pull-lg-5 {
        right: 41.666667%; }

    .pull-lg-6 {
        right: 50%; }

    .pull-lg-7 {
        right: 58.333333%; }

    .pull-lg-8 {
        right: 66.666667%; }

    .pull-lg-9 {
        right: 75%; }

    .pull-lg-10 {
        right: 83.333333%; }

    .pull-lg-11 {
        right: 91.666667%; }

    .pull-lg-12 {
        right: 100%; }

    .push-lg-0 {
        left: auto; }

    .push-lg-1 {
        left: 8.333333%; }

    .push-lg-2 {
        left: 16.666667%; }

    .push-lg-3 {
        left: 25%; }

    .push-lg-4 {
        left: 33.333333%; }

    .push-lg-5 {
        left: 41.666667%; }

    .push-lg-6 {
        left: 50%; }

    .push-lg-7 {
        left: 58.333333%; }

    .push-lg-8 {
        left: 66.666667%; }

    .push-lg-9 {
        left: 75%; }

    .push-lg-10 {
        left: 83.333333%; }

    .push-lg-11 {
        left: 91.666667%; }

    .push-lg-12 {
        left: 100%; }

    .offset-lg-0 {
        margin-left: 0%; }

    .offset-lg-1 {
        margin-left: 8.333333%; }

    .offset-lg-2 {
        margin-left: 16.666667%; }

    .offset-lg-3 {
        margin-left: 25%; }

    .offset-lg-4 {
        margin-left: 33.333333%; }

    .offset-lg-5 {
        margin-left: 41.666667%; }

    .offset-lg-6 {
        margin-left: 50%; }

    .offset-lg-7 {
        margin-left: 58.333333%; }

    .offset-lg-8 {
        margin-left: 66.666667%; }

    .offset-lg-9 {
        margin-left: 75%; }

    .offset-lg-10 {
        margin-left: 83.333333%; }

    .offset-lg-11 {
        margin-left: 91.666667%; } }
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto; }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%; }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%; }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%; }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%; }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%; }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%; }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }

    .pull-xl-0 {
        right: auto; }

    .pull-xl-1 {
        right: 8.333333%; }

    .pull-xl-2 {
        right: 16.666667%; }

    .pull-xl-3 {
        right: 25%; }

    .pull-xl-4 {
        right: 33.333333%; }

    .pull-xl-5 {
        right: 41.666667%; }

    .pull-xl-6 {
        right: 50%; }

    .pull-xl-7 {
        right: 58.333333%; }

    .pull-xl-8 {
        right: 66.666667%; }

    .pull-xl-9 {
        right: 75%; }

    .pull-xl-10 {
        right: 83.333333%; }

    .pull-xl-11 {
        right: 91.666667%; }

    .pull-xl-12 {
        right: 100%; }

    .push-xl-0 {
        left: auto; }

    .push-xl-1 {
        left: 8.333333%; }

    .push-xl-2 {
        left: 16.666667%; }

    .push-xl-3 {
        left: 25%; }

    .push-xl-4 {
        left: 33.333333%; }

    .push-xl-5 {
        left: 41.666667%; }

    .push-xl-6 {
        left: 50%; }

    .push-xl-7 {
        left: 58.333333%; }

    .push-xl-8 {
        left: 66.666667%; }

    .push-xl-9 {
        left: 75%; }

    .push-xl-10 {
        left: 83.333333%; }

    .push-xl-11 {
        left: 91.666667%; }

    .push-xl-12 {
        left: 100%; }

    .offset-xl-0 {
        margin-left: 0%; }

    .offset-xl-1 {
        margin-left: 8.333333%; }

    .offset-xl-2 {
        margin-left: 16.666667%; }

    .offset-xl-3 {
        margin-left: 25%; }

    .offset-xl-4 {
        margin-left: 33.333333%; }

    .offset-xl-5 {
        margin-left: 41.666667%; }

    .offset-xl-6 {
        margin-left: 50%; }

    .offset-xl-7 {
        margin-left: 58.333333%; }

    .offset-xl-8 {
        margin-left: 66.666667%; }

    .offset-xl-9 {
        margin-left: 75%; }

    .offset-xl-10 {
        margin-left: 83.333333%; }

    .offset-xl-11 {
        margin-left: 91.666667%; } }
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important; }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important; }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important; }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important; }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important; }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important; }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important; }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important; }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important; }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important; }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important; }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important; }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important; }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important; }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important; }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important; }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important; }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important; }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important; }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important; }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important; }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important; }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important; }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important; }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important; }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important; }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important; }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important; }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important; }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important; }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important; }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important; }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important; }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important; }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important; }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important; }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important; }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important; }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important; }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important; }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important; }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important; }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important; }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important; }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important; }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important; }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important; }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important; }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important; }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important; }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important; }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important; }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important; }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important; }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important; }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }
.tabbed-content .tab-item {
    display: none; }
.tabbed-content .tab-item.current {
    display: block;
    -webkit-animation: fadeIn 500ms ease-in-out;
    animation: fadeIn 500ms ease-in-out; }
