box-servizio/* CSS

 ____________________________________________________________
|                                                            |
|    ENGINE + Complic  { http://complic.eu }                 |
|    DESIGN + Complic Studio   { http://complicstudio.com }  |
|      DATE + 2020 Maggio                                    |
|   CREDITS + Opticon Data Solutions                         |
| COPYRIGHT + Copyright LegalLAB 2020                        |
|____________________________________________________________|

*/
.nav ul.menu.active{
	display: block;
}

:root {
	/* Colors */
	--blue-color: orange;
	--black-color: #000;
	--white-color: #fff;
	--grey-color: #c3c3c3;
 	/* Margins & paddings */
	--half-margin: 15px;
	--margin: 30px;
	--double-margin: 60px;
}
* {
	margin: 0;
	outline: 0;
	padding: 0;
	font-family: 'Jost', Tahoma, Arial, sans-serif;
	list-style: none;
	letter-spacing: 1px;
}
a:link, a:visited, a:hover {
	text-decoration: none;
	color: #333;
}
body {
	background-color: #FFF;
}
body.modal_open {
	overflow: hidden;
}
#body {
	width: 100%;
	margin: 0 auto;
}
h1 {
	color: #000;
	font-size: 45px;
	margin-bottom: 15px;
}
h2 {
	color: #000;
	font-size: 30px;
	margin-bottom: 35px;
	font-style: italic;
	font-weight: normal;
}
p {
	margin-top: 25px;
  font-size: 16px;
  line-height: 20px;
}
a {
	text-decoration: none;
}
.center {
	text-align: center !important;
	padding-top: 30px;
}
.right {
	text-align: right !important;
}
.float_right {
	float: right;
}
#header {
	margin: 0 5%;
	height: 95px;
	padding-top: 30px;
	position: relative;
	padding-bottom: 20px;
}
.black {
	background-color: #000 !important;
}

/* menu Responsive */
#menuResponsive {
	display: none;
}

/* Header */
#header .search {
	position: absolute;
	/*right: 160px;*/
	right: 185px;
	border: 1px solid #707070;
	border-radius: 10px;
	height: 37px;
	/*width: 243px;*/
	width: 220px;
	color: #999;
	line-height: 37px;
	font-weight: normal;
	text-align: left;
	display: block;
	overflow: hidden;
	padding-left: 55px;
}
#header .search span.icon {
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #e89613;
	height: 37px;
	width: 55px;
	vertical-align: middle;
	text-align: center;
	background-image: url(/images/icon_search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%;
}
#header .search input {
	background: none;
	border: 0;
	outline: 0;
	border: 0;
	outline: 0;
	padding-left: 10px;
	font-size: 16px;
	line-height: 16px;
	width: calc(100% - 10px);
	-webkit-appearance: none;
	border-radius: 0;
}
#header ul.menu li:last-child {
	margin-right: 0px;
}
#header ul.menu li:last-child a {
	padding-right: 0px;
}
#header ul.menu li a:hover{
	color: #555;
}
table.cart {
	width: 100%;
	margin-top: 100px;
	border-collapse: collapse;
}
table.cart td {
	border-bottom: 1px solid;
	margin-left: -10px;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
}
table.cart td.title {
	width: 260px;
	word-wrap: break-word;
}
table.cart td.image {
	width: 300px;
}
table.cart td.btn_remove {
	cursor: pointer;
}
table.cart td.btn_remove:hover {
	text-decoration: underline;
}
table.cart img {
	height: 150px;
	width: 300px;
}
.icon-cart {
	display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #999;
    font-size: 25px;
    padding-top: 2px;
}
#filter {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background-color: #E9E9E9;
}
#filter .filter {
	width: 1600px;
	margin: 0 auto;
}
#filtro_1, #filtro_2, #filtro_3 {
	margin: 15px auto;
}
#filtro_1 h3, #filtro_2 h3, #filtro_3 h3 {
	margin-bottom: 30px;
}
#filtro_3 h3.sales {
	padding-top: 92px;
}
#page {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
#page #banner {
	width: 100%;
	background-color: #E2E2E2;
	/* background-image: url(/images/bg.jpg); */
	background-position: center;
	background-size: cover;
	position: relative;
}
body.home #page #banner {
	/* height: 500px; spazio banner */
	height: 66px;
}
#page #menu.home {
	background: none;
}
#page #menu.home .submenu {
	z-index: 99;
}
#page .menu {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#header .menu_right {
	position: absolute;
	right: 5%;
	top: 10px;
}

/* div social */
ul.social {
	display: inline-block;
    margin-left: 20px;
    vertical-align: top;
	padding-top: 15px;
}
ul.social li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	cursor: pointer;
}
ul.social li a {
	color: #999;
	display: inline-block;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none !important;
}
ul.social li a {
	font-size: 20px;
}
ul.social li a:hover {
	color: #555;
}

/* Submenu */
#submenu {
	width: 100%;
	text-align: center;
	position: absolute;
	background-color: #FFF;
	overflow: hidden;
	z-index: 9999;
	height: 0;
	-webkit-transition: height 500ms ease-out 0.1s;
    -moz-transition: height 500ms ease-out 0.1s;
    -o-transition: height 500ms ease-out 0.1s;
    transition: height 500ms ease-out 0.1s;
}
.submenu {
	text-align: left;
    background-color: #FFF;
    z-index: 9;
    position: relative;
    margin: 0 auto;
    height: 420px;
    width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}
.submenu ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
}
.submenu ul li {
	padding-top: 25px;
}
.submenu .last_items {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
}
.seeall {
	margin-top: 60px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	width: 100px;
}
.submenu .last_items .paint {
	width: 415px;
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 10px;
}
.submenu .last_items .paint h3 {
	margin-top: 15px;
}
.submenu .last_items .paint h4 {
	margin-top: 10px;
}
.submenu .last_items .paint h4:before {
	content: "By: ";
	font-weight: normal;
	font-style: italic;
}
.submenu .last_items .paint img {
	width: 400px;
	height: 235px;
	margin-bottom: 10px;
}
.submenu ul li a {
	color: #555;
	cursor: pointer;
	font-size: 18px;
}
.submenu ul li.current a, .submenu ul li a:hover {
	text-decoration: underline;
}
#page #menu ul._menu {
	height: 64px;
	border-bottom: 2px solid #999;
}

#page .menu ul._menu li {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	cursor: pointer;
}
#page .menu ul._menu li a {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	padding: 15px 15px 20px;
}
#page .menu ul._menu li a:hover {
	color: #888;
	border-bottom: 3px solid #000;
}

/* Main banner */
#mainbanner {
	margin: 0 5%;
	padding-top: 30px;
	position: relative;
	box-sizing: border-box;
	overflow-x: hidden;
}
#mainbanner .banners {
	width: 100%;
	height: calc(90vw / 2.5);
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	background-color: #DADADA;
}
#mainbanner .banners.subpage {
	height: calc(90vw / 4.7);
}
#mainbanner .banners .banner {
	width: 100%;
	height: calc(90vw / 2.5);
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#mainbanner .banners, #mainbanner .banners .banner, #mainbanner .banners.subpage {
	height: 683px;
}
#mainbanner .banners .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
    background-color: rgba(0, 0, 0, 0.55);
	bottom: 0px;
	clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
	z-index: 9;
}

/* MOBILE S*/
@media only screen and (max-width: 320px) {

	/* HOME*/
	.nav.translated{
		transform: translateY(-145px)!important;
	}

	#mainbanner .wrapper {
		height: 100%;
	}

	#mainbanner .wrapper h1{
		font-size: 30px !important;
		line-height: 50px !important;
	}

	#mainbanner .wrapper p{
		font-size: 13px !important;
		line-height: 20px !important;
	}

	.swiper-pagination-clickable .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

/*	#mainbanner .row > .item > .wrapper .title{
		margin-top: 0 !important;
	}*/

	/*ABOUT*/

	#mainbanner .banners.subpage .overlay{
		display: flex;
		justify-content: center;
	}

	#mainbanner .banners.subpage .overlay > .wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#mainbanner .banners.subpage .overlay > .wrapper h1{
		font-size: 47px !important;
	}

	#mainbanner .banners.subpage .overlay > .wrapper p{
		font-size: 14px !important;
	}

}


/* MOBILE M */
@media only screen and (min-width: 321px) {

	.nav.translated{
		transform: translateY(-110px)!important;
	}

	#mainbanner .banners .overlay > .wrapper {
		height: calc(100% - 50px);
		padding-top: 28px;
		transform: translate(-50%, -40%);
	}


	#mainbanner .banners .overlay > .wrapper h1{
		font-size: 38px !important;
		line-height: 50px !important;
	}

	#mainbanner .banners .overlay > .wrapper p{
		font-size: 15px !important;
		line-height: 18px !important;
	}

	#mainbanner .banners .overlay > .wrapper p:last-of-type{
		padding-bottom: 20px !important;
	}

/*	#mainbanner .row > .item > .wrapper .title{
		margin-top: 0 !important;
	}*/

	/*ABOUT*/
	#mainbanner .banners.subpage .overlay{
		display: flex;
		justify-content: center;
	}

	#mainbanner .banners.subpage .overlay > .wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#mainbanner .banners.subpage .overlay > .wrapper h1{
		font-size: 50px !important;
	}

	#mainbanner .banners.subpage .overlay > .wrapper p{
		font-size: 21px !important;
	}

}

/* MOBILE L */
@media only screen and (min-width: 376px) {
	.nav.translated{
		transform: translateY(-110px)!important;
	}

	#mainbanner .banners .overlay > .wrapper {
		height: 100%;
		padding-top: 28px;
	}

	#mainbanner .banners .overlay > .wrapper h1{
		font-size: 30px !important;
		line-height: 50px !important;
	}

	#mainbanner .banners .overlay > .wrapper p{
		font-size: 14px !important;
		line-height: 18px !important;
        margin-top: 10px;
	}

	/*#mainbanner .row > .item > .wrapper .title{
		margin-top: 0 !important;
	}*/

  /* ABOUT */
	#mainbanner .banners.subpage .overlay{
		display: flex;
		justify-content: center;
	}

	#mainbanner .banners.subpage .overlay > .wrapper{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	#mainbanner .banners.subpage .overlay > .wrapper h1{
		font-size: 57px !important;
		line-height: 60px!important;
	}

	#mainbanner .banners.subpage .overlay > .wrapper p{
		font-size: 22px !important;
    line-height: 28px!important;
	}

}

/* TABLET */
@media only screen and (min-width: 426px) {
	.nav.translated{
		transform: translateY(-110px)!important;
	}
	#mainbanner .banners .overlay{
		display: flex;
		justify-content: center;
	}
	#mainbanner .banners .overlay > .wrapper{
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding-top: 0px;
	}
	#mainbanner .banners .overlay > .wrapper h1{
		font-size: 35px !important;
	}
	#mainbanner .banners .overlay > .wrapper .divisor{
		margin: 0 !important;
	}
	#mainbanner .banners .overlay > .wrapper p{
		font-size: 16px !important;
		line-height: 16px !important;
		margin-top: 10px;
	}
	#mainbanner .banners .overlay > .wrapper a.banner_button {
		width: 130px;
		font-size: 12px;
		height: 50px;
	}
}

@media only screen and (min-width: 961px) {

	#mainbanner .banners .overlay > .wrapper p{
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

@media only screen and(max-width: 960px){
	#mainbanner .section > .image, #mainbanner .section > .text{
		top: 0;
		left: 0;
		transform: translate(0);
	}

	#mainbanner .section > .image{
		opacity: 1;
	}
}

#mainbanner .banners .overlay > .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	color: #FFF;
	padding-right: 15%;
	text-align: left;
	display: flex;
  align-items: flex-start;
  justify-content: center;
	flex-direction: column;
}
#mainbanner .banners .overlay > .wrapper h1 {
	line-height: 61px;
	font-size: 61px;
	text-transform: uppercase;
	color: #FFF;
}
#mainbanner .banners .overlay > .wrapper .divisor {
	display: block;
	width: 40%;
	height: 8px;
	background: #FFF;
}
#mainbanner .banners .overlay > .wrapper p {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
}
#mainbanner .banners .overlay > .wrapper a.banner_button{
	background-color: #e89613;
	border: none;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	border-radius: 15px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	display: block;
}
#mainbanner #wrapper .ribbon {
	position: absolute;
	width: 250px;
	z-index: 99;
	left: -19px;
	top: 12px;
	opacity: 0;
	display: none;
	transition: visibility 0s, opacity 0.5s linear;
}
#mainbanner #wrapper .ribbon img{
	width: 100%;
	position: relative;
}
#mainbanner #wrapper .ribbon h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-80%, -80%) rotate(-45deg);
	color: white;
	font-size: 40px;
	font-weight: bold;
}
#mainbanner #wrapper .ribbon.visible {
	opacity: 1;
	display: block;
}

/* Banner orange polygons */
.polygons-wrapper .rect-lg-top, .polygons-wrapper .rect-lg-bottom, .polygons-wrapper .rect-sm {
	position: absolute;
	z-index: 99;
}
.polygons-wrapper .rect-lg-top {
	top: 30px;
	left: calc(47% - 70px);
	background-color: #e89613;
	width: 57px;
	height: 300px;
	transform: skew(10deg);
	border-radius: 0px 0px 10px 10px;
}
.polygons-wrapper .rect-lg-bottom {
	top: 413px;
	left: 47%;
	background-color: #e89613;
	width: 57px;
	height: 300px;
	transform: skew(10deg);
	border-radius: 10px 10px 0px 0px;
}
.polygons-wrapper .rect-sm {
	top: 281px;
	left: 50%;
	background-color: #e89613;
	width: 26px;
	height: 157px;
	transform: skew(10deg);
	border-radius: 6px;
}
#mainbanner .banners .banner .polygons-wrapper .rect-lg-top {
	top: 0px;
}
#mainbanner .banners .banner .polygons-wrapper .rect-sm {
	top: 251px;
}
#mainbanner .banners .banner .polygons-wrapper .rect-lg-bottom {
	top:383px;
}
#mainbanner .row {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #999;
}
#mainbanner .row > .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-height: 1px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	min-height: 350px;
	background-color: #999;
}
#mainbanner .row.collums_2 > .item {
	width: 50%;
}

#mainbanner .row > .item:nth-child(1), /* first row */
#mainbanner .row > .item:nth-child(3),
#mainbanner .row > .item:nth-child(6),
#mainbanner .row > .item:nth-child(8),
#mainbanner .row > .item:nth-child(10), /* second row */
#mainbanner .row > .item:nth-child(12),
#mainbanner .row > .item:nth-child(15),
#mainbanner .row > .item:nth-child(17) {
	background-color: #888;
}
#mainbanner .row > .item > .wrapper {
  position: absolute;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4rem 20px;
	text-align: center;
}
#mainbanner .row > .item > .wrapper .title {
	text-transform: none;
	font-size: 2rem;
	letter-spacing: -1px;
  margin-top: 1.1em;
	color: #FFF;
	line-height: 35px;
}
#mainbanner .row > .item .background {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}
#mainbanner .row > .item > .wrapper .description {
  margin-top: 1em;
	font-size: 1em;
	font-weight: 200;
	color: #FFF;
}
#mainbanner .row > .item > .wrapper a {
  cursor: pointer;
}
#mainbanner .row > .item > .wrapper .icon {
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
#mainbanner .row > .item > .wrapper .icon svg {
	width: 75px;
	height: 75px;
	fill: #FFF;
}
#mainbanner .row > .item > .wrapper .icon > .hover {
	position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#mainbanner .row > .item > .wrapper .item_link {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainbanner .row > .item > .wrapper .link_wrapper {
	text-indent: -9999px;
}
#mainbanner .row > .item:hover > .wrapper .icon > .hover svg {
	-webkit-animation: icons-zoom 0.25s ease-out;
	-ms-animation: icons-zoom 0.25s ease-out;
	animation: icons-zoom 0.25s ease-out;
}
#mainbanner .row > .item:hover > .wrapper .icon > .hover svg {
	fill: #e89613;
}
#mainbanner .row:last-child {
	overflow: hidden;;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}
@media screen and (min-width: 1301px){
	#mainbanner .section > .text{
		top: 0!important;
		left: 0!important;
		transform: translate(0)!important;
		position: inherit!important;
	}
	#mainbanner .section > .image{
		opacity: 1!important;
	}
	.polygons-wrapper.responsive {
		display: none;
	}
	.polygons-wrapper {
		display: block;
	}
}
#mainbanner .section{
  width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 30px 30px;
}

