@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

.hidden {display:none !important;}

body:not(.loginpageciap):not(.sidebarview) .colsx {
	display:flex;
	align-items:center;
}

body:not(.loginpageciap):not(.sidebarview):not(.riepiloorder) .coldx {
	display:flex;
	align-items:center;
	justify-content: center;
}

.colsx > div {
	width:100%;
}

/*.userinfos .coldx > div {
	min-height:55vh;
}*/

.coldx > div {
	min-width:100%;
}

.register > .container-fluid {
	height:100vh;
}

.register > .container-fluid > .row {
	height:100%;
	background-image:linear-gradient(90deg, #47bcc5, #47bcc5 49.9%, #ffffff 49.9%, #ffffff);
}

.coloredsmezzato > .container-fluid > .row {
    height:100%;
    background-image:linear-gradient(90deg, #47bcc5, #47bcc5 49.9%, #f7b399 49.9%, #f7b399);
}

.register .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	width:25vw;
	min-width:280px;
}

.register .btnsocial {
	display:flex;
	justify-content: center;
	position:relative;
	margin:auto;
	width:250px;
	height:36px;
	color:#f8f9fa;
	padding-left: 36px;
	font-size:14px;
}

.register .btnsocial > i {
	position:absolute;
	top:0;
	left:0;
	width:34px;
	height:34px;
	line-height:36px;
	background-color:#fff;
	color:red;
}

.register .btnsocial > i > img {
	width: 20px;
    margin-top: -3px;
}

.register .btnfacebook {
	background-color:#39539d;
}

.register .btnfacebook > i {
	color:#39539d;
	font-size:18px;
}

.register .btngoogle {
	background-color:#3b7afd;
}

.register .btngoogle > i {
	color:#3b7afd;
	font-size:18px;
}

.prinfo {
	color:#fff;
	font-size:14px;
	line-height:19px;
	text-align:center;
	margin:auto;
	font-weight:bold;
}

.accediregister,.loginregister {
    width: 100%;
    margin-top:15px;
}

#status,#fb-root{
    display:none;
}



.register .logomini {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-width: 280px;
	max-width:100%;*/
    text-align: center;
}

.register .logomini img{
    width: 8vw;
}

.register .phrase h2{
    text-align: center;
    color: white;
    font-size: 4rem;
}

.boxname {
	color: #47bcc5;
	background-color:#fff;
	border:2px solid #47bcc5;
}

.boxname.choise {
	color: #fff;
	background-color:#47bcc5;
}

.boxname,.boxname:hover {
	display: flex;
    align-items: center;
	justify-content:center;
    width: 100%;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 25px 0;
    text-decoration: none;
	border-radius:5px;
    border:2px solid #47bcc5;
}

.boxrow > div:nth-of-type(3) .boxndescrpt:after {
	display:none;
}

.prodboxccrow {
	padding:0 10px;
}

.prodboxccrow .prodboxcc {
	position:relative;
	border:1px solid #47bcc5;
}

.prodboxccrow .prodboxcc:nth-of-type(3):before {
	content: attr(data-title);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    height: 40px;
    line-height: 1;
    left: -1px;
    right: -1px;
    background-color: #47bcc5;
    border-radius: 5px 5px 0 0;
    font-size: 25px;
    color: #f8f9fa;
}

.prodboxccrow .prodboxcc .boxname:before {
	content: attr(data-select);
}

.prodboxccrow .prodboxcc .boxname.choise:before {
	content: attr(data-selected);
}

.prodboxccrow > .prodboxcc:nth-of-type(3) {
	margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -1px;
    margin-right: -1px;
	background-color:#f6fbfc;
}

.prodboxccrow > .prodboxcc:nth-of-type(3) .boxname {
	height: 60px;
}

.prodboxccrow > .prodboxcc > h1 {
	letter-spacing: -2px;
	font-family:'Dosis';
	margin:15px 0;
}

.prodboxccrow > .prodboxcc > span {
	display:block;
	text-align:center;
}

