/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: ADRIA.*/
/* Version: 1.0 Initial Release*/
/* Build Date: 02nd Sep 2014*/
/* Author: Designova.*/
/* Website: https://www.designova.net */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 02 - HEADER, INTRO & NAVIGATION */
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - FOOTER*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html,body{
	overflow-x:hidden !important;
    margin: 0px;
    padding: 0px;
}
body
{
	font-weight:300;
	/*font-family: 'HelveticaNeueLTStdTh';*/
	font-size: 15px;
}
a{
	text-decoration: none;
	color: #777;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus{
	text-decoration: none;
	color: #10AEE0;
}
a:focus {
    	outline: none;
}
.link-visible {
  text-decoration:underline;
  color: #10AEE0;
}
.animated{
	visibility: hidden;
}
.copyright a {
	text-decoration: none;
	color: #8a8a8a;
}
.copyright a:hover {
	text-decoration: none;
	color: #10AEE0;
}
.prodotti a {
	text-decoration: none;
	color: #10AEE0;
}
.prodotti a:hover {
	text-decoration: none;
	color: #10AEE0;
}
.parallax a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.parallax a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7)!important;
}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}
p{
	color: #777;
	font-weight:300;
	font-size: 15px;
	line-height: 25px;
}
h1,h2,h3,h4,h5,h6,label{
	font-family: 'HelveticaNeueLTStd';
	margin-top: 0;
	font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1200px;
	}
}
/*Common Spacing and Padding*/

