/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 992px) {
	main#page {
		padding-top: 120px !important;
	}
}

#main, #wrapper {
	    background: #f6f6f6;
}

.page-header h1 {
    color: #039a9a;
    letter-spacing: -1px;
    font-size: 45px;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.breadcrumb li:last-child a {
    color: #039a9a;
}

input.input-group.form-control:focus {
	border: 2px solid #e69296;
}

.contact-item .icon {
	font-size: 50px !important;
}

.alert {
	margin-bottom: 15px;
}
.card-block {
    padding: 2rem;
}

form .form-footer {
	margin-top: 20px;
}

.ui-menu.ui-widget {
    background: #039a9a;
    width: 40vw !important;
    left: auto !important;
    right: 20px;
}

.ui-menu.ui-widget .ui-menu-item a {
	padding: 6px 15px;
	color: #ffffff; 
	font-size: 13px;
}

.ui-menu.ui-widget,
.ui-menu.ui-widget .ui-menu-item a {
	border-radius: 0;
}

.ui-menu.ui-widget .ui-menu-item .ui-state-hover,
.ui-menu.ui-widget .ui-menu-item .ui-state-focus {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
	color: #039a9a; 
}

.custom-checkbox input[type="checkbox"]:checked + span {
	  border-color: #039a9a;
	  background: #039a9a;
}

.r-column h1 {
    font-weight: 500;
    color: #039a9a;
}

h6, .h6, .product-miniature .product-title, .r-column h1 {
	font-family: 'Roboto Slab', serif;
	text-transform: none !important;
	letter-spacing: -0.5px;
}

.sidebar .h6, 
.contact-item .icon,
#custom-text p.h6 {
	color: #039a9a;
	padding-bottom: 10px;
	font-size: 21px;
	text-overflow: inherit;
}

#custom-text p.h6 {	
	border-bottom: 0 none;
	margin-bottom: 0;
}

#custom-text .leftTextBlock.blue p.h6 {
	color: #3269a5;
}

#custom-text .leftTextBlock.grey p.h6,
#left-column #dnewsletter p.text-uppercase {
	color: #777;
}

#left-column #dnewsletter p.text-uppercase {
    font-family: 'Roboto Slab', serif;
    text-transform: none !important;
    letter-spacing: -0.5px;
    padding-bottom: 0;
    font-size: 21px;
    margin-bottom: 5px;
}

#left-column #dnewsletter {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    background-color: #efefef;
}

#search_filters_wrapper {
	clear: both;
}

#search_filters .facet .facet-title {
	font-size: 14px;
	font-weight: bold;
	display: block;
    color: #333;
    text-transform: none;
    margin-bottom: 5px;
}

#left-column #search_filters_wrapper {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background-color: #fbfbfb;
}

#left-column #search_filters_wrapper .h6 {
    font-family: 'Roboto Slab', serif;
    text-transform: none !important;
    letter-spacing: -0.5px;
    padding-bottom: 0;
    font-size: 21px;
    margin-bottom: 10px;
    color: #777;
    border-bottom: 0 none;
}

#left-column #search_filters_wrapper .h6:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: right;
    font-weight: 900;
    content: "\f002";
}

#left-column #search_filters_wrapper #search_filters .btn {
    margin: 0;
}

.sidebar #custom-text p.h6:before {
	content: "";
	background-color: transparent;
}

.header_user_info a i.fa.fa-caret-down {
    display: none;
	visibility: hidden;
}

#custom-text {
	padding: 0;
	border-radius: 0;
	text-align: left;
	margin-bottom: 15px;
	background: transparent;
}

#custom-text .leftTextBlock {
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#custom-text .leftTextBlock.green {
	background-color: #d4e8e8;
}

#custom-text .leftTextBlock.blue {
	background-color: #dbe3ea;
}

#custom-text .leftTextBlock.grey {
	background-color: #eee;
}

#custom-text .leftTextBlock p.h6 i,
#dnewsletter p.text-uppercase i {
    float: right;
}

.page-heading,
#products .page-not-found #_desktop_search_bar .search-btn, 
#pagenotfound .page-not-found #_desktop_search_bar .search-btn {
	background: #039a9a;
}

#products .page-not-found #_desktop_search_bar .input-text, 
#pagenotfound .page-not-found #_desktop_search_bar .input-text,
#products .page-not-found #_desktop_search_bar .search-btn, 
#pagenotfound .page-not-found #_desktop_search_bar .search-btn {
	border-radius: 0;
}

h2.page-heading.product-listing.catalog-title {
	padding: 7px 15px;
}

.product-miniature .thumbnail-wrapper {
    padding-top: 0;
}

.pagination a {
	border: 1px solid #039a9a;
	color: #039a9a;
}

.pagination a:hover,
.pagination a:focus {
	border: 1px solid #039a9a;
	color: #fff;
	background: #3fbfbf;
}

.pagination a.disabled,
.pagination a.disabled:hover,
.pagination a.disabled:focus {
    border-color: #ccc;
	color: #ccc;
	background: #efefef;
	cursor: default;
}

.pagination .current a,
.pagination .current a:hover,
.pagination .current a:focus {
	border-color: #039a9a;
	background: #039a9a;
	color: #fff;
	cursor: default;
}

.sidebar .h6:after {
    border-top: 0 none;
	float: left;
}

.grid .display-view .show_grid, .list .display-view .show_list, .display-view .view-item:hover, .contact-rich .block .icon {
  color: #039a9a; 
}

.products-sort-order .select-title {
    background: #039a9a; 
}

.products-sort-order .show .select-title {
    background: #007171;
}

.dropdown-menu {
  color: #039a9a;
  min-width: 100%;
}

.dropdown-menu > a:hover, .dropdown-menu li > a:hover {
    background: #039a9a;
}

select, select.form-control {
	padding-right: 30px;
	border-radius: 0;
    background: none;
    background-color: #039a9a;
    background-image: url(../css/802f4cfeae7dd6393dd672c3262c0856.svg);
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none;
	-webkit-appearance: none;
}

select option, select.form-control option {
    background: #ffffff;
    color: #039a9a; 
}

select:focus, select.form-control:focus {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url(../css/802f4cfeae7dd6393dd672c3262c0856.svg);
    background-color: #039a9a;
}

.active_filters .filter-block {
    background: #777;
}

/* FOOTER */

.links h3, .links .h3, h3.titleDesk {
    color: #fff !important;
    font-weight: bold;
}

.links li a {
    text-transform: none;
}

.footer-two, .footer-one {
    background: #333333;
	color: #aaa;
}

.footer-two .container {
    padding: 20px 0;
    border-top: 1px solid #aaa;
}

.footer-two .copyright.col-sm-5 {
	max-width: 100%;
    flex: 0 0 100%;
}

.btn-to-top {
    background: #aaa;
    bottom: 70px;
}

.btn-to-top:hover,
.btn-to-top:focus {
    background: #888;
}

img.iconBoxSidebar {
    width: auto;
    height: 20px;
    float: right;
	display: inline-block;
}

img.iconBoxSidebar.cndcec {
	height: 23px;
}
	
/* HEADER */

@media screen and (min-width: 992px) {
	#header.fixed-top .header-nav {
	    border-bottom: 1px solid #e0e0e0;
		opacity: 1;
	}
	
	.header_user_info a {
	    padding: 15px 10px 10px;
	}
	
	#header.fixed-top {
		height: 122px;
	}
	
	#header.fixed-top.hide-bar {
		height: 61px;
	}
	
	#header.fixed-top.hide-bar .header-nav {
		opacity: 0;
	}
	
	#header.fixed-top .header-top {
		position: fixed;
		top: 61px;
		width: 100%;
		background-color: #fff;
		display: block;
	}
	
	#header.fixed-top.hide-bar .header-top {
    	top: 60px;
		border-bottom: 1px solid #e0e0e0;
	}
	
	#header.fixed-top.hide-bar .header-top,
	#header.fixed-top .header-top,
	#header.fixed-top.hide-bar .header-nav,
	#header.fixed-top,
	#header.fixed-top.hide-bar,
	#header.fixed-top .header-nav {
		-webkit-transition: all 0.50s ease-in-out;
		-moz-transition: all 0.50s ease-in-out;
		-ms-transition: all 0.50s ease-in-out;
		-o-transition: all 0.50s ease-in-out;
	}
}

/* HEADER */

#_desktop_logo img {
    width: 250px;
    padding: 0;
}

#_desktop_logo {
    position: fixed;
    top: 10px;
	z-index: 1100;
	margin-left: 15px;
}

#header .inner-wrapper.hidden-md-down {
    vertical-align: top;
    align-content: start;
    align-items: start;
}

.main-menu {
    flex: 0 0 100%;
    max-width: 100%;
}

#header.fixed-top.hide-bar {
    border-bottom: 1px solid #e0e0e0;
	transform: none !important;
}

#header.fixed-top.hide-bar .popover.sub-menu {
    margin-top: 2px;
}

#header #top_hook_wrapper {
	padding-top: 0;
	padding-right: 0;
}

#header.fixed-top.hide-bar #_desktop_user_info,
#header.fixed-top.hide-bar #_desktop_search_bar {
	display: none;
	visibility: hidden;
}
 
#header.fixed-top.hide-bar .main-menu,
.top-menu[data-depth="0"] > li > a,
#header #top_hook_wrapper,
#header.fixed-top.hide-bar #top_hook_wrapper {
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	-ms-transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
}


.header-nav .container .row {
    flex-direction: row-reverse;
}

.top-menu[data-depth="0"] > li > a {
    padding: 22px 0.7em 20px;
}

