/* CSS INSPECTA.it */

body{
	margin:0px;
	font-size: 18px;
	font-family: 'Hind', sans-serif;
	overflow-x: hidden;
	display:none;
}

h1{
	margin-bottom: 0; 
	padding-bottom: 0;
	display: inline;
	text-transform:uppercase;
	font-size:60px;
	padding-top:120px;
	color:#cc6e04;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-size:28px;
	color:#666666;
	padding-bottom: 40px;
}

h3{
	font-family: 'Dosis', sans-serif;
	margin-bottom: 0; 
	padding-bottom: 0;
	display: inline;
	text-transform:uppercase;
}

h3.foot{
	font-size:10px;
	font-weight:bold;
}

ul {
	list-style-type: square;
}

p{
	margin-top: 0px;
	margin-bottom: 20px;
}

a{
	color:#47c1c1;
}

img.txtImg{
	height:160px;
	float:left; 
	margin-right:20px;
	border-radius: 6px;
}

img.txtImg2{
	height:80px;
	float:left; 
	margin-right:20px;
	border-radius: 6px;
}

img.txtImg3{
	width:150px;
	float:left; 
	margin-right:20px;
	border-radius: 6px;
}

/*--------------------- PAGE CONTENT ---------------------*/

#top{
	width:100%;
	margin-left:0px;
	margin-top:0px;
	float:left;
	color:#547980;
	padding:40px;
	box-sizing: border-box;
	padding-bottom:0px;
	height:200px;
	box-sizing: border-box;
}

#parallax {
    /* Set a specific height */
    min-height: 500px; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
	opacity:0;
	margin-bottom:1200px;
	animation-name:pax;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}

		@keyframes pax {
			from {background-size: 100%;}
			to {background-size: 110%;}
		}

#menuLine{
	height:40px;
	position:fixed;
	z-index:72;
	width:100%;	
	background:rgba(255,255,255,0.9);
	margin-top:0px;
}

#topFoot{	
	width:100%;
	margin-left:0px;
	float:left;
	height:400px;
	-webkit-box-shadow: inset 0px -31px 32px -20px rgba(0,0,0,0.56);
	-moz-box-shadow: inset 0px -31px 32px -20px rgba(0,0,0,0.56);
	box-shadow: inset 0px -31px 32px -20px rgba(0,0,0,0.56);
}

div.section1{
	background-color:#FFFFFF;
	color:#1e0f03;
	width:100%;
	margin-left:0px;
	margin-top:-20px;
	float:left;
	padding:40px;
	box-sizing: border-box;
}

div.section1Header{
	color:#222222;
	width:100%;
	float:left;
	font-family: 'Anton', sans-serif;
	font-size:30px;
	margin-top:0px;
	padding-top:42px;
	background-color:#FFFFFF;
}

div.section1Foot{
	background-color:#FFFFFF;
}

div.section2{
	background-color:#EEEEEE;
	color:#222222;
	width:100%;
	margin-left:0px;
	margin-top:-20px;
	float:left;
	padding:40px;
	box-sizing: border-box;
}

div.section2Header{
	background-color:#EEEEEE;
	color:#222222;
	width:100%;
	float:left;
	font-family: 'Anton', sans-serif;
	font-size:30px;
	margin-top:0px;
	padding-top:42px;
}

div.section2Foot{
	background-color:#EEEEEE;
}

div.dFoot{
	width:100%;
	margin-left:0px;
	float:left;
	height:200px;
}

div.header{
	width:100%;
	float:left;
	text-align:center;
	font-family: 'Anton', sans-serif;
	font-size:30px;
	margin-top:-78px;
}

#footer{
	background-color:#333333;
	width:100%;
	min-height:20px;
	margin-left:0px;
	margin-top:-20px;
	float:left;
	color:#ffffff;
	padding:40px;
	box-sizing: border-box;
	font-size:14px;
}

div.aLogo{
	margin-left:-400px;
	animation-name:aL;
	animation-duration: 1s;
	animation-delay: 4s;
	animation-fill-mode: forwards;
}

		@keyframes aL {
			from {
				 margin-left:-400px;
			}
			to {
				margin-left:0px;
			}
		}
		
