#home a {
    text-decoration: none;
}

#home .box-home {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0px !important;
}

.reg .btn-reg {
    background-color: #7f7f7f;
    padding: 20px 75px;
    font-size: 25px;
    margin-bottom: 20px;
}

.reg .btn-reg:hover, .reg .btn-reg:focus {
    background-color: #484848;
    font-size: 25px;
}

.w-100 {
    width: 100%;
}


/*.assistenza{
	background-image: url('../images/box-home/02-assistenza.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 310px;
	padding-top: 20px !important;
	background-position: center;
}
.contenuti{
	background-image: url('../images/box-home/03-webinars.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 265px;
	padding-top: 20px !important;
	background-position: center;
}
.garanzia{
	background-image: url('../images/box-home/01-garanzia.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 265px;
	padding-top: 20px !important;
	background-position: center;
}
.promo{
	background-image: url('../images/box-home/04-promozioni.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 265px;
	padding-top: 20px !important;
	background-position: center;
}*/
/*.novita > img{
	min-height: 263.3px;
}*/

.assistenza .title, .contenuti .title, .garanzia .title, .promo .title {
    color: black !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
}

.assistenza .subtitle, .contenuti .subtitle, .garanzia .subtitle, .promo .subtitle {
    color: black !important;
    font-size: 11.5px !important;
    /*font-weight: bold !important;*/
}


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #313131; /*#868686;*/
}

a, a:hover, a:visited, a:focus {
    color: #868686;
    text-decoration: underline;
}

a.orange, a.orange:hover, a.orange:visited, a.orange:focus {
    color: #b2763c;
    text-decoration: none;
}

a.extlink, a.extlink:visited, a.extlink:hover, a.extlink:focus {
    color: #ff9c00;
    text-decoration: none;
}

.no-decoration {
    text-decoration: none !important;
}

.highlight {
    color: #ff9c00;
}

hr.sep {
    background-color: #b0b0b0 !important;
    border: none !important;
    height: 1px;
}

.container-fluid {
    max-width: 1920px;
}

