*{
	font-family: 'Scada', sans-serif;
	font-weight: 400;	
	/*-webkit-font-smoothing: antialiased;*/
}
a{
	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
}
p{
	color: #6d6d6d;
	text-align: justify;
	line-height: 26px;
}
.div_h3{
	float: left;
	width: 100%;
	height: 18px;
	margin-bottom: 5px;
	background: url(../img/titoli.jpg) repeat-x left center;
}
h3{
	font-family: 'Scada', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	padding-right: 20px;
	float: left;
	background: #ffffff;
	color: #80b11d;
	font-size: 15px;
	line-height: 14px;
	text-transform: uppercase;
}
span{
	color: #80b11d;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 20px;
	padding-right: 20px;
}

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

.box_form{
	min-height: 300px;
	background: #80b11d url(../img/bg.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_form h1{
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: 'Scada', sans-serif;
	font-weight: 400;	
}
#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: #80b11d url(../img/bg.jpg);
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
	font-size: 12px;
}
#sidebar-wrapper .sidebar-nav p{
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 16px;
	font-size: 11px;
	margin-top: 25px;
	padding-right: 30px;
}
#sidebar-wrapper .sidebar-nav a.studio09{
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 16px;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 30px;
	width: 100%;
	background: none !important;
}
#sidebar-wrapper .sidebar-nav a.studio09 img{
	width: 70px;
}

a.menu_home{
	background-image: url(../img/menu_home.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_staff{
	background-image: url(../img/menu_staff.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_innesti{
	background-image: url(../img/menu_innesti.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_carico{
	background-image: url(../img/menu_carico.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_multimedia{
	background-image: url(../img/menu_multimedia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_sala{
	background-image: url(../img/menu_sala.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a.menu_contatti{
	background-image: url(../img/menu_contatti.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a.menu_home.active, a.menu_home:hover,
a.menu_staff.active, a.menu_staff:hover,
a.menu_innesti.active, a.menu_innesti:hover,
a.menu_carico.active, a.menu_carico:hover,
a.menu_multimedia.active, a.menu_multimedia:hover,
a.menu_sala.active, a.menu_sala:hover,
a.menu_contatti.active, a.menu_contatti:hover{
	background-position:right top;
	background-color: rgba(255,255,255,0.2);
}

.big_video{
	min-height: 350px;
	margin-right: 0px;
	padding-right: 0;
}
.lista_video{
	margin-left: 0px;
	padding-left: 0;
}
.miniature_video{
	background: #eee;
	min-height: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#page-content-wrapper {
  width: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  /*text-indent: 20px;*/
}

.sidebar-nav li a {
	padding-right: 65px;
  color: #ffffff;
  display: block;
  text-decoration: none;
	text-align: right;
}

.sidebar-nav li a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	margin-top: 30px;
	margin-bottom: 30px;
 	height: 135px;
}

.sidebar-nav > .sidebar-brand a {
 	color: #999999;
	text-align: center !important;
	padding-right: 0px;
	
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}


.inset {
  padding: 20px;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
  background: #80b11d;
	
}

#menu-toggle {
  display: inline-block;
  background: #80b11d !important;
  color: #ffffff;
  border: 0px;
  line-height: 20px;
  font-size: 17px;
}

.multimedia_img{
	padding: 0px;
}
.multimedia_div1{
	float: left;
}
.multimedia_div{
	margin-bottom: 30px;
	float: left;
}
.multimedia_titolo{
	padding-right: 0px;
	font-size: 14px;	
	color: #696969;
	font-weight: bold;
}

.mappa{
	margin-bottom: 15px;
}
.form-control{
	font-family: 'Scada', sans-serif;
	font-weight: 400;	
	border-radius:0px;

}
textarea.form-control{
	height: 150px;

}
.icon_studio{
	height: 44px;
	padding-left: 50px;
	background: url(../img/icon_studio.jpg) no-repeat center left;
}
.icon_studio p{
	line-height: 44px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.icon_mappa,.icon_tel, .icon_fax, .icon_folder, .icon_time{
	height: 34px;
	padding-left: 50px;
	margin-bottom: 18px;
}
.icon_mappa{
	background: url(../img/icon_mappa.jpg) no-repeat center left;
}
.icon_tel{
	background: url(../img/icon_tel.jpg) no-repeat center left;
}
.icon_fax{
	background: url(../img/icon_fax.jpg) no-repeat center left;
}
.icon_folder{
	background: url(../img/icon_folder.jpg) no-repeat center left;
}
.icon_time{
	background: url(../img/icon_time.jpg) no-repeat center left;
}
.icon_mappa p,.icon_tel p, .icon_fax p, .icon_folder p, .icon_time p{
	line-height: 34px;
}
a.privacy_note{
	color: #ffffff;
}
.btn-success{
	border-radius:0px;
	background: #416114;
	width: 100%;
}
.margin-left-zero{
	padding-left: 0px;
}
.margin-right-zero{
	padding-right: 0px;
}
#esito_errore, #esito_ok{
	margin-bottom: 0;
	margin-top: 10px;
	display: none;
	border-radius:0px;
}
	
	
	follow_us {text-align:center;}
.follow_us a.zocial { 
	font-size:36px;
	width:77px;
	margin:0 10px 0 0;
	text-align: center;
	-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;
	background:transparent;
	opacity:0.2;
}
.follow_us a.zocial:hover {opacity:1.0; background:transparent; }





@media (max-width:992px) {	
	.margin-right-zero{
		padding-right: 20px;
	}
	.margin-left-zero{
		padding-left: 20px;
	}
	.video_home{
	height: 350px !important;
	}
}


@media (max-width:767px) {
	.video_home{
	height: 350px !important;
}
	.margin-right-zero{
		padding-right: 20px;
	}
	.margin-left-zero{
		padding-left: 20px;
	}
	#wrapper {
	  padding-left: 0;
	}
	#sidebar-wrapper {
	  left: 0;
	}
	#wrapper.active {
	  position: relative;
	  left: 250px;
	}
	#wrapper.active #sidebar-wrapper {
	  left: 250px;
	  width: 250px;
	  transition: all 0.4s ease 0s;
	}
	.inset {
	  padding: 15px;
	}

}


@media (max-width:480px) {
	.video_home{
	height: 300px !important;
	}
}