@CHARSET "UTF-8";


@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Black.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Bold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoHeavy';
    src: url('../fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Heavy.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Medium.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoSemibold';
    src: url('../fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Semibold.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoThin';
    src: url('../fonts/Lato-Thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Thin.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}










body{
	font-family: 'Lato', sans-serif;
	color: #555;
}


#gc-container-out {
	padding: 0;
}


#gc-header-row {
	height:120px;
	margin:0;
}

.gc-header-logo {
	position:relative;
	height:100%;
}
.gc-header-logo img {
	position:absolute;
	top:20%;
	left:10%;
	height:60%;
}


.gc-menu-mobile {
	height:100%;
	padding: 0;
	margin-top: -1px;
}

.navbar {
	border: 0px;
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
}
#navbar_top .navbar-collapse {
	text-align: center;
    padding: 0px;
}
#navbar_top .container-fluid {
	padding:0px !important;
}
#navbar_top .navbar-nav {
  	float:right;
  	display: inline-block;
  	width: 100%;
}
#navbar_top.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-family: 'LatoLight', sans-serif;
  	line-height: 90px;
}
#navbar_top.navbar-default .navbar-nav>li>a:hover, #navbar_top.navbar-default .navbar-nav>li>a.menu_active {
	background-color: #3697dd;
	transition: background-color 0.2s ease-in-out;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a {
	color: #3697dd;
	/*background-color: transparent !important;*/
}
.dropdown-menu {
	background-color: #3697dd;
	border-radius: 0;
	width:300px;
}
.dropdown-menu>li>a {
	font-size: 18px;
    font-family: 'LatoLight', sans-serif;
  	line-height: 40px;
  	color:#fff;
}
.dropdown-text {
	padding: 20px;
	font-family: 'LatoLight', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display:none;
}
.dropdown-text>a{
	color: #FFF;
}
.dropdown-menu>li.open>.dropdown-text {
	display:block;
}
.dropdown-menu .divider {
	background-color: #8eb5d1;
}
.menu-over-icon {
	background-image: url(../images/stella.png);
	background-position: 80% 10%;
	background-repeat: no-repeat;
	background-size: 17%;
}







#gc-slide-row {
	padding:0;
	margin:0;
}
#gc-slide-row .gc-carousel-box {
	position:relative;
	height: 900px;
	width:100%;
	padding:0;
	margin:0;
	overflow: hidden;
	background-color: #666;
}
#gc-slide-row .gc-carousel-box .item {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	display:none;
}
#gc-slide-row .gc-carousel-box .item.active, #gc-slide-row .gc-carousel-box .item .caption.active {
	display: block !important;
}
#gc-slide-row .gc-carousel-box .item .background {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	z-index:0;
}
#gc-slide-row .gc-carousel-box .item .background img {
	width: 100% !important;
	height: 100% !important;
}
#gc-slide-row .gc-carousel-box .item .background video {
	width: 100% !important;
	height: auto !important;
}
#gc-slide-row .gc-carousel-box .item .caption {
	position:absolute;
	top:15%;
	left:15%;
	width:70%;
	color:#fff;
	text-align: center;
	z-index:2;
	display:none;
}
#gc-slide-row .gc-carousel-box .item .caption h1 {
	font-size:80px;
	line-height: 100px;
}
#gc-slide-row .gc-carousel-box .item .caption h2 {
	font-size:40px;
	line-height: 60px;
}
#gc-slide-row .gc-carousel-box .item .caption a.leggi-tutto {
	display:inline-block;
	margin: 80px auto;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    padding: 0px 60px;
	background-color: #3687c2;
	color:#fff;
}
#gc-slide-row .gc-carousel-box .item .overfilter {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	z-index:1;
	background-color: rgba(28,28,28,0.7);
}




.gc-header-separator {
	width: 100%;
    height: 10px;
    background-color: #3697dd;
    margin: 0 !important;
}




#gc-container-center {
	position:relative;
	margin:0;
}


#gc-content-center {
	min-height:500px;
	padding: 0;
}