.overflow-hidden {
    overflow: hidden;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.margin-top-auto {
    margin-top: auto;
}

.padding-20 {
    padding: 20px;
}

.padding-40 {
    padding: 40px;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

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

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-lateral-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-right-10 {
    padding-right: 10px;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.visibility-hidden {
    visibility: hidden;
}

.relative {
    position: relative;
}

.alert {
    border-radius: 0;
}

.alert.alert-danger a, .alert.alert-danger a:visited,
.alert.alert-danger a:hover, .alert.alert-danger a:focus {
    font-weight: bold;
    color: #a94442;
    text-decoration: underline;
}

.btn, .btn:visited, .btn:focus, .btn:hover {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
    text-decoration: none;
}

.btn-default, .btn-default:visited, .btn-default:focus, .btn-default:hover {
    background-color: #919191;
    color: white;
}

.btn-default.full {
    width: 100%;
    padding: 10px 12px;
}

.form-group > label, .form-group .labels {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-group label.error {
    font-weight: normal;
    color: #e00000;
    font-size: 13px;
    display: inline;
    line-height: 28px;
}

.form-group .form-control {
    border-radius: 0;
    border: 0;
    background-color: #ebebeb;
    box-shadow: none;
    height: 45px;
}

.select2-container{
	width:100% !important;
}
	.select2-container .select2-selection--single{
		height:45px !important;
		border-radius: 0 !important;
		background-color: #ebebeb !important;
		color:#555 !important;
		border: 0 !important;
	}
		.select2-container--default .select2-selection--single .select2-selection__rendered{
			height:45px !important;
			line-height: 45px !important;
			color:#555 !important;
		}
		.select2-container--default .select2-selection--single .select2-selection__arrow{
			height:43px !important;
			color:#555 !important;
		}
			.select2-container--default .select2-selection--single .select2-selection__arrow b{
				border-color:#555 transparent transparent transparent !important;
			}

.form-group .form-control.bg-dark {
    background-color: #919191;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.form-group .form-control.bg-dark.dropdown {
    background-image: url("../images/forms/form-icon_dropdown.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.form-group .form-control.bg-dark.search {
    background-image: url("../images/forms/form-icon_search.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.form-group .form-control.bg-dark::-webkit-input-placeholder {
    color: white;
}

.form-group .form-control.bg-dark:-moz-placeholder {
    color: white;
}

.form-group .form-control.bg-dark::-moz-placeholder {
    color: white;
}

.form-group .form-control.bg-dark:-ms-input-placeholder {
    color: white;
}

.form-control.error, input.error[type="radio"], input.error[type="checkbox"] {
    box-shadow: 0 0 4px 2px #e00000;
    border: 2px solid #e00000;
    outline: none;
}

.form-group textarea.form-control {
    height: auto;
}

.form-group textarea.form-control.medium {
    height: 150px;
}

.form-group textarea.form-control.big {
    height: 200px;
}

.form-group input[type="file"] {
    height: 45px;
}

.form-group input[type="file"].error {
    border: 2px solid #e00000;
    box-shadow: 0 0 4px 2px #e00000;
    outline: medium none;
}

.form-group .text-only {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    color: #333333;
}

.form-group .help-block {
    font-size: 11px;
}

.form-group .help {
    display: inline-block;
    padding-left: 10%;
}

.form-group .help a, .form-group .help a:hover, .form-group .help a:focus, .form-group .help a:visited {
    color: #0093b8;
    text-decoration: none;
}

.dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:focus {
    font-size: 13px;
    text-decoration: none;
    padding: 5px 20px;
}

.typeahead.dropdown-menu li:nth-child(even) a {
    background-color: #f5f5f5;
}

.typeahead.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #b2763c !important;
}

.typeahead.dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

/* Stili generici */
.bg-white {
    background-color: white;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.bg-light-gray2 {
    background-color: #e8e8e8;
}

.bg-gray {
    background-color: #878685;
}

.bg-dark-gray {
    background-color: #2c2c2c;
}

h3 {
    color: #333333;
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
}

h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 200;
}

.modal-header .close {
    line-height: 26px;
    margin-top: 0;
}

.title-box {
    font-size: 40px;
    color: #333333;
    font-weight: 200;
}

.title-box.white {
    color: #FFF;
}

.subtitle-box {
    font-size: 28px;
    color: #333333;
    font-weight: 200;
}

.subtitle-box.white {
    color: #FFF;
}

.text-box {
    font-size: 16px;
    color: #333333;
    font-weight: 200;
}

.text-box.big {
    font-size: 24px;
    line-height: 30px;
}

.text-box.big-line-height {
    line-height: 30px;
}

.text-box .promo-text-big {
    font-size: 24px;
}

.top {
    max-width: 1920px;
    background: transparent url("../images/bg_top.jpg") repeat-y center center;
    padding: 80px 0;
    text-align: center;
    margin: auto;
}

.top .title {
    font-size: 40px;
    color: #FFF;
    font-weight: 200;
    margin-bottom: 10px;
}

.top .text {
    font-size: 18px;
    color: #FFF;
    font-weight: 200;
    padding: 0 10px;
}

.tooltip.top {
    background-image: none;
}

.newTop {
    background: #e4e4e4;
}

.newTop .title, .newTop .text {
    color: #313131;
}

.return {
    font-size: 16px;
    padding: 20px 15px;
}

.return a, .return a:visited, .return a:hover, .return a:focus {
    color: #b2763c;
    text-decoration: none;
}

.pagination > li > a {
    color: black;
    background-color: #f4f4f4;
}

.pagination > li.active > a {
    background-color: #878787;
    border-color: #878787;
}

.pagination > li.active > a:hover {
    background-color: #878787;
    border-color: #878787;
}

/* FINE Stili generici */

header {
    background-color: #f7f7f7;
    min-height: 110px;
}

header .navbar {
    margin-bottom: 0;
}

header .navbar-brand {
    padding: 11px 30px 11px 0px;
    height: 110px;
    line-height: 110px;
}

header .navbar-nav > li > a, header .navbar-nav > li > a:visited,
header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #313131;
    font-size: 14px;
    font-weight: 200;
    padding-bottom: 12px;
    padding-top: 15px;
    border-bottom: 3px solid #f7f7f7;
    text-decoration: none;
}

header .nav .open > a, header .nav .open > a:hover, header .nav .open > a:focus {
    background-color: transparent;
    border-color: #878685;
}

header .dropdown-menu {
    background-color: #878685;
    border: 0;
    border-radius: 0;
}

header .dropdown-menu > li > a, header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:visited {
    background-color: transparent;
    color: white;
    font-size: 13px;
    font-weight: 200;
    padding: 10px 20px;
    text-decoration: none;
}

header .navbar-toggle {
    margin-right: 0;
    padding: 6px 0px;
}

header .navbar-toggle .icon-bar {
    background-color: #313131;
    width: 30px;
    height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

header .box-login {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    line-height: 50px;
}

header .box-login a, header .box-login a:hover, header .box-login a:visited, header .box-login a:focus {
    color: #313131;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
}

header .box-login .user-menu {
    border: 0;
    line-height: 38px;
}

header .box-login .user-menu a {
    border: 0;
}

header .box-login .user-menu .avatar {
    float: right;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    width: 38px;
}

header .box-login .user-menu .username {
    float: right;
    font-size: 12px;
    text-align: right;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    min-width: 80px;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

header .identity-bar {
    background-color: #f7f7f7;
    padding: 15px 0 10px 0;
    min-height: 60px;
}

header .identity-bar .commands {
    text-align: right;
}

header .identity-bar .commands a, header .identity-bar .commands a:visited,
header .identity-bar .commands a:hover, header .identity-bar .commands a:focus {
    color: #231f20;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
}

footer {
    background-color: #212121;
    font-size: 12px;
    line-height: 74px;
    color: #FFF;
}

footer .max-width-1280 {
    max-width: 1280px;
    margin: auto;
}
footer .bar {
    height: 74px;
    line-height: 74px;
    color: #f4f4f4;
    background-color: #242424;
    font-size: 12px;
}
.text-left {
    text-align: left;
}

footer h5 {
    color: #757e87;
    font-size: 16px;
    cursor: pointer;
}

footer p, footer #pCat {
    font-size: 15px;
    line-height: 20px;
}

footer a, footer a:visited, footer a:hover, footer a:focus {
    color: #FFF;
    text-decoration: none;
}

/* Home sito */

.box-home {
    background-color: #8e879b;
    padding: 80px 0px 50px;
    margin: 0 32px 60px;
    text-align: center;
}

.box-home img {
    margin-bottom: 20px;
}

.box-home .title {
    font-size: 26px;
    color: white;
    font-weight: 200;
    margin-bottom: 10px;
}

.box-home .subtitle {
    font-size: 18px;
    color: white;
    font-weight: 200;
}


/* Fine Home sito */

/* Home utente loggato */

.user-box {
    /*background-color: #b7bd1b;*/
}

.user-box .col-sx .avatar {
    position: relative;
}

.user-box .col-sx .avatar > img {
    width: 100%;
}

.user-box .col-sx .avatar .group {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 8px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: bold;
}

.user-box .col-sx .avatar .change-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    text-shadow: 0px 0px 6px #000;
    cursor: pointer;
}

.user-box .col-sx .avatar .change-avatar i {
    font-size: 24px;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.user-box .col-sx .avatar .change-avatar .change-text {
    display: none;
    font-size: 12px;
    font-weight: bold;
}

.user-box .col-sx .avatar .change-avatar:hover {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    width: 100%;
    left: 0px;
    top: 0px;
}

.user-box .col-sx .avatar .change-avatar:hover i {
    font-size: 22px;
    transform: scale(0.75);
    opacity: 0.9;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}

.user-box .col-sx .avatar .change-avatar:hover .change-text {
    display: block;
    float: left;
    width: 80%;
}

.user-box .gree-space {
    height: 379px;
}

.user-box .col-dx {
    background-color: #aeaeae;
    padding: 30px 40px;
    color: #FFF;
}

.user-box .col-dx .username {
    font-size: 40px;
    font-weight: 200;
}

.user-box .col-dx .joined {
    font-size: 14px;
    font-weight: 200;
}

.user-box .col-dx .text {
    font-size: 16px;
    font-weight: 200;
}

.user-box .col-dx .button a, .user-box .col-dx .button a:visited,
.user-box .col-dx .button a:hover, .user-box .col-dx .button a:focus {
    font-size: 14px;
    line-height: 16px;
    font-weight: 200;
    text-decoration: none;
    color: white;
    padding: 8px 10px;
    background-color: #919191;
}

.user-box .col-dx .reg-slider {
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #bebebe;
    padding: 20px 10px;
}

.user-box .col-dx .reg-slider .slide {
    padding: 0 10px;
}

.user-box .col-dx .reg-slider .slick-prev::before {
    content: '';
}

.user-box .col-dx .reg-slider .slick-prev {
    background: url("../images/arrow_prev.png") center center no-repeat;
    width: 20px;
    height: 36px;
    margin-top: -18px;
    left: -28px;
}

.user-box .col-dx .reg-slider .slick-next::before {
    content: '';
}

.user-box .col-dx .reg-slider .slick-next {
    background: url("../images/arrow_next.png") center center no-repeat;
    width: 20px;
    height: 36px;
    margin-top: -18px;
    right: -28px;
}

.msgs-slider .slide .msg {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: 200;
    margin-bottom: 15px;
}

.msgs-slider .slide .msg img {
    display: inline;
}

.msgs-slider .slide .msg a, .msgs-slider .slide .msg a:visited,
.msgs-slider .slide .msg a:hover, .msgs-slider .slide .msg a:focus {
    color: #000;
    text-decoration: none;
}

.msgs-slider .slick-dots {
    text-align: left;
}

.msgs-slider .slick-dots li {
    margin: 0;
}

.msgs-slider .slick-dots li button::before {
    font-size: 10px;
    color: #d2d2d2;
    opacity: 1;
}

.msgs-slider .slick-dots li.slick-active button::before {
    color: #616161;
}

.my-prods-box {
    background-color: #FFF;
}

.my-prods-box .reg-prod {
    background-color: #ce830d;
}

.my-prods-box .no-prods {
    text-align: center;
    font-size: 26px;
    color: #000;
    font-weight: 200;
    padding: 30px 20px;
}

.my-prods-box .prod-box {
    padding: 30px 20px !important;
    min-height: 310px;
}

.my-prods-box .prod-box.border-bottom {
    border-bottom: 2px solid #bdbdbd;
}

.my-prods-box .prod-box.border-right {
    border-right: 2px solid #bdbdbd;
}

.my-prods-box .prod-box a, .my-prods-box .prod-box a:hover,
.my-prods-box .prod-box a:focus, .my-prods-box .prod-box a:visited {
    text-decoration: none;
}

.my-prods-box .prod-box .prod-name {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 200;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-prods-box .prod-box .prod-image img {
    max-width: 220px;
}

.box-com-ass:first-child {
    border-right: 1px solid white;
}

.box-com-ass .title {
    font-size: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
}

.box-com-ass .title .small {
    font-size: 30px;
    font-weight: 200;
}

.box-com-ass .buttons {
    padding-top: 30px;
    margin: auto;
    text-align: center
}

.box-com-ass .buttons.com, .box-com-ass .buttons.ass {
    width: 80%;
}

/*.box-com-ass .buttons.ass {
    width:65%;
}*/
.box-com-ass .buttons .button {
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;

}

.box-com-ass .buttons.com .button, .box-com-ass .buttons.ass .button {
    width: 19%;
}

/*.box-com-ass .buttons.ass .button {
    width:24%;
}*/
.box-com-ass .button img {
    padding-bottom: 10px;
}

.box-com-ass .button a, .box-com-ass .button a:hover,
.box-com-ass .button a:visited, .box-com-ass .button a:focus {
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: 200;

}

/* FINE Home utente loggato */

.scopri-top {
    background: url('../images/top_scopri.jpg') center center no-repeat;
    background-size: cover;
    height: 299px;
    width: 100%;
}

.scopri-claim {
    color: white;
    font-size: 30px;
    font-weight: 200;
    margin-top: 100px;
}

.scopri-bottom {
    background-color: #f5f5f5;
}

/* pagina centro messaggi */

.messageCenter-filters {
    background-color: #aeaeae;
    width: 90%;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.messageCenter-item {
    padding-top: 30px;
}

.messageCenter-date {
    font-size: 12px;
    font-weight: 200;
    color: black;
}

.messageCenter-text {
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    color: black;
}

.messageCenter-text a:link,
.messageCenter-text a:visited,
.messageCenter-text a:hover {
    color: black;
    text-decoration: none;
}

.messageCenter-abstract {
    font-size: 12px;
    font-weight: 200;
    padding-left: 30px;
    color: black;
}

/* Fine pagina centro messaggi */

/* Contatto Programmato */

.contattoProgrammato {
    position: relative;
}

.contattoProgrammato .text {
    position: absolute;
    top: 20%;
    left: 50%;
    font-weight: 400;
    max-width: 976px;
}

.contattoProgrammato h2 {
    font-weight: bold;
}

/* Fine Contatto Programmato */

/* pagina elenco/dettagli prodotti */
.det-prod-box {
    border-left: 1px solid #ebebeb;
}

.list-prod-box .prod-title, .det-prod-box .prod-title {
    font-weight: 200;
    color: #333333;
    font-size: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
}

.list-prod-box .prod-title a, .list-prod-box .prod-title a:visited,
.list-prod-box .prod-title a:hover, .list-prod-box .prod-title a:focus {
    color: #333333;
    text-decoration: none;
}

.list-prod-box ul, .det-prod-box ul {
    padding: 0;
    list-style: none;
}

.list-prod-box ul li, .det-prod-box ul li {
    padding: 6px 10px;
}

.list-prod-box ul li:after, .det-prod-box ul li:after {
    content: '';
    display: block;
    clear: both;
}

.list-prod-box ul li .left, .det-prod-box ul li .left {
    float: left;
    width: 60%;
    color: #333333;
    font-size: 16px;
    font-weight: 200;
}

.list-prod-box ul li .right, .det-prod-box ul li .right {
    float: left;
    width: 40%;
    color: #666666;
    font-size: 16px;
    font-weight: 200;
}

.list-prod-box ul li a, .list-prod-box ul li a:visited,
.list-prod-box ul li a:hover, .list-prod-box ul li a:focus,
.det-prod-box ul li a, .det-prod-box ul li a:visited,
.det-prod-box ul li a:hover, .det-prod-box ul li a:focus {
    color: #b2763c;
    text-decoration: none;
}

.list-prod-box .promo-text, .det-prod-box .promo-text {
    padding: 30px 10px 0;
    font-size: 20px;
    font-weight: 200;
}

.det-prod-box .tot-comments {
    font-size: 13px;
    margin-bottom: 5px;
}

.det-prod-box .tot-comments .stars {
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes {
    top: 18px;
    transform: translateX(-35%);
    width: 270px;
    position: absolute;
    z-index: 999;
    display: none;
    padding-top: 8px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .arrow-box {
    border: 8px solid transparent;
    border-bottom-color: #cccdc8;
    border-top: 0;
    margin-left: -8px;
    position: absolute;
    top: 0px;
    left: 50%;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .arrow {
    position: absolute;
    top: 1px;
    right: -8px;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom-color: #FFF;
    width: 0;
    height: 0;
    z-index: 9999;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner {
    padding: 10px;
    border: 1px solid #cccdc8;
    border-radius: 4px;
    background-color: #FFF;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .vote {
    text-align: center;
    color: #737373;
    margin-bottom: 8px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes {
    color: #737373;
    line-height: 25px;
    margin-bottom: 8px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes table {
    width: 100%;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes td {
    padding-bottom: 4px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes .star-box {
    width: 52px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes .num-votes-box {
    width: 30px;
    padding-left: 4px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes .bar-box {
    width: 168px;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes .bar-box .bar {
    width: 160px;
    height: 22px;
    margin: 0 4px;
    border: 1px solid #AAA;
    background-color: #EEE;
    box-shadow: inset 0px 3px 10px rgba(243, 243, 243, 0.6);
    border-radius: 2px;
    position: relative;
}

.det-prod-box .tot-comments .stars .tooltip-det-votes .inner .box-det-votes .bar-box .bar .value {
    height: 22px;
    width: 0;
    margin-left: 1px;
    background: linear-gradient(to bottom, #ffce00, #ffda03);
    background: -webkit-linear-gradient(top, #ffce00, #ffda03);
    transition: width .5s ease;
    background-color: #ffce00;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .05);
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.det-prod-box .tot-comments img {
    vertical-align: top;
}

.det-prod-box .tot-comments a, .det-prod-box .tot-comments a:visited,
.det-prod-box .tot-comments a:focus, .det-prod-box .tot-comments a:hover {
    color: #737373;
}

.det-prod-box .product-ico {
    text-decoration: none !important;
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 10px;
}

.det-prod-box #add-comm-box {
    background-color: #ebebeb;
    display: none;
}

.det-prod-box #add-comm-box .btn-default, .det-prod-box #add-comm-box .btn-default:hover,
.det-prod-box #add-comm-box .btn-default:visited, .det-prod-box #add-comm-box .btn-default:focus {
    color: #000;
    background-color: #c5c5c5;
}

.det-prod-box #add-comm-box .btn-primary, .det-prod-box #add-comm-box .btn-primary:hover,
.det-prod-box #add-comm-box .btn-primary:visited, .det-prod-box #add-comm-box .btn-primary:focus {
    color: #FFF;
    background-color: #b2763c;
    font-weight: normal
}

.det-prod-box #add-comm-box hr {
    border-color: #CCC;
    margin: 10px 0;
}

.det-prod-box #add-comm-box .obbl-fields {
    color: #b2763c;
    font-size: 14px;
    font-weight: normal;
}

.det-prod-box #add-comm-box .comm-section-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: black;
}

.det-prod-box #add-comm-box .comm-section-title.nomargintop {
    margin-top: 0;
}

.det-prod-box #add-comm-box .label-stars {
    font-size: 14px;
    line-height: 33px;
    text-align: right;
    font-weight: normal;
    color: #555;
}

.det-prod-box #add-comm-box .vote {
    margin-bottom: 15px;
}

.det-prod-box #add-comm-box .vote .star {
    cursor: pointer;
}

.det-prod-box #add-comm-box .vote .star.small img {
    max-height: 25px;
    margin: 4px 0;
}

.det-prod-box #add-comm-box .vote #star-explain {
    margin-left: 15px;
    line-height: 33px;
}

.det-prod-box #add-comm-box .vote .star-explain {
    margin-left: 15px;
    line-height: 33px;
    color: #555;
}

.det-prod-box #add-comm-box .radio-inline {
    line-height: 33px;
    font-size: 14px;
}

.det-prod-box #add-comm-box .radio-inline input {
    margin: 10px 0 10px -20px;
}

.det-prod-box #add-comm-box .form-group label {
    font-weight: 200;
    font-size: 14px;
    color: #555;
}

.det-prod-box #add-comm-box .form-group label.error {
    color: #e00000;
}

.det-prod-box #add-comm-box .form-group .help-block {
    font-size: 12px;
}

.det-prod-box #add-comm-box .hints-title {
    background-color: #cb8540;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px 8px;
}

.det-prod-box #add-comm-box .hints-box {
    border: 1px solid #DDD;
    background-color: #f7f7f7;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 20px;
}

.det-prod-box #add-comm-box .hints-box .intro {
    font-weight: bold;
    margin-bottom: 5px;
}

