
body, html{

    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #FFFFFF !important;
}

*:focus {
    outline: none;
}

body{

    background-size: cover;
    background-position: right;
    background-attachment: fixed;

}



#youtube{

    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    font-size: 15px;
    z-index: 50;
    text-align: center;
    

}

#youtube img{
    width: 100%;
}


#youtube_box{

    height:calc(100% - 24px);
    width:calc(100% - 24px);
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 100;
    display: none;
}


.button-page{

    display: block;
    float: left;
    background-color: #FFF;
    color: #696e74;
    padding: 10px 22px 10px 22px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 8px;
    text-align: center;
    height: 110px;
    width: 100px;
    


}

.button-page i{

    font-size: 40px;
    margin-bottom: 10px;


}


.button-page:hover{

    
    color: #0F0F0F;
    

}







.clear{clear:both;}

#onsubmit{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	background: url(/loading.gif) no-repeat center center;
	background-color:rgba(0, 0, 0, 0.5);
}

#top, #bottom, #left, #right {
        background-color: #FFFFFF;
        position: fixed;
		z-index: 30;
	}
    
#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		
}

		#left { left: 0; }
		#right { right: 0; }
		
#top, #bottom {
		left: 0; right: 0;
		height: 15px;
}

#top { top: 0; }

#bottom { bottom: 0; }

.logo{
    
    margin: 40px;
    position: relative;
    z-index: 50;
    
}

.logo img{
    
    width: 200px;
    max-width: 70%;
    
}

button{display: inline-block;
    background-color: #f6fb00;
    color: #696e74 !important;
    padding: 10px 22px 10px 22px;
    text-transform: uppercase !important;
    cursor: pointer;
    margin-top: 10px !important;
    font-weight: bold !important;
	border-radius: 5px;
    float: right;
    border: 0;
    font-size: 16px !important;
    
    
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aeb3b7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aeb3b7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aeb3b7 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aeb3b7 !important;
}


#big_body{
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
	
}

.corpo{
    
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
    
}

table.prods{

	margin: auto;
	width: 100%;
	max-width: 700px;

}


.text_big h1{
    
    font-weight: bold;
    font-size: 44pt;
    
}

.text_big h2{
    margin-top: 0;
    font-weight: bold;
    font-size: 18pt;
    max-width: 600px;    
}



.text h1{
    
    font-weight: bold;
    font-size: 38pt;
    
}

.text h2, .text h3{
    margin-top: 0;
    font-weight: normal;
    font-size: 16pt;
    max-width: 530px;
    
}

.text span{
    
    display: inline-block;
    background-color: #f6fb00;
    color: #696e74;
    padding: 10px 22px 10px 22px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
	border-radius: 5px;
    
}

.footer{
    
    position: fixed;
    bottom: 40px;
    height: 40px;
    width: 100%;
}

.footer a{
    
    color: #f6fb00;
    text-decoration: underline;
    
    
}

.qr{
    
    max-width: 600px;
    float: right;
    font-size: 20px;
	text-align: right;
    
}

.qr img{
    
    width: 100%;;
    
}

#menu_small{
    
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    z-index: 10;
    margin-top: 5px;
    
}




#menu_small ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.7);
    
}

#menu_small li{
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    background-color: trasparent;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF ;
    
    
}


#menu_small li a{
    color: #FFFFFF ;
    display: inline-block;
    width: 100%;
}




.menu_big {
    margin-top: 70px;
}




.menu_big ul{
    list-style-type: none;
}


.menu_big li{
    font-size: 11pt;
    text-align: right;
    
    height: 30px;
    
}



.menu_big li a{
    color: #FFFFFF;
    display: inline-block;
    padding-right: 14px;
    font-weight: 100 !important;
    text-decoration: none;
}

.menu_big li.selected a{
    border-right: 4px solid #f6fb00;
    padding-right: 10px;
    font-weight: bolder !important;
}

.menu_big li a:hover{
    border-right: 4px solid #f6fb00;
    padding-right: 10px;
    font-weight: bolder !important;
}


.contacts .phone {
    text-align: center;    
}

.contacts .phone img{
    height: 50px;  
}

.contacts .mail {
   
   
}