#mainbanner .section .title {
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.15em;
	color: #000;
}
#mainbanner .section .subtitle {
	font-size: 1.0em;
	font-weight: 400;
	color: #000;
}
#mainbanner .section p {
	font-size: 14px;
	font-weight: 200;
	color: #000;
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 0px;
}
@media screen and (min-width: 961px) {
	#mainbanner .section{
		position: relative;
		padding: 0px;
		margin-top: 40px;
	}
	#mainbanner .section > .text.alfter, #mainbanner .section > .text{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70% !important;
	}

	#mainbanner .section > .text.alfter, #mainbanner .section > .image{
		opacity: 15%;
	}
}
#mainbanner .section > .text.alfter, #mainbanner .section > .text {  padding-left: 0px; width: 60%}
#mainbanner .section > .image {
	width: 40%;
}
#mainbanner .section img {
	width: 100%;
	border-radius: 10px;
}
#mainbanner .section .button {
	background-color: #e89613;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 10px;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	line-height: 25px;
	font-size: 25px;
	margin-top: 10px;
	display: inline-block;
}
#mainbanner .section .button:hover {
  background-position: right bottom !important;
}
#mainbanner .section.partners {
	display: flex;
	width: 100%;
}
#mainbanner .section.partners > .image {
	width: 100%;
	height: 210px;
	vertical-align: top;
	border-radius: 10px;
	margin-left: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* Services */
#mainbanner .servicesBlock {
	width: 100%;
  padding: 15px 0px;
}
#mainbanner .servicesBlock.list_service {
	width: 100%;
	display: block;
	text-align: center;
  padding: 30px 0px 15px;
	background-color: #DADADA;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#mainbanner .relatedServices {
	width: 30%;
	min-width: 300px;
}
#mainbanner .relatedServices ul {
	padding: 0px;
}
#mainbanner .relatedServices ul li {
	margin-bottom: 10px;
}
#mainbanner .relatedServices ul li:hover a {
	color: #000;
}
#mainbanner .relatedServices ul li:last-child {
	border-bottom: none;
}
#mainbanner .relatedServices ul li a {
	padding: 10px;
	line-height: 30px;
  font-weight: bold;
	color: #FFF;
	font-size: 14px;
	background-color: #e89613;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#mainbanner .relatedServices li a {
	display: flex;
}
#mainbanner .relatedServices li a .icon {
	width: 67px;
	height: 30px;
	flex: 20%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/images/icon_contract.svg");
}
#mainbanner .relatedServices li.Contatti a .icon {
	background-image: url("/images/icon_contact.svg");
}
#mainbanner .relatedServices li.Tap-ID a .icon {
	background-image: url("/images/icon_tapid_menu.svg");
}
#mainbanner .relatedServices li.PrivacySwiss a .icon {
	background-image: url("/images/icon_privacyswiss_menu.svg");
}
#mainbanner .relatedServices li.Noku a .icon {
	background-image: url("/images/icon_noku.svg");
}
#mainbanner .relatedServices li.TimeSealer a .icon {
	background-image: url("/images/icon_timesealer_menu.svg");
}
#mainbanner .relatedServices li.CyberMail a .icon {
	background-image: url("/images/icon_cybermail.svg");
}
#mainbanner .relatedServices li.CyberWeb a .icon {
	background-image: url("/images/icon_cyberweb.svg");
}
#mainbanner .relatedServices li.TWEX a .icon {
	background-image: url("/images/icon_twex.png");
}
#mainbanner .relatedServices li a .title {
	flex: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#mainbanner .servicesBlock .categoryMenu {
	width: calc(100% - 50px);
	margin: 0 auto;
}
#mainbanner .servicesBlock .categoryMenu ul {
	display: flex;
  flex-wrap: wrap;
	align-items: center;
  justify-content: center;
}
#mainbanner .servicesBlock .categoryMenu ul > li {
	flex: 1 0 25%;
  margin: 15px;
  max-width: 33%;
}
@media screen and (max-width: 1350px) {
	#mainbanner .servicesBlock .categoryMenu ul > li {
		flex: 1 0 30%;
	  margin: 15px;
	  max-width: 50%;
	}
}
@media screen and (max-width: 960px) {
	#mainbanner .servicesBlock .categoryMenu ul > li {
		margin: 15px;
    max-width: 100%;
    display: block;
    flex: auto;
    width: 100%;
	}
}
#mainbanner .servicesBlock .categoryMenu ul.fullrow {
	display: block;
	flex-wrap: none;
	align-items: center;
	justify-content: center;
}
#mainbanner .servicesBlock .categoryMenu ul.fullrow > li {
	flex: none;
	width: auto;
	max-width: none;
}
#mainbanner .servicesBlock .categoryMenu ul > li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
}
#mainbanner .servicesBlock .categoryMenu ul > li .icon {
	width: 100%;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/images/icon_contract.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.Contatti a .icon {
	background-image: url("/images/icon_contact.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.Tap-ID a .icon {
	background-image: url("/images/icon_tapid.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.PrivacySwiss a .icon {
	background-image: url("/images/icon_privacyswiss.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.Noku a .icon {
	background-image: url("/images/icon_noku.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.TimeSealer a .icon {
	background-image: url("/images/icon_timesealer.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.CyberMail a .icon {
	background-image: url("/images/icon_cybermail.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.CyberWeb a .icon {
	background-image: url("/images/icon_cyberweb.svg");
}
#mainbanner .servicesBlock .categoryMenu ul > li.TWEX a .icon {
	background-image: url("/images/icon_twex.png");
}
#mainbanner .servicesBlock .categoryMenu ul > li .title {
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
	background-color: #e89613;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#mainbanner .servicesBlock > .wrapper table {
  border-collapse: collapse;
}
#mainbanner .servicesBlock > .wrapper table, #mainbanner .servicesBlock > .wrapper th, #mainbanner .servicesBlock > .wrapper td {
  border: 1px solid #999;
}
#mainbanner .servicesBlock > .wrapper td {
  padding: 5px;
}
#mainbanner .servicesBlock > .wrapper {
	vertical-align: top;
	position: relative;
	text-align: left;
	display: block;
}
#mainbanner .banners .buy_wrapper {
	position: absolute;
  bottom: 25px;
  right: 25px;
	z-index: 9999;
	align-items: baseline;
	display: flex;
}
#mainbanner .banners .buy_wrapper .btn_open:nth-child(1){
	margin-right: 20px
}
/* #mainbanner  .buy_wrapper .btn_open.disabled{
	opacity: 0.8;
} */
#mainbanner .banners .buy_wrapper > *, .buy_wrapper.inmove > * {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 0px 25px;
	line-height: 50px;
  font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border-radius: 10px;
	border: 3px solid #FFF;
}
#mainbanner .banners .buy_wrapper > *, .buy_wrapper.inmove > *{
	background: linear-gradient(to top,#e89613 50%,#242a36 50%) no-repeat scroll right top / 100% 210% #242a36 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	cursor: pointer;
}
#mainbanner .banners .buy_wrapper > select, #mainbanner .banners .buy_wrapper > div {
	margin-right: 20px;
	height: 56px;
	margin-bottom: 0px;
}
#mainbanner .banners .buy_wrapper > div {
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#mainbanner .banners .buy_wrapper > #serviceQuantity > input {
	background: none;
  color: #FFF;
  text-align: center;
  width: 40px;
  font-size: 20px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#mainbanner .banners .buy_wrapper *:hover, .buy_wrapper.inmove * :not(.disabled):hover{
	background-position: right bottom !important;
}
.buy_wrapper.inmove.responsive{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	gap: 10px
}
.buy_wrapper.inmove.responsive *{
	width: 80%;
	max-width: 700px;
	border: none
}
#page .modal_hidden {
	display: none;
}
#page #service.hidden {
	display: none;
}
#page #service_selection {
	width: 100%;
	margin-top: 25px;
}
#page #service_selection .modules {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#page #service_selection .modules .module {
	width: calc((100% - 150px) /4);
	align-content: center;
	text-align: center;
	background-color: #DADADA;
	border-radius: 10px;
	padding: 10px;
}
#page #service_selection .modules .module.selected {
	background-color: #e89613;
	color: #FFF;
}
#page #service_selection .modules .module.selected a {
	color: #FFF;
}
#page #service_selection .modules .module .name, #page #service_selection .modules .module .price, #page #service_selection .modules .module .addModule, #page #service_selection .modules .module .discovermore {
	display: block;
	padding-top: 10px;
}
#page #service_selection .modules .module .name {
	font-size: 16px;
	font-weight: bold;
}
#page #service_selection .modules .module .addModule, #page #service_selection .modules .module .discovermore {
	cursor: pointer;
}
#page #service_selection .modules .module .addModule {
	border: 2px solid #FFF;
	border-radius: 10px;
	line-height: 40px;
	padding-top: 0px;
	background-color: #e89613;
	color: #FFF;
	margin-top: 10px;
}
#page #service_selection .modules .module.selected .addModule {
	border: 2px solid #FFF;
	background-color: #242a36;
	color: #FFF;
}
#page #service_selection .modules .module > svg {
	display: block;
	width: 100px;
	height: 100px;
	cursor: pointer;
	margin: 0 auto;
}
#page #service_selection .modules .module.selected > svg {
	fill: var(--white-color);
}

/* Service box */
.border-box {
    border: 1px solid var(--black-color);
}
body .white-text, a.button.white-text {
	color: var(--white-color);
}
a {
	color: var(--black-color);
	text-decoration: none;
	/* transition: all 0.25s; */
}
a.button {
	font-size: large;
	background-color: var(--white-color);
	color: var(--black-color);
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0 var(--margin);
	line-height: 50px;
	border-radius: 10px;
	max-width: 480px;
}
a.button.btn-less-padding {
	padding: 0 10px;
}
a.button.colored-b {
	background-color: var(--blue-color);
	color: var(--white-color);
}
a.button.black-b {
	background-color: var(--black-color);
	color: var(--white-color);
}
a.button.grey-b {
	background-color: #7f7f7f;
	color: var(--white-color);
}

div.rounded {
	border-radius: 10px;
}




a.button:hover {
	cursor: pointer;
	transform: scale(1.01);
}

svg.hover:hover {
	cursor: pointer;
	transform: scale(1.05);
}

ul {
	list-style: none;
}

h1 .right-options, h2 .right-options {
	float: right;
}


.half-margin-bottom, .child-half-margin-bottom > * {
	margin-bottom: 20px;
}

.padding {
	padding: var(--half-margin);
}

.padding-x {
    padding: 0 var(--half-margin);
}

