body {
    line-height: 1.7;
    color: #272624;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: Futura, sans-serif;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.text-black {
    color: #000 !important;
}
.text-grey {
    color: #222 !important;
}
.bg-black {
    background: #000 !important;
}
.site-wrap:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: rgba(0, 0, 0, .6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}
.btn {
    border-width: 2px;
}
.btn:active, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-group-lg>.btn, .btn.btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}
.btn.btn-primary {
    color: #fff;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
    color: #fff;
    border-color: #b00412;
    background-color: #b00412;
}
.form-control {
    height: 47px;
}
.form-control:active, .form-control:focus {
    border-color: #a61b23;
}
.form-control:active, .form-control:focus, .form-control:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-section {
    padding: 2.5em 0;
}
.site-section-taymouth {
    padding: 210px 0 2.5em;
}
@media(min-width:768px) {
    .site-section {
    padding: 2em 0;
}
}
.site-section.site-section-sm {
    padding: 4em 0;
}
.site-section-heading {
    font-size: 30px;
    color: #25262a;
    position: relative;
}
.site-section-heading:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #a61b23;
}
.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #a61b23;
}
.border-top {
    border-top: 1px solid #edf0f5 !important;
}
.site-footer {
    padding: 3em 0;
    background: #222;
}
.site-footer span {
    color: #fff;
}
.site-footer p {
    color: #b2b2b2;
}
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff;
}
.site-footer a {
    font-size: 17px;
    color: #999;
}
.site-footer a:hover {
    color: #fff;
}
.site-footer ul li {
    margin-bottom: 10px;
}
.site-footer .footer-heading {
    font-size: 20px;
    color: #fff;
}
.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}
.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
}
.bg-image.center {
    background-position: top center;
}
.bg-image.fixed {
    background-position: fixed !important;
}
.bg-image.overlay, .bg-image.overlay-info, .bg-image.overlay-primary, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative;
}
.bg-image.overlay-info:before, .bg-image.overlay-primary:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before, .bg-image.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.bg-image.overlay:before {
    background: rgba(0, 0, 0, .4);
}
.bg-image.overlay-primary:before {
    background: rgba(152, 204, 211, .9);
}
.bg-image.overlay-info:before {
    background: rgba(23, 162, 184, .9);
}
.bg-image.overlay-success:before {
    background: rgba(238, 198, 10, .9);
}
.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}
.site-navbar-wrap a {
    color: #fff;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 1rem;
}
.site-navbar-top {
    background: #a61b23;
}
.site-navbar {
    margin-bottom: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    position: relative;
    z-index: 1001;
}
@media(max-width:992px) {
    .site-navbar {
    background: rgba(0, 0, 0, .5);
}
#testText {
    display: none;
}
}
.site-navbar .site-logo {
    font-weight: 200;
}
.site-navbar .site-logo a img {
    max-width: 118px;
    height: auto;
    object-fit: contain;
}
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active>a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    font-size: 18px;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 10px;
}
.site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 4px;
    color: rgba(255, 255, 255, .8);
    font-size: 19px;
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #fff;
}
.site-navbar .site-navigation .site-menu>li:last-child, .site-navbar .site-navigation .site-menu>li:last-child>a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    background: #fff;
    -webkit-transition: .2s 0;
    -o-transition: .2s 0;
    transition: .2s 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: 10px solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f4f5f9;
    color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a {
    background: #f4f5f9;
    color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children:active>a, .site-navbar .site-navigation .site-menu .has-children:focus>a, .site-navbar .site-navigation .site-menu .has-children:hover>a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:active, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown, .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown, .site-navbar .site-navigation .site-menu .has-children:hover>.dropdown {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px 20px 150px;
    height: calc(100vh - 52px);
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #a61b23;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active>a {
    color: #a61b23;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: icomoon;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%}
.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}
.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}
#testText {
    position: absolute;
    z-index: 9;
    top: 70%;
    text-align: center;
    line-height: 80px;
    color: #fff !important;
    width: 100%;
    margin-top: 0;
}
#testText h1, #testText h2 {
    color: #fff !important;
    font-size: 52px;
}
section#hero-area {
    background: 0 0 !important;
    margin-top: 92px;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%}
