/* ************************************ */
/* SYTLESHEET TEMPLATE STUDIO           */
/* classi generiche per tutte le pagine */
/* ************************************ */
html, body {
	overflow-x: hidden;
	background: white;
}

/* ********* */
/* CONTAINER */
/* ********* */
.container {
	width: 1280px;
	padding-right: 0px;
	padding-left: 0px;
}

.content-header {
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	background-color: #fff;
	z-index: 30;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-color: #1b294a !important;
}

.content-page {
	margin-top: 114px;
	z-index: auto;
}

.navbar-brand-img {
	padding: 0px !important;
	padding-right: 10px !important;
	height: 70px;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.navbar-brand-img img {
	max-height: 50px;
	width: auto;
	vertical-align: middle;
}

.section {
	padding-left: 130px;
	padding-right: 130px;
}

.section-content {
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.section-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.section-full {
	/* height: 350px; */
	margin-left: -300vw;
	padding-left: 300vw;
	margin-right: -300vw;
	padding-right: 300vw;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-md-11 {
	padding-left: 0px;
	padding-right: 0px;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 40px;
	padding-left: 0px;
}

.nopadding {
	padding: 0px !important;
}

.nopadding-lr {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nopadding-tb {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.nopadding-left {
	padding-left: 0px !important;
}

.nopadding-right {
	padding-right: 0px !important;
}

.nopadding-top {
	padding-top: 0px !important;
}

.nopadding-bottom {
	padding-bottom: 0px !important;
}

.nomargin-left {
	margin-left: 0px !important;
}

.nomargin-right {
	margin-right: 0px !important;
}

.nomargin-top {
	margin-top: 0px !important;
}

.nomargin-bottom {
	margin-bottom: 0px !important;
}

.col-left {
	float: left !important;
}

.col-right {
	float: right !important;
}

.col-centered {
	float: none !important;
	margin: auto;
}

/* ****** */
/* FONT */
/* ****** */
/* 
	Roboto font-weight
	Thin : 100
	Light : 300
	Regular : 400
	Medium : 500
	Bold : 700
	Black : 900
*/
body.xsp {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/*color: #333;*/
	color: #1b294a;
	padding-top: 0px
}

xspInputFieldRichText {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	/*color: #333;*/
	color: #1b294a;
	padding-top: 0px
}

font {
	/*color: #333;*/
	color: #1b294a;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

h2 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}

/* ******** */
/*  COLORS  */
/* ******** */
/* colori da usare 
red  : #e30613
blue : #1b294a
grey : #eaedef
dark-grey : #708186
*/
.background-red {
	background: #e30613;
}

.background-grey {
	background: #eaedef;
}

.background-darkgrey {
	background: #708186;
}

.background-blue {
	background: #1b294a;
}

.background-white {
	background: white;
}

.font-white {
	color: white;
}

.font-red {
	color: #e30613;
}

.font-blue {
	color: #1b294a;
}

.font-dark-grey {
	color: #708186;
}

/* ***** */
/* ALIGN */
/* ***** */
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ****** */
/* HEADER */
/* ****** */
.header {
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.header-menu {
	/* border-bottom-style: solid;
	border-bottom-width: 4px;
	border-color: #1b294a !important; */
	min-height: 35px;
	*/
}

.header-company-title {
	color: #1b294a;
}

.header-company-title h2 {
	line-height: 40px;
}

.iconaHeader {
	padding-left: 0px;
	width: auto;
	/* max-height: 15px; */
	max-height: 20px;
	margin-left: 10px;
}

.iconaMenu {
	padding-left: 0px;
	width: auto;
	max-height: 20px;
	margin-left: 10px;
}

.headerLink1 {
	font-size: 13px;
	font-weight: bold;
	color: #1b294a;
	height: 30px;
}

.headerLink2 {
	font-size: 13px;
	font-weight: bold;
	color: #e30613;
	height: 40px;
}

.headerUser {
	list-style: none;
	padding: 3px;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
}

.headerUser>li>a {
	color: #1b294a;
}

.headerUserNav {
	min-width: 100px;
}

.headerLanguage {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #1b294a !important;
	padding: 3px;
	background: transparent;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	border-radius: 0px;
	color: #1b294a;
	margin-left: 10px;
}

.headerLanguage>li>a {
	color: #1b294a;
}

.headerLanguageNav {
	min-width: 50px !important;
}
.headerLanguage li:hover ul {
 display: block;
}

.headerLanguageNav li a {
    display: block !important;
}
/* ****** */
/* NAVBAR */
/* ****** */
.navbar {
	margin-bottom: 0px;
	min-height: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	border: 0px;
	background-color: white;
}

.navbar .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-toggle {
	border-color: #1b294a;
	background-color: #1b294a;
	margin-top: 5px;
	padding: 7px 8px;
	margin-bottom: 4px;
}

.navbar-nav {
	padding: 0;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0px;
	margin-right: 25px;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: underline;
	background-color: unset;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: unset;
	border-color: none;
}

.navbar-nav>li>a {
	text-shadow: unset;
	color: #708186;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.headerMenu {
	height: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: white;
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.headerMenuNav {
	width: 100%;
	list-style: none;
}

.headerMenuNav>li {
	display: block;
	width: auto;
	float: left; /* elementi su singola riga */
	margin-right: 40px;
}

.headerMenuNav>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: white;
	text-transform: uppercase;
}

.headerMenuSubNav {
	font-size: 13px;
	line-height: 20px;
	min-width: 220px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #eaedef;
	left: -10px;
}

.headerMenuSubNav li {
	border-top: 1px solid #1b294a;
}

.headerMenuSubNav li:first-child {
	border-top: 0;
}

.headerMenuSubNav li a {
	color: #1b294a;
}

.headerMenuSubNav li a {
	padding: 3px 0px;
	color: #1b294a;
	font-weight: bold;
}

/* ******** */
/*  FOOTER  */
/* ******** */
.main-footer {
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-footer p {
	margin: 0px;
	font-weight: 300;
}

.main-footerTitle {
	font-size: 10px;
	font-weight: 500;
}

.main-footerCopyright {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-footer-member {
	width: auto;
	max-height: 70px;
}

.main-footer-policies {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: white
}

.main-footer-policies a {
	color: white
}

/* ********** */
/* COOKIE LAW */
/* ********** */
.cookieLawPanelTop {
	position: fixed;
	top: 0px;
	left: 0;
	height: auto;
	min-height: 200px;
	max-height: 250px;
	width: 100%;
	background: white;
	z-index: 999;
	padding: 10px 50px 10px 50px;
	border-bottom: solid;
	color: #1b294a;
}

.cookieLawPanelBottom {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: auto;
	min-height: 200px;
	max-height: 250px;
	width: 100%;
	background: white;
	z-index: 999;
	padding: 10px 50px 10px 50px;
	border-top: solid;
	color: #1b294a;
}

.cookieLawPanel-content {
	overflow-y: auto;
	max-height: 180px;
}

.cookieLawPanel-buttons {
	min-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ****** */
/* ANCHOR */
/* ****** */
.anchor a {
	position: absolute;
	left: 0px;
	top: -130px;
}

.anchor {
	position: relative;
}

/* ******** */
/* CAROUSEL */
/* ******** */
.carousel-control {
	display: none;
}

.carouselHeading {
	display: none;
}

.carouselCaption {
	display: none;
}

.carouselDescription {
	display: none;
}

.carouselButton {
	display: none;
}

/* ***** */
/* FIELD */
/* ***** */
/* class for outline of the radio button and checkbox */
.input-group>div {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.radio-border {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.dijitDateTextBox {
	padding-right: 0px !important;
}

/* BUTTON LINK */
.button-link-white {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	padding: 3px;
	color: white;
	text-transform: uppercase;
}

.button-link-blue {
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 3px;
	color: #1b294a;
	text-transform: uppercase;
}

/* NAVIGATOR */
.nav.nav-pills>li.active>a {
	border: 1px solid #1b294a;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
	{
	color: #fff;
	background-color: #1b294a;
}

/* *************************************************************************************************** */
/* classi per gli oggetti delle pagine */

/* ******** */
/*   MAIN   */
/* ******** */
.main {
	height: 350px;
}

.main-header {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	height: 350px;
	background-position: center;
}

.main-header-title {
	position: absolute;
	overflow: visible;
	bottom: -30px;
	right: 0px;
	display: box;
	width: 60%;
	height: 120px;
	min-height: 120px;
	background: #1b294a;
	color: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	font-size: 16px !important;
	font-weight: 300 !important;
	z-index: 20;
	padding: 15px;
	text-align: left;
}

.main-header-title h3 {
	font-size: 41px;
	font-weight: 400;
	line-height: 48px;
}

.main-description {
	padding-top: 30px;
}

.main-member-img {
	max-height: 50px;
	width: auto;
	vertical-align: middle;
}

/* ******** */
/*   LIST   */
/* ******** */
.column-list ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style-type: none;
	flex-direction: column;
	list-style: none;
	border-bottom: 1px solid #fff;
}

.column-list ul li {
	flex: 1 0 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.column-list ul li::before {
	content: "\2192 \0020";
}

/* ******** */
/* HOMESPOT */
/* ******** */
.home-spots {
	height: auto;
}

.home-spot {
	float: left;
	/* height: 325px; */
	width: 253px;
	/* margin-left: 60px; */
}

.home-spot-date {
	height: 25px;
}

.home-spot-date-tag {
	background: #708186;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: white;
	overflow: hidden;
	padding: 4px 8px;
	width: auto;
}

.home-spot-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	height: 70px;
}

.home-spot-credits {
	font-size: 12px;
	font-weight: 700;
}

.home-spot-descr {
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	height: 60px;
	overflow: hidden;
}

.home-spot-image-content {
	border-top-style: solid;
	border-top-width: 4px;
	border-color: #1b294a !important;
	max-height: 120px;
	height: 120px;
	position: relative;
}

.home-spot-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-spot-link {
	height: 20px;
}

.home-spot-link a {
	color: #708186;
	font-weight: 600;
}

.home-spot-link a::before {
	content: "\2192 \0020";
}

.home-spot-archive-link {
	height: 20px;
}

.home-spot-archive-link a {
	color: #708186;
	font-weight: 600;
}

.home-spot-archive-link a::before {
	content: "\2192 \0020";
}

.home-spot-tags {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
}

.home-spot-tags-category {
	display: block;
	width: auto;
	padding: 4px 8px;
	float: left;
	border: 1px solid #708186;
	margin-right: 5px;
	font-size: 12px;
}

.home-spot-tags-pdf {
	display: block;
	width: auto;
	padding: 4px 8px;
	float: right;
	background: #1b294a;
	color: white;
	border: 1px solid #1b294a;
	font-size: 12px;
}

/* ******** */
/* PERSON */
/* ******** */
.person-section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.person-section ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 16px;
	list-style: none;
}

.person-section ul li:before {
	content: "\2192 \0020";
}

.person-section-title {
	font-size: 24px;
	border-bottom: solid 2px;
}

.person-section-info {
	padding-top: 100px;
	padding-bottom: 20px;
}

.person-section-info ul, ol {
	padding: 0;
	margin: 0 0 0px 0px;
	font-size: 14px;
	list-style: none;
}

.person-section-info ul li:before {
	content: "\2192 \0020";
}

.person-thumb-image-box {
	height: 320px;
	width: 250px;
	background: #999999;
}

.person-main {
	background: #eaedef;
	padding-left: 50px;
	padding-right: 50px;
	height: 330px;
	padding-top: 40px !important;
}

.person-main-name {
	font-size: 35px;
	font-weight: 300;
	line-height: 44px;
	padding-top: 0px;
	height: auto;
}

.person-main-company {
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
	padding-top: 0px;
	height: auto;
}

.person-main-title {
	padding-top: 5px;
	padding-bottom: 5px;
}

.person-main-divider {
	height: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.person-main-divider::after {
	border-bottom: 6px solid;
	border-color: #708186;
	left: -70px;
	content: "";
	height: 1px;
	position: absolute;
	width: 180px;
}

.person-thumb-image {
	/*height: 320px;
	max-height: 320px;
	overflow: hidden;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.person-contacts-section {
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 24px;
	width: 100%;
	font-size: 14px;
}

.person-contacts-section a {
	color: #1b294a;
}

.person-contacts-section-image {
	float: left;
	width: 40px;
}

.person-contacts-image {
	max-width: 24px;
	max-height: 24px;
	margin: auto;
	margin-right: 20px;
}

.person-contacts-section-content {
	font-size: 14px;
	padding-left: 10px;
	word-wrap: break-word;
}

/* ************ */
/* PERSON THUMB */
/* ************ */
.user-thumb {
	margin-bottom: 40px;
	width: 225px;
}

.user-thumb-image-box {
	height: 225px;
	background: #999999;
}

.user-thumb-image {
	/*height: 215px;*/
	/*max-height: 215px;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.user-thumb-name {
	font-size: 14px;
	color: #708186;
	font-weight: 600;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: #708186 !important;
}

.user-thumb-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 45px;
	overflow: hidden;
	line-height: 18px;
	padding: 5px 0px;
}

.user-thumb-jobtitle {
	background: #708186;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: white;
	overflow: hidden;
	padding: 4px;
}

.user-thumb-separator {
	width: 40px;
	position: relative;
}

/* ******* */
/* OFFICES */
/* ******* */
.office-container {
	margin-bottom: 15px;
}

.office-hr {
	border: 1px solid #1b294a;
}

.office-hr-separator {
	border: 2px solid #1b294a;
}

.office-image {
	padding: 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.office-google-maps-section {
	margin-top:20px;	
}

.office-google-maps-link {
	font-size: 23px;
	font-weight: 400;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 3px;
	text-transform: uppercase;
	margin-top: 3px;
	color: #1b294a;
}


/* ********** */
/*   RISORSE  */
/* ************/
.resource-tags-category {
	display: block;
	width: auto;
	padding: 8px 16px;
	float: right;
	border: 1px solid #708186;
	margin-left: 10px;
}

.resource-home-link {
	height: 20px;
}

.resource-home-link a {
	color: #708186;
	font-weight: 600;
}

.resource-home-link a::before {
	content: "\2190 \0020";
}

.resource-link-pdf {
	/* display: block; */
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: #708186;
	border-width: 1px;
	/* padding: 5px; */
	padding: 8px 16px;
	color: #708186;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	min-height: 35px;
}

.resource-link-pdf:focus, .resource-link-pdf:hover {
	color: #708186;
}

.resource-link-pdf img {
	height: auto;
	width: 20px;
	margin-right: 5px;
}

.resource-link-url {
	/* display: block; */
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	background: #708186;
	border-style: solid;
	border-color: #708186;
	border-width: 1px;
	/* padding: 5px; */
	padding: 8px 16px;
	color: white;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	min-height: 35px;
}

.resource-link-url:focus, .resource-link-url:hover {
	color: white;
}

.resource-link-url img {
	height: auto;
	width: 20px;
	margin-right: 5px;
}

/* ********** */
/*   SERVICES  */
/* ************/
.services-list {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	list-style-type: none;
	flex-direction: column;
	list-style: none;
	border-bottom: 1px solid #fff;
}

.services-list li {
	flex: 1 0 25%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.services-list li::before {
	content: "\2192 \0020";
}

.service-title h3 {
	display: block;
	border-bottom: 1px solid;
	font-size: 22px;
	text-transform: uppercase;
}

/* *********** */
/*   GALLERY   */
/* *********** */
.home-gallery {
	margin-bottom: 15px;
	width: 225px;
}

.home-gallery-image-box {
	height: 225px;
	background: #999999;
	overflow: hidden;
}

.home-gallery-image {
	/*height: 215px;*/
	/*max-height: 215px;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.home-gallery-image:hover {
	transform: scale(1.2);
}

.home-gallery-pager {
	padding-bottom: 20px;
}

.home-gallery-next {
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}

.home-gallery-previous {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

/* ************ */
/* SOCIAL SHARE */
/* ************ */
.socialshare {
	margin-top:10px;
	margin-bottom:10px;
}

.socialshare-title {
	font-size:14px;
	font-weight: bold;
}	

.socialshare img {
	margin:5px;
	width:24px;
}

/* *********** */
/*    DIALOG   */
/* *********** */
.modal-dialog {
	font-size: 14px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: #1b294a;
	border-width: 3px;
	padding: 5px;
	/* width: 900px; */
	width: auto;
	margin: 0px auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-header {
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #1b294a;
}

.modal-title {
	line-height: 1;
}

.modal-header h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 500;
}

.modal-header h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.modal-content {
	font-weight: 400;
	padding: 5px;
	border: none !important;
	box-shadow: none;
	border-radius: none;
}

.modal-content font {
	font-size: 14px;
}

.modal-body {
	padding-top: 10px 10px !important;
	padding-right: 20px !important;
}

.close {
	font-size: 50px;
	font-weight: 100;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: unset;
}

/* *********** */
/* DIALOG NEWS */
/* *********** */
.modal-dialog-news {
	width: 900px;
}

.diolog-news-link-pdf {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	background: white;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 5px;
	color: #1b294a;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	min-height: 35px;
}

.diolog-news-link-pdf:focus, .diolog-news-link-pdf:hover {
	color: #1b294a;
}

.diolog-news-link-pdf img {
	height: auto;
	width: 20px;
	margin-right: 5px;
}

.diolog-news-link-url {
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	background: #1b294a;
	border-style: solid;
	border-color: #1b294a;
	border-width: 1px;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	min-height: 35px;
}

.diolog-news-link-url:focus, .diolog-news-link-url:hover {
	color: white;
}

.diolog-news-link-url img {
	height: auto;
	width: 20px;
	margin-right: 5px;
}

/* ************** */
/* DIALOG PRIVACY */
/* ************** */
.modal-dialog-privacy {
	width: 900px;
}

/* ************* */
/* DIALOG COOKIE */
/* ************* */
.modal-dialog-cookie {
	width: 900px;
	height: 400px;
	overflow-y: scroll;
}

.modal-dialog-cookie-button1 {
	background: #eaedef;
	border: none;
	color: #1b294a;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
}

.modal-dialog-cookie-button2 {
	background: #1b294a;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
}
/* ************** */
/* DIALOG GALLERY */
/* ************** */
.modal-dialog-gallery {
	width: 750px;
}

.dialog-gallery-image-box {
	height: 400px;
	width: 550px;
	background: #999999;
	overflow: hidden;
}

.dialog-gallery-table-center {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.dialog-gallery-pager {
	margin-top: 183px;
	text-align: center;
}

.dialog-gallery-image {
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.dialog-gallery-date {
	display: block;
	border-bottom: 1px solid;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dialog-gallery-title {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ****** */
/*  FORM  */
/* ****** */
.dialogform-column {
	width: 90%;
}

.dialogform-label {
	text-transform: uppercase;
	font-weight: 300;
	text-align: left !important;
}

.dialogform-group {
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}

.dialogform-label::after {
	border: 1px solid;
}

.dialogform-message {
	color: #e30613;
}

.dialogform-input {
	background: #eaedef;
}

.dialogform-input-textarea {
	height: 175px !important;
}

.dialogform-button {
	background: #eaedef;
	border: none;
	color: #1b294a;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
}

.dialogform-checkbox {
	position: relative;
}

.dialogform-policy {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	font-weight: 100;
	margin-left: 20px;
}

.dialogform-policy a {
	color: #eaedef;
	font-weight: 800;
}

.checkbox input[type="checkbox"] {
	margin-left: 0px;
}

/* ************ */
/* ARCHIVE LIST */
/* News, researches, webinars*/
/* ************ */
.archive-navigator-panel h2 {
	font-weight: 500;
	font-size: 18px;
	border-bottom: solid 2px;
}

.archive-navigator-panel ul li::before {
	content: "\2192 \0020";
}

.archive-navigator {
	list-style-type: none;
	padding-left: 0px;
	text-transform: uppercase;
	color: #333;
}

.archive-navigator li::before {
	content: "\2192 \0020";
}

.archive-navigator-selected li {
	border: solid 2px;
	padding-left: 20px;
}

.archive-navigator-selected li::before {
	content: " " !important;
}

.archive-navigator li {
	line-height: 30px;
}

.archive-navigator li a {
	color: #333;
}

.archive-list-section-content {
	margin-top: -100px;
	padding-top: 130px;
	padding-bottom: 10px;
}

.archive-list-content {
	/* height: 350px; */
	width: 100%;
	margin-bottom: 40px;
}

.archive-list-border-top {
	border-top-style: solid;
	border-top-width: 4px;
	/* border-top-color: #f44336 !important; */
}

.archive-list-border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1b294a !important;
}

.archive-list-date {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	float: left;
}

.archive-list-tag {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	float: right;
	text-transform: uppercase;
}

.archive-list-credits {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*height: 60px;*/
}

.archive-list-descr {
	font-size: 13px;
	font-weight: 300;
	/* height: 80px; */
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-tags {
	font-size: 13px;
	font-weight: 300;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.archive-list-webinar-tag {
	font-weight: 600;
	line-height: 16px;
	background: #e30613;
	color: white;
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
	padding: 5px;
}

.archive-list-image-content {
	max-height: 120px;
	height: 120px;
	position: relative;
}

.archive-list-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-list-link-content {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

.archive-list-link {
	font-size: 23px;
	font-weight: 400;
	background: #708186;
	border-style: solid;
	border-color: #708186;
	border-width: 1px;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

.archive-list-link:hover, .archive-list-link:active, .archive-list-link:visited
	{
	color: white;
}

.archive-list-link img {
	width: 20px;
	margin-left: 5px;
}

.archive-pagination li a {
	background-color: transparent !important;
	border: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #1b294a;
	text-transform: uppercase;
	padding: 0px;
}

.archive-navigator-previous {
	text-align: left;
}

.archive-navigator-previous li a:before {
	content: "\2190 \0020";
}

.archive-navigator-after li a:after {
	content: "\0020 \2192";
}

/* ****** */
/* BADGES */
/* ****** */
body {
  counter-reset: badge;
}
.badges-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.badges-inner {
  height: 100%;
  position: relative;
  padding: 0 0 0 50px;
  left: 0;
  margin: 0;
  transition: all 1s;
}
.badges-inner .badge {
  height: 100%;
  float: left;
  list-style: none;
  padding: 0;  
  margin: 0 50px 0 0;  
}
.badges-inner .badge:before {
  counter-increment: item;
  content: counter(item);
}
.badges-left, .badges-right {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;  
}
.badges-left:before, .badges-right:before {
  content: "";
  background: #666;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
}
.badges-left:hover:before, .badges-right:hover:before {
  opacity: 0.8;
}
.badges-left {
  left: 0;
}
.badges-right {
  right: 0;
}
.badges-left:before, .badges-right:before {
  background: url(https://i.imgur.com/Ej5hS07.png) no-repeat;
  width: 50px;
}
.badges-left:before {
  left: 0;
  background-position: -20% center;
}
.badges-right:before {
  right: 0;
  background-position: -40px center;
}

/* ************************************************************************************************** */

/* ****************** */
/* MEDIA X RESPONSIVE */
/* ****************** */
@media ( min-width : 992px) and ( max-width : 1280px) {
	.container {
		width: 970px;
	}
	.section {
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-header {
		height: 350px;
	}
}

@media ( max-width : 991px) {
	.container {
		width: 100%;
	}
	.nav>li>a {
		margin-right: 15px;
		font-size: 14px;
	}
	.section {
		padding-left: 50px;
		padding-right: 50px;
	}
	.section-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-right {
		float: left !important;
	}
	.col-centered {
		float: left !important;
		margin: unset;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-header {
		height: 300px;
	}
	.person-main {
		padding-left: 20px;
		padding-right: 20px;
		height: 330px;
	}
	.person-main-divider::after {
		left: -40px;
	}
	.dialogform-column {
		width: 100%;
	}
	.homeSeparator::before {
		left: 70px;
	}
	.homeSeparator::after {
		right: 67px;
	}
	.column-list ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.modal-dialog {
		margin: 20px auto;
		/* width: 90%; */
	}
	.modal-dialog-news {
		width: 90%;
	}
	.modal-dialog-privacy {
		width: 90%;
	}
	
	.modal-dialog-cookie {
		width: 100%;
	}
}

@media ( max-width : 767px) {
	.container {
		width: 100%;
	}
	.header-company-title h2 {
		font-size: 28px;
		line-height: 32px;
	}
	.logo {
		max-height: 40px;
	}
	.navbar {
		min-height: 30px;
	}
	.navbar-nav {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.navbar-collapse {
		padding-right: 10px;
		padding-left: 10px;
	}
	.headerMenuSubNav li a {
		color: white;
	}
	.main-header {
		height: 250px;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color: #eaedef;
		text-decoration: none;
		background-color: unset;
		background-image: unset;
	}
	.dropdown-submenu>a::after {
		border-left-color: white;
	}
	.section {
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.col-right {
		float: left !important;
	}
	.col-centered {
		float: left !important;
		margin: unset;
	}
	.section-xs {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-title-red {
		font-size: 32px;
		line-height: 36px;
		font-weight: 500;
		height: 40px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.col-md-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.vertical-align {
		display: block;
		align-items: center;
		justify-content: center;
		flex-direction: none;
	}
	.person-main {
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
	}
	.person-main-company {
		height: auto;
	}
	.person-main-divider::after {
		left: 0px;
	}
	.dialogform-column {
		width: 100%;
	}
	.homeSpot {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home-spot {
		margin-bottom: 25px;
		height: auto;
	}
	.column-list ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.modal-dialog {
		margin: 20px auto;
		/* width: 90%; */
	}
	.modal-dialog-news {
		width: 90%;
	}
	.modal-dialog-privacy {
		width: 90%;
	}
	
	.modal-dialog-cookie {
		width: 100%;
	}
	
	.cookieLawPanelTop {
		padding: 10px 10px 10px 10px;
		height: auto;
		max-height: unset;
	}
	.cookieLawPanelBottom {
		padding: 10px 10px 10px 10px;
		height: auto;
		max-height: unset;
	}
	.cookieLawPanel-content {
		overflow-y: scroll;
		max-height: 180px;
	}
	.cookieLawPanel-buttons {
		height:auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.cookieLawPanel-button {
		padding: 5px;
	}
}

@media ( min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media ( min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}