/* CSS Document - MAIN */

:root {
	--global-color-fl-main: #1f3048;
	--global-color-fl-video: #1cbdcd;
	--global-color-fl-video-bg: #515253;
	--global-color-fl-text:#3f3f3f;
	--global-color-fl-grey: #676767;
	--global-color-fl-grey-light: #e8e8e8;
	--global-color-fl-grey-dark: #272727;
	--global-color-fl-grey-text: #7e7e7e;
	--global-color-fl-grey-menu-br: #b5b5b5;
}

body {
	font-family: 'Inter';
	/*padding-top:36px;*/
	font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
	color: var(--global-color-fl-text) !important;
}
body.has-skin {
	padding-top:130px;
}
@media (max-width:575.98px){
	body.has-skin {
		padding-top:130px;
	}
}

#dailymotion-pip-small-viewport {
  --position-bottom: 0px;
}

.socials button {
	position: relative;
	overflow:hidden !important;
}
.socials button span {
	position: absolute;
	top:100%;
}
.socials a {
	position: relative;
	overflow:hidden !important;
}
.socials a span {
	position: absolute;
	top:100%;
}

.container-error-404 {
	z-index: 5; 
	position: relative; 
	background: #fff;
}
.container-error-404 .page-header {
	padding-top:40px; 
	padding-bottom:40px;
}
.container-error-404 .error-404 {
	padding-top:40px; 
	padding-bottom:40px;
}

.hide {
	display:none !important;
}

.noscroll {
	overflow: hidden;
}

#ot-sdk-btn-floating.ot-floating-button {
	display:none !important;
}

/* tag */

a {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	color:var(--global-color-fl-text) !important;
	text-decoration:underline;
	text-decoration-color: #999;
	outline: none;
}
a:hover, a:focus , a:active {
	text-decoration:underline;
	text-decoration-color: #1f6fb8;
	outline: none;
}

b, strong {
    font-weight: bold !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
}

h1 {
	font-family: 'Roboto';
	font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
	color: var(--global-color-fl-main) !important;
}

article .article-main {
	display:block; 
	float:left;
	clear:both; 
	vertical-align: top; 
	width:calc(100% - 324px);
}
article .article-side {
	position:relative;
	display:block; 
	float:left; 
	clear:both; 
	vertical-align: top; 
	width:324px; 
}
@media (max-width:991.98px){
	article .article-main {
		float:none;
		width:100%;
	}
	article .article-side {
		float:none;
		width:100%;
		min-height:700px;
	}
}

.single h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
	color: var(--global-color-fl-main);
}
.single h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.single h3 {
	display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
	color: #1f6fb8;
}
.single h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}
.single h5 {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}
.single p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
.single .eyelet {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-main > *{
	margin-top:0;
	margin-bottom:0;
}

.separator {
	margin: 0 !important;
	padding:0;
	border-top:solid 1px #c9c7c5;
}
.separator .container {
	z-index: 5;
	height:50px;
	margin-top:-1px;
	background-color: #fff;
	border-top:solid 1px #c9c7c5;
}
.separator-upsidedown {
	margin: 0 !important;
	padding:0;
	border-bottom:solid 1px #c9c7c5;
}
.separator-upsidedown .container {
	z-index: 5;
	height:50px;
	margin-bottom:-1px;
	background-color: #fff;
	border-bottom:solid 1px #c9c7c5;
}
.separator.separator-sidebar {
	margin: 0 !important;
	padding:0;
	border-top:solid 0px #c9c7c5;
	height:35px;
}

.container-separator {
	background-color: #fff;
}
.container-separator hr {
	margin:30px 0;
	height: 4px;
	background-color: var(--global-color-fl-grey-light);
	opacity: 1;
	border:none !important;
}

.container-separator-title {
	position:relative;	
	color:var(--global-color-fl-main) !important;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	font-size: 19px;
}
.container-separator-title hr {
	margin:0;
	height: 4px;
	background-color: var(--global-color-fl-grey-light);
	opacity: 1;
	border:none !important;
}
.container-separator-title span {
	position: relative;
	display:inline-block;
	padding-bottom:6px;
}
.container-separator-title span small {
	font-size: 10px !important;
	color:#3f3f3f !important;	
}
.container-separator-title span b {
	z-index: 1;
	position: absolute;
	display:block;
	margin:0;
	padding:0;
	bottom:-4px;
	left:0;
	width:calc(100% + 15px);
	height: 4px;
	background-color:var(--global-color-fl-main);
}
.container-separator-title span.side{
	color: #333;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
	padding-left: 15px;
}

.has-error {
	border:solid 1px #C30000;
}

.equal, .row.equal {
    display: flex;
    flex-wrap: wrap;
}

/* ONETRUST */
#ot-sdk-btn.ot-sdk-show-settings, 
#ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    border: 0 !important;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
        transition-duration: 0.1s;
        transition-delay: 0s;
}
#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    color: #fff !important;
    background-color: transparent !important;
}
/* ONETRUST */

