.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
.resmenu
{
	z-index:1200;
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	cursor:pointer;
	display:none;
}



#nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #2682a6;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 5px 0 0 5px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 13px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 13px;
}
.corp
{
	max-width:1132px;
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	padding-right: 20px;
	clear:both;
	margin:auto; 
}
.header .corp
{
	max-width:1440px;
}
#slider .corp
{
	max-width:1200px;
	position: relative;
} 

.call {
display:none;
}
.res {
  display:none;
}
@media screen and (max-width: 1440px) {
	
.header .corp
{
	max-width:1300px;
}
}

@media screen and (max-width: 1340px) {

.header .corp,
.corp
{
	max-width:1200px;
}  
 .navigator .menu li a, .navigator .menu li span {
    position: relative;
    padding: 10px 8px 10px;
	 font-size: 18px;
  }
  .header_top .nav li a {
    padding: 0 5px;
    margin: 0 2px;
  }
  .header_top .custom p {
    font-size:19px;
    display: inline-block;
margin-right: 6px;

  }


}

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


 .navigator .menu li a, .navigator .menu li span {
	 font-size: 18px;

	}
.appuntamento .span4
{
	width:31.3333333%;
	margin-left:2%;
	float:left;
}
.appuntamento .span4:first-child
{
	margin-left:0;
}
.corp
{
	max-width:1024px;
}
 
#sopra .article_anywhere .img-fulltext-left
{
	width:45%;
} 
	 
  #riep ul li a {
    font-size: 14px;
  }
  #sotto .tabs h2 {
    font-size: 17px;
    line-height: 32px;
    font-weight: normal;
    text-transform: unset;
}
#sopra .icona h2 a {
    color: rgba(38,130,166,1);
    font-size: 18px;
}

} 
@media screen and (max-width: 1024px) {

	
	
.resmenu
{
	display:block;
}
	
	
	
body
{
	padding-top:100px;
  	padding-bottom:60px;
}
.header:before
	{
		display: none;
	}
.header
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100px;
	overflow:hidden;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
  	background-color:#fff;
}
.fix .header
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	height:100%;
	overflow: auto;
  	
} 
#logo img
	{
		height: 80px;
		padding: 10px 0;
	}
.fix
	{
		position: fixed;
		width:100%;
		height: 100%;
		overflow: hidden;
	}
.navigator .menu
	{
		height: auto;
	}
.navigator
{ 
right: 0;
top: 0;
width: 100%;
position:relative;
bottom: 0;
padding-top: 10px;
max-width:300px;
margin:0 auto;
	padding-bottom: 50px;
z-index: 210;
}
.navigator .subMenu
	{
		position: relative;
	}
.navigator .menu li
{
	display:block;
	float:none;
}
.navigator .menu li a, .navigator .menu li span {
    line-height: 45px;
    padding: 10px 0;
    font-size: 18px;
  font-family:'Oswald';
    color: #000 !important;
    border-bottom: 1px solid #eeee;
}
.navigator .menu li.item-101
  {
    display:none !important;
  }
.navigator .menu
{
position: relative;
right: 0;
width: 100%;
text-align: left;
}	
	
.pren2 p
	{
		display: block;
	}
.pren2 p a
	{
		display: block;
	}
	
	
.row-fluid .span6  
{
	width:100%;
	margin-left:0;
	margin-bottom:10px;
}
.gallery .itm
{
	width:100%;
}
	 
  .header_top .nav li a {
    margin: 0;
}
  .header_top .custom {
    display:none;
  }
 
	
.call {
display:block;
}
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9
{
	width:100%;
	margin-left:0;
	margin-bottom:10px;
}
#logo
{
	text-align:center;
  float:none;
}
.recensione .item-image
{
	max-width:150px;
	display:block;
	margin:0 auto;
	width:100%;
}
.recensione .itm
{
	text-align:center;
}
.recensione .custom_field
{
	font-size:14px;
	text-align:center;
}
.recensione .itm:before {
	display:none;
}
.tecniche,
.icone
{
	text-align:center;
}
.tecniche .item,
.icone .icon
{
	width:150px;
	float:none;
	display:inline-block;
}
.appuntamento
{
	left:0;
	right:0;
	width:100%;
	position:relative;
	color:#444;
	background-color:transparent;
	bottom: 0;
}
.appuntamento .ui.checkbox input.hidden + label
	{
		color: #000;
	}
