@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic";


@font-face {
    font-family: 'GT Eesti Pro Display Light';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-LIGHT.OTF');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display Medium';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-MEDIUM.OTF');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src:url('../fonts/GT-EESTI-PRO-DISPLAY-REGULAR.ttf') format("truetype"), 
    url('../fonts/GT-EESTI-PRO-DISPLAY-REGULAR.OTF') format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GT Eesti Pro Display Bold';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-BOLD.ttf') format("truetype"), 
    	 url('../fonts/GT-EESTI-PRO-DISPLAY-BOLD.OTF') format("opentype");
    font-weight: bold;
    font-style: normal;
}

.GT-Eesti-Pro-Display{
    font-family: 'GT Eesti Pro Display';
}
/*STILI GENERICI*/

.margin-top-30{
	margin-top:30px !important;
}
.margin-top-60{
	margin-top:60px !important;
}
.bg-f2f2f2{
	background-color:#f2f2f2;
}
/*Fine STILI GENERICI*/

body {
	font-size:14px;
	line-height:24px;
	 font-family: 'GT Eesti Pro Display Light';
	 overflow-x:hidden;
}
.bold {
	font-family: 'GT Eesti Pro Display Bold';
}

.medium {
		 font-family: 'GT Eesti Pro Display Medium';
}
.box-corsi {
	color:black;
	background-color:#ffdd00;
	overflow:hidden;
	transform: translate(-45%, 400%) rotate(-90deg) ;
	position:absolute;
	width:620px;
	top:-3px;
	left:0;
	text-align:right;
	padding-right:30px;
	z-index:34;	 
}
.box-yellow-2 {
	background-color:#ffdd00;
	text-align:center;
	padding:3px;
	color:#000;
}
.box-yellow-2 h1 {
	font-size:3rem;
	margin:10px;
}

.box-corsi h1 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight:700;
}
.home-content{
	overflow-x:hidden;
}
.text-block-course {
	position:absolute;
	width:80%;
	right:20px;
	bottom:-0px; 
}
	.text-block-course .box-yellow {
		background-color: rgba(255, 221, 0, 0.8);
		padding:5px 20px;
	}
	.text-block-course .box-white {
		width:55%;
		background-color: rgba(255, 255, 255, 0.7);	
		margin-left:auto;
	}
		.text-block-course .box-white h3 {
			font-weight:bold;
			color:black;
			padding:3px 10px;
		}
		.text-block-course .box-yellow h2 {
			font-weight:bold;
			color:black;
		}
		.text-block-course .box-yellow h4 {
			font-weight:100;
			color:black;	
		}
		.text-block-course .box-yellow p, .text-block-course .box-yellow div {
			font-weight:normal;
			color:black;
		}

.home-corsi .grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 300px 300px 60px;
    grid-row-gap: 20px;
    grid-column-gap:20px;    
}
.home-corsi .grid-0 {
	grid-column-start: 1;
	grid-column-end:   2;
	grid-row-start: 1;
	grid-row-end:   3;
	z-index:1;
	overflow:hidden;
}
.home-corsi .grid-1 {
	grid-column-start: 2;
	grid-column-end:   3;
	grid-row-start: 1;
	grid-row-end:   2;	
	overflow:hidden;
}
.home-corsi .grid-2 {
	grid-column-start: 2;
	grid-column-end:   3;
	grid-row-start: 2;
	grid-row-end:   3;	
	overflow:hidden;
}
.home-corsi .grid-3 {
	grid-column-start: 3;
	grid-column-end:   4;
	grid-row-start: 1;
	grid-row-end:   2;	
	overflow:hidden;
}
.home-corsi.grid-4 {
	grid-column-start: 3;
	grid-column-end:   4;
	grid-row-start: 2;
	grid-row-end:   3;	
	overflow:hidden;
}
.home-corsi .grid-0 img, .home-corsi .grid-1 img, .home-corsi .grid-2 img, .home-corsi .grid-3 img, .home-corsi .grid-4 img{
	max-width:150%;
}
.home-corsi .grid-5 {
	grid-column-start: 3;
	grid-column-end:   4;
	grid-row-start: 3;
	grid-row-end:   4;		
}

.home-racconti .grid-container {
    display: grid;
    grid-template-columns: auto auto 25%;
	grid-template-rows: 620px  60px;
    grid-row-gap: 20px;
    grid-column-gap:20px;    
}
.home-racconti .grid-1 {
	grid-row-start: 1;
	grid-row-end:   2;
	grid-column-start: 1;
	grid-column-end:   2;
}
.home-racconti .grid-2 {
	grid-row-start: 1;
	grid-row-end:   2;
	grid-column-start: 2;
	grid-column-end:   4;
}
.home-racconti .grid-3 {
	grid-column-start: 3;
	grid-column-end:   4;
	grid-row-start: 2;
	grid-row-end:   3;		
}
.racconti-box {
	position:relative;
    width:60%;
    top:70px;    
    left:70px;
    margin:auto;	
}
	.racconti-box h1 {
		font-size:4.4rem;
		font-weight:bold;
	}
	.racconti-box h2 {
		font-family: Arial;
		font-size:2.8rem;
		color:#ffdd00;
		font-weight: bold;
	}
	.racconti-box .box-yellow-2 {
		width:50%;
	}
	.home-eventi .grid-container{
		display:grid;
		grid-template-columns: 48.5% 48.5% 3%;
		grid-template-rows: 615px 60px;
		grid-row-gap: 20px;
		grid-column-gap: 30px;
		/*padding-bottom:80px;*/
	}
.home-eventi  .grid-0{
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     grid-row-end: 2;
     z-index:1;
}
.home-eventi  .grid-1{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 1;
     grid-row-end: 2;
     z-index:1;
}
.home-eventi  .grid-5{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 2;
     grid-row-end: 3;
}
.home-corsi .home-eventi .box-yellow-2{
	width:50%;
}
.home-banners .grid-container{
     display:grid;
     grid-template-columns: 1fr 1fr;
     grid-template-rows: auto auto;
     grid-row-gap: 25px;
     grid-column-gap: 25px; 
}
.home-banners .grid-1{
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     grid-row-end: 2;
}
.home-banners .grid-2{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 1;
     grid-row-end: 2;
     z-index:1;
}
.home-banners .grid-3{
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 2;
     grid-row-end: 3;
}

.home-banners .grid-4{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 2;
     grid-row-end: 3;
}

/*.home-videos .grid-container {
    	display: grid;
    	grid-template-columns: auto auto 25%;
	grid-template-rows: 620px  60px;
    	grid-row-gap: 20px;
    	grid-column-gap:20px;    
}*/

/*.home-videos .docenti-single-slider {
	grid-column-start: 1;
     grid-column-end: 4;
     grid-row-start: 1;
     grid-row-end: 2;     
}*/

/*.home-videos .grid-link {
	grid-column-start: 3;
     grid-column-end: 4;
     grid-row-start: 2;
     grid-row-end: 3;
}*/

	.home-videos .docenti-single-slider {
		margin:auto;
		margin-left:70px;
		display:block;	
	}
		.home-videos .docenti-single-slider .box-gray {
			margin-left:auto;
			margin-right:auto;
		}
		.home-videos .docenti-single-slider .box-gray {
			color:white;
			background-color:#808080;
			text-align:center;
			width:320px;
			position:relative;
			margin-top:-20px;
		}
		.home-videos .docenti-single-slider .box-gray h3 {
			color:white;
			padding: 12px 8px;
		}
	.home-videos .box-yellow-2{
		width:25% !important;
	}

	/*.docenti-single-slider .slide{
		margin-left:12px;
		margin-right:12px;
	}*/

	/*.docenti-single-slider .box-gray {
		margin-left:auto;
		margin-right:auto;
	}

	.docenti-single-slider .box-gray {
		color:white;
		background-color:#808080;
		text-align:center;
		width:320px;
		position:relative;
		margin-top:-20px;
	}

	.docenti-single-slider .box-gray h3 {
		color:white;
		padding: 12px 8px;
	}*/


/*
.accordion-wrapper {
	display: block;
	margin-left:40px;
	position:relative;
	min-height :620px;
	max-height :620px;
}

#accordion {
	width:620px;
	border-radius:0px;
}

	.accordion-wrapper .panel-group {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateX(-98%) rotate(-90deg);
		-webkit-transform-origin: right top;
		-moz-transform: translateX(-98%) rotate(-90deg);
		-moz-transform-origin: right top;
		-o-transform: translateX(-98%) rotate(-90deg);
		-o-transform-origin: right top;
		transform: translateX(-98%) rotate(-90deg);
		transform-origin: right top;
		margin-bottom: 15px;
	}

	.accordion-wrapper .panel-group .panel {
		border-radius:0px;
		width:620px;	
	}

	.accordion-wrapper .panel-default > .panel-heading {
		color: black;
		background-color: white;
		border-color: #ddd;
		text-align:right;
		margin:0px;
		padding:0px;
		height:55px;
		vertical-align:middle;
	}
	.accordion-wrapper .panel-heading a {
		text-decoration: none;
		font-family: 'GT Eesti Pro Display Bold';
		font-size:4rem;
		color:black;
		width:100%;
		display:block;
		height:100%;
		padding:15px 20px;
	}
	.accordion-wrapper .panel-heading a:hover {
		text-decoration: none;
		color:#4d4d4d;
	}
	.accordion-wrapper .panel-heading a[aria-expanded="true"] {
		color:white;
		text-decoration: none;
		background-color:#4d4d4d;
		width:100%;
		display:block;
		height:100%;
		padding:15px 20px;
	}
	.accordion-wrapper .panel-group .panel + .panel {
		margin-top: 0px;	
	}
	.accordion-wrapper .panel-body {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate(100%,0%) rotate(90deg);
		-webkit-transform-origin: left top;
		-moz-transform: translate(100%,0%) rotate(90deg);
		-moz-transform-origin: left top;
		-o-transform: translate(100%,0%) rotate(90deg);
		-o-transform-origin: left top;
		transform: translate(100%,0%)rotate(90deg);
		transform-origin: left top;
		height:1607px;
		width:620px;
		padding:0px;
		position:relative;
	}
		.accordion-wrapper .panel-body .img-box {
			position:absolute;
			top:2px;
			width:960px;
			height:620px;
		}
		.accordion-wrapper .panel-body .abs-box {
			position:absolute;
			top:20px;
			
			height:620px;
		
			right:-135%;
			width:65%;
		}
			.accordion-wrapper .panel-body .abs-box h1{
				font-weight:bold;
			}
			.accordion-wrapper .panel-body .abs-box p{
				font-size:1.5rem;
			}
*/
/*accordion in mobile
#accordionMobile .panel-default > .panel-heading {
	color: black;
	background-color: white;
	border-color: #ddd;
	text-align:right;
	margin:0px;
	padding:0px;
	height:55px;
	vertical-align:middle;
}
	#accordionMobile .panel-heading a {
		text-decoration: none;
		font-family: 'GT Eesti Pro Display Bold';
		font-size:3.5rem;
		color:black;
		width:100%;
		display:block;
		height:100%;
		padding:15px 20px;
	}
		#accordionMobile .panel-heading a:hover {
			text-decoration: none;
			color:#4d4d4d;
		}
	#accordionMobile .panel-heading a[aria-expanded="true"] {
		color:white;
		text-decoration: none;
		background-color:#4d4d4d;
		width:100%;
		display:block;
		height:100%;
		padding:15px 20px;
	}
*/
.max-width-1700 {
    margin: auto;
    max-width: 1700px;
}
.container-fluid {
	max-width:1920px;
	margin:auto;
}
.col-cont-vert-center {
	position:absolute;
	height:100%;
	top:50%;
}
/*.col-cont-vert-center.put-right {
	left:50%;
}*/

