/* tavayaspaces style */
.clear_b0 {clear: both; }
.clear_b5 {clear: both; height: 5px;}
.clear_b10 {clear: both; height: 10px;}
.clear_b15 {clear: both; height: 15px;}
.clear_b20 {clear: both; height: 20px;}
.clear_b25 {clear: both; height: 25px;}
.clear_b30 {clear: both; height: 30px;}

.tis24-listempty {
	border: 1px solid #68a199;
    padding: 1em;
    color: #fff;
    background-color: #9bc0bc;
    display: inline-block;
    border-radius: 5px;
}
.tis24-list-row {
	display: flex;
	padding: 25px 20px;
	margin-bottom: 30px;
	background-color: #ccdadd66;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
	border-style: solid;
    border-width: 1px;
    border-color: #CCDADD;
	font-family: Helvetica,Arial,Lucida,sans-serif;
	font-size: 0.8rem;
}
@media (min-width: 981px) {
	.tis24-list-row {
		width: 100%;
	}
}
.tis24-list-row h4 {
	font-size: 1.20rem;
	line-height: 1.3em;
} 

.tis24-list-col1 {
	display: inline-block;
	width: 47%;
    margin-right: 6%;
}
.tis24-list-col2 {
	display: inline-block;
	width: 46%;
}
.tis24-address {
	margin: 5px 0px 20px 0px ;
	line-height: 0.9rem;
}	
.tis24-attr {
	margin: 5px 0px;
	line-height: 0.9rem;
}	
.tis24-attr-val {
	font-weight:bold;
	color: #68a199;
}
.tis24-obj-val {
	font-weight:bold;
	color: #68a199;
}	
.tis24-button {
	margin-top: 20px;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.tis24-button a {
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: #9BC1BC;
    font-size: 15px;
    background-color: #9BC1BC;
	display: inline;
	transition: all 300ms ease 0ms;
	font-weight: 500;
    padding: 0.73em 1em;
    line-height: 1.7em!important;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
	transition-property: all!important;
	text-decoration: none;
}
.tis24-button a:after {
	opacity: 0;
	line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
	content: attr(data-icon);
	transition: all 300ms ease 0ms;
}
.tis24-button:hover a {
    padding: 0.73em 1.1em 0.73em 0.73em;
}
.tis24-button:hover a:after {
	opacity: 1;
    margin-left: 0.3em;
}
.tis24-deb {
	font-size: 0.53rem;
	margin-top: 15px;
}

.tis24-head	h4 {
	font-size: 26px;
	line-height: 1.4em!important;
	color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;	
}
.tis24-head	h5 {
	font-size: 22px;
	color: #68a199;
	padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

.tis24-acc {
	margin-bottom: 40px;
}
.tis24-acc-item {
	background-color: #CCDADD;
	border-radius: 5px 5px 5px 5px;
    overflow: hidden;
	border: 1px solid #9BC0BC;
	padding: 20px;
}
.tis24-acc-item h5 {
	cursor: pointer;
    position: relative;
    padding: 0 0px 0 0;
	margin: 0px;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.tis24-slider {
	margin-bottom: 25px;
}

.tis24-slider .container {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.slider {
    display: block;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px;
    background-color: white;
    overflow: hidden;
}

.slider__slides {
  width: 100%;
  padding-top: 66%;
}

.slider__slide {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: normal;   
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lemonchiffon;
    transition: 1s;
    opacity: 0;
}

.slider__slide.active {
    opacity: 1;
}

.slider__slide img {
  width: 100%;
}

.slider__nav-button {
    position: absolute;
    height: 70px;
    width: 70px;
    opacity: .8;
    cursor: pointer;
}

#nav-button--prev {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#nav-button--next {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#nav-button--prev::after,
#nav-button--next::after {
    content: "";
    position: absolute;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 3px;
    width: 40%;
    height: 40%;
}

#nav-button--next::after{
    top: 50%;
    right: 50%;
    transform: translate(25%, -50%) rotate(-45deg);
}

#nav-button--prev::after {
    top: 50%;
    right: 50%;
    transform: translate(75%, -50%) rotate(135deg);
}

.slider__nav {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slider__navlink {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px #68a199 solid;
    background-color: #68a1999c;
    opacity: 1;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.slider__navlink.active {
    background-color: #fff;
    border: 1px #333 solid;
}
.slide-text {
	position: absolute;
    top: 60%;
    margin: 0px auto;
	padding: 30px;
	border-radius: 3px;
	background-color: #68a1999c;
	text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
  .slider__nav-button {
    height: 40px;
    width: 40px;
  }
  .slider__navlink {
    height: 6px;
    width: 6px;
	margin: 0 5px 0 5px;
  }
}

.tis24-showobjatt {
	background-color: #f4f4f4;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
	padding: 25px;
}

.tis24-attachment-top h4 {
	color: #333;
	margin-top: 0px;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}
.tis24-attachment {
	margin-bottom: 15px;
}
/*
.tis24-attachment a {
	color: #fff!important;
    border-width: 0px!important;
    font-size: 15px;
    background-color: #9BC1BC;
	display: inline-block;	
    border-color: #9BC1BC;
	border: 2px solid;
    border-radius: 3px;	
	font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em!important;
	
}
.tis24-attachment a:after {

	line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
	content: attr(data-icon);
	transition: all 300ms ease 0ms;
}	
*/
.tis24-attachment  a {
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-color: #9BC1BC;
    font-size: 15px;
    background-color: #9BC1BC;
	display: inline-block;
	transition: all 300ms ease 0ms;
	font-weight: 500;
    padding: 0.5em 1em;
    line-height: 1.7em!important;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
	transition-property: all!important;
	text-decoration: none;
}
.tis24-attachment  a:after {
	opacity: 0;
	line-height: inherit;
    font-size: inherit!important;
    margin-left: -1em;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
	content: attr(data-icon);
	transition: all 300ms ease 0ms;
}
.tis24-attachment a:hover {
    padding: 0.5em 1.1em 0.5em 0.73em;
}
.tis24-attachment a:hover:after {
	opacity: 1;
    margin-left: 0.3em;
}