/* servicesBlock */
.servicesBlock p {
	padding-top: 0px;
	margin-top: 0px;
}
.servicesBlock .rounded.border-box p {
	margin-top: 0px;
	padding: 0px;
}
.servicesBlock .flexbox-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.servicesBlock .flexbox-row.justify-start {
	justify-content: flex-start;
	margin-bottom: 20px;
}
.servicesBlock .flexbox-row.justify-start div.icon {
	justify-content: flex-start;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 45px;
	min-width: 45px;
}
.servicesBlock .flexbox-row.justify-start div.text {
  justify-content: flex-start;
	margin-left: 20px;
}
.servicesBlock .flexbox-row.justify-start div.text p {
  display: contents;
}
.servicesBlock .flexbox-row.justify-start div.text a {
	color: #e89613;
}
.servicesBlock .flexbox-row.justify-start div.icon.signup{
	background-image: url(/images/icon_signup.svg);
}
.servicesBlock .flexbox-row.justify-start div.icon.download {
	background-image: url(/images/icon_download.svg);
}
.servicesBlock .flexbox-row.justify-start div.icon.compile {
	background-image: url(/images/icon_compile.svg);
}
.servicesBlock .flexbox-row.justify-start div.icon.upload {
	background-image: url(/images/icon_upload.svg);
}
.servicesBlock #header > div {
    width: 50%;
    height: 400px;
}
.servicesBlock #header h1 {
	font-size: 50px;
	line-height: 50px;
}
.servicesBlock #header > div:first-of-type {
	border-radius: 10px 0 0 0;
}
.servicesBlock #header > div:last-of-type {
	border-radius: 0 10px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.servicesBlock #content .border-box {
	min-width: 70%;
}
.servicesBlock #content h2 {
	padding: 0px 0px 20px 20px;
	margin: 0px;
}
.servicesBlock #content p {
	padding-left: 20px;
}
.servicesBlock #content .rounded.grey-b h2 {
	padding-top: 15px;
	padding-left: 0px;
	color: #e89613;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
}
.servicesBlock #content > div {
	align-self: flex-start;
	width: 70%;
}
.servicesBlock #content > div:nth-of-type(2) {
	padding: 10px 25px 25px;
	margin-left: 20px;
	width: 25%;
}
.servicesBlock .padding-strong {
  padding: 60px;
}
.servicesBlock ul li:not(:first-of-type) {
  border-top: 1px solid var(--white-color);
}
.servicesBlock ul.fullrow li:not(:first-of-type) {
  border: none;
}
.servicesBlock .wrapper_thumbs {
	position: relative;
	display: block;
	overflow: hidden;
	overflow-x: scroll;
	min-height: 300px;
	width: 100%;
}
.servicesBlock .wrapper_thumbs .thumbs {
	display: block;
	width: max-content;
	padding-left: 20px;
	padding-right: 20px;
}
.servicesBlock .wrapper_thumbs .thumbs .filethumb {
	margin: 20px;
	display: inline-block;
	width: 166px;
	height: 234px;
	border: 1px solid #999;
}
.servicesBlock .wrapper_thumbs .thumbs .filethumb:first-child {
	margin-left: 0px;
}
.servicesBlock .wrapper_thumbs .thumbs .filethumb:last-child {
	margin-right: 0px;
}
.servicesBlock span.icon {
	line-height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.servicesBlock svg {
    width: 40px;
    height: 40px;
}
.servicesBlock .double-padding-top {
    padding-top: 30px;
}
.servicesBlock .padding-top {
    padding-top: 15px;
}
.servicesBlock .colored-b {
	background-color: var(--blue-color);
}
.servicesBlock .grey-b {
	border: 1px solid rgba(232, 150, 19, 0.85);
	background-color: #FFF;
}
.contactbox .rounded.border-box {
	border-radius: 10px;
	display: table;
	width: 100%;
	background-color: #DADADA;
	border-color: #FFF;
	overflow: hidden;
}
.contactbox .wrapper {
	display: table-cell;
  vertical-align: middle;
	color: #FFF;
	padding: 15px 20px;
}
.contactbox .wrapper.title {
	background-color: #e89613;
  padding: 10px;
  text-align: center;
  width: 25%;
}
.contactbox .wrapper h2 {
	margin: 0px;
  color: #FFF;
  padding-left: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
}
.contactbox .wrapper p {
	padding: 0px;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
}
.contactbox .wrapper span.icon {
	line-height: 100px;
}
.contactbox .wrapper span.icon svg {
	width: 100px;
	height: 100px;
	fill: #FFF;
}
.contactbox a.contact {
	background-color: #e89613;
	color: #FFF;
	padding: 15px 24px;
	border-radius: 15px;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	display: block;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.contactbox a.contact:hover {
	background-position: right bottom !important;
}

/* Modulo servizi in evidenza */
.main-servizi{
	background-image: url(/images/bg_services.jpg);
	background-size: 100%;
	background-position: top center;
}
.main-servizi .main-top-servizi{
	text-align: center;
}
.main-servizi .main-top-servizi h2{
	font-weight: 600;
	font-size: 40px;
	font-style: normal;
	margin-bottom: 0px;
}
.main-servizi .main-top-servizi p{
	font-size: 16px;
	margin-top: 10px;
}
.main-servizi .main-center-servizi{
    margin: 50px 0 20px 0;
}
.row-servizi .servizio{
	padding: 60px;
	box-sizing: border-box;
}
@media screen and (max-width: 1440px){
	.row-servizi .servizio{
		padding: 30px;
	}
}
@media screen and (max-width: 1240px){
	.row-servizi .servizio{
		padding: 10px;
	}
}
.slick-prev.slick-arrow svg{
	width: 100px;
}
.slick-center img{
	box-sizing: border-box;
	border: 10px solid #e89613;
}
.box-img-servizio{
	position: relative;
}
.box-hover-image-servizio{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.80);
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.servizio.slick-slide.slick-current.slick-active.slick-center .box-hover-image-servizio{
	display: none;
}
.box-hover-image-servizio h3{
	color: white;
	font-size: 20px;
	text-align: center;
}
.slick-list {
	padding-bottom: 30px!important;
}
.main-top-servizi .slick-list {
	overflow: visible !important;
}
.container-services .slick-list{
	padding-bottom: 0!important;
}
.container-services .servicesBlock .categoryMenu ul > li {
	border: 0px;
}
@media screen and (max-width: 1240px){
	.box-hover-image-servizio h3{
		font-size: 16px;
	}
}
.servizio.slick-current.slick-center .box-img-servizio{
	position: relative;
}
.servizio.slick-current.slick-center .box-img-servizio::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 30px solid #e89613;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	transform: translate(-20%);
}
.arrow-down-active{
	display: none;
	position: absolute;
	bottom: -85px;
  left: 50%;
	width: 25px;
	filter: brightness(2);
	fill:white;
	transform: translate(-50%);
}
.servizio.slick-slide.slick-current.slick-active.slick-center .arrow-down-active{
	display: block;
}
.main-servizi .main-center-servizi .box-img-servizio{
	width: 100%;
  height: 250px;
  background-color: #e89613;
  border-radius: 20px;
}
.main-servizi .main-center-servizi .box-img-servizio img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.descrizione-servizio{
	margin: 15px 0 60px 0;
}
.content-servizio{
	display: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5%;
}
.content-servizio.slick-slide .text-content-servizio{
	display: none!important;
}
.content-servizio.slick-current.slick-active .text-content-servizio{
	display: initial!important;
}
@media screen and (max-width: 1440px) {
	.content-servizio{
		padding: 0 4%;
	}
}
@media screen and (max-width: 1024px) {
	.content-servizio{
		padding: 0 2%;
	}
}
.content-servizio h2{
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 0;
}
.servizio.slick-slide.slick-current.slick-active.slick-center .content-servizio{
	display: block;
}
.box-servizio.slick-slide .box-altro-contratto{
	display: none!important;
}
.box-servizio.slick-current.slick-active .box-altro-contratto{
	display: initial!important;;
}
.slick-prev, .slick-next{
	background-color: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 99999;
}
.slick-prev{
	left: -45px;
}
.slick-next{
	right: -55px;
	transform: translate(50%, -50%);
}
.services.container-services .box-altro-contratto{
	width: auto;
	flex-basis: calc(100% / 4);
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 200px;
	padding: 0 20px;
	background-color: transparent;
	margin: inherit;
	margin: 20px 0;
}
@media screen and (max-width: 1440px){
	.services.container-services .box-altro-contratto{
		flex-basis: calc(100% / 3);
	}
}
@media screen and (max-width: 1024px){
	.services.container-services .box-altro-contratto{
		flex-basis: calc(100% / 2);
	}
	.slick-prev.slick-arrow svg, .slick-next.slick-arrow svg{
		transform: scale(.7);
	}
}
@media screen and (max-width: 768px){
	.services.container-services .box-altro-contratto{
		flex-basis: calc(100% / 1);
	}
	.slick-prev.slick-arrow svg, .slick-next.slick-arrow svg{
		transform: scale(.4);
	}
	.slick-next.slick-arrow{
		right: -23px;
	}
}
.services.container-services .box-altro-contratto .icon-servizio{
	background-color: white;
	width: 100%;
	height: 160px;
	border-radius: 15px 15px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-servizio{
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.services.container-services .box-altro-contratto .nome-contratto{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #e89613;
	width: 100%;
	border-radius: 0 0 15px 15px;

}
.services.container-services .box-altro-contratto .icon-servizio img{
	width: 120px;
}

/*****  SERVIZIO  *****/
.container-servizio{
	width: 100%;
	padding: 40px 5%;
	box-sizing: border-box;
}
.container-servizio section.servizio-top{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.container-servizio section.servizio-top .intro-servizio{
	width: 70%;
	padding-top: 10px;
}
.container-servizio section.servizio-top .intro-servizio h3{
	font-size: 20px;
	font-weight: 500;
}
.container-servizio section.servizio-top .btn-come-funziona{
	position: absolute;
	right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 2px solid #e89613;
	border-radius: 15px;
	box-sizing: border-box;
	width: 350px;
	z-index: 2;
	background-color: white;
}
.container-servizio section.servizio-top .btn-come-funziona .come-funziona{
	cursor: pointer;
	padding: 10px 50px;
	text-align: center;
}
.container-servizio section.servizio-top .btn-come-funziona .come-funziona h2{
	font-style: normal;
	text-transform: uppercase;
	color: #e89613;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 24px;
}
.container-servizio section.servizio-top .btn-come-funziona .dropdown-come-funziona{
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}
.hide-dropdown{
	display: none !important;
}
.dropdown-come-funziona .step1, .dropdown-come-funziona .step2, .dropdown-come-funziona .step3, .dropdown-come-funziona .step4{
    display: flex;
	padding: 10px 20px;
	align-items: center;
}
.dropdown-come-funziona .icon-come-funziona{
	width: 20%;
}
.dropdown-come-funziona .text-come-funziona{
	width: 80%;
	padding-left: 20px;
}
.dropdown-come-funziona .icon-come-funziona img{
	width: 100%;
}
.dropdown-come-funziona .text-come-funziona p{
	font-size: 22px;
	margin-top: 0;
	line-height: 20px;
}
.dropdown-come-funziona .text-come-funziona span{
	color: #e89613;
	cursor: pointer;
}
.container-servizio section.servizio-center{
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
section.servizio-center .box-contratto{
	width: 10%;
}
section.servizio-center .box-contratto img{
	width: 100%;
}
.container-servizio section.servizio-bottom{
	padding-top: 60px;
	box-sizing: border-box;
}
.container-servizio section.servizio-bottom h2{
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
}
.container-services {
	width: 100%;
	background-color: #DADADA;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
}
.container-services .box-altro-contratto{
	width: 300px;
	box-sizing: border-box;
	background-color: #e89613;
	padding: 10px 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.container-services .box-altro-contratto .nome-contratto p{
	margin-top: 0;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
@media screen and (max-width: 1440px){
	.container-servizio section.servizio-top .intro-servizio h3{
		font-size: 16px;
	}
	.container-servizio section.servizio-top .btn-come-funziona{
		width: 250px;
	}
	.container-servizio section.servizio-top .btn-come-funziona .come-funziona h2{
		font-size: 18px;
	}
	.container-servizio section.servizio-top .btn-come-funziona .come-funziona{
		padding: 10px 38px;
	}
	.dropdown-come-funziona .text-come-funziona p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.container-servizio section.servizio-top .btn-come-funziona{
		width: 100%;
		right: 0;
	}
	.dropdown-come-funziona .icon-come-funziona{
		width: 40px;
	}
	.container-servizio section.servizio-top .intro-servizio{
		padding-top: 60px;
		width: 100%;
	}
  section.servizio-center .box-contratto{
		width: 150px;
	}
}

/* Modulo professionisti */
.container-about {
	padding: 30px;
}
.main-top-about {
	text-align: center;
}
.main-top-about h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
}
.main-top-about span {
	color: #e89613;
}
.container-team-about {
	display: flex;
  justify-content: left;
}
.box-user-team {
	width: 35%;
}
.box-user-team .top-box-user-team, .box-user-team .bottom-box-user-team{
  width: 100%;
}
.box-user-team .top-box-user-team{
	padding: 20px;
  box-sizing: border-box;
}
.box-user-team .top-box-user-team img{
	width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.box-user-team .bottom-box-user-team{
	text-align: center;
}
.box-user-team .bottom-box-user-team h2{
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
.box-user-team .bottom-box-user-team span{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: #e89613;
}
.box-user-team .bottom-box-user-team p{
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
}
.box-user-team .bottom-box-user-team .link-social{
	display: flex;
	justify-content: center;
}
.box-user-team .bottom-box-user-team .link-social svg {
	width: 60px;
	height: 100px;
}
.box-user-team .bottom-box-user-team .link-social > a:hover svg {
	cursor: pointer;
	fill: #e89613;
}
.box-user-team .bottom-box-user-team .link-social svg use {
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .main-top-about h2 {
  	font-size: 40px;
  }
  .box-user-team .bottom-box-user-team h2 {
  	font-size: 20px;
  }
  .box-user-team .bottom-box-user-team span {
  	font-size: 14px;
  }
  .box-user-team .bottom-box-user-team p {
  	font-size: 18px;
  }
  .box-user-team .bottom-box-user-team .link-social svg {
  	width: 40px;
  	height: 80px;
  }
}
@media screen and (max-width: 1024px) {
	.container-about{
		padding-top: 60px;
		box-sizing: border-box;
	}
	.main-top-about h2{
		font-size: 30px;
	}
	.box-user-team .bottom-box-user-team h2{
		font-size: 16px;
	}
	.box-user-team .bottom-box-user-team span{
		font-size: 12px;
	}
	.box-user-team .bottom-box-user-team p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.box-user-team .bottom-box-user-team .link-social svg{
		width: 30px;
		height: 60px;
	}
}
@media screen and (max-width: 768px) {
	#mainbanner #wrapper .ribbon{
		width: 100px;
 		top: 23px;
		left: -8px;
	}
	#mainbanner #wrapper .ribbon h2{
		font-size: 20px;
		transform: translate(-70%, -100%) rotate(-45deg);
	}
	.container-team-about{
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	.container-about{
		padding-top: 60px;
		box-sizing: border-box;
	}
	.main-top-about h2{
		font-size: 30px;
	}
	.box-user-team {
    width: 100%;
	}
	.box-user-team .bottom-box-user-team h2{
		font-size: 16px;
	}
	.box-user-team .bottom-box-user-team span{
		font-size: 12px;
	}
	.box-user-team .bottom-box-user-team p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.box-user-team .bottom-box-user-team .link-social svg{
		width: 30px;
		height: 60px;
	}
}

/* Modulo crediti utente */
.box-crediti-utente .informazioni-utente,.box-crediti-utente .saldo{
  height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.box-crediti-utente .informazioni-utente h2, .box-crediti-utente .informazioni-utente p{
	color: white;
	font-style: normal;
	margin-bottom: 0;
}
.box-crediti-utente .informazioni-utente h2{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.box-crediti-utente .informazioni-utente p{
	font-size: 40px;
	margin-top: 10px;
}
.box-crediti-utente .saldo{
	flex-direction: row;
	justify-content: start;
	align-items: center;
}
.box-crediti-utente .saldo button{
  width: 120px;
	height: 60px;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #e89613;
	border: none;
	color: white;
	border-radius: 15px;
}
.box-crediti-utente .saldo .totale-credito{
	margin-left: 3%;
}
.box-crediti-utente .saldo .totale-voucher{
	margin:0 10% 0 auto;
}
.box-crediti-utente .saldo .totale-credito h5, .box-crediti-utente .saldo .totale-voucher h5{
	color: white;
	font-size: 18px;
	font-weight: 400;
}
.box-crediti-utente .saldo .totale-credito p, .box-crediti-utente .saldo .totale-voucher p{
	color: white;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
.ricarica-credito .container-main{
  margin: 5%;
	display: flex;
	flex-wrap: wrap;
}
.ricarica-credito .container-main .box-ricariche, .ricarica-credito .container-main .box-servizi{
	width: 50%;
	margin-bottom: 20px;
}
.ricarica-credito .container-main h3{
	font-size: 25px;
	padding-bottom: 20px;
}
.ricarica-credito .container-main .box-ricariche .lista-ricariche{
  padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.ricarica-credito .container-main .box-ricariche .lista-ricariche .singola-ricarica{
  width: 45%;
	height: 70px;
	background-color: #e89613;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.box-ricariche .lista-ricariche .singola-ricarica p, .box-servizi .lista-servizi .servizio p{
	margin-top: 0;
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
}
.ricarica-credito .container-main .box-servizi .lista-servizi{
  padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.ricarica-credito .container-main .box-servizi .lista-servizi .servizio{
    width: 95%;
	height: 70px;
	background-color: #a4a4a4;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.box-servizi .lista-servizi .servizio p {
  text-transform: none;
}
.box-cronologia-ricariche {
  width: 100%;
	margin-top: 30px;
}
.box-cronologia-ricariche .lista-ricarica {
  display: flex;
	flex-direction: column;
	gap: 20px;
}
.box-cronologia-ricariche .ricarica-singola {
  min-height: 100px;
	width: 100%;
	background-color: #e2e2e2;
	border-radius: 15px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	padding: 15px 1%;
}
.box-cronologia-ricariche .ricarica-singola .info-ricarica{
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ricarica-singola .info-ricarica svg {
	display: block;
	width: 50px;
	height: 50px;
}
.ricarica-singola .info-ricarica .dati-ricarica{
	margin-left: 20px;
}
.ricarica-singola .info-ricarica .dati-ricarica p{
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}
.ricarica-singola .info-ricarica .dati-ricarica .data-ricarica{
	font-weight: 500;
}
.ricarica-singola .info-ricarica .dati-ricarica .tipologia-ricarica{
	font-weight: 500;
}
.ricarica-singola .info-ricarica .dati-ricarica br{
	display: none;
}
.ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.ricarica-singola .eventi-ricarica{
	display: flex;
	align-items: center;
  gap: 30px;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita{
	display: flex;
	align-items: center;
	gap: 30px;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita .btn-cronologia-fallita {
	display: flex;
	align-items: center;
	gap: 10px;
}
.ricarica-singola .eventi-ricarica .hidden{
	display: none;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita br{
    display: none;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita p{
  margin-top: 0;
	font-size: 16px;
	font-weight: 400;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
	background-color: #e89613;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 15px;
}
.ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
	background-color: #a4a4a4;
}
.ricarica-singola .eventi-ricarica .ricarica-fallita .btn-cronologia-fallita button {
	cursor: pointer;
}
.ricarica-singola .eventi-ricarica .download-ricarica {
  margin: 0 40px 0 auto;
	width: 50px;
}
.ricarica-singola .eventi-ricarica .download-ricarica svg {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.ricarica-singola .eventi-ricarica .download-ricarica:hover svg {
	fill: #e89613;
}
@media screen and (max-width: 1700px){
  .ricarica-singola .info-ricarica .dati-ricarica p{
  	font-size: 16px;
  	line-height: 25px;
  }
  .ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
  	font-size: 20px;
  }
  .ricarica-singola .eventi-ricarica{
      gap: 20px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita{
  	gap: 15px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita p{
  	font-size: 16px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
  	font-size: 18px;
  	padding: 10px 20px;
  }
}
@media screen and (max-width: 1440px){
  .box-crediti-utente .informazioni-utente h2{
  	font-size: 35px;
  }
  .box-crediti-utente .informazioni-utente p{
  	font-size: 25px;
  }
  .box-crediti-utente .saldo button{
		width: 90px;
		height: 50px;
		font-size: 14px;
  }
  .box-crediti-utente .saldo .totale-credito h5, .box-crediti-utente .saldo .totale-voucher h5{
  	font-size: 12px;
  }
  .box-crediti-utente .saldo .totale-credito p, .box-crediti-utente .saldo .totale-voucher p{
  	font-size: 22px;
  }
  .ricarica-credito .jumbotron .container .box-menu-crediti{
  	height: 40px;
  }
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li a{
		font-size: 16px;
	}
	.ricarica-credito .container-main h3{
		font-size: 20px;
	}
	.ricarica-credito .container-main .box-ricariche .lista-ricariche, .ricarica-credito .container-main .box-servizi .lista-servizi{
		gap: 25px;
	}
	.ricarica-credito .container-main .box-ricariche .lista-ricariche .singola-ricarica{
		height: 60px;
	}
	.ricarica-credito .container-main .box-servizi .lista-servizi .servizio{
		height: 60px;
	}
	.box-ricariche .lista-ricariche .singola-ricarica p, .box-servizi .lista-servizi .servizio p{
		font-size: 25px;
	}
	.ricarica-singola .info-ricarica .dati-ricarica p{
		font-size: 14px;
	}
  .ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
  	font-size: 18px;
  }
  .ricarica-singola .eventi-ricarica{
    gap: 15px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita{
  	gap: 10px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita p{
  	font-size: 12px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
  	font-size: 14px;
  	padding: 10px 20px;
  }
  .ricarica-singola .eventi-ricarica .download-ricarica{
		margin: 0 20px 0 auto;
  	width: 40px;
  }
}
@media screen and (max-width: 1160px){
  .ricarica-singola .info-ricarica .dati-ricarica p{
		line-height: normal;
  	font-size: 10px;
  }
  .ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
  	font-size: 16px;
  }
  .ricarica-singola .eventi-ricarica{
    gap: 10px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita{
  	gap: 5px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita p{
  	font-size: 10px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
  	font-size: 14px;
  	padding: 7px 15px;
  }
}
@media screen and (max-width: 1024px){
	.ricarica-credito .jumbotron .container{
		height: 250px;
	}
	.ricarica-credito .container-main{
		margin-top: 10%;
	}
	.ricarica-credito .container-main .box-ricariche, .ricarica-credito .container-main .box-servizi{
		width: 100%;
	}
	.ricarica-credito .container-main .box-ricariche .lista-ricariche, .ricarica-credito .container-main .box-servizi .lista-servizi{
		justify-content: center;
		padding-left: 0;
	}
  .box-crediti-utente .informazioni-utente h2{
  	font-size: 30px;
  }
  .box-crediti-utente .informazioni-utente p{
  	font-size: 20px;
  }
  .box-crediti-utente .saldo button{
    width: 80px;
  	height: 45px;
  	font-size: 12px;
  }
  .box-crediti-utente .saldo .totale-credito h5, .box-crediti-utente .saldo .totale-voucher h5{
  	font-size: 10px;
  }
  .box-crediti-utente .saldo .totale-credito p, .box-crediti-utente .saldo .totale-voucher p{
  	font-size: 18px;
		margin-top: 5px;
  }
  .ricarica-credito .jumbotron .container .box-menu-crediti{
  	height: 35px;
  }
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li a{
		font-size: 14px;
	}
	.ricarica-credito .container-main h3{
		font-size: 16px;
	}
	.ricarica-credito .container-main .box-ricariche .lista-ricariche, .ricarica-credito .container-main .box-servizi .lista-servizi{
		gap: 20px;
	}
	.ricarica-credito .container-main .box-ricariche .lista-ricariche .singola-ricarica{
		height: 50px;
	}
	.ricarica-credito .container-main .box-servizi .lista-servizi .servizio{
		height: 50px;
	}
	.box-ricariche .lista-ricariche .singola-ricarica p, .box-servizi .lista-servizi .servizio p{
		font-size: 20px;
	}
  .ricarica-singola .info-ricarica .dati-ricarica p{
  	font-size: 16px;
  }
  .ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
  	font-size: 18px;
  }
	.ricarica-singola .eventi-ricarica .ricarica-fallita {
		flex-direction: column;
		gap: 10px;
		align-items: initial;
	}
  .ricarica-singola .eventi-ricarica .ricarica-fallita p{
  	font-size: 14px;
  }
  .ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
  	font-size: 13px;
		padding: 7px 10px;
  }
}
@media screen and (max-width: 850px){
	.ricarica-singola .eventi-ricarica .ricarica-fallita br{
		display: block;
	}
	.ricarica-singola .eventi-ricarica .ricarica-fallita p{
		line-height: 12px;
	}
}
@media screen and (max-width: 768px){
  .box-crediti-utente .informazioni-utente h2{
  	font-size: 30px;
  }
  .box-crediti-utente .informazioni-utente p{
  	font-size: 26px;
		margin: 10px 0;
  }
  .box-crediti-utente .saldo{
    flex-direction: column;
		gap: 20px;
		padding-top: 20px;
  }
  .box-crediti-utente .saldo button{
    width: 100px;
  	height: 50px;
  	font-size: 14px;
  }
	.box-crediti-utente .saldo .totale-credito, .box-crediti-utente .saldo .totale-voucher{
		margin: 0;
	}
  .box-crediti-utente .saldo .totale-credito h5, .box-crediti-utente .saldo .totale-voucher h5{
  	font-size: 14px;
		padding-bottom: 20px;
  }
  .box-crediti-utente .saldo .totale-credito p, .box-crediti-utente .saldo .totale-voucher p{
  	font-size: 28px;
  }
	.ricarica-credito .jumbotron .container .box-menu-crediti{
		height: auto;
	}
	.ricarica-credito .jumbotron .container .box-menu-crediti ul {
		flex-direction: column;
	}
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li:first-of-type{
		padding-top: 15px;
	}
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li:last-of-type{
		border: none;
		padding-bottom: 0;
	}
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li{
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: 1px solid lightgray;
		width: 100%;
	}
	.ricarica-credito .jumbotron .container .box-menu-crediti ul li a{
		font-size: 18px;
	}
	.box-cronologia-ricariche .ricarica-singola{
		flex-direction: column;
		gap: 20px;
	}
	.box-cronologia-ricariche .ricarica-singola .info-ricarica{
		width: 100%;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.ricarica-singola .info-ricarica .dati-ricarica{
		margin-left: 5px;
		text-align: center;
	}
	.ricarica-singola .eventi-ricarica .download-ricarica{
		margin: 20px auto 0 auto;
	}
  .ricarica-singola .info-ricarica .dati-ricarica p{
  	font-size: 18px;
  }
  .ricarica-singola .info-ricarica .dati-ricarica .importo-ricarica{
  	font-size: 20px;
  }
	.ricarica-singola .eventi-ricarica{
		text-align: center;
		flex-direction: column;
		width: 100%;
	}
  .ricarica-singola .eventi-ricarica .ricarica-fallita p{
  	font-size: 18px;
		line-height: 20px;
  }
	.ricarica-singola .eventi-ricarica .ricarica-fallita .btn-cronologia-fallita {
		width: 100%;
		justify-content: center;
		gap: 5px;
	}
  .ricarica-singola .eventi-ricarica .ricarica-fallita button, .ricarica-singola .eventi-ricarica .ricarica-avvenuta button{
  	font-size: 12px;
  }
}
@media screen and (max-width: 425px){
	.box-crediti-utente .informazioni-utente h2{
		font-size: 22px;
	}
	.box-crediti-utente .informazioni-utente p{
		font-size: 18px;
		margin: 0;
	}
	.box-crediti-utente .saldo{
		padding-top: 15px;
	}
	.box-crediti-utente .saldo button{
		width: 80px;
		height: 40px;
		font-size: 12px;
	}
	.box-crediti-utente .saldo .totale-credito h5, .box-crediti-utente .saldo .totale-voucher h5{
		font-size: 12px;
		padding-bottom: 10px;
	}
	.box-crediti-utente .saldo .totale-credito p, .box-crediti-utente .saldo .totale-voucher p{
		font-size:22px;
		margin-top: 0;
	}
	.ricarica-singola .eventi-ricarica .ricarica-fallita p{
		font-size: 12px;
		line-height: 16px;
	}
}

/* Profile page */
@media screen and (max-width: 1600px) {
	#mainbanner .container-dati-utente .info .field input, #mainbanner .container-dati-utente .input_container .field input{
		width: 350px;
	}
	#mainbanner .container-dati-utente .info .field select,#mainbanner .container-dati-utente .input_container .field select{
		width: 370px;
	}
}
@media screen and (max-width: 1400px) {
	#mainbanner .container-dati-utente .info .field input, #mainbanner .container-dati-utente .input_container .field input{
		width: 300px;
	}
	#mainbanner .container-dati-utente .info .field select,#mainbanner .container-dati-utente .input_container .field select{
		width: 320px;
	}
}
@media screen and (max-width: 1300px) {
	#mainbanner .container-dati-utente .info .field input, #mainbanner .container-dati-utente .input_container .field input{
		width: 595px;
	}
}
@media screen and (max-width: 960px) {
	#mainbanner .container-dati-utente .section{
		padding: 0;
	}
	#mainbanner .container-dati-utente .info .field input, #mainbanner .container-dati-utente .input_container .field input{
		width: 100%;
		margin: auto;
	}
	#mainbanner .container-dati-utente .info{
		padding: 0;
	}
	#mainbanner .container-dati-utente .section > .info h4{
		margin-top: 30px;
	}
}

/**** NUOVE INIZIO ***/


/* SERVIZIO SU MISURA */
@media screen and (max-width: 1440px) {
	.info.servizio-su-misura.right .field input{
        width: 400px;
	}
}
@media screen and (max-width: 1300px) {
	.info.servizio-su-misura.right .field input{
        width: 80%;
	}
	.info.servizio-su-misura.left .field select{
        width: 100%!important;
	}
	.section .info.servizio-su-misura.right, .section .info.servizio-su-misura.left{
		padding: 0;
	}
}
@media screen and (max-width: 1024px) {
	.info.servizio-su-misura.left{
		width: 100%!important;
		padding: 0!important;
	}
}
@media screen and (max-width: 960px) {
	.info.servizio-su-misura.right .field input{
		width: 100%;
	}
}

/* services */
#mainbanner .servicesBlock > .wrapper {
	min-width:auto;
	max-width: 100%;
	width: 100%;
}
#mainbanner .relatedServices {
	width: 100%;
  background-color: #DADADA;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
	margin-top: 30px;
}
#mainbanner .relatedServices > .title {
	display: block;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
#mainbanner .relatedServices ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#mainbanner .relatedServices ul > li {
	border: 0px !important;
	width: calc(33% - 10px);
}
@media screen and (max-width: 1300px){
	#mainbanner .servicesBlock {
		padding-top: 50px;
	}
	#mainbanner select#service{
		width: auto!important;
	}
	#mainbanner .relatedServices ul > li {
		width: calc(50% - 10px);
	}
	#page #service_selection .modules .module {
		width: calc((100% - 80px)/2);
		margin: 10px;
	}
}
@media screen and (max-width: 775px){
	#mainbanner .servicesBlock {
    flex-direction: column;
		align-items: center;
	}
	#mainbanner .servicesBlock .flexbox-row {
		display: block;
	}
	#mainbanner .servicesBlock #content > div:nth-of-type(2) {
    padding: 10px 25px 25px;
    margin-left: 0px;
    width: calc(100% - 50px);
	}
	#mainbanner .servicesBlock #content > div:nth-of-type(2) .flexbox-row {
		display: flex;
	}
	#mainbanner .relatedServices ul > li {
		width: 100%;
	}
	#page #service_selection .modules .module {
		width: 100%;
	}
	#mainbanner .relatedServices {
		width: 100%;
		font-size: 20px;
	}
	#mainbanner .relatedServices a {
		font-size: 22px;
	}
	#mainbanner .servicesBlock > .wrapper {
		width: 100%;
		max-width: 100%;
	}
	#mainbanner .banners.subpage .overlay .wrapper h1 {
		font-size: 40px!important;
	}
	#mainbanner .banners .buy_wrapper {
		right: auto;
		left: 50%;
		transform: translate(-50%);
		text-align: center;
		display: block;
	}
	#mainbanner .banners .buy_wrapper > div {
		margin: 0 auto;
	}
	#mainbanner .banners .buy_wrapper > select{
		margin-right: 0;
	}
	#mainbanner .banners .buy_wrapper > a{
		margin-top: 15px;
		width:-webkit-fill-available;
	}
}
@media screen and (max-width: 575px) {
	#mainbanner .banners.subpage .overlay .wrapper h1 {
    font-size: 35px!important;
	}
	#mainbanner .relatedServices a {
		font-size: 16px;
	}
	#mainbanner select#service {
		width: 350px!important;
	}
}
@media screen and (max-width: 425px) {
	#mainbanner .banners .overlay > .wrapper {
		top: 40%;
	}
	#mainbanner .relatedServices a {
		font-size: 12px;
	}
	#mainbanner .banners.subpage .overlay .wrapper h1 {
        font-size: 30px!important;
	}
	#mainbanner select#service {
		width: 300px!important;
		padding: 0 10px!important;
		font-size: 18px;
	}
	#mainbanner .banners.subpage .overlay > .wrapper p {
  	line-height: 30px!important;
	}
}
@media screen and (max-width: 350px) {
	#mainbanner select#service{
		width: 260px!important;
	}
}