a:hover {
	text-decoration:none;
}
a.black, a.black:hover, a.black:visited {
	color:#000;
}
.box-yellow-2 a {
	color:black;
}

.black {
	color:#000;
}
.relative {
	position:relative;
}
.pointer {
	cursor:pointer;
}
.btn {
	border-radius:0;
}
.btn-default {
    background-color: #404040;
    border-color: #404040;
    color: #fcdc19;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
  background-color: #404040;
  border-color: #404040;
  color: #fcdc19;
  
}


.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
a.btn-default,
a.btn-default:hover,
a.btn-default:focus,
a.btn-default:visited {
	color: #fcdc19;
}

.btn-yellow{
	background-color: #FFDD00;
	padding: 10px;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	color: black;
}

.btn-yellow:hover{
	color: black;
}

.nopadding {
	padding:0 !important;
}
.nopadding-right{
	padding-right: 0;
}
.nopadding-left{
	padding-left: 0;
}
.nomargin{
	margin:0;
}
.padding-top-10{
	padding-top:10px;
}
.padding-top-30{
	padding-top:30px;
}

.padding-top-20{
	padding-top:20px;
}


.padding-top-40{
	padding-top:40px;
}
.padding-top-60{
	padding-top:60px;
}
.padding-top-110{
	padding-top:110px;
}
.padding-bottom-5{
	padding-bottom:5px;
}
.padding-bottom-10{
	padding-bottom:10px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.padding-bottom-40{
	padding-bottom:40px;
}
.padding-bottom-60{
	padding-bottom:60px;
}
.padding-bottom-80{
	padding-bottom:80px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}

.margin-bottom-60 {
	margin-bottom:60px;
}

.border-bottom-1{
	border-bottom: 1px solid #ABABAB;
}
.border-left-right-1{
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}
.padding-left-20{
	padding-left: 20px !important;
}

h2 {
	font-weight:200;
	font-size:30px;
	color:#494949;
}
	h2 a, h2 a:visited, h2 a:hover {
		color:#494949;
	}
	h2.black {
		color:#000;
	}
		h2.black a, h2.black a:visited, h2.black a:hover{
			color:#000;
		}
		
h3 {
	font-size:20px;
	color:#494949;
}
	h3 a, h3 a:visited, h3 a:hover {
		/*color:#494949;*/
	}
	h3.black {
		color:#000;
	}
		h3.black a, h3.black a:visited, h3.black a:hover{
			color:#000;
		}
	h3.orange {
		color:#e2ae27;
	}
		h3.orange a, h3.orange a:visited, h3.orange a:hover{
			color:#e2ae27;
		}

h4 {
	font-size:16px;
	color:#494949;
}
	h4 a, h4 a:visited, h4 a:hover {
		color:#494949;
	}
	h4.black {
		color:#000;
	}
		h4.black a, h4.black a:visited, h4.black a:hover{
			color:#000;
		}

.bg-gray {
	background-color:#e8e8e8;
}
.bg-dark-gray {
	background-color:#242424;
}
.bg-dark-gray h2, .bg-dark-gray .col-title {
	color:#FFF;
}
.col-title {
	color:#929292;
	font-size:22px;
	margin-top:10px;
	font-weight:200;
}
	.col-title a, .col-title a:visited, .col-title a:hover {
		color:#929292;
	}
	.col-title.dark {
		color:#414141;
	}
		.col-title.dark a, .col-title.dark a:visited, .col-title.dark a:hover {
			color:#414141;
		}
	.col-title.small {
		font-size:18px;
	}
	.col-title.small2 {
		font-size:14px;
	}
.col-text {
	color:#3f3f3f;
	font-size:12px;
	line-height:16px;
}
	.col-text.big {
		font-size:14px;
		line-height:20px;
	}
/* STILI PER TERZO LIVELLO DI MENU */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 11px;
    width: 0;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}
/* FINE STILI PER TERZO LIVELLO DI MENU */

.nav>li>a{
	padding:10px;
}

.carousel-caption.copy {
    top:0px;
    left:0;
    right:0px;
    bottom:auto;
    padding:5px 25px;
    padding-right: 50px;
    text-align:right;
    color:white;
    background: transparent url("../images/generic/bg_copy.png") repeat;
    z-index:5;
}
.carousel-indicators {
	top:0px;
    left:50%;
    
    bottom:auto;
    padding:0 15px;
    margin:0;
    z-index:6;
    width:100%;
    text-align:left;
    max-width: 1637px;
    transform: translateX(-50%);
}
	.carousel-indicators li {
		background-color:#d2d2d2;
		border-width:0;
		margin:0;
		margin-right:3px;
	}
	.carousel-indicators li.active {
		background-color:#fccb22;
		border-width:0;
		width:10px;
		height:10px;
		margin-right:3px;
	}

.carousel-indicators.middle-bottom {
	top:auto;
	bottom:30px;
	width:60%;
	margin-left:-30%;
	text-align:center;
	left:50%;
	transform:none;
}
	.carousel-indicators.middle-bottom li, .carousel-indicators.middle-bottom li.active {
		border:1px solid #000;
		width:16px;
		height:16px;
	}
	
.backgrounds .item {
	width:100%;
	background-position:center top;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

.top-block {
	float:right;
}

header {
	background-color:white;
	height:110px;
	z-index:999;
	position:relative;
	top:0;
	left:0;
	width:100%;
	border-bottom:5px solid #ffdd00;
}

	header .navbar.navbar-default {
		background-color:transparent;
		border:0;
		border-radius:0;
		height:100px;
		margin-bottom:0;
		float:left;
		font-size:13px;
		line-height:100px;
		padding-top:40px;
	
	}
	header .navbar.navbar-default .navbar-header{
		height:110px;
	}
	header .navbar-toggle {
		padding:0px;
		border:0px;
		border-radius:0px;
		margin-top:11px;
		width:38px;
		height:38px;
		background-color: #2e2e2e;
	}
		header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
			background-color: #2e2e2e;
		}
		header .navbar-default .navbar-toggle .icon-bar {
			background-color:#f4ce00;
			margin:auto;
		}
		header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
		    margin-top: 4px;
		}

	header #main-menu li  {
		line-height:60px;	
	}
	header #main-menu li a {
		padding:0 8px;/*0 10px*/
		line-height:60px;
		height:60px;
		font-size:1.5rem;
		color:black;
	}
		header #main-menu li a.content-logo{
			max-width:180px;
			padding-top:5px;
			margin-right:40px;
		}
			header #main-menu li a.content-logo img{
				height:35px;
				width:auto;
				
			
			}
		header #main-menu li a:hover {
			color:#f4ce00;
		}
	header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover, header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > .open > a:hover  {
		background-color:transparent;
		border:0;
	}
	header #main-menu .dropdown-menu {
		background-color: white;
		border-color: white;
	}
		header #main-menu .dropdown-menu > li > a, header #main-menu .dropdown-menu > li > a:focus, header #main-menu .dropdown-menu > li > a:hover {
			background:transparent;
			line-height:30px;
			height:auto;
			width:180px;
			clear:none;
		}
		header #main-menu .dropdown-menu > li > a.big {
			width:220px;
		}
		header #main-menu .dropdown-menu {
			min-width:200px;
			padding-bottom:10px;
		}
		header #main-menu .dropdown-menu.medium {
			min-width:550px;
			margin-left:40px;
		}
		header #main-menu .dropdown-menu.big {
			min-width:750px;
			padding-bottom:20px;
		}
		header #main-menu .dropdown-menu li {
			position:relative;
			
		}
		header #main-menu .dropdown-menu li .title {
			color:#FFF;
			width:180px;
			font-weight:bold;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:20px;
			position:relative;
		}
			header #main-menu .dropdown-menu li .title.big {
				width:220px;
			}
			header #main-menu .dropdown-menu li .title .new {
				display:block;
				position:absolute;
				width:100%;
				left:0;
				font-weight:normal;
				text-decoration:none;
				z-index:9999;
			}
				header #main-menu .dropdown-menu li .title .new .name {
					padding-left:20px;
				}
				header #main-menu .dropdown-menu li .title .new .image {
					text-align:center;
				}
		header #main-menu .dropdown-menu li i {
			font-size:10px;
			line-height:35px;
			top:0px;
		}
		
	header .search-field{
		height:38px;
		/*width:198px;*/
		width:150px;
		background-color:white;
	
		border:0;
		padding-left:10px;
		padding-right:10px;
		margin:0px 50px;
		border:1px solid black;
		margin-top:11px;
		display:block;
		float:left;
		outline:none;
	}
		
	header .search-btn{
		height:38px;
		width:38px;
		background-color:white;
		color:#7d7d7d;
		border:0;
		margin:0;
		margin-top:11px;
		/*margin-right:20px;*/
		margin-right:11px;
		display:block;
		float:left;
	}
	header .search-ico{
		margin-top:11px;
		height:38px;
		line-height:38px;
		width:38px;
		text-align:center;
		margin-right:15px;
		background-color:white;
		cursor:pointer;
		float:left;
	}
		header .search-ico i {
			color:#f4ce00;
		}
	header .search-box {
		top:40px;
		right:10px;
		left:10px;
		margin:auto;
		height:60px;
		width:100%;
		max-width:330px;
		background-color:#484848;
		position:absolute;
		border-top:1px solid #CCC;
		display:none;
		z-index:999;
	}
		header .search-box .search-field{
			margin-left:5%;
			width:80%;
		}
		header .search-box .search-btn{
			width:10%;
		}
	header .user-ico{
		margin-top:11px;
		height:38px;
		line-height:38px;
		width:38px;
		text-align:center;
		margin-right:15px;
		background-color:#2e2e2e;
		cursor:pointer;
		position:absolute;
		top:0px;
		right:50px;
	}
		header .user-ico i {
			color:#f4ce00;
		}
	header .login-field{
		height:38px;
		/*width:150px;*/
		width:150px;
		background-color:white;

		border:1px solid #8e8e8e;
		padding-left:10px;
		padding-right:10px;
		margin:0;
		margin-top:11px;
		display:block;
		float:left;
		margin-right:4px;
	}
	header .cart{
		margin-right: 30px;
	}
	header .cart, header .cart i{
		font-size: 20px;
		color:black;
		line-height: 60px;
	}
	header .login-btn{
		height:38px;
		width:38px;
		background-color:white;
		color:#8e8e8e;
		border:0;
		margin:0;
		margin-top:11px;
		margin-right:15px;
		display:block;
		float:left;
	}

	header .btn-top-header{
		display: flex;
    	justify-content: flex-end;
	}
	header .nikon, header .nikonstore, #cart .btn-yellow{
		background-color: #FFDD00;
		padding: 10px;
		display: inline-block;
		text-align: center;
		font-size: 17px!important;
		font-weight: 400;
		cursor: pointer;
	}
		header .nikon a, header .nikonstore a, #cart .btn-yellow {
			color: black;
		}
	header .nikon{
		top: 0;
		right: 100px;
		width: 15%;
		margin-right: 10px;
	}
	header .nikonstore{
		top: 0;
		right: 10px;
		width: 20%;
		margin-right: 30px;
	}
	header .avatar {
	    width: 50px;
		height: 50px;
		overflow: hidden;
		margin-top: 5px;
		margin-right: 10px;
		float: left;
	}
	header .username {
		margin-top:11px;
		height:38px;
		line-height:38px;
		font-size:12px;
		margin-right:15px;
		color:#000;
		min-width:100px;
		float:left;
	}
		header .username a, header .username a:hover, header .username a:visited {
			line-height:38px;
			color:#FFF;
			font-style:italic;
			text-decoration:none;
		}
	header .user-menu.dropdown {
		float:left;
	}
		header .user-menu.dropdown .btn {
			padding:0;
		}
		header .user-menu.dropdown .dropdown-menu {
			background-color:#292827;
			left:-100px;
		}
		header .user-menu.dropdown .dropdown-menu > li a, header .user-menu.dropdown .dropdown-menu > li a:visited {
			color:#FFF;
		}
		header .user-menu.dropdown .dropdown-menu > li a:hover {
			background-color:transparent;
			color:#f4ce00;
		}

