/*@media screen and (min-width: 1024px) {
	.container {
		width: 1207px !important;
	}
}
*/
.cd-top {
  display: inline-block;
  z-index: 999;
  border: 1px solid white;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(73, 203, 205, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #49cbcd;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
  .col-nopadding-desktop{
	padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.modal.fade{
	opacity: 1;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
}
.bb-alert {
	position: fixed;
	bottom: 25%;
	right: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 1em 1.3em;
	z-index: 2000;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
a {
	color: #4c9bb2;
}

.left{
	text-align:left !important;
}

.social-col{
	text-align: center;
}

.seachEventi{
	background-color: #f4f4f4;
}

.innerGreyTitle{
	background-color: #414a5a;
	color: white;
	padding: 2px 20px;
}

.innerGreySubtitle{
	padding: 28px 0px 15px 0px;
	font-size: 14px;
	margin: 0px;
}

.btnColorOdontoiatria{
	background-color: #dbf5f5 !important;
	color: #49cbcd !important;
	
}
.btnColorOdontoiatria:hover{
	background-color: #d2ebeb !important;
}
.noPadding{
	padding:0;
}
@media screen and (max-width: 768px){
	.autoPadding{
		padding: 18px !important;
	}
	h1{
		/*margin:0 !important*/
	}
	.approfondisci{
		font-size:15px !important;
	}
	.hoverTwitter, .hoverFacebook, .hoverGoogle, .hoverLinkedin {
		font-size: 20px !important;
	}
	.titoloNews {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.testoNews {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.breadcrumb-articolo{
		position: unset !important;
		color: #414a5a !important;
	}
	.breadcrumb-articolo-mobile{
	    display: inline-block;
    	padding: 20px 20px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.retrieveAltezza .img-responsive{
		width: auto !important;
		max-height: 30px;
	}
	
	.social-col{
		text-align: right;
		padding-right: 15px !important;
	}
	
	.img-block{
		width: 100%;
	}
	
	.retrieveAltezza{
		padding: 9px 9px;
	}
	
	.dropdown-menu{
		margin-left: 0px !important;
		width: 100% !important;
	}
	
	#slideNews hr{
		display: none;
	}
	
	.navdotRow{
		text-align: center
	}
	
	.titoloNews {
		font-size: 22px !important;
	}
	
	.fasciaBianca .regular{
		padding-top: 15px;
		margin: 0 0 5px;
	}
	
	.rightbar{
		padding-left: 0px;
	}
	
	#slideNewsBreviMain .col-md-4{
		min-height: 0px !important;
		border-right: 0px solid #4d5564 !important;
		margin-top: 0px !important;
		padding-bottom: 10px;
	}
}

.banner-img{
	width: 100%;
}

.navbar-bootsnipp .navbar-toggle .icon-bar {
	background-color: rgb(73, 203, 205) !important;
}

.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-fixed-top {
	top: auto !important;
	border-color:transparent !important;
}
.navbar-bootsnipp {
	background-color: rgb(255, 255, 255);
	border-color: rgb(95, 176, 228);
	border-radius: 0px;
	margin-bottom: 0px;
	z-index: 100;
}
.navbar-bootsnipp:nth-of-type(2) {
	border-top-width: 1px;
	z-index: 50
}

.navbar-bootsnipp.affix-top {
	position: absolute;
	top: 0px;
	width: 100%;
}
.navbar-bootsnipp.affix {
	top: 0px;
	width: 100%;
}
.navbar-bootsnipp .navbar-toggle .icon-bar {
	background-color: rgb(95, 176, 228);
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: auto;
  padding: 0px;
  width: 320px;
}
.dimMenu{
	width: 285px;
}
@media only screen and (min-width:768px) {
	.rightbar{
		padding:0;
		padding-left: 5px;
	}
	/*.spostaSinistraMenu{
		margin-left: 281px !important;
	}*/
}
@media only screen and (max-width:768px) {
	.navbar-brand>img {
	    margin: 15px 0 15px 15px;
		height: auto;
		width: 185px;
	}
}

.navbar-bootsnipp .navbar-brand {
	color: rgb(95, 176, 228);
	font-weight: 900;
	letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav > li > a {
	border: 0px solid rgb(73, 203, 205);
	color: rgb(120, 120, 120);
	padding: 25px 14px;
}

.block{ 
	display: block
}

.articolo-container{
	padding: 18px
}

.grey-hr{
	margin: 9px 0px;
}

.articolo-data{
	color: #88939d;
	font-weight: 600;
}

.articolo-titolo{
	color: #414a5a;
	font-size: 28px;
	font-weight: 600;
	margin-top: 5px;
}

.articolo-autore{
	color: #49cbcd;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.articolo-container p:not(.titoloNews){
	line-height: 20px !important;
	text-align: justify;
}

#resP{
	position: absolute;
	right: 0px;
	top: 9px;
}

.transpaBg .row{
	background-color: white;
}

/*
.articolo-paragrafo, .articolo-container p:not(.flex-caption){
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: justify;
	font-size: 12pt;
	color: #414a5a;
}
*/
.articolo-container li {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	font-size: inherit;
	color: #414a5a;
}

.articolo-quote{
	margin-left: 5px;
	border-left: 6px solid #d0f3e8;
	padding-left: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.articolo-quote .articolo-paragrafo{
	margin-top: 0px;
	margin-bottom: 20px;
}

.articolo-link{
	color: #49cbcd;
	font-weight: 600;
}

.breadcrumb-articolo{
	color: white;
	position: relative;
	top: -30px;
	font-size: 12px;
	letter-spacing: 0.4px;
	left: 40px;
}

.breadcrumb-articolo a{
	color: white;
    text-transform: uppercase;
}

.rightbar{
	margin-bottom: 50px;
}

.articolo-div-img small{
	display: block; 
	font-style: italic;
}

.navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
.navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
	border-radius: 0px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #49cbcd;
}

.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.95);
}

.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
	border-left-width: 5px;
	color: rgb(73, 203, 205);
	padding-left: 10px;
}
.navbar-bootsnipp .navbar-nav > li.disabled > a {
	color: rgb(200, 200, 200);
}

#precedente, #prossimo{
	cursor: pointer;
}

.dropdown-menu{
	box-shadow: none;
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	margin-right: -1px;
	min-width: 220px;
	padding: 0px;
}
.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
	left: 0px;
	margin-left: -1px;
	right: auto;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
	border-left: 0px solid rgb(73, 203, 205);
	color: rgb(120, 120, 120);
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px;
	white-space: nowrap;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: rgb(245, 245, 245);
	border-left-width: 5px;
	padding-left: 15px;
}