.prodboxccrow > .prodboxcc > span > h1 {
	letter-spacing: -3px;
	font-weight:bold;
}

.boxndescrpt {
	position:relative;
}

.boxndescrpt > b {
	text-transform: capitalize;
}

.boxndescrpt ol {
	list-style:none;
	padding-left:0;
}

.boxndescrpt ol > li {
	position: relative;
    display: flex;
    align-items: center;
	font-size: 14px;
    height: 45px;
    line-height: 1;
	padding-left:20px;
}

.boxndescrpt ol > li:before {
	content:"\f058";
	position:absolute;
	left:0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color:#47bcc5;
}

.boxndescrpt ol > li:not(:last-of-type):after {
	content:'';
	position:absolute;
	bottom:0;
	left:10px;
	right:10px;
	height:1px;
	background-color:#e2e2e2;
}

.boxndescrpt .boxnprice {
	font-size:40px;
	font-weight:bold;
}

/*.arrowcontinue {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 33px;
    right: 10px;
    width: 280px;
    height: 50px;
    color: black;
    font-size: 50px;
    text-shadow: -1px 2px white;
	text-decoration:none!important;
}*/

.arrowcontinue {
	position: fixed;
    bottom: 33px;
    right: 10px;
    width: 220px;
    display:block;
	text-decoration:none!important;
	line-height:1;
	background-color:rgba(255,255,255,.3);
	border:1px solid rgba(43,43,255,.4);
	color: #1d1d1d;
	cursor: pointer;
	font-size: 2em;
	padding: .8rem 1rem;
	transition: all 0.5s;
	border-radius: 3px;
}

.arrowcontinue span {
	display:block;
	font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 300;
	transform:translateX(15px);
	transition:transform .4s;
}

.arrowcontinue:hover span {
	transform:translateX(0);
}

.arrowcontinue i {
	display:none!important;
}

.arrowcontinue::after {
	content: "\f2f6";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 48%;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translate(-50%, -50%);
}

.arrowcontinue:hover {
	background: #2b2bff;
	transition: all 0.5s;
	border-radius: 10px;
	box-shadow: 0px 6px 15px #0000ff61;
	color: #ffffff;
}

.arrowcontinue:hover::after {
	opacity: 1;
	transition: all 0.5s;
	color: #ffffff;
}

.pridiscount {
	font-size: 100px;
    letter-spacing: -5px;
    font-weight: 700;
}