/**** I nostri partner ****/
@media screen and (max-width: 1300px) {
	#mainbanner .page.i-nostri-partner .section > .text.alfter, #mainbanner .page.i-nostri-partner .section > .image{
		opacity:unset;
	}
}

/**** Privacy Swiss ****/

#page.privacy-swiss #mainbanner .servicesBlock{
    display: block;
}

#page.privacy-swiss #mainbanner .servicesBlock > .wrapper{
	width: 100%;
	min-width: auto;
	margin: 1% 0;
}

#page.privacy-swiss #mainbanner .banners .buy_wrapper{
	z-index: 9;
}

#page.privacy-swiss #service_selection .modules .module{
	flex-basis: calc((100% / 4) - 2%);
}

@media screen and (max-width: 1300px) {
	#page.privacy-swiss #service_selection .modules .module{
		flex-basis: calc((100% / 3) - 5%);
		margin-top: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#page.privacy-swiss #service_selection .modules .module{
		flex-basis: calc((100% / 2) - 5%);
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#page.privacy-swiss #service_selection .modules .module{
		flex-basis: calc(100% / 1);
		margin-top: 20px;
	}

	#page.privacy-swiss #mainbanner .banners .buy_wrapper #servicePrice{
		width: 320px;
		margin: 0%;
	}

	#page.privacy-swiss #mainbanner .banners .buy_wrapper .btn_open{
		width: 320px;
	}

	#page.privacy-swiss #mainbanner .banners.subpage .overlay > .wrapper h1{
		font-size: 40px!important;
	}
}

@media screen and (max-width: 425px){
	#page.privacy-swiss #mainbanner .banners.subpage .overlay > .wrapper{
		top: 40%;

	}
	#page.privacy-swiss #mainbanner .banners.subpage .overlay > .wrapper h1{
		font-size: 30px!important;
	}
}

@media screen and (max-width: 500px) {
	#page.privacy-swiss #mainbanner .banners .buy_wrapper #servicePrice{
		width: 250px;
	}

	#page.privacy-swiss #mainbanner .banners .buy_wrapper .btn_open{
		width: 250px;
	}
}

@media screen and (max-width: 400px) {
	#page.privacy-swiss #mainbanner .banners .buy_wrapper #servicePrice{
		width: 200px;
	}

	#page.privacy-swiss #mainbanner .banners .buy_wrapper .btn_open{
		width: 200px;
	}
}
/**** NUOVE FINE ***/

/* Menu hover */
#page #menu {
	height: 66px;
	overflow: hidden;
	-webkit-transition: height 1.5s, height 0.1s;
	-moz-transition: height 1.5s, height 0.1s;
	-o-transition: height 1.5s, height 0.1s;
	transition: height 1.5s, height 0.1s;
}
#page #menu:hover, #page #menu.open {
	background-color: #FFF;
}
#page #menu:hover .menu ul._menu li a, #page #menu.open .menu ul._menu li a {
	color: #000;
}
#page #menu:hover .logo .icon-logo-payoff, #page #menu.open .logo .icon-logo-payoff {
	color: #777;
}
#page #submenu:hover ~ #menu {
	background-color: #FFF;
}
#page #menu:hover .logo {
	filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    -webkit-filter: none;
}

/* Header */
#header .logo {
	background-image: url(../images/logo.svg);
	height: 100px;
	width: 300px;
	position: absolute;
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-origin: content-box;
}
#header .logo .icon-logo-payoff {
	color: #777;
	position: absolute;
	font-size: 44px;
	text-align: center;
	display: block;
	width: 100%;
	top: 5px;
	left: 65px;
	z-index: 9999;
}
#header #menu.home .icon-logo {
	color: #fff;
}
#header ul.languages:nth-child(1){
	position: absolute;
	right: 0px;
	top: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #999;
}
#header .nav ul.languages{
	display: none;
	gap: 20px;
	padding-top: 20px
}
#header ul.languages li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}

#header ul.languages li:last-child {
	margin-right: 0px;
}
#header ul.languages li.current a, #header ul.languages li:hover a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header ul.languages li a {
    color: #999;
    display: inline-block;
    font-weight: normal;
    padding-top: 0;
}
#header ul.menu {
	position: absolute;
	right: 0px;
	top: 80px;
}
#header ul.menu li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
}
#header div.nav ul.menu li.current a{
	color: #e89613
}
#header ul.menu li.highlight {
	background-color: #e89613;
	color: #FFF;
	padding: 10px;
	border-radius: 10px;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
#header ul.menu li.highlight:hover {
	background-position: right bottom !important;
}
#header ul.menu li.highlight a {
	color: #FFF;
	padding-right: 0px;
	border-right: none;
}
#header ul.menu li a {
	border-right: 1px solid #999;
	padding-right: 25px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
#header ul.menu li:last-child a {
	border-right: none;
}
#header ul.menu li a {
	color: #999;
	display: inline-block;
	font-weight: normal;
	padding-top: 0;
}
#header ul.menu li a {
	font-weight: normal;
}

