/* PRIVACY BANNER */
#freeprivacypolicy-com---nb {
	max-width: inherit;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-nb-reject {
	background-color: #F3C000!important;	
}

.cc-nb-main-container {
	background-color:#335658;
}

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 2rem!important;
}

html {
	background-color: #000;
}

body {
	margin: 0px;
	color: #fff;
	font-size: 13px;
	background-image: linear-gradient(top, #000000, #515151 600px);
	background-image: -o-linear-gradient(top, #000000, #515151 600px);
	background-image: -moz-linear-gradient(top, #000000, #515151 600px);
	background-image: -webkit-linear-gradient(top, #000000, #515151 600px);
	background-image: -ms-linear-gradient(top, #000000, #515151 600px);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #000000), color-stop(600px, #515151) );
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', sans-serif;
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

a {
	color:#fff;
	transition: all .2s;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a.text-primary:focus, a.text-primary:hover {
	color: #fff!important;
}

hr {
	border-top: 1px solid rgba(0,0,0,.3);	
}

.text-primary {
	color: #f3c000!important;
}

.text-secondary {
	color: #132030!important;
}

.nav-item {
	font-family: 'Exo 2', sans-serif;
	padding-right:10px;
	padding-left:10px;
}

#navbar-sub .nav-item {
	border-right:1px solid #4b6668;
	border-left:1px solid #86a1a3;
}

#navbar-sub .nav-item a:hover, #navbar-sub .nav-item a.active, #navbar-main .nav-item a:hover, #navbar-main .nav-item a.active {
	text-decoration: none;
}

#navbar-main .nav-item {
	font-size: 20px;
	border-width: 1px;
	border-style: solid;
	border-image: 
	linear-gradient(
		0deg, 
		rgba(0,0,0,0) 0%, 
		rgba(60,60,60,1) 50%,
		rgba(60,60,60,0)
	) 1 100%;
}

#navbar-main .nav-item a {
	color: #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

#navbar-main .nav-item a:hover {
	color: #86a1a3;
}

#navbar-main .nav-item.active a {
	color:#de570e;
}

@media (max-width: 768px){
    #navbar-main .nav-item {
		border-right:none;
		border-left:none;
		border-width: none;
		border-style: none;
		border-image: none;
		border-bottom:1px solid #666;
	}
}

#nav-main {
	width:100%;
}

#menu-toggler {
	position: absolute;
	right: 15px;
	top: 30px;
	z-index: 2;
}

#menu-toggler button {
	border-color: #83a8aa;
}

ul.navbar-nav li.nav-item:first-child {
	border-left:none!important;
}

ul.navbar-nav li.nav-item:last-child {
	border-right:none!important;
}

h1 {
	color: #fff;
	font-size: 36px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

h2 {
	color: #fff;
	font-size: 24px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}

h3 {
	color: #192525;
	font-size: 20px;
	font-weight: 600;
}

h4 {
	color: #192525;
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 960px;
	}
}

#navbar ul li {
	font-family: 'Exo 2', sans-serif;
	float: left;
}

.boxed-submenu {
	border: 5px solid #3c5e5c;
	background-color: #618486;
	border-radius: 10px;
	margin-bottom:20px;
	margin-top: 20px;
}