img.logo{
	position:absolute;
	margin-left:-200px;
	margin-top:40px;
	width:400px;
	z-index:10;
	left:40%;
	animation-name:lTxt;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity:0;
}

		@keyframes lTxt {
			from {
				opacity:0;
				left:40%;
			 }
			to {
				opacity:1;
				left:50%;
			}
		}

#logoSmall{
	height:36px;
	width:46px;
	position:fixed;
	z-index:75;
	margin-top:2px;
	margin-left:60px;
	background-image:url("../images/ominoInspecta.png");
	background-size:auto 36px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	margin-left:210px; 
	border-left:40px solid white;
}

img.logo2{
	position:absolute;
	left:50%;
	margin-left:-150px;
	margin-top:0px;
	width:300px;
	z-index:10;
}

p.txt{
	text-shadow: 0px 0px 2px #888888;
	padding-left:15px;
}

#txtBg{
	position:absolute;
	left:100%;
	margin-left:-1%;
	margin-top:280px;
	width:1%;
	z-index:10;
	opacity:0;
	text-align:center;
	color:#111111;
	text-transform:uppercase;
	font-size:40px;
	animation-name:bgTxt;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}

		@keyframes bgTxt {
			from {
				width:1%;
				left:100%;	
				margin-left:-1%;		
				letter-spacing: -20px;
				opacity:0;
				}
			to {
				width: 80%; 
				margin-left:-40%;
				left:50%;
				letter-spacing: 0px;
				opacity:0.8;
			}
		}

div.column1{
	width:50%;
	padding-left:20%;
	float:left;
	box-sizing: border-box;
	padding-top:0px;
}

div.column2{
	width:50%;
	padding-left:10%;
	float:left;
	box-sizing: border-box;
	padding-top:0px;
}

div.columnL{
	width:100%;
	padding-left:20%;
	padding-right:20%;
	padding-top:60px;
	float:left;
	box-sizing: border-box;
}

#frameL{
	left:0px;
	width:20px;
	height:100%;
	position:fixed;
	z-index:100;
	background-color:white;
}

#frameR{
	right:0px;
	width:20px;
	height:100%;
	position:fixed;
	z-index:100;
	background-color:white;
}

/*--------------------- MENU ---------------------*/

#menu{
	position:absolute;
	width:40px;
	height:40px;
	margin-right:20px;
	right:0%;
	z-index:12;
	cursor:pointer;
}

#dropDown{
	position:absolute;
	width:310px;
	margin-right:0px;
	right:0%;
	padding:160px 20px 20px 20px;
	font-size:24px;
	overflow:hidden;
	top:-293px;
	z-index:71;
	border-radius:0px 0px 0px 15px;
	background: #111111; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#111111, #666666); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#111111, #666666); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#111111, #666666); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#111111, #666666); /* Standard syntax */
	opacity:0;
}

div.mLine{
	width:40px;
	height:3px;
	margin-bottom:5px;
	background-color:#666666;
}