#gc-content-center .gc-content-box {
	margin-top:50px;
	margin-bottom:80px;
	padding: 0px 40px;
}
.gc-content-par {
	font-size: 14px;
	color:#666;
}
.gc-center-col-box {
	text-align: center;
}
.gc-center-col-box1, .gc-center-col-box1b, .gc-center-col-box1c {
	padding:30px 20px 40px 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.color-box1 {
	background-color: #fbc012;
}
.color-box2 {
	background-color: #3697dd;
}
.color-box3 {
	background-color: #54b7ff;
}
.color-box4 {
	background-color: #8c8ec6;
}
.color-box5 {
	background-color: #5b5d96;
}
.color-box6 {
	background-color: #3697dd;
}
.color-box7 {
	background-color: #8da048;
}
.color-box8 {
	/*background-color: #ebecf0;*/
}
.color-box9 {
	background-color: #3e7691;
}
.color-box10 {
	background-color: #ed7d31;
}
.gc-center-col-box1b.color-box7, .gc-center-col-box1c.color-box10 {
	height: 240px;
}
.gc-center-col-box1.color-box2, .gc-center-col-box1.color-box3, .gc-center-col-box1.color-box4, .gc-center-col-box1.color-box5 {
	height: 430px;
}
.gc-center-col-box1 h3.title-sez1 {
	font-size: 46px;
	line-height: 60px;
	color:#fff;
	height:120px;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0;
}
.gc-center-col-box1 h3.title-sez1b {
	font-size: 46px;
	line-height: 60px;
	color:#fff;
	height:120px;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0;
}
.gc-center-col-box1b h3.title-sez1b, .gc-center-col-box1c h3.title-sez1b{
	font-size: 46px;
	line-height: 60px;
	color:#fff;
	height:120px;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0;
}
.gc-center-col-box1b h3.title-sez2, .gc-center-col-box1c h3.title-sez2{
	font-size: 29px;
    line-height: 60px;
    color: #fff;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 0;
}
.gc-center-col-box1 span.home-content {
	display:block;
	font-size: 24px;
	line-height: 38px;
	font-family: 'LatoLight', sans-serif;
	color:#fff;
	height:220px;
	padding:0px 30px;
	position: absolute;
    top: 50%;
    margin-top:-80px;
    left: 0;
    width: 100%;
}
.gc-center-col-box1 .content-home-sez1 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display:none;
}
.gc-center-col-box1b .content-home-sez2, .gc-center-col-box1c .content-home-sez2{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display:none;
}
.gc-center-col-box1 a.home-link, .gc-center-col-box1b a.home-link, .gc-center-col-box1c a.home-link{
	display:block;
	margin:0 auto;
	font-size: 20px;
	line-height: 50px;
	height:50px;
	font-family: 'Lato', sans-serif;
	color:#666;
	background-color: #eee;
	position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -110px;
    width: 220px;
}
.gc-center-col-box1b span.home-content2, .gc-center-col-box1c span.home-content2{
	display:block;
	font-size: 20px;
	line-height: 38px;
	font-family: 'LatoLight', sans-serif;
	color:#fff;
	height:80px;
	padding:0px 30px;
	position: absolute;
    top: 50%;
    margin-top:-40px;
    left: 0;
    width: 100%;
}
.gc-center-col-box.image-box1 {
	height:700px;
	background: url(../images/consulenza_aziendale_image.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box.image-box2 {
	height:700px;
	background: url(../images/catalogo_corsi.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box.image-box3 {
	height:700px;
	background: url(../images/calendario_corsi.jpg) no-repeat left center;
	background-size: 100% 100%;
	position:relative;
}
.gc-center-col-box.image-box3 .overfilter {
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
    z-index:1;
	background: rgba(28,28,28,0);
	-webkit-transition: background .5s ease-out;
  	-moz-transition: background .5s ease-out;
  	-o-transition: background .5s ease-out;
  	transition: background .5s ease-out;
}
.gc-center-col-box.image-box3:hover .overfilter {
	background: rgba(28,28,28,0.6);
}
.gc-center-col-box.image-box3 .text-content {
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
    z-index:2;
}
.gc-center-col-box.image-box4 {
	height:400px;
	background: url(../images/news_sicurezza-stradale.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box.image-box5 {
	height:700px;
	background: url(../images/news_sicurezza-stradale.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box.video-box1 {
	height:700px;
	padding: 0;
	position:relative;
	overflow:hidden;
}
.gc-center-col-box.video-box1 .background {
	width: 100% !important;
    height: 100% !important;
}
.gc-center-col-box.video-box1 .background video {
	width: 140% !important;
    height: auto !important;
    margin-left: -20%;
}
.gc-center-col-box.video-box1 .overfilter {
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
    z-index:1;
	background-color: rgba(28,28,28,0.4);
}
.gc-center-col-box.video-box1 .overfilter2 {
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
    z-index:1;
	background-color: rgba(28,28,28,0.5);
}
.gc-center-col-box.video-box1 .text-content {
	position:absolute;
	top:0;
	left:0;
	width: 100% !important;
    height: 100% !important;
    z-index:2;
}
.gc-center-col-box.image-box15 {
	height: 320px;
    overflow: hidden;
	margin-top: 50px;
}
.gc-center-col-box.image-box15 img {
	height:100%;
}
.gc-center-col-box2 {
	padding:20px 40px 40px 60px;
	text-align: left;
}
.gc-center-col-box2 h3 {
	font-size: 48px;
	line-height: 80px;
	margin-bottom:20px;
	color:#596975;
}
.gc-center-col-box2 span.home-content2 {
	display:block;
	font-size: 34px;
	line-height: 44px;
	font-family: 'LatoLight', sans-serif;
	color:#777;
}
.gc-center-col-box2 span.home-content3 {
	display:block;
	font-size: 38px;
	line-height: 48px;
	font-family: 'LatoLight', sans-serif;
	color:#555;
	margin-top:20px;
}
a.home-link2 {
	display:inline-block;
	font-size: 24px;
	line-height: 50px;
	height:50px;
	font-family: 'Lato', sans-serif;
	color:#fff;
	background-color: #3697dd;
	padding:0px 50px;
	margin-top:30px;
}
.gc-center-col-box3 {
	text-align:center;
}
.gc-center-col-box3 img {
	margin:60px auto 40px auto;
}
.gc-center-col-box3 span.home-content4 {
	display:block;
	font-size: 22px;
	line-height: 44px;
	font-family: 'LatoLight', sans-serif;
	color:#fff;
}
.gc-center-col-box3 span.home-content5 {
	display:block;
	font-size: 20px;
    line-height: 28px;
	font-family: 'LatoLight', sans-serif;
	color:#555;
}
.gc-center-col-box3 h2.sez-title1 {
	font-size: 30px;
	line-height: 60px;
	margin-bottom:20px;
	color:#596975;
}
.gc-center-col-box3 span.sez-content1 {
	display:block;
	font-size: 18px;
	line-height: 30px;
	font-family: 'LatoLight', sans-serif;
	color:#777;
}
.gc-center-col-box3.image-box1 {
	height:700px;
	background: url(../images/corsi_fonarcom.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box3.image-box2 {
	height:700px;
	background: url(../images/corsi_fondimpresa.jpg) no-repeat left center;
	background-size: 100% 100%; 
}
.gc-center-col-box3.color-box8 {
	height:700px;
}
.gc-center-col-box3.color-box9 {
	height:700px;
}
.gc-center-col-box3.text-box4 {
	/*height: 400px;*/
	margin-bottom: 100px;
}
.gc-center-col-box h3.title-center {
	display:inline-block;
	font-size: 70px;
	line-height: 100px;
	margin:160px auto 20px auto;
	color:#fff;
}
a.home-link3 {
	display:inline-block;
	font-size: 24px;
	line-height: 50px;
	height:50px;
	font-family: 'Lato', sans-serif;
	color:#555;
	background-color: #fff;
	padding:0px 50px;
	margin:80px auto 0px auto;
}
a.home-link4 {
	font-size: 30px;
    line-height: 44px;
    font-family: 'LatoLight', sans-serif;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
a.leggi-tutto-news{
	display:inline-block;
	font-size: 24px;
	line-height: 50px;
	height:50px;
	font-family: 'Lato', sans-serif;
	color:#FFF;
	text-align: center;
	width: 100%;
	background-color: #3697dd;
	left: 0;
    bottom: 0;
    position: absolute;
}
.gc-center-col-box4 {
	padding:30px 20px 40px 20px;
	height:600px;
}
.gc-center-col-box4.maps-box {
	padding:0px !important;
}
.gc-center-col-box4.contact-box {
	padding-left:40px !important;
	padding-right:40px !important;
}
.gc-center-col-box4.maps-box iframe {
	width:100%;
	height:100%;
}
.gc-center-col-box4 h3 {
	font-size: 36px;
	line-height: 48px;
	color:#fff;
	text-align: center;
}
.gc-center-col-box4 .contacts-box {
	float:left;
	width:100%;
	margin-top:35px;
	font-size: 26px;
	line-height: 50px;
	height: 50px;
}
.gc-center-col-box4 .contacts-box .ct-label {
	display:block;
	float:left;
	color:#fff;
}
.gc-center-col-box4 .contacts-box .ct-contact {
	display:block;
	float:right;
	color:#000;
}
.gc-center-col-box4 .contacts-box.fb-contact {
	background: url(../images/fb_logo.png) no-repeat right center;
	background-size: auto 100%;
}
.gc-center-col-box4 .contacts-box.nws-contact {
	background: url(../images/nws_logo.png) no-repeat right center;
	background-size: auto 100%;
}


.gc-center-col-box5 {
	padding:80px 50px 120px 50px;
	text-align: center;
}
.gc-center-col-box5 h2 {
	font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}
.gc-center-col-box5 p {
	font-size: 26px;
    line-height: 42px;
    padding: 25px 120px 0px 120px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.gc-center-col-box5 span {
    color: #fff;
    font-size: 15px;
}
.gc-center-col-box5.image-box1 {
	/* height:750px; */
	height:1000px;
	background: url(../images/sezione_chi-siamo.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.gc-center-col-box5.image-box2 {
	height:450px;
	background: url(../images/sezione_contatti.jpg) no-repeat center center;
	background-size: 100% auto; 
}
.gc-center-col-box5.image-box3 {
	height:450px;
	background: url(../images/sezione_servizi.jpg) no-repeat center center;
	background-size: 100% auto; 
}
.gc-center-col-box5.image-box4 {
	height:450px;
	background: url(../images/sezione_corsi.jpg) no-repeat center center;
	background-size: 100% auto; 
}
.gc-center-col-box5.image-box5 {
	height:450px;
	background: url(../images/sezione_news.jpg) no-repeat center center;
	background-size: 100% auto;
}
.gc-center-col-box5.image-box6 {
	height:250px;
	background: url(../images/privacy_policy.jpg) no-repeat center center;
	background-size: 100% auto; 
}


a.content-link1 {
	display: inline-block;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #3687c2;
    padding: 0px 100px;
    margin-top: 30px;
}

a.content-link2 {
	display: inline-block;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 0px 100px;
    margin-top: 30px;
}

.gc-center-col-box6 {
	padding:30px 20px 40px 20px;
}
.gc-center-col-box6 h3 {
	font-size: 36px;
	line-height: 48px;
	color:#805c28;
	text-align: center;
}

.gc-center-col-box7 {
	padding:80px 50px 115px 50px;
	text-align: center;
}
.gc-center-col-box7 h2 {
	font-size: 45px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}
.gc-center-col-box7 h3 {
	font-size: 38px;
    line-height: 46px;
    color: #fff;
    margin-top: 10px;
}
.gc-center-col-box7 p {
	font-size: 26px;
    line-height: 42px;
    padding: 50px 120px 20px 120px;
    color: #000;
    font-family: 'Lato', sans-serif;
   
}
.gc-center-col-box7.image-box1 {
	height:250px;
	background: url(../images/sezione_servizi.jpg) no-repeat center center;
	background-size: 100% auto; 
}

.gc-box-menu-2l{
	text-align: center;
    font-size: 30px;
    line-height: 90px;
    height: 100px;
	padding: 0;
}
.gc-box-menu-2l a{
	color: #FFF;
}


.gc-center-col-box8 {
	padding:80px 50px 115px 50px;
	text-align: center;
}
.gc-center-col-box8 h2 {
	font-size: 60px;
    line-height: 60px;
    color: #000;
    margin: 0;
}
.gc-center-col-box8 p {
	font-size: 26px;
    line-height: 42px;
    padding: 50px 120px 20px 120px;
    color: #000;
    font-family: 'Lato', sans-serif;
}

.gc-center-col-box9 {
	text-align:center;
	padding-bottom: 100px;
}
.gc-center-col-box9 h2.sez-title1 {
	font-size: 40px;
    	line-height: 80px;
    	margin-bottom: 20px;
    	color: #596975;
}
.gc-center-col-box9 span.sez-content1 {
    display: block;
    font-size: 24px;
    line-height: 40px;
    font-family: 'LatoLight', sans-serif;
    color: #777;
}
.gc-share-button{
	float: right;
    margin-top: 60px;
    margin-right: 30px;
}
a.content-link-back {
	display: inline-block;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #3687c2;
    padding: 0px 100px;
    margin-top: 30px;
}



.gc-center-col-box10 {
	padding:80px 50px 120px 50px;
	text-align: center;
}
.gc-center-col-box10 h2 {
	font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}
.gc-center-col-box10 p {
	font-size: 26px;
    line-height: 42px;
    padding: 50px 120px 20px 120px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.gc-center-col-box10.image-box1 {
	height:350px;
	background: url(../images/sezione_news.jpg) no-repeat center center;
	background-size: 100% auto; 
}


.gc-center-col-box11 {
	padding:35px 50px 120px 50px;
	text-align: center;
}
.gc-center-col-box11 h2 {
	font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}
.gc-center-col-box11 p {
	font-size: 26px;
    line-height: 42px;
    padding: 25px 120px 10px 120px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.gc-center-col-box11.image-box1 {
	height:400px;
	background: url(../images/sezione_corsi.jpg) no-repeat center center;
	background-size: 100% auto; 
}
.gc-center-col-box11 span {
    color: #fff;
    font-size: 18px;
}



.gc-center-col-box12 {
	padding: 100px 20px 20px 80px;
	text-align: left;
}
.gc-center-col-box12 h3 {
	font-size: 42px;
	line-height: 60px;
	margin-top:20px;
	color:#596975;
}
.gc-center-col-box12 span {
	display: block;
	font-size: 34px;
	line-height: 44px;
	font-family: 'LatoLight', sans-serif;
	color:#777;
}
.gc-center-col-box13 {
	padding: 80px 20px 80px 60px;
	text-align: left;
}
.gc-center-col-box13 iframe {
	width:800px;
	height: 450px;
}





.gc-avviso-testo{
	font-size: 30px;
	text-align:center;
	margin-top:30px;
}

.gc-box-corsi{
	margin-bottom: 150px;
}

.gc-corsi-table-th{
	color: #3687c2;
	font-weight: bold;
}
.gc-box-corso-titolo{
	margin-top: 20px;
    color: #5b5d96;
    margin-bottom: 30px;
}
.gc-box-corso-titolo-h5{
	color: #3687c2;
	font-size: 16px;
	margin-top: 50px;
}
.gc-box-corso-testo{
	font-size: 14px;
	margin-bottom: 50px;
}
.gc-corso-icon{
	font-size: 25px;
}
.logo_ente{
	width: 45px;
}

table.gc-corsi-table{
	font-size: 16px;
	margin-top: 25px;
}
table.gc-corsi-table .gc-column-small{
	width: 10%;
}
table.gc-corsi-table .gc-column-medium{
	width: 20%;
}
table.gc-corsi-table .gc-column-large{
	width: 40%;
}
table.gc-corsi-table .details-col1{
	width: 22%;
}
table.gc-corsi-table .details-col2{
	width: 35%;
}
table.gc-corsi-table .details-col3{
	width: 28%;
}
table.gc-corsi-table .details-box1{
	width: 43%;
	float:left;
	padding:3%;
}


.gc-box-corsi-sdi{
	font-size: 18px;
	padding-top: 50px;
}



.gc-center-box-servizi1 {
	padding-top: 20px;
    padding-bottom: 100px;
	text-align: left;
}
.gc-center-box-servizi1 h4 {
	font-size: 36px;
    text-align: center;
    margin: 50px auto 20px auto;
    color: #5b5d96;
}
.gc-center-box-servizi1 p {
	font-size: 26px;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #555;
    font-family: 'Lato', sans-serif;
}
.gc-center-box-servizi1 ul{
    font-size: 26px;
    color: #2d6ba0;
    line-height: 46px;
}
.gc-center-box-servizi1 div.list-box1 {
    font-size: 26px;
    color: #2d6ba0;
    line-height: 46px;
    margin:30px 0px;
}
.gc-center-box-servizi1 div.title-list-box1 {
    margin:30px 0px;
    text-align: center;
}
.gc-center-box-servizi1 div.title-list-box1 h5 {
	font-size: 36px;
    margin: 30px auto 10px auto;
    color: #5b5d96;
}
.gc-center-box-servizi1 div.title-list-box1 h6 {
	font-size: 26px;
    margin: 0px auto 10px auto;
    color: #666;
}
.gc-center-box-servizi1 div.title-list-box1 a {
	margin-bottom: 50px;
}


.gc-center-box-servizi2 {
	padding-top: 20px;
    padding-bottom: 100px;
	text-align: left;
	font-size:14px;
}
.gc-center-box-servizi2 p {
	font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #555;
    font-family: 'Lato', sans-serif;
}









#gc-footer-row {
	color: #fff;
	padding: 0px;
	font-size:12px;
	margin:0;
}
#gc-footer-row .gc-footer-left, #gc-footer-row .gc-footer-right {
	text-align: left;
	padding-right:20px;
}
#gc-footer-row .gc-footer-left a, #gc-footer-row .gc-footer-right a {
	color: #fff;
}
#gc-footer-row .gc-footer-left img {
	margin:80px 40px 0px 0px;
	float:right;
}
#gc-footer-row .gc-footer-right {
	background: url(../images/footer_background1.jpg) no-repeat top left;
	background-size: 100% auto;
    height: 300px;
    padding: 40px 0px 0px 80px;
}
#gc-footer-row .gc-footer-right span {
	display:block;
}
#gc-footer-row .gc-footer-right img {
	width: 160px;
}
.footer-content1 {
	font-size: 24px;
	margin-bottom: 30px;
}
.footer-content2 {
	font-size: 18px;
	margin-top: 30px;
}
.footer-content3 {
	font-size: 16px;
	font-family: 'LatoLight', sans-serif;
}
.footer-content4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-content5 {
	font-size: 16px;
	margin-top: 35px;
}
.footer-content6 {
	font-size: 16px;
	margin-top: 200px;
	font-family: 'LatoLight', sans-serif;
}
.footer-content7 {
	font-size: 16px;
}
















a.gc-content-link {
	display: inline-block;
	font-family: 'open_sansbold', sans-serif;
    float: right;
    font-size: 18px;
    padding-right: 56px;
    color: #555;
    line-height: 46px;
    height: 46px;
    background: url(../images/arrow_right_ico.png) no-repeat right center;
    margin-top: 30px;
}
a.gc-content-link:hover {
	text-decoration: none;
}
a.gc-content-download {
	display: inline-block;
	font-family: 'open_sansbold', sans-serif;
    float: right;
    font-size: 18px;
    padding-right: 56px;
    color: #555;
    line-height: 46px;
    height: 46px;
    background: url(../images/arrow_down_ico.png) no-repeat right center;
}
a.gc-content-download:hover {
	text-decoration: none;
}








form.modulo-contacts {
	width: 98%;
	margin-top: 40px;
}
form.modulo-contacts label {
	color: #805c28;
    font-size: 16px;
}
form.modulo-contacts input {
    font-size: 16px;
    height: 30px;
    border: 0 !important;
    border-radius: 0 !important;
}
form.modulo-contacts select {
    height: 30px;
    font-size: 16px;
    width: 80%;
    border: 0 !important;
    border-radius: 0 !important;
}
form.modulo-contacts textarea {
    font-size: 16px;
    height:80px;
    border: 0 !important;
    border-radius: 0 !important;
}
form.modulo-contacts span.info-privacy {
    font-size: 14px;
    
}
form.modulo-contacts span.info-privacy a {
    color:#805c28;
    text-decoration: underline;
}
form.modulo-contacts div.action-fl-right button {
	float:right;
}
form.modulo-contacts button {
	width: 200px;
    font-size: 18px;
    border: 0 !important;
    border-radius: 0 !important;
}
.form-inline.modulo-contacts .form-control {
	width: 80% !important;
}
.form-inline.modulo-contacts .form-group {
	margin-bottom: 30px;
}
.form-inline.modulo-contacts .checkbox input[type="checkbox"] {
	height:14px;
	margin-right: 8px;
}




div#box_modulo_adesione {
	margin-bottom: 50px;
	display: none;
}
form.modulo-iscrizione {
	width: 98%;
	margin-top: 40px;
}
form.modulo-iscrizione label {
	color: #805c28;
    font-size: 16px;
    text-align: right;
}
form.modulo-iscrizione input {
    font-size: 16px;
    height: 30px;
}
form.modulo-iscrizione span.info-privacy {
    font-size: 14px;
    color: #805c28;
}
form.modulo-iscrizione span.txt1 {
	display: block;
    text-align: center;
    margin: 40px 0px 10px 0px;
    font-size: 18px;
}
form.modulo-iscrizione span.txt2 {
	display: block;
    text-align: center;
    margin: 0px 0px 20px 0px;
    font-size: 16px;
}
form.modulo-iscrizione span.txt3 {
	display: block;
    text-align: center;
    margin: 20px 0px 10px 0px;
    font-size: 20px;
}
form.modulo-iscrizione div.action-fl-right button {
	float:right;
}
form.modulo-iscrizione button {
	font-size: 18px;
    padding: 10px 60px;
    margin-top: 20px;
}
.form-inline.modulo-iscrizione .form-control {
	width: 100% !important;
}
.form-inline.modulo-iscrizione .form-group {
	margin-bottom: 10px;
}
.form-inline.modulo-iscrizione .checkbox input[type="checkbox"] {
	height:14px;
	margin-right: 8px;
}





img.image-zoom {
	cursor:pointer;
}


#gc-modal-box {
	z-index: 30;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.8);
	border:2px solid #333;
	position:fixed;
	top:50%;
	left:50%;
	min-width:100px;
	min-height:100px;
	max-height:95%;
	max-width:95%;
	background-color: #fff;
	display:none;
	padding:10px;
	overflow:hidden;
}


#gc-modal-box-form-contatti{
	z-index: 30;
	position: fixed;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.7);
	display: none;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}







div.sez-under-construction {
	text-align: center;
    font-size: 30px;
    color: #888;
    padding-top: 80px;
    height: 500px;
}









@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }









#banner_adv_ck {
	position:fixed;
	bottom:0px;
	left:0px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding:15px 40px 30px 40px;
  	width:100%;
  	color:#fff;
  	background-color: #333;
  	font-size:12px;
  	font-family:Arial, sans-serif;
  	line-height: 16px;
  	z-index:1000;
}
#banner_adv_ck a {
	color:#fff;
}
#banner_adv_ck span.bnd_close {
	position:absolute;
	bottom:10px;
	right:10px;
	width:25px;
	height:25px;
	background: url(../images/bndc.png) no-repeat center center;
	cursor:pointer;
}


/*** FANCYBOX ***/
#send-button-newsletter{
	background-color: #3697dd;
	color: #FFF;
	width: 45%;
}

#fancy-contatti{
	font-size: 25px;
    text-align: center;
    width: 100%;
}

#fancy-contatti p{
	margin-bottom: 20px;
    width: 100%;
}

#chiudi-fancy-contatti-button{
	background-color: #3697dd;
	color: #FFF;
	width: 45%;
}




#send-button-pdf{
	font-size: 20px;
}

#upload-button-pdf{
	background-color: #969696;
	border-color: #505050;
	font-size: 20px;
}
#upload-button-pdf:hover{
	background-color: #505050;
}
#show-form-iscrizione{
	font-size: 20px;
	float: right;
}
#downalod-form-iscrizione{
	font-size: 20px;
	float: right;
}











.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