header .desktop-mode .search-field{
	margin-right:0;
	width:155px;
	margin-left:25px;
	border-radius:0px;
}
header .desktop-mode .btn-search{
	margin-right:25px;
	margin-top:11px;
	margin-left:-3px;
	height:38px;
	width:35px;
	background-color:white;
	border: 1px solid black;
	border-left: 0;
	border-radius: 0px;
}
	header .desktop-mode .btn-search i.fa{
		color:black;

	}
		
img.logo-nikon {
	margin:10px;
}		
		
.breadcrumb {
	position:absolute;
	top:60px;
	left:0;
	height:50px;
	line-height:50px;
	background:transparent url("../images/generic/bg_breadcrumb.png") left top repeat;
	z-index:990;
	width:100%;
	border-radius:0;
	padding:0;
}
	.breadcrumb .social {
		float:right;
		margin-top:8px;
		margin-left:5px;
	}
.breadcrumb2 {
	background-color:#eaeaea;
	color:#8a8a8a;
	font-size:12px;
	padding:5px 0;
	margin:0;
}
	.breadcrumb2 a, .breadcrumb2 a:visited, .breadcrumb2 a:hover {
		color:#8a8a8a;
		text-decoration:none;
	}

/* HOMEPAGE */
.box-menu-home {
	width:12%;
	float:left;
	display:block;
	margin-right:0.55%
}
.box-menu-home.last {
	margin:0;
	float:right;
}
.bar-menu-home {
	background-image: url("../images/generic/home2015/bg_bar_menu_home.jpg");
	background-size:100% 100%;
	/*margin-top: 20px;*/
}
.bar-menu-home.home {
	margin-top: 0px;
}
.home-highlight .block-small {
	height: 391px;
	overflow: hidden;
	display: block;
}
.home-highlight .block-large {
	height: 780px;
	overflow: hidden;
	display: block;
}
/* FINE HOMEPAGE */

/* CONTENUTI */
.author {
	text-decoration:none;
	font-weight:normal;
}
.intContents, .intContents_white {
    color: black;
    margin: auto;
    position: relative;
    z-index: 10;
}
.intContentsTitleInt{
	position: relative;
}
	.intContentsTitleInt h1{
		font-size: 40px;
		color:#000;
		line-height: 45px;
	}
	.intContentsTitleInt h2{
		font-size: 18px;
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		display: block;
	}
.item {
	display:block;
}
.item .date {
	color:#414141;
	font-size:16px;
	margin-bottom:5px;
}
.item .title{
	color:#000;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
.item .abstract {
	color:#414141;
	font-size:14px;
	line-height:20px;
	margin-bottom:15px;
}
.item .buttons .button{
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	padding:10px 0;
	width:130px;
	background-color:#e2ae27;
	color:white;
	font-size:12px;
	display:block;
	text-align:center;
}
.item-small .date {
	color:#414141;
	font-size:13px;
	margin-bottom:4px;
}
.item-small .title{
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}
.item-small .abstract {
	color:#414141;
	font-size:11px;
	margin-bottom:4px;
}
.item-small .buttons .button{
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	padding:3px 0;
	width:60px;
	background-color:#e2ae27;
	color:white;
	font-size:12px;
	display:block;
	text-align:center;
}
.itemPdf {
	margin-bottom:30px;
}
	.itemPdf .txt {
		margin:auto;
		width:100%;
		padding-left:10px;
		padding-right:5px;
		max-width:200px;
		height:30px;
		line-height:30px;
		font-size:12px;
		text-decoration:none;
		background-color: #e2ae28;
		color:#000;
		font-weight:bold;
	}
		.itemPdf .txt .arrow {
			font-size:16px;
			float:right;
			font-weight:normal;
			line-height:30px;
		}
.counter {
	position:absolute;
	right:15px;
	top:-40px;
}	
.thumb img {
    border-color: #898989;
    border-style: solid;
    border-width: 1px;
    margin-top: 24px;
}

.btn-experience, .btn-experience:hover, .btn-experience:visited {
	width:100%;
	background-color:#e2ae28;
	color:#000;
	display:block;
	padding:8px 0;
}
	.btn-experience span {
		display:none !important;
	}
.btn-experience.white, .btn-experience.white:hover, .btn-experience.white:visited {
	color:#FFF;
}

.cmd-experience, .cmd-experience:hover, .cmd-experience:visited {
	padding:8px 12px;
	background-color:#e2ae28;
	color:#000;
	border-left:1px solid #FFF;
	display:block;
	float:right;
}
	.cmd-experience span {
		line-height:20px;
	}
.cmd-experience.white, .cmd-experience.white:hover, .cmd-experience.white:visited {
	color:#FFF;
}
.workshopFilters {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0;
	margin-top:40px;
}
.workshopFilters .workshopFiltersContent {
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#eee;
}
.workshopFilters .workshopFiltersContent a {
	color: #000;
	text-decoration:none;
	display:inline-block;
	width:32%;
	text-align:center;
}
.workshopFilters .workshopFiltersContent a img {
	vertical-align:top;
}
.workshop-title {
	max-width:85%;
	color:#d60107;
}
.workshop-title-detail {
	max-width:75%;
}
.workshop-detail-bg-image {
	background-size:auto 100%;
	background-position:0;
	background-repeat:no-repeat
}

.workshop-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.workshop-row .add-to-cart {
		top:0;
		bottom:0;
		position:absolute;
		left:50%;
		margin-left:-111px;
		width:222px;
		height: 100%;
		background: transparent url("../images/generic/btn_add_list.png") no-repeat center center;
	}
	.workshop-row .sold-out {
		top:0;
		bottom:0;
		position:absolute;
		left:50%;
		margin-left:-111px;
		width:222px;
		height: 100%;
		background: transparent url("../images/generic/sold-out.png") no-repeat center center;
	}
	.workshop-row .workshop-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		transform:translateY(-50%);
		color:#333333;
		font-size:14px;
	}
		.workshop-row .put-right .workshop-info {
			left:20%;
			width:70%;
		}
	
	
		.workshop-row .workshop-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			padding-bottom:10px;
		}
		.workshop-row .workshop-info .subtitle {
			font-size:70%;
			color:#000;
		}
	.workshop-row .workshop-info .highlight {
		color:#d60107;
	}
	
.life-title {
	max-width:85%;
	color:#318e84;
}
.life-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.life-row .life-info {
		position:absolute;
		left:10%;
		top:30px;
		width:80%;
		margin:auto;
		/*transform:translateY(-50%);*/
		color:#333333;
		font-size:14px;
	}
		.life-row .life-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.life-row .life-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.life-row .life-info .highlight {
		color:#d60107;
	}	
	
	
.travel-title {
	max-width:85%;
	color:#ecd20b;
}
.travel-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.travel-row .travel-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		/*transform:translateY(-50%);*/
		transform:translateY(50%);
		color:#333333;
		font-size:14px;
	}
		.travel-row .travel-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.travel-row .travel-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.travel-row .travel-info .highlight {
		color:#d60107;
	}
	
.experience-title {
	color:#09c883;
}
.experience-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.experience-row .experience-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		/*transform:translateY(-50%);*/
		transform:translateY(50%);
		color:#333333;
		font-size:14px;
	}
		.experience-row .experience-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.experience-row .experience-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.experience-row .experience-info .highlight {
		color:#d60107;
	}
.sguardi-title {
	max-width:85%;
	color:#7347ff;
}
.sguardi-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.sguardi-row .sguardi-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		transform:translateY(-50%);
		color:#333333;
		font-size:14px;
	}
		.sguardi-row .sguardi-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.sguardi-row .sguardi-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.sguardi-row .sguardi-info .highlight {
		color:#d60107;
	}	

.tutorial-title {
	max-width:85%;
	color:#4d5e96;
}
.tutorial-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.tutorial-row .tutorial-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		transform:translateY(-50%);
		color:#333333;
		font-size:14px;
	}
		.tutorial-row .tutorial-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.tutorial-row .tutorial-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.tutorial-row .tutorial-info .highlight {
		color:#d60107;
	}	

.corsi-partner-title {
	max-width:85%;
	color:black;
}
.corsi-partner-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.corsi-partner-row .corsi-partner-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		transform:translateY(-50%);
		color:#333333;
		font-size:14px;
	}
		.corsi-partner-row .corsi-partner-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.corsi-partner-row .corsi-partner-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.corsi-partner-row .corsi-partner-info .highlight {
		color:#d60107;
	}
.interviste-title {
	max-width:85%;
	color:#000;
}
.interviste-row {
	background-color:#ececec;
	margin-bottom:40px;
}
	.interviste-row .interviste-info {
		position:absolute;
		left:10%;
		width:80%;
		margin:auto;
		/*transform:translateY(-50%);*/
		transform:translateY(50%);
		color:#333333;
		font-size:14px;
	}
		.interviste-row .interviste-info .title {
			font-weight:bold;
			font-size:30px;
			line-height:36px;
			
		}
		.interviste-row .interviste-info .subtitle {
			font-size:14px;
			line-height:normal;
			font-weight:normal;
			color:#000;
			padding-top:10px;
		}
	.interviste-row .interviste-info .highlight {
		color:#d60107;
	}
	
.cart-button {
	/*background-color:#fee600;*/
	width: 420px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    /*min-width: 60px;*/
    padding-left:6px;
    position: absolute;
    right:0;
    top:0;
    min-width: 180px;
    
}
	.cart-button .price{
		float:right;
		background-color: #dddddd;
		font-weight: bold;
		width: 110px;
		height: 50px;
		text-align: center;
		
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: white;
	}
	.cart-button .quantity{
		float:right;
		background-color: #dddddd;
		width: 110px;
		height: 50px;
		line-height: 30px;
		text-align: center;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: white;
	}
	.cart-button .quantity-field{
		background-color: #c9c9c9;
		width: 30px;
		height: 30px;
		border: 0;
		margin-top: 10px;
		text-align: center;
	}
	.cart-button .buy{
		float:right;
		background-color: #ffe500;
		width: 100px;
		height: 50px;
		text-align: center;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: white;
	}
	.cart-button .buy a:link,
	.cart-button .buy a:visited,
	.cart-button .buy a:hover{
		color: black;
	}
	.cart-button .cart{
		float:right;
		background-color: #ffe500;
		width: 75px;
		height: 50px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: white;
		cursor: pointer;
	}
	.cart-button .img-cart-big{
		width: 40px;
		padding-top: 5px;
	}

	.cart-button img {
		vertical-align:top;
	}
	.cart-button .cart-box {
		background-color:#dddddd;
		border:none;
		cursor:default;
		padding: 10px 6px;
	    position: absolute;
	    right: 0px;
	    top: 50px;
	    width: 395px;
	    z-index: 999;
	    display:none;
	    line-height: normal;
	}
		.cart-button .cart-box .cart-product-box {
			background-color:white;
			border:none;
			padding:5px;
			position:relative;
			min-height:60px;
			margin-bottom:5px;
		}
			.cart-button .cart-box .cart-product-box .image {
				float:left;
				margin-right:5px;
			}
			.cart-button .cart-box .cart-product-box .title {
				float:left;
				color:#303030;
				width:130px;
				font-size:14px;
				line-height:14px;
				margin-top:5px;
			}
			.cart-button .cart-box .cart-product-box .price-dett {
				float:right;
				color:black;
				text-align:right;
				width:65px;
				padding:5px;
				font-size:13px;
				line-height:14px;
			}
			.cart-button .cart-box .cart-product-box .quantity-dett {
				text-align:right;
				float: right;
				font-size:11px;
				width: 400px;
			}
			.cart-button .cart-box .cart-product-box .remove {
				position:absolute;
				bottom:5px;
				right:5px;
				width:16px;
				height:15px;
			}
		.cart-button .cart-box .total {
			background-color:white;
			border:1px solid #ececec;
			padding:5px 8px;
			position:relative;
			text-align:right;
			color:#303030;
			font-size:14px;
			line-height:16px;
		}
		.cart-button .cart-box .go-to-cart {
			background-color: #000000;
		    color: white;
		    display: block;
		    float: right;
		    font-size: 12px;
		    line-height: 12px;
		    margin-top: 10px;
		    padding: 10px 30px;
		    text-decoration:none;
		}
		.cart-button .cart-box .go-to-cart-link {
		    color: black;
		    display: block;
		    float: left;
		    font-size: 12px;
		    font-weight:bold;
		    line-height: 12px;
		    margin-top: 10px;
		    padding: 10px 3px;
		    text-decoration:underline;
		    font-weight: normal;
		}
		
