@font-face {
    font-family: tora;
    src: url('../fonts/ToraTora.otf');
}

@fonta-face {
	font-family: kanit-text;
	src: url('https://fonts.googleapis.com/css?family=Kanit');
}

@font-face {
    font-family: pac;
    src: url('../fonts/Pacifico-Regular.ttf');
}

@font-face {
    font-family: pop-bold;
    src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: pop-reg;
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: pop-med-ita;
    src: url('../fonts/Poppins-MediumItalic.ttf');
}

@font-face {
    font-family: pop-lig-ita;
    src: url('../fonts/Poppins-LightItalic.ttf');
}

@font-face {
	font-family: lato-bold;
	src: url('../fonts/Lato-Bold.ttf');
}

@font-face {
	font-family: lato-light;
	src: url('../fonts/Lato-Light.ttf');
}

@font-face {
	font-family: lato-regular;
	src: url('../fonts/Lato-Regular.ttf');
}

.t-lbold {
	font-family: lato-bold !important;
}

.t-llight {
	font-family: lato-light !important;
}

.t-lreg {
	font-family: lato-regular !important;
}

.t-pacifico {
	font-family: pac !important;
}

.t-pop-bold {
	font-family: pop-bold !important;
}

.t-pop-reg {
	font-family: pop-reg !important;
}

.t-pop-medit {
	font-family: pop-med-ita !important;
}

.t-pop-ligit {
	font-family: pop-lig-ita !important;
}

body,html{
    height: 100%;
	width: 100%;
	font-family: kanit-text, arial !important;
	
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

a {
	color: #FFFFFF;
    text-decoration: none;
}


/* LIBRARY */
@media (max-width: 991.98px) { 
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.mt-10 {
		margin-top: 35% !important;
	}
}
.overflowvis {
	overflow: visible !important;
	overflow: unset !important;
}

.overflowv {
	overflow: visible !important;
}

.font-tora {
	font-family: tora, arial !important;
}

.fixed {
	position: fixed;
}

.hidden {
	display: none;
}

.cp {
	cursor: pointer;
}

.capital {
	text-transform : capitalize;
}

.z-1 {
	z-index: 1;
}

.mar-2 {
	margin-top: 2%;
}

.f-b {
	font-size: 1.5rem;
}

.ls3 {
	letter-spacing: 6px;
}

.top-75 {
	top: 75%;
}

.h-m75 {
	min-height: 75px;
}

.h-min {
	min-height: 700px;
}

.hh-auto {
	height: auto;
}

.hh-100 {
	height: calc(100% - 45px);
}

.h-10 {
	height: 10px;
}

.h-20 {
	height: 20%;
}
.h-25 {
	height: 25%;
}
.h-30 {
	height: 30%;
}
.h-33 {
	height: 33.33%;
}
.h-40 {
	height: 40%;
}
.h-50 {
	height: 50%;
}

.fullh {
	height: 100vh;
}

.p-100 {
	height: 100px;
}

.w-100 {
	width: 100%;
}
.w-33 {
	width: 33.33%;
}
.w-50 {
	width: 50%;
}

.w-60 {
	width: 60% !important;
}

.w-50px {
	width: 50px;
	display:inline;
}
.w-50s {
	width: 60%;
}
.w-25 {
	width: 25%;
}
.w-20 {
	width: 20%;
}

.row {
	margin-left: 0 important!;
}

.mt0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 5%;
}

.mt10 {
	margin-top: 10px;
}

.ml25 {
	margin-left: 25%;
}