/* Banner */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	z-index: 9999;
	width: 152px!important;
	bottom: 80px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 30px;
	height: 30px;
}
.swiper-pagination-bullet{
	background: white !important;
	opacity: .4!important;
}
.swiper-pagination-bullet-active{
	background: #e89613!important ;
	opacity: 1!important;
}
#page #banner .title {
	top: 548px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    display: none;
}
body.home #page #banner .title {
	display: block;
}
#page #banner h1 {
	font-size: 125px;
    color: #FFF;
    text-align: center;
    position: relative;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: 5px;
}
.riga {
	width: 475px;
	margin: 10px auto 0;
	height: 2px;
	background-color: #FFF;
	text-align: center;
}
#page #banner h2 {
	margin: 20px auto;
	text-align: center;
	font-size: 36px;
	letter-spacing: 3px;
	color: #FFF;
	font-weight: normal;
}
#page #intro {
	width: 100%;
	padding: 10px 0 20px;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    color: #000;
    margin: 0 auto;
    background-color: #FAFAFA;
}
#page #intro h2 {
	font-size: 55px;
	padding: 10px 0;
	margin-top: 0;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: center;
	background-color: #FAFAFA;
	margin-bottom: 0;
}
#page .page {
	margin: 0 auto;
}
#page .page.textcontent {
	text-align: left;
}
#description {
	background-color: #E5E5E5;
	width: 100%;
	margin: 0 auto;
}
#description .description {
	width: 1600px;
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
}
#page .page .gallery {
	width: 1600px;
	margin: 30px auto 0;
}
#page .page .col {
	width: 516px;
    display: inline-block;
    vertical-align: top;
	margin-right: 10px;
}
#page .page .col:last-child {
	margin-right: 0;
}
#page .page .item {
	width: 516px;
    text-align: center;
    display: block;
    margin: 0px auto 50px;
    position: relative;
}
#page .page .item .sold {
	position: absolute;
	right: 50px;
	top: 10px;
	width: 80px;
	height: 52px;
	padding-top: 28px;
	border-radius: 60px;
	background-color: #999;
	color: #000;
	text-align: center;
	font-size: 20px;
}
#page .page .item:link, #page .page .item:visited {
	color: #000;
}
#page .page .item img {
	width: 465px;
	height: auto;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
	opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
#page .page .item.noshadow img {
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
}
#page .page h3.name {
	font-size: 18px;
	margin-top: 30px;
}
#page .page h3.dimensioni {
	font-size: 18px;
	color: #999;
	margin-top: 15px;
	font-weight: normal;
}
#page .page h3.author {
	margin-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#page .page h4.price {
	font-size: 25px;
	color: #000;
	font-weight: normal;
	padding-top: 45px;
}
#items {
	width: 1600px;
	margin: 90px auto;
}
ul.filters {
	font-style: italic;
	margin-top: 40px;
	margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
}
ul.filters li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #EAEAEA;
	font-style: italic;
	padding: 0 10px;
	cursor: pointer;
}
ul.filters li:last-child {
	border-right: 0;
}
#items h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
}
#items a.type {
	width: 31%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
}
#items a.type h3 {
	margin-top: 30px;
	font-size: 24px;
}
#items a.type:last-child {
	margin-right: 0;
}
#items a.type img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.btn_vedi {
	border: 2px solid #000;
    width: 170px;
    text-align: center;
    color: #000;
    height: 45px;
    padding-top: 18px;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
    display: block;
}
.btn_vedi:hover {
	background-color: #000;
	color: #FFF;
}
#account {
	margin: 0 auto;
}
#account h1 {
	font-size: 40px;
	font-style: normal;
}
#account h2.welcome {
	font-weight: normal;
	font-size: 35px;
	margin-top: 10px;
}
h2.tit_section {
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	margin-top: 50px;
}
.section {
	padding: 30px 0 20px;
}
.section.white {
	background: #FFF;
	border-top: 0;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 30px;
    margin-bottom: 30px;
}
.section ._col {
	width: 495px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}
.section ._col:last-child {
	margin-right: 0;
}
body.profile .section ._col {
	width: 420px;
	margin: 0px 30px 20px 30px;
	display: inline-block;
	vertical-align: top;
}
body.profile .section ._col:last-child {
    margin-right: 30px;
}
.section.mt {
	margin-top: 0px;
    padding-bottom: 50px;
    border-top: none;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
}
.section.mt .shipping {
	width: 100%;
	margin: 0 auto;
}
.section.mt div.data_shipping {
	width: 31%;
	margin-right: 3%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 60px;
	margin-bottom: 50px;
}
.section.mt div.data_shipping:nth-child(3n) {
	margin-right: 0;
}
.section.mt div.data_shipping input {
	border: 2px solid #555;
	outline: 0;
	width: 100%;
	position: absolute;
	height: 60px;
	padding-left: 10px;
	margin: 10px auto;
	font-size: 15px;
	left: 0;
}
.section.mt input.secure {
	background-image: url(../images/lock.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.section.mt h2 {
	font-weight: bold;
}
.section h4 {
	text-align: left;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 60px;
}
a.scheda {
	font-size: 20px;
	cursor: pointer;
	background-color: #e89613;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 10px;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	line-height: 25px;
	font-size: 25px;
	margin-top: 10px;
	display: inline-block;
	color: #FFF;
}
a.scheda:hover {
  background-position: right bottom !important;
	color: #FFF !important;
}

/* Area Profile */
#page #mainbanner .profile {
	width: 100%;
  display: table;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  background-color: #999;
	color: #FFF;
}
#page #mainbanner .profile .photo_wrapper {
	width: 40%;
	height: 350px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
#page #mainbanner .profile .photo_wrapper .photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 90%;
	height: 90%;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#page #mainbanner .profile .info {
	display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 30px;
}
#page #mainbanner .profile .edit_profile {
	display: block;
	color: #FFF;
	font-weight: bold;
}
#page #mainbanner .profile .edit_profile:hover {
	text-decoration: underline;
}
#page #mainbanner .profile .info .username {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
  line-height: 40px;
}
#page #mainbanner .profile .info .company {
	font-size: 30px;
	margin-bottom: 10px;
  line-height: 30px;
}
#page #mainbanner .profile .info .address {
	font-size: 20px;
	margin-bottom: 10px;
  line-height: 20px;
}
#page #mainbanner .profile .info .credit_wrapper {
  margin-top: 50px;
	width: 100%;
	display: table;
}
#page #mainbanner .profile .info .credit_wrapper .title {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
#page #mainbanner .profile .info .credit_wrapper .value {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
}
#page #mainbanner .profile .info .credit_wrapper .recarge {
	background-color: #e89613;
	color: #FFF;
	padding: 10px;
	border-radius: 10px;
	margin-right: 25px;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
#page #mainbanner .profile .info .credit_wrapper .credit {
	display: table-cell;
	width: 60%;
	vertical-align: bottom;
  padding-left: 15px;
}
#page #mainbanner .profile .info .credit_wrapper .voucher {
	display: table-cell;
	width: 40%;
	vertical-align: bottom;
}
@media screen and (max-width: 1440px){
	#page #mainbanner .profile .info {
		padding: 0px;
	}
	#page #mainbanner .profile .info .credit_wrapper .voucher {
		width: 50%;
	}
	#page #mainbanner .profile .info .credit_wrapper .credit {
		width: 50%;
	}
}
@media screen and (max-width: 1024px){
	#page #mainbanner .profile{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#page #mainbanner .profile .photo_wrapper{
		width: 100%;
	}
	#page #mainbanner .profile .info{
		text-align: center;
	}
	#page #mainbanner .profile .info .credit_wrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin: 50px 0;
	}
	#page #mainbanner .profile .info .credit_wrapper .recarge{
		margin-right: 0;
		width: 150px;
	}
	#page #mainbanner .profile .info .credit_wrapper .credit{
		padding-left: 0;
	}
}
@media screen and (max-width: 768px){
	#page #mainbanner .buttons{
		display: flex!important;
		flex-direction: column;
		height: auto!important;
		align-items: center;
	}
	#page #mainbanner .buttons > a{
		width: 100% !important;
	}
	#page #mainbanner .profile .info .credit_wrapper .credit{
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	#page #mainbanner .profile .info .username{
		font-size: 32px !important;
	}
	#page #mainbanner .profile .info .company{
		font-size: 26px !important;
	}
	#page #mainbanner .profile .info .credit_wrapper .value{
		font-size: 20px !important;
	}
}


#page #mainbanner .buttons {
	width: 100%;
	height: 40px;
	line-height: 45px;
	display: table;
	background-color: #DADADA;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}
#page #mainbanner .buttons > a {
	display: table-cell;
  width: 25%;
  text-align: center;
	padding-bottom: 5px;
}
#page #mainbanner .buttons > a:hover, #page #mainbanner .buttons > a.current {
	padding-bottom: 0px;
	border-bottom: 5px #e89613 solid;
	font-weight: bold;
}
#page #mainbanner .services_wrapper {
	margin-top: 25px;
}
#page #mainbanner .services_wrapper > .item {
	border-radius: 10px;
  background-color: #DADADA;
  display: table;
  margin: 0px;
  margin-bottom: 15px;
	padding: 15px;
	width: calc(100% - 30px);
}
#page #mainbanner .services_wrapper > .item .wrapper {
  text-align: left;
	display: table;
}
#page #mainbanner .services_wrapper > .item .wrapper .btn_favorite {
	display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
#page #mainbanner .services_wrapper > .item .wrapper .btn_favorite:hover svg, #page #mainbanner .services_wrapper > .item .wrapper .btn_favorite.selected svg {
	fill: #e89613;
}
#page #mainbanner .services_wrapper > .item .wrapper .btn_favorite svg {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info .timeBuy {
	display: block;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info .title {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info .description {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 10px;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info .wrapper_input {
	width: 100%;
	padding: 10px;
	background-color: #FFF;
	border-radius: 10px;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_info .wrapper_input input {
	outline: none;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 14px;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 100%;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons svg {
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons .item_link {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons .item_link:hover svg {
	fill: #e89613;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons .item_send {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
#page #mainbanner .services_wrapper > .item .wrapper .area_buttons .item_send:hover svg {
	fill: #e89613;
}
.section._uploadarea .preview {
    display: none;
}
.section .additem, .section .addfile, .section .artwork, .section .collection {
	border: 2px solid #000;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	width: 300px;
	line-height: 300px;
	height: 300px;
	position: relative;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 30px;
}
.section .collection .element {
	position: absolute;
	display: block;
	background-color: #000;
}
.section .collection .title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.section .collection .title span {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.70);
}
.section .collection .element .background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
.section .collection .element:first-child {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 80px;
}
.section .collection .element:nth-child(2) {
	left: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.section .collection .element:nth-child(3) {
	left: 82px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.section .collection .element:nth-child(4) {
	right: 82px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.section .collection .element:nth-child(5) {
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.section > div:first-child {
	margin-left: 0px;
}
.section .addfile {
	cursor: auto;
	line-height: 20px;
}
.section .addfile .loader {
    padding-left: 10px;
    padding-right: 10px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    width: 280px;
}
.section .addfile .loader > em {
	display: block;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    margin-top: 23px;
    box-shadow: 0 0 1px rgba(255, 255, 255, .2);
    transition: all .5s;
}
.section .additem > div {
	position: absolute;
    font-size: 30px;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
.section .additem > .info {
	font-size: 20px;
    position: relative;
    line-height: 31px;
    bottom: 0px;
    display: inline-block;
}
.section .artwork {
	overflow: hidden;
	position: relative;
}
.section .artwork .background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 300px;
}
.section .noitem {
	font-size: 35px;
    text-align: center;
    width: 100%;
}
.section .info .userphoto {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	border-radius: 103px;
	border: 3px solid #000;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.section .info .userphoto #uploadPhoto {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    display: block;
    z-index: 9;
}
.section .info .userphoto #uploadPhoto:before {
	text-align: center;
	color: #000;
	line-height: 200px;
	font-size: 65px;
	width: 200px;
	display: block;
}
.section .info .userphoto .photofile {
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 20px;
	display: inline-block;
	width: 200px;
	line-height: 200px;
	height: 200px;
	position: relative;
	vertical-align: top;
	cursor: auto;
	line-height: 20px;
}
._uploadphoto .preview {
	display: none;
}
.section .info .userphoto .photofile .background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 200px;
}
.section .info .userphoto .photofile .loader {
    top: 50%;
    margin-top: -30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    width: 200px;
}
.section .info .userphoto .photofile .loader > em {
	display: block;
    height: 6px;
    background: #fff;
    border-radius: 2px;
    margin-top: 23px;
    box-shadow: 0 0 1px rgba(255, 255, 255, .2);
    transition: all 0.5s;
}
#page .page h3.navigation, #page .page h3.navigation a {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: normal;
    text-transform: uppercase;
}
/* Info Block */
.meta {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
}
.meta input.sizequote {
	width: 70px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 2px solid #000;
    height: 46px;
    margin: 0 10px;
    font-size: 20px;
    text-align: center;
}
.info {
	width: 50%;
	text-align: left;
	display: table-cell;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.section > .info:first-child {
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 0px;
}
.section > .info h4 {
	text-align: left;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.info img.art {
    width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}
.info ._50 {
	width: 355px;
	margin-right: 250px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 10px 0;
	text-align: left;
	font-size: 22px;
	margin-bottom: 30px;
	margin-left: 0;
}
.info ._50:last-child {
	margin-right: 0;
}
.info ._100 {
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: left !important;
	font-size: 22px;
	margin-bottom: 30px;
}
.info ._50 .sel {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
}
.info ._100 .sel {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
}
.info ._100 .sel.icon-false:hover {
	color: #777;
	background-color: #777;
	-moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
	-webkit-border-radius: 30px;
	width: 30px;
	right: 2px;
}
.info .field, .input_container .field {
	display: block;
	position: relative;
	text-align: right;
	font-size: 22px;
	width: 100%;
	margin-bottom: 0px;
	min-height: 62px;
	padding-top: 15px;
	margin-top: 5px;
}
#account .section .sales {
	margin-bottom: 60px;
}
.info h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	line-height: 50px;
}
.info h5 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
}
.info .field textarea {
	display: block;
	margin-top: 20px;
	border: 2px solid #999;
	border-radius: 10px;
	width: 100%;
	height: 300px;
	resize: none;
	padding: 5px;
	font-size: 22px;
	background: #f4f4f4;
}
.info .field input, .input_container .field input {
	position: absolute;
	right: 0;
	border: 2px solid #999;
	border-radius: 10px;
	outline: 0;
	font-size: 22px;
	width: 450px;
	height: 60px;
	padding-left: 15px;
	color: #000;
	top: 10px;
	background: #f4f4f4;
	-webkit-appearance: none;
}
.info .field.newline input, .input_container .field.newline input {
	position: relative;
	right: auto;
	top: 0px;
	width: calc(100% - 15px);
	margin-bottom: 0px;
}
.info .field input[readonly] {
	background: none;
}
.info .field > span, .input_container .field > span {
	position: absolute;
	right: 10px;
	line-height: 64px;
}
.info .field select, .input_container .field select {
	position: absolute;
	right: 0;
	border: 2px solid #999;
	border-radius: 10px;
	outline: 0;
	font-size: 22px;
	width: 469px;
  height: 60px;
  padding-left: 15px;
	color: #000;
	top: 10px;
	background: #f4f4f4;
}
.info .field.newline select, .input_container .field.newline select {
	position: relative;
	right: auto;
	top: 0px;
	width: 100%;
	margin-bottom: 0px;
}
.info .field select.shipping_cost {
	right: auto;
	left: 0;
	width: 330px;
	height: 62px;
	border: 0;
	padding-left: 10px !important;
}
.info .field input.noborder {
	border: 2px solid #FFF !important;
	background-color: #FFF;
	text-align: center;
	padding-left: 10px;
}
.info .field input.right {
	text-align: left !important;
	width: 287px !important;
}
.info .field input.marginright {
	margin-right: 10px;
	width: 287px !important;
}
.info .field input.record {
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	right: auto;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
}
.info .field input::-webkit-input-placeholder, .section.mt div.data_shipping input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #828282;
}
.info .field input:-moz-placeholder, .section.mt div.data_shipping input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #828282;
}
.info .field input::-moz-placeholder, .section.mt div.data_shipping input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #828282;
}
.info .field input:-ms-input-placeholder, .section.mt div.data_shipping input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #828282;
}

/* Recarge Page */
#page #mainbanner .info .recarge_wrapper {
	display: table;
	width: 100%;
}
#page #mainbanner .info .recarge_wrapper .recarge_selectize {
	background-color: #e89613;
	color: #FFF;
	padding: 10px;
	margin: 15px;
	border-radius: 10px;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	display: inline-block;
	width: calc(50% - 50px);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 25px;
}
#page #mainbanner .info .recarge_wrapper .recarge_selectize:hover, #page #mainbanner .info .recarge_wrapper .recarge_selectize.selected {
	background-position: right bottom !important;
}
#page #mainbanner .info .payment_wrapper {
	min-height: 350px;
	display: table;
	width: 100%;
	vertical-align: middle;
}
#page #mainbanner .info .payment_wrapper .payment_selectize {
	width: calc(100% - 50px);
	padding: 10px;
	margin: 0 auto;
	line-height: 40px;
	cursor: pointer;
	font-size: 25px;
	background-color: #999;
	border-radius: 10px;
	text-align: center;
	margin: 15px;
	color: #FFF;
	display: inline-block;
}
#page #mainbanner .info .payment_wrapper .payment_selectize:hover {
	background-color: #242a36;
}

