a.arrow-left, a.arrow-right {
    position: absolute;
    width: 50px;
    height: 50px;
    color: rgba(255,255,255,.8);
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    text-align: center;
    line-height: 50px;
    font-size: 50px;
}

a.arrow-left i, a.arrow-righti {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

a.arrow-right {
    left: auto;
    right: 32px;
}

.boxtestoslide .txt {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	left: 300px;
}

.boxtestoslide h1 {
	color: #fff;
  	font-size: 67px;
  	line-height: 83px;
}

.cerchio-cat {
	width: 280px;
  	height: 280px;
    border-radius: 50%;
    margin: 0 auto;
  	position: relative;
  	overflow: hidden;
}

.cerchio-cat .cont-box-img figure:after, .cerchio-cat .cont-box-img big:after {
	content:"";
  	width: 100%;
  	height: 100%;
  	background: #000;
  	opacity: .15;
  	position: absolute;
  	z-index: 1;
  	top: 0;
  	left: 0;
}

.cerchio-cat .cont-box-img small {
  	color: #fff;
	font-size: 28px;
	line-height: 32px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	text-align: center;
	z-index: 3;
}

/*.cerchio-cat a {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
  	text-align: center;
}*/

.bg-guide {
    padding: 80px 20%;
  	margin: 0 0 80px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
  	text-align: center;
  	margin: 0 0 50px;
  	font-weight: 500;
}

.guida {
	background: #fff;
  	padding: 32px 40px;
  	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
  	width: calc(50% - 128px);
    margin: 0 64px;
}

.guida h4 {
	font-weight: 500;
  	margin: 24px 0 0;
}

.guida p {
	margin: 0 0 20px;
}
.guida p:last-child {
	margin: 0;
}

.guida big {
	color: #8C0A1F;
  	font-size: 16px;
  	line-height: 24px;
  	display: block;
  	margin: 0 0 24px;
}

.guida small {
	font-size: 18px;
  	font-weight: 500;
  	line-height: 18px;
  	padding-right: 24px;
}

.guida p:nth-last-child(2) small {
	padding-right: 68px;
}

.box-exp {
	padding: 40px 0 56px;
}

.box-exp p {
	margin: 0;
}

.ico-exp, .ico-exp:hover, .ico-exp:active, .ico-exp:focus {
	display: inline-block;
  	vertical-align: middle;
  	width: 17.6%;
  	margin: 0 2.6% 0 0;
  	font-size: 18px;
  	line-height: 18px;
  	font-weight: 500;
  	text-align: center;
}

.ico-exp:nth-child(5n+0) {
	display: inline-block;
  	margin: 0;
}

.ico-exp img {
	display: block;
  	margin: 0 auto 16px;
  	-webkit-transition: .3s ease;
  	-moz-transition: .3s ease;
  	transition: .3s ease;
}

.ico-exp:hover img {
  	-webkit-transform: translateY(-10px);
  	-moz-transition: translateY(-10px);
  	transition: translateY(-10px);
}

.cerchio-cat .cont-box-img img {
    top: 0;
    left: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.pagecomposer-popup {
  display: block;
  left: auto;
  top: auto;
  background: transparent;
  width: 264px;
  height: 256px;
  z-index: 4;
  bottom: 0;
}
.pagecomposer-popup > .pagecomposer-popup-content {
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  transform: none;
  border: 0;
  border-radius: 0px 4px 4px 4px;
  padding: 30px 50px;
  text-align: center;
  position: relative;
  background: #8C0A1F;
  left: auto;
  top: auto;
}
.pagecomposer-popup > .pagecomposer-popup-content h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 40px;
  font-weight: 500;
}
.pagecomposer-popup > .pagecomposer-popup-content .btn-tour {
  margin: 0;
  text-align: center;
}
.pagecomposer-popup > .pagecomposer-popup-content .btn-tour a {
  border-radius: 4px;
  width: 100%;
  max-width: 150px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  color: #8C0A1F;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.pagecomposer-popup .btn-popup {
  position: absolute;
  left: -40px;
  top: 0;
  width: 50px;
  height: 40px;
  background: #8C0A1F;
  margin: 0;
  cursor: pointer;
  line-height: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.pagecomposer-popup .btn-popup img {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 15px;
}

@media only screen and (min-width:768px){
  .pagecomposer-popup {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .pagecomposer-popup.nascondi {
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .pagecomposer-popup .btn-popup img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .pagecomposer-popup .btn-popup.nascondi img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .pagecomposer-popup .btn-popup.nascondi {
    background: rgba(0,0,0,0.6);
  }
  .pagecomposer-popup .btn-popup.nascondi:hover {
    background: #8C0A1F;
    left: -50px;
  }
}
@media only screen and (max-width:1600px) {
  a.arrow-left {
    left: 12px;
  }
  a.arrow-right {
    right: 12px;
  }
  .boxtestoslide .txt {
    left: 85px;
  }
  .bg-guide {
    padding: 80px 12%;
  }
}
@media all and (min-width:768px) and (max-width:991px) {
  .ico-exp, .ico-exp:hover, .ico-exp:active, .ico-exp:focus {
    margin: 0 2.4% 0 0;
  }
  .guida {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .boxtestoslide h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ico-exp, .ico-exp:hover, .ico-exp:active, .ico-exp:focus {
    margin: 0;
    width: 100%;
  }
  .ico-exp:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .bg-guide {
   	padding: 0;
    margin-bottom: 0;
  }
  .guida {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
    max-width: 456px;
    display: block;
  }
  .cerchio-cat {
    margin: 0;
    width: 272px;
    height: 272px;
  }
  .boxtestoslide .txt {
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .pagecomposer-popup.nascondi {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transform: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .pagecomposer-popup {
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -moz-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transform: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .pagecomposer-popup .btn-popup {
    background: rgba(0,0,0,0.6);
  }
  .pagecomposer-popup .btn-popup.nascondi {
    background: #8C0A1F;
  }
  .pagecomposer-popup .btn-popup.nascondi img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .pagecomposer-popup .btn-popup img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}