@import url(https://fonts.googleapis.com/css?family=Bevan:400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Public+Sans:400,400italic,600,700,800&subset=latin,latin-ext);

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
    font-family: 'Public Sans', sans-serif;
}

body{
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


::selection {
  background: #159B8E; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #159B8E; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

p{
    color: #808080;
}

a{
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

h1, 
h2,
h3{
    font-family: 'Bevan', cursive;
}

h2 {
    margin-bottom: 30px;
}

section{
    padding: 60px 0;
}

.blueBg{
    background: #159B8E;
}

.blueBg h2,
.blueBg h3,
.blueBg p,
.orangeBg h2,
.orangeBg h3,
.orangeBg h4,
.orangeBg p{
    color: #fff;
}

.orangeBg{
    background: #FF990A;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear{
    clear: both;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mbl{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.mbr{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* MENU */

.menu{
    height: 60px;
    top: 0;
    position: fixed;
    z-index: 998;
    background: transparent;
    width: 100vw;
	max-height: 100px;
}

.menu .logoBg{
    background: #159B8E;
    position: relative;
    height: 420px;
    width: 420px;
    border-radius: 220px;
    margin-top: -280px;
    z-index: 0;
    padding-top: 300px;
    text-align: center;
}

.menu .logo{
    height: 75px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.menu .buttons{
    padding-top: 30px;
}

.menu .hamburger{
    border-bottom: 4px solid #FF990A;
    width: 20px;
    margin-bottom: 4px;
    border-radius: 2px;
    transition: all 0.4s;
    position: absolute;
}

.menu .hb1{
    margin-top: -10px;
}

.menu .hb2{
    margin-top: -2px;
}

.menu .hb3{
    margin-top: 6px;
}

.menu #sidebarCollapse{
    border: none;
    background: #fff;
    padding: 0px 0 0 12px !important;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    margin: 0;
    margin-top: 4px;
    transition: all 0.4s;
}

.menu #sidebarCollapse:hover {
    background: #FF990A;
}

.menu #sidebarCollapse:hover .hamburger{
    border-color: #fff;
}

.menu #sidebarCollapse.active .hb1{
    transform: rotate(45deg);
    position: absolute;
    margin-top: -2px;
}

.menu #sidebarCollapse.active .hb2{
    margin-left: 40px;
    opacity: 0;
}

.menu #sidebarCollapse.active .hb3{
    transform: rotate(-45deg);
    position: absolute;
    margin-top: -2px;
}

.menu .btn{
    margin-right: 5px;
}

.menu .btn:first-child{
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu .btn-secondary{
    padding: 0;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sidebar{
    width: 900px;
    position: fixed;
    top: 0;
    right: -950px;
    height: 100vh;
    z-index: 99;
    background: rgba(21,155,142,0.9);
    color: #fff;
    transition: all 0.5s;
    overflow-y: scroll;
    box-shadow: none;
    height: 180%;
    margin-top: -18%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 300px;
}

#sidebar .inner{
    width: 400px;
}

#sidebar.active {
    right: -200px;
}

#sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 19px;
    right: 250px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #FFDE05
}

#sidebar #dismiss:hover {
    background: #fff;
    color: #FFDE05;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar ul li a.nav-link {
    font-family: 'Bevan', cursive;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    text-align: right;
    padding: 12px 20px;
}

#sidebar ul li a:hover{
    color: #28635C;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: transparent;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}


#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* FOOTER */

#contact{
    padding-top: 0;
}

#contact img{
    margin-top: -1px;
    width: 330px;
}

#contact .form-control{
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

#contact .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
  
#contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
#contact .form-control::placeholder {
    color: #fff;
}

#supporters img{
    transition: all 0.25s;
}

#supporters img:hover{
    transform: scale(1.1);
}

footer{
    background: #FF990A;
    padding: 15px 0;
}

footer .madeBy{
    text-align: right;
}

footer p,
footer a{
    margin: 0;
    color: #fff;
}

footer a:hover{
    color: #fff;
}

/* SUBPAGEHEADER */

#subpageHeader{
    background: #FF990A;
    padding: 0;
    height: 400px;
}

#subpageHeader .mbl{
    height: 400px;
    padding: 0 15px 50px;
}

#subpageHeader h1{
    color: #fff;
}