div.mP{
	width:inherit;
	height:40px;
	padding-left:10px;
	padding-top:2px;
	box-sizing: border-box;
	border-bottom:1px solid #b55305;
	color:#BBBBBB;
	animation-name:mpAnimIn;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

		@keyframes mpAnimIn {
			from {
				font-size:26px;
				}
			to {
				font-size:24px;
			}
		}

div.mP:hover{
	animation-name:mpAnim;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

		@keyframes mpAnim {
			from {
				font-size:24px;
				}
			to {
				font-size:26px;
			}
		}

div.mP2{
	width:310px;
	height:40px;
	box-sizing: border-box;
	color:#BBBBBB;
	padding-left:30px;
	padding-top:4px;
	border-bottom:1px solid #444444;
	font-size: 16px;
	animation-name:mp2AnimIn;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

		@keyframes mp2AnimIn {
			from {
				font-size:20px;
				padding-left:20px;
				background-color:rgba(0, 0, 0, 0.2);
				}
			to {
				font-size:16px;
				padding-left:30px;
				background-color:rgba(0, 0, 0, 0);
			}
		}

div.mP2:hover{
	animation-name:mp2Anim;
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

		@keyframes mp2Anim {
			from {
				font-size:16px;
				padding-left:30px;
				background-color:rgba(0, 0, 0, 0);
				}
			to {
				font-size:20px;
				padding-left:20px;
				background-color:rgba(255, 255, 255, 0.1);
			}
		}

div.mPSelect{
	background-color:#666666;
}

div.mP a{
	text-decoration: none;
	color:#DDDDDD;
}
div.mP2 a{
	text-decoration: none;
	color:#DDDDDD;
}

#divX:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\2716";
    font-size: 36px; 
    color: #666666;
    line-height: 36px;
    text-align: center;
}

#facebook{
	position:absolute;
	width:20px;
	height:20px;
	margin-right:85px;
	right:0%;
	z-index:12;
	cursor:pointer;
	margin-top:-40px;
	border:0;
}

#facebook:hover{
	box-shadow: 0 0 6px #555555;     
}

#instagram{
	position:absolute;
	width:20px;
	height:20px;
	margin-right:130px;
	right:0%;
	z-index:12;
	cursor:pointer;
	margin-top:-40px;
	border:0;
}

#instagram:hover{
	box-shadow: 0 0 6px #555555;     
}

#riservata{
	position:absolute;
	margin-right:175px;
	right:0%;
	z-index:12;
	cursor:pointer;
	margin-top:-40px;
	border:0;
	padding-top:7px;
}

#riservata a{
	font-family: 'Dosis', sans-serif;
	font-size:13px;
	color:#666666;	
	text-decoration:none;
	padding-left:4px;
	text-transform:uppercase;
}

#riservata a:hover{
	color:#cc6e04; 
}

/*--------------------- CONTACT FORM ---------------------*/

.container {
    border-radius: 5px;
    background-color: #DDDDDD;
    padding: 20px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input:focus{
	box-shadow: 0 0 6px #555555;
}

input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

textarea:focus{
	box-shadow: 0 0 6px #555555;
}

#login{
	width:600px;
	border-radius: 0px 0px 5px 5px;
    background-color: #DDDDDD;
    padding: 20px;
	margin: auto;
}

#loginTop{
	width:600px;
	height:200px;
	border-radius: 5px 5px 0px 0px;
    background-color: #ececec;
    padding: 20px;
	margin: auto;
	margin-top:60px;
	animation-name: loginEnter;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes loginEnter {
    from {margin-top: 60px;}
    to {margin-top: 20px;}
}

@keyframes loginEnter {
     from {margin-top: 60px;}
    to {margin-top: 20px;}
}

hr{
	position:absolute;
	z-index:10;
	width:inherit;
	margin-top:150px;
	color:#444444;
}

p.login{
	position:absolute;
	z-index:10;
	width:inherit;
	margin-top:170px;
	width:inherit;
	text-align:center;
	color:#666666;
}

/*--------------------- ASCENSORE (GRAPHICAL ELEMEMT) ---------------------*/

div.ascDoor{
	width:13px;
	height:38px;
	float:left;
	margin:1px;
	background-color:#DFECE6;
}

div.ascBG{
	position:absolut; 
	width:20px; 
	height:46px;
	background-color:#2D2D29;
	margin-top:-5px;
	margin-left:5px;
	z-index:99;
}

#ascVire1{
	position:fixed;
	background-color:#2D2D29;
	width:1px;
	height:100%;
	margin-left:40px;
	z-index:99;
}
	
#ascVire2{
	position:fixed;
	background-color:#2D2D29;
	width:1px;
	height:100%;
	margin-left:44px;
	z-index:99;
}

#elevator{
	position:absolute;
	background-color:#2D2D29;
	width:30px;
	height:40px;
	margin-left:28px;
	z-index:99;
}

#goToTop{
	cursor:pointer;
	width:40px;
	height:40px;
	box-sizing:border-box;
	border:1px #666666 solid;
	z-index:1000;
	position:absolute;
	right:20px;
	animation-name:toTop;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

		@keyframes toTop{
			from {
				border:6px #999999 solid;
				padding-top:10px;
			 }
			to {
				border:1px #666666 solid;
				padding-top:14px;
			}
		}
		
