/*=================================================
||				Useful Links
==================================================*/
/*
|||||||||	Slider	|||||||||
|
|
*/

/*Accordion tasse di frequenza*/

.collapse-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 1px solid #e0e0e0;
}

.collapse-open {
	display: none;
}

.collapse-painel {
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height .1s,
		visibility .3s,
		opacity .3s;
}

.collapse-open:checked~.collapse-painel {
	max-height: 100%;
	opacity: 100;
	visibility: visible
}

.collapse-list li {
	margin-bottom: 0;
}

.collapse-list .collapse-btn {
	border-top: 1px solid #e0e0e0;
	cursor: pointer;
	display: block;
	padding: 15px 10px;
	margin-bottom: 0;
	color: #8c8c8c;
	font-weight: 500;
	font-size: 2em;
	transition: background-color .2s ease;
}

.collapse-list .collapse-btn:hover {
	background: #eee;
}

.collapse-open~.collapse-btn:before {
	content: "↓";
	float: right;
}

.collapse-open:checked~.collapse-btn:before {
	content: "↑";
}

.collapse-list .collapse-inner {
	padding: 10px
}

/*Fine accordion*/


.iPad {
	position: absolute;
	top: 100px;
	transform: translateY(-50%);
	left: 50%;
	right: 0;
}

html,
body {
	height: 100%;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	font-size: 16px;
	line-height: 1.625em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a:link {
	color: #AE895D;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: #AE895D;
}

a:visited {
	color: #AE895D;
}

.add-top {
	margin-top: 120px;
}

.add-bottom {
	margin-bottom: 120px;
}

.add-top-half {
	margin-top: 60px;
}

.add-bottom-half {
	margin-bottom: 20px;
}

.add-bottom-quarter {
	margin-bottom: 30px;
}

.add-top-quarter {
	margin-top: 30px;
}

.pad-top {
	padding-top: 100px;
}

.pad-bottom {
	padding-bottom: 100px;
}

.pad-top-half {
	padding-top: 70px;
}

.pad-bottom-half {
	padding-bottom: 70px;
}

.pad {
	padding-left: 20px;
	padding-right: 20px;
}

.padding {
	padding: 20px;
}

.pad-inner {
	padding-left: 10%;
	padding-right: 10%;
}

.remove-top {
	margin-top: 0;
}

.remove-bottom {
	margin-bottom: 0;
}

.remove-pad-top {
	padding-top: 0;
}

.remove-pad-bottom {
	padding-bottom: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
	font-style: italic;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}


body {
	color: #666666;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	text-transform: none;
	font-weight: 400;
	color: #8c8c8c;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 34px;
}

h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #AE895D;
	margin-top: 12px;
	margin-bottom: 15px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}




h1.font,
h2.font,
h3.font,
h4.font,
h5.font,
h6.font,
h1.font a,
h2.font a,
h3.font a,
h4.font a,
h5.font a,
h6.font a {
	font-family: 'Open Sans';
	margin-top: 0;
	text-transform: none;
	font-weight: 400;
	color: #8c8c8c;
}

h2.font:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: #AE895D;
	margin-top: 0;
	margin-bottom: 0;
}

.uppercase {
	text-transform: uppercase;
}

.no-padding {
	padding: 0;
}

.section-wrapper {
	padding-top: 90px;
	padding-bottom: 80px;
}