.cover .hi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    display: none;
}
.cover .hi span {
    color: #ff0;
    cursor: pointer;
    text-decoration: underline;
}
.cover .hi em {
    font-style: normal;
}
.cover .hi em.hidden {
    display: none;
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}
.speaker-control:hover, .tv .screen.active {
    opacity: 1;
}
.speaker-control {
    position: absolute;
    z-index: 999;
    right: 12px;
    top: 18%;
    background: #a61b23;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    cursor: pointer;
    opacity: .4;
    font-size: 45px !important;
}
.speaker-control i {
    font-size: 45px !important;
    line-height: 1;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
#welcome_vid {
    position: relative;
    padding-bottom: 56.25%;
    height: auto;
    overflow: hidden;
    max-width: 100%}
#welcome_vid embed, #welcome_vid iframe, #welcome_vid object {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%}
.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    height: 900px;
}
.video-background iframe, .video-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@mediamin-aspect-ratio:16/9 {
    top: -100%}
.site-blocks-cover.overlay {
    position: relative;
}
.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
}
.site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    letter-spacing: .2em;
}
.site-blocks-cover h1 {
    font-weight: 900;
    color: #fff;
    font-size: 3rem;
}
.site-blocks-cover h1 strong {
    font-weight: 900;
}
@media(min-width:992px) {
    .site-blocks-cover h1 {
    font-size: 4.2rem;
    text-shadow: 2px 2px #000;
}
}
.site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}
.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}
.site-heading {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
}
@media(min-width:768px) {
    .site-heading {
    font-size: 3rem;
}
}
.site-heading strong {
    font-weight: 900;
}
.site-block-1 {
    padding-top: 50px;
}
@media(min-width:992px) {
    .site-block-1 {
    padding-top: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}
.bg-light form, .site-block-appointment form {
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1);
}
.text-white-opacity-5 {
    color: rgba(255, 255, 255, .5);
}
.text-black-opacity-5 {
    color: rgba(0, 0, 0, .5);
}
.site-block-feature {
    background: rgba(0, 0, 0, .7);
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0;
}
.site-block-feature .icon {
    font-size: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.site-block-feature h3 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
    color: #a61b23;
}
.site-block-feature p {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, .4);
    font-size: 1rem;
}
.site-block-feature p:last-child {
    margin-bottom: 0;
}
.site-block-feature:hover {
    background: #a61b23;
    top: -5px;
}
.site-block-feature:hover .icon {
    color: #a61b23;
}
.site-block-feature:hover h3 {
    color: #000;
}
.site-block-feature:hover p {
    color: gray;
}
.site-block-feature-2 .icon {
    font-size: 50px;
    position: relative;
    line-height: 1;
}
.site-block-feature-2 h3 {
    font-size: 1.5rem;
}
.site-block-3 .row-items {
    height: calc(50% - 15px);
    margin-bottom: 30px;
}
.site-block-3 .row-items.last {
    height: calc(50% - 15px);
    margin-bottom: 0;
}
.site-block-3 .feature {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 100%;
    top: 0;
    position: relative;
}
.site-block-3 .feature h3 {
    color: #000;
    font-size: 1.2rem;
}
.site-block-3 .feature.active, .site-block-3 .feature:active, .site-block-3 .feature:focus, .site-block-3 .feature:hover {
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
}
.site-block-3 .feature:hover {
    top: -10px;
}
.site-block-half .image, .site-block-half .text {
    width: 100%}
.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width:992px) {
    .site-block-half .image, .site-block-half .text {
    width: 50%}
.site-block-half .text {
    padding: 4rem;
}
}
@media(min-width:1200px) {
    .site-block-half .text {
    padding: 8rem;
}
}
.site-block-half .bg-image {
    background-position: center center;
}
@media(max-width:991.98px) {
    .site-block-half .image {
    margin-bottom: 50px;
}
.site-block-half .bg-image {
    height: 400px;
}
}
.site-block-half.site-block-video .image {
    position: relative;
}
.site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #a61b23 !important;
}
.site-block-half.site-block-video .image .play-button:hover {
    opacity: 1;
}
.site-block-half.site-block-video .image .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
#date-countdown .countdown-block {
    color: rgba(255, 255, 255, .4);
}
#date-countdown .label {
    font-size: 40px;
    color: #fff;
}
.next-match .image {
    width: 50px;
    border-radius: 50%}