.appuntamento h1,
.appuntamento h3
{
	color:#444;
	font-size:20px;
}
.appuntamento .moduletable
{
	position:relative;
	left:0;
	right:0;
}
#gallery .titMod
{
	font-size: 26px;
}
#gallery .row-fluid:before
	{
		display: none;
	}
.appuntamento .span4
{
	width:100%;
	margin:0;
}
	#riep h3
	{
		font-size: 24px;
		line-height: 1.2;
	}
.call a
{
display: block;
margin: 0;
background-color: #1f81a8;
color: #fff;
border-radius: 0;
font-size: 20px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
border-left: 1px solid #fff;
cursor: pointer;


}
#sotto:before,
#sotto:after
	{
		display: none;
	}
#sotto
	{
		background: none;
	}
#sotto .padder
	{
		padding: 0;
		text-align: center;
	}
.recensione .sfnd
	{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60%;
		margin: 0 auto;
	}
.recensione .sfnd img
	{
		width: 100%;
		float: none;
		height: 200px;
		object-fit: contain;
	}
.custom.message
	{
		margin-top: 0;
		text-align: center;
	}
#slider .item img
	{
		height: auto !important;
	}
.item-page .list .itm
{
	width:100%;
	text-align:left !important;
	margin-left:0;
	display:block;
}
	.slogan h1, .slogan h2
	{
		color: #000;
		text-shadow: none;
	}
.goLeft .appuntamento,
	.goRight .appuntamento
	{
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		
	}
.naver 
	{
		position: relative;
	}
.naver ul
	{
		display: flex;
flex-wrap: wrap;
	}
	.naver ul li
	{
		width: calc(50% - 10px);
		display: block;
		margin-bottom: 20px;
	}
	.naver ul li a
	{
		padding:5px;
		margin: 0;
		font-size: 16px;
	}
	.naver ul li:nth-child(2n+1)
	{ 
		margin-right: 20px;
	}
.item-page .testo .blocco:nth-child(2n)::before,
.item-page .testo .blocco:nth-child(2n+3)::before
	{
		display: none;
		
	}
	#anima img
	{
		height: 300px;
	}
	#anima p.bottone
	{
		text-align: left !important;
		margin-top: 0 !important;
	}
	.item-page .lista li
	{
		width: 100%;
	}
#form h3 {
    font-size: 35px !important;
    line-height: 41px !important;
    margin: 0 !important;
}
#form h4
	{
		margin:10px 0 !important;
		font-size: 20px !important;
	}

#form #cws
{
	margin-top:30px;
}
#botter p
{
	text-align:left;
}
  .header_top {
    top: 0;
}
  .navigator .menu {
    border-top:none;
  }
  .fran {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 0;
}

  .fran h1 {
    text-align:center;
    color:rgba(38,130,166,1);
    text-shadow:none;
  }
  
  .fran p {
    color:rgba(38,130,166,1);
    text-shadow:none;
  }
  
  #pren {
    display:none;
  }
  .gallery .itm img {
    min-height:100%;
  }
  .ri {
    width: 100%;
    margin-left: 0;
    float: left;
}
.resp {
    width: 100%;
    float: left;
}
#service .news .itm {
    width: 100%;
  }
  #slider .slogan {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 20px;

}
  
  #slider .slogan h1,
  #slider .slogan p {
    color:#1f81a8;
    text-shadow:none;
  }
  .call {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#2682a6;
    height: 50px;
    z-index: 1240;
    display: flex;
}
  
  .call a {
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 50px;
    width: 100%;
    color:#fff;
    text-align: center;
}
  
  .call a:nth-child(1){
    background-color:rgba(0,0,0,0.2);
  }
  .call a:nth-child(2){
    background-color:rgba(0,0,0,0.4);
  }
  .call a:nth-child(3){
    background-color:rgba(0,0,0,0.6);
  }
  
  
  .call i {
    margin-right: 10px;
  }
  .appuntamento .moduletable {
    bottom:0;
  }
  
  .blog .cols-2 .span6:nth-child(1) .item-image {
    float: none;
    margin-left: 0;
}
.blog .cols-2 .item-image {
    width: 100%;
}
.blog-featured .item .item-image, .blog .item .item-image {
    margin: 0 0px 10px 0;

}
  
  .blog h2 .subheading-category, .item-page h1, .staff h3 {
    margin:0;
  }