.section-title {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

.section-item-title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.section-item-detail {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 50px;
	color: #999;
	letter-spacing: .39px;
}

.underline {
	height: 2px;
	width: 50px;
	margin: 0px auto 60px;
}

hr {
	border-color: #ededed;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	list-style: none;
}


p {
	margin: 0 0 20px;
}


.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-bold {
	font-weight: bold;
}

.text-white {
	color: white;
}

.text-dark {
	color: #080808;
}

.text-beige {
	color: #ae895d;
}

.text-red {
	color: #AE895D;
}

.text-amaranto {
	color: #940000;
}

.white-bg {
	background: #ffffff;
}

.dark-bg {
	background: #080808;
}

.beige-bg {
	background: #ae895d;
}

.white-high-bg {
	background: #F5F5F5;
}

.white-low-bg {
	background: #e7e7e7;
}

.dark-high-bg {
	background: #404040;
}

.dark-low-bg {
	background: #232323;
}

.footer-bg {
	background: #404040;
}

.red-low-bg {
	background: #d8d8d8;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.fix {
	position: fixed;
}

/* TABELLE*/

table {
	border: 0px solid #ededed;
	border-bottom: 1px solid rgba(216, 216, 216, 0.5);
	color: #5A5A5A;
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0 0 0;
	margin: 1.714285714rem 0 0 0;
}

td {
	border: 0px solid #ededed;
	border-top: 1px solid rgba(216, 216, 216, 0.5);
	padding: 10px 10px 10px 0;
}

th {
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 10px 0;
	border: 0px solid #ededed;
	border-top: 1px solid #ededed;
}

thead tr th {
	border-color: #AE895D;
	color: #252525;
	font-size: 14px;
	font-weight: normal;
}

tbody tr:hover th {
	background-color: whitesmoke;
}

tbody tr:hover td {
	background-color: whitesmoke;
}


tbody tr.status-completed {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

tbody tr.status-in-progress .status {
	color: #ea6645;
}

tbody tr th {
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #767676;
	font-weight: normal;
}


th.header {
	position: relative;
	height: auto;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
	text-transform: none;
}

/* BUTTONS */

.button {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	border: none;
	color: #fff !important;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-xsmall {
	padding: 2px 7px;
	font-size: 11px;
	letter-spacing: 1px;
}

.button-small {
	padding: 5px 30px;
	font-size: 13px;
	letter-spacing: 1px;
}

.button-big {
	padding: 10px 18px;
	font-size: 21px;
}

.button-beige {
	color: #fff;
	background: #AE895D;
}

.button-beige:hover,
.button-beige:active {
	color: #fff;
	background: #626262;
	text-decoration: none;
}


.button-line-light {
	color: #ffffff;
	background: #b0b0b0;
	border: 2px solid #404040;
}

.button-line-light:hover,
.button-line-light:active {
	color: #262626 !important;
	background: #ffffff;
	text-decoration: none;
}

.button-line-dark {
	color: #fff;
	background: #626262;
}

.button-line-dark:hover,
.button-line-dark:active {
	color: #fff;
	background: #AE895D;
	text-decoration: none;
}

.line-top-button {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #ddd;
}



/* BOX PERSONE*/

.box-backgroung-block {
	background-color: whitesmoke;
	clear: both;
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 100%;

}

.box-backgroung-block figure {
	float: left;
}

.box-backgroung-block figure img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 80px;
}

.box-backgroung-block article {
	padding-left: 25px;
}

.box-backgroung-block article header {
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-backgroung-block article p {
	color: #666;
}

.box-backgroung-block .paragraph-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.box-backgroung-block .paragraph-wrapper header {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
}

.box-backgroung-block .paragraph-wrapper figure {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.box-backgroung-block .paragraph-wrapper span {
	display: block;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.box-backgroung-block .paragraph-wrapper span:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #666;
	margin-top: 12px;
	margin-bottom: 15px;
}

.box-backgroung-block .paragraph-wrapper p {
	display: block;
	font-size: 12px;
	width: 100%;

}

.box-backgroung-block .paragraph-wrapper ul p {
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #666;
	margin: 0px;

}

.box-backgroung-block .paragraph-wrapper ul li {
	padding: 0 0;
	font-size: 12px;
	color: #666;
	list-style: square;
}


.box-backgroung-block .paragraph-wrapper ul li a {
	color: #AE895D;
}

.box-backgroung-block .paragraph-wrapper ul li a:hover {
	color: #AE895D;
}







.box-border-block {
	border: 1px solid #ededed;
	clear: both;
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 100%;

}

.box-border-block figure {
	float: left;
}

.box-border-block figure img {

	border: 3px solid whitesmoke;
	width: 80px;
}

.box-border-block article {
	padding-left: 25px;
}

.box-border-block article header {
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-border-block article p {
	color: #666;
}

.box-border-block .paragraph-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.box-border-block .paragraph-wrapper header {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
}

.box-border-block .paragraph-wrapper figure {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.box-border-block .paragraph-wrapper span {
	display: block;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.box-border-block .paragraph-wrapper span:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #666;
	margin-top: 12px;
	margin-bottom: 15px;
}

.box-border-block .paragraph-wrapper p {
	display: block;
	font-size: 12px;
	width: 100%;

}

.box-border-block .paragraph-wrapper ul p {
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #666;
	margin: 0px;

}

.box-border-block .paragraph-wrapper ul li {
	padding: 0 0;
	font-size: 12px;
	color: #666;
	list-style: square;
}


.box-border-block .paragraph-wrapper ul li a {
	color: #AE895D;
}

.box-border-block .paragraph-wrapper ul li a:hover {
	color: #AE895D;
}






.box-photo-block {
	border: 1px solid #ededed;
	clear: both;
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 100%;

}

.box-photo-block figure {
	float: left;
}

.box-photo-block article {
	padding-left: 25px;
}

.box-photo-block article header {
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-photo-block article p {
	color: #666;
}

.box-photo-block .paragraph-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.box-photo-block .paragraph-wrapper header {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
}

.box-photo-block .paragraph-wrapper figure {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.box-photo-block .paragraph-wrapper span {
	display: block;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.box-photo-block .paragraph-wrapper span:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #666;
	margin-top: 12px;
	margin-bottom: 15px;
}

.box-photo-block .paragraph-wrapper p {
	display: block;
	font-size: 12px;
	width: 100%;

}

.box-photo-block .paragraph-wrapper ul p {
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #666;
	margin: 0px;

}

.box-photo-block .paragraph-wrapper ul li {
	padding: 0 0;
	font-size: 12px;
	color: #666;
	list-style: square;
}


.box-photo-block .paragraph-wrapper ul li a {
	color: #AE895D;
}

.box-photo-block .paragraph-wrapper ul li a:hover {
	color: #AE895D;
}


/*=================================================
||				3. Header
==================================================*/

#header {
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #333333;
	z-index: 9;
	position: relative;
}


.header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	text-transform: uppercase;
}


#header-altro {

	background: #333333;
}


.header-altro {
	text-transform: uppercase;

}



.navbar-header {
	margin-top: 15px;
	margin-bottom: 10px;
}

/*navbar*/
.navbar-default .navbar-brand {

	background: url('../img/istituto-mascagni-logo.png') 0 0 no-repeat;
	background-size: 300px 57px;
	width: 300px;
	height: 57px;
	text-indent: -9999px;
	padding: 0;
	border: 0 !important;

}

.navbar {
	padding: 0 !important;
	margin: 0 !important;
}


.fix {
	position: fixed;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding-top: 25px;
	font-size: 12px;
	z-index: 1041;
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	z-index: 1041;
	width: 100%;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-default a {
	color: #fff;
	padding: 8px 0;
}

.navbar-default .navbar-nav>li>a:hover {
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	background: transparent;
}

.navbar-default .navbar-nav {
	padding-top: 35px;
	padding-left: 0;
	padding-right: 0;

}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	/*text-transform: uppercase;*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

.navbar-default .navbar-toggle {
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:active {
	color: #AE895D;
	background: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #fff;

}

.navbar-default .navbar-nav .open>a {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #AE895D !important;
}

.navbar-default .navbar-nav .open>a.active {
	background-color: transparent !important;
	color: #AE895D !important;
	border-color: #AE895D !important;
}

.navbar-default .navbar-nav>li>a.active {
	text-decoration: none;
	background-color: transparent;
	color: #AE895D !important;
	border-color: #AE895D !important;
}

.navbar-default .icon-bar {
	background: #fff;
}

.navbar-default .navbar-brand {
	color: #fff;
	border: none;
}

.navbar-color {
	background-color: #333;
	/*background-color: rgba(51, 51, 51, 0.9)!important;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;*/
}


.dropdown-menu {
	width: 100%;
	background-color: rgba(51, 51, 51, 0.8) !important;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	height: auto;
}


.menu-large {
	position: static !important;
}

.megamenu {
	padding: 20px 0px;
	width: 100%;
}

.megamenu>li>ul {
	padding: 0;
	margin: 0;
}

.megamenu>li>ul>li {
	list-style: none;
}

.megamenu>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}

.serv-frame {
	position: relative;
	width: 100%;
	padding: 0 0;
	z-index: 1002;
	margin: -5px 0 0 0 !important;
}

.serv {
	position: absolute;
	list-style: none;
	margin: 0px 10px;
	top: 0;
	right: 0;
	font-size: 10px;
	color: #fff !important;
}

.serv li {
	padding: 7px 10px;
	float: left;
	background: url(../img/slash.png) no-repeat 2px 5px;
	font-size: 10px;
}

.serv li a {
	font-size: 10px;
	color: #fff !important;
}

.serv li a:hover {
	color: #fff !important;
}

.menu-title {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	color: #fff;
}

.menu-list a {
	padding: 0 20px;
	font-size: 11px;
	color: #fff;
	background: url('../img/square.png') 0 center no-repeat;
	width: 7px;
	height: 7px;
}

.menu-list a:hover {
	padding: 0 20px;
	font-size: 11px;
	color: #333;
	background: url('../img/square.png') 0 center no-repeat;
	width: 7px;
	height: 7px;
	background-color: #fff;
	text-decoration: none;
}

/*Home*/
.header-wrapper {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.header-table {
	display: table;
	height: 70vh;
	width: 100%;
}

.header-title {
	font-size: 50px;
	letter-spacing: 10px;
	font-weight: 200;
}

.header-subtitle {
	font-size: 20px;
	letter-spacing: 3px;
}





#down_button a {
	position: absolute;
	width: 160px;
	height: 50px;
	margin-left: 15px;
	bottom: 0 !important;
	left: 0;
	background: url("../img/down.png") no-repeat;
	background-position: 0px -50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

#down_button a:hover {
	background-position: 0px 0px;
}

/*=================================================
||				 Footer
==================================================*/
footer {
	color: #b0b0b0;
	padding: 70px 0;
}

footer h4 {
	color: #ffffff;
}

footer h4:after {
	content: "";
	display: block;
	width: 100%px;
	height: 1px;
	background-color: #727272;
	margin-top: 5px;
	margin-bottom: 15px;
}

footer h5 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px !important;
	color: #fff !important;
	font-family: 'Open Sans' !important;
}

footer ul {
	padding-bottom: 10px;
}

footer ul li a {
	color: #f1f1f1;
}

footer ul li a:hover {
	color: #ffffff;
}

footer .button-big {
	font-size: 16px;
	width: 100%;
}

footer ul.smallmenu {
	margin-top: 7px;
	margin-bottom: 3px;
	cursor: pointer;
}

footer ul.smallmenu li {
	color: #b0b0b0;
	font-family: 'Open sans';
	font-size: 11px;
	line-height: 16px;
}

footer i {
	float: left;
	padding: 0 0;
	color: #AE895D;
}

/* Subfooter */

.subfooter {
	color: #b0b0b0;
	font-size: 10px;
	letter-spacing: 1px;
	background: #000000;
	padding: 10px 0;

}

.subfooter p {
	margin: 0;
}

.subfooter ul {
	margin-bottom: 0;
}

.subfooter li a {
	color: #b0b0b0;
}

.subfooter li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*=================================================
||				Newsletter
==================================================*/

#newsletter {
	color: #333;
	background: #ebe8e8;
	margin-bottom: 0;
}


/*Owl carousel*/
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 8px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
}