.price-box {
	position:absolute;
	right:400px;
	top:0px;
	border:1px solid #444444;
	height:70px;
	text-align:center;
}
.price-button{
	display:inline-block;
	background-color:black;
	color:white;
	line-height:70px;
	height:70px;
	font-size:20px;
	padding-left: 14px;
	padding-right: 14px;
	font-weight: bold;
}
.price-box a, .price-box a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:50px;
	line-height:70px;
	background-color:#fee600;
	float:left;
	color:#000;
	padding:0 14px;
}
	.price-box .euro {
		float:left;
		background-color:black;
		color:white;
		font-size:50px;
		font-weight:normal;
		height:70px;
		line-height:70px;
		padding-left:14px;
	}
	.price-box .price {
		float:left;
		background-color:black;
		color:white;
		font-size:24px;
		font-weight:bold;
		height:70px;
		line-height:70px;
		padding:0 14px;
	}
/* FINE CONTENUTI */

nav .pagination > li > a, nav .pagination > li > a:visited, nav .pagination > li > a:hover{
	background-color:#f4f4f4;
	color:#000;
}
nav .pagination > li.active > a, nav .pagination > li.active > a:visited, nav .pagination > li.active > a:hover{
	background-color:#d6af38;
	color:#FFF;
	border-color:#d6af38;
}

footer .footer-container{
	color:#f4f4f4;
	background-color:#1f1f1f;
	font-size:12px;
	line-height:18px;
}	
	footer .footer-container .container {
		position:relative;
		min-height:230px;
	}
	footer .footer-container h3{
		color:#f4f4f4;
		font-size:18px;
		margin-bottom:20px;
	}
	footer .footer-container .sede {
		position:absolute;
		bottom:-30px;
		right:0px;
	}
footer .bar{
	height:100px;
	line-height:50px;
	color:#f4f4f4;
	background-color:#242424;
	font-size:12px;
}
footer a, footer a:visited, footer a:hover {
	color:#f4f4f4;
}
.news-index{
	background-color: #2a3237;
	color: white;
	width: 270px;
	height: 270px;
	position: absolute;
	text-align: center;
	
}
.news-index .number{
	font-family: Helvetica;
	text-align: center;
	font-size: 110px;
	line-height: 110px;
	font-weight: bold;
	margin-top: 15%;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffdd00;
	display: inline-block;
}
.news-index .number.sguardi{
	border-bottom-color: #7347ff;
}
.news-index .number sup{
	font-size:40px;
	position: absolute;
	top: 30px;
	left: -30px;
	text-align: left;
	font-family: Helvetica;
	font-weight:100;
}
.news-index .category{
	font-size: 25px;
	line-height: normal;
	font-weight:100;
}
.news-index .date{
	font-size: 26px;
	line-height: 24px;
	font-weight:bold;
	color: #5d6469;
	text-transform: uppercase;
}

.news-index-image{
	background-size: cover;
	margin-left: 270px;
	height: 270px;
	background-position: center center;
}
.news-index-hover{
	background-color: rgba(0,0,0,0.7);
	color: white;
	font-size: 20px;
	display: none;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	text-align: justify;
	overflow: hidden;
}
.news-index-hover .text{
	transform:translateY(-50%);
	position:absolute;
	top: 50%;
	padding: 30px;
	padding-right: 40px;
	
}
.news-index-hover a:link,
.news-index-hover a:visited,
.news-index-hover a:hover
{
	color: white;
}
.news-index-hover strong{
	color: #ffdd00;
}
.elencomenuexp{
	text-transform: uppercase;
}
.corsi-partner-filtri{
	background-color: #f9f9f9;
	height: 150px;
	margin-bottom: 40px;
}
	.corsi-partner-filtri-item{
		height: 150px;
		line-height: 150px;
		text-align: center;
	}
	.corsi-partner-filtri a {
		font-size:24px;
		font-weight: bold;
	}
	.corsi-partner-filtri a:link,
	.corsi-partner-filtri a:visited,
	.corsi-partner-filtri a:hover
	{
		color: black;
	}
.elencomenuexpbg{
	margin-bottom: 50px;
	background-color: #f9f9f9;
	padding-top: 50px;
	padding-bottom: 50px;
}

.new-index-sguardi-box {
	padding:5px;
}
.new-index-sguardi-content {
	background-size:cover;
	background-position: center  top;
}
.new-index-sguardi-box-hover {
	display:none;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-size:cover;
	background-position: center  top;
	width:100%;
	height:100%;
}

.infoBoxDefault {
	background-color:rgba(255,255,255,0.8);
	width:400px;
	min-height:250px;
	padding:15px;
	color:#000;
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.8);
}
	.infoBoxDefault .title {
		font-size:20px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.infoBoxDefault .img img {
		max-width:100%;
	}
	.infoBoxDefault .link {
		display:block;
		width:100%;
		padding:10px 0;
		font-size:16px;
		color:white;
		text-align:center;
		background-color:#318e84;
		margin-top:10px;
	}

.menuSubIndex{
	background-color: #eaeaea;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
	
	.menuSubIndex a:link,
	.menuSubIndex a:visited,
	.menuSubIndex a:hover
	{
		color: #030100;
	}
	
	
	.menuSubIndex ul{
		width: 100%;
	}
	
	.menuSubIndex ul li{
		display: inline-block;
		text-align: center;
		list-style-type: none;
		width: 5.5%;
		
	}
	
/*MISSION HOMEPAGE*/
	#keyMission h2{
		font-size: 34px;
	}
		#keyMission #infoKM .btn{
			padding: 10px 15px;
			margin: 0px;
			white-space: initial;
			width:100%;
		}
		#keyMission #infoKM i{
			font-size: 13px;
		}
	#keyMission #keymission-carousel.carousel-homepage{
		max-height: 382px;
		overflow: hidden;
	}
	#keyMission .carousel-keymission{
		top: auto;
		bottom: 0;	
		text-align:center;
	}
		#keyMission .carousel-control{
			background: none;
		}
			#keyMission .carousel-control img{
				position:absolute;
				top: 50%;
			}
		#keyMission .carousel-keymission li{
			border-radius: 0;
			width: 7px;
			height: 7px;
		}
	#keyMission .hover-image{
		position:absolute;
		top: 45%;
	}
		#keyMission .hover-image img{
			margin:auto;
		}
	#keyMission #key360{
		margin-top: 80px;	
	}
	#keyMission #key170{
		margin-top: 130px;	
	}
	#keyMission .products{
		color: #414141;
		font-size: 16px;
		font-weight:200;
		background-color: #F5F5F5;
	}
		#keyMission .products h1{
			font-weight: 400;
		}
		#keyMission .products h3{
			font-size: 22px;
			font-weight: 700;
		}
	#keyMission .slider-video-gallery .slide{
		padding: 0 10px;
	}
	#keyMission .registra{
		background: url('../images/keymission/registra-keymission.png');
		color: #fff;
		text-align: center;
		background-size: cover;
		background-repeat: no-repeat;
		border: solid 5px #fff;
		min-height:369px;
		font-size: 18px;
		font-weight: 100; 
	}
	#keyMission .webinar{
		background: url('../images/keymission/webinar-keymission.png');
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
		text-align: center;
		border: solid 5px #fff;
		border-left: 0px;
		min-height:369px;
		font-size: 18px;
		font-weight: 100;
	}
		#keyMission .registra h2, #keyMission .webinar h2{
			color: #fff;
			padding-bottom: 20px;
			font-size: 35px;
		}
		#keyMission .registra p, #keyMission .webinar p{
			min-height: 120px;
		}
	#keyMission .btn{
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 25px 20px;
		color: #e8e136;
		border: solid 2px #fff;
		background-color: rgba(0,0,0,0.7);
	}
		#keyMission .btn.closeCourses{
			opacity: 0.5;
			cursor: auto;
		}
		#keyMission .registra .btn img, #keyMission .webinar .btn img{
			width: 30px;
			height: auto;
		}
	#keyMission .accessori{
		background-color: #f5f5f5;
	}
		#keyMission .accessori p{
			font-size: 20px;/*16px*/
			font-weight: 100;
		}
		#keyMission .accessori .btn{
			padding: 10px 15px;
		}
	#keyMission .snapBridge{
		background: url('../images/keymission/snapbridge-background.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
	}
		#keyMission .snapBridge h2{
			color: #fff;
		}
		#keyMission .snapBridge p{
			color: #fff;
			font-weight: 100;
			font-size: 16px;
		}
	/*VIDEO POPUP*/
	.videoPopup .modal-dialog{
		width: 80%;
	}
	.videoPopup .modal-body{
		padding: 0 !important;
	}
	/*.videoPopup .modal-body iframe{
		margin-bottom: -10px;
		height: 678px;
	}*/
	/*//VIDEO POPUP*/
	/*PAGINA PRODOTTI*/
	#keyMission .hide-bullets {
		list-style:none;
		margin-left: -40px;
		margin-top:20px;
	}
	#keyMission .description{
		background-color: #f5f5f5;
		
		/*min-height:780px;*/
	}
		#keyMission .description p, #keyMission .listTutorial p{
			font-size: 17px;
			font-weight: 100;
			font-family : "Open Sans","Helvetica","Arial" !important; 
		}
			#keyMission .description p span{
				font-family : "Open Sans","Helvetica","Arial" !important; 
			}
		#keyMission .description ul{
			font-size: 17px;
			font-weight: 100;
			padding-left: 5px;
			padding-bottom: 40px;
		}
	
		#keyMission .listTutorial{
			background-color: #2a2a2a;
		}
			#keyMission .listTutorial h2, #keyMission .listTutorial p{
				color: #fff;
			}
		
		#keyMission .singleImage{
			padding-left: 2px;
			padding-right: 2px;
		}
			#keyMission .singleImage .playButton{
				left: 50%;
				margin: auto;
				position: absolute;
				top: 50%;
				transform: translate(-50%, -50%);
				width: 50%;
			}
			#keyMission .singleImage p{
				margin-top: 15px;
				text-transform: uppercase;
				font-size: 14px;
			}
			
	#keyMission .webinarBig{
		background: url('../images/keymission/360/webinar.png');
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
		margin-top: 1px;
		margin-bottom: 1px;
	}
		#keyMission .webinarBig h2{
			color: #fff;
		}
		#keyMission .webinarBig p{
			color: #fff;
			font-weight: 100;
			font-size: 16px;
		}
		#keyMission .webinarBig .btn{
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 25px 20px;
			color: #e8e136;
			border: solid 2px #fff;
			background-color: rgba(0,0,0,0.7);
			font-size: 18px;
		}
		
	/*WEBINAR*/
	#keyMission .action-cameras, #keyMission .vr{
		padding-left: 35px;
		padding-right: 35px;
		text-align:justify;
	}
	#keyMission .vr{
		background-color: #f5f5f5;
	}	
		#keyMission .vr h1, #keyMission .action-cameras h1{
			font-weight: 100;
		}
		#keyMission .action-cameras p, #keyMission .vr p, #keyMission .action-cameras ul, #keyMission .vr ul{
			font-size: 16px;
			font-weight: 100;
		}
		#keyMission .action-cameras ul, #keyMission .vr ul{
			padding-left: 5px;
		}
		#keyMission .elencoPuntato{
			padding-left: 20px !important;
		}
	#keyMission.webinar-page .btn{
		margin-bottom: 20px;
		padding: 10px 15px;/*20px*/
		color: #e8e136;
		border: solid 2px #ffe200;
		background-color: #000;
	}	
		#keyMission.webinar-page .btn img{
			max-width: 40px;
		}
	#keyMission.webinar-page .btn-row{
		margin-top:auto;
	}
	
	#keyMission .contain-columns{
		display: flex;
		display: -webkit-flex;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: stretch;
		-webkit-align-items: stretch;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
		#keyMission .contain-columns .action-cameras, #keyMission .contain-columns .vr, #keyMission .contain-columns .tutorials-pass{
			display: flex;
			display: -webkit-flex;
			flex-direction: column;
			-webkit-flex-direction: column;
		}
			#keyMission .contain-columns .action-cameras .content, #keyMission .contain-columns .vr .content{
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				-webkit-flex-direction: column;
			}
	/*TUTORIAL*/
	#keyMission .video {
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	}
	#keyMission .video > [class*='col-'] {
	    display: flex;
	    flex-direction: column;
	}
	#keyMission .video .arrow{
		-webkit-align-items: center;
        align-items: center;
 		-webkit-justify-content: center;
        justify-content: center;
	} 
		#keyMission .video .arrow img{
			width: 50px;
		} 
		
		#keyMission .videos .embed-responsive{
			overflow: visible;
		}
		#keyMission .videos a{
			top: 50%;
			margin-top: -50px;
			position:absolute;
		}
			#keyMission .videos a.prev{
				left: -70px;
			}
			#keyMission .videos a.next{
				right: -70px;
			}
			
			#keyMission .videos a img{
				width: 50px;
			}
			