/* REPUBBLICA */
.rep-page-header_nav { top: 0px !important; position: relative !important; }
.rep-page-footer__bottom a { color: #fff !important; }
.rep-page-footer ul li a { color: #fff !important; }
/* REPUBBLICA */

/* COMPONENTS */
#videoplayerbox 
{
	z-index: 10000;
	position:fixed;
	left:50%;
	bottom:10px;
	transform:translateX(-50%);
}
#videoplayerbox #videoplayerbox-wrapper 
{
	display:block;
	position:absolute;
	background-color: #515253;
	width:316px;
	padding:5px;
	bottom:0;
	right:12px;
}
#videoplayerbox #videoplayerbox-inner 
{
	display:block;
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#videoplayerbox #videoplayerbox-close
{
    z-index: 6;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    background-color: rgba(81, 82, 83, 0.7);
    cursor: pointer;
}
#videoplayerbox .videoplayerbox-muted
{
	z-index: 5;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	cursor: pointer;
}
#videoplayerbox .videoplayerbox-muted i 
{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	color:#fff;
	transform: translate(-50%, -50%);
}
#videoplayerbox .videoplayerbox-skip 
{
	z-index: 6;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 4px 6px;
	background-color: rgba(81, 82, 83, 0.7);
}
#videoplayerbox .videoplayerbox 
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#videoplayerbox .videoplayerbox-more
{
	z-index: 6;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	background-color: rgba(81, 82, 83, 0.7);
	padding: 0 6px;
}
#videoplayerbox .videoplayerbox-more a
{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 12px !important;
}

@media (min-width: 767.99px) {
	#videoplayerbox #videoplayerbox-wrapper 
	{
		width:350px;
		right:30px;
	}
}

#page-loader {
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color: #fff;	
	display: none;
	z-index: -1;
	opacity:0;
}
#page-loader.visible {
	opacity:1;
}
#page-loader.active {
	display: block;
	z-index: 100000;
}
#page-loader #sharp {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-100%, -50%);
}
#page-loader #ics {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(0, -50%);
}

.fl-title {
	position:relative;
	display:block;
	margin:0 0 20px;
	padding:0 0 5px;
	border-bottom:solid 1px #c9c7c5;
	font-size:18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color:var(--global-color-fl-main);
}
.fl-title span {
	position: relative;
	display:inline-block;
}
.fl-title span b {
	position: absolute;
	display:block;
	margin:0;
	padding:0;
	content: '';
	bottom:-6px;
	left:0;
	width:calc(100% + 15px);
	height: 4px;
	background-color:var(--global-color-fl-main);
}
.fl-title .fl-title-btn {
	position:absolute;
	top:0;
	right:0;
	text-decoration:none !important;
}

@media (max-width:575.98px){
	
	.fl-title {
		margin-bottom:45px;
	}
	
	.fl-title .fl-title-btn {
		top:30px;
	}
}

#fl-pagination {
	position: relative;
	z-index: 1;
	display: block;
	clear: both;
	padding: 0 15px;
	text-align: center;
	background-color: #fff;
}
#fl-pagination .fl-pagination-btn {
	display:inline-block;
	margin:0 1px;
	padding:0px 10px;
	text-decoration: none;
	background-color:#f8f8f8;
}
#fl-pagination a.fl-pagination-btn:hover {
	background-color:#e8e8e8;
}
#fl-pagination span.fl-pagination-btn {
	color:#ccc;	
}
#fl-pagination span.fl-pagination-crt {
	display:inline-block;
	margin:0 1px;
	padding:0px 10px;
	color:#fff;
	background-color: var(--global-color-fl-main);
}

@media (max-width:991.98px){
	.company-header .company-header-name h1 {
		font-size:25px !important;
	}
	.company-header .company-header-name a {
		font-size:11px !important;
	}
}	

/* POST TYPE: PAGE */
#trending-sidebar {
	border-bottom: solid 1px #fff;
	margin-bottom: 35px;
}
#trending-sidebar > a {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: -10px;
}
#trending-sidebar .news-box {
	padding-bottom:15px !important;
    margin-bottom:15px !important;
	border-bottom:solid 1px #e8e8e8 !important;
}
#trending-sidebar .news-box small {
	font-size:11px !important;
}
#trending-sidebar .news-box .title {
	font-size:15px !important;
	color:var(--global-color-fl-text) !important;
}

#video-sticky-sidebar {
	margin-bottom: 35px;
}

#video-sticky-sidebar > a {
  display: block;
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: -20px;
}

#fl-page {
	z-index: 1;
	position: relative;
	background-color: #fff;
	padding-top:35px;
	padding-bottom:120px;
}
#fl-page .entry-title {
	text-transform: uppercase;
	margin:0 0 35px;
}
#fl-page h4{
	margin-top:35px;
}