/*Add*/
.add .owl-prev:before {
	content: url("../images/bleft.png");
}

.add .owl-next:before {
	content: url("../images/bright.png");
}

.owl-next {
	right: -90px;
}

.owl-prev {
	left: -90px;
}

.add .owl-prev,
.add .owl-next {
	top: 25%;
}

.add-item {
	padding: 20px;
}



/* HIGHLIGHT */

#highlight {
	background: #f1f1f1;

	padding: 110px 0 90px 0;
}

.highlight {
	margin-bottom: 30px;
	background: #ffffff;
}

.highlight .caption {
	padding: 20px;
	height: 290px;
	overflow: hidden;
}

@media screen (max-width: 768px) {
	.highlight .caption {
		height: auto;
	}
}

.highlight h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.highlight h4:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background-color: #AE895D;
	margin-top: 10px;
	margin-bottom: 5px;
}

.highlight .company {
	color: #999999;
	font-family: 'Open sans';
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}







/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select,
textarea {
	font-size: 12px;
	font-family: inherit;
	width: 100%;
	min-height: 20px;
	padding: 5px 10px;
	border: 0;
	border: 1px solid #404040 !important;
	margin-bottom: 5px;
	outline: none;
	color: #333;
}




/*BREADCRUMB*/
.breadcrumb {
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open sans';
	padding: 8px 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
	color: #313131;
}