/*PAGINA REGISTRAZIONE*/
.inputText{
	border-radius: 0;
	border: none;
	background-color: #d8d8d8;
	padding: 5px;
}
#registration .btn-registration{
	width: 100%;
	border: none;
	background-color: #1f1f1f;
	color: #f4f4f4;
}
#registration h2.title{
	font-size: 34px;
	font-weight: 100;
	margin-bottom: 10px;
}
#registration h3.title{
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 10px;
}
#registration p{
	font-size: 16px;
	font-weight: 100;
}
#registration label{
	font-size: 16px;
	font-weight: 400;
}
#registration .linkCalc{
	color: #000;
	font-weight: bold;
}
#msg .btn{
	background-color: #1f1f1f !important;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
}

.box-newsletter{
	border-style: solid;
	border-color: black;
	border: 5px solid black;
	background-color: #8d8b8b;
	padding-left: 30px;
	padding-right: 30px;
	color: white;
	background-image: url('../images/regs/box-newsletter.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.box-newsletter h3{
	color: white ;
}
label.error {
	font-size:13px;
	color:#e00000;
	margin-bottom:0;
}

/*JQUERY VALIDATION*/
.form-control.error, input.error[type="radio"], input.error[type="checkbox"]{
	box-shadow: 0 0 4px 2px #e00000;
	border: 2px solid #e00000;
	outline: none;
}

.photographer{
	margin-bottom: 40px;
}
.menu-container{
	position: relative
}
.menu-drop-abs{
	position: absolute;
	top: 30px;
	right: 30px;
}

.menu-right{
	float:right;
	margin-top:30px;
}

.soldout{
	position: absolute;
	top: 0px;
	left: 0px;
}
.soldout-wrapper{
	position: relative;
	width:100%;
}

/*NEW HOMEPAGW*/
.relative {
	position:relative;
}

.eachsliderimage a {
	text-decoration:none;
	z-index:99 !important;
}

.text-block {
	position:absolute;
	left:60%;
	right:15%;
	top:50%;
	transform: translateY(-50%);
	margin:auto;
	width:40%;
	height:100%;
	color:white;
	background-color: rgba(0,0,0,0.5);
}

	.text-block .content-text{
		top:50%;
		transform: translateY(15%);
		margin-left: 10%;
	}

.home-videos .slick-prev{
	left:0px !important;
	z-index:999;
}
.home-videos .slick-next{
	right:0px !important;
	z-index:999;
}
.home-videos .slick-slider .slick-list{
	z-index:9;
}
.slider-banner .slick-list{
	z-index:99;
}
.slider-banner .slick-prev{
	left:0px !important;
	z-index:9999;
	width: 5%!important;
	height:50px;
}
.slider-banner .slick-next {
    	right: 45px!important;
    	z-index:9999;
	width: 5%!important;
	height:50px;
}
.slider-banner .slick-prev:before, .slider-banner .slick-next:before {
	font-size: 50px!important;
	text-shadow: 0 0 5px #000;
}

.absolute {
	position:absolute;
}

.pl-0 {
	padding-left:0px;
}

.pr-0 {
	padding-right:0px;
}

.text-block .slide-title {
	font-size:7rem;
	margin-bottom: 15%;
	font-family: 'GT Eesti Pro Display Bold';	
}

.text-block .slide-abstract {
	font-size:3.7rem;
}

.box-50-l {
	display:inline-block;
	width:50%;
	padding-left:0px;
}

.box-50-r {
	display:inline-block;
	width:50%;
	padding-right:0px;
}

/*Corsi*/
.padding-left-0{
     padding-left:0px;
}
.padding-right-0{
     padding-right:0px;
}
.top-section .title{
     margin-top:60px;
}
	.top-section .title div, .top-section .title div.yellow {
		font-size: 35px;
		font-weight: 700;
		line-height: 82px;
		background-color: #FFDD00;
		float: left;
		width: 25%;
		text-align: center;
		color: black;
	}
	span.big-size {
		font-size: 40px;
	}

     .top-section .title img{
          float:left;
     }
     .top-section .title div.bg-gray{
          line-height:70px;
          margin-top:6px;
          background-color:#C1C1C1;
     }
.breadcrumbs {
	margin-left: 2%;
	margin-top: 20px;
	color: #FFDD00;
	font-size: 24px;
	line-height: 1.5;
}
     .breadcrumbs a{
          color:#000;
     }
.hidden-y{
     overflow-y:hidden;
}
.content-courses .grid-container{
     display:grid;
     grid-template-columns: 48.5% 48.5% 3%;
     grid-template-rows: 615px 60px;
     grid-row-gap: 20px;
     grid-column-gap: 30px;

     padding-bottom:0px;
}
.content-courses .grid-0 {
     grid-column-start: 1;
     grid-column-end: 2;
     grid-row-start: 1;
     grid-row-end: 2;
     z-index:1;
}
.content-courses .grid-1{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 1;
     grid-row-end: 2;
     z-index:1;
}
.content-courses .grid-5{
     grid-column-start: 2;
     grid-column-end: 3;
     grid-row-start: 2;
     grid-row-end: 3;
}
.content-courses .box-corsi{
     width:630px;
     top:-5px;
}
.slider-banner .slick-prev::before{
     content:'\25C4' !important;
	/*color:#000 !important;*/
	color:#ffdd00 !important;
	opacity: 1 !important;
}
.slider-banner .slick-next::before{
     content:'\25BA' !important;
	/*color:#000 !important;*/
	color:#ffdd00 !important;
	opacity: 1 !important;
}

.slick-prev::before{
     content:'\25C4' !important;
	color:#000 !important;
	opacity: 1 !important;
}
.slick-next::before{
     content:'\25BA' !important;
	color:#000 !important;
	opacity: 1 !important;
}


#contents .slick-next {
	right:-105px;
	height:77px !important;
	width:77px !important;
	z-index:999;
}
#contents .slick-prev {
	left:-105px;
	z-index:999;
	height:77px !important;
	width:77px !important;
}
#contents .slick-next::before {
    	content: '\2192' !important;
    	color: #000 !important;
     font-size:70px;
	font-weight:600;
	font-family:initial;
}
#contents .slick-prev::before {
    content: '\2190' !important;
    color: #000 !important;
    font-size:70px;
    font-weight:600;
    font-family:initial;
}

#navs .box-content  {
	margin-top:15px;
	background-color: #ffdd00;
	color:black;
	text-align:center;
	padding:14px;
	font-size:20px;
}

#navs .box-content a {
	color:black;
	text-align:center;
   	text-decoration:none;
}

#navs .box-content a:hover {
	text-decoration:none;
}

#navs .box-content.active  {

	background-color:#949494;
	color: #ffdd00;

}

#navs .box-content.active a {
	color: #ffdd00;
}



.item .text-block-course h3{
     color:#000;
     height:44px;
     text-overflow: ellipsis;
     overflow:hidden;
     font-weight:700;
}
.box-yellow-2{
     width:50%;
     float:right;
     position:relative;
}
.home-racconti .box-yellow-2, .home-corsi .box-yellow-2{
	width:100%;	
}

/*Lista dei corsi*/
.content-list .detail-course{
     margin-bottom:35px;
}
     .content-list .detail-course h3{
          font-size:32px;
          color:#000;
          font-weight:600;
     }
     .content-list .detail-course p{
          font-size:18px;
          color:#000;
          font-weight:200;
     }

/*Lista Contenuti*/
.content-content .text-block-course{
     width:50%;
}
     .content-content .text-block-course .box-yellow{
          background-color: rgba(255, 221, 0, 1);
     }
     .content-content .text-block-course .box-yellow.opacity{
          background-color: rgba(255, 221, 0, 0.8);
     }
          .content-content .text-block-course .box-yellow h2{
               font-size: 24px;
               color:#000;
               height:54px;
               text-overflow: ellipsis;
               overflow:hidden;
               font-weight:700;
               margin-top:10px;
          }
 
 
 	h1.border-yellow {
		border-top: 2px solid #ffdd00;
		border-bottom:2px  solid #ffdd00;
		text-align:center;
		padding-top:5px;
		margin:auto;
		line-height:1;
		max-width:175px;
		vertical-align:middle;
	}

#contents  {
	width:75%;
	margin:auto;
}

/*#contents .abs-box {
    position: absolute;
    left: 60%;
    right: 35%;
    top: 100%;
    transform: translateY(-50%);
    margin: auto;
    width: 35%;
    height: 100%;
    color: white;
}*/
#contents .abs-box {
	position: absolute;
	left: 60%;
	right: 35%;
	bottom:5%;
	margin: auto;
	width: 35%;
	color: white;
}