.player {
    position: relative;
}
.player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #a61b23;
    border-radius: 50%;
    color: #fff;
}
.player .team-number>span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%}
.player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase;
}
.site-block-27 ul, .site-block-27 ul li {
    padding: 0;
    margin: 0;
}
.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}
.site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #a61b23;
    color: #fff;
    border: 1px solid transparent;
}
.img-border {
    position: relative;
}
.img-border:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 7px solid rgba(196, 5, 21, .5);
}
.sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
    color: #a61b23;
    margin-bottom: 10px;
}
.about-section .img-years {
    position: relative;
}
.about-section .img-years .experience {
    position: absolute;
    display: block;
    right: 0;
}
.about-section .img-years .caption {
    display: block;
    text-transform: uppercase;
    letter-spacing: .8em;
    font-size: 14px;
    font-weight: 900;
    color: #a61b23;
}
.about-section .img-years .years {
    line-height: 1.2;
    font-weight: 900;
    font-size: 100px;
    color: #a61b23;
}
.about-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.media.custom-media .icon {
    position: relative;
    color: #000;
}
.media.custom-media .icon:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #a61b23;
    left: -15px;
    top: -5px;
    z-index: -1;
}
.site-half {
    position: relative;
}
.site-half .img-bg-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 100%;
    left: -10%}
@media(max-width:991.98px) {
    .about-section .img-years .caption {
    letter-spacing: .3em;
}
.about-section .img-years .years {
    font-size: 80px;
}
.site-half .img-bg-1 {
    position: relative;
    height: 500px;
    left: 0;
    width: 100%}
.block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav {
    display: none;
}
}
.site-half .img-bg-1.right {
    right: 0;
}
.discs {
    background: #222;
    padding-top: 50px;
    padding-bottom: 28px;
}
.discs-taymouth {
    background: #fff;
}
.discs_row>div[class^=col] {
    margin-bottom: 30px;
}
.disc a {
    display: block;
    position: relative;
    overflow: hidden;
}
.disc a::before {
    display: block;
    position: absolute;
    top: -100%;
    left: -200%;
    transform-origin: right center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(196, 5, 21, .7);
    width: 200%;
    height: 200%;
    z-index: 1;
    content: '';
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: all .6s ease;
    -o-transition: .6s;
    transition: .6s;
}
.disc:hover a::before {
    -webkit-transform: translate(60%, 60%) rotate(45deg);
    -moz-transform: translate(60%, 60%) rotate(45deg);
    -ms-transform: translate(60%, 60%) rotate(45deg);
    -o-transform: translate(60%, 60%) rotate(45deg);
    transform: translate(60%, 60%) rotate(45deg);
}
.disc_image {
    width: 100%}
.disc_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.disc_container>div {
    width: 100%;
    height: 100%}
