/*tab recensioni */
.tab {
    /* width: 0; */
    height: 0;
    overflow: hidden;
}
.tab-active {
    /* width: 100%; */
    height: auto;
}
 .tab-container {
      height: auto;
       overflow: hidden;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     -ms-transition: all 300ms ease-in-out;
     -o-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
 }
/* title */

.ec-tab-text {
    padding-top: 40px;
    color: #585858;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ec-tab-text-r  {
    padding-top: 40px;
    color: #808080;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ec-tab-text:hover {
    color: #ccc;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ec-tab-text-active {
    padding-top: 40px;
    color: #fff;
}
/* tab recensioni */
/* Errori */
.label-error {
  width:100%;
  text-align: left;
  color: #ba0000;
  font-size: 12px;
  font-weight: 900;
}
/* Errori */
/* Carica foto input*/
  #profile-upload-none, #cover-upload-none {
      display: none;
  }
  /* post input*/
  #post-upload-none {
      display: none;
  }
/* Carica foto input*/
/*input raiting */
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #ccc;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #000;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #000;
}
/*input raiting */
/*Slick*/
.slider {
    width: 100%;
    margin: 15px auto;
}

.slick-slide {
    margin: 0px 3px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
/*Slick*/
/*Alert*/
.sweet-alert .btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #ff4f5e !important;
}
.sweet-alert .btn-success, .sweet-alert .btn-success:hover, .sweet-alert .btn-success:focus {
    background-color: #2BA15B !important;
}
.sweet-alert .btn-default {
    background-color: #000;
}
body {
  padding-right: 0 !important;
}
.ec-textarea::-webkit-input-placeholder {
color: #ccc !important;
  font-size: 14px !important;
  font-style: italic !important;
}

.ec-textarea:-moz-placeholder { /* Firefox 18- */
color: #ccc !important;
  font-size: 14px !important;
font-style: italic !important;
}

.ec-textarea::-moz-placeholder {  /* Firefox 19+ */
color: #ccc !important;
  font-size: 14px !important;
font-style: italic !important;
}