.contacts .mail img {
   height: 40px;
   display: inline-block;
   cursor: pointer;
   float: left;
   margin-top: 5px;
}

.contacts .mail span {
    display: block;
	height: 100%;
	float: left;
	margin-left: 5px;
	font-size: 14px;
    
}


.contacts .mail span div a{
    position: absolute;
   bottom: 0;
}

.contacts .testo {
   display: table;
   height: 100%;
}

.contacts .testo p{
   display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    text-align: justify;
    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1e1e1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e1e1e1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e1e1e1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e1e1e1;
}

#mainmenu ul        {margin: 0px 0 0px 0px;float:left;width:100%; list-style: none;}
#mainmenu ul li     {float: left;margin: 0 0px 0 0;position: relative;}
#mainmenu a         {color: #fff; display: block;font: 14px;padding: 14px 20px;font-family: oswald; text-transform:uppercase;}
#mainmenu a:hover {background:#666;}
 
div#icon_cont{    
    position: absolute;
    right: 20px;
    height: 20px;
    width: 16px;
    top: 0;
    display: none;
    z-index: 10;
}   


div#icon{
    content: "";
    height: 0px;
    width: 16px;    
    -webkit-box-shadow: 1px 10px 1px 1px #FFFFFF,1px 16px 1px 1px     #FFFFFF,1px 22px 1px 1px #FFFFFF;
    box-shadow: 0 10px 0 1px #FFFFFF,0 16px 0 1px #FFFFFF,0 22px 0 1px #FFFFFF;
    
}   





/*----------------------------------------*/



form.generic{ font-size: 12px;}

form.generic h2{
    
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-size: 16px;
    margin-bottom: 6px;
    
}

input[type=checkbox] {
    transform:scale(2, 2);
  display: inline-block;
  margin: 10px !important;
}

form.generic textarea,form.generic select,form.generic input[type="text"],form.generic input[type="password"], form.generic input[type="email"]{    
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    color: #696e74;
    padding: 10px;   
    
}


form.big textarea,form.big input[type="text"],form.big input[type="password"], form.big input[type="email"], form.big select{    
    
    width: 100%;
    max-width: 450px !important;
    
    
}

.what_files{

	display: block;
	color: #f6fb00;
	font-size: 16px;
	cursor: pointer;
	

}

.what_files:hover{
	color: #f6fb00;
	text-decoration: none;

}

#what_file_txt{

	display:none;
	font-size: 12px;
	text-align: justify;

}


form.generic span{    
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
    text-align: right;
    
    
}


form.big span{    
    max-width: 450px !important;
    
    
    
}

form.generic .ck_box{
    
    margin: auto;
    width: 100%;
    max-width: 300px;
    
}

form.big .ck_box{
    
    margin: auto;
    width: 100%;
    max-width: 450px;
    
}

form.generic .ck_box a{
    
    color: #f6fb00;
    display: block;
    font-size: 14px;
    
    
}

a.giallo{
    
    color: #f6fb00 !important;
    text-decoration: none !important;
    
}

.full{
    
    width: 94% !important;
    max-width: 100% !important;
   
    
}

select.full{

	color: #000;
	margin-top:10px;
	width: 91% !important;
	border: none;
    font-size: 16px;
    border-radius: 2px;
	padding: 10px;
}

.alert{
    
    text-align: center;
    font-size: 18px;

}

.alert ko{
    
    color: red;

}


.bottom_text{
    
    font-size: 10px;
    text-align: center;
    
}

.upload_icon{display: block; margin: auto; width: 80px; max-width: 100%;}

.file-input
{
    display: none !important;
}


.center_container{
    
    font-size: 20px;
    width: 500px;
    margin: auto;
}


.center_container div{
    
    margin-bottom: 20px;
}

div.centered {
    
    text-align: center;
}

/*----------------------------------------------------------------------------------------------*/


.Agreement{
    
    padding: 10px;
    height: 120px;
    font-size: 10px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    color: #696e74;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.change{
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #f6fb00 !important;
    
}

.gray{
    
    text-align: left !important;
    max-width: 100% !important;
    color: #e1e1e1;
    
}

.order3{
    
    font-size: 14px !important;
    
}

.no_br{
    
    white-space:nowrap;
    
}