.top-menu[data-depth="0"] > li > a {
	text-transform: none;
	font-size: 14px;
}

.top-menu[data-depth="0"] > li > a:hover,
.top-menu[data-depth="0"] > li > a:focus {
	color: #039a9a;
}

.top-menu[data-depth="1"] > li, 
#_desktop_user_info .header_user_info .show > .dropdown-menu li {
	margin: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    max-width: 100%;
}

.top-menu[data-depth="1"] > li:last-child, 
#_desktop_user_info .header_user_info .show > .dropdown-menu li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.top-menu[data-depth="1"] > li > a,
#_desktop_user_info .header_user_info .show > .dropdown-menu li a {
    color: #039a9a;
    font-size: 14px;
	text-transform: none;
}

#_desktop_user_info .header_user_info .show > .dropdown-menu li a {
    padding: 0;
}

.top-menu[data-depth="1"] > li > a:hover, 
.top-menu[data-depth="1"] > li > a:focus,
#_desktop_user_info .header_user_info .show > .dropdown-menu li a:hover,
#_desktop_user_info .header_user_info .show > .dropdown-menu li a:focus {
	color: #007171;
	text-decoration: underline;
}

#_desktop_user_info .header_user_info .show > .dropdown-menu li:hover,
#_desktop_user_info .header_user_info .show > .dropdown-menu li:focus,
#_desktop_user_info .header_user_info .show > .dropdown-menu li a:hover,
#_desktop_user_info .header_user_info .show > .dropdown-menu li a:focus  {
	background-color: transparent;
}

@media (min-width: 992px) {
#_desktop_user_info .header_user_info .show > .dropdown-menu {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    top: 50px;
    height: auto;
    padding: 10px 15px;
    overflow: hidden;
}
}

#_desktop_search_bar {
    padding: 8px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin-right: 0;
    flex: none;
    width: auto;
	display: inline-block;
}

#_desktop_user_info {
	width: auto;
	display: inline-block;
}

.header_user_info a, #_desktop_search_bar {
    border: 0 none;
}

.search-bar .input-text {
	border-right: 0;
}

.search-bar .search-btn {
	margin-left: 0;
}

.breadcrumb ol {
    text-align: right;
}

/* BTN & LINK */

a:hover, a:focus {
  color: #039a9a; 
}

.page-footer a {
    background: #777; 
}

.page-footer a:hover, 
.page-footer a:focus,
.page-footer a:active {
  background: #555; 
}

.page-my-account #content .links a .link-item:hover {
   background: #039a9a; 
   border-color: #007171;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.search-bar .search-btn {
  background: #039a9a;
  padding: 1rem 1.5rem;
}

.btn a,
.btn a:hover,
.btn a:focus {
  color: #ffffff !important;
}

.btn.btn_skine-two,
.btn.btn_skine-two:hover,
.btn.btn_skine-two:focus {
	background: #777777;
	padding: 1rem 1.5rem;
}

.pb-center-column .courseSubscr a,
#left-column #custom-text a.btnLeftTextGreen {
    background: #039a9a !important;
    border: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    outline: none;
    padding: 17px 38px !important;
    padding: 1.06em 2.36em;
    position: relative;
    font-size: 16px !important;
    font-weight: 300 !important;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    text-transform: uppercase;
    width: auto !important;
}

.pb-center-column .courseSubscr a {
    margin-top: 15px !important;
}

#left-column #dnewsletter .notification.notification-success {
    padding: 7px;
    line-height: normal;
    background-color: #ebf1e5;
    border: 1px dotted #6ca929;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #6ca929;
    font-weight: 600;
}

#left-column #dnewsletter .notification.notification-error {
    padding: 7px;
    line-height: normal;
    background-color: #f1ede5;
    border: 1px dotted #dc8908;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #ec8203;
    font-weight: 600;
}

#left-column #custom-text a.btnLeftTextRed,
#left-column #custom-text a.btnLeftTextGreen,
#left-column #custom-text a.btnLeftTextGrey,
#left-column #dnewsletter button {
	padding: 10px 20px !important;
    font-size: 15px !important;
    line-height: 120%;
	display: block;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
	font-weight: 300 !important;
    text-transform: none;
    width: 100%;
}

#left-column #custom-text a.btnLeftTextGreen:hover,
#left-column #custom-text a.btnLeftTextGreen:focus {
	background: #007171 !important;
}

#left-column #custom-text a.btnLeftTextGrey,
#left-column #custom-text a.btnLeftTextGrey,
#dnewsletter button {
	background: #777;
	border: 1px solid #555;
}

#left-column #custom-text a.btnLeftTextGrey:hover,
#left-column #custom-text a.btnLeftTextGrey:focus,
#dnewsletter button:hover,
#dnewsletter button:focus {
	background: #555;
}

.btn.btn_skine-two{
	background: #777777;
}

.btn.btn_skine-two:hover,
.btn.btn_skine-two:focus {
	background: #555555 !important;
}

.btn.disabled, 
.btn:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-tertiary.disabled,
.btn-tertiary:disabled {
    background: #039a9a; 
	opacity: 0.5;
}
 
.btn:hover, 
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus,
.search-bar .search-btn:hover,
.search-bar .search-btn:focus,
.btn:hover a, 
.btn:focus a,
.btn-primary:hover a,
.btn-primary:focus a,
.btn-secondary:hover a,
.btn-secondary:focus a,
.btn-tertiary:hover a,
.btn-tertiary:focus a,
.search-bar .search-btn:hover a,
.search-bar .search-btn:focus a,
.pb-center-column .courseSubscr a:hover,
.pb-center-column .courseSubscr a:focus {
	background: #007171 !important;
	color: #ffffff !important; 
    text-decoration: none !important;
}

.btn:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.search-bar .search-btn:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255, 0.25);
    box-shadow: 0 0 0 2px rgba(255,255,255, 0.25);
}

.btn:active,
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active {
	background: #007171;
	color: #ffffff;
	outline: none !important; 
}

.bootstrap-touchspin .btn.btn-touchspin {
	background: #039a9a;
}

.bootstrap-touchspin .btn.btn-touchspin:hover,
.bootstrap-touchspin .btn.btn-touchspin:focus {
	background: #007171;
}

.btn.pull-left,
.btn-primary.pull-left,
.btn-secondary.pull-left,
.btn-tertiary.pull-left {
    background-color: #999 !important;
}

#products.list .btn.disabled.add-cart {
    background: transparent;
    opacity: 0.5;
}

.top-menu[data-depth="0"] > li:last-child > a {
	padding-right: 0;
}

/* SLIDER */

.owl-controls .owl-dot.active, .owl-controls .owl-dot:hover {
    -webkit-box-shadow: inset 0 0 0 30px #6ca929;
    box-shadow: inset 0 0 0 30px #6ca929;
}

.owl-nav > div:hover {
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 30px #599616;
    box-shadow: inset 0 0 0 30px #599616;
    border-color: #599616; 
}

.headerslider-figure button.btn.btn-default {
	background: #6ca929;
}

.headerslider-figure button.btn.btn-default:hover,
.headerslider-figure button.btn.btn-default:focus {
	background: #599616 !important;
}

.header-slide figcaption.caption-description p.slide_title-one {
	font-size: 3em;
	letter-spacing: -1px;
	color: #6ca929;
    text-transform: none;
    font-weight: bold;
}

.header-slide figcaption.caption-description p.slide_title-two {
	font-size: 2em;
    letter-spacing: -1px;
    text-transform: none;
}

.header-slide .caption-description {
    padding: 100px;
    width: calc(100% - 60px);
}

.header-slide.overlay-bg .slide-link:before {
    background: rgba(0, 0, 0, 0.7);
}

.header-slide .headerslider-figure .container {
	width: 1080px;
}

.owl-controls .owl-dot {
	border: 1px solid #fff;
}

/* TOP BANNERS */

.top-banner p {
    text-transform: none;
}

.feature-item .banner-description {
	letter-spacing: -1px;
}

.feature-item .title-one, .feature-item .title-three {
    font-size: 0.29em;
    text-transform: none;
	margin: 0;
}

.feature-item .title-two {
	color: #039a9a;
    text-transform: uppercase;
    font-weight: 700;
	margin: 0;
}

/* TAB PRODOTTI IN HOME */

.productstabs-section.blockDue {
    top: 20px;
    margin-bottom: 70px;
}

#homefeatured.firstBlock {
	margin-top: 50px;
}

.nav.nav-tabs {
    border: 1px solid #039a9a;
}

.nav.nav-tabs .nav-item .nav-link:hover, 
.nav.nav-tabs .nav-item .nav-link.active {
    background: #039a9a;
    color: #ffffff;
}

.owl-nav > div {
	color: #039a9a;
}

.owl-nav > div:hover i,
.owl-nav > div:focus i {
	color: #ffffff;
}

.grid .highlighted-informations .quick-view:hover, 
.grid .highlighted-informations .addToWishlist:hover, 
.grid .highlighted-informations .link-view:hover,
.grid .highlighted-informations .quick-view:active, 
.grid .highlighted-informations .addToWishlist:active, 
.grid .highlighted-informations .link-view:active {
  background: #039a9a;
}

/* TESTIMONIALS */

.testimonials-item .avatar-wrapper:after {
    border: 3px solid #039a9a;
}

/* MANIFACTURER */

.manufacturers-list .owl-nav > div {
	color: #039a9a;
}

.manufacturers-list .owl-nav > div:hover,
.manufacturers-list .owl-nav > div:focus {
    color: #007171;
}