.disc_content_1, .disc_content_3 {
    position: absolute;
    left: 48px;
    bottom: 38px;
}
.disc_title {
    font-family: Futura_Bold, sans-serif;
}
.disc_content_1 .disc_title {
    font-size: 36px;
    color: #fff;
}
.disc_content_1 .disc_subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin-top: -4px;
    color: #fff;
}
.disc_content_2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 27px;
    width: 80%;
    padding-top: 19px;
    padding-bottom: 25px;
    background: rgba(0, 0, 0, .48);
}
.disc_content_2 .disc_title {
    font-family: Futura_Bold, sans-serif;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
}
.disc_content_2 .disc_subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
    line-height: 1.2;
    margin-top: 8px;
}
.disc_content_3 .disc_title {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}
.disc_content_3 .disc_subtitle {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    margin-top: 5px;
}
.disc_content_4 {
    position: absolute;
    top: 10px;
    right: 10px;
    height: calc(100% - 18px);
    padding-right: 12px;
    padding-bottom: 11px;
    padding-left: 28px;
    background: rgba(0, 0, 0, .54);
}
.disc_content_4 .disc_title {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}
.disc_content_4 .disc_subtitle {
    font-size: 36px;
    color: #fff;
    margin-left: -5px;
    line-height: 1.2;
    margin-top: 3px;
}
.disc_content_5 {
    position: absolute;
    left: 100%;
    top: 0;
    transform-origin: top left;
    transform: rotate(90deg);
}
.disc_content_5 .disc_title {
    font-size: 81px;
    color: #fff;
    line-height: 1.2;
}
.disc_content_6 {
    position: absolute;
    top: 38px;
    right: 29px;
}
.disc_content_6 .disc_title {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}
.disc_content_6 .disc_subtitle {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin-top: 2px;
}
.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.ul-check li:before {
    font-family: icomoon;
    content: "\e5ca";
    position: absolute;
    left: 0;
    top: .6em;
    font-size: 20px;
    line-height: 0;
}
.ul-check.primary li:before {
    color: #a61b23;
}
.ul-check.success li:before {
    color: #28a745;
}
.ul-check.danger li:before {
    color: #f23a2e;
}
.accordion button {
    color: #a61b23;
}
.accordion button.collapsed {
    color: #000;
}
.block-13, .block-14, .block-15, .slide-one-item {
    position: relative;
    z-index: 1;
}
.block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav, .slide-one-item .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-13 .owl-nav .owl-next, .block-13 .owl-nav .owl-prev, .block-14 .owl-nav .owl-next, .block-14 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next, .block-15 .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    color: #000;
}
.block-13 .owl-nav .owl-next.disabled, .block-13 .owl-nav .owl-prev.disabled, .block-14 .owl-nav .owl-next.disabled, .block-14 .owl-nav .owl-prev.disabled, .block-15 .owl-nav .owl-next.disabled, .block-15 .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled {
    opacity: .2;
}
.block-13.nav-direction-white .owl-next, .block-13.nav-direction-white .owl-prev, .block-14.nav-direction-white .owl-next, .block-14.nav-direction-white .owl-prev, .block-15.nav-direction-white .owl-next, .block-15.nav-direction-white .owl-prev, .slide-one-item.nav-direction-white .owl-next, .slide-one-item.nav-direction-white .owl-prev {
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.block-13.nav-direction-white .owl-next:hover, .block-13.nav-direction-white .owl-prev:hover, .block-14.nav-direction-white .owl-next:hover, .block-14.nav-direction-white .owl-prev:hover, .block-15.nav-direction-white .owl-next:hover, .block-15.nav-direction-white .owl-prev:hover, .slide-one-item.nav-direction-white .owl-next:hover, .slide-one-item.nav-direction-white .owl-prev:hover {
    -webkit-box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, .1);
}
.block-13 .owl-stage-outer, .block-14 .owl-stage-outer, .block-15 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-13 .owl-nav, .block-14 .owl-nav, .block-15 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-13 .owl-nav .owl-next, .block-13 .owl-nav .owl-prev, .block-14 .owl-nav .owl-next, .block-14 .owl-nav .owl-prev, .block-15 .owl-nav .owl-next, .block-15 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
    background: #fff;
}
.block-13 .owl-nav .owl-prev, .block-14 .owl-nav .owl-prev, .block-15 .owl-nav .owl-prev {
    left: -20px;
}
.block-13 .owl-nav .owl-next, .block-14 .owl-nav .owl-next, .block-15 .owl-nav .owl-next {
    right: -20px;
}
.block-13 .owl-dots, .block-14 .owl-dots, .block-15 .owl-dots {
    text-align: center;
}
.block-13 .owl-dots .owl-dot, .block-14 .owl-dots .owl-dot, .block-15 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}
.block-13 .owl-dots .owl-dot>span, .block-14 .owl-dots .owl-dot>span, .block-15 .owl-dots .owl-dot>span {
    line-height: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    float: left;
    background: #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.block-13 .owl-dots .owl-dot.active>span, .block-14 .owl-dots .owl-dot.active>span, .block-15 .owl-dots .owl-dot.active>span {
    background: #a61b23;
}
.person {
    position: relative;
}
.person figure {
    position: relative;
    margin-bottom: 0;
}
.person figure:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 5px solid #a61b23;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.person h2 {
    font-size: 18px;
}
.person .bio-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.person .bio-img .social {
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: rgba(0, 0, 0, .25);
}
.person .bio-img .social a {
    display: inline-block;
    padding: 5px;
}
.person:hover .social {
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.person:hover figure:before {
    opacity: 0;
    visibility: hidden;
}
.post-entry, .project-entry {
    overflow: hidden;
    position: relative;
    display: block;
}
.post-entry .figure, .project-entry .figure {
    overflow: hidden;
    margin-bottom: 20px;
}
.post-entry h3, .project-entry h3 {
    font-size: 18px;
    line-height: 1.3;
}
.post-entry h3 a, .project-entry h3 a {
    color: #000;
}
.post-entry img, .project-entry img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.post-entry:hover img, .project-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.testimony {
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 30px;
}
.testimony img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto 30px;
}
.testimony .sub-title {
    margin-bottom: 30px;
}
.testimony h3 {
    font-size: 18px;
}
.site-block-testimony img {
    max-width: 140px;
    border-radius: 50%}
