.scroll-artea {
	margin: auto;
	width: 35px;
	height: 50px;
}

.mousartea {
	width: 3px;
	padding: 10px 15px;
	height: 55px;
	background-color: #f8f8f8;
	border: 2px solid #b0b0b0;
	border-radius: 25px;
	opacity: 0.75;
}

.scrollartea {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #444;
	margin-left: -1px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

.sez {
	display: block;
}

.hero-artea {
	
	text-align: center;
	z-index: 0;
	display:block;
	position: relative;
	padding-top: 120px;
	height: auto;
}

.hero-header-4 {
	background: rgba(46, 113, 242, 0.5)
}

.hero-header-4 .subtext {
	color: #d1def5;
}

.coming-soon-page-wrapper .section {
	padding: 0;
}

.coming-soon-page-wrapper .site-branding span {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.coming-soon-page-wrapper .site-branding span.second-word {
	margin-left: 5px;
	color: #ffffff;
}

.coming-soon-page-wrapper h1 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 55px 0 40px;
}

.coming-soon-page-wrapper h4 {
	width: 75%;
	margin: 0 auto 65px;
	line-height: 28px;
}

.coming-soon-page-wrapper .coming-soon-countdown ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 5px;
}

.coming-soon-page-wrapper .coming-soon-countdown ul li span {
	margin-right: 5px;
	color: #ccc;
}


/* Content Block 1 modifications */

.content-block-1 {
	background: #00305d
}

.content-block-1 .icon {
	color: #FFFFFF;
	font-size: 60px;
	display: block;
	margin-bottom: 20px;
}

.content-block-1 p {
	color: #d1def5;
	font-style: normal !important
}

.content-block-2 {
	background: #FF7513
}

.text-orange {
	color: #FF7513
}

.artea-menu {
	width: 100%;
}

.artea-menu-column {
	max-height: 78px;
}

.artea-film img {
	padding: 0 2.5em 1em 2.5em;
}

.artea-film p {
	text-align: center;
	color: #b0b0b0;
	line-height: 25px;
}

.artea-film p a {
	text-align: center;
	color: #a9a9a9;
}

.artea-film p a:hover {
	text-align: center;
	color: #222;
}

.artea-film h4 {
	font-size: 30px;
	text-align: center;
}

.artea-film h5 {
	font-size: 20px;
	text-align: center;
	line-height: 2em;
}

.artea-film h6 {
	font-size: 16px;
	text-align: center;
	line-height: 2em;
}

.artea-bg,
section {
	background: #f0f0f0
}


/* Portfolio style 1 modifications */

#portfolio-2 {
	background: #2e71f2;
}

.testimonial-4 {
	background: #f1f7fa
}

.donatello {
	float: left;
}

.donatello-text {
	color: #785715;
}

.col-sm-4 span {
	color: #333;
}

.col-sm-4 p {
	color: #444;
}

.titolo {
	font-style: italic;
	color: #b0b0b0;
	text-transform: lowercase;
	margin-bottom: 1rem;
}

.hh3 {
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 100;
}

.hh4 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 100;
}

.hh5 {
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 100;
	color: #777;
}

.hh6 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 100;
}

.text-grey {
	color: #999 !important;
}

.text-dark-grey {
	color: #555 !important;
}

.text-light-grey {
	color: #bbb !important;
}

#commercial {
	padding-top: 50px;
	/*padding-bottom: 100px;*/
}

footer, #contacts,#copyright {
	z-index: -9999!important;
}

  

.clientscommercial .owl-controls .owl-buttons .owl-prev,
.clientscommercial .owl-controls .owl-buttons .owl-next {
	top: 30%;
}

.clients .owl-controls .owl-buttons .owl-prev i,
.clients .owl-controls .owl-buttons .owl-next i,
.clientscommercial .owl-controls .owl-buttons .owl-prev i,
.clientscommercial .owl-controls .owl-buttons .owl-next i {
	background-color: rgba(0,0,0,0.4);
	font-size: 0.4em;
    border-radius: 50%;
    padding: 10px;
}

.footer-p {
	margin: 10px 0 20px 0
}

.footer-social a {
	margin-left: 10px;
	margin-right: 10px;
}

.footer-txt {
	color: #ccc !important;
}

.box {
	width: 40%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}

.button {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	border: 2px solid #06D85F;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.button:hover {
	background: #06D85F;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(240, 240, 240, 0.87);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	top: 20%;
	left: 20%;
	align-self: center;
	padding: 20px;
	background: transparent;
	border-radius: 5px;
	height: 60%;
	width: 60%;
	position: absolute;
	transition: all .5s ease-in-out;
	z-index: 9999999!important;
}

.popup .close {
	position: absolute;
	top: 0px;
	right: -20px;
	transition: all 200ms;
	font-size: 80px;
	line-height: 40px;
	text-decoration: none;
	color: #444;
	z-index: 999999;
}

.popup .close:hover {
	color: #000;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

video {
	width: 100% !important;
	height: auto !important;
	border: rgb(240, 240, 240) solid 10px;
}

.embed-container {
	position: relative;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	z-index: -999<
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1440px) {
	.artea-film h4 {
		font-size: 24px;
	}
	.artea-film h5 {
		font-size: 18px;
		line-height: 1.72em;
	}
	.artea-film h6 {
		font-size: 12px;
		line-height: 1.72em;
	}
}

@media screen and (max-width: 767px) {
	.scroll-artea {

	opacity: 0;
}

	.artea-menu-column {
		width: 90%;
	}
	.titolo {
		font-size: 2rem;
	}
	.hh3 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.hh4 {
		font-size: 1.8rem;
		line-height: 2.7rem;
	}
	.hh5 {
		font-size: 1.5rem;
		line-height: 2.1rem;
	}
	.hh6 {
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
	.artea-film h4 {
		font-size: 18px;
		line-height: 21px;
	}
	.artea-film h5 {
		font-size: 14px;
		line-height: 1.52em;
	}
	.artea-film h6 {
		font-size: 10px;
		line-height: 1.52em;
	}
	.box {
		width: 80%;
	}
	.popup {
		top: 100px;
		left: 0%;
		align-self: center;
		text-align: center;
		padding: 20px;
		height: 100%;
		width: 100%;
		z-index: 9999999!important;
	}
	.popup .close {
		position: relative;
		top: -20px;
		align-self: center;
	}
	.donatello {
		float: none;
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 420px) {
	.artea-film img {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.titolo {
		font-size: 1.4rem;
		margin-bottom: 0px;
	}
	.hh3 {
		font-size: 1.75rem;
		line-height: 2.5rem;
	}
	.hh4 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.hh5 {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.hh6 {
		font-size: 0.9rem;
		line-height: 2rem;
	}
	.coming-soon-page-wrapper .coming-soon-countdown ul li {
		display: inline-block;
		font-size: 12px;
		line-height: 18px;
		padding: 0;
	}
	.popup {
		top: 100px;
		left: 0%;
		align-self: center;
		text-align: center;
		padding: 20px;
		height: 100%;
		width: 100%;
		z-index: 9999999!important;
	}
	.popup .close {
		position: relative;
		top: -20px;
		align-self: center;
	}
}