.dotted{
    
    border-bottom: 1px dotted #FFFFFF;
    width: 100%;
    
}

.right{text-align: right !important;}

.small{font-size: 12px !important;}

.super_small{font-size: 10px;}
@media (max-width: 1320px) {
    .footer{
    
        font-size: 12px;
    
    }
	
	
    
}


.image-upload{
	border: 2px solid transparent;;

}

#wait_alert{
	text-align: center;
	font-size: 20px;
	color: #f6fb00;
	display: none;
}


.dragging{

	border: 2px solid white;
	border-radius: 2px;

}


/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
	font-size: 20px;
	
	}
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }


.dz-error .dz-image{ background: red !important;
      background: linear-gradient(to bottom, #eee, red) !important;}

.dz-processing .dz-image{ background: yellow !important;
      background: linear-gradient(to bottom, #eee, yellow) !important;
	  background-image: url("/graf/clessidra.png") !important;
	  background-repeat: no-repeat;
	  background-size: 120px 120px !important;
	  
	  
	  }

.dz-success .dz-image{ background: green !important;
      background: linear-gradient(to bottom, #eee, green) !important;}

.dz-upload{max-width: 95%;}
.ckbox-rounded{
    
    text-align: right;
    margin-top: 10px;
        
}

.ckbox-rounded h3{
    color: #bfbfbf;
    font-size: 13px;
}


.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  right: 0;
  position: absolute;
  top: 3px;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}




.round1 {
  position: relative;
}

.round1 label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  right: 0;
  position: absolute;
  top: 3px;
  width: 28px;
}

.round1 label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round1 input[type="checkbox"] {
  visibility: hidden;
}

.round1 input[type="checkbox"]:checked + label {
  background-color: #000;
  border-color: #000;
}

.round1 input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


@media (max-width: 1020px) {
    
	.upload_box{
	
		font-size: 9px;
	
	}
	
	#big_body{
		position: relative;
	}
	
	.footer{
	
		position: relative;
		top: 50px;
		margin-bottom: 40px;
		
	
	}
	
    
    .qr{
    
    margin-top: 10px;
    font-size: 12px;
    
}
    
    
	div.testo{
	
		display:none !important;
		
	
	}
	
	.contacts .mail span{
	
	display:none !important;
	
	}
	
	
	
	
	form.generic textarea,form.generic select,form.generic input[type="text"],form.generic input[type="password"], form.generic input[type="email"]{    
    font-size: 12px;
    
    margin-top: 10px;
    
    
}


form.generic span{    
   font-size: 10px;
   
    
    
}

.contacts .mail img {
    
    display: block;
    cursor: pointer;
    float: none;
	margin: auto;
    margin-top: 10px;
}

	
	
    .menu_big {
        display: none;        
    }
    
    div#icon_cont {
        display: block;        
    }   
 

    .text h1{
   
       font-size: 30pt;
    
    }

    .text h2{

        font-size: 12pt;
    
    }

    .text span{
    
        font-size: 14pt;
    
    }
 
    .corpo{
    
    margin-top: 2%;    
    
    }
    
    
 
 .footer{
    
    
    bottom: 40px;
    font-size: 12px;
    
}
 
 
 
}

















@media (max-width: 1366px) {
    
    
 
 .td_footer p{
        display: none;        
    }
    
.contacts table .td_footer{
    
    width: 100%;
    padding-left: 30px;font-size: 12px;
}
    
.text h1 {
    
    font-size: 30pt;
}

.text h2, .text h3 {
    
    font-size: 12pt;
    
}
 
}


@media (max-width: 450px) {
    
        .contacts table span{
           
            display: none;        
       }

    .text h1{
   
       font-size: 20pt;
    
    }
    
    #youtube{
    
        position: relative;
        margin: 30px auto;
        left:0;
        z-index:1;
    
    }

    .button-page{
    
        width: 30%;
        margin-top: 30px;
        margin-right: 3%;
        font-size: 6px;
    
    }
    
    .button-page i{
    
        font-size: 30px;
    
    }
    
    
    .text h2{

        font-size: 10pt;
    
    }

    .text span{
    
        font-size: 10pt;
    
    } 
 
}



?>