#contents .abs-box .box-yellow-2{
	margin:auto;
	float:none;
}
#contents .abs-box p{
	text-align:left;
	font-size:16px;
	text-shadow: -1px 0px 16px rgba(0,0,0,1);
}
#contents .abs-box h1{
	text-align:left;
	font-weight:600;
	text-shadow: -1px 0px 16px rgba(0,0,0,1);
}
#contents .slide-content {
	padding-left:15px;
     padding-right:15px;
	position:relative;
	z-index:99;
}
#contents .slick-slide img{
	transform: scale(1);
	transition: ease-in-out .3s;
}
#contents .slick-slide:not(.slick-current){
	opacity:0.7;
}
#contents .slick-slide:not(.slick-current) img{
	transform: scale(0.85, 0.85);
	transition: ease-in-out .3s;
}
#contents .slick-slide:not(.slick-current) .abs-box{
	visibility:hidden;
}
#contents .slick-list {
	overflow: visible !important;
	width:100%;
	margin:auto;
	z-index:99;
}

 
.webinar-archive .content-list .content-teacher{
	width:100% !important;
	max-width:100% !important;
}
	.webinar-archive .content-list .content-teacher a{
		width:19%;
		margin-right:1%;
		display: block;
		float:left;
		min-height:226px;
		background-color: #f2f2f2;
	}
 

/* Pagina Nikon Photography (gestione del menu) */
.container-fluid.n-photography{
	background-color:#f6f6f6;
}
	.slider-articles{
		padding-top:15px;
		padding-bottom:25px;
	}
		.slider-articles .slick-slide{
			padding: 0 7px;
		}
		.slider-articles .content-article{
			display:flex !important;
			background-color:#fff;
		}
			.slider-articles .content-article .content-img{
				display:inline-block;
				float:left;
				margin-right:15px;
				width:205px;
			}
				.slider-articles .content-article .content-img img{
					border: 5px solid transparent;
				}
				.slider-articles .slick-current .content-article .content-img img, .slider-articles .content-article .content-img img:active, .slider-articles .content-article .content-img img:focus{
					border: 5px solid #e2ae27;
				}
			.slider-articles .content-article .content-text{
				display:inline;
				float:left;
				max-width:312px;
				max-height:116px;
				overflow-y:hidden;
				text-overflow:ellipsis;
			}
				.slider-articles .content-article .content-text a{
					color:#000;
				}
					.slider-articles .content-article .content-text a .number{
						font-weight:bold;
						padding-bottom: 4px;
					}
					.slider-articles .content-article .content-text a .title{
						font-weight:bold;
						font-size:20px;
						line-height:22px;
					}
					.slider-articles .content-article .content-text a .subtitle{
						font-weight:normal;
						font-size:14px;
						line-height:16px;
					}
				.slider-articles .content-article .content-text a:hover{
					color:#000;/*e2ae27*/
				}
		.slider-articles .slick-arrow{
			background-color:#000;
			border-radius:0;
			border:0;
			color:#fff;
			position:absolute;
			z-index:999;
			top:50%;
			transform: translateY(-50%);
			padding: 10px 20px;
		}
			.slider-articles .slick-arrow.btn-prev{
				left:158px;
			}
			.slider-articles .slick-arrow.btn-next{
				right:338px;
			}
			.slider-articles .slick-arrow.btn-prev:before{
				color:#fff;
			}
			.slider-articles .slick-arrow.btn-next:before{
				color:#fff;
			}
		.slider-articles .slick-arrow:hover, .slider-articles .slick-arrow:active, .slider-articles .slick-arrow:focus{
			background-color:#e2ae27;
		}
		.slider-articles .slick-dots li button::before {
			font-size:26px;
		}
/* Fine Pagina Nikon Photography */
 
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
	color: #464849 !important;
    border: 1px solid #464849 !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
	background-color: silver !important;
}
          
          
.align-items-center {
	display:flex;
	align-items:center;
}

#cart .prod-title{
	font-family: 'GT Eesti Pro Display';
    font-size: 32px;
    color: #000000;
	margin-top: 10px;
}


#cart .cart-products{
	display: flex;
    align-items: center;
	padding: 25px 0px;
    border-bottom: 1px solid #DDDDDD;
}
/*
#cart .prod-date{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-left: 15px;
}
*/


	#cart .prod-date .date{
		font-family: 'GT Eesti Pro Display';
		font-size: 20px;
		color: #000000;
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 0px;
	}
	#cart .prod-date .hours{
		font-size: 20px;
		color: #000000;
		display: inline-block;
		margin-bottom: 0px;
	}
	
	
	

#cart .price {
margin-top:20px;
/*
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items:center;
	right: 0px;
*/
}

	#cart .prod-price  .price{
		font-size: 28px;
		line-height: 24px;
		color: #252323;
		margin-right: 10px;
	}
		#cart .prod-price .price .iva{
			font-size: 16px;
			line-height: 22px;
			color: #919191;
			margin-right: 10px;
		}
	#cart .prod-price .btn-yellow{
		font-size: 16px;
	}

	#cart .cart-total-box .btn-save{
		font-weight: 100;
		cursor: pointer;
	}

.area-personale-user{
	display: flex;
	align-items: stretch;
}
	.area-personale-user .delete{
		color: red;
		text-decoration: underline;
	}
	.area-personale-user .bg-gray {
		padding: 0px 15px 50px;
		font-size: 17px;

	}
		.area-personale-user .bg-gray h2{
			color: black;
			font-size: 25px;
			margin-top:50px;
			margin-bottom:20px;
		}
	.area-personale-user .info{
		margin-bottom: 25px;
		margin-top: 25px;
		font-size: 17px;

	}

.area-personale-container .modify-box{
	margin-top: 40px;
	margin-bottom: 40px;
}
	.area-personale-container .modify{
		color: white;
		padding: 10px 15px;
		background-color: #7D7D7D;
		font-size: 17px;
	}

.area-personale-appuntamenti{
	margin-bottom: 100px;
}
	.area-personale-appuntamenti .year{
		font-size: 32px;
		margin-top: 50px;
	}
	.area-personale-appuntamenti .appuntamenti-user{
		font-size: 17px;
		padding: 30px 0px;
		border-bottom: 1px solid #D8D8D8;
	}
	.area-personale-appuntamenti .appuntamenti-user span{
		color: #C7AC00;
	}
	.area-personale-appuntamenti .appuntamenti-user th{
		font-weight: 100;
	}

	#newsletter_nital label.error{
		font-size: 15px;
		margin-top: 5px;
		color: #e00000;
	}
		
/*Popup newsletter*/
#newsletter_nital .modal-header, #newsletter_nital .modal-footer, #newsletter_nital_ko .modal-header, #newsletter_nital_ko .modal-footer, #newsletter_nital_ok .modal-header, #newsletter_nital_ok .modal-footer{
	border: none;
}
#newsletter_nital select, #newsletter_nital option{
	text-transform: uppercase;
}


#newsletter_nital .modal-content{
	border-radius: 0;
}

#newsletter_nital .modal-body{
	padding: 0;
	background-color: black;
}

#newsletter_nital .title_newsletter{
	font-size: 26px;
	color: white;
	line-height: 30px;
	margin: auto 15px;
	text-align: center;
}

#newsletter_nital .subtitle_newsletter{
	font-size: 14px;
	color: white;
	line-height: 20px;
	text-align: center;
	margin: 10px 15px;
}

#newsletter_nital #newsletterEmail{
	text-align: center;
	background-color: rgb(255 255 255);
	color: black;
	width: 80%;
	border: none;
	margin: auto;
	border-radius: 25px;
	font-size: 20px;
	height: 36px;
}

#newsletter_nital #newsletterEmail::placeholder {
	color: black;
}

#newsletter_nital .form-check-label{
	color: white;
	font-size: 10px;
	margin: auto 15px;
}

#newsletter_nital .btn-primary{
	background-color: #fbde08;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 25px;
	border-radius: 25px;
}

#newsletter_nital .close{
	color: white;
	opacity: 1;
	background-color: black;
	border-radius: 29px;
	width: 22px;
	height: 22px;
	font-weight: 200;
	position: absolute;
	z-index: 1;
	top: -11px;
	right: -11px;
}
	
@media (max-width: 1670px) { 
	.row.max-width-1637 {
	    margin: auto -15px;
	}
	.home-highlight .block-small{
		height:269px;
	}
	.home-highlight .block-large{
		height:538px;
	}
	.workshop-row .add-to-cart {
		background-size:auto 90%;
	}
	.workshop-row .sold-out {
		background-size:auto 90%;
	}
	.workshop-row .workshop-info {
		font-size:13px;
		line-height:20px;
	}
	.workshop-row .workshop-info .title {
		font-size:22px;
		line-height:26px;
	}
	.carousel-caption.copy {
		right:0px;
		padding-right:15px;
    }
	.experience-row .experience-info .title {
		font-size:26px;
		line-height:28px;
	}
	.experience-row .experience-info .subtitle {
		font-size:13px;
	}
	.sguardi-row .sguardi-info .title {
		font-size:26px;
		line-height:28px;
	}
	.sguardi-row .sguardi-info .subtitle {
		font-size:13px;
	}
	.workshop-title-detail {
		max-width:65%;
	}
	.workshop-detail-bg-image {
		background-position:-25%;
	}
	.menuSubIndex{
		font-size:14px;
	}
	#keyMission .hover-image{
		top: 65%;
	}
	/*Slider Articles Menu*/
	.slider-articles .slick-arrow.btn-next{
		right:178px;
	}
}

@media(max-width:1490px){
	header .desktop-mode .search-field{
		width:100px;
		margin-left:10px;
	}
	header .desktop-mode .btn-search{
		margin-right:10px;
		height:38px;
		width:30px;
	}
}

@media (max-width: 1419px) { /* step intermedio per menu in alto e workshop */
	header .search-field{
		width:80px;
	}
	header .search-btn{
		margin-right:10px;
	}
	header .login-btn{
		margin-right:0px;
		width:25px;
	}
	header .login-field{
	
		width:100px;
	}
	header .search-ico{
		margin-right:1px;
	}
	header .username {
		width:120px;
		overflow:hidden;
		text-overflow: ellipsis;
    		white-space: nowrap;
	}
	
	.workshop-row .workshop-info {
		width:90%
	}
	.workshop-row .workshop-info .title {
		font-size:18px;
		line-height:24px;
	}
	.life-row .life-info .title {
		font-size:20px;
		line-height:26px;
	}
	.travel-row .travel-info .title {
		font-size:20px;
		line-height:26px;
	}
	.interviste-row .interviste-info .title {
		font-size:20px;
		line-height:26px;
	}
	.cart-button{
		display: block;
		float: right;
		margin-bottom: 30px;
		position: relative;
		width:100%;
		max-width:460px;
	}
		.cart-button .buy {
			font-size:16px;
			width:82px;
		}
		.cart-button .cart {
			text-align:center;
		}
		.cart-button .quantity {
			width:82px;
			font-size:16px;
		}
		.cart-button .price {
			width:95px;
		}
	.experience-row .experience-info .title {
		font-size:20px;
		line-height:22px;
	}
	.experience-row .experience-info .subtitle {
		font-size:12px;
	}
	.sguardi-row .sguardi-info .title {
		font-size:20px;
		line-height:22px;
	}
	.sguardi-row .sguardi-info .subtitle {
		font-size:12px;
	}
	.menuSubIndex{
		font-size:14px;
	}
	#keyMission .hover-image{
		top: 75%;
	}
	.text-block .slide-title {
		font-size:5rem;
	}
	.text-block .slide-abstract {
		font-size:2.7rem;
	}

	#contents .abs-box {
	    position: relative;
	    left: 0%;
	    right: 0%;
	    top: 0%;
	    transform: translateY(0%);
	    margin: auto;
	    width: 100%;
	    height: 100%;
	    color: white;
	    
	}
	
	#contents .abs-box p{
	    color:black;
			text-shadow: none;
	}
	#contents .abs-box h1{
	  color:black;
	  font-size:1.5em;
			text-shadow:none;
	}


}


