/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
@font-face {
    font-family: "CenturyGothic";
    src: url(/jquery/flickity/CenturyGothic.ttf) format("truetype");
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* personalizzazione timeline flickity*/

.carousel .carousel-cell {width:100%;background-color:#eeeeee;height:630px;}

#timeline-flickity {
	background-color:#eeeeee;
	display: inline-block;
    width: 100%;
	font-family: "CenturyGothic",'Muli', sans-serif;
	}

.timeline-visual {
	width: 36%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 2%;
    top: 50%;
    /* left: 50%; */
    transform: translate(0%,-50%);
	
	}
	
.timeline-detail {
/*	width: 58%;
    float: left;*/
    margin: 2%;
		text-align:center;
	    line-height: 2em;
		font-size:16px;}
		
.timeline-detail ul {text-align:left;}		

.timeline-horizontal .timeline-dots {
   /* background: url(../img/timeline/timeline-bg.png) bottom repeat-x;*/
    background: url(/img/timeline/timeline-bg.png) bottom repeat-x;
}

.carousel-nav {margin:4em 0 1em 0;}

.carousel-nav .carousel-cell {
	font-size:20px;
	height: 40px;
    width: 120px;
    /* background-color: antiquewhite; */
    text-align: center;
   /* background-image: url(/personal-images/timeline/date-icon-triangle.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: bottom;
    border-bottom: 2px solid #ccc;*/
	border-style: dashed;
	/*color:#676767;*/
}

div.carousel-cell.is-selected.is-nav-selected {
	font-weight:bold;
	/*text-decoration:underline;*/
	color:#000000;}
.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.wrapper-cell {
	height: 100%;
	width: 100%;
	display: table;}

	
	
@media only screen and (max-width:1150px){
	#PageId132 #wrapSideBar {display:none;}
	#PageId132 #wrapMain {width: 100%;}
	.timeline-detail {		
		font-size: 14px;
		line-height:1.5em;
	}
	.carousel {margin: 1em 1.5em 0 1.5em;background-color:#eeeeee;}
}	
@media only screen and (max-width:850px){
	
	
}
	
@media only screen and (min-width:768px){
	.carousel {margin: 3em 1.5em 0 1.5em;}
	.timeline-detail {
		display: inline-block;
		position: absolute;
		top: 50%;
		/*left: 50%;*/
		transform: translate(0%,-50%);
		/* width: 200px; */
		/* height: 200px; */
	   }
		/*
		.timeline-visual {
			width: 100%;
			display: block;
			}
		.timeline-detail {
			width: 100%;
			display: block;}*/
}

@media only screen and (max-width:767px){
	#timeline-flickity {position: relative;}
	 .carousel-nav {position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;}
	 
	/*#PageId119 #wrapSideBar {display:none;}*/
	.carousel {margin: 100px 1.5em 0 1.5em;background-color:#eeeeee;}
	.timeline-visual {width:100%;text-align:center;margin:0;}
	.timeline-detail {width: auto;text-align:center;margin:2% 0 0 0;line-height:2em;}	
}

@media only screen and (max-width:480px){
	#PageId132 #ContentArea {margin:1em 0 0 0;}	
}