.det-prod-box #add-comm-box .hints-box .hint {
    margin-left: 4px;
    margin-bottom: 8px;
}

.det-prod-box #add-comm-box .hints-box .hint .icon {
    float: left;
    width: 11%;
}

.det-prod-box #add-comm-box .hints-box .hint .text {
    float: left;
    width: 89%;
}

.det-prod-box #add-comm-box .hints-box .hint .fa-check-circle {
    color: green;
    font-size: 18px;
}

.det-prod-box #add-comm-box .hints-box .hint .fa-times-circle {
    color: red;
    font-size: 18px;
}

.det-prod-box #add-comm-box label {
    display: inline;
}

.det-prod-box #add-comm-box .form-control {
    background-color: #FFF;
}

.det-prod-box #add-comm-box #comm-images, #mod-comm-images {
    padding-left: 15px;
    line-height: 70px;
    margin-bottom: 15px;
    display: none;
}

.det-prod-box #add-comm-box label .fa-plus-square {
    color: green;
}

.det-prod-box #add-comm-box label .fa-minus-square {
    color: red;
}

.det-prod-box #add-comm-box .pro-defects .row {
    margin-bottom: 5px;
}

.det-prod-box #add-comm-box .pro-defects input[type=checkbox] {
    width: 21px;
    height: 21px;
    margin: 6px 0;
}