.arrowcontinue i {
	display:inline-block;
	animation-name: movearrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.arrowcontinue i:before {
	vertical-align:middle;
}

@keyframes movearrow {
    0% {transform:translateX(0px);}
    50% {transform:translateX(20px);}
    100% {transform:translateX(0px);}
}

.register  .tntbiginput{
    width: 100%;
    /*margin-top:25%;*/
}

.register  .tntbiginputdomain{
    width: 100%;
    margin-top:5%;
}

.register .tntbiginputdomain input{
    height: 50px;
    font-size: 2rem;
}


.register .tntbiginputdomain p{
    font-size: 2rem;
}

.register .tntbiginput input{
    height: 50px;
    font-size: 2rem;
}


.register a.choisedomn {
    font-size: 4rem;
    margin: 50px;
    border: 2px solid black;
    width: 120px;
    display: inline-block;
    text-align: center;
    color: black;
	text-decoration:none!important;
	transition:.4s;
}

.register a.choisedomn:not(:hover):not(.chodmn) {
	opacity:.7;
}

.register a.choisedomn.chodmn[data-vv='SI']   {
    color: var(--success);
    border: 2px solid var(--success);
	outline: 5px solid var(--success);
}

.register a.choisedomn.chodmn[data-vv='NO']   {
    color: var(--danger);
    border: 2px solid var(--danger);
	outline: 5px solid var(--danger);
}

.register a.choisetpa {
    font-size: 2rem;
    margin: 20px;
    border: 2px solid black;
    padding: 3px 15px;
    display: inline-block;
    text-align: center;
    color: black;
	text-decoration:none!important;
	transition:.4s;
}

.register a.choisetpa:not(:hover):not(.chotpa) {
	opacity:.7;
}

.register a.choisetpa.chotpa   {
    color: red;
    border: 2px solid red;
}

h2.step2 {
	line-height: 1!important;
    font-size: 32px!important;
}

.register  .tntbuttons{
    text-align: center;
}

.register  .tntbuttons a.chodmn {
	text-decoration:none!important;
}

.loadingdomain {
    text-align: center;
    width: 100%;
    font-size: 3rem;
    margin-top:15px;
}

.loadingdomain > span {
	font-size:20px;
}

.ckdomainilist{
    list-style: none;
    padding: 0;
    margin-top:25px;
}

.ckdomainilist li{
    margin-bottom:15px;
}

.ckdomainilist li .btn {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    padding: 3px;
    width: 65px;
	font-weight:bold;
}

.consiglisitiweb{
    min-height: 260px;
}

.sidebarview > .container-fluid > .row {
    height: 100%;
    background-image: linear-gradient(
        90deg
        , #47bcc5, #47bcc5 24.9%, #ffffff 24.9%, #ffffff);
}

.sidebarview .logo{display: none;}

.sidebarview .logomini{margin-top:20px;}

.sidebarview .arrowcontinue {
	right:unset;
	left:10px;
}

.sitelist {
    list-style:none;
    padding:0 20px;
}

.sitelist > li> a {
    position:relative;
    color:white;
    font-size:2.5rem;
    margin-bottom:0.5rem;
    font-weight:bold;
    text-decoration:none;
}

.sitelist > li> a:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:2px;
    background-color:white;
    transform-origin:0% 0%;
    transform:scale(0,1);
    transition:.4s;
}

.sitelist > li > a:hover:after,
.sitelist > li > a.selected:after {

    transform:scale(1,1);

}

@media (max-width:767px){
	h1 {
		font-size:2.4rem!important;
	}
		
	.loadingdomain > span {
		display:flex;
	}
	
    .register > .container-fluid > .row {
        background:none;
    }

    .register > .container-fluid > .row > .logo {
        margin:0!important;
        padding:20px 10px;
    }

    .register > .container-fluid > .row > .logo img {width:100%;}

    .register > .container-fluid > .row > .logo,
    .register > .container-fluid > .row > .colsx {
        background-color:#47bcc5;
    }

   /* .register > .container-fluid > .row > .coldx {
        background-color:#f6b399;
    }*/
	
	.blockpremiumprod {
		padding:10px!important;
	}
	
	.pridiscount {
		text-shadow:2px 2px 3px rgba(255,255,255,.6),-2px 2px 3px rgba(255,255,255,.6),2px -2px 3px rgba(255,255,255,.6),-2px -2px 3px rgba(255,255,255,.6);
	}

    .register form.singin,.register form.singup {width:100%!important;}

    .register form.singin,.register form.singup h2 {
        margin-top:20px;
    }

    .register .logomini img {
        min-width:100px;
    }

    .register .phrase h2 {
        font-size:2rem;
    }

    .register .boxrow {
        margin-top:20px;
    }
	
	.blockpremiumprod,
	.prodboxccrow {
		padding-bottom:50px!important;
	}
	
    .register .boxrow .boxndescrpt {
        border:none;
    }

    .boxname:hover {
        border: 2px solid #47bcc5;
    }

    .register a.choisedomn {
        margin:10px;
    }

    .register .tntbiginputdomain p {
        line-height:1;
        font-size: 1.5rem;
    }
	
	.boxrow > div:last-of-type {
		margin-bottom:50px;
	}
}

.tnttmple{margin-top:15px;}

.choisethema i{display:none;}
.choisethema.choisedtema i{display:inline-block;}
.choisethema.choisedtema b{display:none;}

.templategraph{
    border:1px solid black;
    border-radius: 5px;
    padding:5px;
}

.tntimage {
    width: 100%;
    height: 170px;
    background-size: cover;
}

.templategraph .templatename h2{
    font-size: 1.5rem;
}

.previelnk{float:right;}

.blocktprod{margin-bottom:15px;}
.choiseprod i{display:none;}
.choiseprod.choisedprod i{display:inline-block;}
.choiseprod.choisedprod b{display:none;}

.blocktprodsingle{margin-bottom:15px;}
.choiseprodsingle i{display:none;}
.choiseprodsingle.choisedprodsingle i{display:inline-block;}
.choiseprodsingle.choisedprodsingle b{display:none;}


.fasocial {
    width: 225px;
    height: 225px;
    border-radius: 125px;
    border: 10px solid #f7b399;
    display: flex;
    background: orange;
    margin: auto;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    color:white;
}

.faminisocial {
    width: 45px;
    height: 45px;
    /*border-radius: 100%;*/
    display: inline-flex;*
    background: orange;
    margin: auto;
    align-items: center;
    justify-content: center;
    color:white;
}

.afacebook{background-color: #3b5998;}
.apinterest{background-color: #c8232c;}
.alinkedin{background-color: #0e76a8;}

.ainstagram{background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);}

.choisedprodsocial .fasocial{
    border:10px solid #47bcc5;
}

.choiseprodsocial:hover {
    text-decoration: none;
}

.choiseprodsocial {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 151px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.phrase small{
    font-size:45%;
}

.inputlinksocial{
    display: inline-block;
    width: 75%;
	height:44px;
}

.tntbiginputsocial{
    width:100%;
    margin-bottom:15px;
}


.spancl {
    margin-top: -15px;
    display: block;
    font-size: 9px;
    margin-bottom: 15px;
}

.tntriepilogoordine h2,
.riepiloorder .riepilog h2 {
	font-weight:bold;
	font-size: 28px;
}

.riepiloorder .riepilog {
    font-size: 22px;
    /*color: #47bcc5;
    font-weight: bold;*/
}

.tntriepilogoordine {
    margin-top:15px;
    /*font-weight: 800;
    color: #47bcc5;*/
    font-size: 1.5rem;
    line-height: 1.1;
   /* text-transform: uppercase;*/
}

.rowriepi {
	width: 100%;
    display: block;
    height: 36px;
    border-bottom: 1px solid #47bcc5;
    line-height: 36px;
}

.rowname{float:left;}
.rowprice{float:right;}

.tntinputcoupon {
    margin-top:30px;
}

.tntinputcoupon > input {
    border-radius:0!important;

}

.blocktprod{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.blocktprodsingle {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.tntinputcoupon span {
    font-size: 16px;
    margin-top: 0px;
    display: block;
}

.metodpaym {
    border: 3px solid black;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
    display: block;
    color: black;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
	text-decoration:none!important;
	transition:.4s;
}

.metodpaym:not(:hover):not(.choiseyourpaym) {
	opacity:.7;
}

.metodpaym.choiseyourpaym {
    background-color: black;
    color:white;
}


.templategraph .tntimage{
    background-position: 0% 0% ;
    transition: 5s;
}

.templategraph .tntimage:hover{
    background-position: 0% 100% ;
}


.applcoupon{
    color:grey;
    font-size:25px;
}

.moduloppaccept iframe{
    width:100%;
    display: block;
}


.moduloppaccept{
    margin-top:10px;
}

.riepiloorder .colsx {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.riepiloorder .colsx > div {
	display:block!important;
	margin-top: 10px!important;
	margin-bottom: 0!important;
	flex:unset!important;
}

.riepiloorder .coldx {
	height:100vh;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:20px;
}

.register .domainchosepar[data-vv='NO'] .triggernext,
.register .domainchosepar[data-vv='SI'] .triggersearch {
	display:none!important;
}

@media (min-width:1200px){
	
	.sidebarview {
		max-height:100vh;
		overflow:hidden;
	}

	.sidebarview .coldx{
		flex: 0 0 75% !important;
		max-width: 75% !important;
		height:100vh;
		overflow-y:scroll;
		overflow-x:hidden;
	}
		
	.sidebarview .colsx{
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
	
}

@media (max-width:1199px){
	.prodboxccrow > .prodboxcc:nth-of-type(2) {
		margin-top: 10px;
	}
	
	.prodboxccrow > .prodboxcc:nth-of-type(3) {
		margin-top: 50px;
		margin-bottom: 10px;
	}
}

@media (max-width:1600px) AND (min-width:768px){
	body:not(.loginpageciap).register .coldx {
		height:100vh;
		overflow-y:scroll;
		overflow-x:hidden;
		padding:70px 20px;
		align-items: flex-start!important;
	}

	body:not(.loginpageciap) .colsx {
		flex: 0 0 32%!important;
		max-width: 32%!important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	body:not(.loginpageciap) .colsx > div {
		flex:unset;
		min-width:unset;
		margin-top:0!important;
		margin-bottom:10px!important;
	}
	
	body:not(.loginpageciap) .coldx {
		flex: 0 0 68%!important;
		max-width: 68%!important;
	}
	
	body:not(.loginpageciap) .container-fluid > .row {
		background-image: linear-gradient(90deg, #47bcc5, #47bcc5 31.9%, #ffffff 32%, #ffffff);
	}
	
	.phrase h2 {
		font-size: 2rem!important;
	}
		
	.singin,
	.singup {
		width:100%!important;
	}
	
	.boxname, .boxname:hover {
		font-size:1.1rem;
	}
	
	.sidebarview .sitelist > li> a {
		font-size:1.7rem!important;
	}
	
	.tnttmple {
		flex: 0 0 33.3334%;
		max-width: 33.3334%;
	}
}

@media (max-width:1280px) AND (min-width:768px){
	.coloredsmezzato .coldx {
		background-color:#f7b399;
	}
	
	.consentiarrowformregister + div > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.blockmoduleacc .row > div {
		max-width:50%;
		flex: 0 0 50%;
	}
	
	.metodpaym {
	    padding: 15px 5px;
		font-size: 19px;
	}	
	
	.tnttmple {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.boxndescrpt b {
		display: block;
		line-height: 1;
		margin-bottom: 10px;
	}
	
	ol {
		padding-left: 15px;
		font-size: 14px;
	}
}

@media (min-width:768px){
	.logo:empty {
		display:none!important;
	}
}

@media (max-width:992px){
	.input-group {
		display:block!important;
	}
	
	.input-group > input {
		width: 100%!important;
	}
}

@media (min-width:768px) AND (max-width:992px){
	.register .domainchosepar.off a.choisedomn {
		margin: 35px!important;
		font-size: 6rem!important;
	}
	.register .domainchosepar:not(.off) a.choisedomn {
		margin: 35px!important;
		font-size: 4rem!important;
	}
}



@media (max-width:767px){
		
	.colsx,
	.coldx {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	
	.coloredsmezzato .coldx {
		background-color:#f7b399;
		padding-top:20px;
	}
	
	.boxndescrpt:after {
		top: unset;
		left: 0;
		right: 0;
		bottom: 30px;
		width: 100%;
		height: 1px;
	}
	
	.coldx {
		min-height:250px;
	}
	
	.tntbuttons {
		margin-top:20px;
	}
	
	.choiseyourdomain {
		font-size:20px!important;
	}
	
	.sidebarview .sitelist a {
		font-size:1.5rem!important;
		line-height:1;
	}
	
	.domainchosepar.off .tntbuttons > a {
		font-size: 4rem!important;
	}
		
	.seorow {
		padding-top:30px;
		padding-bottom:100px;
	}
	
	.blocktprodsingle {
		padding:0;
		font-size:18px;
	}
	
	.blocktprod {
		padding-top:20px;
		font-size: 15px;
		padding-bottom:40px;
	}
	
	.choiseprod {
		font-size:14px!important;
	}
	
	.cntdtdomain .choisetpa {
		font-size:1.5rem!important;
		margin:20px 10px;
		
	}
	
	.tntriepilogoordine {
		font-size: 1.1rem!important;
		line-height:unset;
	} 
	
	.applcoupon {
		font-size: 21px;
		line-height: 1;
		margin-top: 20px;
	}
	
	.blockmoduleacc .row > div {
		max-width:50%;
		flex: 0 0 50%;
	}
	
	.blockpremiumprod .premiuminner > * {
		width:100%!important;
	}
	
	.blockpremiumprod .premiuminner > h2 {
		font-size:16px;
	}
	
	.row > .blocktprod:last-of-type {
		margin-bottom:70px;
	}
	
	.userinfos .coldx > div {
		margin-bottom:100px;
	}
	
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 48vw;
    margin-top: -2px;
}

.blockpremiumprod .premiuminner {
	display:flex;
	flex-wrap:wrap;
	min-height: 350px;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 40%);
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 50px;
}

.blockpremiumprod .premiuminner .premiumbtn {
	align-self: flex-end;
}

.premiuminner {
	background-image:url(/register_files/media/ciapasuplaceholder.png);
	background-repeat:no-repeat;
	background-size:50% auto;
	background-position:80% center;
}

.blockpremiumprod .premiuminner > * {
	width:52%;
}

.blockpremiumprod .tntdescriptionprod li {
	font-weight:normal;
}

.blockpremiumprod:not(.on) .tntdescriptionprod .pr {
	text-decoration: line-through;
	color:#e2e2e2;
}

.blockpremiumprod .tntdescriptionprod .if > span:before {
	content:'2';
}

.blockpremiumprod:not(.on) .tntdescriptionprod .if > span:before {
	content:'1';
} 

.blockpremiumprod .tntdescriptionprod .ef > span:before {
	content:'24';
}

.blockpremiumprod:not(.on) .tntdescriptionprod .ef > span:before {
	content:'48';
} 

.blockpremiumprod.on .tntdescriptionprod .pr,
.blockpremiumprod.on .tntdescriptionprod .if,
.blockpremiumprod.on .tntdescriptionprod .ef {
	font-weight:bold;
}

.blocktprod .imageprodregister,
div:not(.blockpremiumprod) .imageprodregister {
    width:100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    margin-bottom:15px;
	box-shadow:0 0 15px rgba(0,0,0,.3);
}

.blocktprod:not(.blockpremiumprod) .tntdescriptionprod {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none !important;
	overflow:hidden;
}

.blocktprod:not(.blockpremiumprod) .tntdescriptionprod > div {
	padding: 15px;
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
	height:100%;
}

a.btn.infoprod {
    float: right;
}

.h2, h2 {
    font-size: 1.5rem;
}

.seorow {
	align-items:center;
	max-width:100%;
}

.seobg {
	width:100%;
	height:0;
	padding-top:56.25%;
	/*background-image:url(http://ciapasudemo.foniagroup.net/register_files/media/ciapasuplaceholder.png);*/
	background-size: cover;
	background-repeat:no-repeat;
	background-position:90% center;
	box-shadow:0 0 15px rgba(0,0,0,.4);
	border-radius:5px;
}

.seodescription {
	margin-top:20px;
	/*height:200px;
	overflow-y:scroll;
	overflow-x:hidden;*/
	max-width:100%;
}

.seodescription:empty {
	opacity:0;
}

.seodescription b {
	display:block;
	margin-bottom:5px;
}

.checkdomain + .triggernext,
.arrowcontinue[data-step="step5"],
.arrowcontinue[data-step="step6"] {
	display:none!important;
}

.domainchosepar.off .tntbuttons > a {
	width: 35%;
    font-size: 8rem;
}

.domainchosepar.off .consiglisitiweb {
	height: 0;
    min-height: unset;
}

.domainchosepar.off .tntbiginputdomain {
	opacity:0;
	visibility:hidden;
	height:0;
}

.registerboxcc {
	min-height:450px;
}

.insercodecoupon {
	margin-bottom:5px;
}