.navbar .bootsnipp-profile > a {
	padding-bottom: 9px; 
	padding-top: 9px; 
}
.navbar .bootsnipp-profile > a > img {
	border-radius: 50%;
	width: 32px;
}
.navbar .bootsnipp-profile > .dropdown-menu {
	width: 320px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
	padding: 5px 15px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
	width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
	display: none;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 25px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
	padding: 14px 16px;
	border-radius: 0px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
	padding: 14px 16px 14px 15px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
	background-color: rgb(245, 245, 245);
}
.nav-padding {
	padding-top: 61px;
}

@media screen and (min-width: 768px) {
	.navbar-bootsnipp .navbar-brand {
		font-size: 20px;
		height: auto;
		padding: 13px 5px;
	}
	.navbar-bootsnipp .navbar-nav > li > a {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
	.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
	.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
	.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
		border-bottom-width: 5px;
		border-left-width: 0px;
		padding-bottom: 10px;
		padding-left: 14px;
	}
	
	.navbar-bootsnipp .navbar-nav > li.disabled > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	.navbar-bootsnipp .bootsnipp-search {
		background-color: rgb(235, 235, 235);
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		visibility: hidden;
	}
	.navbar-bootsnipp .bootsnipp-search.open {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;	
	}
	.navbar-bootsnipp .bootsnipp-search > .container {
		padding: 0px;
	}    
}
.interno{
    max-width: 1170px;
}

.bs-slider{
	overflow: hidden;
	/*min-height: 280px;*/
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}