.det-prod-box #add-comm-box textarea {
    height: 140px;
}

.det-prod-box #add-comm-box button {
    margin-bottom: 15px;
}

.det-prod-box #add-comm-box #comm-images .preview-comm-img,
#mod-comm-images .preview-comm-img {
    margin-left: 15px;
    position: relative;
    display: inline-block;
}

.det-prod-box #add-comm-box #comm-images .preview-comm-img img,
#mod-comm-images .preview-comm-img img {
    width: 70px;
}

.det-prod-box #add-comm-box #comm-images .preview-comm-img .remove,
#mod-comm-images .preview-comm-img .remove {
    position: absolute;
    top: 4px;
    right: 3px;
    line-height: 8px;
    width: 17px;
    height: 17px;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #FFF;
    color: #000 !important;
    cursor: pointer;
    text-align: center;
}

.det-prod-box #add-comm-box #comm-images .preview-comm-img .remove .fa,
#mod-comm-images .preview-comm-img .remove .fa {
    font-size: 11px;
}

.det-prod-box #comments {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #c5c5c5;
}

.det-prod-box #comments .vote {
    float: left;
    line-height: 20px;
}

.det-prod-box #comments .vote img {
    width: 20px;
}

.det-prod-box #comments .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.det-prod-box #comments .author {
    font-size: 20px;
    font-weight: normal;
}

