/*generali*/

section:not(#top), footer {
	position: relative;
}
.g-recaptcha {
	text-align: center;
	display: block;
	margin: 20px auto 20px;
}
.g-recaptcha > div {
	display: block;
	margin: 0 auto;
}
/*PRELOADER*/
#preloader {
    background-color: #fff;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.preloader-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-image:url("../img/logo-palla.png");
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 100px);
    width: 200px;
}

#preloader.preloader_animation {
    animation: 1s cubic-bezier(0.7, 0, 0.3, 1) 0s normal forwards 1 running animLoadedHeader;
}
@keyframes animLoadedHeader {
100% {
    transform: translate3d(0px, -100%, 0px);
}
}
#circle {
    animation: 1s linear 0s normal none infinite running rotation;
    border-radius: 100%;
    height: 220px;
    left: -10px;
    margin: 0 auto;
    position: absolute;
    top: -10px;
    width: 220px;
}
#circle::before {
    border-color: #0eb3df transparent transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    content: "";
    display: block;
    height: 100%;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 100%;
}
@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}


/*HEADER NAV*/
#cookie-bar{
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
    font-size: 10px;
}
.navbar{
    transition: margin-top 0.2s;
}
.navbar .container {
	padding: 5px 25px 3px;
}
.navbar-right {
	margin-top: 5px;
	text-align: center;
	float: none;
}
.logo-cont {
	position: relative;
	bottom: -6px;
}

.navbar-header img.logo-light {
	margin:0;
    max-height:none;
    max-width:none;
    width:40px;
}

.navbar-header img.logo-dark {
	margin: 0;
	max-height: none;
	max-width: none;
	width: 40px;
}

.navbar.transparent-white .collapse.in .navbar-nav > li > a {
	color: #0EB3DF;
}
.navbar.transparent-white.nav-collapsed .navbar-nav > li > a {
	color: #0EB3DF;
}

.nav-collapsed .navbar-right {
	margin-top: 5px;
	text-align: center;
	float: none;
}
.netskin-text {
	display: inline-block;
	margin-left: 5px;
	font-size: 21px;
	position: relative;
	bottom: -4px;
	font-weight: lighter;
}
.navbar.transparent-white .netskin-text {
    color:#fff;
}

.navbar.transparent-white.nav-collapsed .netskin-text{
    color:#0EB3DF; 
}

.navbar .navbar-toggle {
	margin: 20px 15px 0;
}

.navbar.transparent-white .navbar-toggle .icon-bar {
	background-color: #0EB3DF;
}

/* #HEADER
================================================== */
#top{height:100%; min-height:663px;}
.hero-content
{ 
    display:none;
}
.mobile-header{display:none;}
/*parallax*/
.parallax-container {
	overflow: hidden;
	display: block;
	position: absolute;
	height: 100%;
	background: white;
	width: 100%;
}
.parallax-container .parallax {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../images/parallax-header.jpg");
	background-size: 150% 150%;
	background-repeat: no-repeat;
}

.parallax3{opacity:0.2;}
.parallax2{opacity:0.4;}
.parallax1{opacity:0.8;}
/*video*/
.background-video {
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
    overflow:hidden;
}
.background-video .overlay{
    background:url("../img/assets/01.png");
    position:absolute;
	top: 0;
	bottom: 0;
	width: 100%;
    opacity:0.5;
}
.hero-fullscreen {
	position: relative;
	height: 760px;
	background-color: #000;
    overflow:visible;
}

.floating-elements {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 86%;
	width: 100%;
    overflow:visible;
}

.scene{    
   position:relative;
   width:100%;
   height:100%;
   overflow:visible;
   margin:0;
   padding:0;
}

#scene li img{
    width:100%;
}

#cursor-right {
    top: 20% !important;
    left: 80% !important;
    display: inline-block !important;
    position: absolute !important;
    width: 8%;
    max-width:108px;
}

#arrow-up{
  top:100% !important;
  position:absolute !important;
  left:22% !important;
  width:3%; 
  max-width:40.5px;
}

#cursor-hand{
  top:23% !important;
  position:absolute !important;
  left:19% !important;
  width:10%; 
  max-width:135px;
}

#pupetto img{width:100%;}

