@font-face {
    font-family: Square;
    src: url(/css/fonts/square/Square721BT%20Roman.TTF);
}

@font-face {
    font-family: SquareExtended;
    src: url(/css/fonts/square/Square721BT%20RomanExtended.TTF);
}

/* Square è il font usato per tutte le lingue, il font standard di Motive, mentre Play quello per il cirillico */

body {
    font-family: Square, 'Play';
}


	/* Colored */
	/* .colored, .colored-hover:hover{ color:#3e5ee7 !important; }
	.bg-colored, .bg-colored-hover:hover{background-color:#3e5ee7 !important; }
	.border-colored, .border-colored-hover:hover{ border-color:#3e5ee7 !important; } */

	/* Colored1 */
	.colored1, .colored1-hover:hover{ color:#d82950 !important; }
	.bg-colored1, .bg-colored1-hover:hover{ background-color:#6295ce !important }
	.border-colored1, .border-colored1-hover:hover{ border-color:#d82950 !important; }

	/* Colored2 */
	.colored2, .colored2-hover:hover{ color:#2d355a !important; }
	.bg-colored2, .bg-colored2-hover:hover{ background-color:#2d355a !important; }
	.border-colored2, .border-colored2-hover:hover{ border-color:#2d355a !important; }

	.nosmartphone {
		visibility:visible;
		display:block;
	}

	
	
	
.footer {
	color:white !important;
}
.footer a {
	color:white;
}
.footer a.coloredhover {
	color:#555;
}

.mt0 { margin-top:0px; }
.mt20 { margin-top:20px; }
.mt40 { margin-top:40px; }




.mb0 { margin-bottom:0px; }
.mb20 { margin-bottom:20px; }
.mb40 { margin-bottom:40px; }




.pt0 { padding-top:0px; }
.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }


.bordermotive {
	border-top: solid 6px #6295ce;
    border-bottom: solid 6px #6295ce;
}

ul.lista li {
    background-image: url(/images/listico.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 25px;
}

table.tipo1 {
	border-collapse: collapse;
}
#bordi table, #bordi th, #bordi td {
	border: 1px solid #4395d0;
	padding: 2px;
	text-align: center;
}
#bordi th {
	background-color: #4395d0;
}
#bordi-nero table, #bordi-nero th, #bordi-nero td {
	border: 1px solid #000;
	padding: 2px;
	text-align: center;
}

@media only screen and (max-height: 700px){
	#bordi-nero table, #bordi-nero th, #bordi-nero td {
		padding: 2px;
		font-size: 10px;
		line-height: 12px;
	}
}


#bordi-nero th {
	background-color: #4395d0;
}
#casella-blue {
	width: 20px;
	background-color: #065ca3;
	color: white;
}
#casella-azzurra {
	width: 20px;
	background-color: #4395d0;
	color: white;
}
table.tabella2 {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	width:100%;
}
.tabella2 td {
	padding: 3px;
	margin: 2px;
	font-size: 11px;
	vertical-align: middle;
}

.tabella2 td.small {
	width:100px;
}
.tabella2 td.large {
	width:15%;
	font-size: 8px !important;
}

#tabella-robus td {
	padding: 1px;
	margin: 1px;
	font-size: 9px;
	vertical-align: middle;
}
.tabella2 img.ombra {
	width: 45px;
	height: 63px;
	float: left;
	box-shadow: 2px 2px 5px black;
	margin-right: 2px;
}

#lingua {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #325b6f;
    color: white;
}

#lingua_robus {
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	background-color: #325b6f;
	color: white;
}

/* TABELLA MANUALI */

#tabellamanuali table {
	background-color: #fff;
}
#tabellamanuali td {
	padding: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	border: #2a87c9 solid 1px;
	vertical-align: middle;
}

#bianco {
	background-color: #fff;
}
#bianco90 {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#blu {
	background-color: #325b6f;
	color: white;
	font-weight: bold;
}
#azzurro {
	background-color: #4579bd;
	color: white;
}
#azzurro-center {
	background-color: #4579bd;
	color: white;
	text-align: center;
}
#azzurro-preview {
	background-color: #d1dce9;
	text-align: center;
}
#azzurro-pari {
	background-color: #d1dce9;
	text-align: center;
}
#azzurro-pari a {
	text-decoration: none;
	color: #114054;
}
#azzurro-pari a:hover {
	text-decoration: underline;
}
#azzurro-dispari {
	background-color: #98b0d0;
	text-align: center;
}
#azzurro-dispari a {
	text-decoration: none;
	color: #fff;
}
#azzurro-dispari a:hover {
	text-decoration: underline;
}