.ml15 {
	margin-left: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.ml20 {
	margin-left: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt120 {
	margin-top: 120px;
}

.mb-15 {
	margin-bottom: -15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb160 {
	margin-bottom: 160px;
}

.lh0-9 {
	line-height: 0.9 !important;
}

.lh1-5 {
	line-height: 1.5 !important;
}


.rem0-8 {
	font-size: 0.8rem;
}

.rem1-05 {
	font-size: 1.05rem;
}

.rem0-9 {
	font-size: 0.9rem;
}

.rem1-0 {
	font-size: 1rem;
}

.rem1 {
	font-size: 1.3rem;
}

.rem1-5 {
	font-size: 1.5rem;
}

.rem1-6 {
	font-size: 1.6rem;
}

.rem2 {
	font-size: 2rem;
}

.rem2-5 {
	font-size: 2.5rem;
}

.rem3 {
	font-size: 3rem;
}

.rem5 {
	font-size: 5rem;
}

.rad1 {
	border-radius: 1rem !important;
}

.rad4p {
	border-radius: 4px;
}

.vw2 {
	font-size: 3.5vw !important;
}

.pad0 {
	padding: 0 !important;
}

.trasparent {
	background-color: transparent !important;
}

.tcenter {
	margin-left:auto; 
    margin-right:auto;
}

.sf-grey {
	background-image: url("../img/home/sfondo_grey.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-clip: content-box;
}
.sf-beige {
	background-color: #d8d8d8;
	/*
	background-image: url("../img/home/sfondo_beige.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	*/
}

.t-tora {
	color: #F47920;
}

.t-nthema {
	color: #0c938c !important;
}

.timp-tora {
	color: #F47920 !important;
}

.t-navc {
	color: #08544b;
}

.t-white {
	color: white;
}

.t-black {
	color: black;
}

.t-red {
	color: red;
}

.t-grey {
	color: #7f8080;
}

.b-pattern {
	width: 100%;
    background-image: url('../img/home/patternb.png');
    background-repeat: repeat;
}

.b-pattern-d {
	width: 100%;
    background-image: url('../img/home/patternd.png');
    background-repeat: repeat;
}

.b-r {
	background-color: red;
}
.b-g {
	background-color: green;
}
.b-y {
	background-color: yellow;
}
.b-b {
	background-color: blue;
}

.b-w {
	background-color: white;
}

.b-o {
	background-color: orange;
}

.b-nav {
	background-color: #231F20 !important;
}

.b-tora {
	background-color:  #F47920 !important;
}

.b-nthema {
	background-color: #0c938c !important; 
}

.b-sorp {
	background-color: rgba(12,147,140,0.85);
}

.b-foot {
	background-color: #117372;
}

.b-prem {
	/*background-color: rgba(20,142,161,0.3);*/
	background-color: rgba(0,187,206,0.85);
}

.b-event {
	background-color: rgba(236,161,56,0.85);
}

.b-beige {
	background-color: #e9e1d4;
}

.b-gg {
	background-color: rgba(146, 162, 161, 0.8);
}

.bordimp-tora {
	border: 2px solid #F47920 !important;
}

.bord2 {
	border: 1px solid #231F20;
}

.center {
	float: none;
    margin-left: auto;
    margin-right: auto;
}

.dim110 {
	width: 210px;
}

.imgmini {
	width: 70px;
	
	-webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.radius-50 {
	border-radius: 50px;
}

.banda_nera {
	width:100%; 
	height: 5px;
}

.cli {
	cursor: pointer;
}

.op-more {
	opacity: 0.25;
}

.pl0 {
	padding-left: 0 !important;
}

.pr0 {
	padding-right: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0!important;
}

.polaroid {
	border: 15px solid white !important;
	box-shadow: -5px 5px 2.5px black;
	-webkit-box-shadow: -5px 5px 2.5px black;
	-moz-box-shadow: -5px 5px 2.5px black;
	-o-box-shadow: -5px 5px 2.5px black;
}

.bord_img {
	padding: 3px;
	background-color: white;
}

.reg_mar {
	padding-left: 0px !important;
	margin-left: 15px !important;
	padding-right: 0px !important;
	margin-right: 15px !important;
}

.t-center {
	text-align: center;
	text-align: -webkit-center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.rot6 {
	transform: rotate(-6deg);
}

.rot10 {
	transform: rotate(10deg);
}

.rotate {
	transform:rotate(-22deg);
	/* Safari and Chrome */   -webkit-transform: rotate(-22deg);
	/* Opera */   -o-transform: rotate(-22deg);
	/* Firefox */   -moz-transform: rotate(-22deg);
	/* IE 9 */   -ms-transform: rotate(-22deg); 
}

.lombra {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.bottone_packets {
	background-color: #F47920;
	border-radius: 20px;
	height: 70px;
	width: 120px;
	padding: 18px;
	line-height: 0;
	color: white;
	
	border: 1px solid #979797 !important;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.50);

	font-family: pac;
	font-size: 29px;
	
}

.bottone-home {
	position: relative;
	-webkit-appearance: none;
	background-color: #FFFFFF !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 4px 4px 4px 4px !important;
	color: #c7c6c6 !important;
	height: 30px !important;
	width: 80% !important;
	line-height: 30px;
	font-family: pop-reg !important;
	z-index: 8 !important;
}

.bottone-home-invia {
	-webkit-appearance: none;
	background-color: #F47920 !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 3em !important;
	border: 1px solid #F47920 !important;
	color: white !important;
	height: 50px !important;
	width: 100% !important;
	cursor: pointer;
	font-family: pop-reg !important;
	font-size: 24px;
	line-height: 48px;
}

.bottone-cc-invia {
	-webkit-appearance: none;
	background-color: #F47920 !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 4px !important;
	border: 1px solid #F47920 !important;
	color: white !important;
	height: 50px !important;
	width: 100% !important;
	cursor: pointer;
	font-family: pop-reg !important;
	font-size: 24px;
	line-height: 48px;
}

.bottone-home-pren {
	-webkit-appearance: none;
	background-color: #F47920 !important;
	text-align: center !important;
	text-align-last: center;
	border: 1px solid #F47920 !important;
	color: white !important;
	height: 30px !important;
	width: 80% !important;
	cursor: pointer;
	font-size: 24px;
	font-family: pop-reg !important;
	line-height: 30px;
}

.bottone-home-sol {
	-webkit-appearance: none;
	background-color: #F47920 !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 4px 4px 4px 4px !important;
	border: 0px;
	color: white !important;
	height: 30px !important;
	width: 50% !important;
	font-family: pop-reg !important;
	cursor: pointer;
	line-height: 30px;
}

.naz {
	width: 100%;
	color:white;
	margin-bottom: 0;
	text-transform : capitalize;
}

.naz:hover, .cit:hover {
	background-color: white;
	color: #F47920;
}

.nav_l:hover {
	color: #04302a !important;
}

.cit {
	width: 100%;
	margin-bottom: 0;
	text-transform : capitalize;
	text-align: center;
	cursor: pointer;
}

#naz_vs {
	
	
}

.naz_v {
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 40px;
	width: 100%;
	height: 0px;
	
	font-family: pop-reg;
	background-color:  white;
	border-radius: 4px;
	z-index: 20;
}

.naz-s {
	background-color: white !important;
	color: #7f8080;
	border: 0px !important;
}

#naz_vs_d {
	
}

.naz_v_d {
	width: 100%;
	height: 340px;
	overflow: hidden;
	overflow-y: auto;
	
	z-index: 20;
}

.np {
	position: absolute;
	overflow: hidden;
	left: -10%;
	/*top: -225px;*/
	bottom: 40px;
	width: 120%;
	height: 0px;
	
	background-color: white;
	border-radius: 4px;
	z-index: 20;
}

.ul_m {
	list-style-position: inside;
	list-style-type: none;
	margin: 0; 
    padding: 0;
	width: 100%;
	text-align: center;
}

.gg {
	position: absolute;
	overflow: hidden;
	left: -15%;
	/*top: -225px;*/
	bottom: 40px;
	width: 130%;
	height: 0px;
	
	color: black;
	
	background-color: white;
	border-radius: 4px;
	z-index: 20;
}

.ggbb {
	border: 1px solid #0c938c;
}

.ggli {
	background-color: white;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 30px;
}

.ggsel {
	background-color: #F47920;
	color: white;
}

.ggli:hover {
	background-color: #F47920;
	color: white;
}

.giorno_cal {}

.ee {
	position: absolute;
	overflow: hidden;
	left: 0px;
	/*top: -225px;*/
	bottom: 60px;
	width: 100%;
	height: 0px;
	color: black;
	
	color: #F47920;
	background-color: white;
	border-radius: 1.5em;
	z-index: 20;
}

.eeli {
	background-color: white;
	width: 100%;
}

.eeli:hover {
	background-color: #F47920;
	color: white;
}



.tfnp {
	width: 30%;
	height: 40px;
	
}

.npimg {
	height: 25px;
	width: auto;
	cursor: pointer;
}

.pnpimg {
	height: 25px;
	width: auto;
	cursor: pointer;
}

.budget {
	border-radius: 4px 4px 4px 4px;
	background-color: #E9E1D4;
	height: 30px;
	width: 80%;
	font-family: pop-reg !important;
	line-height: 30px;
}

.budget_dati_pag {
	border-radius: 4px 4px 4px 4px;
	background-color: #0c938c;
	height: 30px;
	width: 80%;
	font-family: pop-reg !important;
	line-height: 30px;
}

/* HEADER */

.nopadding {
	padding: 0 !important;
}


/* HOME */
.spacer {
	height: 14px;
}

.mod_button {
	border: 0;
	background-color: white;
	font-size: 1rem;
	font-family: pop-reg;
}

.minispacer {
	height: 10px;
}

.ceppa {
	position: relative;
	top: -100px;
	z-index: 8;
}



.t-toraimp {
	color: #F47920 !important;
}

.rad-tab {
	border-radius: 0px 4px 4px 4px;
}

/* Fine modifica jquery tabs*/

.language {
	padding-right: .5rem;
	padding-left: .5rem;
	
}

.nav-link {
	display: initial !important;
}

.dropdown-menu {
	border: 0px !important;
	background-color: #FFF0 !important;
	font-size: 1.5rem !important;
}

#follow_me {
	z-index: 10;
}


#go_back_ev {
	position: absolute;
	bottom: 122px;
	left: 10px;
}

#ev1:hover, #ev2:hover, #ev3:hover, #ev4:hover {
	color: #b05117;
}


/* FINE PULSE */

.box-blog {
	background-color: white;
	border-radius: 0px 0px 4px 4px;
	padding: 20px;
}


.bottone_sel {
	width: 60%;
	margin-left: 20%;
	height: 120px;
	padding-top: 0px;
	border-radius: 18px 18px 18px 18px;
	color: white;
	/*background-color: #F47920;*/
	/*border: 5px solid #F47920;*/
	font-size: 2rem;
	line-height: 0.85;
	
	display: flex;
    align-items: center;
    justify-content: center;
	
	transform: scale(1.6);
}

.cont_sel {
	padding-top: 2%;
}


#text_home {
	text-align: center;
	margin-top: 80px;
	font-size: 1.5rem;
}

.roundmenm {
	color: white;
	border: 1px solid white;
	border-radius: 3em;
	font-size: 2rem;
}

@media only screen and (max-width: 1000px) {
	
	#follow_me {
		display: none;
	}
}