/* SOCIAL & CONTACT */

.block-social a:hover {
	background: #333;
	color: #ffffff; 
}

.block-social a:after {
    -webkit-box-shadow: inset 0 0 0 0 #007171;
    box-shadow: inset 0 0 0 0 #007171;
}

.block-social a:hover:after {
	-webkit-box-shadow: inset 0 0 0 1em #007171;
	box-shadow: inset 0 0 0 1em #007171;
}

.contact-item:nth-child(2n) .icon {
    color: #039a9a;
}

/* VIDEO */

.promo-home .video-promo__play:hover {
    color: #039a9a; 
}

h1 a img#logo-vdesk{
	display:block;
}

h1 a img#logo-vmob{
	display:none;
}  


/* LOGIN PAGE */

#authentication .footer-three, 
#authentication .footer-one, 
#password .footer-three, 
#password .footer-one,
#module-dtcustext-OldAccount .footer-three,
#module-dtcustext-OldAccount .footer-one,
#module-dtcustext-ValidateAccount .footer-three,
#module-dtcustext-ValidateAccount .footer-one {
	display: none !important;
	visibility: hidden !important;
}

#authentication #main, 
#authentication #wrapper {
	background: transparent;
}

#authentication select, 
#authentication select:focus, 
#authentication select.form-control:focus,
#identity select,
#identity select:focus, 
#identity select.form-control:focus,
#contact select,
#contact select:focus {
    border: 1px solid #dcdcdc;
    color: #333;
    padding-right: 30px;
    border-radius: 0;
    background-color: #fff;
    background-image: url(../css/arrowGrey.svg);
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    -webkit-appearance: none;
}


#authentication .footer-two .container,
#password .footer-two .container,
#module-dtcustext-OldAccount .footer-two .container,
#module-dtcustext-ValidateAccount .footer-two .container {
    padding: 20px 0;
    border-top: 0 none;
}

#authentication footer#footer,
#password footer#footer,
#module-dtcustext-OldAccount footer#footer,
#module-dtcustext-ValidateAccount footer#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#authentication #content-wrapper,
#password #content-wrapper,
#module-dtcustext-OldAccount #content-wrapper,
#module-dtcustext-ValidateAccount #content-wrapper {
	margin-bottom: 80px;
}

#authentication #login-form {
	margin: 20px;
}

#password .forgotten-password {
	margin: 40px 20px 20px;
}

#authentication #wrapper, 
#password #wrapper,
#module-dtcustext-OldAccount #wrapper,
#module-dtcustext-ValidateAccount #wrapper {
	background-color: transparent;
}

#authentication #header,
#password #header,
#module-dtcustext-OldAccount #header.fixed-top,
#module-dtcustext-ValidateAccount #header.fixed-top {
    background-color: #fff;
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 58px;
}

body#authentication, 
body#password,
body#module-dtcustext-OldAccount,
body#module-dtcustext-ValidateAccount {
	background-color: #f4f4f4;
    background-image: url(../img/bgLogin.jpg);
    background-size: auto 100%;
}

.page-authentication #content,
.page-password #main {
    max-width: 700px;
}

#authentication #_desktop_logo,
#password #_desktop_logo{
    max-width: 100%;
    flex: 0 0 100%;
}

#authentication h1 a img#logo-vdesk,
#password h1 a img#logo-vdesk {
    margin: 0 auto;
}

#authentication #header.fixed-top.hide-bar #_desktop_logo img,
#password #header.fixed-top.hide-bar #_desktop_logo img,
#module-dtcustext-OldAccount #header.fixed-top.hide-bar #_desktop_logo img,
#module-dtcustext-ValidateAccount #header.fixed-top.hide-bar #_desktop_logo img {
    width: 58px;
    padding: 0;
}

#authentication .login-form {
    margin-bottom: 0;
}

#password .forgotten-password {
    margin: 10px 20px 20px;
}

#authentication .form-group, 
#password .form-group {
    margin: 0 -15px 10px;
}

.btn.btn-primary.form-control-submit.float-xs-right {
	float: right !important;
}

#authentication .footer-two .container,
#password .footer-two .container,
#module-dtcustext-OldAccount .footer-two .container,
#module-dtcustext-ValidateAccount .footer-two .container {
	border-top: 0 none;
}

#module-dtcustext-ValidateAccount .page-header h1 {
	text-align: center;
}

#module-dtcustext-ValidateAccount form .email {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

.block-category h1 {
	color: #039a9a;
	letter-spacing: -1px;
}

.infoProfessione p, .infoOther p {
    color: #8B0000;
}

/* HOME BOX BLOCK */

.js-wrap-products-tabs .headline-section, 
.testimonials-wrapper .headline-section,
.block-contact .headline-section {
    margin-bottom: 0;
    background-color: #039a9a;
	color: #fff;
	text-align: left;
    padding-left: 15px;
    font-size: 42px;
}

.headline-section strong:before, 
.headline-section strong:after {
	display: none;
	visibility: hidden;
}

.testimonials-wrapper .view-grid,
.contact-list {
	margin-top: 50px;
}

.contact-list .contact-item {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
}

.contact-item .contact-item-inner {
    border: 1px solid #ccc;
    background-color: #fff;
}

.productstabs-section .view-carousel {
	margin-bottom: 60px;
}

.page-index .home-two-section .featured-products {
	background-color: transparent;
	padding: 0;
	margin: 50px 0 0;
}

.page-index .more-btn, 
.page-index .all-product-link {
    color: #039a9a;
    width: 50%;
    font-style: italic;
}

.page-index .home-two-section .featured-products div.text-center {
    width: 50%;
    margin: 0 auto;
}

.more-btn:hover,
.more-btn:focus, 
.page-index .all-product-link:hover, 
.page-index .all-product-link:focus {
    color: #007171;
}

.page-index .home-two-section .featured-products a.all-product-link:before,
.page-index .more-btn:before {
    border-top: 1px dashed #039a9a;
    content: '';
    display: block;
    margin-bottom: 8px;
}

.grid .thumbnail-container {
	background: #fff;
	border-radius: 0;
}

.grid .highlighted-informations {
	padding: 15px;
	background: #fff;
	border-radius: 0;
}

.product-miniature .thumbnail-wrapper .thumbnail-img {
    display: inline-block;
    padding: 0;
}

.grid .right-block {
    margin-top: -20px;
}

.grid .highlighted-informations .quick-view, 
.grid .highlighted-informations .addToWishlist {
    font-size: 18px;
    background: #ddd;
    color: #333;
}

.grid .highlighted-informations .link-view {
	background: #039a9a;
    color: #fff;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.grid .highlighted-informations .link-view:hover,
.grid .highlighted-informations .link-view:focus {
	background: #007171;
}

.grid .highlighted-informations .link-view span {
	display: block;
}

.list .link-view:before {
    background: #039a9a !important;
    border: 1px solid #039a9a !important;
    color: #fff !important;
}

.list .quick-view, 
.list .link-view, 
.list .addToWishlist, 
.list .add-cart {
	color: #333;
}

.list .quick-view:hover, 
.list .link-view:hover, 
.list .addToWishlist:hover, 
.list .add-cart:hover {
    color: #039a9a; 
}

.product-flags .new, .product-flags .online-only, 
.product-flags .on-sale, 
.product-flags .discount-percentage, 
.product-flags .pack {
    background: #039a9a;
    color: #fff;
    font-weight: bold;
    margin-top: 10px !important;
    margin-left: -15px !important;
    padding: 7px 30px;
}

.grid .product_desc {
    text-align: left;
    line-height: 140%;
}

.grid .extraInfo {
	bottom: 0;
	position: relative;
}

.grid .update-data, .grid .publishedby {
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.grid .update-data {
	font-size: 13px;
	color: #666;	
}

.grid .publishedby {
	background-color: #e3e3e3;
    padding: 5px 7px;
}

.grid .cityo {
    color: #666;
	font-style: italic;
}

.product-miniature .product-title {
	color: #039a9a;
	line-height: 130%;
	text-transform: none;
}

.product-images > .thumb-container > .thumb.selected, 
.product-images > .thumb-container > .thumb:hover {
    border-color: #666;
}

/* DOCUMENTS */

.grid .thumbnail-wrapper.documentsImg {
	width: 100%;
	text-align: center;
}

.grid .thumbnail-wrapper.documentsImg img {
	width: 50%;
}

.update-data i.material-icons {
    float: right;
}

label.nodocuments {
    padding: 0 15px;
}

.pagination .previous, 
.pagination .next {
    line-height: 28px;
}

.pagination a {
    line-height: 32px;
}

/* SCHEDA PRODOTTO */

.nav.nav-tabs_alternative .nav-item .nav-link.active, 
.nav.nav-tabs_alternative .nav-item .nav-link:hover {
    background: #039a9a;
    color: #ffffff;
    border: 0 none;
    font-size: 16px;
    padding-left: 20px;
}

.nav.nav-tabs_alternative .nav-item {
    margin: 0;
    width: 100%;
}

.product-features {
    margin-top: 0;
}

.product-features > dl.data-sheet dt.name {
    background: #ccc;
    color: #222;
}

.product-description-short .product-features p {
	padding: 7px 10px;
    background: #e8e8e8;
    margin-bottom: 2px;
}

.course_access_denied {
    background-color: #ce0e00;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 250px;
}

.carousel-title {
    font-weight: 500;
    text-transform: none;
    color: #d31820;
    margin-bottom: 20px;
}

.carousel-title:after {
    display: none;
	visibility: hidden;
}

#category-description,
#category-description p {
    font-size: 16px !important;
    line-height: 150%;
}

h2.page-heading.product-listing.catalog-title > span {
	display: none;
	visibility: hidden;
}

h2.page-heading.product-listing.catalog-title > span.heading-counter {
	display: block;
	visibility: visible;
}

.more-info .tab-pane-inner {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

/* TABLE MYCOURSES */

.myCourses .courseTable {
    margin-top: 20px !important;
}

.myCourses h6 {
	margin-bottom: 5px;
}

.table.mycourses {
	margin-top: 20px;
}

.table.mycourses thead th, 
.table.mycourses tbody td {
	padding: 5px 15px;
	border: 0 none;
}

.table.mycourses thead th {
    vertical-align: middle;
    border-right: 1px solid #fff;
	background-color: #039a9a;
	color: #fff;
	font-size: 16px;
	height: 38px;
}

.myCourses .rowHead {
	background-color: #039a9a !important;
}

.myCourses .rowHead div:last-of-type {
	border-right: 0 none !important;
}

.myCourses .search div:first-child {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.table.mycourses thead th:last-child, 
.table.mycourses tbody td:last-child {
	text-align: center;
	border: 0 none;
	width: 150px;
}

.table.mycourses thead th:first-child, 
.table.mycourses tbody td:first-child {
	width: 150px;
}

.table.mycourses tbody td label {
    display: none;
}

.iconCourse .icoRed {
	color: #CA0003;
}

.iconCourse .icoGreen {
	color: #0F9B00;
}

.iconCourse .icoGrey {
	color: #999;
}

/* SKIN COURSES */
#module-dtsaw3-view #header #top_hook_wrapper,
#module-dtlive3-view #header #top_hook_wrapper {
    display: none;
    visibility: hidden;
}

#module-dtsaw3-view .main-menu,
#module-dtlive3-view .main-menu {
	display: none; 
	visibility: hidden;
}

#module-dtsaw3-view #header.fixed-top.hide-bar .header-top, 
#module-dtsaw3-view #header.fixed-top .header-top, 
#module-dtsaw3-view #header.fixed-top.hide-bar .header-nav, 
#module-dtsaw3-view #header.fixed-top, 
#module-dtsaw3-view #header.fixed-top.hide-bar, 
#module-dtsaw3-view #header.fixed-top .header-nav,
#module-dtlive3-view #header.fixed-top.hide-bar .header-top, 
#module-dtlive3-view #header.fixed-top .header-top, 
#module-dtlive3-view #header.fixed-top.hide-bar .header-nav, 
#module-dtlive3-view #header.fixed-top, 
#module-dtlive3-view #header.fixed-top.hide-bar, 
#module-dtlive3-view #header.fixed-top .header-nav {
    -webkit-transition: none;
}