.det-prod-box #comments .author .date {
    font-size: 13px;
}

.det-prod-box #comments .text {
    font-size: 14px;
    margin: 15px 0;
}

.det-prod-box #comments .use_time {
    font-size: 14px;
    margin-bottom: 25px;
}

.det-prod-box #comments .use_time .fa {
    font-size: 18px;
}

.det-prod-box #comments .pro, .det-prod-box #comments .defects {
    font-size: 14px;
    margin-bottom: 25px;
}

.det-prod-box #comments .pro .title, .det-prod-box #comments .defects .title {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
}

.det-prod-box #comments .pro .title .fa {
    color: #498c2b;
}

.det-prod-box #comments .defects .title .fa {
    color: #AAA;
}

.det-prod-box #comments .pro .elements .element, .det-prod-box #comments .defects .elements .element {
    padding: 0 20px;
    border-radius: 20px;
    line-height: 30px;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
}

.det-prod-box #comments .pro .elements .element {
    background-color: #cb8540;
    color: #FFF;
}

.det-prod-box #comments .defects .elements .element {
    background-color: #AAA;
}

.det-prod-box #comments .recomanded {
    font-size: 14px;
    margin-bottom: 25px;
}

.det-prod-box #comments .recomanded .fa-check-circle {
    color: #498c2b;
    font-size: 18px;
}

.det-prod-box #comments .recomanded .fa-times-circle {
    color: #AAA;
    font-size: 18px;
}

.det-prod-box #comments .video {
    font-size: 14px;
    margin-top: 25px;
}

.det-prod-box #comments .video .fa-play {
    color: #cb8540;
    font-size: 18px;
}

.det-prod-box #comments .video a, .det-prod-box #comments .video a:hover,
.det-prod-box #comments .video a:visited, .det-prod-box #comments .video a:focus {
    color: #cb8540;
    text-decoration: none;
}

.det-prod-box #comments .add-votes {
    font-size: 13px;
    margin-bottom: 25px;
}

.det-prod-box #comments .add-vote {
    border-left: 1px solid #AAA;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    padding-left: 10px;
}

.det-prod-box #comments .add-vote .stars img {
    max-width: 16px;
}

.det-prod-box #comments .images {
    margin-bottom: 20px;
}

.det-prod-box #comments .images a, .det-prod-box #comments .images a:hover, .det-prod-box #comments .images a:visited {
    text-decoration: none;
}

.det-prod-box #comments .images img {
    margin-right: 10px;
}

.det-prod-box #comments .commands {
    margin-top: 10px;
    text-align: right;
}

.det-prod-box #comments .cust-care-resp {
    margin-bottom: 20px;
    margin-left: 10%;
    border-left: 3px solid #AAA;
    padding-left: 15px;
}

.det-prod-box #comments .cust-care-resp .name {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.det-prod-box #comments .cust-care-resp .date {
    font-size: 13px;
    margin-bottom: 15px;
}

.det-prod-box #comments .cust-care-resp .resp {
    font-style: italic;
    font-size: 14px;
}

.det-prod-box #comments hr {
    border-color: #AAA;
    margin-bottom: 60px;
}