/* Selezione */
#account .scheda:hover {
	color: #777;
	background-color: #000;
}
.selezione {
	margin-left: 24px;
	width: 345px;
	position: relative;
}
.selezione.filters {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-right: 80px;
	width: 250px;
}
.selezione.filters select {
	width: 250px;
}
.selezione.filters:last-child {
	margin-right: 0;
}
.terzo_filter {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.terzo_filter.pdtop {
	padding-top: 100px;
}
.terzo_filter .itm {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background: #DADADA;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.terzo_filter .itm.icon-s {
	font-size: 25px;
    height: 42px;
    padding-top: 20px;
    height: 40px;
    width: 57px;
    padding-left: 3px;
}
.terzo_filter .itm.icon-m {
	font-size: 36px;
    height: 48px;
    width: 58px;
    padding-left: 2px;
    padding-top: 12px;
}
.terzo_filter .itm.icon-l {
	font-size: 48px;
    height: 54px;
    padding-top: 6px;
    width: 57px;
    padding-left: 3px;
}
.terzo_filter .itm.icon-xl {
	font-size: 60px;
}
.terzo_filter .itm.icon-rettangolo, .terzo_filter .itm.icon-rettangolo-verticale, .terzo_filter .itm.icon-quadrato {
	height: 53px;
	padding-top: 7px;
	font-size: 50px;
}
.terzo_filter .icon-account-square {
	font-size: 80px;
	position: relative;
	float: right;
	margin-top: -80px;
}
.terzo_filter .icon-account-square .icon-close {
	position: absolute;
    top: 16px;
    left: 17px;
    font-size: 45px;
}
select {
	-webkit-appearance: none;
	border: 2px solid #000;
	height: 50px;
	font-size: 25px;
	padding-left: 15px;
	text-align: left;
	display: block;
	margin-bottom: 50px;
	width: 345px;
	background-color: #FFF;
	border-radius: 0;
	background: none;
}
body.checkout select {
	border: 2px solid #555;
	outline: 0;
	width: 100%;
	height: 64px;
	margin: 10px auto;
}
.selection {
	position: absolute;
	right: 25px;
    bottom: 10px;
    font-size: 30px;
    width: 15px;
}
.selezione.filters .selection {
	top: 10px;
}
.scheda-opera h2 {
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 30px !important;
	line-height: 40px !important;
	margin-bottom: 0 !important;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 auto;
	text-align: center;
}
.scheda-opera h1 {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 10px;
}
.scheda-opera h3 {
	font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #555;
    text-transform: uppercase;
}
.scheda-opera h3 b {
	font-weight: bold;
}
.scheda-opera div.img {
	position: relative;
	width: 768px;
	height: auto;
	margin: 0 auto;
	min-height: 250px;
}
.scheda-opera div .size {
    font-size: 18px;
    position: absolute;
    bottom: 45px;
    color: #FFF;
    text-align: center;
    width: 100%;
}
.scheda-opera img {
	width: 100%;
}
.scheda-opera div.img img.room_paint {
	position: absolute;
	height: auto;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.col > .item > .like, .col > .item > .add, .img > .like, .img > .add, .img > .btnroom, .img > .addIntoCollection, .artwork > .removeFromCollection, .collection > .removeCollection {
	position: absolute;
	right: 50px;
    top: 30px;
    border-radius: 45px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background-color: #FFF;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
}
.artwork > .removeFromCollection, .collection > .removeCollection {
	right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.col > .item > .add, .img > .add, .img > .addIntoCollection  {
	right: 135px;
}
.img > .btnroom {
	right: 220px;
}
.img > .btnroom:before {
	font-size: 40px;
}
.col > .item > .like:hover, .col > .item > .add:hover, .img > .like:hover, .img > .like.me, .img > .add:hover, .img > .btnroom:hover, .img > .addIntoCollection:hover, .artwork > .removeFromCollection:hover {
	background-color: #999;
	color: #FFF;
}
.scheda-opera .specifiche {
	width: 1500px;
	padding: 100px 50px;
	background-color: #FAFAFA;
	text-align: left;
	margin-top: 50px;
	position: relative;
	margin-bottom: 10px;
}
.scheda-opera .specifiche .dashboard {
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
	background: #FFF;
	height: 65px;
}
.scheda-opera .specifiche .dashboard a {
	display: inline-block;
	vertical-align: top;
	height: 35px;
	padding-top: 10px;
	border-right: 1px solid #555;
	width: 295px;
	text-align: center;
	cursor: pointer;
	color: #777;
}
.scheda-opera .specifiche .dashboard a:hover, .scheda-opera .specifiche .dashboard a.current {
	text-decoration: underline;
}
.scheda-opera .specifiche .dashboard a:last-child {
	border-right: none;
}
.scheda-opera .specifiche h2 {
	font-size: 24px	!important;
	font-weight: bold !important;
	margin-bottom: 5px !important;
	width: 100%;
	padding-left: 0;
	background: none;
	max-width: 100%;
	margin-left: 0;
	text-align: left;
}
.scheda-opera .specifiche h3 {
	font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
}
.scheda-opera .specifiche.prints h4 {
	font-weight: bold;
	margin-top: 20px;
}
.scheda-opera .specifiche.prints #print-feature {
	margin: 0 auto;
}
.scheda-opera .specifiche.prints .print-feature {
	width: 726px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	font-style: italic;
	margin-top: 10px;
	position: relative;
	color: #777;
}
.scheda-opera .specifiche.prints .print-feature:last-child {
	margin-right: 0;
}
.scheda-opera .specifiche.prints .print-feature .arrow {
	position: absolute;
    right: 10px;
    top: 55px;
    color: #000;
    font-size: 14px;
}
.scheda-opera .specifiche.prints .print-feature select {
	-webkit-appearence: none;
	outline: 0;
	border: 1px solid #555;
	background: none;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	color: #777;
	font-size: 16px;
}
.scheda-opera .specifiche h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #555;
}
.scheda-opera .specifiche h5 {
	margin-top: 30px;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 20px;
	position: absolute;
	top: 90px;
	right: 50px;
}
.btn {
	height: 50px;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	padding: 0px 10px;
	vertical-align: top;
	line-height: 50px;
	background-color: #e89613;
	color: #FFF;
	border-radius: 10px;
	min-width: 50%;
	border: 2px solid #e89613 !important;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
	display: inline-block;
	color: #FFF;
}
.btn:hover {
	background-position: right bottom !important;
	color: #FFF !important;
	border: 2px solid #FFF !important;
}
.btn_saveall {
	width: 595px;
}
.btn.absolute {
	bottom: 55px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
}
.btn.inline {
	display: inline-block;
	vertical-align: top;
}
.btn.nocolor {
	background: none;
	font-style: italic;
	color: #777;
	text-align: left;
	padding-left: 10px;
	font-size: 18px;
}
.btn.black {
	background-color: #000;
	color: #EAEAEA !important;
}
.btn#accedi {
	margin-top: 10px;
}
.btn.buy {
	display: block;
    width: 300px;
    padding: 20px;
    font-size: 35px;
    position: absolute;
    right: 50px;
    top: 200px;
    margin: 0px;
}
.btn.offer {
	display: block;
	width: 300px;
	padding: 0px 20px;
	font-size: 25px;
	position: absolute;
	right: 50px;
	top: 289px;
	margin: 0px;
	text-decoration: underline;
	background: none;
}
.btn#btn_printquote {
	width: 345px;
	padding: 0;
	margin-left: 0;
	display: block;
}
.btn#btn_followartist {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	padding: 0;
	position: relative;
	display: inline-block;
}
.btn#btn_followartist .segui {
	position: absolute;
    left: 30px;
    top: 14px;
    font-size: 22px;
    -webkit-transition: rotate 1s;
    -moz-transition: rotate 1s;
    -o-transition: rotate 1s;
    transition: rotate 1s;
}
.btn.me#btn_followartist .segui {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.btn.me#btn_followartist {
	background: #5d5d5d;
	color: #FFF;
}
.btn#social_profile {
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-top: 15px;
	position: relative;
	display: block;
}
.btn#social_profile > [class*="icon-"] {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 30px;
	color: #FFF;
}
.specifiche .btnmenu {
	display: inline-block;
	vertical-align: top;
	background: #000;
	color: #FFF;
	width: 308px;
    padding: 15px 0;
    text-align: center;
    font-size: 25px;
    margin-right: 52px;
    cursor: pointer;
}
.btn.border {
	border: 2px solid #EAEAEA;
	font-style: normal;
	margin-left: 0;
	width: 300px;
	text-align: center;
	padding: 30px 0;
	color: #000;
	font-weight: bold;
	height: auto;
}
body.checkout .btn:hover {
	color: #FFF !important;
	background: #000 !important;
}
.btn.whitebg {
	color: #000;
	background: #FFF;
	border: 2px solid #000;
}
.btn#upload_ic {
	margin-top: 30px;
}
.btn#createaccount {
	margin-top: 112px;
}
.scheda-opera #btn_backtoartwork {
	background-color: #EBEBEB;
	margin: 50px auto 0;
	text-align: center;
	color: #555;
	padding: 15px;
	width: 175px;
	display: block;
	cursor: pointer;
}
.scheda-opera .specifiche #favorities {
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
	width: 420px;
	color: #FFF;
	background: #000;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
}
.scheda-opera .specifiche #favorities span.number {
	font-size: 65px;
	display: block;
}
.scheda-opera .specifiche #btn_addintocollection .icon-add {
	height: 75px;
}
.scheda-opera .specifiche #btn_addintocollection .icon-add:before {
	font-size: 65px;
}
.scheda-opera .specifiche #btn_addtofavourites {
	text-align: center;
	position: relative;
}
.scheda-opera .specifiche #btn_addtofavourites .icon-heart2 {
	height: 75px;
}
.scheda-opera .specifiche #btn_inroom .icon-painting_sofa {
	height: 75px;
}
.scheda-opera .specifiche.prints #btn_inroom {
	display: none;
}
.scheda-opera .specifiche #btn_addtofavourites .icon-heart {
	font-size: 35px;
    position: absolute;
    left: 28px;
    top: 11px;
    color: #FFF;
}
.scheda-opera .specifiche #favorities, .scheda-opera .specifiche #views {
	background-color: #FFF;
    color: #000;
    width: 353px;
    padding: 10px 0;
    font-size: 20px;
}
.scheda-opera .specifiche.prints #favorities {
	margin-right: 10px;
}
.scheda-opera .specifiche .div_prints {
	display: none;
}
.scheda-opera .details {
	padding: 50px 0;
	margin: 0 auto;
	text-align: left;
}
.scheda-opera .details h3 {
	font-size: 27px;
	color: #000;
	font-weight: bold;
	margin-bottom: 60px;
}
.scheda-opera .details h4 {
	line-height: 25px;
    font-size: 20px;
	color: #333;
	font-weight: normal;
	word-break: break-all;
}

/* Modals */
.modal_bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.modal_bg:before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.modal_bg.overlay:before {
	opacity: 0.5;
}
#modal {
	transform: translate(-50%, -50%);
	position: fixed;
	background-color: #FFF;
	z-index: 99;
	left: 50%;
	top: 50%;
	border-radius: 10px;
	overflow: hidden;
}
#modal p {
	padding-left: 15px;
	padding-right: 15px;
}
#modal p.text {
	font-size: 13px;
}
#modal.login, #modal.tempassword, #modal.user-type, #modal.alert {
	width: 80%;
	max-width: 760px;
	height: 460px;
}
#modal.registrazione {
	width: 1024px;
	height: auto;
	transform: translate(-50%, -50%);
}
#modal.registrazione #btn_record {
	margin: 20px auto;
}
#modal.moreinfo {
	width: 800px;
}
#modal.moreinfo .center {
	padding: 15px;
	overflow: scroll;
}
#modal .sign {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border-right: 1px solid #DADADA;
	padding-left: 20px;
	padding-right: 20px;
	height: 280px;
	margin: 35px auto;
	text-align: center;
	box-sizing: border-box;
}
#modal .sign.large {
	width: 100%;
}
#modal .sign input {
	border: 2px solid #555;
	width: 305px;
	height: 45px;
	padding-left: 10px;
	margin: 10px auto;
	font-size: 15px;
	-webkit-appearance: none;
	border-radius: 10px;
}
#modal.login .sign input {
	width: 90%;
}
#modal .sign.large input {
	display: block;
}
#modal .sign h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
#modal .sign:last-child {
	border-right: 0px;
}
#modal .head {
	height: 100px;
	background-color: #DADADA;
	width: 100%;
	position: relative;
}
#modal .head .close {
	color: #000;
	display: block;
	font-size: 50px;
	right: 24px;
	top: 25px;
	position: absolute;
	cursor: pointer;
}
#modal .head .brand {
	padding-left: 15px;
  color: #000;
  padding-top: 10px;
  font-size: 50px;
  margin-left: 24px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  height: 100%;
  background-position: center left;
  background-size: contain;
  background-origin: content-box;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	#modal .head .close {
		right: 10px;
	}
	#modal .head .brand {
		height: 100px;
		padding-top: 20px;
	}
}
#modal .pwd_forgot {
	margin: 20px auto;
	text-align: center;
	display: block;
	font-style: italic;
	display: block;
	color: #777;
	cursor: pointer;
}
#modal .usertype {
	border-bottom: 1px solid #000;
	font-size: 35px;
	text-align: center;
	width: 100%;
	display: block;
	height: 170px;
	cursor: pointer;
	line-height: 170px;
}
#modal .usertype:last-child {
	border-bottom: 0px;
}
#modal .usertype:hover {
	text-decoration: underline;
}
#modal input[type=text], #modal input[type=password] {
	width: 305px;
	border-radius: 10px;
	-webkit-appearance: none;
	border: 2px solid #000;
	font-size: 20px;
	line-height: 30px;
	font-size: 13px;
}
#modal .btn#btn_sendoffer {
	display: block;
	width: 150px;
	margin: 25px auto;
}
#modal .overinput {
	display: inline-block;
	margin-left: -20px;
}
#modal p.checkbox {
	font-size: 16px;
	padding-left: 0px;
	padding-right: 0px;
}
#modal p.checkbox input[type=checkbox] {
	-moz-transform: scale(1.50);
	-webkit-transform: scale(1.50);
	-o-transform: scale(1.50);
	transform: scale(1.50);
	margin-right: 10px;
}

/* Modal Buy */
#modal.buyWrapper {
	transform: translate(-50%, -50%);
	width: 750px;
}
#modal.buyWrapper .wrapper {
	display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 960px) {
	#modal.buyWrapper .wrapper {
		flex-direction: column;
		align-items: center;
	}
}
#modal.buyWrapper .wrapper .row {
	display: table-cell;
	width: auto;
	vertical-align: bottom;
}
#modal.buyWrapper .wrapper .row:first-child:nth-last-child(2),
#modal.buyWrapper .wrapper .row:first-child:nth-last-child(2) ~ .row {
	width: 50%;
}
#modal.buyWrapper .wrapper .row:first-child:nth-last-child(3),
#modal.buyWrapper .wrapper .row:first-child:nth-last-child(3) ~ .row {
	width: 33%;
}
#modal.buyWrapper .wrapper .row .price, #modal.buyWrapper .wrapper .row .input {
	border-radius: 10px;
	background-color: var(--grey-color);
	line-height: 50px;
	margin: 10px;
	border: 3px solid #999;
	margin-top: 0px;
}
#modal.buyWrapper .wrapper .row .input {
	display: table;
  width: calc(100% - 20px);
}
#modal.buyWrapper .wrapper .row .input input {
	display: table-cell;
	width: 100%;
	border: none;
	line-height: 0px;
	font-size: 16px;
	-webkit-apparance: none;
	border-radius: 0px;
	background: none;
	text-align: right;
}
#modal.buyWrapper .wrapper .row .input span {
	display: table-cell;
	width: 45%;
	padding-left: 10px;
	text-align: left;
}
#modal.buyWrapper .wrapper .row .credit {
	background-color: var(--grey-color);
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 13px;
	font-weight: lighter;
}
#modal.buyWrapper .wrapper .row .label {
	font-size: 12px;
	text-align: center;
}
#modal.buyWrapper .btn {
	margin-bottom: 25px;
}