@media (max-width: 768px) {
	.bottone_sel {
		line-height: 0.75;
		height: 60px;
	}
	#text_home {
		font-size: 1.3rem;
	}
}

#bottone_prova {
	width: 110px;
	border-radius: 18px 18px 18px 18px;
	border: 5px solid #F47920;
	cursor: pointer
	background-color: (255, 255 , 255, 0,1);
	color: #F47920
}

#bottone_prova:hover {
	color: white;
	background-color: #F47920;
}


.tit {
	padding-top: 5%;
}



.#img_sfondo_vecchia {
	background-image: url("../img/home/home2.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.but_bag {
	border: 0px !important;
	border-radius: 4px;
	font-size:1rem;
	height: 32px;
	width: 50px;
	line-height: 0;
}

.packetsevent {
	border: 0px !important;
	border-radius: 4px;
	font-size:1rem;
	height: 30px;
	width: 150px;
	line-height: 0;
	
}

#cont_rul {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 5px solid #F47920;
	
}

.img_sd {
	height: 100%;
	width: auto;
}

.img_cc {
	height: auto;
	width: 100%;
}

.background_centr {
	overflow: hidden;
	justify-content: center;
	display: table;
}


.fulls {
	width: 50%;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.img_full_r {
	height: 100%;
	width: 100%;
}
/*
#packets {
	background-image: url("../img/home/three.png");
	background-opacity: 0.5;
	background-position: center;
	background-size: cover;
}
*/




#form_r {
	display: none;
	background: white;
}