.modal-preview .modal-header,
.modal-mod-comm .modal-header {
    background-color: #ffdb01;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-preview .modal-body,
.modal-mod-comm .modal-body {
    background-color: #ebebeb;
}

.modal-preview .modal-body .vote {
    float: left;
    margin-bottom: 0 !important;
    line-height: 20px !important;
}

.modal-preview .modal-body .vote img {
    width: 20px;
}

.modal-mod-comm .vote {
    margin-bottom: 20px;
}

.modal-mod-comm .vote img {
    cursor: pointer;
    width: auto !important;
}

.modal-mod-comm .vote #mod-comm-star-explain {
    margin-left: 15px;
    line-height: 33px;
}

.modal-preview .modal-body .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.modal-preview .modal-body .author {
    font-size: 14px;
    font-weight: normal;
}

.modal-preview .modal-body .text {
    font-size: 13px;
    margin: 15px 0;
}

.modal-mod-comm .modal-body .form-control {
    background-color: #FFF;
}

.modal-mod-comm .modal-body textarea {
    height: 120px;
}

.modal-preview .modal-body .images img {
    width: 100px;
    margin-right: 20px;
}

.modal-preview .modal-footer,
.modal-mod-comm .modal-footer {
    background-color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal-preview .btn-default, .modal-preview .btn-default:hover,
.modal-preview .btn-default:visited, .modal-preview .btn-default:focus,
.modal-mod-comm .btn-default, .modal-mod-comm .btn-default:hover,
.modal-mod-comm .btn-default:visited, .modal-mod-comm .btn-default:focus,
.det-prod-box #comments .btn-default, .det-prod-box #comments .btn-default:hover,
.det-prod-box #comments .btn-default:visited, .det-prod-box #comments .btn-default:focus {
    color: #000;
    background-color: #c5c5c5;
}

.modal-preview .btn-primary, .modal-preview .btn-primary:hover,
.modal-preview .btn-primary:visited, .modal-preview .btn-primary:focus,
.modal-mod-comm .btn-primary, .modal-mod-comm .btn-primary:hover,
.modal-mod-comm .btn-primary:visited, .modal-mod-comm .btn-primary:focus {
    color: #000;
    background-color: #ffdb02;
    font-weight: normal
}

#modalProdTransfer {
    font-size: 16px;
    font-weight: 200;
}

#modalProdTransfer .title {
    font-size: 18px;
    font-weight: normal;
}

#modalProdTransfer .transfer-code {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.brand-box {
    border: 15px solid #f5f5f5;
    background-color: white;
    padding: 80px 40px;
    width: 20%;
    display: inline-block;
}

.brand-box img {
    max-width: 100%;
    display: inline-block;
}


/* fine pagina elenco/dettaglio prodotti */

/* Pagina modifica profilo */
.form-group {
    position: relative;
}

.form-group.social .form-control {
    padding-left: 40px;
}

.form-group.social::after {
    position: absolute;
    font-family: "FontAwesome";
    left: 15px;
    bottom: 30px;
    font-size: 20px;
    width: 40px;
    height: 45px;
    line-height: 45px;
    z-index: 999;
    text-align: center;
}

.form-group.facebook::after {
    content: '\f09a';
}

.form-group.twitter::after {
    content: '\f099';
}

.form-group.instagram::after {
    content: '\f16d';
}

.form-group.tumblr::after {
    content: '\f173';
}

.form-group.pinterest::after {
    content: '\f231';
}

.form-group.google::after {
    content: '\f0d5';
}

.form-group.flickr::after {
    content: '\f16e';
}

.form-group.linkedin::after {
    content: '\f0e1';
}

.pers-servizi {
    background-color: #737373;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    color: white;
    font-weight: 200;
}

.pers-servizi-body {
    background-color: #f5f5f5;
}

.pers-servizi-body .brand {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.pers-servizi-body .brand img {
    margin-bottom: 30px !important;
}

.box-info-servizi {
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #b0b0b0;
}

.box-info-servizi-header {
    background-color: #ebebeb;
    color: #333333;
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
    padding: 15px 20px;
}

.box-info-servizi-body {
    background-color: white;
    padding: 10px 0;
}

.box-info-servizi-body .pdflink:link,
.box-info-servizi-body .pdflink:visited,
.box-info-servizi-body .pdflink:hover {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

/*gestione ticket*/
#listMsg .panel-success > .panel-heading {
    color: #000 !important;
    background-color: #ddd;
    border-color: #ddd;
}

#listMsg .attach {
    padding: 0 5px;
}

/*CONTACT STEP1*/
.contact .subtitle {
    font-size: 40px;
    font-weight: 100;
    line-height: 0.9;
}

.contact .info {
    margin-top: 40px;
}

/*CONTACT STEP2*/
.contact .text {
    font-size: 16px;
}

.contact .link, .contact .link-black {
    margin-top: 15px;
}

.contact .link a {
    color: #ff9c00 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.contact .link-black a {
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

/*CONTACT STEP3*/
.contact .back-NIKON {
    background-image: url('../images/photo_machine.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

/*TERMINI GARANZIA*/
.terminiGaranzia img {
    margin: auto;
}

.bg-gray-light {
    background-color: #EFEFEF;
}

.infoGaranzia {
    padding-left: 20px;
    padding-right: 30px;
    line-height: 1.9;
}

.addInfo {
    font-size: 12px;
}

/*.bgImageTermini{
	background-image: url('../images/foto-termini-garanzia.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}*/
.photoTermini {
    position: relative;
    overflow: hidden;
}

.photoTermini img {
    margin: auto;
}

.photoTermini .copyFoto {
    position: absolute;
    right: 60px;
    bottom: 10px;
    color: #fff;
    font-size: 10px;
}

.photoTermini .copyFotoEmail {
    position: absolute;
    left: 50%;
    bottom: 25%;
    color: #313131;
}

.photoTermini .copyFotoEmail h3 {
    font-weight: 500;
}

.photoTermini .copyFotoEmail h1 {
    font-size: 50px;
    font-weight: 700;
}

.callcenter {
    background-image: url("//images.nital.it/nital/images/assistenza/call-center.png");
    background-position: top bottom;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 200;
}

#modalSN #accordion .panel-heading {
    border-bottom: 1px solid #DDD;
}

#modalSN #accordion .panel-title a {
    display: block;
    position: relative;
}

#modalSN #accordion .panel-title > a,
#modalSN #accordion .panel-title > a:visited,
#modalSN #accordion .panel-title > a:hover,
#modalSN #accordion .panel-title > a:focus {
    color: black;
    font-size: 25px;
    text-decoration: none;
}