.boxed-page {
	border: 5px solid #3c5e5c;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: linear-gradient(top, #85aaac 0%, #527072 10%, #527072 90%, #22383a 98%);
	background-image: -o-linear-gradient(top, #85aaac 0%, #527072 10%, #527072 90%, #22383a 98%);
	background-image: -moz-linear-gradient(top, #85aaac 0%, #527072 10%, #527072 90%, #22383a 98%);
	background-image: -webkit-linear-gradient(top, #85aaac 0%, #527072 10%, #527072 90%, #22383a 98%);
	background-image: -ms-linear-gradient(top, #85aaac 0%, #527072 10%, #527072 90%, #22383a 98%);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #85aaac), color-stop(0.1, #527072), color-stop(0.9, #527072), color-stop(0.98, #22383a) );
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.video-responsive {
	border:8px solid #618486;
	background-color: #618486;
	border-radius: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	overflow:hidden;
    padding-bottom: 56.25%;
    position: relative;
    height:0;
    width: 100%;
}

.video-responsive-simple {
	border:8px solid #618486;
	background-color: #618486;
	border-radius: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.video-responsive-simple video {
	width:100%;
}

.video-responsive.full {
	border:none;
	border-radius:3px;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	padding-left: 8px;
	padding-right: 8px;
}

.video-responsive.full iframe {
	padding: 0px;
}

.image-responsive {
	border:8px solid #618486;
	background-color: #618486;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.image-responsive img {
	width: 100%;
}

.box-column {
	background-color: #618486;
	border-radius: 10px;
	margin-bottom: 20px;
}

a.link, a[href*="//"]:not([href*="samplemodeling.com"]), a[href^="mailto"], .link {
	font-weight: bold;
	color:#f3c000;
}

#box-image {
	width: 90%;
	position: relative;
	left: 10%;
}

#box-image-mobile {
	width: 80%;
	position: relative;
	left: 10%;
}

.w-25-p {
	max-width:30%;
	margin-left:20px;
}

.inverted {
	color: #83a8aa;
}

footer {
	text-align: center;
	margin-top:20px;
}

footer ul, #nav-sm, .boxed-submenu ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

footer ul li, #nav-sm li, .boxed-submenu ul li {
	float:left;
	list-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-image: 
	linear-gradient(
		0deg, 
		rgba(0,0,0,0) 0%, 
		rgba(255,255,255,.2) 50%,
		rgba(60,60,60,0)
	) 1 100%;
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#nav-sm li, .boxed-submenu ul li {
	padding:5px;
}

.boxed-submenu ul li a {
	text-shadow: 1px 2px 1px #00000030;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.boxed-submenu ul li a.active, .boxed-submenu ul li a:hover {
	text-decoration: none;
	text-shadow: 1px 2px 1px #00000090;
	color:#de570e;
}

footer ul li:last-child, #nav-sm li:last-child, .boxed-submenu ul li:last-child {
	border:none;
}

footer ul li:first-child {
	color:#aaa;
}

footer ul li a {
	color:#ccc;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

footer ul li a:hover {
	color:#fff;
	text-decoration: none;
}

footer ul li img {
	max-width:65px;
}

.boxed-submenu ul {
	margin: 0px;
	padding: 0px;
}

.boxed-submenu ul li {
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}

@media (max-width: 768px){
	
	#header {
		position: sticky;
		top: 0px;
		z-index: 30;
		background-color: rgba(0,0,0,.8);
		box-shadow: 0px 0px 10px 10px rgba(0,0,0,.2);
		border-bottom: 1px solid #ffffff60;
	}
	
	footer ul {
		width:90%;
	}
	
	footer ul li {
		float: none;
		border: none;
		border-image: none;
		border-bottom:1px solid #666;
		line-height: 32px;
	}
	
	#box-image {
		left: -5%;
		position: relative;
		width: 100%;
	}
}

/* MENU */
#openNav {
	font-size:32px;
	border:2px solid #83a8aa;
	border-radius: 10px;
	padding:10px;
	padding-top:3px;
	padding-bottom:3px;
	position: absolute;
	top: 30px;
	right: 25px;
	color: #de570e;
	z-index: 10;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #333;
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	font-family: 'Exo 2', sans-serif;
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #83a8aa;
	display: block;
	transition: 0.3s;
	font-weight: 500;
}

.overlay a:hover, .overlay a:focus {
	color: #de570e;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	color: #de570e;
}

@media screen and (max-height: 640px) {
	
	.overlay-content {
		top: 10%;
	}

	.overlay .closebtn {
		top: 0px;
	}

}

@media screen and (max-height: 450px) {
		
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
	
}

/* BUY NOW */
#buy-now-mobile {
	position: sticky;
	bottom: 0px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.4);
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f3c000;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	width: 100%;
	background-color: #527072e0;
	font-size: 36px;
	border-top:1px solid #ffffff50;
	margin: auto;
	text-shadow: 1px 2px 1px rgba(0,0,0,.5), -1px -1px 1px rgba(255,255,255,.8);
}

#buy-now-desktop {
	position: fixed;
	display: none;
}

/* PRODUCTS */
.new {
	color: #fff;
	background-color: #f00;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.prodotto h2 {
}

.special {
	border:3px solid #F3C000;
	padding:20px;
	border-radius:10px;
	background: rgba(0,0,0,.1);
}

.special h3 {
	color:#F3C000;
}

/* FAQ */
.card {
	background-color: transparent;
}

.faq-domanda {
	font-weight: bold;
	color:#fff;
}

.faq-domanda:hover {
	color:#f3c000;
	text-decoration: none;
}

.card-header {
	background-color: rgba(0,0,0,.2);
}

.highlight {
	color:#f3c000;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #41595b;
	color: #fff;
	background-color: rgba(0,0,0,.2);
}