#goToTop:hover{
	animation-name:toTopH;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}

		@keyframes toTopH{
			from {
				border:1px #666666 solid;
				  padding-top:14px;
			 }
			to {
				border:6px #999999 solid;
				padding-top:10px;
			}
		}

.arrow-up {
  margin:auto;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
}

/*--------------------- ASCENSORE (GRAPHICAL ELEMEMT) ---------------------*/

div.circle { 
	float:left;
	width: 172px; 
	height: 172px; 
	-moz-border-radius: 86px; 
	-webkit-border-radius: 86px; 
	border-radius: 86px; 
	margin-left:-20px;
	margin-top:-20px;
	box-shadow: 2px 2px 5px gray;
	animation-name: circleOut;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	cursor:pointer;
}

div.circle:hover { 
	animation-name: circleHover;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

		@-webkit-keyframes circleHover {
			from {margin-top: -20px;}
			to {margin-top: -40px;}
		}

		@keyframes circleHover {
			from {margin-top: -20px;}
			to {margin-top: -40px;}
		}

		@-webkit-keyframes circleOut {
			from {margin-top: -40px;}
			to {margin-top: -20px;}
		}

		@keyframes circleOut {
			from {margin-top: -40px;}
			to {margin-top: -20px;}
		}


div.circleSmall { 
	float:left;
	width: 132px; 
	height: 132px; 
	-moz-border-radius: 67px; 
	-webkit-border-radius: 67px; 
	border-radius: 67px; 
	margin-left:20px;
	margin-top:20px;
	box-shadow: 2px 2px 5px black;
}

.serviziIco{
	width:80px;
	height:80px;
	margin-left:20px;
	margin-top:20px;
}

.partner{
	margin-top:0px;
	width:120px; 
	background-color:10px; 
	border-radius: 10px;
	margin-left:10px;
	 -webkit-transition: width 0.5s, margin-left 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s, margin-left 0.5s;
}

.partner:hover{
	width:140px; 
	margin-left:0px;
	opacity:0.8
}

/*--------------------- TOOLTIP ---------------------*/

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
	margin-top:-40px;
	margin-left:40px;
	font-size:14px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip .toolTipServizi{
	margin-top:155px;
	margin-left:-172px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*-------------------------------BUTTONS--------------------------*/

div.iconContainer{
	margin-top:10px;
	width:200px;
	height:180px;
	padding-top:20px;
	text-align:center;
	font-size:5px;
	display:inline-block;  
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	animation-name:conAnim;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

		@keyframes conAnim{
			from {
				font-size:5px;
			 }
			to {
				font-size:15px;
			}
		}

div.icon{
	width:20px;
	height:20px;
	margin-left:90px;
	border:1px solid #666666;
	box-sizing: border-box;
	font-size:5px;
	cursor:pointer;
	background-repeat: no-repeat;
    background-position: center; 
	background-size:70px;
	margin-top:20px;
	animation-name:icoAnim;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

		@keyframes icoAnim{
			from {
				width:120px;
				height:120px;
				margin-top:0px;
				margin-left:40px;
				border:30px solid #EEEEEE;
			 }
			to {
				width:100px;
				height:100px;
				margin-top:20px;
				margin-left:50px;
				border:1px solid #666666;
			}
		}

div.icon:hover{
	width:100px;
	margin-left:50px;
	animation-name:icoHover;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

		@keyframes icoHover{
			from {
				width:100px;
				height:100px;
				margin-top:20px;
				margin-left:50px;
			 }
			to {
				width:120px;
				height:120px;
				margin-top:0px;
				margin-left:40px;
			}
		}
/*-------------------------------Landing Page & Home--------------------------*/

table.ricon{
	border-spacing: 0px;
	width: 100%; 
	margin-bottom: 60px;
}

td.info {
    border-top: solid 1px orange;
}

td.infoBottom {
    border-top: solid 1px orange;
	border-bottom: solid 1px orange;
}





