#module-dtsaw3-view #header,
#module-dtlive3-view #header {
	height: 59px;
	background: #f1f1f1;
	border-bottom: 1px solid #e0e0e0;
}
 
#module-dtsaw3-view #_desktop_user_info,
#module-dtlive3-view #_desktop_user_info {
    display: none;
    visibility: hidden;
}

#module-dtsaw3-view div.header_user_info__list {
	display: block;
    text-indent: -9999px;
}

#module-dtsaw3-view #header #_desktop_user_info a.dkLogoUpDx {
    display: block;
    visibility: visible;
    text-indent: 0;
    top: -5px;
    margin-right: 10px;
}

#module-dtsaw3-view .footer-three, 
#module-dtsaw3-view .footer-one
#module-dtlive3-view .footer-three, 
#module-dtlive3-view .footer-one {
    display: none;
    visibility: hidden;
}

#module-dtsaw3-view .footer-two .container,
#module-dtlive3-view .footer-two .container {
    padding: 20px 0;
    border-top: 0 none;
}

#module-dtsaw3-view #footer,
#module-dtlive3-view #footer {
    margin-top: 20px;
}

#module-dtsaw3-view #wrapper,
#module-dtlive3-view #wrapper {
    padding-bottom: 20px;
}

#module-dtsaw3-view #wrapper form,
#module-dtlive3-view #wrapper form,
#module-dtsaw3-view #wrapper,
#module-dtlive3-view #wrapper {
	background-color: #fff;
}

.jwplayer {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

#module-dtsaw3-view .page-footer,
#module-dtlive3-view .page-footer {
    display: none;
	visibility: hidden;
}

#module-dtsaw3-view .row.titleCourse,
#module-dtlive3-view .row.titleCourse {
	align-items: start;	
	padding-bottom: 10px;	
}

#module-dtsaw3-view a.btnMobile,
#module-dtsaw3-view .btnDesk,
#module-dtlive3-view .navBox div {
	background: #aaa; 
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

#module-dtsaw3-view a.btnMobile:hover,
#module-dtsaw3-view .btnDesk:hover,
#module-dtsaw3-view a.btnMobile:focus,
#module-dtsaw3-view .btnDesk:focus,
#module-dtlive3-view a.btnMobile:hover,
#module-dtlive3-view .btnDesk:hover,
#module-dtlive3-view a.btnMobile:focus,
#module-dtlive3-view .btnDesk:focus,
#module-dtlive3-view .navBox div:focus,
#module-dtlive3-view .navBox div:hover {
	background: #888 !important;
	color: #fff;
}

#module-dtlive3-view .navBox div a,
#module-dtlive3-view .navBox div a:focus,
#module-dtlive3-view .navBox div a:hover {
	color: #fff;
}

#module-dtlive3-view #presenza,
#module-dtlive3-view #presenza iframe {
	height: 100%;
}

#module-dtlive3-view .titleNavBar,
#module-dtlive3-view .navBox {
    margin: 0 8px;
}

#module-dtsaw3-view a.btnMobile,
#module-dtlive3-view a.btnMobile {
	display: none;
	visibility: hidden;
}


#module-dtsaw3-view .btnDesk,
#module-dtlive3-view .btnDesk {
	display: block;
	visibility: visible;
}

#module-dtsaw3-view .videoCourse,
#module-dtlive3-view .videoCourse {
	position: relative;
}

#module-dtsaw3-view #PREV, 
#module-dtsaw3-view #NEXT {
    display: inline-block;
}

#module-dtsaw3-view #PREV a, 
#module-dtsaw3-view #NEXT a {
    width: 80px;
    display: inline-block;
    margin-left: 3px;
    padding-top: 13px;
    padding-bottom: 15px;
    height: 55px;
    color: #fff;
    background-color: #777;
}

#module-dtsaw3-view #PREV i.material-icons, 
#module-dtsaw3-view #NEXT i.material-icons {
	font-size: 30px;
}

#module-dtsaw3-view #PREV.backBtnD a,
#module-dtsaw3-view #NEXT.nextBtnD a {
	background: #ccc;
	color: #eee;
	cursor: default;
}

#module-dtsaw3-view .nav-item.active .itemTitle {
	font-weight: bold;
}

#module-dtsaw3-view .navBox {
    text-align: center;
    line-height: 110%;
	width: 170px;
}

#module-dtsaw3-view .infoBox {
	width: calc(100% - 185px);
    flex: 0 0 calc(100% - 185px);
    max-width: 100%;
}

#module-dtsaw3-view .extraCourse {
	margin-top: 10px;
}

#module-dtsaw3-view .labelRis {
	margin-bottom: 5px;
	text-transform: uppercase;
    font-size: 15px;
	font-weight: bold;
}

#module-dtsaw3-view i[id^="videoIcon"],
#module-dtsaw3-view i[id^="quizIcon"] {
    width: 55px;
    height: 55px;
    background-color: #ddd;
	border: 2px solid #ddd;
    font-size: 40px;
    text-align: center;
	line-height: 55px;
	margin-bottom: 5px;
}

#module-dtsaw3-view i[id^="videoIcon"].U-VIDEO,
#module-dtsaw3-view i[id^="quizIcon"].U-TEST {
	color: #999;
}

#module-dtsaw3-view i[id^="videoIcon"].C-VIDEO, 
#module-dtsaw3-view i[id^="quizIcon"].P-TEST {
	color: #009900;
}

#module-dtsaw3-view i[id^="videoIcon"].NC-VIDEO {
	color: #FFA500;
}

#module-dtsaw3-view i[id^="quizIcon"].F-TEST {
	color: #B20000;
}

#module-dtsaw3-view i.test-active,
#module-dtsaw3-view i.video-active {
	border-color: #aaa;
	border-style: dashed;
}

#module-dtsaw3-view .infoCourse i {
	font-size: 16px;
    display: inline-block;
    color: #777;
    line-height: 16px;
}

#module-dtsaw3-view .dividerDotted {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	margin: 10px 15px 0;
	width: 100%;
}

#module-dtsaw3-view .logoCourse img {
	max-width: 80%;
    float: right;
}

#module-dtlive3-view #chat iframe {
    border: 0 none;
    border-top: 1px dotted #ccc;
	margin-top: 10px;
}

#module-dtlive3-view #chat iframe #messages {
    padding: 15px 0 0 !important;
}

.pb-center-column .waitPopup {
    background-color: #e5e4e4;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ccc;
    padding: 8px 20px;
    position: relative;
    max-width: 280px;
    top: 5px;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    display: none;
}

.pb-center-column .waitPopup br {
	display: none;
}
 
.pb-center-column .waitPopup img {
    padding-bottom: 0px;
}

#product .product-information .product-variants {
	margin: 0;
}

#product .product-information .subsBtnBox .btn.btn-primary {
	margin-top: 15px;
}