.breadcrumb>li a {
	display: inline-block;
	color: #313131;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #313131;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #313131;
}

.line-bottom {
	margin-top: 5px;
	padding-top: 15px;
	border-top: solid 1px #ddd;
}



/*IMG ALTA*/
.HeaderImageSez {
	height: 350px;
	overflow: hidden;
	position: relative;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}

/*.HeaderImageSez .overlay {
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.6) 55%, transparent 70%, transparent 80%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    height: 650px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}*/
.HeaderImageSez img {
	bottom: 0;
	width: 100%;

}


h4.sezione {
	color: #8c8c8c;
	text-align: left;
}

h4.sezione:after {
	content: "";
	display: block;
	width: 100%px;
	height: 1px;
	background-color: #727272;
	margin-top: 5px;
	margin-bottom: 15px;
}


/*MENU SINISTRA*/
.MenuSX {
	margin-left: 0px;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 50px;
}

.MenuSX ul li {
	padding: 0 0;
	font-size: 12px;
	color: #000;
	list-style: square;
	text-transform: uppercase;
}

.MenuSX ul li a {
	color: #000;
}

.MenuSX ul li a:hover {
	color: #AE895D;
}

.MenuSX ul li a.active {
	color: #AE895D;
}

.MenuSX ul ul {
	margin-left: 15px;
	line-height: 18px;

}