@media (max-width: 1199px) { /* desktop normale */
	header #main-menu li a {
		font-size:11px;
		padding:0 6px;		
	}
	header #main-menu li a.content-logo{
		max-width:160px;
		padding-top:12px;		
	}
	header .username {
		width:120px;
	}
	.home-highlight .block-small{
		height:217px;
	}
	.home-highlight .block-large{
		height:434px;
	}
	.col-title.small {
		font-size: 14px;
	}
	.home-videos .box-yellow-2, .home-racconti .box-yellow-2, .home-eventi .box-yellow-2{
		width:100% !important;
	}
	.workshop-row .workshop-info {
		max-width:960px;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.workshop-row .workshop-info .title {
		font-size:22px;
		line-height:28px;
		max-width:740px;
	}
	.workshop-row .add-to-cart {
		bottom:auto;
		top:-150px;
		left:auto;
		right:5%;
		margin:0;
		width:222px;
		height:222px;
	}
	.workshop-row .sold-out {
		bottom:auto;
		top:-150px;
		left:auto;
		right:5%;
		margin:0;
		width:222px;
		height:222px;
	}
	.life-row .life-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.travel-row .travel-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.experience-row .experience-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.sguardi-row .sguardi-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.tutorial-row .tutorial-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.corsi-partner-row .corsi-partner-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.interviste-row .interviste-info {
		max-width:960px;
		width:90%;
		padding-top:30px;
		padding-bottom:30px;
		transform: translateY(0);
		position:static;
	}
	.col-cont-vert-center {
		position:relative;
		top:auto;
		height:auto;
		left:auto;
	}
	.col-cont-vert-center.put-right {
		left:0;
	}
	.price-box{
		right: 300px;
	}
	.workshop-title-detail {
		max-width:60%;
	}
	.workshop-detail-bg-image {
		background-position:-100%;
	}
	.menuSubIndex{
		font-size:12px;
	}
	
	#keyMission .description{
		background-color: #f5f5f5;
		/*min-height:703px;*/
	}
	#keyMission .hover-image{
		top: 75%;
	}
	#keyMission #infoKm .btn{
		border-bottom: 0px;
	}
	.text-block .slide-title {
		font-size:4.8rem;
	}
	.text-block .slide-abstract {
		font-size:2.4rem;
	}

	/*Slider Articles Menu*/
	.slider-articles .slick-arrow.btn-next{
		right:273px;
	}


	header .nikon {
		width: 25%;
	}
	header .nikonstore {
		width: 33%;
	}
}

@media (max-width: 991px) { /* tablet */
	header .navbar.navbar-default {
		float:none;
	}
	header .navbar.navbar-default {
		padding-top:20px;
	}
	header .user-menu.dropdown .btn {
		margin-top:20px;
	}
	.top-block {
		padding-top:0px;
	}
	.max-width-1700 {
		height:110px;
	}
	/*.navbar-collapse {
		border-top: 5px solid red;
	}*/
	header #main-menu {
		background-color:white;
	}
	header #main-menu .dropdown-menu {
		background-color: white;
		border-color: white;
		border-radius:0;
	}
	header #main-menu li a {
		height:30px;
		line-height:30px;
		padding-left:20px;
	}
	.site-ico {
		position:absolute;
        	max-width:170px;
		margin-top:35px;
		margin-left:5%; 
		z-index:999;
	}
	header .navbar.navbar-default {
		height:110px;
	}
	header .navbar.navbar-default .navbar-header {
    		height:85px;
	}
	header .search-ico{
		float:none;
		position:absolute;
		top:0px;
		right:100px;	
		margin-right:15px;
	}
	header .user-menu.dropdown {
		float:none;
		position:absolute;
		top:0px;
		right:55px;
	}

	header .search-field{
		margin-left:0;
		margin-right:0;
		display:inline;
		float:left;
		width:95%;
	}
	header .btn-search{
		display:inline;
		float:left;
		height:38px;
		margin-top:11px;
		margin-left:-2px;
		line-height:35px;
		width:5%;
		background-color:#000;
		border:0;
	}
		header .btn-search i.fa{
			color:#ffdd00;
		}

	/*Icona Menu*/
	header .navbar-toggle .sr-only{
		top:-50px;
		right:0;
		text-transform:uppercase;
		width:auto;
		height:auto;
		overflow:none;
		clip: initial;	
	}
	header .navbar-toggle .icon-bar{
		width:40px;
		height:3px;
		margin-bottom:10px !important;
		display:block;
	}
	header .navbar-toggle{
		background-color:transparent;
		transition: all 300ms;
		height:66px;
	}
	header .navbar-default .navbar-toggle:focus,	header .navbar-default .navbar-toggle:hover{
		background-color:transparent;
		transition: .05s;
	}
		header .navbar-default .navbar-toggle:hover .icon-bar.active-top-to-bottom{
			transform: rotate(45deg) translateX(12px) translateY(12px);
			transition: .05s;
		}
		header .navbar-default .navbar-toggle:hover .icon-bar.active-bottom-to-top{
			transform: rotate(-45deg) translateX(6px) translateY(-6px);
			transition: .05s;
		}
		header .navbar-default .navbar-toggle:hover .icon-bar.active-disabled{
			visibility:hidden;
		}
		header .navbar-default .navbar-toggle .icon-bar{
			background-color:#000;
		}

	.home-highlight .block-small{
		height:162px;
	}
	.home-highlight .block-large{
		height:324px;
	}
	.col-title.small {
		font-size: 10px;
	}
	.workshop-row .add-to-cart {
		top:-130px;
		width:180px;
		height:180px;
	}
	.workshop-row .sold-out {
		top:-130px;
		width:180px;
		height:180px;
	}
	.workshop-row .workshop-info .title {
		font-size:20px;
		line-height:26px;
		max-width:80%;
	}
	.price-button{
		display: block;
		float: left;
		margin-right: 10px;
	}
	.intContentsTitleInt h2{
		height: auto;
	}
	.workshop-row .put-right .workshop-info {
		width:90%;
	}
	.workshop-title-detail {
		max-width:100%;
		font-size:30px;
		line-height:35px;
	}
	.workshop-detail-bg-image {
		background-position:-100%;
	}
	
	/*KEYMISSION HOMEPAGE*/
	#keyMission #key360{
		margin-top: 50px;	
	}
	#keyMission #key170{
		margin-top: 100px;	
	}
	#keyMission .contain-columns{
		display: inherit;
		display: inherit;
	}
	.text-block .slide-title {
		font-size:4rem;
	}

	.text-block .slide-abstract {
		font-size:2rem;
	}

	.text-block-course {
		width:80%;
		right:52px;
		bottom:20px; 
	}
	.docenti-single-slider .slick-prev, .docenti-single-slider .slick-next{
		display:inline-block !important;
		height:25px;
		width:25px;
	}
		.docenti-single-slider .slick-prev:before, .docenti-single-slider .slick-next:before{
			content:'' !important;
		}
			.docenti-single-slider .slick-prev .fa, .docenti-single-slider .slick-next .fa{
				height:25px;
				width:25px;
				color:#000;
			}
			.docenti-single-slider .slick-prev .fa:before, .docenti-single-slider .slick-next .fa:before{
				font-family: 'FontAwesome';
				font-size:25px;
			}
	.slick-prev {
		display: none!important;
	}
	.slick-next {
		display: none!important;
	}

	/*Slider Articles Menu*/
	.slider-articles{
		padding-top:15px;
		padding-bottom:0px;
	}
		.slider-articles .content-article{
			margin-right:0;
		}
			.slider-articles .content-article .content-img{
				width:35%;
			}
			.slider-articles .content-article .content-text{
				width:65%;
			}
				.slider-articles .content-article .content-text a .title{
					font-size:18px;
					line-height:20px;
				}
	
	header .btn-top-header{
		display: none!important;
	}
	header .cart{
		margin-right: 75px;
	}
	header .cart i{
		font-size: 30px;
	}
	#cart .cart-products{
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 2px solid #797979;
	}
	#cart .prod-price .absolute {
		position: absolute;
		top: 45px;
		transform: translateY(0%);
		display: block;
	}
	#cart .prod-price .price {
		font-size: 28px;
		color: #000000;
	}
	#cart .cart-products{
		padding-bottom: 80px;
	}
	header .nikon, header .nikonstore{
		padding: 10px 30px;
		width: 100%;
	}
	
	
   #cart .btn-yellow {
   	width:55%;
   } 
	#cart .go-to-cash{
		width: 100%;
    	text-align: center;
	}

	#cart .prod-date{
		margin-left: 0;
	}

	.area-personale-user{
		display: block;
	}
	.area-personale-user .info{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.area-personale-user .bg-gray h2{
		margin-top: 30px;
	}
	.area-personale-container .modify{
		padding: 10px 25px;
	}

	.area-personale-appuntamenti{
		margin-left: 15px;
		margin-right: 15px;
	}

	.top-section .title div, .top-section .title div.yellow {
		width: 75%;
	}

	#newsletter_nital #newsletterEmail{
		margin: auto;
	}

	#newsletter_nital .newsletter-text{
		text-align: center;
	}

	#newsletter_nital .modal-backdrop {
		height: 100%;
	}
}

.padding-top-5{
   padding-top:5px;
}
#registration-teacher p{
   font-size:16px;
}
   #registration-teacher label.section-title {
       font-family: 'GT Eesti Pro Display Medium';
       font-weight:500;
       font-size:17px;
   
    }
  .submit-docente .btn-yellow {
       background-color: #ffdd00;
       text-align: center;
       padding: 7px 20px;
       color: #000;
       border-radius: 0;
       display: block;
       width: 100%;
   } 

   img.avatar-small {
      height:120px;
      width:120px;
      border-radius:50%;
      border: 1px solid #FFDD00;
   }

