@import url(//fonts.googleapis.com/css?family=Lato);

body {
	font-family: 'Lato';
	color:#fff;
}

#main-container {
	margin: 40px auto;
	width: 1200px;
	max-width: 100%;
}

.api-buttons > a {
	margin: 0 5px 0 0 !important;
	text-decoration: none !important;
}

.price {
	font-size: 25px !important;
	line-height: 26px !important;
}
.widthmax{
	width: 100%;
}
.w100{
	width:100%;
}
.width50{
	width: 50%;
}
.width25{
	width: 25%;
}
.width16{
	width: 16%;
}
.logo-in{
	width: 85%;
	border: 1px;
	border-right:1px solid #ccc;
	margin: 0;
	padding:10px;
}
.separator{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}
.d-inlineb{
	display: inline-block;
}
#bottone-indietro, #send-image-mail-php{
	margin:5px 10px;
	text-decoration: none;
}
.img-p{
	position: relative;
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.fpd-tool-fill{
	background: transparent !important;
	box-shadow: none !important;
}
.fpd-label{
	font-size: 12px !important;
}
.testo-colore{
	font-size:12px;
}
/* form */
.cl-1{
	position: relative;
	width: 100%;
}
.cl-2{
	width: 50%;
	float:left;
}
.e-input{
	border-radius: 0;
	font-size: 16px;
	border: 1px solid rgba(255,255,255,0.15);
	font-family: 'Lato';
	color: rgba(255,255,255,0.6);
	outline: none;
	background-color: transparent;
	transition: 0.3s;
}
.e-input::placeholder{
	color: rgba(255,255,255,0.6);
}
.e-input option {
    margin: 20px;
		padding: 10px;
    background: #000;
    color: rgba(255,255,255,0.6);
}
.e-input:focus{
	background:transparent;
	color:#fff;
	border: 1px solid rgba(255,255,255,0.6);
	outline: 1px solid rgba(255,255,255,0.6) !important;
	-webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.kikkobtn{
	padding:10px 5px;
	border: 2px solid #f0f0f0;
	background: transparent;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.4s;
	cursor: pointer;
}
.kikkobtn:hover{
	background: #f0f0f0;
	color: #000;
}
.input_bordo{
	height: 38px;
	border: 1px solid rgba(255,255,255,0.15);
}
.input_bordo img{
	position: relative;
	height: 36px;
	max-height: 100%;
	cursor: pointer;
}
.smalldown{
	color:rgba(255,255,255,0.4);
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
}
.trasparente{
	background: transparent;
}
.nascosto{
	display: none;
}


/*INIZIO MEDIA QUERY PER OTTIMIZZAZIONE RESPONSIVE DEL PLUG_IN BY DAVIDE MAZZOTTI E DAVIDE HU DZWEB*/

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

/* TABLET VERTICALE */

@media screen and (max-width: 768px) and (min-width: 425px) and (orientation: portrait) {

    .fpd-topbar .fpd-navigation>div>.fpd-label {
    font-size: 9px !important;
}
.logo-in{
	width: 70%;
}
}

/* TABLET ORIZZONTALE */

@media screen and (max-width: 1024px) and (min-width: 700px) and (orientation: landscape) {}

/* MOBILE VERTICALE */

@media screen and (max-width: 425px) and (orientation: portrait) {
	.width16{
		width: 15.5%;
	}
}
@media screen and (max-width: 375px) and (orientation: portrait) {
    .fpd-topbar .fpd-navigation>div>span {
    font-size: 22px !important;
}
		#send-image-mail-php {
			width: 80%;
			margin: 0 0px 10px 35px;
			padding: 11% 20%;
		}
		#bottone-indietro {
			width: 40%;
			padding: 13% 20%;
			margin: 0 0 0 35px;
		}

}

/* MOBILE ORIZZONTALE */

@media screen and (max-width: 667px) and (orientation: landscape) {

    .fpd-topbar .fpd-navigation>div>.fpd-label {
    font-size: 7px !important;
}

    #header-wrapper, #header-wrapper header {
    float: none !important;
    top: 0% !important;
}

}

/* IPAD PRO VERTICALE */

@media screen and (max-width: 1024px) and (min-width: 1000px) and (orientation: portrait) {}

/* IPAD PRO ORIZZONTALE */

@media screen and (max-width: 1366px) and (min-width: 1100px) and (orientation: landscape) {}

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