.feature-item .title-two.secondary-color {
	color: #6ca929;
}

#footer {
	margin-top: 0;
}

#footer_block_2 .imgFooter {
    height: 23px;
}

#footer_block_1 .imgFooter {
    height: 30px;
}

#htmlbanners10 .headline-section.-bigger {
	text-transform: none;
	line-height: 100%;
}

#htmlbanners10 .headline-section.-bigger strong {
    line-height: normal;
}
 
@media (max-width: 490px) {
.pb-center-column .waitPopup {
       margin-right: 10px;
       }
}

.login-form .help-block {
    margin-top: 10px;
    padding: 10px 15px 0;
    border: 1px dashed #bb0000;
    background-color: #f7eaea;
}

.list .quick-view i, .list .quick-view:before, .list .link-view i, .list .link-view:before, .list .addToWishlist i, .list .addToWishlist:before, .list .add-cart i, .list .add-cart:before {
    font-size: 16px;
    height: 30px;
    line-height: 2.2em;
    width: 30px;
	margin-right: 5px;
}

.subcategory-heading, .subcategories {
	display: none;
	visibility: hidden;
}

.header-slide .btn {
	font-weight: 400;
}

/* SEARCH FILTERS */

#search_filters .facet {
    padding-bottom: 15px;
    border-bottom: 0 none;
    margin-bottom: 0;
}

#search_filters .title.hidden-lg-up .h6 {
    display: block;
    color: #333;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
}

#search_filters .title.hidden-lg-up .h6 {
	padding-top: 10px;
	border: 0 none;
	padding-bottom: 0;
}

#search_filters .facet .collapse {
	margin-top: 5px;
    border: 1px solid #ddd;
}

#search_filters .facet .wrapper{
	cursor: pointer;
}

#search_filters .facet .collapse li {
    padding: 0;
}

#search_filters .facet i.material-icons {
    float: right;
	margin-top: -6px;
}

#search_filters .facet .facet-dropdown {
    padding: 8px 10px;
    background-color: #fff;
}

#search_filters .dropdown-menu.scrollable-menu {
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	max-height: 50vh;
	overflow: auto;
	margin-top: 3px;
}

#search_filters .dropdown-menu.scrollable-menu input[type="text"] {
    margin: 5px;
    width: calc(100% - 10px);
    border: 1px solid #ddd;
    height: auto;
    padding: 8px 10px;
}


/* 3 BOX HOMEPAGE */

.top-banner {
	padding: 0;
	height: 280px;
}

.top-banner figure {
    height: 100%;
}

.top-banner .banner-link {
	overflow: hidden;
	margin: 0 10px;
	border: 1px solid #ccc;
	height: 280px;
}

.top-banner .banner-link:before {
	opacity: 0; 
}

.top-banner .banner-link .banner-description,
.top-banner .banner-link:hover .banner-description {
	opacity: 1;
	transition: none;
	transform: none;
	filter: none;
    position: absolute;
    top: 0;
	display: table;
    width: 100%;
    height: 100%;
}

.top-banner .banner-link .banner-description .tableContainer {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.top-banner .banner-link .banner-description h4 {
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	opacity: 1;
	text-transform: none;
	color: #fff;
    vertical-align: middle;
    display: table-cell;
	width: 100%;
	height: 280px;
    padding: 25px;
}

.top-banner .banner-link:hover .banner-description h4 {
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	opacity: 0;
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
	-webkit-filter: blur(5px);
	filter: blur(5px); 
}

.top-banner .banner-link .banner-description h4 i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    color: #fff;
    font-size: 35px;
    margin: 0 auto 5px;
    border: 1px dotted #fff;
	background-color: #ffffff47;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 10px;
    line-height: 71px;
}

#htmlbanners1 div.top-banner a.banner-link {
	background-size: cover;
}

#htmlbanners1 div.top-banner.firstBox a.banner-link {
	background-image: url(../../../../modules/htmlbanners1/views/img/upload/6d4ea2b0fb285520957a346ec10fd91531ea8ece_ELearningCONCERTO_small.jpg);
}

#htmlbanners1 div.top-banner.secondBox a.banner-link {
	background-image: url(../../../../modules/htmlbanners1/views/img/upload/2da88b352a61dbb6aba7ac39e5c966ebd7b5c2e3_ElearningCNDCEC_small.jpg);
}

#htmlbanners1 div.top-banner.thirdBox a.banner-link {
	background-image: url(../../../../modules/htmlbanners1/views/img/upload/110d000c829a5a5f52646aaa02dbddc0ecc1492c_Streaming_small.jpg);
}

.top-banner .banner-link .banner-description .flipBox {
    display: table-cell;
    width: 100%;
	height: 280px;
	margin-top: -280px;
    vertical-align: middle;
	padding: 25px;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	opacity: 0;
	text-transform: none;
	color: #fff;
	-webkit-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
	-webkit-filter: blur(5px);
	filter: blur(5px); 
}

.top-banner .banner-link:hover .banner-description .flipBox {
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-filter: blur(0);
	filter: blur(0); 
}

#htmlbanners1 div.top-banner .clearFixDivider {
    display: table-row;
    width: 100%;
}

.top-banner .banner-link .banner-description .btn.btn_skine-two {
    color: #fff;
    padding: 7px 15px;
    margin: 10px auto 0;
    border: 1px solid #fff;
	background: #ffffff55;
}

#htmlbannersContactUs .top-banner .banner-link {
    background-color: #999;
}

#htmlbannersContactUs .top-banner .banner-link:hover,
#htmlbannersContactUs .top-banner .banner-link:focus {
    background-color: #a6c783;
}

#htmlbannersContactUs .top-banner .banner-link .banner-description h4 {
    color: #777;
    font-size: 1.2em;
    font-family: "Roboto Condensed", sans-serif;
}

#htmlbannersContactUs .top-banner .banner-link .banner-description h4 i {
    border: 1px dotted #777;
    background-color: #fff;
    color: #777;
}

#htmlbannersContactUs h3 {
    color: #6ba929;
}

#htmlbannersContactUs form .btn-submit,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two {
	background-color: #6ba929;
	color: #fff;
	font-size: 15px;
    padding: 7px 15px;
    margin: 10px auto 0;
    border: 1px solid #538c17;
}

#htmlbannersContactUs form .btn-submit:hover,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two:hover,
#htmlbannersContactUs form .btn-submit:focus,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two:focus {
	background-color: #538c17 !important;
}

#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two a,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two:hover a,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two:focus a,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two a:hover,
#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two a:focus {
	background-color: transparent !important;
}

#htmlbannersContactUs .top-banner .top-link {
    margin: 0;
}

#htmlbannersContactUs div.top-banner.firstBox .banner-link {
	background-image: url(../../../../themes/concerto/assets/img/mail.jpg);
}

#htmlbannersContactUs div.top-banner.secondBox .banner-link {
	background-image: url(../../../../themes/concerto/assets/img/ticket.jpg);
}

#htmlbannersContactUs div.top-banner.thirdBox .banner-link {
	background-image: url(../../../../themes/concerto/assets/img/newsletter.jpg);
}
#htmlbannersContactUs div.top-banner{
	cursor: pointer;
}

#htmlbannersContactUs div.top-banner.firstBox .banner-link,
#htmlbannersContactUs div.top-banner.secondBox .banner-link,
#htmlbannersContactUs div.top-banner.thirdBox .banner-link {
	background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
}

#htmlbannersContactUs #dnewsletter.bully_message {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 500;
    visibility: visible;
    display: table;
    color: rgb(255, 255, 255);
    background-color: transparent;
    font-size: 1em;
    padding: 20px;
}

#htmlbannersContactUs #dnewsletter.bully_message .notification.notification-success,
#htmlbannersContactUs #dnewsletter.bully_message .notification.notification-error {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 100%;
}

#htmlbannersContactUs #dnewsletter.bully_message .notification.notification-error {
    background-color: rgba(232, 147, 6, 0.85);
}

#htmlbannersContactUs #dnewsletter.bully_message .notification.notification-success {
	background-color: rgba(107, 169, 41,0.85);
}

/* FEED RSS */

#index .block-contact.container.links.wrapper {
	padding-bottom: 40px;
}


@media screen and (max-width: 576px) {
	#index .block-contact.container.links.wrapper h3 {
		height: auto !important;
		padding-bottom: 7px !important;
		padding-right: 15px !important;
	}
}

#index .block-contact.container.links.wrapper h3 {
	height: 55px;
	padding-top: 7px;
	margin-bottom: 20px;
}

#index .block-contact.container.links.wrapper .feedRssBox {
    border: 1px solid #eaedee;
    padding: 15px;
    background-color: #fff;
    margin: 0 10px;
    width: calc(25% - 20px);
}

#index .block-contact.container.links.wrapper .feedRssBox .publication-date {
    font-style: italic;
    color: #999;
}

#index .block-contact.container.links.wrapper .feedRssBox a {
    font-family: 'Roboto Slab', serif;
    text-transform: none !important;
    letter-spacing: -0.5px;
	font-size: 17px;
    line-height: 110%;
	color: #039a9a;
	margin-bottom: 7px;
    display: block;
}

#index .block-contact.container.links.wrapper .row {
    margin: 0 -10px;
}

.sidebar .block-contact.links.wrapper {
	margin-top: 0;
}

.sidebar .block-contact.links.wrapper h3 {
	border-bottom: 1px solid #dcdcdc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    text-transform: none !important;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
	color: #039a9a;
    padding-bottom: 10px;
    font-size: 21px;
    cursor: default;
}

