html,body{height:100%}

body{
	font:15px/23px "raleway","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	line-height: 1.5;
	color:#444;
}
.bg-trasparent{
	color:#FFFFFF;
	background-color:transparent;
}
section{
	position:relative;
	min-height: 100%;
	background-color:#FFFFFF;
	padding-top:50px;
	padding-bottom:30px;
	width: 100%!important;
}
/*section div.container{
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   
}*/
.txt-green{
	color:#44ad49;
}
.clear{
	clear:both;
}
@media (min-width: 768px) {
  	section{
		padding-top:80px;
	}
	
}
.michroma{
	font-family: Michroma;
}
/*------------------------------------*\
    TTOLO
\*------------------------------------*/
.title-section h1{
	letter-spacing: 4px;
	font-size: 45px !important;
    font-weight: bold;
    padding: 0 0.8em;
    display: table-cell;
    font-size: 100%;
    line-height: 1em;
    white-space: pre;
}
.title-section{
	margin-bottom:20px!important;
	margin-top:30px!important;
}
.vc_sep_holder {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.vc_sep_holder .vc_sep_line {
    border-color: #ebebeb;
    border-top: 1px solid #ebebeb;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%;
}	
.sub-title{
	text-align:center;
	font-size:20px;
	margin-bottom:67px;
}
.bg-trasparent .title-section h1, .bg-trasparent .sub-title{
	color:#FFFFFF;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/

header.header{
	line-height: 80px;
	min-height: 80px;
	background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px rgba(31, 50, 63, 0.25);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translateY(0%);
    -ms-transform: translateY(0%); /* IE 9 */
    -webkit-transform: translateY(0%); /* Safari */
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1000;
    display:none;
	
}
.mPS2id-highlight{
	color:#44ad49 !important;
}

div.logo a{
	line-height: 80px;
}
div.logo .logo-img{
	vertical-align:middle;
}
nav.navbar-default{
	background:none;
	border: 0px;
	box-shadow: none;
	height:auto;
}
nav.navbar{
	text-align:right;
	margin-bottom:0px;
}
nav.navbar ul{
	float:right;
}

nav.navbar ul li{
	display:inline;
	height:80px;
}
nav.navbar ul li a{
	color: #777777;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1px;
    outline: medium none;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 80px;
}
nav.navbar ul li a:hover{
	color:#44ad49!important;
	background:none!important;
}
nav.navbar ul li.current-menu-item a{
	color:#44ad49;
}
nav.navbar ul li a:after {
	content:'·';
	font-size:20px;
	position:absolute;
	color:#999999;
	font-weight:bold;
	left:10px;
}

nav.navbar ul li:first-child > a:after {
    display: none;
}
header .navbar-default .navbar-nav > .active > a{
	background:none;
	box-shadow:none;
	color:#44ad49;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/

section#home{
	position:relative;
	height: 100%;
}
video#bgvid { 
	 position:fixed;
	 right:0;
	 bottom:0;
	 min-width:100%;
	 min-height:100%;
	 width:auto;
	 height:auto;
	 z-index:-100;
	 background-color:#999999;
	 background-size:cover;
	 z-index: 0;
}
div#bgimg { 
	 position:fixed;
	 right:0;
	 bottom:0;
	 min-width:100%;
	 min-height:100%;
	 width:auto;
	 height:auto;
	 z-index:-100;
	 background-size:cover;
	 z-index: 0;
	 display:none;
}
video { 
	display: block; 
} 