@media(max-width:1620px){
     .content-courses .grid-container{
          grid-template-columns: 48.5% 48% 3.5%;
          grid-template-rows: 530px 90px;
     }
     .content-courses .box-corsi{
          width:524px;
          top:-51px;
     }
    	.home-videos .grid-container {
    		display:block;   
	}
	.home-videos .grid-link {
    		display:block;    
		margin:auto;
		width:25%;
	}
	.home-videos .docenti-single-slider {
    		display:block; 
    		margin-left:75px;
	}
	.home-corsi .grid-0, .home-corsi .grid-1, .home-corsi .grid-2, .home-corsi .grid-3, .home-corsi .grid-4{
		overflow:hidden;
	}
		.home-corsi .grid-0 img, .home-corsi .grid-1 img, .home-corsi .grid-2 img, .home-corsi .grid-3 img, .home-corsi .grid-4 img{
			max-width:150%;
		}
		.text-block-course .box-yellow h2{
			font-size:24px;
			height:53px;
			overflow-y:hidden;
		}
		.text-block-course .box-white h3{
			font-size:22px;
		}
	/*.home-corsi .grid-container{
		grid-template-rows: 252px 252px 60px;
	}
	.home-corsi .box-corsi{
		width:528px;
		top:-49px;
	}
		.text-block-course{
			bottom:-3px;
		}
			*/
}
@media(max-width:1550px){
	.content-courses .box-corsi{
          width:485px;
          top:-70px;
	}
	.home-content .box-corsi{
		width:559px;
		top:29px;
	}
	.accordion-wrapper{
		margin-left:35px;
	}
		.accordion-wrapper .panel-group .panel{
			width:559px;
		}
		.accordion-wrapper .panel-body {
			height:1225px;
			width:559px;
		}
			.accordion-wrapper .panel-body .img-box {
				width:838px;
				height:559px;
			}
			.accordion-wrapper .panel-body .abs-box {
				right:-117%;
				width:64%;
				top:5px;
			}
	.home-racconti .box-corsi{
		width:465px;
		top:-79px;
	}
	.home-racconti .grid-container{
		grid-template-rows: 465px 60px;
	}

	.home-eventi .grid-container{
		grid-template-rows: 490px 60px;
	}
}
@media(max-width:1500px){
     .content-courses .grid-container{
          grid-template-columns: 48.5% 48% 3.5%;
          grid-template-rows: 530px 90px;
	}
	.home-corsi .grid-0, .home-corsi .grid-1, .home-corsi .grid-2, .home-corsi .grid-3, .home-corsi .grid-4{
		overflow:hidden;
	}
		.home-corsi .grid-0 img, .home-corsi .grid-1 img, .home-corsi .grid-2 img, .home-corsi .grid-3 img, .home-corsi .grid-4 img{
			max-width:150%;
		}
		.text-block-course .box-yellow h2{
			font-size:24px;
			height:53px;
			overflow-y:hidden;
		}
		.text-block-course .box-white h3{
			font-size:22px;
		}
}
@media(max-width:1340px){
	

}
	
     .content-courses .grid-container{
          grid-template-columns: 48% 48% 4%;
          grid-template-rows: 430px 90px;
     }
     .content-courses .box-corsi{
          width:430px;
          top:-98px;
     }
     .content-courses .box-yellow-2{
          width:100%;
     }
	.slick-dots li button::before {
		font-size:30px !important;
	}

	.home-content .box-corsi{
		width:550px;
		top:32px;
	}
	.accordion-wrapper{
		margin-left:35px;
	}
		.accordion-wrapper .panel-group .panel{
			width:550px;
		}
		.accordion-wrapper .panel-body {
			height:905px;
			width:550px;
		}
			.accordion-wrapper .panel-body .img-box {
				width:600px;
				height:550px;
			}
			.accordion-wrapper .panel-body .abs-box {
				right:-63%;
				width:50%;
				top:10px;
			}

	.home-corsi .grid-0, .home-corsi .grid-1, .home-corsi .grid-2, .home-corsi .grid-3, .home-corsi .grid-4{
		overflow:hidden;
	}
		.home-corsi .grid-0 img, .home-corsi .grid-1 img, .home-corsi .grid-2 img, .home-corsi .grid-3 img, .home-corsi .grid-4 img{
			max-width:170%;
		}
		.text-block-course .box-yellow h2{
			font-size:20px;
			height:44px;
			overflow-y:hidden;
		}
		.text-block-course .box-white h3{
			font-size:18px;
		}
}


@media(max-width:1200px){
     /*.content-courses .item .relative{
          margin:10px;
          transition: all 300ms;
     }*/
     .content-courses .item .relative{
          margin:5px;
          transition: all 300ms;
	}

	.racconti-box {
		position:relative;
		width:60%;
		top:20px;    
		left:0px;
		right:0px;
		padding:20px;
		margin:auto;	
	}
	.text-block .content-text .slide-title {
		font-size:35px;
	}

	.text-block .content-text .slide-abstract {
		font-size:30px;
	}
}


@media(max-width:991px){
#cart .cart-products{
display:block;	
}	



		
	.webinar-archive .content-list .content-teacher a{
		width:45%;
		display:block;
	}
	
     .padding-left-0, .padding-right-0{
          padding-left:0px;
          padding-right:0px;
     }
     .content-content .text-block-course{
          width:80%;
     }

     .home-banners .grid-container{
     	display:grid;
     	grid-template-columns: 100%;
     	grid-template-rows: auto auto auto auto;
     	grid-row-gap: 5px;
     	grid-column-gap: 5px;  
	}
	.home-banners .grid-4{
	     grid-column-start: 1;
	     grid-column-end: 2;
	     grid-row-start: 3;
	     grid-row-end: 4;
	}
	.home-banners .grid-2{
	     grid-column-start: 1;
	     grid-column-end: 2;
	     grid-row-start: 4;
	     grid-row-end: 5;
	}  
	.slide-corsi-mobile .slick-list{
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.slide-corsi-mobile .slick-prev, .docenti-single-slider .slick-prev{
		left:10px;
	}
	.slide-corsi-mobile .slick-next, .docenti-single-slider .slick-next{
		right:10px;
	}
	.racconti-box {
    position:relative;
   
    top:0px;    
    left:0px;
    margin:auto;	
		width:100%;
	}
	.home-videos .grid-link, .home-racconti .box-yellow-2, .home-videos .box-yellow-2, .home-corsi .box-yellow-2{
		width:50%;
	}
	.text-block .content-text .slide-title {
		font-size:25px;
	}

	.text-block .content-text .slide-abstract {
		font-size:20px;
	}
	#contents  {
		width:95%;
	}
}
@media(max-width:768px){

	#contents .slick-slide:not(.slick-current){
		opacity:0.7;
		height:0px;
		overflow:hidden;
	}	
	.HIDDEN-XS{
		display:none;
	}
     .title-experience div{
          width:40%;
          font-size:25px;
     }
          .title-experience div.bg-gray{
               width:45%;
          }
     .box-yellow-2{
          width:100%;
     }
     .content-courses .item .relative{
          margin:10px;
          transition: all 300ms;
     }
     .content-courses .slick-active .item .relative{
          margin:5px;
          transition: all 300ms;
     }
     
     .docenti-single-slider .slide{
		margin-left:0px;
	}
	
	.home-videos .docenti-single-slider {
    		display:block; 
    		margin-left:0px;
	}

	.text-block-course{
		right:0
	}
		.text-block-course h2{
			font-size:18px;
		}

	.content-single-slider .slick-slide .item{
		padding:15px;
	}
		.content-single-slider .slick-slide.slick-current .item{
			padding:0px;
			transition: all 300ms;
		}
	.home-videos .grid-link, .home-corsi .box-yellow-2{
		width:100%;
	}
	#contents #navs.padding-top-30{
		padding-top:0;
	}
	.breadcrumb {
		padding:0;
	}
	.home-highlight .block-small{
		height:auto;
		margin-bottom: 10px;
	}
	.home-highlight .block-large{
		height:auto;
		margin-bottom: 10px;
	}
	.col-title.small {
		font-size: 16px;
	}
	.workshop-row .add-to-cart {
		top:-70px;
		width:100px;
		height:100px;
	}
	.workshop-row .sold-out {
		top:-70px;
		width:100px;
		height:100px;
	}
	.workshop-row .workshop-info .title {
		font-size:18px;
		line-height:24px;
		max-width:90%;
	}
	.elencomenuexp{
		font-size:13px;
	}
	
	/*KEYMISSION HOMEPAGE*/
	#keyMission #key360{
		margin-top: 20px;	
	}
	#keyMission #key170{
		margin-top: 50px;	
	}
	
	#keyMission .webinar, #keyMission .registra{
		border: solid 5px #fff;
	}
	#keyMission .videos .embed-responsive{
		overflow: hidden;
	}
	#keyMission #infoKM > div{
		border-bottom: 1px solid #ABABAB;
	}
	/*#KeyMissionCombo .modal-dialog iframe, #KeyMission360 .modal-dialog iframe, #KeyMission170 .modal-dialog iframe, #KeyMission80 .modal-dialog iframe{
		height: 330px;*/
		
	/*DETTAGLIO TRAVEL SCHEDA AUTORE*/
	.photographer img.author{
		margin-left:auto !important;
	}
	.carousel-indicators.middle-bottom {
		bottom:10px;
	}
		.carousel-indicators.middle-bottom li, .carousel-indicators.middle-bottom li.active {
			border:1px solid #000;
			width:12px;
			height:12px;
		}
	.corsi-partner-filtri{
		height: 60px;
		line-height: normal;
	}
	.corsi-partner-filtri-item{
		height: 60px;
		line-height: normal;
		padding-top: 10px;
	}
	.corsi-partner-filtri a{
		font-size: 14px;
		width: 100%;
		line-height: normal;
	}
	.text-block .slide-title {
		font-size:3rem;
	}
	.text-block .slide-abstract {
		font-size:1.5rem;
	}	
	.text-block .content-text .slide-title {
		font-size:25px;
	}

	.text-block .content-text .slide-abstract {
		font-size:20px;
	}

	/*Acquisto dei corsi*/
	.cart-button .cart{
		width:65px;
	}
		.cart-button .img-cart-big{
			width:35px;
		}
	.cart-button .price{
		width:90px;
	}

	.text-block-course .box-white h3{
		font-size:16px;
		padding-bottom:0px;
	}
	.text-block-course .box-yellow{
		padding-bottom:1px;
	}
		.text-block-course .box-yellow h2{
			margin-top:0;
			font-size:18px;
			height:42px;
		}
		.text-block-course .box-yellow h4{
			margin-top:0;
			font-size:14px;
		}

	/*Slider Articoli Menu*/
	.slider-articles .content-article{
		max-width:336px;
		width:100%;
		margin:auto;
	}
		.slider-articles .content-article .content-img{
			width:50%;
		}
		.slider-articles .content-article .content-text{
			width:50%;
		}
			.slider-articles .content-article .content-text a .number{
				padding-top:7px;
			}
			.slider-articles .content-article .content-text a .title{
				font-size:14px;
				line-height:16px;
				padding-top:5px;
			}
			.slider-articles .slick-dots button::before{
				font-size:15px !important;
			}

	#newsletter_nital .modal-dialog {
		width: 95%;
	}
}

@media (max-width: 578px) {   	
	.text-block {
		position:absolute;
		left:50%;
		right:10%;
		top:50%;
		transform: translateY(-50%);
		margin:auto;
		width:50%;
	    	color:white;
	}
		.text-block .slide-title {
			font-size:2.5rem;
		}
		.text-block .slide-abstract {
			font-size:1rem;
		}
		.text-block .content-text .slide-title {
			margin-top:15px;
			font-size:16px;
		}
		.text-block .content-text .slide-abstract {
			font-size:12px;
		}

	header .search-field{
		width:90%;
	}
	header .btn-search{
		width:10%;
	}
	.breadcrumbs {
		font-size: 18px;
	}
}
@media (max-width: 420px) { 	

	.cart-button {
		width: auto;
		font-size: 15px;

	}
	.cart-button .price {
		width: 72px;
		font-size: 15px;
	}

	.cart-button .cart {
		width: 50px;
		font-size: 10px;
	}
	.cart-button .quantity {
		width: 72px;
		font-size: 15px;
	}


	.cart-button .buy {
		font-size: 15px;
		width: 65px;
	}
	.cart-button .img-cart-big {
		padding-top:8px;
		width: 30px;
	}

	.logo-img{
		max-width: 150px;
	}

	#cart .btn-yellow{
		padding: 10px;
	}

	.area-personale-container .modify{
		padding: 15px 35px;
	}

}

@media (max-width: 350px) {  
.text-block-course .box-yellow h2 {   
    font-size: 15px;
}

}

.quantity-reminder {
	color: black;
}

.content-pay{
	background-color:#F3F4F6;
	border-top: 1px solid #d9dadc;
	margin-top: 25px;
}

.content-pay img{
	display:inline-block;
	margin-bottom:10px;
	margin-left:5px;
}

@media(max-width:991px){
	.content-pay img{
		max-width:63px;
	}
}

.content-pay h2 {

}