.sidebar .block-contact.links.wrapper li {
    margin-bottom: 10px;
    list-style-type: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;

}

.footer-container p {
    line-height: 140%;
}
	
.footer-container .links img.imgFooter {
	margin-bottom: 10px;
}

@media  screen and (min-width: 992px)  {
	.is-not-index #header {
		border-bottom: 0 none;
	}
	
	#module-dtsaw3-view main#page,
	#module-dtlive3-view main#page {
		padding-top: 50px !important;
	}
	#wrapper {
		padding-top: 0;
	}
	
	.breadcrumb {
		background-color: #fff;
		border-top: 1px dashed #e3e3e3;
		margin-top: 2px;
	}
	
	#module-dtsaw3-mycourses #wrapper {
	    min-height: 45vh;
	}

	.wrapper-columns {
		padding-top: 20px;
	}

	#index .wrapper-columns {
		padding-top: 0;
	}

	.breadcrumb {
		padding: 17px 0 13px;
		margin-right: -10px;
	}
	
	.footer-container .links .h3,
	.footer-container .links h3 {
		display: none;
		visibility: hidden;
	}
	
	.footer-container .links h3.titleDesk {
		display: block;
		visibility: visible;
	    padding-bottom: 10px;
	    margin: 0 !important;
	}
		
	
	.footer-one {
		line-height: 90%;
		padding: 25px 0 10px;
	}

	.footer-one #footer_block_1 {
		padding-right: 30px;
	}

	.footer-one .footer-block {
		line-height: 140%;
	}

	.headline-section.-bigger {
		font-size: 48px;
	}
	
	.carousel-products .product-miniature {
		padding-bottom: 75px;
	}
	
	.product-miniature .product-title {
       font-size: 21px;
    	line-height: 110%;
	}
	
	.header_user_info div.account {
		display: inline-block;
	}
	
	.header_user_info a.logout {
		padding-left: 0;
	}
	
	.page-index .more-btn, 
	.page-index .all-product-link {
		font-size: 18px;
	}
	
	.top-menu .sub-menu {
		width: auto;
		left: auto;
		right: auto;
		top: 50px;
		height: auto;
		padding: 10px 15px;
		max-width: none;
		overflow: hidden;
	}
	
	.top-menu .sub-menu .inner-wrapper {
		width: auto;
	}
	
	.top-menu .sub-menu .inner-wrapper > .top-menu {
		display: block;
	}
	
	/* HOME SLIDER */
	.products .owl-carousel .owl-item {
    	    height: 550px;
	}
	
	.products .owl-carousel .owl-item img {
	    max-height: 200px;
	}
	
	.header-slide .caption-description {
    	text-align: center;
	    position: absolute;
	    display: block;
	    width: 100%;
	    padding: 0 20%;
	}
}

@media screen and (max-width: 1400px) {
	.header-slide .container {
	    padding-left: 0;
	}
}

@media screen and  (min-width: 1200px) {
	#module-dtlive3-view .videoCourse .videoBox iframe {
		width: 100%;
		height: 475px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {	
	
	#module-dtlive3-view .videoCourse .videoBox iframe {
		height: 350px;
	}
	
	.top-menu[data-depth="0"] > li > a {
		max-width: 120px;
		white-space: normal !important;
		padding: 13px 10px !important;
		line-height: 123%;
		text-align: left;
	}
}

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

	#header {
		position: fixed !important;
		top: 0;
		width: 100%;
		display: block;
		z-index: 1000;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#index #main {
		margin-top: 61px;
	}
	
	#wrapper {
	    padding-top: 85px;
	}
	
	#mobile_top_menu_wrapper {
		height: 100vh;
	}
	
	.top-menu[data-depth="0"] > li > a {
		font-size: 11px;
	}
	
	.header-slide .caption-description {
		padding: 30px;
		width: 100%;
	}
	
	.top-menu[data-depth="0"] > li > a {
		font-size: 16px;
	}
	
	#header .header-nav .top-logo img {
		width: 230px;
		padding: 0;
	}
	
	.top-banners {
		margin-top: 15px;
	}
	
	h1 a img#logo-vdesk{
		display:none;
	}
	
	h1 a img#logo-vmob{
		display:block;
	} 
	
	.headline-section.-bigger {
		font-size: 42px;
	}
	
	.footer-two .container {
		border-top: 0;
		padding: 0 0 20px 0;
	}
	
	.footer-two {
    	padding: 0 15px;
	}
	
	.footer-container .links .h3
	.footer-container .links h3 {
		color: #ddd;
		font-weight: normal;
	}
	
	.footer-container .links .h3,
	.footer-container .links h3 {
		display: block;
		visibility: visible;
		color: #ddd;
		font-weight: normal;
		margin: 5px auto;
	}
	
	#footer_block_1 {
		margin-top: 15px;
	}
	
	#footer_block_2 {
		margin-top: 20px;
	}

	.footer-container .links h3.titleDesk {
		display: none;
		visibility: hidden
	}
	
	.header_user_info div.account {
		padding: 0;
		display: inline-block;
	}
	
	.header_user_info a.logout {
		padding: 0;
	}

	.table.mycourses thead th, 
	.table.mycourses tbody td {
		padding: 5px 10px;
	}

	.table.mycourses thead th {
		display: none;
	}

	.table.mycourses tbody td {
		border-right: 0 none;
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	
	.table.mycourses tbody td:first-child {
		border-top: 1px solid #999;
	}

	.table.mycourses tbody td:last-child {
		text-align: left;
		border-bottom: 1px solid #999;
	}

	.table.mycourses tbody td label {
		display: inline-block;
	}
	
	.search-bar .input-text {
		background: #fff;
		color: #333;
		height: 36px;
	}
	
	.wrapper-modules {
		padding: 0 20px 15px;
		border-top: 0 none;
	}
	
	.search-bar .search-btn {
		height: 36px;
	}
	
	.ui-menu.ui-widget {
		width: calc(100% - 88px) !important;
		right: auto !important;
		left: 12px !important;
	}
	
	.product-flags .new, 
	.product-flags .online-only, 
	.product-flags .on-sale, 
	.product-flags .discount-percentage, 
	.product-flags .pack {
		margin-left: 10px !important;
	}
	
	.pagination a {
		line-height: 26px;
	}
	
	.page-index .more-btn, .page-index .all-product-link {
		margin-top: 20px;
	}
	
	.carousel-products .product-miniature {
		padding-bottom: 70px;
	}
	
	#top_hook_wrapper {
		display: none;
		visibility: hidden;
	}

	.top-menu .dropdown-item {
		border-bottom: 0 none;
    }
	
	.footer-container .links .title {
    	border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	
	#custom-text {
		margin-top: 40px;
	}
	
	#module-dtlive3-view .indiceBox,
	#module-dtlive3-view .videoBox,
	#module-dtlive3-view .titleCourse .col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#module-dtlive3-view .titleCourse .col-md-3 {	
		padding: 0 7px 10px 7px;
	}
	
	#module-dtlive3-view .indiceBox {
		margin: 20px -8px;
	}
	
	#module-dtlive3-view .videoBox iframe {
		width: 100%;
		height: 400px;
	}
	
	.wrapper-nav {
	    padding: 0 10px;
	}
}

@media screen and (min-width: 766px) {

	#videoContainer {
		width: 100%;
	}
	
	#module-dtsaw3-view .infoCourse a {
		text-decoration: underline;
	}
	
	#module-dtsaw3-view .infoCourse i {
		font-size: 15px;
	}
}

@media screen and  (max-width: 767px) {
		
	#htmlbannersContactUs form .btn-submit, 
	#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two {
	    font-size: 11px;
	    padding: 5px;
	}
	
	#htmlbannersContactUs .top-banner .banner-link .banner-description .flipBox {
    	padding: 10px;
	}

	#index .block-contact.container.links.wrapper .feedRssBox {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}
	
	.header-slide .btn {
		font-size: 12px;
	}
	
	#authentication #login-form {
		margin: 0 20px 20px;
	}
	
	.feature-item .banner-description {
	    margin-bottom: 40px;
	}
	
	.headline-section.-bigger {
		font-size: 34px;
	}
	
	.btn-to-top {
		bottom: 0;
	}
	
	#module-dtsaw3-view .navBox {
		width: 60px;
		float: right;
	}
	
	#module-dtsaw3-view .titleBox {
		width: calc(100% - 70px);
	}
	
	#module-dtsaw3-view .titleCourse {
		margin-bottom: 20px;
	}
	
	#module-dtsaw3-view .titleBox h2 {
		margin-bottom: 0;
		float: left;
	}

	#module-dtsaw3-view a.btnMobile {
		display: block;
		visibility: visible;
		width: 40px;
		height: 40px;
		padding: 5px;
		float: right;
		line-height: 40px;
	}
	
	#module-dtsaw3-view a.btnMobile i {
		position: relative;
		top: -6px;
	}
	
	
	
	#module-dtsaw3-view .btnDesk {
		display: none;
		visibility: hidden;
	}
	
	#module-dtsaw3-view .videoCourse {
		margin-top: 0;
	}
	
	#module-dtsaw3-view .btnNav, #module-dtsaw3-view .infoBox {
		width: 100%;
		flex: 0 0 100%;
	}
	
	#module-dtsaw3-view .btnNav {
		margin: 10px 15px;
		padding-top: 10px;
		border-top: 1px solid #ddd;
		flex: 0 0 calc(100% - 30px);
	}
	
	#module-dtsaw3-view i[id^="videoIcon"], #module-dtsaw3-view i[id^="quizIcon"] {
		width: 35px;
		height: 35px;
		font-size: 28px;
		line-height: 32px;
	}
	
	#module-dtsaw3-view .statusCourse br, #module-dtsaw3-view .downloadDocs br {
		display: none;
	}
	
	#module-dtsaw3-view .logoCourse img {
		max-width: 30%;
		float: left;
		border-left: 0 none;
		padding-left: 0;
		margin-top: 15px;
	}
	
	.contact-list .contact-item {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}
	
	#wrapper {
		padding-top: 75px;
	}
	
	.btn, .btn-primary, .btn-secondary, .btn-tertiary {
		font-size: 14px;
	}
}