#modalSN #accordion .panel-heading a:after {
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "\e260";
    color: #888;
    font-family: "Glyphicons Halflings";
}

#modalSN #accordion .panel-heading a.collapsed:after {
    content: "\e259";
    color: #498c2b;
}

#modalSN #accordion .panel-title > a span {
    padding-left: 15px;
}

#modalSN #accordion .panel-collapse .panel-group .panel {
    border: 0;
    border-radius: 0;
}

#modalSN #accordion .panel-collapse .panel-group .panel-heading {
    background-color: #fafafa;
}

#modalSN #accordion .panel-collapse .panel-group .panel-heading h4 {
    width: 90%;
    float: right;
}

/*NEWSLETTER*/
#newsletter a {
    text-decoration: none;
}

#newsletter .titleSection {
    font-weight: bold;
    color: #313131;
}

#newsletter .titleSection.white {
    font-weight: bold;
    color: #ffffff;
}

#newsletter .subTitleSection {
    color: #313131;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}

#newsletter .bg-dark {
    background: black;
}

.bg-light-gray {
    background: #EBEBEB;
}

.box-newsletter {
    border-style: solid;
    border-color: black;
    border-size: 5px;
    background-color: #8d8b8b;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    background-image: url('../images/regs/box-newsletter.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.box-newsletter h3 {
    color: white;
}

.photoTecnology a {
    color: #313131;
}

.linkProd {
    background-color: #707070 !important;
    margin-bottom: 10px;
}

.visualizzaProd {
    margin-bottom: -30px;
}

.promo .hiddenBig {
    visibility: hidden;
}

