@charset "utf-8";
/* CSS Document */
.main-logo{display: block; width: 220px;}
.main-logo img{width: 100%;}
#site-header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.is-sticky .main-logo{width: 155px;}
.menu-has-search.menu-has-cart #site-header.style-1 #main-nav, .menu-has-search.menu-has-cart #site-header.style-5 #main-nav {
    right: 0;
}
.rev_slider .tp-caption, .rev_slider .caption{
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1) !important;
}
.wprt-image-box{
	overflow: hidden;
	position: relative;
}
.wprt-image-box:before{
	content: '';
	display: block;
	width: 300px;
	height: 150px;
	background-color: #ffbc13;
	position: absolute;
	 -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
	 left: -100px;
    top: -30px;
	z-index: 1;
}
.wprt-image-box *{
	position: relative;
	z-index: 10;
}

.wprt-icon-box.icon-left.accent-background .content-wrap{
	height: 80px;
	position: relative;
	overflow: hidden;
	padding: 10px 10px 10px 70px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 2px solid #ffbc13;
}
	.wprt-icon-box.icon-left.accent-background .content-wrap:hover{
		padding: 10px 10px 10px 80px;
	}
	.wprt-icon-box.icon-left.accent-background .content-wrap *{
		position: relative;
		z-index: 10;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.wprt-icon-box.icon-left.accent-background .content-wrap h3{
		line-height: 16px;
		display: block;
		width: 170px;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		margin-left: 0;
	}
		.wprt-icon-box.icon-left.accent-background .content-wrap:hover h3{
			margin-left: 5%;
		}
	
	.wprt-icon-box.icon-left.accent-background .content-wrap:before{
		content: '';
		display: block;
		width: 300px;
		height: 150px;
		background-color: #ffbc13;
		position: absolute;
		 -ms-transform: rotate(-45deg); /* IE 9 */
		-webkit-transform: rotate(-45deg); /* Safari */
		transform: rotate(-45deg);
		 left: -130px;
		top: -30px;
		z-index: 1;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.wprt-icon-box.icon-left.accent-background .content-wrap:hover:before{
		 left: -90px;
	}
	.bannerTP{
		display: block;
		padding: 25px;
		text-align: center;
		color: #fff;
		background-color: #ffbc13;
	}
	
	
	
	
	
	
	
	
	
	
	
.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: rotateZ(360deg) rotateY(360deg);
  }	
	
	
	#footer {
		padding: 20px 0 30px;
	}
.style-2 a{
	color: #777;
}
.style-2 .fab{
	text-align: center;
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 1.241em;
    position: absolute;
	left: 23px;
    top: 3px;
    width: 30px;
    height: 30px;
    background-color: #f8f8f8;
}
.about{
	margin: 0 0 20px;
    font-size: 17px;
    color: #5e5e5e;
    font-weight: 600;
}
.bcover{
	display: block;
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center;
}
.servizi h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 90px;
    background-color: #ffbc13;
    color: #fff;
}
.right-tx{
	text-align: right;
}
.right-tx .wprt-lines .line-1, .right-tx .wprt-lines .line-2{
	right: 0 !important;
	left: auto;
}
.pt80{
	padding-top: 80px;
}
.logo-50{
	width: 165px;
	padding: 10px 0;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 425px) {
	.logo-50 {
    width: 105px;
    padding: 10px 0;
}
	.servizi h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 30px;
}
}
@media screen and (max-width: 320px) {}
@media screen and (max-width: 900px) and (min-width: 600px) {}