@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Bold.eot');
    src: local('Orpheus Pro Bold'), local('OrpheusPro-Bold'),
        url('../fonts/OrpheusPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Bold.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Bold.woff') format('woff'),
        url('../fonts/OrpheusPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Italic.eot');
        url('../fonts/OrpheusPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Italic.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Italic.woff') format('woff'),
        url('../fonts/OrpheusPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Medium.eot');
    src: local('Orpheus Pro Medium'), local('OrpheusPro-Medium'),
        url('../fonts/OrpheusPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Medium.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Medium.woff') format('woff'),
        url('../fonts/OrpheusPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro.eot');
    src: local('Orpheus Pro'), local('OrpheusPro'),
        url('../fonts/OrpheusPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro.woff2') format('woff2'),
        url('../fonts/OrpheusPro.woff') format('woff'),
        url('../fonts/OrpheusPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Orpheus Pro', serif;
	word-spacing: 0;
	letter-spacing: 1.04;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	-webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

div{
	font-size: 0;
	line-height: 0;
}

img {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
td{
	padding: 5px 10px;
	border: solid 1px #0000001D;
}

span {
	vertical-align: baseline
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #FCF8F3
}

::-webkit-scrollbar-thumb {
	background-color: #AE8E52
}

body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: 'Orpheus Pro', serif;
	color: #626262;
	background-color: #FCF8F3;
	overflow: hidden;
}

body {
	min-width: 1024px
}

img {
	position: relative;
	display: inline-block;
}

.img{
	width: 90%;
	margin: 0 5%;
	width: calc(100% - 30px);
	margin: 0 calc(15px);
}

@media screen and (min-width:10px) {
	body {
		min-width: 10px
	}
}

a {
	letter-spacing: 1.04px;
	text-decoration: none;
	color: #F26100;
	font-family: inherit
}

a:visited {
	color: #F26100
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,span,b,i{
	position: relative;
	letter-spacing: 1.04px;
}
p{
	position: relative;
	font-family: 'Orpheus Pro', serif;
}

h1{
	font-family: 'Orpheus Pro', serif;
	letter-spacing: -.47px;
}

h2,h3,h4,h5,h6{
	font-family: 'Orpheus Pro', serif;
	letter-spacing: 1.04px;
}

span,b,i{
	position: relative;
	font-family: inherit;
}

h1,h2,h3,h4,h5,h6,p{
	padding: 0 20px;
	text-align: left;
	color: #AE8E52;
}

h1{
	font-size: 45px;
	line-height: 1.04;
	font-weight: 300;
}
h2,h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

h4,h5,h6{
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
}
p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #626262;
}
p.small {
	font-size: 12px;
	line-height: 16px;
}

span{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

b{
	font-weight: 600;
}

.riga {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%
}

.prima_riga{
	padding-top: 80px;
}

.cont {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 40px 0;
	display: block;
	max-width: 1920px
}

.cont2 {
	width: 84%
}

.imm_full {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.imm_full.top {
	background-position: top
}

.col{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}
.col1{
	width: 8.33%;
}
.col2{
	width: 16.66%;
}
.col3{
	width: 25%;
}
.col4{
	width: 33.33%;
}
.col5{
	width: 41.66%;
}
.col6{
	width: 50%;
}
.col7{
	width: 58.33%;
}
.col8{
	width: 66.66%;
}
.col9{
	width: 75%;
}
.col10{
	width: 83.33%;
}
.col11{
	width: 91.66%;
}

@media screen and (max-width: 1280px){
	.col_med{
		width: 100%;
	}
	.col1_med{
		width: 8.33%;
	}
	.col2_med{
		width: 16.66%;
	}
	.col3_med{
		width: 25%;
	}
	.col4_med{
		width: 33.33%;
	}
	.col5_med{
		width: 41.66%;
	}
	.col6_med{
		width: 50%;
	}
	.col7_med{
		width: 58.33%;
	}
	.col8_med{
		width: 66.66%;
	}
	.col9_med{
		width: 75%;
	}
	.col10_med{
		width: 83.33%;
	}
	.col11_med{
		width: 91.66%;
	}
}

.t_align_center {
	text-align: center
}

.t_align_right {
	text-align: right
}

.t_align_left {
	text-align: left
}

.t_align_justify {
	text-align: justify
}

@media screen and (max-width: 1270px){
	.cont2 {
		width: 84%
	}
}
@media screen and (max-width: 1240px){
	
	.prima_riga{
		padding-top: 70px;
	}
}

@media screen and (max-width: 1024px){
	.cont2 {
		width: 100%;
	}
	.prima_riga{
		padding-top: 70px;
	}
}
.show_small, .show_extra_small, .show_thumb, .show_large{
	display: none;
}
@media screen and (max-width: 756px){
	.col_small{
		width: 100%;
	}
	.col1_small{
		width: 8.33%;
	}
	.col2_small{
		width: 16.66%;
	}
	.col3_small{
		width: 25%;
	}
	.col4_small{
		width: 33.33%;
	}
	.col5_small{
		width: 41.66%;
	}
	.col6_small{
		width: 50%;
	}
	.col7_small{
		width: 58.33%;
	}
	.col8_small{
		width: 66.66%;
	}
	.col9_small{
		width: 75%;
	}
	.col10_small{
		width: 83.33%;
	}
	.col11_small{
		width: 91.66%;
	}
	.t_align_center_small {
		text-align: center
	}

	.t_align_right_small {
		text-align: right
	}

	.t_align_left_small {
		text-align: left
	}

	.t_align_justify_small {
		text-align: justify
	}
	.hide_small{
		display: none;
	}
	.show_small{
		display: inline-block;
	}
	h1{
		font-size: 25px;
		line-height: 30px;
	}
	h2,h3{
		font-size: 24px;
		line-height: 30px;
	}
	h4,h5,h6{
		font-size: 20px;
		line-height: 26px;
	}
	p{
		font-size: 18px;
		line-height: 26px;
	}
	p.small{
		font-size: 9px;
		line-height: 11px;
	}
}

@media screen and (max-width: 540px){
	.col_extra_small{
		width: 100%;
	}
	.col1_extra_small{
		width: 8.33%;
	}
	.col2_extra_small{
		width: 16.66%;
	}
	.col3_extra_small{
		width: 25%;
	}
	.col4_extra_small{
		width: 33.33%;
	}
	.col5_extra_small{
		width: 41.66%;
	}
	.col6_extra_small{
		width: 50%;
	}
	.col7_extra_small{
		width: 58.33%;
	}
	.col8_extra_small{
		width: 66.66%;
	}
	.col9_extra_small{
		width: 75%;
	}
	.col10_extra_small{
		width: 83.33%;
	}
	.col11_extra_small{
		width: 91.66%;
	}
	.t_align_center_extra_small {
		text-align: center
	}

	.t_align_right_extra_small {
		text-align: right
	}

	.t_align_left_extra_small {
		text-align: left
	}

	.t_align_justify_extra_small {
		text-align: justify
	}
	.hide_extra_small{
		display: none;
	}
	.show_extra_small{
		display: inline-block;
	}
	.cont2 {
		width: 100%;
		max-width: 100%
	}
	.prima_riga{
		padding-top: 60px;
	}
	.cont {
		padding: 20px 0;
	}
}

@media screen and (max-width: 320px){
	.col_thumb{
		width: 100%;
	}
	.col1_thumb{
		width: 8.33%;
	}
	.col2_thumb{
		width: 16.66%;
	}
	.col3_thumb{
		width: 25%;
	}
	.col4_thumb{
		width: 33.33%;
	}
	.col5_thumb{
		width: 41.66%;
	}
	.col6_thumb{
		width: 50%;
	}
	.col7_thumb{
		width: 58.33%;
	}
	.col8_thumb{
		width: 66.66%;
	}
	.col9_thumb{
		width: 75%;
	}
	.col10_thumb{
		width: 83.33%;
	}
	.col11_thumb{
		width: 91.66%;
	}
	.hide_thumb{
		display: none;
	}
	.show_thumb{
		display: inline-block;
	}
	.t_align_center_thumb {
		text-align: center
	}

	.t_align_right_thumb {
		text-align: right
	}

	.t_align_left_thumb {
		text-align: left
	}

	.t_align_justify_thumb {
		text-align: justify
	}
}

@media screen and (min-width: 1440px){
	.col_large{
		width: 100%;
	}
	.col1_large{
		width: 8.33%;
	}
	.col2_large{
		width: 16.66%;
	}
	.col3_large{
		width: 25%;
	}
	.col4_large{
		width: 33.33%;
	}
	.col5_large{
		width: 41.66%;
	}
	.col6_large{
		width: 50%;
	}
	.col7_large{
		width: 58.33%;
	}
	.col8_large{
		width: 66.66%;
	}
	.col9_large{
		width: 75%;
	}
	.col10_large{
		width: 83.33%;
	}
	.col11_large{
		width: 91.66%;
	}
	.hide_large{
		display: none;
	}
	.show_large{
		display: inline-block;
	}
	.t_align_center_large {
		text-align: center
	}

	.t_align_right_large {
		text-align: right
	}

	.t_align_left_large {
		text-align: left
	}

	.t_align_justify_large {
		text-align: justify
	}
	/*h1{
		font-size: 42px;
		line-height: 55px;
	}
	h2,h3{
		font-size: 28px;
		line-height: 38px;
	}
	h4,h5,h6{
		font-size: 24px;
		line-height: 31px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
	}
	p.small {
		font-size: 12px;
		line-height: 14px;
	}*/
	.cont2 {
		width: 80%;
	}
	.prima_riga{
		padding-top: 90px;
	}
}

.col_for_input{
	position: relative;
	display: inline-block;
	width: 96%;
	margin: 0 2%;
	width: calc(100% - 20px);
	margin: 0 calc(10px);
}

.button {
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	width: 165px;
	margin: 20px;
	color: #A80B20;
	background-color: #FCF8F3;
	font-family: 'Orpheus Pro', serif;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 15px;
	left: 0;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	border: solid 1px #A80B20;
	border-radius: 10px;
	text-decoration: none;
	vertical-align: middle;
	
	transform: scale(1);
	-o-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-ms-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-moz-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out
}
form .button{
	margin: 10px;
}
form p{
	padding: 0 10px;
}

.button:visited {
	color: #A80B20;
	text-decoration: none;
}
.button:hover {
	color: #FCF8F3;
	background-color: #AE8E52;
	border: solid 1px #AE8E52;
	text-decoration: none;
}

.button.grande{
	font-size: 24px;
	line-height: 32px;
	padding: 14px 45px;
}

.button.grande.oro {
	background-color: #FFFFFF00;
	color: #F26100;
	border: solid 1px #F26100;
}
.button.grande.oro:visited {
	background-color: #FFFFFF00;
	color: #F26100;
	border: solid 1px #F26100;
}
.button.grande.oro:hover {
	background-color: #F26100;
	color: #FFFFFF;
	border: solid 1px #F26100;
}

.button.white {
	color: #3158FF;
	background-color: #FFFFFF;
}

.button.white:visited {
	color: #3158FF;
	background-color: #FFFFFF;
}
.button.white:hover {
	color: #FFFFFF;
	background-color: #3158FF;
}

.button.red {
	color: #FCF9F4;
	background-color: #A80B20;
}

.button.red:visited {
	color: #FCF9F4;
	background-color: #A80B20;
}
.button.red:hover {
	color: #FCF8F3;
	background-color: #AE8E52;
	border: solid 1px #AE8E52;
}

.button.rosa {
	color: #FFFFFF;
	background-color: #EEC1B2;
}

.button.rosa:visited {
	color: #000000;
	background-color: #EEC1B2;
}
.button.rosa:hover {
	color: #000000;
	background-color: #5A5A5A;
}

.button.orange_full {
	color: #FFFFFF;
	background-color: #FF7131;
}

.button.orange_full:visited {
	color: #FFFFFF;
	background-color: #FF7131;
}
.button.orange_full:hover {
	color: #FF7131;
	background-color: #FFFFFF;
}

.button.green_full {
	color: #FFFFFF;
	background-color: #00CB51;
}

.button.green_full:visited {
	color: #FFFFFF;
	background-color: #00CB51;
}
.button.green_full:hover {
	color: #00CB51;
	background-color: #FFFFFF;
}

.button.disabled, .button:disabled{
	color: #EBEBEB;
	background-color: #C2C2C2;
	cursor: not-allowed;
}

.button.disabled:hover, .button:disabled:hover{
	color: #EBEBEB;
	background-color: #C2C2C2;
}

.button .rot{
	display: inline-block;
	transform: rotate(0deg);
	
	-o-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-ms-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-moz-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	-webkit-transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out;
	transition: color .2s ease-out, background-color .2s ease-out, background-position .2s ease-out, transform .2s ease-out
}
.button:hover .rot{
	transform: rotate(90deg);
}

.button .left_push{
	display: inline-block;
	margin-right: 20px;
	left: 0;
	
	-o-transition: left .2s ease-out, opacity .2s ease-out;
	-ms-transition: left .2s ease-out, opacity .2s ease-out;
	-moz-transition: left .2s ease-out, opacity .2s ease-out;
	-webkit-transition: left .2s ease-out, opacity .2s ease-out;
	transition: left .2s ease-out, opacity .2s ease-out
}
.button .left_push .hover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	
	-o-transition: left .2s ease-out, opacity .2s ease-out;
	-ms-transition: left .2s ease-out, opacity .2s ease-out;
	-moz-transition: left .2s ease-out, opacity .2s ease-out;
	-webkit-transition: left .2s ease-out, opacity .2s ease-out;
	transition: left .2s ease-out, opacity .2s ease-out
}
.button:hover .left_push{
	left: 5px;
}
.button:hover .left_push .hover{
	opacity: 1;
}


.input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 5%;
	padding: 9px 5px;
	width: calc(100% - 32px);
	margin: calc(10px) calc(10px);
	padding: calc(9px) calc(5px);
	font-size: 12px;
	line-height: 17px;
	font-family: 'Heebo', serif;
	background: none;
	border: solid 1px #C2C2C2;
	color: #000000;
}

.input::placeholder {
	color: #C2C2C2
}

.input:-internal-autofill-selected{
	background-color: #FFFFFF !important;
}

.input:focus {
	-webkit-appearance: none;
    -webkit-border-radius: 23;
    border: solid 1px #F26100;
	/*box-shadow: 0 0 16px 0 #0000002D;*/
    outline: none;
}

select.input {
	background-image: url(../imm/icons/blue/icon_down.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

textarea.input {
	min-height: 140px;
	height: 280px;
	resize: vertical
}

.middle_align {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle
}

form{
	position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0 calc(10px);
}

.err_mex{
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	width: calc(100% - 40px);
	margin: calc(10px) calc(20px);
	border-radius: 0;
	top: 0px;
	opacity: 1;
	background-color: #F26100;
	box-shadow: 0 0 18px 0 #0000001D;
}

form .err_mex{
	width: calc(100% - 20px);
	margin: calc(10px) calc(10px);
}
.err_mex p{
	color: white;
	padding: 0 20px;
}
.err_mex p:first-child{
	color: white;
	margin-bottom: 5px;
	font-weight: 500;
}