#pupetto{
     top:90% !important;
     position:absolute !important;
     left:74% !important;
     width:5%;
    -webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;  
    max-width:67px;
    z-index:2;
}
#pupetto:hover {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#marker{
    top:15% !important;
    position:absolute !important;
    left:40% !important;
    width:3%;
    max-width:40.5px;
}
#cursor-left{
   top:76% !important;
   position:absolute !important;
   left:10% !important; 
   width:5%;
   max-width:67px;
}
#cursor-left img {
	-moz-transform: scaleX(-1);
	/* -o-transform: scaleX(-1); */
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: none;
	-ms-filter: "FlipH";
}
#portfolio-slider {
	bottom: 0;
	position: absolute !important;
	margin: 0 auto;
    right:0;
    left:0;
    margin:0;
	width: auto;
	text-align: center;
	display: inline-block !important;
}

.portfolio-slider-cont {
	display: inline-block;
	width: 63.7%;
	overflow: visible;
	height: auto;
	position: absolute;
	bottom: -6.5%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 859.5px;
}

#top .bxslider > li {
	left: 0;
	overflow: hidden;
}

.hero-content {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 1 !important;
	z-index: 0;
}
.hero-content h1 {
	text-shadow: 1px 2px 3px #333;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-content .container {
	padding: 0;    
}

.hero-content .m-auto{
	transform: translateY(50%);
}

.triangle-container {
	position: absolute;
	bottom: -75px;
	margin: 0 auto;
	height: 150px;
	width: 150px;
	left: 0;
	right: 0;
	z-index: 0;
    transform:translateY(10px);
    transition: transform 0.2s;
}

.triangle {
	width: 100%;
	height: 100%;
	opacity:0.5;
	transform: rotate(135deg);
	position: absolute;
	z-index: 1;
    background:#000;
    transition: opacity 0.2s;
    cursor:pointer;  
}

.triangle-icon {
	position: absolute;
	display: inline-block;
	z-index: 2;
	left: 0;
	right: 0;
	color: white;
    text-align:center;
    cursor:pointer;    
}

.triangle-icon i {
	padding: 7px 7px;
	border: 2px solid white;
	border-radius: 25px;
}

.bx-wrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6.5%; 
	width: 68%;
	height: 74%;
	left: 17%;
	z-index: 99999;
}
.bx-wrapper .bx-viewport {
	height: 100% !important;
	overflow: hidden !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 6px;
	height: 6px;
	margin: 2px 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: -2px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(../images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-15px;
	background:url(../images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-pager-link.active {
	background: #333 !important;
}

.slide-caption {
	position: absolute;
	height: 40px;
	background: rgba(0,0,0,0.7);
	display: block;
	width: 100%;
	bottom: 20%;
	padding-top: 12px;
}

.slide-caption .title {
	color: #f5f5f5;
	display: inline-block;
	width: auto;
}

.slide-caption .link{
	color:#eee;
}
.slide-caption .link:hover{
    color:white;
}

/*AZIENDA*/
#azienda {
	z-index: -1;
	position: relative;
}
/*PORTFOLIO*/
#list-portfolio{
    margin:0 auto;
    width:100% !important;
}
.isotope-pager {
	text-align: center;
	margin: 20px 0 5px;
}

.isotope-pager .pager {
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
	color: #555;
	margin: 0;
}

.button-group.filter-button-group {
	text-align: center;
	margin-bottom: 0;
}
.filtro {
	display: inline-block;
	padding: 0 14px;
	font: 600 11px 'Poppins', sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
	margin: 0 3px 10px 3px;
	background-color: transparent;
	border: none;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.pager.current {
	background: #ddd;
	padding: 0px 10px;
	color: #333;
}

.grid .grid-item{
    overflow:hidden;
}
.grid figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.grid-item .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.2s;
}
.grid-item:hover .overlay{
    opacity:1;
}
@media(max-width:640px){
    .grid-item .expander {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    }
}
.overlay .caption {
	position: absolute;
	width: auto;
	text-align: center;
	display: inline-block;
	right: 0;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    color:white;
}
.overlay .caption h3{color:white;}

.effect-apollo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,-160%,0);
	transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,-160%,0);
}
.grid-item:hover .effect-apollo::before {
	-webkit-transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,160%,0);    
	transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,160%,0);
}
/* Expander Item Styles */
	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 960px;
	}
	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
        background:#f8f8f8;
        margin-top:20px;
        
	}

	#expander-wrap{
		position: relative;
		width:100%;
		
		margin:0 auto;
		overflow: hidden;
        padding-top:20px;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 960px;
		margin:0 auto;
	}

	.expander-inner{
		position: relative;
	}

	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		z-index:1;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:100;
		text-align:center;
		cursor: pointer;
		float:right;
        right:30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}