/********************
	*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control{
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
	right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
	padding: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #fff;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	/*background: rgb(158, 158, 158);*/
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
	transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
	margin: 1px 5px 1px 1px;
	/*box-shadow: 0 0 0 2px #fff;*/
	/*background-color: transparent;*/
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	
}
.indicators-line > .carousel-indicators .active:before{
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}

.slide-text {
	left: 0;
	top: 10%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
	
}

.slick-prev:after, .slick-prev:before {
	color: red;
	font-size: 30px;
}



#sliderCategorie {  padding-top:10px; padding-bottom: 10px; margin: 0}
#sliderAutori {  padding-top:10px; padding-bottom: 10px; margin: 19px; background-color: #cfe3e9 }

.slick-next:after, .slick-next:before {
	color: red;
	font-size: 30px;
}

.slick-slide *{
	text-decoration: none !important;
}

.slide-text > h1 {
	
	padding: 0;
	color: #ffffff;
	font-size: 40px;
	font-style: normal;
	line-height: 46px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default{
	color: #fff;
	background-color: transparent;
	font-weight: 400;
	font-size: 22px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	
}
.slide-text > a.btn-primary{
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 22px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: transparent;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover {
	color: #000 !important;
	background-color: #fff;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (min-width: 481px) and (max-width: 991px) {
	.slide-text {
    left: 0;
    top: 10%;

    padding: 5px 15px;
}
	.slide-text h1 {
		font-size: 24px;
		line-height: 1em;
		margin-bottom: 5px;
	}
	.slide-text > p {
		
		font-size: 18px;
	}
	.slide-text > a.btn-default, 
	.slide-text > a.btn-primary {
	    font-size: 16x;
		line-height: 16px;
		margin-top:3px;
		margin-right: 10px;
		text-align: center;
		padding: 7px 7px;
	}
}




/*---------- MEDIA 480px ----------*/
@media  (min-width: 768px) and (max-width: 991px){
	.no-padding > a > img{
		max-width:350px;
	}
	
}
@media  (max-width: 480px) {
	.img-xs-center{margin:0 auto;}
	.text-xs-center{
		text-align:center;
	}
	.img-xs-center{
		margin: 0  auto;
	}
	.slide-text {
		padding: 3px 15px;
	}
	.slide-text h1 {
		font-size: 16px;
		line-height: 1em;
		margin-bottom: 0;
	}
	.slide-text > p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 6px;
	}
	.slide-text {
		left: 0;
		top: 0;
		
		
	}
	.slide-text > a.btn-default, 
	.slide-text > a.btn-primary {
	    font-size: 10px;
		line-height: 10px;
		margin-top:3px;
		margin-right: 10px;
		text-align: center;
		padding: 7px 7px;
	}
	.indicators-line > .carousel-indicators{
		display: none;
	}
	
	/*
	#sliderCategorie{
		display: none;
	}
	*/
}
body{
	font-family: 'Open Sans', sans-serif;
}
.openSans{
	font-family: 'Open Sans', sans-serif !important;
}

.light{font-weight:300;}
.regular{font-weight:400;}
.semiBold{font-weight:600;}
.bold{font-weight:700;}
.extraBold{font-weight:800;}

.img-center{margin:0 auto;}

.imgIcoSliderSezioni{
	width: 120px;
}
.imgIcoSlider{
	width: 90px;
}
.elementiSlick{
	margin: 0 auto;
}
.titoloSlider{
	font-size: 14px;
    font-weight: 600;
	color: #0e7293;
	line-height:20px;
}
.IconeSlider{
	font-size: 35px;
	color:#0e7293;
	padding-top: 45px;
}
.paddingContent{
	padding-left:2px;
	padding-right:2px;
}
@media only screen and (min-width:768px) {
	.paddingContentUnderSlide{
		padding-top:17px;
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width:768px) {
	.imgIcoSlider{
		width:50%;
	}
	.dropdown-menu > li > a {
		font-size: 14px !important;
		text-align: right;
	}
	
}
.bodyBackground{
	background-color: #dbf5f5;
}
.fasciaFooter{
	background-color: #49cbcd;
}
.approfondisci{
	color:#00aa9a;
	font-size:17px;
	display:inline-block;
}
.titoloNews{
	color: #414a5a !important;
	font-size:26px;
	line-height: 28px;
	text-decoration: none !important;
}
.sottotitoloNews{
	color: #414a5a;
	font-size:18px !important;
	line-height: 20px;
	font-style: italic;
}
.testoNews{
	color: #414a5a;
	font-size:15px;
	line-height:20px;
	text-align: justify;
}
.hoverFacebook,.hoverGoogle,.hoverLinkedin{color:#d2d3d3;font-size:30px;text-decoration:none;}
.hoverTwitter{fill:#d2d3d3;font-size:30px;text-decoration:none;}
.hoverTwitter:hover{fill:#000;text-decoration:none;}
.hoverFacebook:hover{color:#215dc2;text-decoration:none;}
.hoverGoogle:hover{color:#d34836;text-decoration:none;}
.hoverLinkedin:hover{color:#0077B5;text-decoration:none;}
.fasciaBannerAds{
	background-color: #dbf5f5;
	border-bottom: 4px solid #49cbcd;
}
.fasciaBianca{
	background-color: #fff;
}

.stylish-input-group .input-group-addon{
	background: white !important; 
}
.stylish-input-group .form-control{
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
	border:0;
	background:transparent;
}

.btnOdontoiatria{
	padding: 10px 25px;
	font-size:17px;
	color:#fff;
	background-color:#49cbcd;
}
.btnOdontoiatria:hover{
	color:#fff;
}

.articolo-annunci{
	padding: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 7px;
}

.articolo-ultimi{
	padding: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ebeef0;
}

.articolo-ultimi a{
	color: #414a5a;
}

.articolo-ultimi svg{
	fill: #414a5a;
}


.articolo-annunci span{
	text-align: left;
	font-size: 11px;
	color: #737373;
}

.articolo-annunci h5{
	text-align: left;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	border-bottom: 1px solid #ebeef0;
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.annuncio-sponsorizzato{
	padding: 5px 18px;
	background-color: #d0efed;
}

.annuncio-sponsorizzato h5{
	text-align: left;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 3px;
	margin-top: 10px;
}

.ui-datepicker-inline{
	border-radius: 0px;
	width: 100%;
	margin-top: 20px;
}

.ui-datepicker-inline .ui-datepicker-header{
	border: 1px solid #49cbcd;
	background: #49cbcd;
	border-radius: 0px;
}

.ui-widget-content {
	border: 0px;
	background: #fff;
	color: #333;
}

.ui-datepicker-inline .ui-state-default{
	text-align: center;
}

.ui-datepicker-inline .ui-state-highlight, .ui-datepicker-inline .ui-widget-content .ui-state-highlight, .ui-datepicker-inline .ui-widget-header .ui-state-highlight {
	border: 1px solid #49cbcd;
	background: #49cbcd;
	color: #fff;
	text-align: center;
}

.annuncio-sponsorizzato p{
	text-align: left;
}

.no-margin{
	margin: 0px !important;
}

.newsMain{
	color:#4d5564;
	line-height:30px;
	font-size: 20px !important;
}

.newsMain:hover{
	text-decoration: none;
	color:#4d5564;
}

#slideNewsBreviMain .col-md-4{
	min-height: 200px;
	border-right: 1px solid #4d5564;
	margin-top: 20px;
}

#slideNewsBreviMain .col-md-4:last-of-type{
	min-height: 200px;
	border-right: 0px solid #4d5564;
	margin-top: 20px;
}

.dataMain{
	font-size:12px;
	color:#9ba6b0;
	padding:15px 0 0 0;
}

.no-padding{
	padding: 0px !important;
}

.no-border{
	border: 0px !important;
}

.text-prezzo{
	font-weight: 600;
	text-decoration: line-through;
	margin-right: 17px;
}

.btnLibro{
	border: 1px solid #49cbcd;
	padding: 8px 17px;
	font-size: 14px;
	color: #fff;
	background-color: #608fc5;
	margin-right: 15px;
	margin-bottom: 10px;
}

.btnLibroRed{
	padding: 8px 17px;
	font-size: 14px;
	color: #fff !important;
	background-color: #d9534f;
	margin-right: 15px;
	margin-bottom: 10px;
}

.btnLibro:hover{
	color: #fff;
	background-color: #305c8e;
}

.btnLibroRed:hover{
	color: #fff;
	background-color: #d43f3a;
}

.text-prezzo-scontato{
	font-size: 23px;
	color: #ae0c21;
	font-weight: 700;
	margin-right: 17px;
}

.text-sconto{
	font-style: italic;
	color: #ae0c21;
	font-weight: bold;
	margin-right: 17px;
}

.content-annunci{
	height: 230px;
	overflow-y: scroll;
	margin-bottom: -20px;
}

.content-ultimi{
	height: 230px;
	overflow-y: scroll;
	margin-bottom: -20px;
}

.content-tag{
	margin-top: 5px;
	text-align: right;
}

.content-tag-main{
	margin-top: 5px;
	text-align: left;
}

.content-tag .tag, .content-tag-main .tag{
	color: white;
	background-color: #4c9bb2;
	padding: 6px 10px;
	line-height: 36px;
	margin-left: 5px;
	white-space: nowrap;
}

.btn-annuncio{
	padding: 15px 0px;
	background-color: #ebeef0;
	color: #7b8a97;
	font-size: 16px;
	cursor: pointer;
}

.btn-annuncio:hover{
	text-decoration: underline;
}

.btn-annuncio.active{
	background-color: #7fdadc;
	color: #ffffff;
}

.navdot{
	cursor: pointer;
	color: #49cbcd;
	padding: 0px 2px;
}

.titolo-2{
	text-align: left;
	border-bottom: 1px solid #199588;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.titolo-3{
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.after-titolo-2{
	border: 0px;
	border-bottom: 1px solid #49cbcd;
	margin: 1.5px 0px
}

.scrollbarCustom::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.01);
	background-color: #F5F5F5;
}

.scrollbarCustom::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scrollbarCustom::-webkit-scrollbar-thumb
{
	background-color: #e4e8e9;
	border: 2px solid #e4e8e9;
}

.articolo-sottotitolo{
	font-size: 22px;
	margin-top: 0px;
}

.listato-articoli{
	list-style-type: none;
	padding-left: 0px;
}

.icon-position-left{
	margin-right: 5px;
}

.icon-position-right{
	margin-left: 5px;
}

.listato-articoli .row{
	border-bottom: 0px solid #4c9bb2;
	padding-bottom: 5px;
}

.listato-articoli p{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.listato-articoli small{
	margin-bottom: 7px;
	background-color: #49cbcd;
	padding: 0px 7px;
	border-radius: 3px;
	color: white;
}

.listato-articoli .data-articolo{
	font-size: 60%;
	border: 1px solid #4c9bb2;
	padding: 0px 5px;
}

.listato-articoli h4{
	line-height: 22px;
	margin-top: 0px;
	font-weight: bold;
	color: #007192;
}

.listato-domande{
	margin-top: 30px;
	list-style-type: none;
}

.tag-sezione{
	background-color: #047393 !important;
	font-variant: small-caps;
	font-size: 70%;
	padding: 1px 7px;
}

.alert-text{
	text-align: center;
	padding-top: 30px;
	font-size: 21px;
	color: #28988c;
}

.listato-domande [type="radio"]:checked,
.listato-domande [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.listato-domande [type="radio"]:checked + label,
.listato-domande [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.listato-domande [type="radio"]:checked + label:before,
.listato-domande [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.listato-domande [type="radio"]:checked + label:after,
.listato-domande [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.listato-domande [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.listato-domande [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.clear{
	clear: both;
}

#slideNewsBreviMain .carousel-inner{
	margin-bottom: 20px;
}

.annuncio-sponsorizzato{
	border-bottom: 1px solid white;
}

.annuncio-sponsorizzato:last-of-type{
	border-bottom: 0px;
}

.clickable{
	cursor: pointer;
}

.panel-default {
	border-color: #63d7b2;
}

.panel-default>.panel-heading {
	color: white;
	background-color: #63d7b2;
	border-color: #47c79e;
}

.panel-default2 {
	border-color: #047393;
}

.panel-default2 >.panel-heading {
	color: white;
	background-color: #047393;
	border-color: #047393;
}

.panel-default2 .btnLibro {
	border: 1px solid #047393;
}

.panel-default2 .btnColorOdontoiatria {
	background-color: #f9f9f9 !important;
	color: #047393 !important;
}

.container-medikey .no-login h3{
	margin: 0px;
	margin-bottom: 15px;
}

.container-medikey .no-login p{
	margin: 0px;
	margin-top: 5px;
}

.actionsmall{
	font-variant: small-caps;
	font-size: 17px;
	color: #007192;
	font-weight: 600;
	cursor: pointer;
	display: block;
	margin-top: 10px;
}

.actionsmall .fa{
	top: 3px;
	position: relative;
}

.fasciaFooter * {
	font-weight: 500;
}

#logo-float{
	position: absolute;
	top: -15px;
	z-index: 9999;
	left: 20px;
}

#logo-float2{
	position: absolute;
	top: 63px;
	z-index: 999;
	left: 20px;
}

.icon-share{
	font-size: 22px
}

.icon-share:hover{
	text-decoration: none;
}

.MsoNormal{
	text-indent: 0pt !important;
}

p img{
	max-width: 100%;
}
@media screen and (min-width: 468px) and (max-width: 768px){
	#logo-float2{
		display:none;
	}
	.navbar-bootsnipp .navbar-nav > li > a {
		font-size: 14px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 767px) {
	.col-md-3 .img-responsive{
		padding: 14px;
	}
	
	.articolo-container p{
		text-align: justify;
	}
	
	.articolo-container .img-responsive{
		margin-bottom: 10px;
	}
	
	.articolo-container .articolo-div-img{
		margin-right: 0px !important;
        max-width:100% !important;
        float: none !important;
        text-align: center !important;
	}
	
	.articolo-titolo{
		padding-top: 10px;
	}
	
	#logo-float2{
		left: auto;
		top: 44px;
		right: 17px;
		width: 76px;
	}
	
	#logo-float{
		top: -8px;
		width: 76px;
	}
}

.articolo-occhiello{
	margin-bottom: 0px;
	background-color: #49cbcd;
	color: white;
	padding: 3px 8px;
	text-transform: uppercase;
}

.visible-xs a{
	color: #414a5a;
}

.img-block{
	display: block;
	margin: 0 auto;
}

.icon-button{
	position: absolute;
	top: 39%;
	left: 25%;
	font-size: 20px;
}

.text-odonto{
	color: #49cbcd !important;
}

.text-white{
	color: white !important;
}

@media screen and (max-width: 1024px) {
	.icon-button{
		top: 36%;
		left: 22%;
	}
}

.no-deco{
	text-decoration: none;
}

.no-deco:hover{
	text-decoration: none;
}

.slick-cadmos .slick-slide{
	border-top: 1px solid #ccc;
	margin: 10px;
	padding-top: 0px !important;
}

.slick-sub{
	display: block;
	background-color: #efefef;
	padding: 5px;
	margin-top: 10px;
	color: #333;
}

.slick-img{
	border: 1px solid #ccc;
}

.redbar{
	background-color: #ae0c21;
	width: 50px;
	min-height: 10px;
	margin: 0 auto;
}

.widget-dentalcadmos{
	display: block;
	background-color: #002b56;
	padding-top: 10px;
	padding-bottom: 8px;
}

.widget-dentalcadmos img{
	display: block;
	margin: 0 auto;
	border: 1px solid #3b5a9b;
}

.widget-dentalcadmos p{
	color: #dedede;
	font-size: 18px;
	margin-top: 10px;
}

.articolo-div-img img{
	max-width: 100%;
}

.container-speciali{
	background-color: #0aa385;
	padding: 10px;
	margin: 20px 0px 0px 0px;
}

.container-speciali h1{
	font-size: 26px;
	margin: 10px 0px 0px 0px;
	color: white;
	font-weight: 600;
}

.container-speciali h2{
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	color: white;
	font-weight: 600;
}

.container-speciali button{
	margin: 10px 0px 20px 0px;
	color: #0aa385;
	font-weight: 600;
	background-color: white;
}

#loader{
	background-color: white;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

#loader i{
	font-size: 40px;
	position: relative;
	top: 48%;
	left: 48%;
	color: #239689;
}

#slideNews .col-md-6{
	min-height: 300px;
}

.slick-cadmos h4{
	font-size: 16px;
}

.flexslider{
	clear: both;
	margin: 5px auto;
}

.articolo-container table{
	/* display: block; */
	border: 0px;
	margin: 0 auto;
}

.flexslider{
	padding: 15px 5px 0px 5px !important;
	margin-bottom: 40px !important;
}
.btn h4{
	white-space: normal;
}

/* IMPORT */

.list-group {border-radius: 0;}
.list-group .list-group-item {background-color: transparent;overflow: hidden;border: 0;border-radius: 0;padding: 0 16px;}
.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {float: left;display: inline-block;padding-right: 16px;padding-top: 8px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img,
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i,
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {display: block;width: 56px;height: 56px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img {background: rgba(0, 0, 0, 0.1);padding: 1px;}
.list-group .list-group-item .row-picture img.circle,
.list-group .list-group-item .row-action-primary img.circle {border-radius: 100%;}
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i {background: rgba(0, 0, 0, 0.25);border-radius: 100%;text-align: center;line-height: 56px;font-size: 20px;color: white;}
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {margin-left: 7px;margin-right: -7px;margin-top: 5px;margin-bottom: -5px;}
.list-group .list-group-item .row-content {display: inline-block;width: calc(100% - 92px);min-height: 66px;}
.list-group .list-group-item .row-content .action-secondary {position: absolute;right: 16px;top: 16px;}
.list-group .list-group-item .row-content .action-secondary i {font-size: 20px;color: rgba(0, 0, 0, 0.25);cursor: pointer;}
.list-group .list-group-item .row-content .action-secondary ~ * {max-width: calc(100% - 30px);}
.list-group .list-group-item .row-content .least-content {position: absolute;right: 16px;top: 0px;color: rgba(0, 0, 0, 0.54);font-size: 14px;}
.list-group .list-group-item .list-group-item-heading {color: rgba(0, 0, 0, 0.77);font-size: 20px;line-height: 29px;}
.list-group .list-group-separator {clear: both;overflow: hidden;margin-top: 10px;margin-bottom: 10px;}
.list-group .list-group-separator:before {content: "";width: calc(100% - 90px);border-bottom: 1px solid rgba(0, 0, 0, 0.1);float: right;}

.bg-profile{background-color: #3498DB !important;height: 150px;z-index: 1;}
.bg-bottom{height: 100px;margin-left: 30px;}
.img-profile{display: inline-block !important;background-color: #fff;border-radius: 6px;margin-top: -50%;padding: 1px;vertical-align: bottom;border: 2px solid #fff;-moz-box-sizing: border-box;box-sizing: border-box;color: #fff;z-index: 2;}
.row-float{margin-top: -40px;}
.explore a {color: green; font-size: 13px;font-weight: 600}
.twitter a {color:#4099FF}

.lightboximg { max-width: 200px; margin-right: 20px !important; }
.eventiCalendario > a { border-color: #00aa9a !important;  }
.corso-box{
	border: 1px solid #d8d8d8;
	padding: 4px;
	padding-bottom: 20px
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  } 
}
.slide-text h1{
                               background-color: rgba(169,164,164,0.40);
                               padding: 5px 8px;
                }
                
                .slide-text p span{
                               background-color: rgba(169,164,164,0.40);
                               padding: 5px 8px;

                }
                
                .slide-text a.btn-default{
                               background-color: rgba(169,164,164,0.40);

                }

/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 200px;    
}
*/


@media (min-width: 1200px) {
.container {
    width: 1170px !important;
}
}