.nav-tabs {
	border-bottom: 1px solid #41595b;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #41595b;
	border-color: #41595b;
}

/* AUDIO DEMOS */
.audio-demo-titolo {
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	overflow: hidden;
}

.audio-demo-autore {
	margin-bottom: 0px;
	margin-top:5px;
	color:#f3c000;
}

.demo-subgroup {
	border: 3px solid rgba(0,0,0,.2);
	border-radius: 10px;
	padding: 20px;
	background-color: rgba(255,255,255,.1);
}

.col-md-4 .demo-subgroup {
	padding:10px;
}

a.dl-wav {
	font-size: 10px;
	float: right;
	margin-top: 4px;
	transition: all .2s;
	color:#f3c000;
}

a.dl-wav:hover {
	color:#fff;
	text-decoration: none;
}

.plyr--audio .plyr__controls {
	background: #4a5764!important;
	color: #fff!important;
	margin-bottom:10px;	
}

.plyr--full-ui input[type=range] {
	color: #f3c000!important;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
	background: #f3c000!important;
	color:#4a5764!important;
}
.plyr__control.plyr__tab-focus {
	box-shadow: 0 0 0 5px rgba(243,192,0,.5)!important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background: #f3c000!important;
}

.plyr__control--overlaid {
	background: rgba(243,192,0,.8)!important;
}

/* DOWNLOADS */
.box-download {
	background-color: rgba(255,255,255,.1);
	padding: 20px;
	border-radius: 5px;
}

.page-buy .box-download ul li {
	border-bottom:1px solid rgba(0,0,0,.3);
	list-style: none;
	line-height: 32px;
}

.page-buy  .box-download ul li a {
	font-weight: bold;
}

.page-buy .box-download ul li:last-child {
	border-bottom:none;
}

/* CONTACT */
@media screen and (max-width: 768px) {
	
	#rc-imageselect, .g-recaptcha {
		transform: scale(0.96);
		margin-left: -7px;
	}
}

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

/* PAGE ELEMENTS */
.photo-border {
	border-radius:10px;
	border:12px solid #709194;
	background-color: #709194;
}

.didascalia {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(0,0,0,.5);
	padding-top: 5px;
}

.didascalia.bassa {
	bottom: 0px;
	top: inherit;
}

h2.highlight {
	color:#ffa147;	
}

.btn-primary {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f3c000;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	text-align: center;
	background-color: #527072e0;
	font-size: 18px;
	border:none;
	margin: auto;
	text-transform: uppercase;
}

.btn-primary:hover {
	color: #fff;
	background-color: #6d8a95;
	border-color: #6d8a95;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #6d8a95;
	border-color: #6d8a95;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #6d8a95;
	border-color: #6d8a95;
	box-shadow: 0 0 0 0.2rem rgba(60,94,92,.5);
}

.box-message {
	border:3px solid rgba(255,255,255,.2);
	padding:20px;
	background-color:rgba(255,255,255,.1);
	border-radius: 10px;
}

.special-offer {
	border:3px solid rgba(255,255,255,.2);
	padding:20px;
	background-color:rgba(0,0,0,.1);
	border-radius: 10px;
}

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* SPLASH */
.splash-page {
	height: 100%;	
}