.promo .promoKM170 {
    background-image: url('../images/promo/km170.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.promo .promoIrobot {
    background-image: url('../images/promo/irobot-promo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.promo .promoPolaroid {
    background-image: url('../images/promo/polaroid-promo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.promo .promoCrockpot {
    background-image: url('../images/promo/crockpot-promo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.promo .smallRemoveFlex {
    display: flex;
}

#roidmi .float-right {
    float: right;
}

#roidmi .float-left {
    float: left;
}

@media (max-width: 1670px) {
    /* desktop grande */
    .my-prods-box .prod-box {
        min-height: 231px;
    }

    .my-prods-box .prod-box .prod-name {
        font-size: 22px;
        height: 28px;
        line-height: 28px;
    }

    .box-com-ass .buttons.com, .box-com-ass .buttons.ass {
        width: 100%;
    }

    /*.box-com-ass .buttons.ass {
        width:85%;
    }*/
    .box-home {
        padding: 60px 5px 40px;
        margin: 0 0px 30px;
    }

    .box-home .title {
        font-size: 20px;
    }

    .box-home .subtitle {
        font-size: 15px;
    }

    .my-prods-box .prod-box .prod-image img {
        max-width: 140px;
    }

    .user-box .gree-space {
        height: 263px;
    }

    .brand-box {
        width: 23%;
        padding: 80px 20px;
    }

    /*.novita{
        min-height: 265px;
        background-size: cover;
    }*/
}

/* TICKET */
.ticket-lens {
    text-align: center;
    font-size: 25px;
}

.ticket-table th {
    border: none !important;
    font-size: 14px;
    color: gray;
}

.ticket-table td {
    vertical-align: middle !important;
    border: none !important;
    font-size: 14px;
}

.ticket-table .ticket-table-detail-header td {
    font-size: 20px;
    color: gray;
}

.ticket-table-detail-row-even td,
.ticket-table-detail-row-odd td {
    font-size: 12px;
    line-height: 18px;
}

.ticket-table-detail-row-even {
    background-color: #f9f9f9;
}

.ticket-table-detail-row-odd {
    background-color: white;
}

.ticket-table-detail-header-attach {
    font-size: 14px !important;
}

.ticket-table-detail-header-attach li {
    padding-top: 3px;
}

.ticket-add-comment {
    background-color: #b2b2b2;
    color: black;
}

.ticket-add-comment-title {
    font-size: 20px;
    color: #f9f9f9;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ticket-add-comment-message {
    width: 400px;
    height: 70px;
    font-size: 12px;
}

.ticket-add-comment-form label {
    font-size: 12px;
    color: black;
    margin: 5px;
}

.ticket-add-comment-button {
    background-color: black;
    color: white;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.ticket-add-file {
    width: 400px;
    font-size: 12px;
}

.ticket-feedback-bg {
    background-color: #565656;
}

.ticket-feedback-box {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: white;
    max-width: 600px;
}

.ticket-feedback-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
}

.ticket-feedback-cta {
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.ticket-feedback-cta.green {
    color: #61a907;
}

.ticket-feedback-cta-sub {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.ticket-feedback-cta-link {
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.green2 {
    color: #006d33 !important;
}

/* FINE TICKET */

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #464849 !important;
    border: 1px solid #464849 !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    background-color: silver !important;
}

.btn.btn-yellow {
    background-color: #FD0;
    color: black;
    font-weight: 500;
    padding: 1.5rem 5rem;
    font-size: 2rem;
}

@media (max-width: 1199px) {
    /* desktop normale */
    .user-box .col-dx .text {
        font-size: 14px;
        font-weight: 200;
    }

    .user-box .gree-space {
        height: 293px;
    }

    .my-prods-box .prod-box {
        min-height: 190px;
        padding: 20px !important;
    }

    .my-prods-box .prod-box .prod-name {
        font-size: 20px;
        height: 26px;
        line-height: 26px;
    }

    .box-com-ass .button a, .box-com-ass .button a:hover,
    .box-com-ass .button a:visited, .box-com-ass .button a:focus {
        font-size: 14px;
    }

    .box-home {
        padding: 40px 15px 30px;
        margin: 0 0 30px;
    }

    .box-home .title {
        font-size: 18px;
    }

    .box-home .subtitle {
        font-size: 13px;
    }

    .my-prods-box .prod-box .prod-image img {
        max-width: 120px;
    }

    .brand-box {
        padding: 60px 20px;
        width: 24%;
    }

    .callcenter {
        background-position: -40px top;
    }

    /*.novita{
        background-size: contain;
    }*/
    header .container {
        width: 100%;
    }

    header .navbar-nav > li > a, header .navbar-nav > li > a:visited, header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus {
        padding: 10px 8px;
    }
}

@media (max-width: 991px) {
    /* tablet */
    .promo .smallRemoveFlex {
        display: block;
    }

    header .box-login {
        right: 50px;
    }

    header .navbar {
        border: 0;
    }

    header .navbar .navbar-collapse {
        border-top: 1px solid #cfd1d2;
        background-color: #f7f7f7;
        margin: 0 -15px;
    }

    header .navbar .navbar-collapse ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    header .navbar .navbar-collapse ul li {
        border-bottom: 1px solid #cfd1d2;
    }

    .user-box .gree-space {
        height: 220px;
    }

    .my-prods-box .no-prods {
        font-size: 18px;
    }

    .my-prods-box .prod-box {
        min-height: 144px;
        padding: 15px !important;
    }

    .my-prods-box .prod-box .prod-name {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .my-prods-box .prod-box .prod-image img {
        max-width: 90px;
    }

    .box-com-ass .buttons.ass {
        width: 100%;
    }

    .box-com-ass .button a, .box-com-ass .button a:hover,
    .box-com-ass .button a:visited, .box-com-ass .button a:focus {
        font-size: 13px;
    }

    .box-com-ass .buttons.com .button, .box-com-ass .buttons.ass .button {
        width: 24%;
    }

    .brand-box {
        padding: 60px 20px;
        width: 40%;
    }

    .callcenter {
        background-position: -80px top;
    }

    .contattoProgrammato .text {
        top: 0%;
        padding: 0;
    }

    .det-prod-box {
        border-left: 0;
    }

    .det-prod-box .product-ico {
        width: 49%;
    }

    #roidmi .float-right, #roidmi .float-left {
        display: block;
        margin: auto;
        float: none;
        padding-bottom: 20px;
    }
    .reg .btn-reg {
        padding: 20px 10px;
    }

    .w-100-mb {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* smartphone */
    .promo .hiddenBig {
        visibility: visible;
    }

    .promo .smallRemoveBG {
        background-image: none;
    }

    .promo .smallRemoveFlex {
        display: block;
    }

    .form-group {
        font-size: 14px;
        min-height: 45px;
        height: auto;
    }

    .form-group .text-only {
        min-height: 45px;
        height: auto;
    }

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-left: 0;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    header {
        min-height: 80px;
    }

    header .identity-bar .commands img {
        width: 24px;
    }

    header .navbar-brand {
        height: 80px;
        line-height: 80px;
    }

    header .navbar .navbar-brand > img {
        width: 100px;
    }

    .user-box .gree-space {
        height: 0px;
    }

    .my-prods-box .prod-box {
        min-height: auto;
        border-bottom: 2px solid #bdbdbd;
    }

    .my-prods-box .prod-box .prod-name {
        font-size: 16px;
    }

    .my-prods-box .prod-box .prod-image img {
        max-width: 140px;
    }

    .my-prods-box .prod-box.border-right {
        border-right: 0px solid #bdbdbd;
    }

    .box-com-ass:first-child {
        border: 0;
    }

    .box-com-ass .title {
        font-size: 35px;
        line-height: 35px;
    }

    .box-com-ass .title .small {
        font-size: 22px;
        font-weight: 200;
    }

    .box-com-ass .buttons.com .button, .box-com-ass .buttons.ass .button {
        width: 28%;
    }

    /*.box-com-ass .buttons.ass .button {
        width:40%;
    }*/
    .top .title {
        font-size: 28px;
    }

    .top .text {
        font-size: 16px;
        padding: 0 15px;
    }

    .brand-box {
        padding: 60px 20px;
        width: 100%;
    }

    .pers-servizi {
        font-size: 22px;
    }

    .title-box {
        font-size: 35px;
    }

    .subtitle-box {
        font-size: 22px;
    }

    .text-box {
        font-size: 15px;
    }

    .text-box.big-line-height {
        line-height: 24px;
    }

    .text-box .promo-text-big {
        font-size: 20px;
    }

    .det-prod-box .product-ico {
        width: 100%;
    }

    /*CONTACT STEP3*/
    .contact .day-slot div {
        padding: 0px;
    }

    .callcenter {
        background-image: none;
    }

    /* Contatto Programmato */
    .contattoProgrammato {
        position: inherit;
        text-align: center;
    }

    .contattoProgrammato .text {
        position: inherit;
        padding: 0 15px;
    }

    .photoTermini .copyFotoEmail {
        bottom: 10%;
        left: 40%;
    }

    .photoTermini .copyFotoEmail h3 {
        font-size: 18px;
    }

    .photoTermini .copyFotoEmail h1 {
        font-size: 30px;
    }

    /* Fine Contatto Programmato */
}

@media (max-width: 450px) {

}

@media (max-width: 407px) {
    .photoTermini .copyFotoEmail h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    .photoTermini .copyFotoEmail h1 {
        font-size: 20px;
        margin-top: -10px;
    }

}

/* Loader */
.ajax-loader {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 3
}