/* Carrello */
#total {
	text-align: left;
	width: 420px;
	margin: 10px;
	margin-left: auto;
	margin-bottom: 50px;
}
#total .cell_lf, #total .cell_rg {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	font-weight: bold;
}
#total .cell_lf {
    margin-right: 5%;
    width: 64%;
}
#total .cell_rg {
	font-weight: normal;
	text-align: right;
	width: 28%;
}
#total .row:last-child {
	margin-top: 50px;
}
.pay_method {
	display: inline-block;
    margin: 100px 0;
    border: 2px solid #000;
    text-align: left;
    width: 31%;
    padding: 20px 0 20px 15px;
    font-size: 24px;
    cursor: pointer;
}
.pay_method:hover {
	color: #FFF;
	background: #000;
}
#btn_carrello {
	height: 150px;
}
#btn_carrello .btn {
	font-size: 20px;
}
.btn#alert_ok {
	width: 160px;
	margin-top: 80px;
}
.btn.black{
	border-color: black !important;
}
.country_ship {
	width: 450px;
	margin-top: 50px;
	text-align: left;
	padding-top: 15px;
	position: relative;
	font-weight: bold;
	height: 30px;
	font-size: 22px;
}
.country_ship select {
	-webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	border: 0;
	outline: 0;
}
.country_ship .icon-arrow-down {
	position: absolute;
	right: 0;
	bottom: 0px;
	font-size: 40px;
}
._label {
	display: inline-block;
	float: left;
    padding-top: 15px;
	padding-bottom: 15px;
}
.plusadd {
	float: right;
	text-align: center;
	width: 38px;
	height: 40px;
	line-height: 40px !important;
	-webkit-border-radius: 36px;
	background: #000;
	color: #FFF;
	cursor: pointer;
	padding-left: 2px;
}
a.credit {
	width: 400px;
	padding-left: 20px;
	height: 46px;
	padding-top: 24px;
	margin-top: 80px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #999;
	border-radius: 10px;
	margin-right: 112px;
  font-size: 20px;
}
a.credit#uploadcredit {
	cursor: pointer;
	background-color: #e89613;
	color: #FFF;
	border-radius: 10px;
	border: 2px solid #e89613;
	background: linear-gradient(to top,#242a36 50%,#e89613 50%) no-repeat scroll right top / 100% 210% #e89613 !important;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	color: #FFF;
}
a.credit#uploadcredit:hover {
	background-position: right bottom !important;
	color: #FFF !important;
	border: 2px solid #FFF;
}
a.credit:last-child {
	margin-right: 0;
}

/* Footer */
#footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}
#footer .footer {
	margin: 0 5%;
	padding-bottom: 50px;
	position: relative;
}
#footer .logo_footer {
	color: #000 !important;
	width: 100px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	height: 35px;
	background-position: center;
	background-size: cover;
	background-origin: content-box;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
#footer .logo_footer .icon-logo-payoff {
	padding-top: 3px;
	color: #777;
	font-size: 35px;
	padding-left: 45px;
}
#footer .recapiti {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 12px;
	padding-top: 10px;
	letter-spacing: 1px;
	color: #777;
}
#footer #col_footer {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #DADADA;
  padding: 30px;
  border-radius: 10px;
  display: table;
  width: calc(100% - 60px);
}
#footer .col_footer {
	border-right: 1px solid #777;
  display: table-cell;
  vertical-align: top;
  min-height: 150px;
  padding-left: 25px;
  width: 33%;
}
#footer .col_footer ul.col {
	margin-top: 15px;
	text-decoration: none;
	list-style: none;
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 35px;
	padding-right: 15px
}
#footer .col_footer ul.col li:not(last-child) {padding-bottom: 10px}
#footer .col_footer:first-child {
	width: 24% !important;
	padding-left: 0;
}
#footer .col_footer:last-child {
	border-right: 0;
}
#footer .col_footer.double {
	width: 42%;
}
#footer .col_footer h3 {
	font-size: 14px;
}
#footer #credits {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	float: right;
	text-align: center;
}
#footer #credits .icon-studio {
	display: inline-block;
	font-size: 45px;
	vertical-align: middle;
}
#footer #credits .icon-studio:hover {
	text-decoration: none;
}
#footer .div_social {
	position: relative;
	right: auto;
	top: auto;
}
#footer .div_social ul.social {
	margin-left: 0px;
	padding-top: 0px;
}
#footer .div_social h4 {
	font-size: 14px;
}
#footer a:hover {
	text-decoration: underline;
}

/* Newsletter */
#newsletter {
	width: 100%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
}
#newsletter #btn_newsletter {
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	background-color: #999;
	padding: 0px 30px;
	height: 43px;
	bottom: 0px;
	right: -10px;
	line-height: 43px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	background: linear-gradient(to top,#e89613 50%,#999 50%) no-repeat scroll right top / 100% 210% #999 !important;
}
#newsletter #btn_newsletter:hover {
	background-position: right bottom !important;
}
#newsletter h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#newsletter input {
	background-color: #FFF;
	padding-top: 3px;
	padding-left: 10px;
	color: #000;
	border: 0;
	outline: 0;
	width: 100%;
	height: 40px;
	font-size: 18px;
	margin-top: 18px;
	-webkit-appearance: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#newsletter input.invalid {
	color: #ff7d7d;
}
.col_bio {
	width: 400px;
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-bottom: 80px;
}
.col_bio h3 {
	margin-top: 15px;
	font-size: 30px;
	font-weight: normal;
}
.col_bio img.photo {
	width: 400px;
	height: 400px;
}
.follow {
	width: 194px;
    margin-right: 5px;
    background: #000;
    color: #FFF;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 24px;

}
.follow:last-child {
	margin-right: 0;
	float: right;
}
.ultime_opere {
	background: #DADADA;
	text-align: center;
	position: relative;
}
.ultime_opere .paint {
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.ultime_opere .paint:last-child {
	margin-right: 0;
}
.col_features {
	display: inline-block;
	vertical-align: top;
	width: 912px;
	margin: 0 auto;
	text-align: left;
}
.col_features #schede {
	width: 100%;
	margin: 10px auto;
}
.col_features .scheda {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-top: 20px;
}
.col_features .scheda:last-child {
	margin-right: 0;
	float: right;
}
.col_features .scheda:hover {
	background: #000;
	color: #888;
}
.col_features .ultime_opere > div {
	min-height: 450px;
}
.col_features .item {
	width: 400px !important;
	display: inline-block !important;
	vertical-align: middle;
}
.col_features img {
	width: 305px !important;
	text-align: center;
}
.col_features #myartworks .col, .col_features #collections .col, .col_features #artworks .col {
	width: 100%;
}
#artworks h1 {
	line-height: 80px;
}
#artworks h1, #artworks h2, #artworks h3 {
	text-align: left;
	margin-left: 30px;
}
#artworks h2 {
	margin-bottom: 0px;
	text-decoration: underline;
}
#artworks h3 {
	margin-bottom: 35px;
}
#collections {
    margin-top: 50px;
}
#collections h1 {
	text-align: left;
	margin-left: 30px;
	line-height: 80px;
}
#page .page #collections .item {
	margin-bottom: 0px;
}
#collections .collection {
	border: 2px solid #000;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	width: 300px;
	line-height: 300px;
	height: 300px;
	position: relative;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 30px;
}
#collections .collection .element {
	position: absolute;
	display: block;
	background-color: #000;
}
#collections .collection .title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#collections .collection .title span {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.70);
}
#collections .collection .element .background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
#collections .collection .element:first-child {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 80px;
}
#collections .collection .element:nth-child(2) {
	left: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
#collections .collection .element:nth-child(3) {
	left: 82px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
#collections .collection .element:nth-child(4) {
	right: 82px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
#collections .collection .element:nth-child(5) {
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
}
.biography {
	padding-top: 30px;
}
.art-works {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 20px;
}
#myartworks {
	margin-top: 50px;
}
#myartworks h1 {
	text-align: left;
	margin-left: 30px;
	line-height: 80px;
}
.myartwork {
	width: 100%;
	margin: 100px 0;
}
.myartwork h3 {
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	margin-left: 8px;
	margin-bottom: 15px;
}
.ultime_opere h1 {
	text-align: left;
	margin-left: 30px;
	line-height: 80px;
}
.myartwork h2 {
	font-size: 20px;
	color: #555;
}
.myartwork img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1600px) {
	#page .page {
		width: 100%;
	}
	#page .logo {
		height: 85px;
		padding-top: 20px;
		padding-bottom: 85px;
	}
	#page .logo .icon-logo-payoff {
		padding-top: 65px;
		font-size: 70px;
	}
	#page #banner .title {
		top: 350px;
	}
	#page .page .gallery {
		width: 100%;
	}
	#page .page .col {
		width: 30%;
	}
	#page .page .item {
		width: 100%;
	}
	#page .page .item img {
		width: 100%;
	}
	#footer .footer {
		width: 90%;
	}
	#items {
		width: 100%;
	}
	#header {
		width: 90%;
	}
	#mainbanner {
		width: 90%;
	}
	#filter .filter {
		width: 100%;
	}
	.selezione.filters {
		width: 17%;
		margin-right: 2%;
	}
	#page .menu ul._menu li {
		width: 16%;
		padding: 30px 0;
	}
	#page .menu ul._menu li a {
		font-size: 16px;
		padding: 0px 15px 15px;
	}
	.submenu {
		padding: 50px 2%;
		width: 96%;
	}
	.submenu .last_items {
		width: 75%;
		right: 0;
	}
	.submenu .last_items .paint {
		width: 32%;
	}
	.submenu .last_items .paint img {
		width: 100%;
		height: auto;
	}
	.submenu ul {
		width: 13%;
		margin-right: 3%;
	}
	.section.mt div.data_shipping {
		width: 30%;
	}
	.scheda-opera .specifiche {
		width: 90%;
		padding: 100px 5%;
	}
	.scheda-opera .specifiche #ambientazione, .scheda-opera .specifiche #addtofavourites, .scheda-opera .specifiche #favorities, .scheda-opera .specifiche #views {
		width: 23%;
	}
	#description .description {
		width: 100%;
	}
	body.profile .section ._col {
		width: 28%;
		margin: 0px 2% 20px 2%;
	}
	.specifiche .btnmenu {
		width: 21% !important;
	}
	.col_bio {
		width: 35%;
		margin-right: 2%;
	}
	.col_features {
		width: 60%;
	}
	.ultime_opere .paint{
		width: 45%;
		height: auto;
		margin-right: 1%;
	}
	.ultime_opere .paint img {
		width: 100%;
		height: auto;
	}
	.follow {
		width: 48%;
		margin-right: 1%;
	}
	.follow:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 1300px) {
	#mainbanner .section:nth-child(2n){flex-direction: column}
	#mainbanner .section:nth-child(2n-1){flex-direction: column-reverse}
	#mainbanner .section > .image, #mainbanner .section > .text, #mainbanner .section > .text.alfter{width: 100%}
	#modal.registrazione {
  	width: 80%;
  	/*margin-left: -40%;*/
	}
	.info {
		width: 95%;
	}
	.selezione.filters {
		width: 17%;
		margin-right: 2%;
	}
	.selezione.filters#location {
		width: 80%;
		margin: 0 auto;
	}
	.specifiche .btnmenu {
		width: 20% !important;
	}
	select {
		width: 100% !important;
	}
	select.category {
		width: 614px !important;
	}
	#page .menu ul._menu li a {
		font-size: 14px;
	}
	#header .menu_right {
		position: relative;
		float: right;
		right: 0;
		top: 15px;
	}
	#page .menu ul._menu li a {
		padding-bottom: 16px;
	}
	.scheda-opera .specifiche #addtofavourites .icon-heart {
		left: 7px;
	}
	#header {
		height: auto;
		padding: 10px 0px;
	}
	#header ul.menu {
		display: block;
		position: relative;
		top: auto;
		left: 0;
		margin: 15px auto 2%;
		text-align: center;
	}
	#header > .search {
		display: block;
		margin: 0 auto;
		position: relative;
		right: auto;
	}
	#header .menu_right {
		float: none;
		margin: 20px auto;
		text-align: center;
	}
	.info .field select {
		width: 615px !important;
	}
	#header .logo {
		width: 100%;
		height: 60px;
    position: relative;
    background-position: center top;
    background-size: contain;
    margin: 10px auto 10px;
    background-origin: border-box;
	}
	#header .logo .icon-logo-payoff {
		position: relative;
		left: 0;
	}
	#mainbanner .banners .overlay {
		width: 100%;
		display: block;
		height: inherit;
		clip-path: none;
	}
	#mainbanner .banners, #mainbanner .banners .banner, #mainbanner .banners.subpage {
	  height: 600px;
	}
	#mainbanner .banners .overlay > .wrapper {
		padding-right: 0;
		transform: translate(-50%, -50%);
	}
	#mainbanner .banners .overlay > .wrapper h1 {
		font-size: 46px
	}
	.polygons-wrapper .rect-lg-top, .polygons-wrapper .rect-lg-bottom {
		border-radius: 10px;
		width: 42vw;
		height: 40px;
		transform: none;
	}
	#mainbanner .banners .overlay > .wrapper a.banner_button {
		width: 250px;
		font-size: 16px;
	}
	.polygons-wrapper {
		display: none;
	}
	.polygons-wrapper.responsive {
		display: block;
	}
	.polygons-wrapper .rect-lg-top {
		left: -2%;
		top: 615px;
	}
	.polygons-wrapper .rect-lg-bottom {
	  left: 55.4%;
	  top: 610px;
	}
	.polygons-wrapper .rect-sm {
		transform: none;
		width: 25%;
		height: 26px;
		top: 560px;
		left: 50%;
		transform: translate(-50%);
	}
	#mainbanner .row > .item {
		width: 50%;
	}
	.info .field input.marginright, .info .field input.right {
		width: 220px !important;
	}
	.col_features .scheda {
		width: 48%;
	}
	.meta {
		width: 45%;
		margin: 2% 3% 5% 0%;
		font-size: 18px;
	}
	.meta input.sizequote {
		margin: 0 1%;
	}
}