#subpageHeader .image{
    height: 400px;
    width: 50%;
    position: absolute;
    right: 0;
}

#subpageHeader .image .layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3)
}

/* BREADCRUMBS */

.breadcrumb{
    background: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

/* BUTTON */

.btn{
    font-weight: 800;
    padding: 8px 30px;
    border-radius: 25px;
    color: #fff !important;
}

.btn-primary{
    background: #FF990A;
    border-color: #FF990A
}

.btn-primary:hover,
.btn-primary:focus{
    background: #159B8E !important;
    color: #fff !important;
    border-color: #159B8E !important;
}

.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(255 153 10 / 50%) !important;
}

.blueBg .btn-primary:hover,
.blueBg .btn-primary:focus{
    background: #28635C !important;
}

.blueBg .btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(40 99 92 / 50%) !important;
}

.btn-secondary{
    background: #159B8E;
    border-color: #159B8E;
}

.btn-secondary:hover,
.btn-secondary:focus{
    background: #FF990A;
    border-color: #FF990A;
}

.btn-secondary:focus{
    box-shadow: 0 0 0 0.2rem rgb(21 155 142 / 50%) !important;
}

.orangeBg .btn-secondary:hover,
.orangeBg .btn-secondary:focus{
    background: #28635C;
}

/* HOMEPAGE SLIDER */

.swiper-slider-home .swiper-slide{
    height: 800px;
}

.swiper-slider-home .swiper-slide .layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3)
}

.swiper-slider-home .swiper-slide .content{
    background: rgba(255,255,255,0.3);
    padding: 50px 140px 50px 100px;
    border-radius: 0 200px 200px 0;
}

.swiper-slider-home .swiper-slide .content p{
    color: #fff;
}

.swiper-slider-home .swiper-slide .content h2{
    color: #fff;
}

.swiper-slider-home .swiper-slide .content h2 span{
    color: #FF990A;
}

/* LIST ROW */

#listRow h2{
    color: #159B8E;
}


/* NEWEST */

#newestGuest .bg{
    min-height: 500px;
    padding: 30px;
}

#newestGuest .btn.btn-secondary {
    margin-top: 30px;
}

/* TIMETABLE */

.arrow{
    z-index: 99;
    position: absolute;
    cursor: pointer;
    color: #FF990A;
}

.arrowPrev{
    left: 30px;
}

.arrowNext{
    right: 30px;
}


#calendar h2{
    color: #159B8E;
}

#calendar .tableSide h3{
    color: #FF990A;
}

#calendar table td{
    border: none;
    padding: 5px;
    height: 55px;
    vertical-align: middle;
    width: 14.28%;
}

#calendar table thead td{
    font-weight: 800;
    color: #FF990A;
}

#calendar table tbody td div{
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #159B8E;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #159B8E;
}

#calendar table tbody td a div{
    background: #159B8E;
    color: #fff;
}

#calendar .arrows {
    margin-top: -50px;
}

#calendar .card{
    border: none;
}

#calendar .card-body{
    background: #FF990A;
    padding: 2rem 1.25rem;
}

#calendar .card-body h3,
#calendar .card-body p{
    color: #fff;
}

#calendar .card-body h3 {
    margin-bottom: 30px;
}

#calendar .card-img-bottom{
    height: 300px;
}

#eventlist .bg{
    height: 200px;
    border-radius: 30px;
}

#eventlist a h3{
    color: #159B8E;
    transition: all 0.25s;
}

#eventlist a h3:hover{
    color: #FF990A;
}

#eventlist p.date{
    color: #FF990A;
}

#eventlist .contentSide{
    padding-left: 45px;
}

.vbox-container img{
    max-height: 80vh;
}

/* STATIC PAGE */

#staticPage img{
    border-radius: 50px;
}

#staticPage h2{
    color: #FF990A;
}

#staticPage h3{
    color: #159B8E;
    font-size: 22px;
    line-height: 30px;
}

.team{
    padding-top: 0;
}

.team h3{
    color: #159B8E;
}

.team .item{
    border-bottom: 1px solid #808080;
    padding: 0;
    padding-top: 60px;
}

.team .item:last-child{
    border: none;
    padding-bottom: 0;
}

.team .item:nth-child(even) h3{
    color: #FF990A;
}

.supporter .item{
    border-bottom: none;
}