.page-section{
	padding: 80px 0;
}
.separator-section{
	padding: 100px 0;
}
.add-top{
	margin-top: 120px;
}
.add-bottom{
	margin-bottom: 120px;
}
.add-top-half{
	margin-top: 60px;
}
.add-bottom-half{
	margin-bottom: 60px;
}
.add-top-quarter{
	margin-top: 30px;
}
.pad-top{
	padding-top: 120px;
}
.pad-bottom{
	padding-bottom: 120px;
}
.pad-top-half{
	padding-top: 60px;
}
.pad-top-quarter{
	padding-top: 30px;
}
.pad-bottom-half{
	padding-bottom: 60px;
}
.pad-bottom-quarter{
	padding-bottom: 30px;
}
.pad-left-sm{
	padding-left: 20px;
}
.pad-bot-footer img{
	padding-bottom: 5px;
}
.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.pad-index{
	padding-top: 140px;
	padding-bottom: 140px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.no-pad{
	padding: 0 !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.align-inline{
	display: inline-block;
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.poster-img{
	background:url(../images/background/01.jpg) center center no-repeat !important;
	background-size: cover !important;
}
.pad-top-servizi{
	padding-top: 80px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.standard-header{
	height: 80px;
	background:transparent;
	width: 100%;
    z-index: 210;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	background:#fff;
	position: fixed;
	top: 0;
}
.standard-header-top{
	position: fixed;
	opacity: 1;
	top: 0;
}
.standard-header-bottom{
	position: fixed;
	display: block;
	bottom: 0;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.standard-nav {
    float: right;
    list-style: none outside none;
    margin: 28px 5px 0;
    padding: 0;
}
.standard-nav li {
    display: inline-block;
    float: left;
    margin-left: 6px;
}
.standard-nav li > a {
	border-bottom: 2px solid transparent;
    padding: 5px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}
.standard-nav li > a.highlighted{
	border-bottom: 2px solid;
    padding: 5px;
}
.main-logo{
	margin-top: 15px;
	margin-left: 12px;
	max-width: 200px;
}
.mobile-logo{
	position: fixed;
margin-top: 7px;
margin-left: 10px;
max-width: 125px;
z-index: 999;
}
.mastfoot{
	padding: 15px 0;
}
.foot-social{
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-social li{
	display: inline-block;
	margin: 0 5px;
}
.mastfoot .credits{
	margin-top: 20px;
	font-size: 14px;
	line-height: 21px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-title{
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'HelveticaNeueLTStd';
}
.main-heading{
	margin-bottom: 40px;
}
.main-heading>span{
	font-size: 12px;
	line-height: 19px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border-top:solid 2px;
	border-bottom:solid 2px;
	border-left:none;
	border-right:none;
	padding: 7px 0px 5px 4px;
}
.super-promo-text{
	font-size: 24px;
	line-height: 31px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.promo-text{
	font-size: 16px;
	line-height: 23px;
}

/*Mouse Icon Animated*/

/*mouse scroll indicator icon*/
.intro .mouse-icon-wrap{
	width: 100%;
	text-align: center;
}
.intro .mouse-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid;
    border-radius: 25px;
    bottom: 50px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
    cursor: pointer;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}

.intro .mouse-icon:hover{
	opacity: 0.3 !important;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}
.intro .mouse-icon .wheel {
    -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -moz-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    -o-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
    border-radius: 50%;
    height: 12px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    right: 0;
    width: 6px;
}
.intro .mouse-icon.color:hover .wheel {
    background-color: #10AEE0;
}
.intro .mouse-icon.color .wheel {
    background-color: #10AEE0;
}
@-moz-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-webkit-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@-o-keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}
@keyframes magic-mouse-icon {
	0% {
	    margin-top: 6px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 18px;
	    opacity: 0;
	}
}


.arrows {
    font-size: 0;
    margin-top: 35px;
}
.arrows .arrow {
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
.arrows .arrow.left {
    margin-right: 12px;
}
.arrows .arrow i.fa {
    color: inherit;
    padding: 5px;
    transition: all 0.15s ease 0s;
}
.arrows .arrow i.fa:hover {
    color: #46CAD7 !important;
}


/*Buttons*/
.btn-adria{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-adria-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-adria:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-adria-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-adria-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-adria-dark{
	border:solid 1px #000;
	background: transparent;
	color: #000;
}
.btn-adria-dark:hover{
	border:solid 1px #10AEE0;
	background: #10AEE0;
	color: #fff;
}

.btn-adria-color{
	background: transparent;
	border:solid 2px;
}
.btn-adria-color:hover{
	color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*ABOUT*/
.about-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-content{
	padding: 100px 0;
}

.welcome-text-sub{
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 20px 0;
	font-size: 16px;
	line-height: 23px;
	font-style: italic;
}

/*TEAM*/
.team-stage{
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}
.team .owl-theme .owl-controls{
	margin: 0;
}
.team-stage h3{
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 0;
	margin-top: 0px;
	padding: 10px;
}
.team-stage h6{
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	font-style: italic;
	padding: 10px;
}

.clients-carousel .owl-prev{
	margin-top: -10px !important;
}
.team-carousel .owl-next{
	background: transparent url(../images/next-dark.png) no-repeat center center !important;
}
.team-carousel .owl-prev{
	background: transparent url(../images/prev-dark.png) no-repeat center center !important;
}

/*SERVICES*/
.features-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.features-inner{
	padding: 140px 120px 120px 120px;
}
.feature-icon i {
    display: block;
    float: left;
    font-size: 50px;
    margin-bottom: 50px;
    margin-right: 20px;
    margin-top: -10px;
}
.feature-icon h4 {
	font-weight: normal;
}
.feature-heading{
	margin-bottom: 30px;
}
.feature-heading>span{
	font-size: 14px;
	line-height: 21px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border:solid 2px;
	padding: 7px 5px 5px 9px;
}
.features-slider p{
	font-size: 12px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.features-slider-triggers{
	margin-top: 20px;
}
.features-slider-triggers img{
	width: 70px;
	height: 70px;
	padding: 5px;
}
.features-slider-triggers a{
	opacity: 0.2;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.features-slider-triggers a:hover{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.features-triggered{
	opacity: 1 !important;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;

}
.testimonial-text{
	font-size: 25px;
	line-height: 31px;
	font-weight: 200;
	font-family: 'HelveticaNeueLTStd',sans-serif;
	letter-spacing: 1px;
}

/*CLIENTS*/

.client-list{
	list-style: none;
	padding: 0;
}
.client-list li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom:solid 8px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.client-list li:hover{
	border-bottom:solid 8px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


/*PROMO*/
.promo-bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.promo-inner{
	padding: 140px 120px 120px 120px;
}
.promo h1{
	font-size: 36px;
	line-height: 43px;
	font-weight: 200;
}
.promo h3{
	margin-top: 20px;
	padding-top: 20px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4px;
    line-height: 21px;
    border-top: solid 1px;
    text-transform: uppercase;
}

/*PRICING*/
#ws .price {
    border: 8px solid;
    margin: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#ws .price:hover {
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
#ws .price h1 {
    font-size: 64px;
    line-height: 71px;
    font-weight: 200;
}
#ws .price h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 200;
    padding: 10px;
}
#ws .price h6 {
    font-size: 16px;
    font-weight: 200;
    font-style: italic;
}
#ws .price p {
    font-size: 14px;
    line-height: 28px;
}
#ws .price-specs{
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 20px 0;
	margin: 20px 0;
}

/*FEATURED*/
.featured img{
	margin-top: 15px;
}

/*PORTFOLIO*/
.cbp-l-caption-title{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 21px;
}

/*NEWS*/
.news-post-list{
	padding: 80px 0;
}
.news-post-list h1{
    font-size: 25px;
    line-height: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
	font-family: 'HelveticaNeueLTStd';
}
.news-subline{
	width: 30%;
	height: 2px;
	margin-bottom: 15px;
	display: inline-block;
}
.news-post-list-wrap{
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.news-post-list-wrap:hover{
	border-top: solid 10px;
	border-bottom: solid 10px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.news-more{
	padding-top: 80px;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4px;
    line-height: 21px;
    text-transform: uppercase;
}

/*CALL TO ACTION*/
.call-to-action{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*CONTACT*/

.contact{
}
.contact-form{
}
/*contact form*/

.email-wrap{
	padding-top: 20px;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;font-weight:300;
}
.contact-form-wrap{
}
.contact-item{
	padding: 40px;
}
input {
    /*background: transparent !important;*/
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 0px !important;
    padding: 10px 5px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
			outline: none;
}
textarea {
    /*background: transparent !important;*/
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-top: 0;
    padding: 10px 0 !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    font-size: 24px;
}
.contact-label-box {
	font-weight:300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;font-weight:300;
	margin-bottom:10px;
	padding:10px;
	text-align: left;
}
.btn-wrap{
	margin-top: 30px;
}
.space-left{
	margin-left: 1%;
}


.alert{
	margin-top: 0px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.alert > p{
	text-shadow:none;
	font-size: 14px;
	line-height: 21px; font-weight:300;
}

.address-wrap h3{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 4px;
    line-height: 21px;
    text-transform: uppercase;
}

.email-wrap{
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}

/*SINGLE PROJECT PAGE*/

.single-project{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-project h1{
	font-size: 48px;
	line-height: 55px;
	font-weight: 200;
}
.single-project h1 > strong{
	font-size: 48px;
	line-height: 55px;
	font-weight: 200;
}
.single-project h3{
	margin-bottom: 30px;
}
.single-project h3>span{
	font-size: 32px;
	line-height: 39px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border:solid 2px;
	padding: 7px 5px 5px 11px;
}
.single-project h5{
	margin-top: 30px;
}
.single-project h5>span{
	font-size: 12px;
	line-height: 19px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border:solid 2px;
	padding: 7px 5px 5px 11px;
}
.explore-link{
	margin-top: 25px;
	margin-left: 45px;
	margin-right: 45px;
}
.explore-link a{
	font-size: 18px;
	line-height: 25px;
	font-weight: 200;
	font-style: italic;
}
.explore-link a:before{
	content: '';
	height: 1px;
	width: 30px;
	background: #000;
	display: inline-block;
	position: absolute;
	bottom: 12px;
	margin-left: -40px;
}
.explore-link a:after{
	content: '';
	height: 1px;
	width: 30px;
	background: #000;
	display: inline-block;
	position: absolute;
	bottom: 12px;
	margin-left: 10px;
}
.single-project-carousel-item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-project .owl-wrapper-outer{
	height: 100% !important;
}
.single-project-carousel .owl-next{
	background: transparent url(../images/next-dark.png) no-repeat center center !important;
}
.single-project-carousel .owl-prev{
	background: transparent url(../images/prev-dark.png) no-repeat center center !important;
}
.project-subline{
	width: 30%;
	height: 2px;
	margin-bottom: 10px;
	display: inline-block;
}
.copyright-bar {
    background-color: #fff;
		text-transform: uppercase;
		height: 60px;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.copyright-bar .copyright {
    line-height: 30px;
    color: #8a8a8a;
}
@media (min-width: 990px) {
.payment-methods {
    text-align: right;
}
}
.link-widget {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 0 50px 0px;
}
.link-widget li {
    margin: 0 0 10px 0;
}
.cf-style-1 .le-input {
    border-radius: 0;
    padding: 9px;
}

.le-input {
    border-radius: 3px;
    border: none!important;
    color: #3d3d3d;
    width: 100%;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-logo{
	margin-bottom: 25px;
}
.img-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	padding: 200px;
	padding-left: 5%;
}
.servizi{
	text-transform: uppercase;
	font-size: 70px;
	letter-spacing: 10px;
}
.font2{
	font-family: 'HelveticaNeueLTStd';
}
.uppercase{
	text-transform: uppercase;
}
.fullwidth{
	width: 100%!important;
}

/*MISC*/

.video-caption h3{
	margin-bottom: 30px;
}
.video-caption h3>span{
	font-size: 24px;
	line-height: 31px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 4px;
	border:solid 2px;
	padding: 7px 5px 5px 11px;
}
.white{
	color: #fff;
}
.black{
	color: #000;
}
.dark{
	color: #555;
}
.color{
	color: #10AEE0;
}
.footer{
	color: #777;
}
.softwhite-bg{
	background: #fafafa;
}
.search-area {
    border: 5px solid #10AEE0;
    border-radius: 7px;
    margin: 8px 0 0 0;
}
.top-search-holder {
    margin: 19px -20px 0px 0px;
		padding-left: 18px;
		padding-right: 0px;
}
.top-cart-row .top-cart-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
	margin-bottom: 20px;
}
.top-search-holder .search-area .search-button {
    background-color: #10AEE0;
    margin-top: -2px;
}
.float-right{
	float: right;
}
@media (max-width: 992px) {
	.float-shop-cart{
		text-align: center!important;
	}
	.pad-top-mobile{
		padding-top: 50px;
	}
	.pad-top-mobile-half{
		padding-top: 25px;
	}
}
.float-shop-cart{
	text-align: right;
}
.white-opacity{
	color: rgba(255, 255, 255, 0.7);
}
.thanks-page{
	font-size: 60px;
  line-height: 70px;
}
.text-left-important{
	text-align: left!important;
}
.intro-right-important{
	text-align: right!important;
}
.align-top{
	vertical-align: top;
}
label{
	text-transform: uppercase;
}
.carousel-holder .title-nav h1,
.carousel-holder .title-nav h2 {
  font-weight: normal !important;
  background-color: #fff;
  color: #555;
  letter-spacing: -1px;
  padding: 0 23px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
	margin-bottom: 0px;
}
.sub-form-row input {
    border-radius: 5px!important;
    border: 6px solid #10AEE0!important;
    padding: 28.5px!important;
    color: #3d3d3d!important;
    width: 82%!important;
    border-radius: 0px 0 0 0px!important;
}
.sub-form-row button {
    border-radius: 0 0px 0px 0;
    padding: 24.5px 30px;
    margin: 0 0 0 -5px;
		background-color: #10aee0;
}
.sub-form-row:before {
    content: "";
    position: absolute;
    top: 43%;
    display: block;
    height: 7px;
    width: 100%;
    background-color: #10AEE0;
    z-index: 0;
}
.rel-pos{
	position: relative;
}
.carousel-holder{
	padding: 0 18px;
}
.sicurezza-famiglia-impianti-per-privati label{
	font-size: 16px;
}
.link-list-row {
    margin: 75px 0 72px 0;
}

/* ------------- VIDEO BG ------------------*/

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade {
   opacity: .5;
}

#polina {
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100;
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}
.right-clmn{
	text-align: center;
}
ul .dropdown-menu li a:hover{
	color: #10AEE0;
}
.dropdown-width-lim{
	max-width: 205px;
	min-width: 195px;
}
.crt-popup-wrapper .crt-popup .crt-popup-left .crt-video .crt-video-container video {
    transform: translateX(0) translateY(0)!important;
}
.mt-1 {
	margin-top: 1rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-5 {
	margin-top: 5rem;
}

.container-quill-view span {
	font-size: 2rem !important;
}

.eventi-list-item {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	cursor: pointer;
	text-decoration: none;
}

.eventi-list-item:hover {
	cursor: pointer;
	background-color: #10AEE0;
	color: white;
}

.eventi-list-item-text {
	padding-left: 10px;
	font-size: 20px;
}