.site-block-testimony p {
    font-size: 1.2rem;
}
.site-block-testimony.active {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, .1);
}
.block-12, .block-12 figure {
    position: relative;
}
.block-12 figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
    background: -o-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 18%, rgba(0, 0, 0, .8) 99%, rgba(0, 0, 0, .8) 100%);
}
.block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}
.block-12 .text-overlay h2 {
    color: #fff;
}
.block-12 .text {
    position: relative;
    top: -100px;
}
.block-12 .text .meta {
    text-transform: uppercase;
    padding-left: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.block-12 .text .text-inner {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
    background: #fff;
    padding: 10px;
    margin-right: 30px;
    position: relative;
}
.input-group-append .btn {
    background: #ddd;
}
@media(min-width:576px) {
    .block-12 .text .text-inner {
    padding: 20px;
}
}
@media(min-width:768px) {
    .block-12 .text .text-inner {
    padding: 30px 40px;
}
}
.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #a61b23;
    top: 0;
}
.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.block-16 figure {
    position: relative;
}
.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #a61b23 !important;
}
.block-16 figure .play-button:hover {
    opacity: 1;
}
.block-16 figure .play-button>span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
.block-25 ul, .block-25 ul li {
    padding: 0;
    margin: 0;
}
.block-25 ul li .date {
    color: rgba(255, 255, 255, .5);
    font-size: 1rem;
    display: block;
}
.block-25 ul li a .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.block-25 ul li a .text .heading {
    color: #e5e5e5;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.block-25 ul li a .meta {
    color: #a61b23;
}
.block-25 ul li a:hover img {
    opacity: .5;
}
.block-25 ul li a:hover .text .heading {
    color: #fff;
}
.kebab-toggler {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 52px;
    padding: 12px 10px;
}
.kebab-toggler.active .circleKebab circle {
    transition: .3s;
}
.social-menu {
    color: #fff;
    font-size: 16px;
    background: #fff;
    padding-top: 50px;
    display: none;
}

li .icon i {
	color: #a61b23;
}

.social-menu li {
    position: relative;
    text-align: center;
    padding: 10px;
}
.social-menu .contact-info {
    padding-top: 5px;
}
.social-menu .contact-info a {
    color: #a61b23;
}
.social-menu .contact-info span {
    display: block;
}

