/* therapist */
.view-centers #sp-main-body,
.view-center #sp-main-body {
  padding: 0;
}

/* centers */

.searchboxy {
  background: #dd9225 !important;
  border-radius: 1.3rem 1.3rem 0 0 !important;
  color: #333 !important;
  line-height: 30px !important;
  z-index: 9;
  position: absolute;
  border-bottom: 0;
border-top: 4px solid #666 !important;
border-left: 4px solid #666 !important;
border-right: 4px solid #666 !important;
height:56px;
}
.searchboxy .searchTextField {
  background: #faefde !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #333 !important;
  line-height: 56px !important;
}
.searchboxy label {
  font-size: 22px;
  color: #333;
}
.small-text {
  font-size: 14px;
}
.terap-box-centers {
    border: 0;
	transition: all 0.5s ease;
	position:relative;
	margin-bottom: 50px;
}
.text-red {
  color: #e9530d;
}
.terap-row-box div {
  z-index: 2;
}
.terap-box-centers:hover .image-profile-centers {
	transform: rotate(360deg); 
	transition: all 0.5s ease-in;
}
.t-box-waiting {
  position: relative;
}
.t-flag-lang img {
	width: 24px;
	height: 20px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}
.b-title a {
  color: #666;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}
.view-centers .h_data_color_red .w-day-t {
  font-size: 16px;
}
.view-centers .h_data_color_green.today .w-day-t {
  font-size: 18px;
}
.view-centers .h_data_color_orange .w-day-t {
  font-size: 18px;
}
.t-box-ag .muted {
  opacity: 0.5;
  cursor: not-allowed;
}
.view-centers .stretched-link::after{
	z-index:9;
}


/* Single Center */
.view-center .terap-box {
    border: 3.8px solid #333;
    border-radius: 1.7rem;
    padding: 15px;
	transition: all 0.5s ease;
	background: #faefde;
	overflow: hidden;
}
.view-center .t-rating-box {
    background: var(--color-primary);
    border-radius: 1.7rem;
    padding: 5px;
    color: #fff;
    font-size: 16px;
	position:relative;
	overflow: hidden;
	transition: all 0.35s ease;
}
.view-center .rating-text-black {
    color: #333;
    font-weight: bold;
}
.view-center .rating-text-gold {
    color: #fff119;
}
.view-center .t-review-count {
    font-size: 12px;
    font-weight: bold;
}

.view-center .image-profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 8px;
	transform: rotate(0deg);
	
}
.t-profile-logo{
	position:relative;
}
.t-profile-logo::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
    z-index: 3;
}

.view-center .terap-box:hover .image-profile {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}
.view-center .terap-box:hover .t-profile-logo::before {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}

.rsform-block-note p {
  font-size: 17px;
  color: #252525c9;
  font-weight: normal;
  line-height: 30px;
}
.view-center #mailform input, .view-center #mailform select, .view-center #mailform textarea {
  border: 0;
  border-radius: 9px !important;
  background: #faefde;
}
.form-control:focus {
  color: #212529;
  background-color: #f7e1bd;
}
.view-center .form-check-input:checked {
  background-color: #dd9225;
  border-color: #dd9225;
}
.view-center .form-check-input:focus {
border-color: #dd9225;
  box-shadow: none;
}
.view-center .color-primary {
  color: var(--color-primary);
}
.view-center .form-control:focus{
	border-color: #dd9225;
  box-shadow: none;
}
.view-center address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
}