.MenuSX ul ul li {
	list-style: circle;
	padding: 0 0;
	font-size: 12px;
	color: #000;
	text-transform: none;
	font-weight: 600;
}

.MenuSX ul ul li a.active {
	color: #AE895D;
}


.MenuSX ul ul ul {
	margin-left: 0;
	line-height: 18px;

}

.MenuSX ul ul ul li {
	padding: 0 0;
	font-size: 12px;
	color: #000;
	list-style: none;
	text-transform: none;
	font-weight: 400;

}

.MenuSX ul ul ul li a.active {
	color: #AE895D;
}

.content-section {
	padding: 90px 0;
}


/*SEZIONE MASCAGNI*/

#mascagni {
	padding: 50px 0 110px 0;
}

#mascagni h2 {
	margin-bottom: 0;
	color: #8c8c8c;
}

#mascagni h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #AE895D;
	margin-top: 12px;
	margin-bottom: 15px;

}






.organi-block {
	background-color: whitesmoke;
	clear: both;
	display: table;
	margin: 20px 0;
	padding: 20px;
	width: 100%;

}

.organi-block figure {
	float: left;
}

.organi-block figure img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 80px;
}

.organi-block article {
	padding-left: 25px;
}

.organi-block article header {
	color: #666;
	margin-bottom: 10px;
	font-size: 12px;
}