.social-menu .contact-info span i {
    color: #a61b23;
}
.socmedia {
    margin-top: 15px;
    background-color: #222;
}
.socmedia .social-info {
    padding: 8px 15px;
}
.socmedia .social-info a {
    font-size: 22px;
    color: #a61b23;
    width: 48px;
    height: 48px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
}
.blog-item {
    background: #ddd;
    padding: 20px;
}
.blog-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}
.blog-detail {
    background: #ddd;
    padding: 20px;
}
.blog-detail .float-left {
    margin-right: 15px;
    margin-bottom: 15px;
}
.blog-detail .float-right {
    margin-left: :15px;
    margin-bottom: 15px;
}
.wrap-sharesocial .twitter-follow-button {
    display: inline-block;
    vertical-align: bottom;
}
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}
#clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    background: #9e0016;
    display: inline-block;
}
#clockdiv div>span {
    border-radius: 3px;
    background: #6b000f;
    display: inline-block;
    padding: 0 10px;
}
.smalltext {
    padding-top: 5px;
    font-size: 16px;
}
.btn-covid {
    color: #fff;
    background-color: #a61b23;
    border-color: #a61b23;
    padding: 10px 10px 15px;
    font-size: 24px;
    width: 100% !important;
}
.btn-covid.active, .btn-covid.focus, .btn-covid:active, .btn-covid:focus, .btn-covid:hover, .open>.dropdown-toggle.btn-covid {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.btn-covid.active, .btn-covid:active, .open>.dropdown-toggle.btn-covid {
    background-image: none;
}
.btn-covid.disabled, .btn-covid.disabled.active, .btn-covid.disabled.focus, .btn-covid.disabled:active, .btn-covid.disabled:focus, .btn-covid.disabled:hover, .btn-covid[disabled], .btn-covid[disabled].active, .btn-covid[disabled].focus, .btn-covid[disabled]:active, .btn-covid[disabled]:focus, .btn-covid[disabled]:hover, fieldset[disabled] .btn-covid, fieldset[disabled] .btn-covid.active, fieldset[disabled] .btn-covid.focus, fieldset[disabled] .btn-covid:active, fieldset[disabled] .btn-covid:focus, fieldset[disabled] .btn-covid:hover {
    background-color: #222;
    border-color: #222;
}
.cart-box.popup {
    position: absolute;
    padding: 15px 0 0;
    width: 280px;
    top: 35px;
    right: 0;
    z-index: 1002;
    display: none;
}
.wrap-cart.is-active .cart-box.popup {
    display: block;
}
.cart-box.popup .popup-container {
    border: 2px solid #ebebeb;
    padding: 25px 25px 20px;
    background: #fff;
    position: relative;
}
.cart-box.popup .popup-container:before {
    content: "";
    height: 14px;
    position: absolute;
    right: -2px;
    top: -16px;
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #fff;
}
.cart-box.popup .summary {
    text-align: center;
    margin-bottom: 25px;
}
.cart-box.popup .summary .subtotal {
    font-size: 14px;
    line-height: 22px;
    color: #878787;
    font-weight: 600;
}
.cart-box.popup.center .popup-container {
    padding: 15px 0 0;
}
.cart-box.popup .summary .grandtotal, .cart-box.popup.center .summary .subtotal {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
    color: #00000099;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-box.popup .summary .grandtotal span, .cart-box.popup.center .summary .subtotal span {
    display: block;
    color: #9d0a10;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}
.cart-buttons .column:first-child a {
    background: #1b1d1f;
    color: #fff;
}
.cart-buttons .column:last-child a {
    background: #c40515;
    color: #fff;
}
.cart-box.popup .summary .grandtotal {
    font-size: 14px;
    line-height: 22px;
    color: #00000099;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-buttons {
    overflow: hidden;
    clear: both;
}
.cart-buttons .column {
    width: 50%;
    padding-left: 5px;
    float: left;
}
.cart-buttons .column a {
    box-shadow: none !important;
    top: 0;
    text-transform: none;
    display: block;
    border-radius: 0;
}
.main-top .wrap-cart .cart-buttons a {
    display: block;
    margin-bottom: 5px;
    padding: 10px 5px;
    outline: 0 !important;
    border: 0;
    color: #fff;
}
.main-top .wrap-cart .cart-buttons a:focus, .main-top .wrap-cart .cart-buttons a:hover {
    color: #fff;
}
.cart-buttons .column:first-child {
    padding-left: 0;
    padding-right: 5px;
}
.wrap-cart {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}
.our-link ul {
    display: inline-block;
    vertical-align: middle;
}
.mycart {
    margin-left: 5px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.ec-cart-widget.header {
    padding: 0;
    display: inline-block;
    pointer-events: none;
}
.main-top .wrap-cart {
    padding: 0;
    height: auto;
}
.ec-minicart {
    padding: 0 5px !important;
    line-height: 1;
}
.main-top .wrap-cart a {
    border-left: 1px solid #fff;
    padding: 0 10px;
}
.ec-minicart--no-shape {
    padding: 0 5px;
    vertical-align: middle;
}
.ec-minicart__icon {
    height: 22px !important;
    width: 22px !important;
}
.ec-minicart__counter {
    margin-top: -6px !important;
    margin-left: -6px !important;
}
#footerCart {
    background: #88ac2e;
    padding: 10px 0;
    display: none;
    width: 100%;
    bottom: 0;
    z-index: 9999;
}
#footerCart.show-me {
    display: block;
    position: fixed;
}
#footerCart p {
    font-size: 12px;
    text-align: left;
}
#footerCart p.item {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
#footerCart p.item span {
    font-weight: 700;
}
#footerCart p.item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #fff;
    right: 0;
    position: absolute;
    top: calc(50% - 7px);
}
#footerCart p.item:last-child:after {
    display: none;
}
#footerCart p.item a.link:hover {
    text-decoration: underline;
    color: #fff;
}
.showing-footer-cart {
    padding-bottom: 60px;
}
.our-link ul li p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.our-link ul li p span {
    text-transform: none !important;
}
.right-phone-box p {
    padding-top: 2px;
}
.ecwid-minicart-facelift {
    display: none !important;
}
html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[stroke], html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default path[stroke] {
    stroke: #fff !important;
}
.wrap-cart .ec-minicart .ec-minicart__wrap .ec-minicart__counter:after {
    background-color: #9d0a10 !important;
}
.ec-notices {
    z-index: 9999 !important;
    top: 54px !important;
}
.navbar-nav>li>a {
    padding: 16px 8px;
}
.wrap-cart.mobile-cart {
    background: rgba(31, 35, 75, .8);
    position: absolute;
    top: 15px;
    right: 62px;
    z-index: 9999;
    padding: 14px 10px;
}
.wrap-cart.mobile-cart .cart-box.popup {
    right: -62px;
    top: 37px;
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
    .disc_content_2 .disc_title {
    font-size: 18px;
}
}
@media only screen and (min-width:1200px) {
    .ml-3-box {
    margin-left: 12.3333%}
}
@media only screen and (min-width:992px) {
    .site-navbar-wrap .site-menu-toggle {
    display: none;
}
}
@media only screen and (max-width:1199.98px) {
    .site-navbar .site-navigation .site-menu>li>a {
    font-size: 16px;
}
.disc_content_2 {
    width: 90%}
.disc_content_2 .disc_title {
    font-size: 24px;
}
}
@media only screen and (max-width:991.98px) {
    .site-navbar {
    background: 0;
}
.site-navbar-top {
    height: 52px;
}
.site-navbar .site-logo {
    margin-top: -45px;
}
.sticky-wrapper.is-sticky .site-logo {
    display: none;
}
.site-navbar-wrap .site-menu-toggle {
    position: absolute;
    top: 5px;
    right: 60px;
    padding: 6px 10px;
}
.wrap-cart {
    width: 52px;
    height: 51px;
}
.cart-component {
    position: absolute;
    right: 115px;
}
.site-navbar-wrap .open-cart-popup {
    padding: 12px 10px;
    display: block;
}
.social-menu.menu-on {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 43px;
    z-index: 99999;
}
.speaker-control {
    right: 10px;
    top: 55px;
    font-size: 24px;
}
.site-footer {
    padding: 1.5em 0;
}
#clockdiv {
    display: block;
}
#clockdiv>div {
    width: 13%}
