body,html {background-color: #EEEEEE !important;}
body,html,div,p,td,span,small, h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif !important;}
html {
    scroll-behavior: smooth !important;
}

.menu-link {padding: 20px 15px !important;}


/*SOCIAL*/
div#social-bar  {
    position: fixed;
    z-index: 99999999;
    width: 60px;
    top:20px;
    left:0;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}

div#social-bar  ul {
    margin-top: 0;
    margin-bottom: 0rem
}

div#social-bar  li {
    height: 45px;
    position: relative
}

div#social-bar  li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}

div#social-bar  li:nth-child(1) a {
    background: #4267B2
}
div#social-bar  li:nth-child(2) a {
    background: #ff0000
}


div#social-bar  li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}

div#social-bar ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

div#social-bar a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}

div#social-bar ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}



#logo img {height:65px !important;}
#content {background-color: #eeeeee !important;}
#content .container {position: relative;background-color: #ffffff;padding:0px !important;}
@media (min-width: 992px)
{
    .dark #header.full-header, #header.full-header.dark {background-color: rgba(0,0,0,0.45) !important;}
    .dark #header.transparent-header.full-header #logo, #header.transparent-header.full-header.dark #logo, .dark .transparent-header.full-header .primary-menu .menu-container, .transparent-header.full-header.dark .primary-menu .menu-container {border-right-color: rgba(255,255,255,0) !important;}
}