@media only screen and (max-width: 768px) {
	video#bgvid {
		display:none;
	} 
	div#bgimg {
		display:block;
		background: url("../img/loop-hd.jpg") no-repeat;
	} 
	body {
		background: url(../img/loop-hd.jpg) no-repeat;
		background-size: cover; 
		background-position:center;
	}
	header .logo-img{
		height:20px;
	}
	header.header{
		min-height: 40px;
	}
	nav.navbar ul li a:after {
    	display: none;
	}
	nav.navbar ul li a {
    	line-height: 35px;
	}
	ul.navbar-nav{
		margin-right:20px;
		margin-left:20px;
		text-align:left;
		float: none !important;
	}
	ul.navbar-nav li{
		border-bottom: 1px solid #E7E7E7;
		display:block!important;
		height: auto !important;
	}
	ul.navbar-nav li:last-child{
		border-bottom: 0px;
	}
}
@media only screen and (max-width: 458px) {
	.slogan_loc h1{
		font-size: 17px!important;
	}
	.title-section h1{
		font-size: 40px !important;
		letter-spacing:3px!important;
	}
}
@media only screen and (min-width: 769px) {
	.div-strategia:hover > .dsr-strategia{
		display: block !important;
	}

	.div-ux:hover > .dsr-ux{
		display: block !important;
	}

	.div-design:hover > .dsr-design{
		display: block !important;
	}

	.div-sviluppo:hover > .dsr-sviluppo{
		display: block !important;
	}

	.div-cms:hover > .dsr-cms{
		display: block !important;
	}

	.div-altro1:hover > .dsr-altro1{
		display: block !important;
	}

	.div-sitoweb:hover > .dsr-sitoweb{
		display: block !important;
	}

	.div-applicazione:hover > .dsr-applicazione{
		display: block !important;
	}

	.div-altro2:hover > .dsr-altro2{
		display: block !important;
	}
}
.filtrer{
	background-color:#000000;
	position:fixed;
	 right:0;
	 bottom:0;
	 min-width:100%;
	 min-height:100%;
	 width:auto;
	 height:auto;
	 opacity:0.4;
}
.intestazione{
    text-align: center;
    margin:auto;
}
.logo{
	margin: auto;
}
.slogan_loc{
	border: 3px solid #fff;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.1);
    margin: 50px auto 65px;
    padding: 15px 30px 22px;
    max-width: 458px;
}
.slogan_loc h1{
	margin:0;
	font-size: 22px;
}
.scroll{
	max-width: 568px;
	margin: auto;
}
.line{
	border-top: 1px solid #fff;
    float: left;
    margin-top: 17px;
    width: 213px;
}
#home .title-section{
	margin: 0!important;
}
#home .title-section a{
	display: table-cell;
	text-decoration:none;
	padding: 0 16px;
}
#home .title-section h1{
	font-size: 16px !important;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 16px;
    padding: 5px 10px 7px;
    border: 2px solid #45a12a;
    border-radius: 25px;
}
/*.scroll h1{
	border: 2px solid #45a12a;
    border-radius: 25px;
    color: #ffffff;
    font-family: raleway;
    font-size: 16px;
    margin: 0 16px;
    padding: 5px 10px 7px;
    width: 110px;
	float:left;
}*/
.freccia{
	
}
.freccia i{
	color:#45a12a;
}

/*------------------------------------*\
    servizi
\*------------------------------------*/
.box-iconText{
	text-align:center;
	margin-bottom:30px;
}
.box-iconText i{
	font-size: 100px;
}
.box-iconText h3{
	font-size: 23px;
}
.servizi-risultati{
	padding-top:101px;
	background-image: url("../img/bg_servizi-risultati.png");
	background-repeat:no-repeat;
	background-position: top center;
}
.servizi-risultati h3{
	font-size: 24px;
}
/*------------------------------------*\
    SOCIAL
\*------------------------------------*/

.social{
	background-color: rgba(255, 255, 255, 0.2);
	padding:30px;
	cursor:pointer;
}
.social:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.social i{
	float:left;
	margin: -12px 30px 30px 50px;
}/*------------------------------------*\
    CORSI
\*------------------------------------*/
.icon-circle{
	background-color: rgba(68, 173, 73, 0.7);
    border-color: #44ad49;
    border-radius: 500px;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 70px;
    height: 130px;
    line-height: 130px;
    width: 130px;
    margin-bottom:20px;
}
.line-arrow{
	border-bottom: 2px solid #c1c1c1;
    margin: 4em auto;
    height: 1px;
}
.line-arrow div{
    left: 50%;
    position: relative;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
}
.line-arrow i{
	background-color: #c1c1c1;
    border-color: transparent;
    border-radius: 50%;
    border-style: solid;
    color: #ffffff;
    font-size: 1em;
    height: 30px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    width: 30px;
}
/*------------------------------------*\
    contatti
\*------------------------------------*/