#clockdiv>div:first-of-type {
    width: 40%}
.leaflet-container .leaflet-control-attribution {
    font-size: 14px;
}
.leaflet-control-attribution a {
    padding: 15px 3px;
    display: inline-block;
}
.site-footer a {
    padding: 10px 5px;
    display: inline-block;
}
.site-footer .ftr-socmedia a {
    padding: 10px 20px !important;
    display: inline-block;
}
}
@media only screen and (max-width:767.98px) {
    .site-navbar .site-logo a img {
    max-width: 90px;
}
.disc_content_2 .disc_title {
    font-size: 18px;
}
.site-section-taymouth h1 {
    font-size: 32px;
}
.site-section-taymouth {
    padding-top: 120px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.blog-detail .float-left, .blog-detail .float-right, .blog-detail img {
    float: none !important;
    margin: 0 auto 15px;
    display: block;
}
#clockdiv>div {
    width: 23%;
    margin-bottom: 5px;
}
#clockdiv>div:first-of-type {
    width: 100%}
body {
    oveflow-x: hidden;
}
#map {
    height: 420px !important;
}
}
@media only screen and (max-width:575px) {
    .social-menu {
    padding-top: 15px;
}
.social-menu li {
    text-align: center;
}
.social-menu li .icon {
    position: relative;
    top: auto;
    left: auto;
}

.social-menu li span i {
	color: #a61b23;
}

.social-menu .contact-info {
    padding-left: 0;
    padding-top: 5px;
    color: #2222;
}
.site-section {
    padding: 1em 0;
}
.grid__description-inner img {
    float: none !important;
    margin: 10px auto !important;
    display: block;
}
}
@media only screen and (max-width:414.98px) {
    .site-navbar-wrap+.content {
    padding-top: 102px;
}
.site-blocks-cover h1 {
    font-size: 2.4rem;
}
.cart-box.popup {
    right: -100px !important;
    left: auto;
}
.cart-box.popup .popup-container:before {
    right: 95px !important;
}
#clockdiv>div {
    width: 48%}
}
@media only screen and (min-width :992px) {
    .wrap-cart.mobile-cart {
    display: none;
}
}
@media only screen and (max-width :991.98px) {
    .ban-top.fixed {
    position: fixed !important;
    z-index: 99999 !important;
}
.navbar-nav>li>a {
    padding: 16px;
}
.hamburger {
    background: rgba(31, 35, 75, .8);
    right: 0;
}
.hamburger-box {
    height: 27px;
}
.ec-minicart__counter {
    display: inline-block !important;
}
}
.mobile-banner-img {
    position: relative;
}
.img-fluid {
    width: 100%}