/* BUTTONS */
.fc-btn-danger { background-color: #E52E26;border-radius: 50px !important;font-size: 1.2em !important;letter-spacing: 0px; padding: 10px 50px !important;}
.dark .button-dark:not(.button-border):not(:hover), .dark .button:hover {background-color: #E52E26 !important;}

/* PARAGRAPHS */
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {margin-bottom: 20px;}
#content p {line-height: 1.5 !important;}

/*HEADER */
/*FOOTER*/
.dark #footer, #footer.dark { color:#ffffff !important; background-color: #2B3A4A !important;}
#footer {color:#ffffff !important;background-color: #2B3A4A;border-top: none !important;}
.dark #copyrights, #copyrights.dark {color: rgba(255,255,255,1) !important;}
.icon-facebook:before, .icon-youtube:before {font-size: 24px;}

/* OWL CAROUSEL */

#HomepageSlider .owl-prev { left: 30px; }
#HomepageSlider .owl-next { right: 30px; }
.homepageMore:hover{color:#E52E26}
.homepageMore {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 50%;
    color: #ffffff ;
    padding: 15px;
}

.owl-prev, .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {/*transform : scale(2,5);*/ font-size: 3em; color: #ffffff;}
.owl-theme .owl-nav [class*=owl-]:hover {background: #2B3A4A !important;}
.owl-theme .owl-nav [class*=owl-]:hover > i {color:#ffffff !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #2B3A4A !important;}
.owl-theme .owl-dots .owl-dot span {background: #c9d7ff !important;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {background-color: #7fa5ce !important;}

#HomepageSlider .owl-prev i, .owl-next i {/*transform : scale(2,5);*/ font-size: 3em; color: #ffffff;}
#HomepageSlider.owl-theme .owl-nav [class*=owl-]:hover {background: transparent !important;}
#HomepageSlider.owl-theme .owl-nav [class*=owl-]:hover > i {color:#ffffff !important;}
#HomepageSlider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #2B3A4A !important;}
#HomepageSlider.owl-theme .owl-dots .owl-dot span {background: #c9d7ff !important;}
#HomepageSlider.owl-carousel .owl-nav button.owl-next {background-color: transparent !important;}
#HomepageSlider.owl-carousel .owl-nav button.owl-prev {background-color: transparent !important;}
#HomepageSlider.owl-carousel button.owl-dot {background-color: transparent !important;}







.overlay-slider {
    background-color: rgba(34, 46, 59,0.54);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

/*Swweet Alert */
h2#swal2-title {font-size: 1.3em !important;letter-spacing: -1px !important;}
div#swal2-html-container {font-size: 1em !important;}
.swal2-styled.swal2-confirm {background-color: #E52E26 !important;}



/*Title header */
.section-header {text-align: center; margin-top: 60px;}
.section-header > div.stripe { display: block; width:6px;background-color:#E52E26; height:111px; border-radius: 3px; margin: 0 auto 20px auto;}

/* Articles */
.a-date {
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.a-title {
    line-height: 1.3;
    margin-bottom: 20px;
}
h4.a-title {font-size: 0.8em;    font-weight: 600;min-height: 70px;text-transform: capitalize !important;}

.a-action {
    line-height: 1.3 !important;
    display: block;
}
.g-date {
    color: #ffffff;
    background-color: #3cdbc0;
    font-size: 0.8em;
    font-weight: 700;
    display: block;
}
.mb-30 {margin-bottom: 30px !important;}

/*GALLERY*/
#videoPop .modal-content, #videoPop .modal-header {background-color: transparent !important; border:none !important;}
#videoPop #videoClose {background-color: transparent;border: none;color: #ffffff;font-size: 30px;  }

/* RELATED LINKS */
h3.related-title {letter-spacing: 0px;font-size: 14px;font-weight: 800;margin-bottom: 15px;}
p.related-text{font-size: 14px;}

/*NEWS*/
.newsGrid {background-color: #ffffff;}
.newsGrid:hover, .newsGrid:hover h4 {background-color: #2b3a4a; color:#ffffff !important;}

/*CANINE INFO*/
#canineInfo .modal-content {background-color: #2b3a4a;}
#canineInfo .modal-header {border-bottom: none !important; color:#ffffff;}
#canineInfo .modal-header button {background-color: transparent !important; border: none !important;}
#canineInfo .modal-body {color:#ffffff;}
#canineInfo .modal-footer {display: none;}
h2.canineName {color: #ffffff;font-weight: 800;font-size: 50px;}
#canineInfo span {color: #1abc9c;margin-bottom: 20px;}

/*SELECT 2*/
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #444;line-height: 28px;font-size: 14px;text-align: left;}
.select2-container {width: 100% !important; max-width: 300px !important;}
.select2-list {text-transform: uppercase;font-size: 13px;font-weight:600;line-height: 1;}
ul.p-list {padding:0px 30px;}
ul.p-list > li {margin-bottom: 20px;}

.buttonGreen{background-color: #3cdbc0;  display: inline-block; padding: 10px 50px; color: #fff !important; text-transform: uppercase; font-weight: 700; border-radius: 50px;border:none !important;}
.buttonGreen:hover{background-color: #2b3a4a;}
.hugeLink{ width:100%;max-width: 558px;   background-color: #e52e26;  display: inline-block; padding: 10px 50px; color: #fff !important; text-transform: uppercase; font-weight: 700; border-radius: 50px;}
.hugeLink:hover{background-color: #222e3b;}

/*TITLE OVERLAY */
.title-hide {position: absolute;z-index: 3;bottom: 30px;height: 90px;width: 100%;background-color: #3cdbc0;display:none;padding: 10px;text-transform: uppercase;text-align: center;}
.title-hide h3{color: #ffffff;font-weight: 700; font-size: 13px;}
.title-hide span{color: #2b3a4a;font-weight: 700; font-size: 13px;}

div.pj-wrap.canineCarousel .title-hide { bottom: 0px; height:110px;}
div.pj-wrap.canineCarousel h3 {margin-bottom: 0px;font-size: 18px;}
div.pj-wrap.canineCarousel p {color: #ffffff; font-size: 13px; margin-bottom: 0px;}

.pj-wrap{position:relative}

.item_wrap {
    position: relative;
    height: 19rem;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.item_wrap h3, .item_wrap span {
    margin: 0;
    display: block;
    background-color: #3cdbc0;
    color: #ffffff;
    padding: 1rem;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 55px;
}

.item_wrap span {
    max-width: 80%;
    float: left;
    color: #ffffff !important;
    display: contents;
}
.item_wrap i { float:right;margin-left:10px;}

.item_wrap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item_wrap a:hover ~ .item__overlay, .item_wrap a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
}

.item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
   /* background-color: #82ebe0; */
    transform: translate3d(0, calc(100% - 3.5rem), 0);
}

.item__body {
    flex-grow: 1;
    padding: 1rem;
    text-align: left;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
}
.item__body p {
    margin: 0; font-size: 14px;font-weight: 600;
}

.dark #header, #header.dark {
    background-color: #222e3b !important;
    border-bottom-color: rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}
.border-f5 {
    border-color: rgba(245,245,245,0.18) !important;
}

@media (min-width: 992px)
{
    .dark .primary-menu:not(.not-dark) .sub-menu-container, .dark .primary-menu:not(.not-dark) .mega-menu-content {background-color: #2b394a !important;}
    #header.transparent-header.full-header #header-wrap {border-bottom: 0px solid rgba(255,255,255,0.35) !important;    border-top: 1px solid rgba(255,255,255,0.2) !important;}
}

/* COOKIES */
.js-cookie-consent.cookie-consent {position: fixed;width: 100%;bottom: 0;background-color: #e52e26; padding: 20px 10px; color: #ffffff; text-align: center;    z-index: 9999999999999;}
button.js-cookie-consent-agree.cookie-consent__agree {background-color: #222e3b; border: none; text-transform: uppercase;  color: #ffffff; font-size: 0.7em; font-weight: 800; padding: 10px; border-radius: 5px;}
.title-hide:hover {
    background-color: #e52e26;
}