.overflow-nascondi {
	overflow: hidden;
}

.rul_centrale {
	text-align: center;
    display: table-cell;
    vertical-align: middle;
	height: 400px;
}

.rul_bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	color: red;
	font-size: 1.8vw;
}

.t-lstrip {
	margin-left: 3% !important;
	width: 92% !important;
}

.t-sstrip {
	margin-left: 10% !important;
	width: 80% !important;
}



.t-strip {
	margin-left: 10% !important;
	width: 80%;
}

@media (max-width: 1000px) {
	.w-50s {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sparisci {
		display: none;
	}
	.fulls {
		width: 100%;
		height: 50%;
	}
	
	#scent {
		position: relative;
		left: 40%;
		top: 80%;
		width: 20%;
		height: 40%;
		background-color: yellow;
		z-index: 10;
	}
	.t-strip {
		margin-left: 0% !important;
		width: 100%;
	}
	
	.t-lstrip {
		margin-left: 0% !important;
		width: 100%;
	}
	
}

.sel_arrow {
	position: absolute;
	top: 40px;
	right: 22%;
	height: 10px;
	width: 10px;
	z-index: 10;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.bordevent {
	background-color:#F47920;
	border: 1px solid #F47920 !important;
	border-radius: 3em;
	font-size:2.5rem;
	padding: 18px;
	letter-spacing: 5px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}




.stand {
	background-position: center;
	background-size: cover;
}

.no-pad {
	padding-right: 0px !important;
	padding-left: 0px !important;
}



/* Fine Eventi */

.bottone_works {
	cursor: pointer;
	border-radius: 18px 18px 18px 18px;
	color: white;
	border: 5px solid #F47920;
	background-color: #F47920;
	font-size: 2rem;
	line-height: 0.8;
	
}


.bottone_works:hover {
	transform: scale(1.5);
}

.newsbutton {
	background-color: #F47920;
	border: 0px solid #F47920 !important;
	border-radius: 4px 4px 4px 4px;
	padding: 18px;
	height: 50px;
	width: 150px;
	line-height: 0;
	color: white;
}

/* SORPRESA */

@media (max-width: 576px) {
	.adapt_w {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.adapt_w {
		width: 33%;
	}
}


/* Responsive */
.h-q {
	height: 10vw;
}

/* ROULETTE */



.mid {
    width: 80%;
    margin-left: 10%;
    height: auto;
}


/* TUTTO A SORPRESA */

.casella_cal {
	
}

.nondisp {
	
}

.table_s {
	border-collapse: separate !important; 
	border-spacing: 3px;
	border: 4px solid #F47920;
	border-radius: 1em;
}

.button_month {
    background-color: #FFF0;
    color: #F47920;
    border: 2px solid #FFF0;
	font-size: 1.5rem;
}

.month_cal {
	border: 1px solid #7f8080;
	border-radius: 4px;
}

.b-lr {
	background-color: #ff6e6e;
}

.filter_v {
	width: 50px;
	border-radius: 4px 4px 4px 4px;
	border: 0px !important;
}

#bagaglio_hide {
	display: none;
}


#progressive {
	z-index: 100;
	font-size: 1.2rem;
}