@media screen and (max-width: 576px) {	
	
	#htmlbannersContactUs form .btn-submit, 
	#htmlbannersContactUs .top-banner .banner-link .banner-description .btn.btn_skine-two {
	    font-size: 15px;
	    padding: 7px 10px;
	}
	
	#htmlbannersContactUs .top-banner .banner-link .banner-description .flipBox {
    	padding: 20px;
	}

	#index .block-contact.container.links.wrapper .feedRssBox {
		width: calc(100% - 20px);
	}
	
	.top-banner .banner-link .banner-description .flipBox h3 {
		font-size: 2rem;
	}
	
	.feature-item .banner-description {
		margin-bottom: 0px;
	}
	
	.top-banner {
		margin-top: 10px;
	}
	
	#js-product-list .products.row {
		margin: 0 -5px;
	}
	
	.grid .product-miniature {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	
	.grid .highlighted-informations .link-view {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 10px;
	}
	
	.blockDue .grid.owl-carousel.products,
	.blockTre .grid.owl-carousel.products {
		margin-bottom: 20px;
	}
	
	.page-heading .heading-counter {
		padding: 0;
	}
	
	#module-dtlive3-view h2, 
	#module-dtlive3-view .h2,
	#module-dtsaw3-view h2,
	#module-dtsaw3-view .h2 {
		font-size: 2.5rem;
	}
	
	.btn, .btn-primary, .btn-secondary, .btn-tertiary {
		font-size: 14px;
	}
}


/* SIDEBAR */

.sidebar .featured-products .products-list {
	margin-bottom: 18px;
}


/* CMS CATEGORY */

#cms h2, #cms h3, #cms h4, #cms h5, #cms h6 {
	color: #039a9a;
}

#cms h2, #cms h3, #cms h4, #cms h5, #cms h6 {
	margin-bottom: 0;
	margin-top: 15px;
}

.imageCategoryCMS {
	margin-bottom: 15px;
    border: 1px solid #ddd;
}

ul.listCenter, 
#cms #main ul {
	list-style-type: square;
}

ul.listCenter, 
#cms #main ul,
#cms #main ol {
	margin-left: 25px;
	margin-top: 15px;
	padding: 0;
}

ul.listCenter li, 
#cms #main li{
	margin-bottom: 15px;
}

#category-description {
	font-size: 14px;
}

#category-description a,
#category-description a:hover,
#category-description a:focus,
#cms #main a,
#cms #main a:hover,
#cms #main a:focus {
	color: #039a9a;
}


#category-description a.btn,
#category-description a.btn:hover,
#category-description a.btn:focus {
	color: #fff;
}


.ordiniElenco {
    display: table;
    width: 100%;
}

.ordiniElenco .col-xs-6.col-sm-4 {
	display: inline-block;
}

.ordiniElenco div div {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin: 5px;
    padding: 5px 10px;
}

#category-description i.fas.fa-laptop {
    float: left;
    background-color: #eee;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 1px dotted #ccc;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    padding-left: 1px;
	color: #999;
}

#category-description hr {
    margin-bottom: 1.5rem;
}

#category-description .text {
	float: left;
}

#category-description .text h2 {
    margin-bottom: 10px;
    margin-top: 0px;
	color: #039a9a;
	font-family: 'Roboto Slab', serif;
	text-transform: none !important;
	letter-spacing: -0.7px;
}

#category-description a.iconGo {
    border: 1px solid #007d7d;
    background: #039a9a;
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	color: #fff !important;
}

#category-description a.iconGo:hover,
#category-description a.iconGo:focus {
    background: #007d7d;
}


/* CATEGORIE ROSSE */


.top-menu[data-depth="0"] > li#category-258 > a:hover,
.top-menu[data-depth="0"] > li#category-258 > a:focus,
.top-menu[data-depth="0"] > li#category-260 > a:hover,
.top-menu[data-depth="0"] > li#category-260 > a:focus,
.top-menu[data-depth="0"] > li#category-496 > a:hover,
.top-menu[data-depth="0"] > li#category-496 > a:focus,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="1"] > li > a,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="1"] > li > a,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="1"] > li > a,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="2"] > li > a,
.category-red-theme #left-column .block-categories ul li a:hover,
.category-red-theme #left-column .block-categories ul li a:focus,
.category-red-theme #search_filters .text-uppercase.h6.hidden-md-down {
	color: #3269a5;
}


.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-616 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-20 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-16 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="2"] > li > a {
	padding-left: 12px;
}

.top-menu[data-depth="0"] > li#category-616 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-20 .top-menu[data-depth="2"] > li > a,
.top-menu[data-depth="0"] > li#category-16 .top-menu[data-depth="2"] > li > a {
	color: #039a9a;
}


.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="1"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="1"] > li > a:focus,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="1"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="1"] > li > a:focus,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="1"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="1"] > li > a:focus,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="2"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-260 .top-menu[data-depth="2"] > li > a:focus,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="2"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-258 .top-menu[data-depth="2"] > li > a:focus,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="2"] > li > a:hover,
.top-menu[data-depth="0"] > li#category-496 .top-menu[data-depth="2"] > li > a:focus {
	color: #0d437d;
}

.category-red-theme .block-category h1,
.category-red-theme .breadcrumb li:last-child a,
.category-red-theme .breadcrumb li a:hover,
.category-red-theme .breadcrumb li a:focus,
.category-red-theme .grid .display-view .show_grid, 
.category-red-theme .display-view .view-item:hover,
.category-red-theme .list .display-view .show_list,
.category-red-theme .product-miniature .product-title,
.category-red-theme .product-miniature .product-title a,
.category-red-theme .product-miniature .product-title a:hover,
.category-red-theme .product-miniature .product-title a:focus,
.category-red-theme .r-column h1,
#module-dtsaw3-cncourses .courseTitle a:hover,
#module-dtsaw3-cncourses .courseTitle a:focus,
#module-dtlive3-cncourses .courseTitle a:hover,
#module-dtlive3-cncourses .courseTitle a:focus {
	color: #3269a5;
}

.category-red-theme h2.page-heading.product-listing.catalog-title,
.category-red-theme .grid .highlighted-informations .link-view,
.category-red-theme .btn.btn-primary,
.category-red-theme .btn.btn-primary a,
.category-red-theme .product-flags .new, 
.category-red-theme .product-flags .online-only, 
.category-red-theme .product-flags .on-sale, 
.category-red-theme .product-flags .discount-percentage, 
.category-red-theme .product-flags .pack,
.category-red-theme button#search_filter_toggler,
#left-column #custom-text a.btnLeftTextRed {
	background-color: #3269a5 !important;
}

.category-red-theme .grid .highlighted-informations .link-view:hover,
.category-red-theme .grid .highlighted-informations .link-view:focus,
.category-red-theme .btn.btn-primary:hover,
.category-red-theme .btn.btn-primary:focus,
.category-red-theme button#search_filter_toggler:hover,
.category-red-theme button#search_filter_toggler:focus,
#left-column #custom-text a.btnLeftTextRed:hover,
#left-column #custom-text a.btnLeftTextRed:focus,
.category-red-theme .btn.btn-primary a:hover,
.category-red-theme .btn.btn-primary a:focus,
.category-red-theme .btn.btn-primary:hover a,
.category-red-theme .btn.btn-primary:focus a {
	background-color: #0d437d !important;
}

.category-red-theme .list .quick-view:hover, 
.category-red-theme .list .link-view:hover, 
.category-red-theme .list .addToWishlist:hover, 
.category-red-theme .list .add-cart:hover {
    color: #0d437d; 
}

.category-red-theme .pagination a {
	border: 1px solid #0d437d;
	color: #0d437d;
	background-color: #ffffff;
}

.category-red-theme .pagination .current a, 
.category-red-theme .pagination .current a:hover, 
.category-red-theme .pagination .current a:focus,
.category-red-theme .pagination a:hover,
.category-red-theme .pagination a:focus,
.category-red-theme .nav.nav-tabs_alternative .nav-item .nav-link.active, 
.category-red-theme .nav.nav-tabs_alternative .nav-item .nav-link:hover {
	border: 1px solid #0d437d;
	color: #fff;
	background: #3269a5;
}

.category-red-theme .list .link-view:before {
	background: #3269a5 !important;
    border: 1px solid #0d437d !important;
    color: #fff !important;
}

.category-red-theme #category-description i.fas.fa-laptop {
    float: left;
    background-color: #eee;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: 1px dotted #ccc;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    padding-left: 1px;
	color: #999;
}

.category-red-theme #category-description hr {
    margin-bottom: 1.5rem;
}

.category-red-theme #category-description .text {
	float: left;
}

.category-red-theme #category-description .text h2 {
    margin-bottom: 10px;
    margin-top: 0px;
	color: #3269a5;
}

.category-red-theme #category-description .text a {
	color: #3269a5 !important;
}

.category-red-theme #category-description a.iconGo {
    border: 1px solid #0d437d;
    background: #3269a5;
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	color: #fff !important;
}