#site-map > div {
	position:relative;
	margin-bottom:35px;
}
#site-map > div:after {
	position: absolute;
	content:'';
	top:0;
	right:0;
	width:1px;
	height:100%;
	background-color: #e8e8e8;
}
#site-map ul {
	list-style:none;
	margin:0 0 25px 0;
	padding:0;
}
#site-map ul li {
	position:relative;
	margin-bottom:15px;
	/*padding-left:18px;*/
}
#site-map ul.sub {
	list-style:none;
	margin:-20px 0 0 10px;
	padding:0;
	font-size:14px;
}
#site-map ul.sub li {
	position:relative;
	margin-bottom:10px;
}

/* SHARE */

#component-share {
	color: #666;
	margin-bottom:1rem;
}
#component-share b {
	display:block; 
	margin-bottom:5px;	
}

#component-share #share-links button {
	position: relative;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    height: 29px;
    width: 29px;
    margin-right: 6px;
    padding:0;   
    text-align: center;
    text-decoration: none;	
    background-color: #999;
	border:none;
	overflow:hidden !important;
}
#component-share #share-links button:hover {
	color:#fff !important;	
}

#component-share #share-links button.button_facebook:hover {
    background-color: #3c5a99;
}
#component-share #share-links button.button_twitter:hover {
    background-color: #28a9e2;
}
#component-share #share-links button.button_linkedin:hover {
    background-color: #0b2b5c;
}
#component-share #share-links button.button_whatsapp:hover {
    background-color: #25D366;
}
#component-share #share-links button.button_messenger:hover {
    background-color: #0488f1;
}
#component-share #share-links button.button_telegram:hover {
    background-color: #32afed;
}
#component-share #share-links button.button_email:hover {
    background-color: var(--global-color-fl-main);
}
#component-share #share-links button span {
	position: absolute;
	top:100%;
}

/* TAGS */

#component-tags {	
	color: #666;
	margin-bottom:25px;
}
#component-tags b {
	display:block; 
	margin-bottom:5px;	
}
#component-tags #tag-links a {
    position: relative;
    display: inline-block;
    background-color: var(--global-color-fl-main) !important;
    color: #ffff !important;
	height:25px;
    padding: 0 10px;
	padding-top:7px;
	margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
	line-height: 1;
    text-decoration: none;
	text-transform: lowercase;
}

@media (max-width:575.98px){
	
	#component-share #share-links button {
		margin: 0px 6px 12px 0;
	}
	
	#component-tags #tag-links a {
		height: auto;
		padding: 18px 18px;
		margin: 0px 8px 8px 0;
	}
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 0px;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
	margin-bottom:25px;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* SEARCH */

.search .page-header {
    padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.search .search-result-count {
	margin:20px auto;
	padding-bottom:20px;
	text-align: center;
	border-bottom:solid 1px #c9c7c5;
}
.search article {
	margin-top: 40px;
}

.tag .page-header {
    padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.tag .search-result-count {
	margin:20px auto;
	padding-bottom:20px;
	text-align: center;
	border-bottom:solid 1px #c9c7c5;
}
.tag article {
	margin-top: 40px;
}

/* CHECKBOX AND RADIO */
.checkbox-custom {
	display: block;
	position: relative;
	font-size:13px;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-custom label{
	display: inline-block;
	position: relative;	
	margin-right: 10px;
}
.checkbox-custom label small {
	display: inline-block;
	padding: 3px 0px 0px 30px;
	text-transform: none;
	font-size:100%;
	font-weight:normal;
	line-height: 1.6;
}
.checkbox-custom label.extra small {
	padding: 3px 0px 0px 0px;
}
.checkbox-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #e8e8e8;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.checkbox-custom:hover input ~ .checkmark {
	background-color: #ccc;
}
.checkbox-custom input:checked ~ .checkmark {
	background-color: var(--global-color-fl-main);
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-custom input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-custom .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-custom.form-check-inline {
	display: inline-block;
}
.checkbox-custom.form-check-inline label {
	margin-right: 0px;
	margin-top:10px;
}

.has-error .checkbox-custom .checkmark {
	border-bottom: solid 1px #a94442;
}

.radio-custom {
	display: block;
	position: relative;
	font-size:13px;	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio-custom label{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.radio-custom label small {
	display: inline-block;
	padding: 3px 0px 0px 30px;
	text-transform: none;
	font-size:100%;
	font-weight:normal;
	line-height: 1.6;
}
.radio-custom label.extra small {
	padding: 3px 0px 0px 0px;
}
.radio-custom input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.radio-custom .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.radio-custom:hover input ~ .checkmark {
	background-color: #ccc;
}
.radio-custom input:checked ~ .checkmark {
	background-color: var(--global-color-fl-main);
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.radio-custom input:checked ~ .checkmark:after {
	display: block;
}
.radio-custom .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.has-error .radio-custom .checkmark  {
	border-bottom: solid 1px #a94442;
}

@media (max-width:575.98px){
	.table-responsive {
		border-right: solid 1px #e8e8e8;
	}
}

/*
* {
	  scrollbar-width: thin;
	  scrollbar-color: #999999 #e8e8e8;
}
*::-webkit-scrollbar {
	width: 12px;
}
*::-webkit-scrollbar-track {
	background: #e8e8e8;
}
*::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 0;
	border: 1px solid #999999;
}
*/