.view-center .t-rating-box:hover {
    transform: scale(1.04);
}
.view-center .t-rating-box:after {
  
    animation: shine 7s ease-in-out infinite;
    content: "";
    position: absolute;
    top: 0%;
    left: -270%;
    width: 450%;
    height: 300%;
    opacity: 0;
    transform: rotate(45deg);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.view-center .t-rating-box:active:after {
  opacity: 0;
}

@keyframes shine{
  40% {
    opacity: 1;
    top: -30%;
    left: -30%;
  }
  50% {
    opacity: 0;
    top: -30%;
    left: -30%;
  }
}
.view-center .t-name {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 600;
	word-spacing: 100px;
	line-height: 24px;
	word-wrap: break-word;
	word-break: break-word;
	white-space: pre-line;
}
.view-center .t-name a {
    color: var(--color-primary);
}
.view-center .t-trainings {
    font-size: 12px;
    font-weight: 400;
    color: #333;
	min-height: 29px;
	max-height:29px;
	margin-top: 3px;
}
.view-center .lang-pos img {
    width: 24px;
    height: 20px;
    margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}
.view-center .t-lang-title {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.view-center .h_data_color_red,
.view-center .h_data_color_green,
.view-center .h_data_color,
.view-center .h_data_color_orange {
    font-size: 20px;
    width: 260px;
}
.view-center .h_data_color_red {
    position: relative;
    background: #e9530d;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color_green {
    position: relative;
    background: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color {
    position: relative;
    background: #edc700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color_orange {
    position: relative;
    background: #dd9225;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.view-center .availability-clock {
    position: absolute;
    left: -17px;
    top: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid #009a39;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}
.view-center .availability-clock i {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: #dd9225;
    font-size: 24px;
    line-height: 1;
}
.view-center .availability-value {
    display: inline-block;
    line-height: 1.15;
}

@media (max-width: 991px) {
  .view-center .h_data_color_green,
  .view-center .h_data_color,
  .view-center .h_data_color_red,
  .view-center .h_data_color_orange {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 2rem;
    min-height: 64px;
    line-height: 1;
    font-weight: 600;
    padding: 0 18px 0 72px;
    margin-right: auto;
    margin-left: auto;
  }

  .view-center .availability-clock {
    left: -20px;
    width: 72px;
    height: 72px;
  }

  .view-center .availability-clock i {
    font-size: 32px;
  }

  .view-center .availability-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    line-height: 1;
    text-align: center;
  }
}
.view-center .t-box-ag {
    background: var(--color-primary);
    border-radius: 1.7rem;
    padding: 15px;
}
.view-center .t-box-ag i {
    font-size: 140px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.view-center .t-age-title {
    text-align: center;
    color: #333;
    font-weight: 600;
	text-transform: uppercase;
}
.view-center .t-rating-box:last-child {
    margin-bottom: 0 !important;
}
.view-center .t-box-effect {
    transform: scale(1);
	transition: all 0.35s ease;
}
.view-center .t-box-effect:hover {
    transform: scale(1.03);
}

/* Avvisi pagina dettaglio terapista */
.therapist-notices {
	display: grid;
	gap: 12px;
	margin-bottom: 20px;
}

.therapist-notice {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 64px;
	padding: 8px 16px;
	border-radius: 14px;
	box-sizing: border-box;
}

.therapist-notice-icon {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	line-height: 1;
}

.therapist-notice-text {
	color: #444;
	font-size: 16px;
	line-height: 1.45;
}

.therapist-notice-success {
	background: rgba(0, 154, 57, 0.10);
	border: 2px solid rgba(0, 154, 57, 0.18);
}

.therapist-notice-success .therapist-notice-icon {
	background: #179644;
}

.therapist-notice-danger {
	background: rgba(233, 83, 13, 0.10);
	border: 2px solid rgba(233, 83, 13, 0.18);
}

.therapist-notice-danger .therapist-notice-icon {
	background: #d31c14;
	border-radius: 0;
	clip-path: polygon(
		30% 0,
		70% 0,
		100% 30%,
		100% 70%,
		70% 100%,
		30% 100%,
		0 70%,
		0 30%
	);
}

.therapist-notice-info {
	background: rgba(51, 177, 230, 0.12);
	border: 2px solid rgba(51, 177, 230, 0.22);
}

.therapist-notice-info .therapist-notice-icon {
	background: #0b3da0;
}

.therapist-notice-label {
	font-weight: 700;
	text-transform: uppercase;
}

.therapist-notice-success .therapist-notice-label {
	color: #179644;
}

.therapist-notice-danger .therapist-notice-label {
	color: #d31c14;
}

.therapist-notice-info .therapist-notice-label {
	color: #0b3da0;
}

@media (max-width: 680px) {
	.therapist-notice {
		gap: 10px;
		min-height: 56px;
		padding: 8px 11px;
	}

	.therapist-notice-icon {
		flex-basis: 35px;
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.therapist-notice-text {
		font-size: 14px;
		line-height: 1.35;
	}
}

.map_canvas {
    border: 4px solid #666;
    border-radius: 1.3rem;
}
div[title="you"]{
	overflow: inherit !important;
}
div[title="you"]::before{
	width: 100px !important;
	content:"";
	height: 100px!important;
	position: relative !important;
	top: -40px !important;
	left: -40px !important;
	display: block;
	background: rgba(221,146,37,0.6);
	border-radius: 50%;
	opacity: 0;
	animation: pulsate 2400ms ease-out infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.bigicon i{
	font-size: 4em;
}
.addreess-sec i {
  color: var(--color-primary);
  
  padding-right: 15px;
  vertical-align: middle;
  padding-left:7px;
}
.addreess-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.contact-sec i {
  color: var(--color-primary);
  padding-right: 15px;
  vertical-align: middle;
}
.contact-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.center-content-box{
	color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}	
.center-content-box .titlestyle i {
	padding-right: 15px;
	vertical-align: middle;
}
.contact-sec a {
  color: #333;
}
.h-payment-row {
  text-align: center;
  margin-right: 30px;
}
.h-payment-row-img img {
  margin: 0 auto;
}
.slider-sec {
  background: #faefde;
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #dd9225;
}
.slick-initialized .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  border: 3px solid #dd9225;
  border-radius: 15px;
  overflow: hidden;
}
.slick-slide img {
  display: block;
  height: 240px;
  width: 100%;
  cursor: zoom-in;
}
.slick-prev::before, .slick-next::before {
  color: var(--color-primary) !important;
  font-size: 30px !important;
}
.slick-prev.slick-arrow {
  margin-left: -10px;
}
.box-rout {
  background: #faefde;
  height: 100px;
  border: 3.5px solid #333;
  border-radius: 17px;
  overflow: hidden;
}
.box-rout-icon {
  background: #dd9225;
  height: 100px;
}
.box-rout-icon i {
  color: #fff;
  font-size: 50px;
  padding: 0;
}
.agenda-text {
  position: absolute;
  color: #dd9225;
  font-size: 12px;
  top: 31px;
  width: 100px;
  left: 72px;
  font-weight: 600;
  z-index: 9;
}

.badge.bg-green {
  background: #cbead6;
  color: #009a39;
  vertical-align: text-top;
}
.today-day {
  color: #009a39;
}
.hrs_day_title {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 2px 5px 8px;
  min-width: 130px;
  border-radius: 5px;
}
.text-gray {
  color: #333;
}

#loadingDiv {
  background: #ffffff8c;
}
.green-icon::before {
  color: #009a39;
}
.gray-icon::before {
  color: #333;
}
.text-green {
  color: #23cf5f;
}
.payx img {
  padding: 10px;
  border-radius: 15px;
}
.width50.align-left-faq-center .sppb-panel-modern > .sppb-panel-heading {
	margin:0;
}
.telx i {
  font-size: 35px;
  text-align: center;
  min-width: 50px;
}
@media (min-width:992px) and (max-width:1200px) {
	
	.agenda-text {
	  left: 45px;
	}
}


@media (max-width:578px){
.today-day .badge {
  display: none;
}
.telx span {
  font-size: 15px;
}
.bigicon i {
  font-size: 2em;
  padding: 0 !important;
}
.bigicon span {
  font-size: 14px;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 5px;
}	
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 10px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.adr-title {
  padding-top: 0px;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:4%;
    transform: rotate(0deg);
}
.d-title {
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 15px !important;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.adr-title {
  font-size: 13px;
  line-height:18px;
  color: #666;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 12px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:13px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}	
.d-title.mob-d-title {
  font-size: 23px;
}
.hrs_day_title {
  min-width: 90px;
  font-size: 13px;
}
.hours p {
  font-size: 14px;
}
.dangerz-icon-style-article {

  font-size: 13px;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
}


@media (min-width:578px) and (max-width:767px) {
.hrs_day_title {
  min-width: 100px;
  font-size: 14px;
}
.hours p {
  font-size: 16px;
}	
.bigicon i {
  font-size: 3em;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 5px;
}	
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.adr-title {
  padding-top: 0px;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:8px;
    transform: rotate(0deg);
}
.d-title {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
	
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.adr-title {
  font-size: 18px;
  line-height:22px;
  color: #666;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 12px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:13px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.b-title a {
  font-size: 32px;
  line-height: 30px;
}
.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
.d-title.mob-d-title {
  font-size: 23px;
}
}

@media (min-width:768px) and (max-width:991px) {
.today-day .badge {
  display: none;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 8px;
}
.view-center .image-profile{
 padding: 12px;	
}
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 19px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.image-profile-centers {  
    border-radius: 50%;
    transform: rotate(0deg);
	max-width: 60%;
	padding: 8px;
}
.d-title {
  padding-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.adr-title {
  font-size: 22px;
  line-height:32px;
  color: #666;
  padding-top: 0px;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 14px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:14px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.b-title a {
  font-size: 42px;
  line-height: 30px;
}


.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
.d-title.mob-d-title {
  font-size: 23px;
}
}

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

.view-center .t-rating-box{
 font-size: 12px;
}	
.view-center .t-review-count {
  font-size: 10px;
}
.h-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.t-title-centers {
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}	
.b-title a {
  font-size: 18px;
}
.t-flag-lang {
  padding-top: 20px;
}
.adr-title {
  padding-top: 0px;
  color:#666;
}
.image-profile-centers {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #666;
    transform: rotate(0deg);	
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.d-title {
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: #8cbe22;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 4px solid #666;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  min-height: 150px;
  max-height:150px;
  width:150px;
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
  word-spacing: 200px;
}
.name-t-c {
  padding-top: 0px !important;
}
}


@media (min-width:1200px) {


.h-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.t-title-centers {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}	
.t-flag-lang {
  padding-top: 36px;
}
.adr-title {
  padding-top: 15px;
  color:#666;
}
.image-profile-centers {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 4px solid #666;
    transform: rotate(0deg);	
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.d-title {
  padding-top: 32px;
  font-size: 34px;
  font-weight: 600;
  color: #666;
}
.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	line-height: 20px;
}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: #8cbe22;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 4px solid #666;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  min-height: 175px;
  max-height:175px;
  width:175px;
  float: right;
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
}
.name-t-c {
  padding-top: 15px !important;
}
.view-center .image-profile {
  width: 85% !important;
}  
.view-center .terap-box{
 padding: 10px 15px;	
}
}


/* exclusive mobile small */
@media (max-width:385px){
.view-center .rating-text-gold {
  display: none;
}
.hours p {
  font-size: 12px;
}
}
@media (max-width:426px){
.telx span {
  font-size: 13px;
}
.bigicon i {
  font-size: 2em;
  padding: 0 !important;
}
.bigicon span {
  font-size: 13px;
  line-height: 15px;
}
.view-center .t-rating-box {
  font-size: 9px;
  padding: 1px;
}
.view-center .image-profile{
  padding:4%;
}	
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 20px !important;
}  
.t-lang-title {
  font-size: 12px !important;
}
.h_data_color_red {
  font-size: 11px !important;
}
}