#intestazione {
	width: 100vw;
	text-align: center;
	font-weight: bold;
	background-color: #2a87c9;
	color: white;
}

#font-blu {
    color: #2a87c9;
}
#font-verde {
    color: #67c18c;
}

img.logo-capitolo {
	width: 90px;
	margin-right: 15px;
}
p.intestazione-rapporti {
	margin-top: 30px;
	padding-left: 15px;
}
strong {
	font-weight:bold !important;
}

div.animazioni3d {
	margin:15px 0px;
}

img#lente-small {
	margin-left: 5px;
	width: 35px;
	position: relative;
	top: 0px;
	transition: 0.3s all ease-in-out;
}
img#lente-small:hover {
	width: 45px;
	top: 0px;
	transition: 0.3s all ease-in-out;
}
#img-box-flange {
    width: auto;
    height: 90px;
    float: none;
    box-shadow: none;
}

/* VIDEO */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom:16px;
	background-image: url(/images/video_placeholder.jpg);
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


div.descriptionbody p {
	margin:10px 0px !important;
}

div.descriptionbody ul {
    list-style: square inside !important;
    padding-left: 20px !important;
}

div.descriptionbody img {
	max-width:100% !important;
}

div.nav-menu img {
	margin-right:5px;
	width:35px;
}

.icosocial {
	margin-left:0px;
	font-size:18px;
}

div.videogalleryapplication {
	height:165.66px;
}
div.videogalleryapplication img {
	position:absolute;
	top:-12px;
}



/* Gallery Fix */


#gallery .cbp-wrapper-outer .cbp-wrapper {
	display: flex;
	position: initial !important;
	flex-wrap: wrap;
	gap: 8px 0 !important;
	height:auto !important;
}
#gallery .cbp-wrapper-outer .cbp-item {
	position: relative !important;
	top: initial !important;
	left: initial !important;
	width: 25% !important;
	padding: 0 4px !important;
}
.videogalleryapplication img {
	height: 100% !important;
}
#gallery{
	height:auto !important;
}
@media all and (max-width:991px){
	#gallery .cbp-wrapper-outer .cbp-item {
	width: 33.33% !important;
}
}
@media all and (max-width:767px){
	#gallery .cbp-wrapper-outer .cbp-item {
	width: 50% !important;
}
}
@media all and (max-width:575px){
	#gallery .cbp-wrapper-outer .cbp-item {
	width: 100% !important;
}
}

.cbp-item-wrapper .videogalleryapplication{
	top: 0;
}

.cbp-item-wrapper .cbp-caption{
	height: 135px;	
}

.cbp-item-wrapper .cbp-caption .videogalleryapplication img{
	position: static!important;
	top: 0!important;
}

@media only screen and (max-width: 830px){
	.cbp-item-wrapper .cbp-caption{
		height: auto!important;
	}
	.cbp-item-wrapper .cbp-caption div img{
		height: 160px;
	}
	.cbp-item-wrapper .videogalleryapplication, .cbp-item-wrapper .videogalleryapplication img{
		height: 160px;
	} 
}




/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */

.onlysmartphone {
	display:none;
}	
.rotatesmartphone {
	display:none;	
}


@media only screen and (max-width: 1850px) {

	/* ########## HIDDEN BLOCCHI SOTTO FULL HD ################ */

	#nolowerhd, .nolowerhd {
		visibility:hidden;
		display:none;
	}	
	

	/* ########## FINE - HIDDEN BLOCCHI SOTTO FULL HD ################ */
	
}

	/* Portrait */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
		  
			.rotatesmartphone {
				display: block;
			}

}











/* RESPONSIVE FIX */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.nosmartphone {
		visibility:hidden;
		display:none;
	}
	
	.v-middle {
		display: table-cell !important;
		vertical-align: inherit !important;
		padding: 5px 10px;
	
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	.nosmartphone {
		visibility:hidden;
		display:none;
	}
	
	.v-middle {
		display: table-cell !important;
		vertical-align: inherit !important;
		padding: 5px 10px;
	
} 
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}