.text-rendering {
    text-rendering: optimizeLegibility;
}
.font-uppercase {
    font-feature-settings: "case" on !important;
	
}

/*
body.frontpage #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
*/



/*frontpage h1*/
.frontpage h1 span {
    display: block;
    font-size: 1.5rem;
    padding-top: 5px;
    color: #0f93c2;
}


/*video*/
button.vjs-big-play-button {
    border-radius: 0 !important;
}




[x-cloak] {
    display: none !important;
}


/*scroll to top*/
#button {
	display: none;
	position: fixed;
	right:  30px;
	bottom:  30px;
	cursor: pointer;
	z-index: 1000;
}
#button.show {
  display: block;
}
@media only screen and (max-width: 600px) {
    #button {
    bottom: 10px;
    right: 10px;
}
}



/*Specialists slider*/
.team-container .swiper-button-prev::after {
    content: "\2190";
    font-size: 2rem;
    padding-bottom: 8px;
}
.team-container .swiper-button-next::after {
    content: "\2192";
    font-size: 2rem;
    padding-bottom: 8px;
}
.team-container .swiper-button-next, 
.team-container .swiper-button-prev {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition:  all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
	z-index: 5;
}




p  {
	margin-bottom: 0.5rem;
}