.organi-block article p {
	color: #666;
}

.organi-block .paragraph-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.organi-block .paragraph-wrapper header {
	font-size: 12px;
	margin-bottom: 0;
	color: #666;
}

.organi-block .paragraph-wrapper figure {
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}

.organi-block .paragraph-wrapper span {
	display: block;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.organi-block .paragraph-wrapper span:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #666;
	margin-top: 12px;
	margin-bottom: 15px;
}

.organi-block .paragraph-wrapper p {
	display: block;
	font-size: 12px;
	width: 100%;

}

.organi-block .paragraph-wrapper ul p {
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #666;
	margin: 0px;

}

.organi-block .paragraph-wrapper ul li {
	padding: 0 0;
	font-size: 12px;
	color: #666;
	list-style: square;
}


.organi-block .paragraph-wrapper ul li a {
	color: #AE895D;
}

.organi-block .paragraph-wrapper ul li a:hover {
	color: #AE895D;
}

/*SEZIONE OFFERTA FORMATIVA*/

#offerta {
	padding: 50px 0 110px 0;
}

#offerta h2 a {
	margin-bottom: 0;
	color: #8c8c8c;
	text-decoration: none;

}

#offerta h2 {
	margin-bottom: 0;
	color: #8c8c8c;

}

#offerta h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #AE895D;
	margin-top: 12px;
	margin-bottom: 15px;

}

.corso-listing .row {
	margin-bottom: 60px;
}

.corso-list-table .corso-title a {
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.corso-list-table .corso-category a {
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

.corso-list-table thead tr th {
	border-color: #AE895D;
	color: #252525;
	font-size: 14px;
	font-weight: normal;
}

.corso-list-table tbody tr:hover th {
	background-color: whitesmoke;
}

.corso-list-table tbody tr.status-completed {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.corso-list-table tbody tr.status-in-progress .status {
	color: #ea6645;
}

.corso-list-table tbody tr th {
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #767676;
	font-weight: normal;
	padding: 10px 10px;
}

.corso-list-table tbody tr th i {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	width: 20px;
}

th.header {
	position: relative;
	cursor: pointer;
	height: auto;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
	text-transform: none;
}

th.header:before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	outline: 1px solid transparent;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #c5c5c5;
	/* content: "\f0dc"; */
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: -10;
}

#offerta header h3 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
}

#offerta p {

	margin: 0 0 10px 0;
}

#offerta ul.corso {
	margin-left: 15px;
	margin-bottom: 15px;

}

#offerta ul.corso li {
	list-style: decimal;
	padding: 0 0;
	text-transform: none;
	font-weight: 400;
}

#offerta ul.corso ul {
	margin-left: 15px;
	margin-bottom: 15px;

}

#offerta ul.corso ul li {
	list-style: lower-latin;
	padding: 0 0;
	text-transform: none;
	font-weight: 400;
}

/*SEZIONE PROSPETTIVE*/

#prospettive {
	padding: 50px 0 50px 0;
}

#prospettive h2 {
	margin-bottom: 0;
	color: #8c8c8c;

}

#prospettive h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #AE895D;
	margin-top: 12px;
	margin-bottom: 15px;

}


#prospettive-es {
	padding: 70px 0 90px 0;
}

#prospettive-es i {
	color: #AE895D;
	margin-bottom: 20px;
	display: block;
}

.feature {
	margin: 50px 0 0 0;
}

.feature p.percentuale {
	font-size: 36px;
	display: inline !important;
}

span.percentuale {
	font-size: 36px;
	display: inline !important;
}