.appuntamento h3 {
    margin-top: 0;
  }
  #slider .doRight .slogan {
    left: 0;
    right: 0;
}
.appuntamento.goRight {
    left: auto;
    right: 0;
}
.pren2 p a, #pren p a
	{
		font-size: 18px;
	}
.inter img {
float: none !important;
width: 100%;
margin-left: 0;
margin-bottom: 20px;
max-width: 100% !important;

}
  
  
  p {
    column-count:1 !important;
  }
  #riep ul li {
    position: relative;
    line-height: 38px;
    padding-left: 0;
    float: left;
    width: 50%;
}
 .footer .bot .itm img {
    width:30%;
  }
  
  .iso {
    width: 30%;
  }
  #anima h3 {
    font-size: 33px;   
	  height: auto;
}
  .item-page div img {
float: none !important;
max-width: 100% !important;
margin: auto auto 20px !important;
display: block;
  }
#faq h3,
.item-page .testo .blocco > h2
	{
		font-size: 28px;
		line-height: 1.2;
	}
	
	
.prima .ele p {
    display: inline-block;
    width: 100%;
  }
  .res {
    display:block;
    text-align: left;
margin: 20px 10px;
font-size: 24px;
  }
  
  .res a {
    color:#fff;
  }
  

@media screen and (max-width: 768px) {

.prima-dopo-container {
  flex-wrap: wrap;
}
  
  .item-page .item-image {
    width: 100%;
}
  
  .blog-featured .item .item-image, .blog .item .item-image {
    width: 100%;
    margin: 0 0 20px 0 !important;
    float: left;
}
.ifrit .bel {
    float: none;
    width: 100%;
  }
  
  
  
.banner-cambio-colore-occhi {
  display: block;
}
.banner-cambio-colore-occhi .item.item-text {
  padding: 20px;
}
.banner-cambio-colore-occhi .item.item-text .tit {
  font-size: 26px;
}
  
  
}
@media screen and (max-width: 650px) {
	.blog.patol .item .item-image
	{
		float:none !important;
		margin:0 auto 20px !important;
		display:block;
	}
	.blog.patol .item h2
	{
		line-height:20px;
		text-align:center !important;
	}
	.blog.patol .item
	{
		height:auto;
		margin-top:0 !important;
	}
	.blog.patol:before
	{
		display:none;
	}
  .call a {
    font-size:16px;
  }
  #slider iframe {
    height:auto !important;
  }
  #riep ul li {
    width:100%;
  }
  .slogan h1 {
    color: #fff;
    font-size: 35px;
    line-height: 41px;
  }
.g-recaptcha {
    margin: 0;
    display: block;
    transform-origin: unset !important;
    text-align: center;
    margin: auto;
}
  #cw-mod-contact-light .recaptcha {
    margin-top: 0;
}
  #cws .input input, #cws .input select, #cws .input-append input, #cws .input textarea {
    margin-bottom: 10px;
}
}
@media screen and (max-width: 450px) {
  .g-recaptcha {
    transform-origin: left !important;
    width:100%;
  }
	.call a i{
      display:block;
      font-size:20px;
      line-height:50px;
  }
  .call a{
    font-size:0;
  }
}