/* personalizzazioni tema */
section { padding: 60px 0; overflow: hidden; }


a:hover, a:focus {
    color: #2c6aaa;
}


.text-golden, .btn-link.text-golden, a.text-golden-hover:hover {
	color: #7C4718;
}
.text-golden-brown, .btn-link.text-golden-brown, a.text-golden-brown-hover:hover {
	color: #7C4718;
}

.btn.btn-golden-brown {
	background: #7C4718;
	border-color: #7C4718;
	color: #ffffff;
}
.bg-golden-brown {
	background-color: #7C4718;
}


.bg-tema-light { background-color:#f08019; }
.bg-tema-dark { background-color:#1b1f26; }

.text-tema-light, .btn-link.text-tema-light, a.text-tema-light-hover:hover { color: #f08019; }
.text-tema-dark, .btn-link.text-tema-dark, a.text-tema-dark-hover:hover { color: #1b1f26; }

.btn.btn-dark-tema-slide { background: #f08019; border-color: #f08019; color: #fff; }
.btn.btn-dark-tema-slide:hover, .btn.btn-dark-gray:focus { background: transparent; border-color: #fff; color: #fff; }

.btn.btn-dark-tema { background: #f08019; border-color: #f08019; color: #fff; }
.btn.btn-dark-tema:hover, .btn.btn-dark-gray:focus { background: transparent; color: #f08019; }

.btn.btn-transparent-dark-tema { background: transparent; border-color: #f08019; color: #f08019; }
.btn.btn-transparent-dark-tema:hover, .btn.btn-transparent-white:focus { background: #f08019; border-color: #f08019; color: #fff; }

/* slider */

.bg-gradient-white-trasparent-sx {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0) 60%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0) 60%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,0) 60%);
}

.bg-gradient-white-trasparent-top {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.98) 8%, rgba(255,255,255,0) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.98) 8%, rgba(255,255,255,0) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,0.98) 8%, rgba(255,255,255,0) 50%);
}

.bg-gradient-tema-dark {
	background: rgb(20,21,39);
	background: -moz-linear-gradient(180deg, rgba(20,21,39,0.2105042700674019) 0%, rgba(20,21,39,0.6502801804315477) 100%);
	background: -webkit-linear-gradient(180deg, rgba(20,21,39,0.2105042700674019) 0%, rgba(20,21,39,0.6502801804315477) 100%);
	background: linear-gradient(180deg, rgba(20,21,39,0.2105042700674019) 0%, rgba(20,21,39,0.6502801804315477) 100%);
}

.cover-texture {
	background-image: url('/files/usr/svg/sfondo-slide-logo-sdfattori.svg');
	background-size: cover;
}

.rounded-circle {
	border-radius: 5% !important;
}


/* accordion */

.border-color-tema {
  border-color: #ffcc2e !important;
}


.max-h-70px {
  max-height: 70px;
}
 

.max-h-60px {
  max-height: 60px;
}

/* Cookie Policy*/
._CookieScriptReportPageTableTh:nth-of-type(1), ._CookieScriptReportPageTableTh:nth-of-type(2), ._CookieScriptReportPageTableTh:nth-of-type(3) {
    width: 15%;
}


.mod_devprivacy ul {
    padding-left: 2rem;
}



/* tag */
.tag-cloud a { display: inline-block; text-align: center; font-size: 12px; line-height: 20px; margin: 0 6px 10px 0; padding: 5px 18px 6px; border-radius: 20px; border: 0px solid #e4e4e4; background: #1f232c; color: #FFF; text-transform: uppercase;}
.tag-cloud a:hover, .tag-cloud a.active { box-shadow: 0 0 10px rgba(23,23,23,.2); color: #F4D956 }
.tag-cloud-light a { display: inline-block; text-align: center; font-size: 12px; line-height: 20px; margin: 0 6px 10px 0; padding: 5px 18px 6px; border-radius: 20px; border: 0px solid #e4e4e4; background: #F4D956; color: #FFF; text-transform: uppercase;}
.tag-cloud-light a:hover, .tag-cloud-light a.active { box-shadow: 0 0 10px rgba(23,23,23,.1); color: #828282 }


/* Search */
.bg-search { background-image: url('/files/usr/svg/pattern-cyclinglands-newslist.svg'); background-size: cover;}

/* Header */
.navbar-brand { margin-right: 0; font-size: 0; display: block; }


/* header navigation dark */
.top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover { color: #ff7a56 !important; cursor: pointer; }

/* header logo */
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img { max-height: 200px; padding-top:25px;}
header .navbar .navbar-brand .default-logo, header.sticky .navbar-brand .alt-logo, header .sidebar-nav-menu .navbar-brand .default-logo { visibility: visible; opacity: 1; width: 600px/*auto*/; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}

header.sticky .navbar .navbar-brand .default-logo 
	{width: 400px; !important
	 padding-bottom: 25px;	!important	
	}

/* header navigation spacing */
.navbar .navbar-nav .nav-link { padding: 25px 0; font-weight: 300; font-size: 14px; margin: 0 18px; word-break: normal; }

/* menù link */
.navbar-light .navbar-nav .nav-link:hover {color: #ffcc2e !important; }
.navbar.navbar-light .navbar-nav .nav-link.active {color: #232323 !important; font-weight: 600;}
.navbar.navbar-light .navbar-nav > .dropdown.active > a {color: #232323 !important; }

/* top bar */
.top-bar-contact .top-bar-contact-list { border-right: none; border-left: none; padding: 9px 5px; font-size: 13px; display: inline-block; float: left; }
.top-bar-contact .top-bar-contact-list:last-child { border-right: none; border-left: none; padding-right: 0px;}
.top-bar-contact .top-bar-contact-list:first-child {border-left: none;}

/* header search form */
.form-wrapper { background: rgba(31,35,44,.9); width: 100%; left: 0; top: 0; overflow: hidden !important; transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; display: block !important; height: 100%; position: fixed; visibility: hidden; opacity: 0; z-index: 999; background-image: url("/files/usr/svg/pattern-cyclinglands.svg"); background-size: cover; background-repeat: no-repeat;}


/* Page title */
.page-title-small h1 { font-size: 18px; line-height: 20px; text-transform: uppercase; letter-spacing: 20px;}

.bg-gradient-white-trasparent-top-title {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0) 100%);
}

/* blog metro */
.blog-metro .blog-post .blog-post-image .blog-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgb(31,35,44); background: linear-gradient(0deg, rgba(31,35,44,0.95) 0%, rgba(23,23,23,0) 88%); transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.blog-metro .post-details .blog-category { font-size: 9px; line-height: 20px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 6px 13px; background: rgba(20,21,22,.7); border-radius: 2px; }
.blog-metro .post-details .blog-category:hover, .blog-metro .post-details .blog-category:active, .blog-metro .post-details .blog-category:focus {background: #fff; color: #232323; xxbox-shadow: 0 0 20px rgba(23,23,23,.2);}

/* Footer */
footer .footer-logo img { max-height: 150px; }

/* Home and other pages */
.home-startup .rs-btn:hover .fa-play { color: #ff6437 !important; }

/* finance */
.footer-finance.footer-light a:hover { color: #232323;}

/* magazine */
.home-magazine.blog-metro .post-details .blog-category { font-size: 9px; line-height: 20px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 6px 13px; background: #c89965; border-radius: 2px; }

/* Pulsanti */
.btn.btn-orange { background: #fd961e; border-color: #fd961e; color: #ffffff; }
.btn.btn-orange:hover, .btn.btn-neon-orange:focus { background: transparent; color: #fd961e; }


/* Fix per elenchi puntati ul */
dl, ol,  {
	padding-left: 40px;
}

.widget-recaptcha {
    margin-bottom: 25px;
}


/* fix sfondo cookie consent */
.cc-floating.cc-theme-classic, .cc-banner {
    background-color: #212529;
}

.cc-btn {
    background: #999;
    color: #212529 !important;
}

.cc-banner .cc-message {
    color: #fff;
}

.cc-banner a, .cc-message a {
    color:  #fff;
}

/* tutte le classi associate ai form field vengono inserite nel div contenitore con il prefisso form-row-* */

.form-row-text-center {
    text-align: center;
}
/***/
@media (max-width: 991px) {
    .dd-desktop {
        display: none;
    }
}

@media (min-width: 991px) {
    .dd-mobile {
        display: none;
    }
}

.nav-3rd-level-link {
    color: #828282 !important;
}

@media (max-width: 991px) {
ul li a.dd-mobile {
    display: block;
    width: 48px;
    height: 48px;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 50px;
}
}

.invisible {
    display: none;
}
/**/

.widget label {
    padding-left: 0 !important;
    margin-bottom: 15px !important;
    padding-bottom: 0;
    font-weight: bold;
    color: black;
    
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 90px;
}

a.cmd-menu-uppercase {
	text-transform: uppercase;
}

.mark,mark{padding:.2em;background-color:#F4D956}

.cover-texture-color {
	background-image: url('/files/usr/svg/pattern-cyclinglands.svg');
	background-size: cover;
}

.cover-texture-grey {
	background-image: url('/files/usr/svg/pattern-cyclinglands-newslist.svg'); 
	background-size: cover;
}

.slide-bg {
	background-image: url('/files/usr/svg/sfondo-slide.svg'); 
	background-size: cover;
}

.cover {
    background-size: cover;
}

.text-right {
	text-align: right !important;
}