.site-blocks-cover, .site-blocks-cover .row {
    min-height: 480px;
}
.site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 480px;
    height: calc(40vh);
    background-repeat: no-repeat;
    background-size: 140% auto;
    background-position: center top;
}
@media only screen and (min-width :992px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 220% auto;
}
}
@media only screen and (min-width :1024px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 215% auto;
}
}
@media only screen and (min-width :1200px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 185% auto;
}
}
@media only screen and (min-width :1284px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 170% auto;
}
}
@media only screen and (min-width :1360px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 160% auto;
}
}
@media only screen and (min-width :1440px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 155% auto;
}
}
@media only screen and (min-width :1601px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 500px;
    height: calc(40vh);
    background-size: 100% auto;
}
}
@media only screen and (min-width :1921px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 120% auto;
}
}
@media(max-width :991.98px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 360px;
    height: auto;
    background-size: 180% auto;
}
}
@media(max-width :767.98px) {
    .site-navbar-wrap {
    top: 0;
}
.mobile-banner-img {
    margin-top: 50px;
}
.site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 300px;
    background-size: 200% auto;
}
}
@media(max-width :574.98px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 270px;
    background-size: 250% auto;
}
.site-blocks-cover h1 {
    font-size: 32px;
}
}
@media(max-width :414.98px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 270px;
    background-size: 250% auto;
}
}
@media(max-width :380px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 270% auto;
}
}
@media(max-width :320.98px) {
    .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    background-size: 320% auto;
}
}