.category-red-theme #category-description a.iconGo:hover,
.category-red-theme #category-description a.iconGo:focus {
    background: #0d437d;
}

#module-dtsaw3-cncourses .breadcrumb li:last-child a,
#module-dtsaw3-cncourses select option, 
#module-dtsaw3-cncourses select.form-control option,
#module-dtlive3-cncourses .breadcrumb li:last-child a,
#module-dtlive3-cncourses select option, 
#module-dtlive3-cncourses select.form-control option {
	color: #3269a5;
}

#category-description a.btn.btn-default.cndcec {
	background-color: #3269a5;
}

#category-description a.btn.btn-default.cndcec:hover,
#category-description a.btn.btn-default.cndcec:focus {
	background-color: #0d437d !important;
}

#category-description a.btn.btn-loginrev.cndcec {
	background-color: #8a9284;
}

#category-description a.btn.btn-loginrev.cndcec:hover,
#category-description a.btn.btn-loginrev.cndcec:focus {
	background-color: #6f756b !important;
}

#module-dtsaw3-cncourses .page-header h1,
#module-dtlive3-cncourses .page-header h1 {
	color: #3269a5;
}

#module-dtsaw3-cncourses .table.mycourses thead th,
#module-dtsaw3-cncourses select,
#module-dtlive3-cncourses select,
#module-dtlive3-cncourses .table.mycourses thead th {
	background-color: #3269a5 !important;
}

#module-dtlive3-mycourses .myCourses .rowHead .iconCourse,
#module-dtlive3-cncourses .myCourses .rowHead .iconCourse {
	width: 150px;
    float: right;
    border-left: 1px solid #fff;
    text-align: center;
}

#module-dtlive3-mycourses .myCourses .rowHead .courseTitle,
#module-dtlive3-cncourses  .myCourses .rowHead .courseTitle {
	border-right: 0;
}

#module-dtlive3-mycourses .myCourses .rowHead div,
#module-dtlive3-cncourses  .myCourses .rowHead div {
    vertical-align: middle;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 38px;
}


#module-dtsaw3-cncourses .mycourses .courseTitle a,
#module-dtsaw3-mycourses .mycourses .courseTitle a,
#module-dtlive3-mycourses .myCourses .courseTitle a,
#module-dtlive3-cncourses .myCourses .courseTitle a {
	text-decoration: underline;
}

.iconCourse img, .tipo img {
    margin: 0 auto;
	float: none !important;
}

#module-dtlive3-mycourses .myCourses .courseTitle a,
#module-dtsaw3-mycourses .mycourses .courseTitle a {
	color: #039a9a;
}

#module-dtlive3-cncourses .myCourses .courseTitle a,
#module-dtsaw3-cncourses .mycourses .courseTitle a {
	color: #3269a5;
}

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

	#category-description a.iconGo,
	#category-description i.fas.fa-laptop,
	#category-description .text,
	.category-red-theme #category-description a.iconGo,
	.category-red-theme #category-description i.fas.fa-laptop,
	.category-red-theme #category-description .text {
		clear: both;
		float: left;
	}

	#category-description i.fas.fa-laptop,
	.category-red-theme #category-description i.fas.fa-laptop {
		margin-bottom: 10px;
	}
	
	#category-description a.iconGo,
	.category-red-theme #category-description a.iconGo {
		margin-top: 10px;
	}
	
	#category-description .text h2,
	.category-red-theme #category-description .text h2 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	
}

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

.table.mycourses thead th:last-child, 
.table.mycourses tbody td:last-child,
#module-dtlive3-mycourses .myCourses .rowHead .iconCourse,
#module-dtlive3-cncourses .myCourses .rowHead .iconCourse,
.table.mycourses thead th:first-child, 
.table.mycourses tbody td:first-child {
	width: 100%;
}

.iconCourse img, .tipo img {
    margin: 0;
	float: none !important;
	text-align: left;
}
	
#module-dtlive3-cncourses .table.mycourses,
#module-dtlive3-mycourses .table.mycourses {
    margin: 20px 15px;
}

.myCourses label {
    display: inline-block !important;
    visibility: visible !important;
    padding-right: 7px;
}
	
#search_filters_wrapper {
	padding: 70px 15px 15px;
}
	
}

.expiredErr {
	background-color: #fbe4dd;
	padding: 10px 15px;
	border: 1px dotted #dd4719;
	font-weight: 600;
	color: #dd4719;
}

.crisis-block {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #eee;
    display: block;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

 .modal .close:hover,
 .fancybox-skin .fancybox-close:hover,
 .product-cover .zoom-in,
 .product-cover .zoom-in:hover {
    background: #777;
 }
 
 .product-miniature .product-title {
    margin-bottom: 1rem;
}

.product_relator.ente {
    color: #999;
}


/* TICKET */

#module-contactform-mytickets input[type="search"] {
    border: 1px solid #dcdcdc;
    height: auto;
    padding: 8px 10px;
    background-color: #fff;
}

#module-contactform-mytickets .table-bordered thead th {
    vertical-align: middle;
    border-right: 1px solid #fff;
    background-color: #039a9a;
    color: #fff;
    font-size: 16px;
    height: 19px;
}

#module-contactform-mytickets .table-bordered thead th:last-child {
    border-right: 0 none;
}

#module-contactform-mytickets .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #039a9a;
    border-color: #039a9a;
}

.bg-Pemployee hr, .bg-Pcustomer hr {
    margin-top: 2px;
    margin-bottom: 5px;
}

#reqform .message-item {
    padding: 15px;
}

#reqform .ticket_title {
    margin-bottom: 20px;
}

.form-control, .form-control:focus {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.bg-Pemployee, .bg-Pcustomer {
	border-radius: 0;
	padding: 10px 15px;
	margin-top: -20px;
}

.bg-Pemployee p, .bg-Pcustomer p {
	margin-bottom: 0;
}

.form-group.row {
    margin-bottom: 15px;
}

label.required:before {
    content: "" !important;
}

p.required:before {
	color: #999 !important;
	padding-right: 5px;
}

label.required:after {
    color: #999;
    content: "*";
    font-size: 14px;
}

#identity i#help {
    color: #e69400 !important;
    font-size: 25px !important;
    padding-bottom: 3px;
}

.bg-Pemployee.col-md-5, .bg-Pcustomer.col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

#reqform .col-md-7, #reqform .col-md-7 {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}

@media screen and (max-width: 992px) {	
	.bg-Pemployee.col-md-5, .bg-Pcustomer.col-md-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 70%;
	    -ms-flex: 0 0 70%;
	    flex: 0 0 70%;
	    max-width: 70%;
		margin-top: 10px;
	}

	#reqform .col-md-7, #reqform .col-md-7 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 30%;
	    -ms-flex: 0 0 30%;
	    flex: 0 0 30%;
	    max-width: 30%;
	}
	
	.bg-Pemployee .message-body .col-sm-6, .bg-Pcustomer .message-body .col-sm-6 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	
	.bg-Pemployee .message-body .col-sm-6 .float-right, .bg-Pcustomer .message-body .col-sm-6 .float-right {
		float: left !important;
	}
	
	.top-banner .banner-link .banner-description .flipBox h3 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 576px) {
	.bg-Pemployee.col-md-5, .bg-Pcustomer.col-md-5 {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 90%;
	    -ms-flex: 0 0 90%;
	    flex: 0 0 90%;
	    max-width: 90%;
		margin-top: 10px;
	}

	#reqform .col-md-7, #reqform .col-md-7 {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 10%;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
}

#left-column .feedRssBox {
	clear: both;
	padding-bottom: 10px;
	margin: 10px 0;
	border-bottom: 1px dotted #ddd;
    float: left;
    width: 100%;
}

#left-column .feedRssBox .thumb {
    display: inline-block;
    float: left;
}

#left-column .feedRssBox .thumb a {
	display: inline-block;
	width: 70px;
	height: 70px;
	float: left;
	background-size: cover;
	margin: 0 15px 10px 0;
	border-radius: 50%;
	border: 1px solid #ddd;
}

#left-column .feedRssBox a {
    display: block;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    text-transform: none !important;
    letter-spacing: -0.5px;
    color: #039a9a;
    font-size: 16px;
}

#left-column .feedRssBox .body-rental-feed {
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
}

#left-column .feedRssBox .publication-date {
    font-style: italic;
    color: #999;
}

/* MB - 26/02/25 */
.page-home .feedRssBox .thumb img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

div.header_user_info a.dkLogoUpDx img{
    height: 38px;
}

div.header_user_info__list {
    height: 62px;
    margin-top: -4px;
    margin-bottom: 2px;
}

div.header_user_info a.dkLogoUpDx {
    padding: 0;
    position: relative;
    top: 14px;
}

h3.headline-lowercase{
	text-transform: unset;
}

/** JW PLAYER */

.jwplayer .jw-rightclick .jw-info-overlay-item{
	display: none !important;
}
.jwplayer .jw-rightclick .jw-shortcuts-item{
	display: none !important;
}

/*tooltip customer form*/
.ui-widget-shadow {
    opacity: 0.9 !important;
}

/* Contattaci */ 

.p-servizio-assistenza {
    background-color: #D2E9E9;
    padding: 8px 24px 6px 12px;
    width: fit-content;
}
.p-servizio-assistenza i {
    margin-top: -4px;
    margin-right: 4px;
	color: #039a9a;
}

#contact .alert-danger ul {
	margin-bottom: 0;
}
#contact .alert-danger {
padding: 12px;
}