body.splash-page {
	background-image: linear-gradient(top, #000000, #222 600px);
	background-image: -o-linear-gradient(top, #000000, #222 600px);
	background-image: -moz-linear-gradient(top, #000000, #222 600px);
	background-image: -webkit-linear-gradient(top, #000000, #222 600px);
	background-image: -ms-linear-gradient(top, #000000, #222 600px);
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #000000), color-stop(600px, #222) );
}

.splash-page h1, .splash-page h2 {
	zoom: .5;
}

.splash-container {
	position: relative;
}

.splash {
	width: 100%;
	margin: auto;
}

.splash h2 {
	font-size: 32px;
	font-weight: 300;
}

.splash h2 span:first-child {
	color:#f0611c;
}

.splash h2 span:last-child {
	color:#93d4d2;
}

.splash-bg1 {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 600px;
	z-index: 2;
	position: absolute;
	left: -140px;
	top: -20px;
	display: none;
	pointer-events: none;
}

.splash-bg2 {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 600px;
	z-index: 2;
	position: absolute;
	right: -120px;
	top: -20px;
	display: none;
	pointer-events: none;
}

.splash-center {
	background-color: #1d1d1d;
	border-radius:40px;
	border:6px solid #335658;
	position: relative;
	height:500px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.6);
	overflow: hidden;
	background-image: url(../images/splash.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.splash-center ul {
	position: absolute;
	bottom:0px;
	background-color:#335658;
	margin:0px;
	padding:0px;
	overflow: hidden;
	width:100%;
}

.splash-center ul li {
	list-style: none;
	text-align: center;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,.2);
	line-height: 48px;
}

.splash-center ul li:last-child {
	border-bottom:none;
	border-right: none;
}

.splash-center ul li a {
	text-shadow: 1px 2px 1px #00000030;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.splash-center ul li a:hover {
	text-decoration: none;
	text-shadow: 1px 2px 1px #00000090;
	color: #de570e;
}

ul.lingue li {
	width:14%;
	font-size:12px;
}

ul.lingue li .nav-link {
	padding:0px;
}

ul.lingue li img {
	float:left;
	margin-right:5px;
	width:32px;
	height:32px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(255,255,255,.5);
}

ul.lingue li span {
	display: none;
}

.home-news {
	display: inline-block;
	font-size: 24px;
	font-family: 'Exo 2', sans-serif;
}

.news-badge {
	background-color:#333333;
	color:#ee6422;
	border-radius: 3px;
	padding-top:5px; padding-bottom:5px; padding-right:10px; padding-left:10px;
}

.news-data {
	padding-left:10px; padding-right:10px;
	color:#9ce4e1;
}

.blinking {
	animation: opacity 2s ease-in-out infinite;
	opacity: 1;
}

/* MODALE */
.modal-content {
	box-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
}

.modal-header {
	background-color: #3C5E5C;
	border-bottom: 1px solid #7DA0A2;
}

.modal-body {
	background-color: #618486;
}

.modal-footer {
	border-top:1px solid #7DA0A2;
	background-color: #3C5E5C;
}

.modal-header .close span {
}

.box {
	border:1px solid #3C5E5C;
	padding:10px;
	border-radius:5px;
	background-color: #7DA0A2;
}

@keyframes opacity {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0
	}
	
	100% {
		opacity: 1;
	}
}

/* SWAL */
.swal2-title {
	justify-content: center;
	text-shadow: none;
}

.container-small {
	width:100%;
	margin: auto;
}
 
/* SM */
@media (min-width: 576px) {
	  
	.w-md-25 {
		width:25%!important;	
	}
	
	.w-md-35 {
		width:35%!important;	
	}
		
	.container-small {
		width:70%;
	}
	
	.splash {
		width: 90%;
	}
	
	.splash-center {
		height:550px;
	}
				
}
 
/* MD */
@media (min-width: 768px) {
	
	.container-small {
		width:70%;
	}
	
	.splash {
		width: 80%;
	}
	
	.splash-center {
		height:400px;
	}
	
	.splash-center ul li {
		width:16%;
		float:left;
		border-bottom:none;
		border-right-width: 1px;
		border-right-style: solid;
		border-image: linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.2) 50%, rgba(60,60,60,0) ) 1 100%;
	}	
	
	.splash-page h1, .splash-page h2 {
		zoom: .8;
	}
	
	.splash-bg1 {
		zoom: .8;
		display: block;
	}
	
	.splash-bg2 {
		zoom: .8;
		display: block;
	}
		
}
 
/* LG */
@media (min-width: 992px) { 

	.container-small {
		width:65%;
	}
	
	.splash {
		width: 75%;
	}
	
	.splash-center {
		height:400px;
	}
	
	.splash-center ul li {
		width:16%;
		float:left;
		border-bottom:none;
		border-right-width: 1px;
		border-right-style: solid;
		border-image: linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.2) 50%, rgba(60,60,60,0) ) 1 100%;
	}	
	
	.splash-page h1, .splash-page h2 {
		zoom: 1;
	}
	
	.splash-bg1 {
		zoom: .9
	}
	
	.splash-bg2 {
		zoom: .9
	}
	
}
 
/* XL */
@media (min-width: 1200px) {  
  
  	.container-small {
		width:60%;
	}
	
	.splash {
		width: 70%;
	}
	
	.splash-center {
		height:480px;
	}
	
	.splash-center ul li {
		width:16%;
		float:left;
		border-bottom:none;
		border-right-width: 1px;
		border-right-style: solid;
		border-image: linear-gradient( 0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.2) 50%, rgba(60,60,60,0) ) 1 100%;
	}	
	
	.splash-page h1, .splash-page h2 {
		zoom: 1;
	}
	
	.splash-bg1 {
		zoom: 1;
	}
	
	.splash-bg2 {
		zoom: 1;
	}
	
	ul.lingue li span {
		display: inline;
	}
  
}