.ec-textarea:-ms-input-placeholder {
color: #ccc !important;
  font-size: 14px !important;
font-style: italic !important;
}
.lead {
    font-size: 14px;
}
.sweet-alert .btn.btn-lg {
    font-size: 12px;
    padding: 3px 20px;
    text-transform: lowercase;
    min-width: 130px;
}
.sweet-alert h2 {
  font-size: 25px;
  margin-top: 30px;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
    z-index: 1050 !important;
}
/*Alert*/
/*Star*/
.stars-container {
	width: 80px;
	font-size: 14px;
}
/*home*/
.text-down1 {
	/*font-weight: 900;*/
	color: #EFEFEF !important;
}
.home .bg-black {
  background-color:#000;
}
.home .c-white, .landing .c-white {
  color:#fff;
}
.home .no-padding, .landing .no-padding {
  padding:0 !important;
}
.home .text-center, .landing .text-center {
  text-align: center;
}
.home .video-contain {
  height:100vh;
  overflow: hidden;
}
.home .bgvideo {
  width: 100vw;
  position: relative;
}
.home .bgvideo-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
.home .bgvideo-text>.container-fluid, .home .bgvideo-text>.container-fluid>.row {
  height: 100vh !important;
}
.home .text-rotate {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home .bgvideo-text h3 {
  color: #fff;
}
.home h1 {
  font-weight: 400;
}
.home h1 span:nth-of-type(1) {
  position: sticky;
  z-index: 5;
}
.home h1 span:nth-of-type(2) {
  position: sticky;
  z-index: 4;
}

.home .bgvideo-text h3 {
  font-size: 50px;
  color:#fff;
  line-height: 40px;
}
.home .bgvideo-text button {
  background-color: #fff;
  padding: 20px;
}
.home #overlay {
  background-color:rgba(0,0,0,.65);
  height:100vh;
  left:0;
  position:relative;
  top:0;
  transition:background-color 300ms ease;
  width:100%;
}
.home #hero-vid {
  backface-visibility:hidden;
  background:url("http://www.markhillard.com/sandbox/media/polina.jpg") no-repeat scroll 0 0 #000;
  background-size:cover;
  bottom:0;
  height:auto;
  min-height:100%;
  min-width:100%;
  perspective:1000;
  position:fixed;
  right:0;
  width:auto;
  z-index:-1;
}
.home #wrapper {
  background-color:#fff;
  position:relative;
  z-index:1;
  overflow-x: hidden;
}
.home #hero-pic {
  display:block;
  height:auto;
  width:100%;
}
.home .span1 {
  font-size: 30px;
  line-height: 27px;
  color: #fff !important;
}
.home .span3 {
  font-size: 18px;
  color: #808285;
}
.home .item-1, .home .item-2, .home .item-3 {
  position: absolute;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.home .item-1{
  animation-name: anim-1;
}

.home .item-2{
  animation-name: anim-2;
}

.home .item-3{
  animation-name: anim-3;
}

@keyframes anim-1 {
  0%, 8.3% { bottom: -100%; opacity: 0; }
  8.3%,25% { bottom: 25%; opacity: 1; }
  33.33%, 100% { bottom: 110%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { bottom: -100%; opacity: 0; }
  41.63%, 58.29% { bottom: 25%; opacity: 1; }
  66.66%, 100% { bottom: 110%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { bottom: -100%; opacity: 0; }
  74.96%, 91.62% { bottom: 25%; opacity: 1; }
  100% { bottom: 110%; opacity: 0; }
}
.home .bg-home-mobile {
  display: none;
}
.home .bgvideo-text button {
  width: 130px;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}
.home .col-border {
  border-right: 1px solid rgba(255,255,255,0.5);
}
.home .img-mobile {
  display: none
}
.home .photo-left {
  margin-left: 0px;
  margin-top: inherit;
}
.home .social-footer {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.home .social-footer li {
  list-style-type: none;
  float: left;
  margin: 5px;
}
/*home*/
/* Come funziona */
.page-comefunziona h1 {
  font-weight: 400;
}
.page-comefunziona .bg-black {
  background-color:#000;
}
.page-comefunziona .c-white {
  color:#fff;
}
.page-comefunziona .no-padding {
  padding:0 !important;
}
.page-comefunziona .text-center {
  text-align: center;
}
.page-comefunziona .video-contain {
  height:100vh;
  overflow: hidden;
}
.page-comefunziona .bgvideo {
  width: 100vw;
  position: relative;
}
.page-comefunziona .bgvideo-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}
.page-comefunziona .bgvideo-text>.container-fluid, .page-comefunziona .bgvideo-text>.container-fluid>.row {
  height: 100vh !important;
}
.page-comefunziona .text-rotate {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-comefunziona .bgvideo-text h3 {
  color: #fff;
}
.page-comefunziona h1 span:nth-of-type(1) {
  position: sticky;
  z-index: 5;
}
.page-comefunziona h1 span:nth-of-type(2) {
  position: sticky;
  z-index: 4;
}

.page-comefunziona .bgvideo-text h3 {
  font-size: 50px;
  color:#fff;
  line-height: 40px;
}
.page-comefunziona .bgvideo-text button {
  background-color: #fff;
  padding: 20px;
}
.page-comefunziona   #overlay {
  background-color:rgba(0,0,0,.65);
  height:100vh;
  left:0;
  position:relative;
  top:0;
  transition:background-color 300ms ease;
  width:100%;
}
.page-comefunziona   #hero-vid {
  backface-visibility:hidden;
  background:url("http://www.markhillard.com/sandbox/media/polina.jpg") no-repeat scroll 0 0 #000;
  background-size:cover;
  bottom:0;
  height:auto;
  min-height:100%;
  min-width:100%;
  perspective:1000;
  position:fixed;
  right:0;
  width:auto;
  z-index:-1;
}
.page-comefunziona   #wrapper {
  background-color:#fff;
  position:relative;
  z-index:1;
  overflow-x: hidden;
}
.page-comefunziona #hero-pic {
  display:block;
  height:auto;
  width:100%;
}
.page-comefunziona .span1 {
  font-size: 30px;
  line-height: 27px;
  color: #fff !important;
}
.page-comefunziona   .span3 {
  font-size: 18px;
  color: #808285;
}
.page-comefunziona .item-1, .page-comefunziona .item-2, .page-comefunziona .item-3 {
  position: absolute;
  animation-duration: 12s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.page-comefunziona .item-1{
  animation-name: anim-1;
}

.page-comefunziona .item-2{
  animation-name: anim-2;
}

.page-comefunziona .item-3{
  animation-name: anim-3;
}

@keyframes anim-1 {
  0%, 8.3% { bottom: -100%; opacity: 0; }
  8.3%,25% { bottom: 25%; opacity: 1; }
  33.33%, 100% { bottom: 110%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { bottom: -100%; opacity: 0; }
  41.63%, 58.29% { bottom: 25%; opacity: 1; }
  66.66%, 100% { bottom: 110%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { bottom: -100%; opacity: 0; }
  74.96%, 91.62% { bottom: 25%; opacity: 1; }
  100% { bottom: 110%; opacity: 0; }
}
.page-comefunziona .bg-home-mobile {
  display: none;
}
.page-comefunziona .bgvideo-text button {
  width: 130px;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}
.page-comefunziona .col-border {
  border-right: 1px solid rgba(255,255,255,0.5);
}
.page-comefunziona .img-mobile {
  display: none
}
.page-comefunziona .photo-left {
  margin-left: 0px;
  margin-top: inherit;
}
.page-comefunziona .social-footer {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
}
.page-comefunziona .social-footer li {
  list-style-type: none;
  float: left;
  margin: 5px;
}
/* Come funziona */
/*hide menu "migliore settimana"*/
.side-menu .link-menu:nth-of-type(8) {
	display:none;
}
.cbp-spmenu-open {
	z-index: 1000000;
}
b, strong {
	font-weight: 700;
}
.color-feedback {
	color: #F46B47;
}
.color-appuntamento {
	color: #8DC63F;
}
.color-prenotazione {
	color: #f9b732;
}
.color-disponibilita {
	color: #CCCCCC;
}
p {
	font-size: 1.1rem;
}
.ec-flex-center {
	display: flex;
	justify-content: center;
}
.ec-bg {
	height: 600px;
	background-position: center center;
	background-attachment: fixed;
	-webkit-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
	box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
}
footer {
	margin-top: 50px;
	background: #f7f7f7;
	-webkit-box-shadow: 0px -6px 60px -16px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px -6px 60px -16px rgba(0,0,0,0.13);
	box-shadow: 0px -6px 60px -16px rgba(0,0,0,0.13);
}
footer img {
	max-height: 50px;
}
/* gradient */

.blue-gradient {
	background: -webkit-linear-gradient(50deg, #45cafc, #303f9f);
	background: linear-gradient(40deg, #45cafc, #303f9f);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.purple-gradient {
	background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5);
	background: linear-gradient(40deg, #ff6ec4, #7873f5);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.peach-gradient {
	background: -webkit-linear-gradient(50deg, #FFD86F, #FC6262);
	background: linear-gradient(40deg, #FFD86F, #FC6262);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.peach-gradient-dark {
	background: -webkit-linear-gradient(50deg, #A9A9A9, #1C1A1A);
	background: linear-gradient(40deg, #A9A9A9, #1C1A1A);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.gradient-grey {
	background: rgb(168, 168, 168);
	background: -moz-linear-gradient(45deg, rgba(168, 168, 168, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(168, 168, 168, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(45deg, rgba(168, 168, 168, 1) 0%, rgba(237, 237, 237, 1) 100%);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.gradient-mod {
	background: linear-gradient(to right, rgb(201, 75, 75), rgb(75, 19, 79));
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.btn.gradient-grey {
	color: #fff;
}
.ec-link {
	color: #333;
}
.row-title {
	margin-top: 150px;
	max-width: 960px;
}
.ec-btn {
	/* width: 200px; */
	height: 30px;
	line-height: 0.5;
	display: block;
	margin: 0 auto;
	color: #fff;
	border-radius: 0;
	background-color: #505050;
	letter-spacing: 0;
	margin-top: 50px;
}
/*.btn-search {
margin: 0;
font-size: 13px;
text-transform: none;
padding-top: 5px !important;
padding-bottom: 5px !important;
}*/
.btn-dark {
	margin: 0;
	font-size: 13px;
	text-transform: none;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ec-btn:hover, .ec-btn:active {
	letter-spacing: 2px;
	cursor: pointer;
	text-align: center;
}
.ec-btn:hover:before {
	bottom: auto;
	top: 0;
	width: 70%;
}
/* select  */

.cs-skin-elastic>span {
	border-bottom: 1px solid #bdbdbd;
}
.cs-skin-elastic>span {
	background-color: transparent;
}
/* btn  */
.ec-input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgb(228, 228, 228);
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	transition: border 500ms ease-out;
}
.ec-title {
	font-size: 30px;
	font-family: 'Arial';

}
.ec-title-center {
	text-align: center;
}
.ec-text {
	font-size: 16px;
}
.ec-text-center {
	text-align: center;
	font-weight: 300;
}
.ec-text-left {
	text-align: left;
	font-weight: 300;
}
.ec-text-right {
	text-align: right;
	font-weight: 300;
}
.ec-no-padding {
	padding: 0;
}
.ec-no-margin {
	margin: 0;
}
.bold {
	font-weight: 900;
}
/* Font style */

.ec-font-arial {
	font-family: 'Arial';
}
.ec-font-roboto {
	font-family: 'Roboto';
}
/*menu nav search white */


/*search */

.ec-nav-white .search-container a, .ec-nav-white .search-container a:link, .ec-nav-white .search-container a:visited, .ec-nav-white .search-container a:hover {
	color: #000;
}
/* nav profilo */

.ec-nav-white {
	height: 40px;
	background-color: rgba(255, 255, 255, 0.8);
}
/* modal */

.text-white {
	background: -webkit-linear-gradient(50deg, #A9A9A9, #1C1A1A);
	background: linear-gradient(40deg, #A9A9A9, #1C1A1A);
}
.modal.show {
	background-color: rgba(29, 28, 28, 0.76) !important;
}
.ec-form {
	min-width: 650px;
}
/* a- torna indietro */
.a-back {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 5px 0 0 20px;
	margin-right: 20px;
}
.a-back:hover {
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
	box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
}
.a-back i {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	font-size: 25px;
}
.a-back:hover i {
	margin-right: 15px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/* ec-link */
.ec-link {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ec-link:hover {
	opacity: 0.5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	color: #000;
}
/* a- altre foto altre recensioni*/
.a-ir {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	padding: 20px;
}
.a-ir:hover {
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
	box-shadow: 0px 45px 66px -26px rgba(0,0,0,0.07);
}
.a-ir i {
	margin-left: 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.a-ir:hover i {
	margin-left: 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*PAGINE*/
/* ACCOUNT OPTION - LOGIN - RECUPERA PASSWORD */
.a-b {
  color: #000;
  padding: 10px;
  font-size: 25px;
  display: block;
  max-width: 25px;
margin: 0 auto;
}
.a-b:hover {
  color: #000;
}
.account-option  .btn-prenota {
	margin: 0;
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 5px !important;
	padding-bottom:5px !important;
}
.account-option .row-login {
	min-height: 100vh;
}

.account-option .column-image {
	background-image: url('../img/bg/login.jpg');
	min-height: 100vh;
	background-position: center top;
	-webkit-box-shadow: 18px 0px 32px -21px rgba(0,0,0,0.64);
	-moz-box-shadow: 18px 0px 32px -21px rgba(0,0,0,0.64);
	box-shadow: 18px 0px 32px -21px rgba(0,0,0,0.64);
}

.account-option .login-box-logo {
	display: flex;
	justify-content: center;
}
.account-option .login-box-logo .logo-header {
	height: 60px;
}
.account-option .form-box {
	margin-top: 18%;
}
.account-option .box-password {
	display: flex;
	justify-content: center;
}
.account-option .form-box-password {
	position: absolute;
	top: 50%;
	margin-top: -365px;
}

.account-option .login-form {
	width: 70%;
}
/* ACCOUNT OPTION - LOGIN - RECUPERA PASSWORD */
/*PROFILO - TUTTE LE FOTO*/
/* Copertina profilo */
.ec-profile img.ec-image-lg {
	z-index: 0;
	width: 100%;
	margin-bottom: 10px;
}
.ec-image-profile {
	width: 250px;
	border-radius: 50%;
	border: 5px solid #fff;
}
.profilo .ec-box-profile .ec-profile-text {
	padding-top: 30px;
}
.ec-box-profile, .container-recensione {
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
}
.ec-row {
	min-height: 80px;
}
.ec-icon-profile {
	position: absolute;
	height: auto;
	display: flex;
	justify-content: space-between;
	top: 30px;
	right: 15px;
}
.ec-icon-work {
	position: absolute;
	height: auto;
	display: flex;
	justify-content: space-between;
	top: 0px;
	right: 15px;
}
.icon-profile, .icon-profile-work {
	width: 120px;
	text-align: center;
}
.icon-profile img {
	width: 30px;
	height: 30px;
}
.profilo .row, .all-works .row, .recensioni .row {
	margin-left: 0;
	margin-right: 0;
}
/* a carousel */
.profilo .carouselGallery-modal a:hover {
	color: #000;
}
.profilo .carouselGallery-modal a {
	text-decoration: none;
	color: #ccc;
}
/* icon text */
.icon-text, .info-text {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.info-text-recensioni {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}
.profilo .btn-follow {
	min-width: 94px;
	padding: 5px 10px;
}
.profilo .icon-count {
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
}
/* container competenze */
.profilo .container-competenze, .profilo .container-esperienze, .profilo .container-tariffe {
	min-height: 20px;
	padding: 50px;
	padding-top: 20px;
	margin-bottom: 60px;
	border-left: 2px solid #f8f8f8;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.03);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.03);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.03);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: white;
}
/* box info profilo */
.profilo .ec-work-slider {
	background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(77, 77, 77, 0) 1%, rgba(132, 132, 132, 0.37) 100%);
	background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(77, 77, 77, 0) 1%, rgba(132, 132, 132, 0.37) 100%);
	background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(77, 77, 77, 0) 1%, rgba(132, 132, 132, 0.37) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#5e848484', GradientType=0);
}
/* container recensioni */
.profilo .container-recensioni {
	padding: 50px;
	background-color: #fafafa;
}
/* recensioni */

.profilo .ec-recensioni-img, .recensioni .ec-recensioni-img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.profilo .ec-row-recensioni, .recensioni .ec-row-recensioni {
	min-height: 55px;
}
.profilo .container-recensione {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0px 10px 0px;
	background-color: #fbfbfb;
	border-bottom: 1px solid rgba(0,0,0,.03);
	margin-bottom:30px;
}
.profilo .ec-star-recensioni, .recensioni .ec-star-recensioni {
	display: flex;
	justify-content: flex-end;
}
.profilo .btn-modifica {
	width: 40px;
	height: 40px;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 2.5;
	color: #fff;
	border-radius: 50%;
}
.profilo .btn-modifica i {
	color: #fff;
}
.n-notifiche {
	position: absolute;
	border-radius: 50%;
	left: 35px;
	top: -6px;
}
.profilo .ec-link .setting {
	color: #000;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.profilo .ec-link:hover .setting {
	color: #b9b9b9;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*TUTTE LE FOTO*/
.all-works .row-img {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}
.all-works .container-foto {
	margin-top: 40px;
}
.all-works .container-foto img {
	-webkit-box-shadow: 0px 52px 98px -52px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 52px 98px -52px rgba(0,0,0,0.2);
	box-shadow: 0px 52px 98px -52px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.all-works .icon-back {
	display: none;
}
.all-works .ec-box-profile .ec-profile-text {
	padding-top: 24px;
}
/* END PROFILO - TUTTE LE FOTO*/
/*RECENSIONI*/
.recensioni .container-recensioni {
	padding: 50px;
}
.recensioni .container-recensione .ec-profile-text {
	padding-top: 5px;
}
.recensioni .container-recensione {
	max-width: 800px;
margin: 0 auto;
    margin-bottom: 0px;
padding: 30px 0px 10px 0px;
background-color: #fbfbfb;
border-bottom: 1px solid rgba(0,0,0,.03);
margin-bottom: 30px;
}
/* END RECENSIONI */
/* FOLLOWERS - RICERCA - LIKE - I MIEI APPUNTAMENTI - FOLLOWING */
.base-f .ec-profile-text h4 {
	font-size: 1.2rem;
}
.base-f .ec-profile-text p {
	font-size: 1rem;
}
.base-f .btn-follow {
	width: 100%;
	max-width: 130px;
	margin-top: 30px;
	float: right;
}
.base-f .ec-follower-img img {
	width: 80px;
}
.base-f .ec-profile-text h4 {
	padding-top: 15px;
}
.base-f .ec-follower-img, .notifiche .ec-follower-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.base-f #container-followers {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
}
.base-f .row-followers {
	padding: 10px 0px 10px 0px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}
.base-f .search-small {
	width: 100%;
	margin-top: 60px;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
}
.base-f .search-small .form-group {
	margin-bottom: 0;
}
.base-f .search-small input {
	padding-top: 40px;
	text-align: center;
}
/* i miei appuntamenti */
/*modal box single*/
.base-f.modal-feedback .box-single   {
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
}
.base-f .carousel-control-next, .base-f .carousel-control-prev {
    width: 8%;
		}
.base-f .box-single {
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	min-height: 250px;
	padding: 30px 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.base-f .box-single .ec-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
}
.base-f  .modal-dialog.modal-notify.modal-success.modal-feedback .stars-container .fa {
    color: #595959;
}
.base-f  .modal-dialog.modal-notify.modal-success .stars-container .fa {
    color: #000;
}
/*feedback modal*/
.base-f  .modal-feedback .textarea-feedback {
	border: none;
	text-align: center;
	border-bottom: 1px solid #ccc;
	min-height: 140px;
	margin-top: 20px;
}
.base-f  .modal-dialog.modal-notify.modal-success .modal-header.modal-header-feedback {
	background: #f46b47;
}
.base-f  .modal-dialog.modal-notify.modal-success.modal-feedback .fa {
    color: #f46b47;
}
/*feedback modal*/
.base-f .s-appuntamento button {
	min-width: 141px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 5px;
}
.base-f .s-appuntamento .ec-follower-img {
	margin-top: 10px;
}
.base-f .box-info {
	text-align: center;
	float: right;
	margin-left: 5px;
}
.base-f .box-info .i-info {
	color: #d6d6d6;
}
.base-f .box-info i, .base-f .box-info .btn-info {
	font-size: 40px;
}
/* END FOLLOWERS - RICERCA - LIKE - I MIEI APPUNTAMENTI - FOLLOWING*/

/* CSS ISCRIVITI - CREA PROFILO - WELCOME - MODIFICA PROFILO*/
.account .account-bg {
	background-image: url('../img/bg/registrazione_1.jpg');
}
.account .ec-tab-text {
	padding-top: 40px;
	color: #585858;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.account .ec-tab-text-active {
	padding-top: 40px;
	color: #fff;
}
/* END CSS ISCRIVITI - CREA PROFILO - WELCOME - MODIFICA PROFILO*/
/*BACHECA*/
.bacheca .slick-list {
	min-height: 250px;
}
.bacheca .slick-track {
	min-height: 320px;
}
.bacheca .ec-profili-slider {
	margin-top: 50px;
	padding-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}
/*persone suggerite*/
.bacheca .box-single {
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	min-height: 250px;
	padding: 30px 10px;
	background-color: #fdfdfd;
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.bacheca .ec-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
}
.bacheca .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #717171;
	cursor: pointer;
}
/*persone suggerite end*/

/* No result*/
.bacheca .box-no-result {
	width: 100%;
	margin-top: 20px;
	padding: 50px;
	padding-top: 20px;
	margin-bottom: 60px;
	border-bottom: 2px solid #f8f8f8;
	-webkit-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: white;
}
/* result */
.bacheca .box-result {
	max-width: 600px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 60px;
	border-top: 2px solid #f8f8f8;
	border-bottom: 2px solid #f8f8f8;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color: white;
}
.bacheca .img-header {
	margin-top: 50px;
	margin-bottom: 20px;
}
.bacheca .b-img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 18px 66px -10px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 18px 66px -10px rgba(0,0,0,0.36);
	box-shadow: 0px 18px 66px -10px rgba(0,0,0,0.36);
}
.bacheca .ec-img-b {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	-webkit-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
}
.bacheca .ec-text-b {
	margin-left: 20px;
	float: left;
}
.bacheca.bacheca .ec-text-b h5 {
	margin-bottom: 0;
}
.bacheca .setting-icon {
	float: right;
	font-size: 20px;
	color: #828282;
}
.bacheca .setting-icon:hover {
	color: #000;
	cursor: pointer;
}
.bacheca .info-post {
	margin-bottom: 50px;
	background-color: #fcfcfc;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.1);
}
.bacheca .share-icon:hover {
	color: #000;
	cursor: pointer;
}
.bacheca .heart-icon {
	float: left;
	font-size: 23px;
}
.bacheca .comment-icon {
	float: left;
	font-size: 24px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: -3px;
	cursor: pointer;
}
.bacheca .container-comments {
	margin-top: 5px;
	margin-bottom: 10px;
}
/*Comments*/
.bacheca .comment {
    font-size: 13px;
    margin-bottom: 3px;
}
.bacheca.single-comment .comment{
	font-size: 14px;
margin-bottom: 15px;
line-height: 1.5;
}
.bacheca .comment-input, .bacheca .comment-input:focus {
	border: none;
	font-size: 13px;
}
.bacheca .comment-input::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.bacheca .comment-input:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.bacheca .comment-input::-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}

.bacheca .comment-input:-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
/*Comments*/
/*Share btn*/
.share-i {
	cursor: pointer;
}
.share-c {
	position: absolute;
	right: 10px;
	width: 25px;
	text-align: center;
	z-index: 3;
}
.share-round {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #c8c8c8;
	color: #fff;
	display: block;
	text-align: center;
	margin-top:3px;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
a.share-round:hover {
	color: #fff;
	background-color: #232323;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
/* share btn*/

.bacheca .heart-active {
	color: #d53434;
}
.bacheca .heart-icon:hover {
	cursor: pointer;
}
.bacheca .like-text {
	margin-left: 40px;
	font-size: 16px;/*margin-top: 11px;*/

}
.bacheca .comment-text {
	font-size: 16px;
}
.bacheca .date-post {
	font-size: 14px;
	color: #CECECE;;
	margin-bottom: 0;
}
.bacheca .slick-prev {
	left: -25px;
}
.bacheca .slick-next {
	right: -25px;
}

/*BACHECA*/
/* LA MIA SETTIMANA */
.week .ec-image {
	background-image: url('../img/bg/settimana.jpg');
}
.week .setting-form {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fbfbfb;
}
.week .ec-title-day {
	font-size: 60px;
	font-family: 'Arial';
}
.week .ec-col-2 {
	padding: 2px;
}
.week .container-day {
	padding: 50px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.week .ec-border {
	height: 50px;
	border: solid 1px #ececec;
	text-align: center;
	line-height: 3;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
}
.week .ec-border:hover {
	border: solid 1px #999;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.week input[type=text] {
	height: 15px !important;
}
.week .grid-modal {
	width: 25%;
	float: left;
	text-align: center;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-webkit-transition: all 300ms ease-in-out;
}
.week .info-container {
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*box*/
.week .prenotazioni {
	background: #f9b732;
}
.week .appuntamento {
	background: #8dc63f;
}
.week .feedback {
	background: #f46b47;
}
.week .disponibilita {
	background: #e9e9e9;
}

/*checked*/
.week .input-hour:disabled {
	text-align: center;
	border: none !important;
	color: #000 !important;
}
.week .ec-border label {
	display: block;
	margin-left: -13px;
}
.week .ec-border label:hover {
	cursor: pointer;
}
.week .ec-border input {
	visibility: hidden;
}
/*modal box single*/
.week .modal-feedback .box-single, .professionisti .modal-feedback .box-single   {
	-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
	box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
}
.week .carousel-control-next, .week .carousel-control-prev {
    width: 5%;
		}
.week .box-single, .professionisti .box-single {
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	min-height: 250px;
	padding: 30px 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.week .ec-img, .professionisti .ec-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 35px -23px rgba(0,0,0,0.65);
}

.week .modal-dialog.modal-notify.modal-success.modal-feedback .stars-container .fa, .week .modal-dialog.modal-notify.modal-success.modal-prenotazioni .stars-container .fa, .professionisti .modal-dialog.modal-notify.modal-success.modal-feedback .stars-container .fa {
    color: #595959;
}
.week .modal-dialog.modal-notify.modal-success .stars-container .fa {
    color: #000;
}
/*feedback modal*/
.week .modal-feedback .textarea-feedback, .modal-feedback .textarea-feedback {
	border: none;
	text-align: center;
	border-bottom: 1px solid #ccc;
	min-height: 140px;
	margin-top: 20px;
}
.week .modal-dialog.modal-notify.modal-success .modal-header.modal-header-feedback, .professionisti .modal-dialog.modal-notify.modal-success .modal-header.modal-header-feedback {
	background: #f46b47;
}
.week .modal-dialog.modal-notify.modal-success.modal-feedback .fa, .professionisti .modal-dialog.modal-notify.modal-success.modal-feedback .fa {
    color: #f46b47;
}
/*feedback modal*/
/*prenotazioni modal*/
.week .modal-prenotazioni .textarea-feedback {
	border: none;
	text-align: center;
	border-bottom: 1px solid #ccc;
	min-height: 200px;
}
.week .modal-dialog.modal-notify.modal-success .modal-header.modal-header-prenotazioni {
	background: #f9b732;
}
.week .modal-dialog.modal-notify.modal-success.modal-prenotazioni .fa {
    color: #f9b732;
}
/*prenotazioni modal*/
/* appuntamento modal */
.week .modal-dialog.modal-notify.modal-success .modal-header.modal-header-appuntamento {
	background: #8dc63f;
}
.week .modal-dialog.modal-notify.modal-success.modal-appuntamento .fa {
    color: #8dc63f;
}
.none {
		display: none;
	}
	.block {
		display: block !important;
	}
/* appuntamento modal */
/* LA MIA SETTIMANA */
/* IL MIO CLELIE */
.notifiche .btn-follow {
	max-width: 150px;
}
.notifiche .ec-follower-img img {
	width: 80px;
}
.notifiche .container-notifiche {
	max-width: 820px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.1);
}
.notifiche .row-notifica {
	padding: 10px 0px 10px 0px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}
.notifiche .row-data {
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
}
.notifiche .row-text-notifica {
	padding-top: 15px;
}
.notifiche .row-notifica {
	cursor: pointer;
}
.notifiche .row-notifica.active {
	background-color: #eae9e9;
}
.notifiche .info-text-recensioni {
	margin-top: 28px;
}
/* IL MIO CLELIE */
/* PROFESSIONISTI */
.professionisti .ec-image-prenotazioni {
	background-image: url('../img/bg/prenotazioni.jpg');
}
.professionisti .ec-image-cerca {
	background-image: url('../img/bg/cerca.jpg');
}
.professionisti .app-container {
	padding-top: 15px;
	-webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.07);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.professionisti .app-container:hover {
	-webkit-box-shadow: 0px 5px 103px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 103px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 103px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.professionisti .ec-app-cover {
	max-height: 185px;
	overflow: hidden;
}

.professionisti .ec-app-img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -50px;
}

.professionisti .ec-app-row {
	min-height: 55px;
}

.professionisti .ec-star-app {
	display: flex;
	justify-content: flex-end;
}

.professionisti .ec-box-left {
	display: flex;
	justify-content: flex-start;
}

.professionisti .ec-box-right {
	display: flex;
	justify-content: flex-end;
}

.professionisti .ec-app-info {
	margin: 0;
	font-size: 11px;
}

.professionisti .app-container {
	margin-bottom: 50px;
}

/* option */

.professionisti .ec-option {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}
.professionisti .btn-prenota {
	margin: 0;
	margin-top: 10px;
	font-size: 13px;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom:5px;
}
/* PROFESSIONISTI */
/*POST*/
@keyframes postin {
    /*0%   {margin-left: 100%;}
    100%  {margin-left: 0%;}*/
	0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
/*@keyframes postout {
    0%   {margin-left: 0%;}
    100%  {margin-left: 100%;}
}*/
body.post {
	overflow: hidden;
}
.post .content {
	width: 100vw;
	min-height: 100vh;
	position: fixed;
    top: 0;
	animation: postin 850ms;
}
.post .bg-blur {
	width: 100vw;
	min-height: 100vh;
	background-size: cover;
	filter: blur(50px);
	transform: scale(1.1);
}
.post .container-post {
	max-width: 1200px;
}
.post .row-description {
	padding:20px;
	min-height: 600px;
}
.post .post-upload {
	background-color: #ececec;
	position: relative;
	min-height: 600px;
}
.post .post-upload .add-icon {
	cursor: pointer;
	color: #fff;
	font-size: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -70px;
}
.post .post-profile {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.post .content .container {
	margin-top: 10%;
}
.row-box {
	background: #FFF;
}
.post .column {
	padding: 0;
	overflow: hidden;
}
.post .close-post {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
	cursor: pointer;
}
.post .container-comments {
	margin-top: 5px;
	margin-bottom: 10px;
}
.post .comment-text {
	font-size: 16px;
}
.post .date-post {
	font-size: 14px;
	color: #B8B8B8;
	margin-bottom: 0;
}
.post .row-comment {
	max-height: 340px;
}
.scroll {
    overflow: scroll;
	overflow-x: hidden;
}
/*Comments*/
/*all comments btn*/
.all-c {
  display: none;
}
.post .comment {
    font-size: 13px;
    margin-bottom: 3px;
	padding-right: 30px;
}
.post .comment-input, .post .comment-input:focus {
	border: none;
	font-size: 13px;
}
.post .comment-input::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.post .comment-input:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
.post .comment-input::-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}

.post .comment-input:-moz-placeholder {
  color: #8c8c8c;
  font-size: 13px;
}
/*Comments*/
.post .setting-icon {
	cursor: pointer;
}
.post .row-comment::-webkit-scrollbar {
    width: 0.6em;
}

.post .row-comment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

.post .row-comment::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid black;
}
.post .heart-active {
	color: #d53434;
}
.post .heart-icon:hover {
	cursor: pointer;
}
.post .like-text {
	margin-left: 40px;
	font-size: 16px;/*margin-top: 11px;*/

}
.post .heart-icon {
	float: left;
	font-size: 23px;
}
.post .comment-icon {
	float: left;
	font-size: 24px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: -3px;
	cursor: pointer;
}
.post .info-post {
	position: absolute;
	bottom:10px;
}
.trash-comment {
  color: #dadada;
  position: absolute;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}
/*POST*/
/* ACQUISTA ORE */
.ore .ec-image-ore {
	background-image: url('../img/bg/acquista-ore.jpg');
}
.ore .col-shadow {
	-webkit-box-shadow: 0px 31px 36px -33px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 31px 36px -33px rgba(0,0,0,0.18);
	box-shadow: 0px 31px 36px -33px rgba(0,0,0,0.18);
	padding-bottom: 30px;
	margin-top: 50px;
}

/* LANDING PAGE */

.landing ul {
    padding-left: 20px;
}

.landing ul li {
    font-size: 20px;
}

.landing .carousel {
    padding: 100px 0;
}

.landing .carousel-control-next, .landing .carousel-control-prev {
    top: 50px !important;
    bottom: none !important;
}

.landing .res-padding {
    padding-top: 0;
}

.landing .landing-point {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing .landing-point-small {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.landing .landing-point p {
    margin: 0;
    color: white;
}

.landing-gradient {
    background: rgb(150,212,234);
    background: linear-gradient(90deg, rgba(150,212,234,1) 0%, rgba(255,171,110,1) 33%, rgba(228,187,190,1) 66%, rgba(249,236,147,1) 100%);
}

.button-gradient a {
    color: white;
}

.button-gradient {
    background-color: #FF7BAC;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    text-align: center;
    margin: 40px auto;
    border-radius: 20px;
    height: 60px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-weight: 900;
    color: white;
}

.button-gradient:hover {
     border-radius: 30px;
     background-color: #40C7C0;
    cursor: pointer !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.landing .btn-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 1 !important;
}

.landing .point-pink-bg {
    background-color: #FF7BAC;
}

.landing .point-green-bg {
    background-color: #40C7C0;
}

.landing .point-pink-color {
    color: #FF7BAC;
}

.landing .point-green-color {
    color: #40C7C0;
}

.landing .point-one-bg {
    background-color: #96d4ea;
}

.landing .point-one-color {
    color: #96d4ea;
}

.landing .point-two-bg {
    background-color: #ffab6e;
}

.landing .point-two-color {
    color: #ffab6e;
}

.landing .point-three-bg {
    background-color: #e4bbbe;
}

.landing .point-three-color {
    color: #e4bbbe;
}

.landing .point-four-bg {
    background-color: #f9ec93;
}

.landing .point-four-color {
    color: #f9ec93;
}

.landing .full-height {
    min-height: 100vh;
}

.landing .align-items-center {
    align-items: center;
}

.landing .highlight { background-color: #13d4c4; }


@media (max-width: 768px) {
    .landing .res-padding {
        padding-top: 50px;
    }

   .button-gradient {
   width: 100%;
    }
}
/* LANDING PAGE END */

/* ACQUISTA ORE */
@media (min-width: 1024px) {
	/* img utente */
	.img-utente-overlay {
		position: absolute;
		bottom: 0%;
		left: 15px;
		right: 0;
		background-color: rgba(7, 7, 7, 0.5);
		overflow: hidden;
		height: 250px;
		transition: .5s ease;
		width: 250px;
		border-radius: 50%;
		padding-left: 15px;
		opacity: 0;
		cursor: pointer;
	}
	.img-container:hover .img-utente-overlay {
		opacity: 1;
	}
	.overlay-text {
		color: white;
		font-size: 15px;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.overlay-icon {
		color: white;
		font-size: 20px;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.img-container {
		margin-top: -80px;
		width: 250px;
		height: 250px;
		border-radius: 50%;
		overflow: hidden;
	}
	.icon-modifica-immagine {
		display: none;
	}
	/* cover overlay*/
	.cover-container {
		height: 315px;
		overflow: hidden;
		position: relative;
	}
	.cover-overlay {
		position: absolute;
		bottom: 0%;
		left: 0px;
		right: 0;
		background-color: rgba(7, 7, 7, 0.5);
		overflow: hidden;
		height: 315px;
		transition: .5s ease;
		width: 100%;
		opacity: 0;
		cursor: pointer;
	}
	.cover-container:hover .cover-overlay {
		opacity: 1;
	}
	/*TUTTE LE FOTO */
	.activebox img {
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		-webkit-box-shadow: 0px 9px 23px -9px rgba(0,0,0,0.31);
		-moz-box-shadow: 0px 9px 23px -9px rgba(0,0,0,0.31);
		box-shadow: 0px 9px 23px -9px rgba(0,0,0,0.31);
		cursor: pointer;
		filter: blur(5px) saturate(5%);
	}
	.img-overlay {
		position: absolute;
		bottom: 0%;
		left: 0px;
		right: 0;
		background-color: rgba(7, 7, 7, 0.5);
		overflow: hidden;
		transition: .5s ease;
		width: 93%;
		margin-left: 3.5%;
		min-height: 100%;
		opacity: 0;
		cursor: pointer;
	}
	.box-img {
		overflow: hidden;
		-webkit-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
		-moz-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
		box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
	}
	.box-img.activebox:hover .img-overlay {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	/*BACHECA*/
	.bacheca .box-single:hover {
		/*margin-top: -3px;*/
		background: #fff;
		-webkit-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.15);
		box-shadow: 0px 20px 15px -5px rgba(0,0,0,0.15);
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	/*BACHECA*/
}

@media (max-width: 1200px) {
	.ec-image-profile {
		width: 200px;
	}
}

@media (max-width: 1024px) {
	/*cover container*/
	.cover-container {
		max-width: 100%;
	}
	.img-utente-overlay, .cover-overlay {
		display: none;
	}
	.img-container {
		margin-top: -80px;
	}
	/* modifica */
	.profilo .ec-profile-text {
		padding-top: 10px;
	}
	.icon-modifica-immagine {
		width: 100%;
		text-align: center;
	}
  /*Post - new post*/
  .post .row-description {
    min-height: auto;
}
/*all comments*/
.all-c {
  display: block;
}
}

@media (max-width: 992px) {
	.ec-image-profile {
		width: 200px;
		margin-left: calc(50% - 100px);
	}
	.ec-profile-text h2, .info-text {
		text-align: center;
	}
	.profilo .btn-follow {
		display: block;
		margin: 0 auto;
		margin-top: 15px;
	}
	.ec-icon-profile, .ec-icon-work {
		position: relative;
		right: 0;
		margin-top: 20px;
		width: 100%;
	}
	.profilo .stars-container, .all-works .stars-container, .recensioni .stars-container {
    	margin: 0 auto;
	}
}

@media (max-width: 768px) {
  /*HOME*/
  .home h1 {
    font-size: 35px;
  }
  .home .ec-opacity h3 {
    font-size: 45px;
  }
  .home .img-desktop {
    display: none;
  }
  .home .img-mobile {
    display: block;
  }
  .home .col-border {
    border:none;
  }
  .home .visible-desktop {
    display: none;
  }
  .home .bg-home-mobile {
    display: block;
  }
.home   #overlay { height:100vh; }
.home   .bgvideo-text h4/*, .bgvideo-text h3, .bgvideo-text button*/ {
    display: none;
  }

  .home .video-contain {
    height: auto !important;
  }
  .home .no-mg-top {
    margin-top:-10px !important;
  }
  .home .text-down1 {
    color: #f1f1f1 !important;
  }
  .home .text-down1, .home .text-down2, .home .text-down3 {
    font-size:40px !important;
    margin: 0 !important;
    line-height: 20px !important;
  }
  .home .text-down3, .home .text-down2 b {
    float: right;
    line-height: 30px !important;
  }
  .home .text-down3 {
    margin-bottom: 40px !important;
  }
  .home .text-down2 {
    line-height: 40px !important;
  }
  .home .text-down2-2 {
    margin: 0 !important;
    line-height: 34px !important;
  }
  .home .text-down2-3 {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 28px;
  }
  .home .text-down2-4 {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 28px;
  }
  .home .text-down2-4 b {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 35px;
  }
  .home .photo-left {
    margin-left: 50px;
    margin-top: -50px !important;
    overflow-x: hidden;
  }
  .home .space-down1 {
    line-height: 30px !important;
  }
  /*HOME*/
  /* COME FUNZIONA */
  .page-comefunziona   h1 {
    font-size: 35px;
  }
  .page-comefunziona .ec-opacity h3 {
    font-size: 45px;
  }
  .page-comefunziona .img-desktop {
    display: none;
  }
  .page-comefunziona .img-mobile {
    display: block;
  }
  .page-comefunziona .col-border {
    border:none;
  }
  .page-comefunziona .visible-desktop {
    display: none;
  }
  .page-comefunziona .bg-home-mobile {
    display: block;
  }
  .page-comefunziona #overlay { height:100vh; }
  .page-comefunziona .bgvideo-text h4/*, .bgvideo-text h3, .bgvideo-text button*/ {
    display: none;
  }

  .page-comefunziona .video-contain {
    height: auto !important;
  }
  .page-comefunziona .no-mg-top {
    margin-top:-10px !important;
  }
  .page-comefunziona .text-down1 {
    color: #f1f1f1 !important;
  }
  .page-comefunziona .text-down1, .text-down2, .text-down3 {
    font-size:40px !important;
    margin: 0 !important;
    line-height: 20px !important;
  }
  .page-comefunziona .text-down3, .text-down2 b {
    float: right;
    line-height: 40px !important;
  }
  .page-comefunziona .text-down3 {
    margin-bottom: 40px !important;
  }
  .page-comefunziona .text-down2 {
    line-height: 40px !important;
  }
  .page-comefunziona .text-down2-2 {
    margin: 0 !important;
    line-height: 34px !important;
  }
  .page-comefunziona .text-down2-3 {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 28px;
  }
  .page-comefunziona .text-down2-4 {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 28px;
  }
  .page-comefunziona .text-down2-4 b {
    margin: 0 !important;
    line-height: 26px !important;
    font-size: 35px;
  }
  .page-comefunziona .photo-left {
    margin-left: 50px;
    margin-top: -50px !important;
    overflow-x: hidden;
  }
  .page-comefunziona .space-down1 {
    line-height: 30px !important;
    color: #f1f1f1 !important;
  }
  .page-comefunziona .no-mobile-padding {
    padding: 60px 20px 20px 10px !important;
  }
  .page-comefunziona .text-down1-2 {
    line-height: 35px !important;
    color: #f1f1f1 !important;
  }
  .page-comefunziona .mobile-left-align {
    text-align: left !important;
  }
  /* COME FUNZIONA */
	/* COMMENTI*/
	.mobile-none {
		display: none;
	}
	/*Sweet alert*/
	.sweet-alert {
    top:35%  !important;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
	/*Sweet alert*/
	.profilo .hr-p {
		display: none;
	}
	.ec-form {
		min-width: 300px;
	}
	.ec-bg {
		height: 420px;
		background-size: contain !important;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: bottom;
	}
	/* ACCOUNT OPTION - LOGIN - RECUPERA PASSWORD */
	.account-option .login-form {
		width: 100%;
	}
	.account-option   .form-box-password {
		position: static;
		margin-top: 50px;
		padding-bottom: 70px;
	}
	.account-option .form-box {
		margin-top: 10%;
	}
	.account-option .column-image {
		background-size:cover;
		min-height: 60vh;
		-webkit-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
		-moz-box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
		box-shadow: 0px 18px 32px -21px rgba(0,0,0,0.64);
	}
	/* ACCOUNT OPTION - LOGIN - RECUPERA PASSWORD */
	/* CSS ISCRIVITI - CREA PROFILO - WELCOME - MODIFICA PROFILO*/
	.account .ec-tab-text {
		text-align: center !important;
	}
	/*PROFILO - TUTTE LE FOTO */
	/*.slick-prev, .slick-next {
		display: none !important;
	}*/
	.profilo .carouselGallery-wrapper>div {
		top: 55%;
		width: 100%;
		height: 100vh;
	}
	.profilo .carouselGallery-scrollbox {
		min-height: 100vh !important;
	}
	.profilo .ec-recensioni-img {
		margin: 0 auto;
	}
	.profilo .ec-profile-text, .all-works .ec-profile-text {
		text-align: center;
	}
	.profilo .ec-star-recensioni, .recensioni .ec-star-recensioni {
		display: flex;
		justify-content: center;
	}
	.cover-container {
		position: static;
	}
	.img-utente-overlay, .cover-overlay, .img-overlay {
		display: none;
	}
	img.ec-image-lg {
		height: 315px;
	}
	.cover-container {
		height: 315px;
		overflow: hidden;
	}
	.container-recensioni {
		padding: 5px;
	}
	.n-notifiche {
    left: 30px;
    top: -10px;
}
	#testo-recensione {
		text-align: center;
	}
	/*TUTTE LE FOTO*/
	.all-works .carouselGallery-wrapper > div {
    width: 100%;
}
	.all-works .col-4 {
		padding: 2px;
	}
	.all-works .row-img {
		margin: 0;
		margin-bottom: 1px;
	}
	.all-works .icon-back {
		display: block;
		width: 100%;
		text-align: center;
	}
	/* FOLLOWERS BASE */
	.base-f .row-title {
		margin-top: 100px;
	}
	.base-f .row-title .search-small {
		margin-top: 0px;
	}
	.base-f .ec-follower-img {
		width: 50px;
		height: 50px;
		overflow: hidden;
		border-radius: 50%;
		margin: 0 auto;
	}
	.base-f .ec-follower-img img {
		width: 50px;
	}
	.base-f .ec-profile-text h4 {
		padding-top: 7px;
		font-size: 14px;
	}
	.base-f .ec-profile-text p {
		font-size: 13px;
	}
	.base-f .btn-follow {
		max-width: 100px !important;
		padding: 0;
		margin-top: 15px;
		font-size: 10px;
		padding-top: 5px;
	    padding-bottom: 5px;
	}
	.base-f .ec-back {
		text-align: center;
		padding-right: 15px;
	}
	.base-f #container-followers {
		margin-top: 10px;
	}
	.base-f .row-followers {
		margin-bottom: 0px;
	}
	/*i miei appuntamenti info */
	.base-f .box-info {
		text-align: center;
		float: right;
	}
	.base-f .box-info i, .base-f .box-info .i-info {
		font-size: 25px;
	}
	.base-f .s-appuntamento .ec-follower-img {
		margin-top: 18px;
	}
	/*BACHECA*/
	.bacheca .img-header .col-10, .bacheca .img-header .col-2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bacheca .ec-profili-slider {
		margin-top: 50px;
		padding-top: 10px;
	}
	/* arrows */
	.bacheca .slick-prev, .bacheca .slick-next {
		width: 27px;
		height: 27px;
	}
	.bacheca .slick-prev:before, .bacheca .slick-next:before {
		font-size: 25px;
		line-height: 1;
		opacity: 0.1;
	}
	.bacheca .slick-prev {
		left: 19px;
		z-index: 1;
	}
	.bacheca .slick-next {
		right: 19px;
		z-index: 1;
	}
	/*BACHECA*/
	/* LA MIA SETTIMANA */
	.week .grid-modal {
		width: 50% !important;
	}
	.week .container-day {
		padding-left: 0;
		padding-right: 0;
	}
	.week .ec-title-day {
		text-align: center;
	}
	.week .open-c {
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}
	.week .input-hour:disabled {
		color: #000000 !important;
		min-height: 20px !important;
	}
	/* LA MIA SETTIMANA */
	/* IL MIO CLELIE */
	.notifiche .all-notifiche {
		padding-left: 20px;
		padding-right: 20px;
	}
	.notifiche .row-notifica {
		margin-bottom: 10px;
	}
	.notifiche .ec-follower-img {
		width: 50px;
		height: 50px;
		overflow: hidden;
		border-radius: 50%;
		margin: 0 auto;
	}
	.notifiche .ec-follower-img img {
		width: 50px;
	}
	.notifiche .ec-profile-text h4 {
		padding-top: 7px;
		font-size: 14px;
	}
	.notifiche .info-text-recensioni {
		margin-top: 3px;
		font-size: 13px;
	}
	.notifiche .row-text-notifica {
		padding-top: 4px;
	}
	/* IL MIO CLELIE */
	/* PROFESSIONISTI */
	.professionisti .ec-app-img {
		margin: 0 auto;
		margin-top: -55px;
	}
	.professionisti .ec-profile-text {
		text-align: center;
	}
	.professionisti .ec-star-app {
		display: flex;
		justify-content: center;
	}
	/*Prenotazioni*/
	.professionisti .info-point {
		margin:0 auto;
		max-width:100px !important;
	}
	.professionisti .info-text {
		text-align:center;
	}
	/* PROFESSIONISTI */
	/*RECENSIONI*/
	.recensioni .container-recensioni {
    padding: 0;
}

	.recensioni .ec-profile-text {
    text-align: center;
}
	/*RECENSIONI*/
	/*POST*/
	body.post {
	overflow: visible;
}
	.post .bg-blur {
		display: none;
	}
	.post .post-img {
		width: 100%;

	}
	.post .content .container {
    margin-top: 0%;
	overflow: hidden;
}
	.post .post-profile {
    width: 45px;
    height: 45px;
}
	.post .content {
    position: static;
	}
	.scroll {
    overflow: visible;
    overflow-x: visible;
}
	.post .row-comment {
    max-height: none;
}
	.post .info-post {
		position: static;
	}
/*POST*/
/*NUOVO POST*/
.post .post-upload {
	position: relative;
	min-height: 200px;
}
.post .post-upload .add-icon {
	font-size: 60px;
	margin-top: -30px;
	margin-left: -20px;
}
	/*NUOVO POST*/
}
@media (max-width: 458px) {
	.ec-bg {
		height: 220px;
		background-size: contain !important;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: bottom;
	}
}