.feature p span {
	font-weight: bold;
}

/*SEZIONE STUDIARE AL MASCAGNI*/

#studiare {
	padding: 50px 0 50px 0;
}

#studiare h2 {
	margin-bottom: 0;
	color: #8c8c8c;

}

#studiare h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #AE895D;
	margin-top: 12px;
	margin-bottom: 15px;

}

#studiare header h3 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
}

/*
#studiare header h3:after {
	content: "";
  	display: block;
  	width: 60px;
  	height: 3px;
 	background-color: #666;
 	margin-top: 12px;
  	margin-bottom: 15px;
	
}
*/
#studiare i {
	float: left;
	padding: 0 0;
}

.fa-inverse {
	color: #AE895D;
	font-size: 25px;
}

.fa-stack {
	color: #f5f5f5;
}

#studiare p.servizi {
	display: block;
	font-size: 12px !important;
	width: 100%;

}

/* GALLERY */

#gallery {
	padding: 20px 0 90px 0;
	display: table;
}

#timeline .item {
	margin: 10px 20px 20px 0px;
}

/* GALLERY IMG OVERLAY EFFCET */

.wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.wrap .overlay:before {
	background: none repeat scroll 0 0 rgba(174, 137, 93, 0.7);
	bottom: 0;
	height: 100%;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 100%;
}

.wrap:hover .overlay:before {
	bottom: 0%;
	opacity: 1;
}

.wrap .icon {
	color: #ffffff;
	visibility: hidden;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrap:hover .icon {
	opacity: 1;
	visibility: visible;
}

.wrap .icon a {
	color: #ffffff;
}

.wrap .icon a:hover {
	color: #f1f1f1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


/* Base styles */
.column {
	float: left;
}

.size-1of4 {
	width: 25%;
}

.size-1of3 {
	width: 33.333%;
}

.size-1of2 {
	width: 50%;
}

/* Configurate salvattore with media queries */
@media screen and (max-width: 450px) {
	#timeline[data-columns]::before {
		content: '1 .column';
	}
}

@media screen and (min-width: 451px) and (max-width: 700px) {
	#timeline[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}

@media screen and (min-width: 701px) and (max-width: 850px) {
	#timeline[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}

@media screen and (min-width: 851px) {
	#timeline[data-columns]::before {
		content: '4 .column.size-1of4';
	}
}


/*NEWS*/

#news {
	padding: 50px 0 50px 0;
}

#news header h3 {
	display: block;
	font-size: 22px;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Open sans';
}

#news header h3 a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
}

#news .description p {
	display: block;
	font-size: 12px;
}

.min-height {
	min-height: 250px;
}

.news-post {
	margin-bottom: 30px;
	height: auto;
	background: #f5f5f5;
	clear: both;
	display: table;
	margin: 20px 0;
	width: 100%;
	position: relative;
}

.news-post .news-thumbnail {
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.news-post .news-thumbnail .triangolo {
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 25px solid #f5f5f5;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 1;
}

.news-post header .news-meta {
	color: #767676;
}

.news-post header .news-meta>span {
	margin-right: 20px;
}

.news-post header .news-meta .fa {
	margin-right: 5px;
}

.date,
.place {
	color: #AE895D;
	text-align: center;
}

.news-post .news-thumbnail .image-wrapper img {
	vertical-align: middle;
	height: 100%;
	width: 100%;

}




.news-post-block {
	/*
border: 1px solid #ededed;*/
	background: #f5f5f5;
	clear: both;
	display: table;
	margin: 20px 0;
	width: 100%;
	position: relative;
}

.news-post-block .news-block-thumbnail {
	height: auto;
	width: 50%;
	vertical-align: middle;
	float: left;
	position: relative;
}



.news-post-block .news-block-thumbnail .triangolo {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 25px solid transparent;
	border-right: 25px solid #f5f5f5;
	border-bottom: 25px solid transparent;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 1;
}

.news-post-block .news-block-text {
	width: 50%;
	display: online;
	text-align: left;
	float: right;
}

.news-post-block header .news-meta {
	color: #767676;
}

.news-post-block header .news-meta>span {
	margin-right: 20px;
}

.news-post-block header .news-meta .fa {
	margin-right: 5px;
}

.date,
.place {
	color: #AE895D;
	text-align: center;
}

.news-post-block .news-block-thumbnail .image-wrapper img {
	vertical-align: middle;
	height: 100%;
	width: 100%;

}



/*SEZIONE PRODUZIONI*/

#produzioni {
	padding: 50px 0 50px 0;
}