.vline {
	width: 1px;
	height: 30.8px;
	background-color: white;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.binline {
	display: inline-block;
}

.b1w {
	border: 1px solid white;
}

.nome_citta {
	position: absolute;
	width: 100%;
	color: white;
	z-index: 1;
	font-size: 1.4rem;
	
	left: 0px;
	bottom: 0px;
	
}

.trasp {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	z-index: 2;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trasp:hover {
	opacity: 0.89;
}

.escluso {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.esclusoo {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trasp1 {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	z-index: 2;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trasp1:hover {
	opacity: 0.89;
}

.escluso1 {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.esclusoo1 {
	position: absolute;
	background-color: #F47920;
	width: 100%;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
	
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bag {
	width: 70px;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

/* DaTI PAGAMENTO */
.rounded_input {
	border: 0px;
	border-radius: 4px;
	width: 45%;
	text-align: center;
}

.underlined_input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #7f8080;
}

.bottone-pag-invia {
	-webkit-appearance: none;
	background-color: #F47920 !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 4px !important;
	border: 1px solid #F47920 !important;
	color: white !important;
	height: 50px !important;
	width: 40% !important;
	cursor: pointer;
	text-transform: uppercase;
}

.bottone-pag-ind {
	-webkit-appearance: none;
	background-color: #7f8080 !important;
	text-align: center !important;
	text-align-last: center;
	border-radius: 4px !important;
	border: 1px solid #7f8080 !important;
	color: white !important;
	height: 50px !important;
	width: 30% !important;
	cursor: pointer;
	text-transform: uppercase;
	
}



/* FOOTER */
.fa-facebook:hover {
	color: #3b5999 !important;
}

.fa-instagram:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
	border-radius: 10px;
}

.fa-youtube:hover {
	color: #ff0000 !important;
}

/* POLAROID */

.polaroid {
  position: relative;
  float: left;
  background: #1e1c18;
  border: 7px solid #f5f5f5;
  border-bottom: 50px solid #f5f5f5;
  box-shadow: 0 0 6px -1px #000;
  overflow: hidden;
  left: 0px;
  clear: both;
  
  img {
    width: 100%;
    -webkit-animation: fade-in 30s ease-in; /* Safari 4+ */
    -moz-animation:    fade-in 30s ease-in; /* Fx 5+ */
    -o-animation:      fade-in 30s ease-in; /* Opera 12+ */
    animation:         fade-in 30s ease-in; /* IE 10+ */ 
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

.description {
  width: 290px;
  float: left;
  padding-left: 1.5em;
  padding-top: 5em;
  color: #222;
  font-family: sans-serif;
  @include text-shadow(1px 1px #eee);
  
  h1 {
   font-size: 2em; 
  }
  h2 {
    font-size: 1.2em;
    font-weight: 100;
  }
}



/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  
  width: 50%;
  margin-left: 25%;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*ARTICOLO */
.t-sstrip-article {
	margin-left: 10% !important;
	width: 80% !important;
}


/* SLICK */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}