.supporter .item h2{
    color: #FF990A !important;
}

/* KATEGORIA */

#petList .img{
    height: 200px;
}

#petList .desktopFilter h3{
    color: #159B8E;
}

#petList label.check {
    cursor: pointer;
    width: 100%;
}

#petList label.check input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

#petList label.check div {
    padding: 7px 14px;
    border: 1px solid #FF990A;
    color: #FF990A;
    border-radius: 30px;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
}

#petList label.check input:checked+div {
    border-color: #FF990A;
    background-color: #FF990A;
    color: #fff
}

#petList .desktopFilter p{
    color: #159B8E;
    font-weight: bold;
}

#petList .desktopFilter .item{
    margin-bottom: 20px;
}

#petList .desktopFilter{
    border-right: 1px solid #808080;
}

#petList .petItem .image{
    height: 260px;
    border-radius: 20px;
}

#petList .petItem p.name{
    color: #159B8E;
    font-family: 'Bevan', cursive;
    font-size: 25px;
    line-height: 28px;
    margin: 8px 0 0 0;
}

#petList .petItem p.datas{
    font-size: 13px;
}

#petList .petItem.sold{
    background: #FF990A;
    padding: 30px;
    border-radius: 25px;
}

#petList .petItem.sold .image{
    height: 100%;
    min-height: 250px;
}

#petList .petItem.sold p{
    text-align: left;
    color: #fff;
}

#product h2{
    color: #159B8E;
}

#product .params{
    padding: 0;
    list-style: none;
}

#product .params li{
    color: #FF990A;
    font-weight: bold;
}

#product .params li span{
    color: #808080;
    font-weight: normal;
}

#product .contactContent h3{
    color: #159B8E;
}

#product .contactContent p,
#product .contactContent p a{
    color: #159B8E;
    font-size: 30px;
}

#product .image{
    height: 450px;
    border-radius: 40px;
}

#product .thumbItem .inner{
    height: 140px;
    border-radius: 20px;
}


/* DOCUMENTS */

#documentList h3{
    color: #FF990A;
    margin-bottom: 30px;
}

#documentList .btn-secondary{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #159B8E !important;
}

#documentList .btn-secondary:hover,
#documentList .btn-secondary:focus{
    background: #159B8E;
    border-color: #159B8E;
    color: #fff !important;
}

@media (max-width: 767px){
    .menu .container {
        max-width: 100%;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .menu{
        background: #159B8E;
    }
    
    .menu .logoBg{
        background: none;
        height: auto;
        width: fit-content;
        margin: 5px 0 0 0;
        border-radius: 0;
        padding: 0;
    }
    
    .menu .logoBg img{
        height: 50px;
        width: auto;
    }

    .menu .buttons {
        padding-top: 5px;
    }    

    .menu .btn-secondary,
    .menu .btn-primary,
    .menu .btn:first-child{
        display: none;
    }

    .mobilFilter .card{
        border: none;
        margin-top: 5px;
    }

    #sidebar{
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding-right: 0;
        margin-top: 0;
        align-items: center;
        
    }

    #sidebar.active{
        right: 0;
    }

    #sidebar .inner{
        width: 100%;
    }

    .swiper-slider-home .swiper-slide .content{
        padding: 20px 40px 20px 20px;
    }

    #calendar .pl-5{
        padding-left: 0 !important;
    }

    .team .item {
        padding-top: 20px;
    }

    section {
        padding: 40px 0;
    }

    footer{
        text-align: center !important;
    }

    footer .madeBy{
        margin-top: 10px;
        text-align: center !important;
    }

    #subpageHeader{
        height: 600px;
    }

    #subpageHeader .mbl{
        height: 350px;
    }

    #subpageHeader .image{
        width: 100%;
        position: relative;
        height: 250px;
    }

    #eventlist .contentSide{
        padding-left: 15px;
        padding-top: 30px;
    }
}

/* .show-md { display: none; } */

@media (min-width: 767px) and (max-width: 991px){
    .menu .container {
        max-width: 100%;
    }

    h1 {
        font-size: 2.2rem;
    }
}

@media (min-width: 993px){
	/* .show-md { display: block; } */
	.traits #collapseFilter {
		display: block;
	}
	.border-md-0 {
		border: 0 !important;
	}
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
