@charset "utf-8";
/* CSS Document */


@media (max-width: 1399.99px) {

}

@media (max-width: 1199.99px) {

}

@media (max-width: 991.99px) {
	
/* header */
.header .main-menu {
	border-top: 1px solid #224E71;
	margin-top: 26px;
}
.header .main-menu li {
	border-bottom: 1px solid #224E71;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header .main-menu li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.header .main-menu a {
	margin-left: 0;
	text-align: right;
}
/* § header */

/* masterclass */
.masterclass .location span {
	position: relative;
	border: none;
}
.masterclass .location span:first-child {
	border: none;
}
.masterclass .location span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 34%;
	height: 0;
	margin-left: -17%;
	padding-top: 2px;
	background-color: #fff;
	content: '';
}
.masterclass .location span:last-child:after {
	display: none;
}
.masterclass .whois {
	margin-top: 78px;
	margin-bottom: 0;
}
.masterclass .whois .foto {
	position: static;
	align-self: center;
	max-height: 367px;
	margin-top: -30px;
}
.masterclass .whois .text {
	margin-left: 0;
	padding: 30px 0;
}
/* § masterclass */
}

@media (max-width: 767.99px) {
	
/* header */
.header .navbar .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
/* § header */

/* footer */
.footer .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.footer .footer-menu li {
	border-right: 0;
	padding: 4px 0;
}
/* § footer */

/* hero banner */
.hero-banner {
	position: relative;
	height: 296px;
	padding-top: 0;
}
.hero-banner .bg-foto .titolo-corso {
    width: 100%;
    max-width: 506px;	
}
.hero-banner .bg-foto .titolo-corso h1 {
	font-size: 34px;
}
.hero-banner .bg-foto .titolo-corso p {
	font-size: 18px;
}
.hero-banner .bg-foto .titolo-corso h1 br,
.hero-banner .bg-foto .titolo-corso p br {
	display: none
}
.hero-banner .bg-foto .titolo-corso h5 {
	font-size: 22px;
}
/* § hero banner */

/* iscriviti */
.iscriviti .wrap-content .content {
	font-size: 24px;
}
.iscriviti .content a {
	font-size: 32px;
}
.iscriviti .content .btn-iscriviti {
	font-size: 30px;
}
/* § iscriviti */

/* modal */
.modal-form .modal-header, 
.modal-form .modal-body {
	padding-left: 30px;
	padding-right: 30px;	
}
/* § modal */
}

@media (max-width: 575.99px) {

/* iscriviti */
.iscriviti .wrap-content .content {
	font-size: 20px;
}
.iscriviti .content a {
	font-size: 22px;
}
.iscriviti .content .btn-iscriviti {
	font-size: 24px;
}
/* § iscriviti */
}

@media (max-width: 419.99px) {

/* header */
.header .navbar .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.header .logo {
	width: 210px;
}
/* § header */

/* footer */
.footer .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
/* § footer */

/* hero banner */
.hero-banner .bg-foto .titolo-corso h1 {
	font-size: 28px;
}
.hero-banner .bg-foto .titolo-corso p {
	font-size: 16px;
}
.hero-banner .bg-foto .titolo-corso h5 {
	font-size: 20px;
}
/* § hero banner */

/* masterclass */
.masterclass header h3 {
	font-size: 32px;
}
.masterclass header h4 {
	font-size: 24px;
}
.masterclass .location span {
	padding: 24px 12px;
	font-size: 22px;
}
.masterclass .text {
	font-size: 16px;
}
.masterclass .intro {
	padding: 15px;
	font-size: 16px;
}
.masterclass .intro .claim {
	font-size: 18px;
}
.masterclass h5 {
	font-size: 22px;
}
.masterclass .special {
	font-size: 16px;
}
.masterclass .whois {
	margin-left: -15px;
	margin-right: -15px;
}
.masterclass .whois .text {
	font-size: 16px;
}
/* § masterclass */

/* iscriviti */
.iscriviti {
	height: 550px;	
}
.iscriviti .wrap-content .content {
	font-size: 16px;
}
.iscriviti .content a {
	font-size: 18px;
}
.iscriviti .content a br {
	display: block;
}
.iscriviti .content .btn-iscriviti {
	font-size: 20px;
}
/* § iscriviti */
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {

.iscriviti .container-fluid {
	background-attachment: scroll;
}
}