section#contatti{
	background-color:rgba(0, 0, 0, 0.3);
}
section#contatti .container{
	margin-bottom:40px;
}
#contatti p:last-child{
	margin-bottom:0px;
}
.txt-contatti p{
	padding-left:30px;
	margin-bottom:22px;
}
.txt-contatti p span{
	padding-left:13px;
}
.txt-contatti i{
	margin-left:-30px;
}
.txt-contatti, .maps{
	background-color: rgba(255, 255, 255, 0.2);
}
.txt-contatti{
	padding:27px 20px;
	margin-bottom: 5px;
}
.maps{
	padding:20px;
}

/*------------------------------------*\
    Preventivo
\*------------------------------------*/
#preventivo .btn{
	background-color: #C5C5C5;
	color: #ffffff;
	text-transform: uppercase;
	border:0px; 
	box-shadow: none;
	background-image: none;
	text-shadow:0px 0px 0px;
	letter-spacing: 0.8px;
}
#preventivo .btn.selected{
	background-color: #44ad49;
}
#preventivo .btn:hover{
	background-color: #44ad49;
}
#preventivo .cnt-button:hover > .btn{
	background-color: #44ad49;
	border-radius: 4px 4px 0 0 ;
}
.btn-margin{
	margin-bottom: 15px !important;
}
/*#preventivo fieldset{
	margin-bottom: 15px;
}
.col-sx-padding{
	padding-left: 6px !important;
	padding-right: 6px !important;
}*/
#preventivo .btn.btn-azione{
	background-color: #44ad49;
	margin-top: 40px;
    padding: 15px 22px;
}
#preventivo .btn.btn-azione:hover{
	background-color: #000;
}
.title-form p{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

div.form_successo{
    border-radius: 20px;
    display: none;
    padding-top: 0px;
}

div.form_successo img{
    position: relative;
    top: -14px;
}
/*.btn-default:active{
	background-color: #44ad49 !important;
	color: white !important;
}
.btn-default:hover{
	background-image: none !important;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(68,173,73,1);
	-moz-box-shadow: 0px 2px 1px 0px rgba(68,173,73,1);
	box-shadow: 0px 2px 1px 0px rgba(68,173,73,1);
	background-color: rgba(224, 224, 224, 0.62) !important;
	color: black !important;
	z-index: 2;
}*/

.dsr-strategia, .dsr-ux, .dsr-design, .dsr-sviluppo, .dsr-cms, .dsr-altro1, .dsr-sitoweb, .dsr-applicazione, .dsr-altro2{
	display: none;
	position: absolute !important;
	width: 100%;
	z-index: 5;
	margin-top:-15px;
}

p.formattazione_text{
	background-color:#7CC57F;
	position: absolute !important;
	width: 100%;
	z-index: 5;
	border-radius: 0px 0px 5px 5px;
	color: white;
	text-align: center;
	font-size: 14px;
    padding: 8px;
}

.cnt-button{
	position:relative;
}

.required_mailfrom, .required_mittente, .required_mailfrom_valid {
	color: red;
    text-align: center;
    margin-top: -12px;
    display: none;
}

.required_captcha{
	color: red;
    text-align: center;
    margin-top: -2px;
    display: none;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

@media (min-width: 768px) {
	footer{
		line-height:100px!important;
		padding:0!important;
	}
	footer .txt-right{
		text-align:left!important;
	}
	footer .txt-left{
		text-align:right!important;
	}
	footer img{
		vertical-align: bottom!important;
		margin-bottom:39px!important;
	}
}

footer{
	z-index: 100;
	background-color:#ffffff;
	position:relative;
	min-height:100px;
	line-height:1.5;
	text-align:center;
	padding:20px 0;
}
footer img{
	vertical-align: middle;
	margin-bottom:20px;
	width:100px;
}
footer p{
	margin:0px;
	font-size: 12px;
}
footer .turn-top{
	background-color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    width: 40px;
    text-align:center;
    margin-left: -20px;
    position: absolute;
    top: -40px;
    left:50%;
}




/*------------------------------------*\
    css FULLSCREEN
\*------------------------------------*/



/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
}

/* visual styles */
.not-fullscreen {
    height:50%;
}

.ui-widget-header{
	background: #44ad49 !important;
	color: white !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: white !important;
}
.ui-widget-content{
	background: #ECECEC !important;
}
@media only screen and (max-width: 570px) {
	.title-section h1 {
		text-align: center;
    	white-space: inherit;
    }
}