.just_pattern11 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.4)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.4));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}

.portfolio-description{
    float:left;
    margin-right:0px;
}

.nome_cliente{
    font-size:20px;
    color:#151515;
}
.nome_cliente::after {
	content: "";
	display: block;
	width: 70px;
	min-height: 1px;
	background: #151515;
	margin: 0 auto;
}

.descrizione_cliente, .tip_att, .link_cliente{
    font-size:13px;
    color:#151515;
}

.descrizione_cliente {
	margin: 0;
}

.tip_att{
    padding:5px 0;
}

.tip_att span{
    width:65px;
    display:inline-block;
}

.portfolio-description hr {
	margin: 10px 0;
}

.link_cliente {
	padding: 10px;
	background: #fff;
	display: inline-block;
	margin-top: 10px;
    box-shadow: 1px 1px 3px #ccc;
    color:#777; 
}

.expander-wrap .owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	margin: 2px;
	background: #929292;
}

.expander-wrap .owl-theme .owl-dots .owl-dot.active span, .expander-wrap .owl-theme .owl-dots .owl-dot:hover span {
	background: #555;
}
.close {
	opacity: 0.6;
}
.portatile-container {
	position: absolute;
	top: 5.5%;
	bottom: 15.5%;
	right: 13.5%;
	left: 13.5%;
	overflow: hidden;
	border-radius: 2px;
}

@media(max-width:1280px){
    .portatile-container {
    	top: 5.5%;
    	bottom: 15.5%;
    	right: 14%;
    	left: 14%;
    }
}
@media(max-width:999px){
    .portatile-container {
    	top: 5.5%;
    	bottom: 15.5%;
    	right: 14.5%;
    	left: 14.5%;
    }
    .owl-carousel .owl-stage-outer {
        height:100%;
    }
}
@media(max-width:800px)
{
    .portatile-container {
    	top: 5.5%;
    	bottom: 15.5%;
    	right: 13.5%;
    	left: 13.5%;
    }
}
@media(max-width:800px)
{
    .portatile-container {
    	top: 5.5%;
    	bottom: 15.5%;
    	right: 14%;
    	left: 14%;
    }
}
@media(max-width:360px)
{
    .portatile-container {
    	top: 5.5%;
    	bottom: 15.5%;
    	right: 15.5%;
    	left: 15.5%;
    }
    
    .expander-wrap .cls-btn .close {
    	position: relative;
      	top: -10px;
       	right: 10px;
    }
}

/*CONTATTI*/
    .telefono{
        color:#000; 
    }
    
    .hide{display:none;}

    #erroreForm {
        background: #f87676 none repeat scroll 0 0;
        color: white;
        display: none;
        font-size: 12px;
        margin-bottom: 20px;
        padding: 5px;
        text-align: center;
        width: auto;
    }
    
    #successForm {
            background: #5bb75b none repeat scroll 0 0;
            border-radius: 0px;
            color: white;
            display: none;
            font-size: 12px;
            padding: 5px;
            text-align: center;
            width: auto;
            margin-bottom:20px;
    }
    .errors {
        display:none;
    	list-style: none;
    	background: #ffb4b4;
    	text-align: left;
    	padding: 10px;
    }
    
    .errors li label.error{
        color:white;
        font-weight:lighter;
    }
/*MAP*/
.info-content h3 {
	font-weight: lighter;
	font-family: Roboto;
	margin-bottom: 5px;
	text-align: left;
	font-size: 20px;
	letter-spacing: 1px;
}
.info-content img {
	margin-bottom: 10px;
}
.info-text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 19px;
	position: relative;
}
.info-text i {
	margin: 0;
	position: absolute;
	left: 0px;
	top: 3px;
}
.info-text .fa.fa-map-marker {
	left: 2px;
	font-size: 17px;
    top:2px;
}
.info-text .fa.fa-envelope {
	font-size: 11px;
}