body {
	font-family: 'Rubik', sans-serif;
	background: #fff;
}

.space10 {
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.mod,
.mod:active,
.mod:hover,
.mod:focus {
    top: -15px;
    left: 0;
	z-index: 1;
}

.mod.centrato,
.mod.centrato:active,
.mod.centrato:hover,
.mod.centrato:focus{
	top: 15px;
	left: 50%;
	margin-left: -39px;
}

.mod img {
	margin: 0 3px 0 0 !important;
}

/*top*/
.top {
    padding: 16px 0;
    height: 105px;
    background: #1F3D89;
    box-shadow: none;
    z-index: 1000;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.top.nav-up {
    top: -105px;
}

.activetop {
	height: 105px !important;
	padding: 0;
}

.fixedtop {
	display: block;
	clear: both;
	width: 100%;
    height: 105px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.top-menu {
	float: left;
	position: relative;
	width: 100%;
	height: 73px;
}

.top .logo {
    width: auto;
    z-index: 2;
}

.top .logo img {
    max-height: 73px;
}

.top .menu {
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	width: 100%;
	float: none;
	text-align: center;
    z-index: 1;
}

.top .menu > ul > li {
    padding: 0;
	float: none;
    display: inline-block;
}

.top .menu ul li a {
    line-height: 73px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 27.5px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}

.top .menu ul li a:hover {
    color: #FDCC09;
}

.top .menu .sub-menu {
    top: 50px;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.10);
}

.top .topright {
    margin: 0;
	width: auto;
	float: right;
	text-align: center;
	position: relative;
    z-index: 2;
}

.hamburger-menu {
    cursor: pointer;
}

.sidebar-menu .hamburger-menu {
	margin-bottom: 40px;
        padding-left: 12px;
}

.hamburger-menu .hamburger-text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
	font-weight: 500;
    line-height: 73px;
    font-weight: 500;
    margin-right: 16px;
	vertical-align: middle;
	text-transform: uppercase;
}

.sidebar-menu .hamburger-menu .hamburger-text {
    color: #1F3D89;
	line-height: 48px;
}

.menu-button {
    min-width: 48px;
    height: 48px;
	background: #FDCC09;
    border-radius: 50%;
    display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.top .topright img, .menu-button img, .menu-button svg {
    margin: 17.5px auto 0;
    line-height: 48px;
	width: 15px;
}

.menu-button svg {
	fill: #1f3d89;
}

.overlay-menu {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(18, 28, 55, 0.6);
    z-index: 999;
    right: -100%;
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.overlay-menu.open {
    right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.sidebar-menu {
	max-width: 584px;
    padding: 28px 33px 0 17px;
    position: absolute;
    height: 100%;
    background-color: #fff;
    top: 0;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    right: -100%;
}

.open .sidebar-menu {
    right: 0;
    -webkit-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}

.sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.sidebar-menu ul li {
	width: 100%;
	margin-bottom: 20px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.sidebar-menu li a, .sidebar-menu li a:hover, .sidebar-menu li a:active, .sidebar-menu li a.focus {
	color: #1F3D89;
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0 12px;
        display: table;
}

.sidebar-menu li:hover a {
	background: #FDCC09;	
}

.sidebar-menu span.email {
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	display: block;
	margin: 0 0 50px;
        padding-left: 12px;
}

.sidebar-menu span.email a {
	color: #1F3D89;
}

.sidebar-menu .numero {
	max-height: 47px;
	margin: 30px 0 20px;
        padding-left: 12px;
}

.social-side {
    padding-left: 12px;
}

.social-side a {
	margin-right: 24px;
	color: #1F3D89;
}

.social-side a:last-child {
	margin-right: 0;
}

.social-side a i {
	font-size: 20px;
}

.wa {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    background: #7AD06D;
    text-align: center;
    line-height: 44px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9;
}

.wa a, .wa a:hover, .wa a:focus, .wa a:active {
    color: #fff;
    font-size: 24px;
    line-height: 46px;
}

.qty_prod input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty_prod input[type="mail"],
.qty_prod input[type="email"],
.qty_prod input[type="password"],
.qty-cart input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.qty-cart input[type="mail"],
.qty-cart input[type="email"],
.qty-cart input[type="password"] {
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.actionvp .input-group .input-group-addon,
.qtybox .input-group-addon {
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #231f20;
	background: #fff;
	float: left;
	position: relative;
	padding: 0;
	border-radius: 0;
	margin-left: -1px;
}

.qty_prod .input-group-addon,
.qty-cart .input-group-addon {
	width: 25%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 0;
	background: #fff;
	float: left;
	position: relative;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	font-size: 24px;
	color: #000;
}

.actionvp .input-group .input-group-addon:last-child,
.qtybox .input-group-addon:last-child {
	height: 26px;
	margin-top: -1px
}

.qty_prod {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28.5%;
	background: #fff;
	border: 1px solid #231f20;
}

.qtybox {
	width: 24%;
	float: left;
	position: relative;
}

.actionvp .qtybox .input-group.input-popup {
	width: 98%;
	float: left;
	position: relative;
}

.btn-scopri,
.btn-scopri:active,
.btn-scopri:hover,
.btn-scopri:focus {
	position: absolute;
	width: 17.5%;
	height: 50px;
	left: 0;
	text-align: center;
	line-height: 50px;
	color: #231f20;
	border: 1px solid #231f20;
	background: #231f20;
	bottom: 0;
}

/*footer*/
.footer {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 186px 0 0;
	position: relative;
}

.footer:after {
	content: "";
    position: absolute;
    background: url('/themes/jewels/images/ill-foo.png') no-repeat center;
    background-size: 662px;
    width: 662px;
    height: 490px;
	right: 0;
	bottom: 0;
}

.footer p {
	margin: 0;
}

.contatti-foo p {
	color: #1F3D89;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 20px;
}

.contatti-foo p a {
	color: #1F3D89;
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
}

.contatti-foo img {
	max-height: 56px;
}

.social-foo {
	margin: 64px 0 0;
}

.social-foo img {
	max-height: 20px;
	margin-right: 24px;
}

.social-foo a:last-child img {
	margin-right: 0;
}

.feder {
	max-height: 40px;
	margin: 0 0 30px;
}

.inveo {
	max-height: 60px;
}

.footer h5 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 500;
	color: #1F3D89;
	margin: 0 0 45px;
}

.footer ul li {
    margin: 0 0 20px;
}

.footer ul li a,
.footer ul li a:active,
.footer ul li a:hover,
.footer ul li a:focus {
    font-size: 16px;
    line-height: 19px;
	color: #30B3CE;
	font-weight: 500;
}

.sottof {
	position: relative;
	width: 100%;
	padding: 0 0 24px;
}

.sottof p {
	margin: 0;
	color: #121C37 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.sottof a, .sottof a:hover, .sottof a:focus, .sottof a:active {
	margin: 0 0 0 48px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	display: inline-block;
	color: #121C37;
}

.sottof img {
	max-height: 15px;
	vertical-align: sub;
}

.bg-foo {
    display: none;
}

.breadcontinue {
	margin: 0;
}

.s-tab .tittab {
	font-size: 20px;
	color: #231f20;
}

.s-tab .content p {
	font-size: 16px;
}

.views {
	display: table;
	position: relative;
	margin: 0 auto;
}

.views a {
	float: left;
	position: relative;
	margin: 0 5px 0 5px;
}
/*QUI*/
input.quantity[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
input.quantity[type="mail"],
input.quantity[type="email"],
input.quantity[type="password"] {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.cont_faq {
	float: left;
	position: relative;
	width: 100%;
}

.box_faq {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #231f20;
	clear: both;
}

.title_faq {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin: 20px 0 20px 0;
	line-height: 20px;
	padding: 0 55px 0 0;
}

.title_faq::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 13px;
    right: 30px;
    background: url("/themes/jewels/images/arrow_catalog.png") no-repeat center center;
    top: 50%;
    margin-top: -6.5px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}

.active_faq::before {
	transform: rotate(180deg);
}

.text_faq {
	display: none;
	font-size: 13px;
	color: #231f20;
	line-height: 18px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}

.text_faq a {
	font-size: 13px;
}

.text_faq ul,
.text ul {
	padding: 0 0 0 10px;
}

.text {
	position: relative;
	width: 100%;
}

.text.mappa ul {
	list-style: none;
	padding: 0;
}

.tabbing {
	float: left;
	position: relative;
}

.col-form {
	padding: 0;
}

.col-form label {
	display: block;
}

.col-form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.col-form input[type="mail"],
.col-form input[type="email"],
.col-form input[type="password"],
.col-form select {
	width: 100%;
	border: 1px solid #231f20;
	padding: 0 10px;
}

.col-form textarea {
	width: 100%;
	border: 1px solid #231f20;
	height: 100px;
	padding: 10px;
}

#button_reload_captcha {
	float: left;
	position: relative;
	margin: 0;
	color: #231f20;
	cursor: pointer;
}

.col-captcha {
	padding: 0;
}

.col-captcha input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity),
.col-captcha input[type="mail"],
.col-captcha input[type="email"],
.col-captcha input[type="password"] {
	margin: 0 0 0 15px;
	height: 70px;
	float: left;
	position: relative;
	width: 200px;
}

.col-captcha img {
	float: left;
	position: relative;
}

.s-tab .tittab {
	font-size: 16px;
}

.privacy a {
	text-decoration: none;
}

.table-responsive {
	float: left;
	position: relative;
	width: 100%;
}

/*form*/
/*.form input[type="text"], .form input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity), .form input[type="password"], .form input[type="email"], .form input[type="tel"], .form select {
    width: 100%;
    height: 40px;
    border: 0;
    line-height: 40px;
    font-size: 16px;
    color: #757575;
    background: transparent;
    margin: 0;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    box-shadow: none;
	padding: 0 8px;
	position: relative
}*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/themes/jewels/images/arrow_select.png') no-repeat 90% center;
}

.form select {
	background: url('/themes/jewels/images/arrow_select.svg') no-repeat scroll right center / 20px auto;
}

.form label {
	color:#616161 !important;
	font-size: 16px;
	margin: 0 0 8px;
}

.form .controls {
	width: 47.5%;
	margin: 0 5% 24px 0;
	float: left;
}

.form .controls.odd {
	width: 47.5%;
	margin: 0 0 24px 0;
}

.errore:empty {
    margin-bottom: 0;
}

.h1.tal {
	margin: 0 0 32px;
}

.widget.fb .btn-default, .widget.fb .btn-default:hover, .widget.fb .btn-default:focus, .widget.fb .btn-default:active {
	background: #4267b2;
}

/*privacycert*/
h1, h2, h3, h4, h5, .titl {
	float: none;
	letter-spacing: 0;
	color: #1F3D89;
	margin: 0;
	font-weight: 700;
}

h1, .titl {
	font-size: 67px;
	line-height: 80px;
}

.titl {
    margin: 80px 0 0;
    text-transform: uppercase;
}

h2 {
	font-size: 50px;
	line-height: 60px;
}

.text h2 {
	text-align: left;
	margin: 32px 0 16px;
}

h3 {
	font-size: 38px;
	line-height: 46px;	
}

.text h3, .text h4 {
	margin: 32px 0 16px;
}

h4 {
	font-size: 28px;
	line-height: 33px;
}

h5 {
	font-size: 21px;
	line-height: 28px;
}

p, a, a:hover, a:active, a:focus, ul {
	color: #121C37;
	font-size: 20px;
	line-height: 26px;
}

.text li, .text p {
	word-break: break-word;
}

input[type="text"]:not(.newsletterinput):not(#searchfld):not(#quantity), input[type="mail"], input[type="email"], input[type="password"], select {
    height: 56px;
    line-height: 56px;
    border: 1px solid #A3AAC0;
    border-radius: 28px;
    background: #F2F3F6;
    width: 100%;
    margin: 0;
    float: none;
	padding: 0 20px;
}

.btn-giallo, .btn-giallo:hover, .btn-giallo:active, .btn-giallo:focus {
	border: 0;
	background: #FDCC09;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 30px;
	display: table;
	border-radius: 28px;
	color: #1F3D89;
	cursor: pointer;
}

.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.space-bet {	
	justify-content: space-between;
	align-items: center;
}

.space-around {
	justify-content: space-around;
	align-items: center;
}

.flex-start {
	justify-content: flex-start;
	align-items: center;
}

.align-start {
	justify-content: flex-start;
	align-items: align-start;
}

.flex-end {
	justify-content: flex-end;
	align-items: center;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

.flex-column {
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.flex-wrap {
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bg-blu {
	background: #1F3D89;
	padding: 88px 0;
}

.bg-blu p, .bg-blu h2 {
	color: #fff;
}

/*servizi*/
body.page-servizi {
    overflow: hidden !important;
	background: #F2F3F6;
}

.page-servizi .fixedtop {
	display: none;
}

.scrollmenu {
    position: fixed;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 10;
	padding-left: 32px;
}

/*.scrollmenu.scroll-mob {
	display: none;
}*/

.s-menu {
	margin-bottom: 20px;
	cursor: pointer;
	display: block;
}

.nr-piano {
	width: 39px;
	height: 39px;
	line-height: 30px;
	border: 5px solid #1F3D89;
	background: #F2F3F6;
	text-align: center;
	color: #1F3D89;
	font-size: 19px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
}

.nr-piano:after {
	content: attr(aria-label);
	color: #1F3D89;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid #1F3D89;
	border-radius: 8px;
	padding: 0 14px 0 40px;
	height: 27px;
	line-height: 23px;
    white-space: nowrap;
	position: absolute;
	left: 0;
    -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    opacity: 1;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
	z-index: -1;
	-webkit-transition-delay: 0ms;
    transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
}

.active .nr-piano, .active .nr-piano:after{
	background: #FDCC09;
}

.s-menu:hover .nr-piano:after {
	visibility: visible;
    opacity: 1;
	-webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -moz-transform: translateX(8px);
	transform: translateX(8px);
	-webkit-transition-delay: 1ms;
	-moz-transition-delay: 1ms;
	-ms-transition-delay: 1ms;
    transition-delay: 1ms;
}

.section {
    overflow: hidden !important;
    position: relative;
	background: url('/themes/jewels/images/bg-section-servizi.png') no-repeat scroll right top / 90%;
}

.testo-servizio {
	/*position: absolute;
	top: 185px;
	left: 16%;*/
	margin: 185px 0 0 16%;
	position: relative;
}

.testo-servizio h1, .finestra h1 {
	margin: 0 0 12px;
	text-align: left;
	max-width: 670px;
	width: 100%;
	word-break: keep-all;
}

.testo-servizio p {
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 32px;
	max-width: 448px;
	width: 100%;
}

.anim-servizio {
	position: absolute;
	bottom: 30px;
	right: 72px;
	width: 55%;
}

.foo {
	background: #121C37;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
}

.foo.invisible {
	display: none;	
}

.bg-section {
	position: absolute;
	top: 48px;
	right: 0;
	width: 94%;
}

.finestra {
	width: calc(100% - 104px);
	padding: 40px 140px 40px 96px;
	position: absolute;
	height: calc(100% - 105px);
	top: 105px;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	right: -100%;
	background:  #F2F3F6 url('/themes/jewels/images/bg-section-servizi.png') no-repeat scroll right top / 90%;
}

.open.finestra {
    right: 0;
    -webkit-transition: all 0.5s 0.3s;
    -o-transition: all 0.5s 0.3s;
    transition: all 0.5s 0.3s;
}

.chiudi-finestra {
	width: 100%;
	text-align: right;
	cursor: pointer;
	position: relative;
}

.chiudi-finestra .hamburger-text {
	color: #A3AAC0;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
}

.chiudi-finestra .menu-button {
    min-width: 30px;
    height: 30px;
    background:transparent;
    margin-left: 10px;
	border: 1px solid #A3AAC0;
	border-radius: 50%;
}

.chiudi-finestra .menu-button svg {
    fill: #A3AAC0;
	margin: 10px auto 0;
	line-height: 30px;
	width: 10px;
}

.finestra .bg-top-finestra, .finestra .bg-bottom-finestra {
	position: absolute;
	top: -50px;
	right: 50%;
	transform: translateX(50%);
	-ms-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	width: 94%;
	max-height: none;
	margin: 0;
}

.finestra .bg-bottom-finestra {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 75%;
}

.finestra .col50 {
	position: relative;
}

.finestra img {
    max-height: 136px;
    margin: 0 0 54px;
}

.finestra p {
    font-size: 18px;
    font-weight: 29px;
    margin: 0 0 24px;
}

.finestra .col50 p {
	max-width: 700px;
}

.finestra .col50 p:first-child {
	max-width: auto;
}

/*pagine*/
.text ul {
    padding-left: 20px;
}

.text ul li {
    list-style: none;
}

.text ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FDCC09;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: -1em;
}