#produzioni header h3 {
	display: block;
	font-size: 22px;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Open sans';
}

#produzioni header h3 a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px !important;
	color: #8c8c8c !important;
	font-family: 'Open Sans' !important;
}

#produzioni .description p {
	display: block;
	font-size: 12px;
}


/*IMG E TESTO ALLINETATE A DESTRA SINISTRA E CENTRO*/
.post-align {
	padding-bottom: 2.5em;
	padding-top: 1.5em;
	clear: both;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img,
img.alignnone,
.alignnone img {
	display: block;
	padding: 5px;
	padding-bottom: 15px;
}

.alignleft,
.alignright {
	margin-bottom: 1em;
	max-width: 45%;
}


.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
}




/***FAQ***/
.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
	border: none;
}

.panel-group .panel-heading {
	border-bottom: 0;
	border: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid none;
	border: none;
}

.panel-default {
	border-color: none;
	border: none;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: none;
	border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: none;
	border: none;
}

.panel-body {
	border: none;
}




/* NAVBAR */


.sticky-wrapper {
	position: absolute;
	width: 100%;
	padding-top: 0px;
}

.sticky-wrapper a {
	color: #ffffff;
}

.is-sticky .navbar-default {
	width: 100%;
	background: #262626;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.is-sticky a {
	color: #ffffff;
}





/* LISTE */


ul li {
	padding-left: 0;
}

ul ul li {
	list-style: circle;
}

ul ul ul li {
	list-style: square;
}

ol li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0;
}

ol ol li {
	list-style: lower-alpha;
}

ol ol ol li {
	list-style: lower-roman;
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
	margin-bottom: 0;
}

li {
	line-height: 170%;
}

ol>li:last-child,
ul>li:last-child {
	margin-bottom: 0;
}

ol>li:first-child,
ul>li:first-child {
	margin-top: 0;
}



/* FORM ELEMENTS */

input[type="email"],
select,
textarea {
	font-size: 12px;
	font-family: inherit;
	width: 100%;
	min-height: 20px;
	padding: 5px 10px;
	border: 0;
	border: 1px solid #404040 !important;
	margin-bottom: 5px;
	outline: none;
	color: #333;
}

input[type="text"] {
	font-size: 10px;
	text-transform: uppercase;
	font-family: inherit;
	width: 100%;
	min-height: 20px;
	padding: 0 3px;
	border: 0;
	border: 1px solid #404040 !important;
	margin-bottom: 0px;
	outline: none;
	color: #555;
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

/* style icon */
.inner-addon .glyphicon {
	position: absolute;
	padding: 3px;
	pointer-events: none;
	color: #ccc;
}

/* align icon */
.left-addon .glyphicon {
	left: 0px;
}

.right-addon .glyphicon {
	right: 0px;
}

/* add padding  */
.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

.accordion-toggle p,
.panel-body p {
	margin-bottom: 0px;
}

/*************************************
 *            Calendario             *
 *************************************/

.day-number {
	background-color: #AAA;
	color: white;
	width: 24px;
	text-align: center;
}

.calendar-day {
	line-height: 14px;
}

.calendar-day p {
	margin-bottom: 3px;
}

td.calendar-day-np,
td.calendar-day {
	border: 1px solid #ddd;
	padding-left: 5px;
	height: 100px;
}