@media screen and (max-width: 1150px) {
	#page .menu ul._menu li a {
		font-size: 12px;
		padding-bottom: 20px;
	}

	.scheda-opera .specifiche #addtofavourites {
		text-align: right;
		width: 22%;
		padding-right: 1%;
	}
}
@media screen and (max-width: 1024px) {
	body.register-data .head {
		width: 100%;
	}
	#modal.registrazione {
		/*width: 100%;
		left: 0;
		top: 0;
		padding-bottom: 160px;*/
		margin-left: 0;
		margin-top: 0;
		height: auto;
	}
	.gestcredito {
		text-align: center;
	}
	a.credit {
		width: 95%;
		margin: 10px auto;
		padding-left: 2%;
		text-align: center;
	}
	.info {
		width: 920px;
	}
	.info .field {
		padding-right: 0;
		width: 98%;
	}
	.info .field input.right, .info .field input.marginright {
		width: 210px !important;
	}
	#modal.registrazione .info .field input.right, .info .field input.marginright {
		width: 90% ;
	}
	.info ._50 {
		width: 70%;
		padding-right: 30%;
		margin-right: 0;
		display: block;
	}
	.specifiche .btnmenu {
		width: 19% !important;
	}
	.scheda-opera .specifiche h5 {
		position: relative;
		top: 0;
		right: 0;
		font-size: 28px;
		text-align: center;
		padding-bottom: 45px;
	}
	._label {
    	padding-left: 16px;
    }
    .info .field input.noborder {
	    padding-left: 15px;
    }
    .col_features .scheda {
		width: 100%;
		margin: 20px auto;
		display: block;
	}

	.col_bio {
		width: 90%;
		margin-right: 0;
		margin: 0 auto 100px;
	}
	.col_features {
		width: 90%;
		display: block;
	}
	.meta {
		width: 100%;
		display: block;
		margin: 15px 0;
		padding: 10px 0;
		text-align: center;
	}
	.meta.int {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 0;
	}
	select {
    	width: 60% !important;
		margin: 0 auto;
	}
	.scheda-opera .specifiche, .scheda-opera .specifiche h2 {
		text-align: center;
	}
	.scheda-opera .specifiche p {
		text-align: center;
	}
	.btn#btn_printquote {
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 960px) {
	.selezione.filters {
		width: 500px;
		display: block;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
	}
	.selezione.filters:last-child {
		margin-right: auto;
	}
	select, .selezione.filters select {
		width: 500px;
	}
	#page #menu ul._menu {
		height: auto;
	}
	#header div.nav ul.menu li:not(.highlight):not(.current) a{
		color: black
	}
	#page .menu ul._menu li {
		width: 100%;
		display: block;
		height: 40px;
		padding: 20px 0;
	}
	#page .menu ul._menu li a {
		padding: 0;
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 15px;
	}
	#page .menu ul._menu li a:hover {
		border-bottom: 0;
		background-color: #DCDCDC;
	}
	#header ul.languages:nth-child(1){display: none}
	.submenu {
		text-align: center;
		padding-bottom: 20px;
	}
	.submenu .last_items {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.submenu .last_items .paint {
		width: 49%;
	}
	.submenu .last_items .paint img {
		width: 100%;
		height: auto;
	}
	.submenu ul {
		width: 29%;
		margin-right: 3%;
	}
	.col_footer ul.col {
		font-size: 15px;
	}
	#header > .search {
		width: calc(100% - 55px);
		margin-top: 15px;
	}
	#newsletter {
		position: relative;
		right: auto;
		margin: 30px auto;
	}
	.logo_footer {
		margin-left: auto !important;
		margin: 0 auto !important;
	}
	table.cart td {
		font-size: 15px;
	}
	.section.mt div.data_shipping {
		width: 45%;
	}
	.section.mt div.data_shipping:nth-child(3n) {
		margin-right: 3%;
	}
	.section.mt div.data_shipping:nth-child(2n) {
		margin-right: 0;
	}
	#page #intro {
		height: auto;
	}
	.scheda-opera .specifiche {
		padding-bottom: 20px;
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}
	.scheda-opera .specifiche #ambientazione, .scheda-opera .specifiche #addtofavourites, .scheda-opera .specifiche #favorities, .scheda-opera .specifiche #views {
    display: block;
    width: 90% !important;
    margin: 15px auto;
  }
  .scheda-opera .specifiche .dashboard {
		position: absolute;
		width: 100%;
		margin: 0 auto 20px;
		height: auto;
  }
  .scheda-opera .specifiche .dashboard div {
    width:	49%;
  }
  .scheda-opera .specifiche #addtofavourites {
		text-align: center;
		width: 90%;
		padding-right: 0%;
	}
	.scheda-opera .specifiche #addtofavourites .icon-heart {
		position: relative;
		left: 0;
		top: auto;
	}
	.btn#reset {
		margin: 0 auto;
		text-align: center;
	}
	#size {
    text-align: center;
  }
  #items a.type {
    width: 45%;
  }
  .modal_bg {
    position: absolute;
  }
	#modal.login, #modal.registrazione, #modal.buyWrapper {
		position: fixed;
		min-height: auto;
		max-height: 90vh;
		overflow-y: scroll;
	}
	#modal .info {
		padding: 0px 20px;
	}
	#modal ._label {
		padding: 0px;
	}
	#modal .info .field input {
		width: 100% !important;
	}
	#modal.buyWrapper{
		width: 80%;
	}
	#modal.buyWrapper .wrapper .row{
		width: 200px!important;
	}
  #registrazione {
		height: auto;
		width: 100%;
		margin-left: 0;
		left: 0;
		position: relative;
		top: 0;
		margin-top: 0;
		padding: 0 0 40px 0;
		overflow-y: scroll;
	}
	.submenu .last_items {
		display: none;
	}
	#page #banner h1 {
  	font-size: 80px;
  }
  #page #banner {
    height: auto;
  }
  .riga {
    width: 100%;
  }
  #page #menu {
    height: auto;
  }
  body.home #page #banner .title {
    display: none;
  }
  select.searchfor {
    width: 45% !important;
  }
  .scheda-opera .specifiche #btn_inroom, .specifiche #btn_addintocollection, .scheda-opera .specifiche #btn_addtofavourites, .scheda-opera .specifiche #favorities, .scheda-opera .specifiche #views {
    width: 90% !important;
    margin: 10px auto !important;
    display: block !important;
  }
  ._label {
		display: block;
		float: none;
		text-align: left;
		padding-bottom: 15px;
		padding-left: 0px;
	}
	.info .field input.marginright, .info .field input.record {
		width: 60% !important;
    display: block;
    border: 2px solid #555;
    width: 305px;
    height: 45px;
    padding-left: 10px;
    margin: 10px auto;
    font-size: 15px;
	}
	.info .field input.noborder {
    padding-left: 0px !important;
	}
	.info .field {
		text-align: right;
		padding-right: 0;
	}
	.info {
  	width: 100%;
  	margin: 0 auto;
		padding: 0px;
  }
  .info img.art {
  	width: 100%;
  }
  .info .field input {
		position: relative;
		width: 98%;
		padding-left: 2%;
		margin: 0 auto;
	}
	select.category {
		width: 90% !important;
		margin: 0 auto;
		position: relative !important;
	}
	.info .field select.shipping_cost {
		position: relative;
		display: block;
		height: 50px;
	}
	.info .field textarea {
		width: 98%;
		padding: 1%;
		margin: 0 auto;
    margin-right: 0;
	}
	.info ._100.pad {
    width: 70% !important;
		padding-right: 28% !important;
	}
	.info .field select {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
	}
	.btn.buy {
		position: relative;
		margin: 0 auto;
		width: 90%;
		padding: 20px 0;
		right: 0;
		top: 0px;
	}
	.btn.offer {
		position: relative;
		margin: 0 auto;
		width: 90%;
		padding: 20px 0;
		right: 0;
		top: 0px;
	}
	.scheda-opera .specifiche .dashboard a {
		width: 49%;
	}
	.col > .item > .like, .col > .item > .add, .img > .like, .img > .add, .img > .btnroom {
		display: inline-block;
		position: relative;
		right: 0;
	}
	#footer .col_footer, #footer .col_footer:first-child  {
		width: 100% !important;
		display: block;
		padding: 0;
		border-right: 0;
		margin: 10px auto 0;
	}
	#footer #credits {
		width: 180px;
		margin: 15px auto 0;
	}
	#footer .recapiti {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	#footer .logo_footer {
		width: 192px;
		background-position: left;
		margin: 0 auto;
		display: block;
		visibility: hidden
	}
	#footer .div_social {
		text-align: center;
	}
	#footer #credits {
		position: relative;
		float: none;
	}
	#footer .recapiti {
		display: block;
	}
	#header ul.menu li {
		line-height: 25px;
	}
	#header ul.menu li a {
		padding-right: 20px;
	}
	.section .info .userphoto {
		margin-top: 0;
	}
	.col_features {
		width: 100%;
		margin: 0 auto;
	}
	.ultime_opere .paint {
		width: 48%;
		margin-right: 1%;
		height: auto;
	}
	.ultime_opere .paint img {
		width: 100%;
		height: auto;
	}
	#menuResponsive {
		width: 44px;
		height: 13px;
		position: absolute;
		display: block;
		margin: 10px auto 10px;
		z-index: 9999;
		cursor: pointer;
	}
	#menuResponsive .line {
		display: block;
		background: #777;
		width: 44px;
		height: 2px;
		position: absolute;
		left: 0;
		border-radius: 3px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
	}
	#menuResponsive .line.line-1 {
		top: 0;
	}
	#menuResponsive .line.line-2 {
		top: 50%;
		margin-top: 1px;
	}
	#menuResponsive .line.line-3 {
		margin-top: 1px;
		top: 100%;
	}
	#menuResponsive:hover .line-1, #menuResponsive:focus .line-1 {
		transform: translateY(-4px);
		-webkit-transform: translateY(-4px);
		-moz-transform: translateY(-4px);
	}
	#menuResponsive:hover .line-3, #menuResponsive:focus .line-3 {
		transform: translateY(4px);
		-webkit-transform: translateY(4px);
		-moz-transform: translateY(4px);
	}
	#menuResponsive.active .line-1 {
		transform: translateY(1.5px) translateX(0) rotate(45deg);
		-webkit-transform: translateY(1.5px) translateX(0) rotate(45deg);
		-moz-transform: translateY(1.5px) translateX(0) rotate(45deg);
	}
	#menuResponsive.active .line-2 {
		opacity: 0;
	}
	#menuResponsive.active .line-3 {
		transform: translateY(-12.5px) translateX(0) rotate(-45deg);
		-webkit-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
		left: 50% !important;
		width: 80% !important;
		transform: translate(-50%, -50%);
		text-align: left;
	}
	/* Menu responsive */

	.nav--top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		width: 100%
	}
	.nav {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: fixed;
		width: auto;
		bottom: 30px;
		right: 19%;
		left: 13%;
		z-index: 999;
		background-color: #fff;
		padding: 2px 12px;
		transition: 0.5s;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: 0 8px 15px rgba(0,0,0,.2);
	}
	.nav.translated{
		transform: translatey(-120px);
	}
	.nav ul.menu li a{
		color: black
	}
	#header .nav ul.languages.responsive{display: flex}
	#header ul.menu {
		display: none;
	}
	#header .menu_right {
		display: none;
	}
	#page #menu {
		display: none;
	}
	body.menu_responsive #page .page {
		padding-top: 1000px;
	}
	body.menu_responsive #header ul.menu {
		position: absolute;
    top: 50%;
    width: 100%;
    display: block;
    z-index: 999;
	}
	body.menu_responsive #header ul.menu li a {
		color: #333 !important
	}
	body.menu_responsive #header .menu_right {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 770px;
		background: #000;
		margin: 0px;
		display: block;
	}
	body.menu_responsive #header:before {
		content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c3c3c3;
    z-index: 1;
	}
	body.menu_responsive #header .logo .icon-logo-payoff {
		color: #FFF;
	}
	body.menu_responsive #page #menu ul._menu {
		border: none;
	}
	body.menu_responsive #page #banner {
		background: none;
	}
	body.menu_responsive #page #menu {
	    display: block;
		overflow: auto;
	}
	body.menu_responsive #page .menu ul._menu li {
		height: auto;
		padding: 0px;
	}
	body.menu_responsive #page .menu ul._menu li a {
		height: auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	body.menu_responsive #page .menu ul._menu {
		padding-top: 160px;
	}
	body.menu_responsive #header .search {
		padding-top: 80px;
	}
	body.menu_responsive #header .search .freccia {
		top: 80px;
	}
	body.menu_responsive #page #menu:hover {
		background: none;
	}
	body.menu_responsive #page #menu:hover .menu ul._menu li a {
		color: #FFF;
	}
	body.menu_responsive #page #menu .menu ul._menu li a:hover {
		color: #000;
		border-bottom: 10px;
		background-color: #DCDCDC;
	}
	body.menu_responsive #header .search input {
		color: #FFF;
	}
	#header ul.menu li {
		display: block;
	}
	#header ul.social li:last-child {
		margin-right: 0;
	}
	#header ul.menu li a {
		border-right: 0;
		padding-right: 0 !important;
	}
	#header ul.menu li {
		margin: 0;
	}
	#header ul.menu li a {
		font-size: 15px;
		height: auto;
		color: #FFF;
		width: 100%;
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	#header ul.menu li a:not(#header ul.menu li.highlight a):hover {
		color: #000;
	   border-bottom: 10px;
		 border-radius: 10px
	}
	body.menu_responsive ul.social {
		padding-left: 30px;
		padding-top: 90px;
	}

}
@media screen and (max-width: 768px) {
	#mainbanner .banners .overlay > .wrapper h1{
		font-size: 40px
	}
	#mainbanner .banners .overlay > .wrapper p{
		font-size: 17px;
	}
	#mainbanner .banners .overlay > .wrapper a.banner_button {
		width: 200px;
		font-size: 14px;
	}
	#mainbanner .row > .item {
  	width: 100%;
	}
	body.menu_responsive ul.social {
		padding-left: 0px;
		padding-top: 15px;
	}
	#header .logo .icon-logo-payoff {
		position: relative;
		left: 0;
		font-size: 50px;
	}
	#header .search {
		display: block;
		margin: 10px auto 0;
	}
	ul.social {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: 0;
		margin: 0 auto;
	}
	#page .page .col {
		width: 90%;
	}
	.col_footer:nth-child(2) {
		border-right: 0;
	}
	.col_footer, .col_footer:first-child {
		width: 45% !important;
		padding-left: 3%;
	}
	#header > .search {
		right: 30%;
	}
	table.cart td {
		font-size: 12px;
    	border-bottom: none;
		margin-left: 0px;
	}
	table.cart td.title, table.cart td.image {
		width: 100%;
	}
	table.cart tr {
		margin-left: 0px;
    	border-bottom: 1px solid;
	}
	table.cart td:nth-of-type(odd) {
	    background: #eee;
	}
	table, thead, tbody, th, td, tr {
	    display: block;
	}
	.section.mt div.data_shipping {
		width: 90%;
		margin-right: 0;
	}
	.section.mt div.data_shipping:nth-child(3n) {
		margin-right: 0;
	}
	.terzo_filter {
    	width: 100%;
    	margin: 15px auto;
    }
    #total {
	    margin-top: 100px;
	    float: none;
	    width: 100%;
    }
    .btn.border {
        margin: 30px auto;
    }
    #newsletter {
	    width: 100%;
	    margin: 50px auto;
    }
    .selezione.filters#location {
		width: 500px;
	}
	.btn#reset {
		text-align: right !important;
		margin: 70px auto;
	}
	#header > .search {
		right: 0;
	}
	.btn.absolute {
		position: relative;
		bottom: 0;
		right: auto;
		left: auto;
		display: block;
		margin-left: auto;
		margin: 50px auto 0;
	}
	input.readonly {
		display: none !important;
	}
	.seeall {
		margin-bottom: 30px;
		margin-top: 0;
	}
	#modal {
		max-width: 90vw !important;
		max-height: 90vh;
	}
	#modal.moreinfo .center {
		max-height: calc(90vh - 100px);
	}
	#modal.login{
		width: 80%;
		top: 50%;
		left: 50%;
	}
	#modal.alert {
		position: fixed;
	}
	#modal .sign {
		width: 100%;
		display: block;
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	#modal .sign input {
		width: 60%;
		display: block;
	}
	#page #intro h2 {
		height: auto;
	}
	.scheda-opera div.img {
		width: 90%;
		margin: 0 auto;
	}
	.scheda-opera div.img img.room_paint {
	    width: 100px;
	    margin-left: -50px;
	}
	body.profile .section ._col {
		width: 100%;
	}
	body.profile .section ._col {
	    width: 100%;
	    margin: 20px auto;
	    display: block;
    }
    .info .field select {
        width: 100% !important;
	    position: relative;
	    margin: 0 auto;
	    margin-right: 0;
    }
    .section.white {
	    width: 80%;
	    padding-left: 10%;
	    padding-right: 10%;
    }
	#modal p.checkbox {
	    margin: 25px 5% 0px;
	}
}

@media screen and (min-width: 640px) {
	#mainbanner .servicesBlock .categoryMenu ul.fullrow > li a {
		flex-direction: row;
	}
	#mainbanner .servicesBlock .categoryMenu ul.fullrow  > li .icon {
		width: 40%;
	}
	#mainbanner .servicesBlock .categoryMenu ul.fullrow  > li .text {
		width: 60%;
		display: flex;
		flex-direction: column;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		padding-right: 20px;
	}
	#mainbanner .servicesBlock .categoryMenu ul.fullrow  > li .text .title {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: 0px;
		margin-top: 10px;
		padding: 0;
		line-height: 40px;
	}
}

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

	.submenu ul {
		width: 90%;
		margin: 20px auto;
	}
	.submenu ul.close {
		height: 20px;
		overflow: hidden;
	}
	.selezione.filters, .selezione.filters#location {
		width: 90%;
	}
	select, .selezione.filters select {
		width: 100%;
	}
	#items a.type {
		width: 90%;
		margin: 0 auto;
	}
	.float_right {
		float: none;
	}
	.scheda-opera .specifiche #btn_addtofavourites, .scheda-opera .specifiche #btn_inroom {
		width: 90%;
		margin: 10px auto;
		display: block;
	}
	.btn {
		width: 150px;
	    display: block;
	    margin: 15px auto;
	    height: auto;
	    text-align: center;
	    background-color: #EEE;
	    cursor: pointer;
	    margin: 15px auto;
	    padding: 0px;
	    vertical-align: top;
	    line-height: 50px;
	}
	.plusadd {
	    float: none;
	    margin: 0 auto;
	    display: block;
    }
	#btn_carrello {
		height: auto;
	}
    .art-works {
	    position: relative;
	    top: 0;
    }
    .meta.int {
	 	width: 100%;
	 	display: block;
	 	margin: 20px auto;
	}
	select {
		font-size: 20px;
	}
}
@media screen and (max-width: 450px) {

	.country_ship {
		width: 100%;
	}
	.col_bio {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.col_bio img.photo {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.follow {
		width: 100%;
		display: block;
		margin: 10px auto;
	}
	.follow:last-child {
		margin-right: auto;
	}
	select {
		font-size: 15px;
	}
}
@media screen and (max-width: 425px){
	#mainbanner .banners .overlay > .wrapper {
		transform: translate(-50%, -50%);
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 85px!important;
		left: 50% !important;
		transform: translate(-50%, 0);
	}
}
@media screen and (max-width: 300px) {
	ul.social li {
		display: block;
	}
}

/* EasyZoom core styles */
.easyzoom {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}
.easyzoom img {
	vertical-align: bottom;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error  img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	/*overflow: hidden;*/
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
/* Floating buttons */
.floating-button *{
	position: fixed;
	z-index: 3;
	bottom: 80px;
	right: 100px;
}

/* Go top */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(153, 153, 153, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	border-radius: 10px;
	-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 {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

@-webkit-keyframes icons-zoom {
  0% {		opacity: 1;  }
  100% {	opacity: 0;	transform: scale(1.75, 1.75);  }
}

@keyframes icons-zoom {
  0% {		opacity: 1;  }
  100% {	opacity: 0;	transform: scale(1.75, 1.75);  }
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* end of css */
