html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #545454;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #545454;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 25px
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f6f5f3
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.no-border {
    border: 0px !important
}

.no-padding {
    padding: 0px !important
}

.no-margin {
    margin: 0px !important
}

.no-bullet {
    list-style: none;
    list-style-image: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

em {
    font-style: italic
}

.transition_all {
    transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -webkit-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s
}

ul {
    list-style: none;
    list-style-image: none
}

ul,
ol {
    margin: 0;
    padding: 0
}

ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

ul.list_bullet li {
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
    line-height: 18px;
    background: transparent url("layout/css/img/bullet.png") no-repeat 0 3px
}

dl {
    margin: 0 0 0 0;
    padding: 0
}

dt {
    margin: 0 0 0 0
}

dd {
    margin: 0 0 0 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

.img-left {
    float: left;
    margin: 0 30px 30px 0;
    border: none
}

.img-right {
    float: right;
    margin: 0 0 30px 30px;
    border: none
}

.img-max {
    width: 100%;
    height: auto
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    border: none
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
    border: none
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none
}

.media {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc
}

.media iframe,
.media object,
.media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: none
}

figure {
    margin: 16px 0 26px 0;
    padding: 0
}

figcaption:before {
    content: "\2014 \202F"
}

figcaption {
    margin: 6px 0 0 0;
    padding: 0;
    font-size: 11px
}

::-webkit-input-placeholder {
    color: #333;
    opacity: .5
}

:-moz-placeholder {
    color: #333;
    opacity: .5
}

::-moz-placeholder {
    color: #333;
    opacity: .5
}

:-ms-input-placeholder {
    color: #333;
    opacity: .5
}

:focus::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

:focus:-moz-placeholder {
    color: #333;
    opacity: 1
}

:focus::-moz-placeholder {
    color: #333;
    opacity: 1
}

:focus:-ms-input-placeholder {
    color: #333;
    opacity: 1
}

input:focus {
    color: #000;
    border-color: #999;
    outline: none
}

textarea:focus {
    color: #000;
    border-color: #999;
    outline: none
}

select:focus {
    color: #000;
    border-color: #999;
    outline: none
}

.ir {
    text-indent: -99999px
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.padding-bottom-0 {
    padding-bottom: 0px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

@media (max-width: 767px) {
    .padding-bottom-25 {
        padding-bottom: 20px !important
    }
    .padding-bottom-30 {
        padding-bottom: 20px !important
    }
    .padding-bottom-40 {
        padding-bottom: 20px !important
    }
    .padding-bottom-50 {
        padding-bottom: 20px !important
    }
    .padding-bottom-60 {
        padding-bottom: 20px !important
    }
    .padding-bottom-70 {
        padding-bottom: 20px !important
    }
    .padding-bottom-80 {
        padding-bottom: 20px !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .padding-bottom-40 {
        padding-bottom: 20px !important
    }
    .padding-bottom-50 {
        padding-bottom: 20px !important
    }
    .padding-bottom-60 {
        padding-bottom: 20px !important
    }
    .padding-bottom-70 {
        padding-bottom: 20px !important
    }
    .padding-bottom-80 {
        padding-bottom: 20px !important
    }
}

.padding-top-0 {
    padding-top: 0px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

@media (max-width: 767px) {
    .padding-top-25 {
        padding-top: 20px !important
    }
    .padding-top-30 {
        padding-top: 20px !important
    }
    .padding-top-40 {
        padding-top: 20px !important
    }
    .padding-top-50 {
        padding-top: 20px !important
    }
    .padding-top-60 {
        padding-top: 20px !important
    }
    .padding-top-70 {
        padding-top: 20px !important
    }
    .padding-top-80 {
        padding-top: 20px !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .padding-top-40 {
        padding-top: 20px !important
    }
    .padding-top-50 {
        padding-top: 20px !important
    }
    .padding-top-60 {
        padding-top: 20px !important
    }
    .padding-top-70 {
        padding-top: 20px !important
    }
    .padding-top-80 {
        padding-top: 20px !important
    }
}

.padding-left-0 {
    padding-left: 0px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

@media (max-width: 767px) {
    .padding-left-25 {
        padding-left: 25px !important
    }
    .padding-left-30 {
        padding-left: 25px !important
    }
    .padding-left-40 {
        padding-left: 25px !important
    }
    .padding-left-50 {
        padding-left: 25px !important
    }
    .padding-left-60 {
        padding-left: 25px !important
    }
    .padding-left-70 {
        padding-left: 25px !important
    }
    .padding-left-80 {
        padding-left: 25px !important
    }
    .text-center-mobile.padding-left-25 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-30 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-40 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-50 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-60 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-70 {
        padding-left: 0px !important
    }
    .text-center-mobile.padding-left-80 {
        padding-left: 0px !important
    }
}

.padding-right-0 {
    padding-right: 0px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

@media (max-width: 767px) {
    .padding-right-25 {
        padding-right: 25px !important
    }
    .padding-right-30 {
        padding-right: 25px !important
    }
    .padding-right-40 {
        padding-right: 25px !important
    }
    .padding-right-50 {
        padding-right: 25px !important
    }
    .padding-right-60 {
        padding-right: 25px !important
    }
    .padding-right-70 {
        padding-right: 25px !important
    }
    .padding-right-80 {
        padding-right: 25px !important
    }
    .text-center-mobile.padding-right-25 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-30 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-40 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-50 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-60 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-70 {
        padding-right: 0px !important
    }
    .text-center-mobile.padding-right-80 {
        padding-right: 0px !important
    }
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

@media (max-width: 767px) {
    .margin-bottom-25 {
        margin-bottom: 20px !important
    }
    .margin-bottom-30 {
        margin-bottom: 20px !important
    }
    .margin-bottom-40 {
        margin-bottom: 20px !important
    }
    .margin-bottom-50 {
        margin-bottom: 20px !important
    }
    .margin-bottom-60 {
        margin-bottom: 20px !important
    }
    .margin-bottom-70 {
        margin-bottom: 20px !important
    }
    .margin-bottom-80 {
        margin-bottom: 20px !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .margin-bottom-40 {
        margin-bottom: 20px !important
    }
    .margin-bottom-50 {
        margin-bottom: 20px !important
    }
    .margin-bottom-60 {
        margin-bottom: 20px !important
    }
    .margin-bottom-70 {
        margin-bottom: 20px !important
    }
    .margin-bottom-80 {
        margin-bottom: 20px !important
    }
}

.margin-top-0 {
    margin-top: 0px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

@media (max-width: 767px) {
    .margin-top-25 {
        margin-top: 20px !important
    }
    .margin-top-30 {
        margin-top: 20px !important
    }
    .margin-top-40 {
        margin-top: 20px !important
    }
    .margin-top-50 {
        margin-top: 20px !important
    }
    .margin-top-60 {
        margin-top: 20px !important
    }
    .margin-top-70 {
        margin-top: 20px !important
    }
    .margin-top-80 {
        margin-top: 20px !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .margin-top-40 {
        margin-top: 20px !important
    }
    .margin-top-50 {
        margin-top: 20px !important
    }
    .margin-top-60 {
        margin-top: 20px !important
    }
    .margin-top-70 {
        margin-top: 20px !important
    }
    .margin-top-80 {
        margin-top: 20px !important
    }
}

.margin-right-0 {
    margin-right: 0px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-left-0 {
    margin-left: 0px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.noborder {
    border: none !important
}

.flower-logo-natural-size {
    width: 100%;
    max-width: 102px !important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.25;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #e4e4e4
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0 0 0 0
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 0 0
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 40px
}

h2,
.h2 {
    font-size: 30px;
    font-weight: 600
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

.section__title--simple h2 {
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    margin: 0 0 0 0;
    background: #ffffff;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

.section__title--simple p {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300
}

.section__title--simple p.h5 {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300;
    background: #ffffff;
    display: inline-block
}

.section__title--simple p.h4 {
    font-size: 22px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300;
    background: #ffffff;
    display: inline-block
}

.section__title {
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 0 30px 0
}

.section__title:before {
    content: " ";
    background: #f2f0e4;
    height: 1px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 20px
}

.section__title h2{
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    margin: 0 0 0 0;
    background: #ffffff;
    padding: 0 20px 0 20px;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

.section__title h5{
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    margin: 0 0 0 0;
    background: #ffffff;
    padding: 9px 14px 0 20px;
    display: inline-block;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

.section__title p {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300
}

.section__title p.h5 {
    font-size: 18px;
    font-style: italic;
    margin-top: 10px;
    font-weight: 300;
    padding: 0 20px 0 20px;
    background: #ffffff;
    display: inline-block
}

.section__title p.h4 {
    font-size: 22px;
    font-style: italic;
    margin-top: 4px;
    font-weight: 300;
    background: #ffffff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px
}

.section__title p.text-normal {
    font-weight: 500
}

.section__title p.regular {
    font-style: normal !important;
    font-weight: 400;
    font-size: 22px
}

.section__title.section__title--no-border:before {
    content: none;
    background: none;
    height: auto;
    display: none;
    width: auto;
    position: relative;
    z-index: 0;
    top: auto
}

.section__title.section__title--no-border h2 {
    background: none
}

.section__title.section__title--small {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.section__title.section__title--small h2 {
    font-size: 22px
}

.section__title.section__title-blue:before {
    background: #183e6d;
    height: 2px
}

.section__title.section__title-blue p {
    font-style: normal;
    font-size: 16px;
    font-weight: 400
}

.title-small {
    margin: 40px 0 20px 0;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

.title-small:before,
.title-small:after {
    content: " ";
    display: table
}

.title-small:after {
    clear: both
}

.title-small {
    *zoom: 1
}

.title-small h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000
}

p {
    margin: 0 0 0 0;
    line-height: 1.5
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

.uppercase {
    text-transform: uppercase
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

@media (max-width: 1047px) {
    .text-center-mobile {
        text-align: center
    }
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #e4e4e4
}

.text-primary {
    color: #545454
}

a.text-primary:hover {
    color: #3b3b3b
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #545454
}

a.bg-primary:hover {
    background-color: #3b3b3b
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #f6f5f3
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.dl-horizontal dd {
    *zoom: 1
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #e4e4e4
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f6f5f3
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #e4e4e4
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f6f5f3;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

.breadcrumbs {
    font-size: 12px
}

.breadcrumbs a {
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
    margin-right: 5px;
    padding-right: 15px;
    position: relative;
    z-index: 0
}

.breadcrumbs a:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0;
    background: transparent url("clientlib-css/img/freccia_breadcrumb.svg") no-repeat center center;
    width: 10px;
    height: 10px
}

.breadcrumbs span {
    font-weight: 700;
    display: inline-block
}

hr {
    background: #f2f0e4
}

.text-large {
    font-size: 16px
}

.text-large a {
    color: #f16f20
}

.weight-normal {
    font-weight: 400 !important
}

.text-link {
    color: #545454
}

.text-link a {
    text-decoration: underline;
    color: #545454
}

.main-color {
    color: #f68429
}

.section-title-bold h3 {
    font-size: 22px
}

.container-large-blue .section-title-bold h3 {
    color: #12727b
}

h4.title-italic,
.h4.title-italic {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 30px 0
}

@media (max-width: 1047px) {
    .mobile-center {
        text-align: center;
        display: block
    }
}

.underline {
    text-decoration: underline
}

.icon-small {
    width: 19px;
    height: auto
}

.color-red {
    color: #e20714
}

.padding-container {
    padding: 40px 64px 20px 64px
}

@media (max-width: 1047px) {
    .padding-container {
        padding: 20px 0px 10px 0px
    }
}

.arrow-top {
    position: relative;
    z-index: 0;
    margin-bottom: 40px
}

.arrow-top svg {
    width: 20px;
    display: inline-block;
    clear: both;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 50%;
    margin-left: -10px
}

.arrow-top span {
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0
}

.arrow-bottom {
    position: relative;
    z-index: 0;
    margin-bottom: 40px
}

.arrow-bottom svg {
    width: 20px;
    display: inline-block;
    clear: both;
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    margin-left: -10px
}

.arrow-bottom span {
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0
}

.box-card-movements .alert {
    position: relative;
    z-index: 0;
    border: 2px solid #ccc7b7;
    padding: 30px 50px 30px 50px;
    margin: 20px 0 40px 0
}

.box-card-movements .alert:before,
.box-card-movements .alert:after {
    content: " ";
    display: table
}

.box-card-movements .alert:after {
    clear: both
}

.box-card-movements .alert {
    *zoom: 1
}

.box-card-movements .alert p {
    font-size: 20px !important;
    color: #545454;
    position: relative;
    z-index: 0;
    padding: 0 0 0 85px
}

.box-card-movements .alert img {
    width: 64px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 50px
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container {
    *zoom: 1
}

@media (min-width: 768px) {
    .container {
        width: 744px
    }
}

@media (min-width: 1048px) {
    .container {
        width: 964px
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1164px
    }
}

.container {
    width: 100%
}

@media (min-width: 1048px) {
    .container {
        width: 1048px
    }
}

.container-large {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container-large:before,
.container-large:after {
    content: " ";
    display: table
}

.container-large:after {
    clear: both
}

.container-large {
    *zoom: 1
}

@media (min-width: 768px) {
    .container-large {
        width: 744px
    }
}

@media (min-width: 1048px) {
    .container-large {
        width: 964px
    }
}

@media (min-width: 1440px) {
    .container-large {
        width: 1164px
    }
}

.container-large {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px
}

@media (min-width: 1440px) {
    .container-large {
        width: 1440px
    }
}

.container-large.container-large-blue {
    background: #dceaeb
}

.container-large.container-large-green {
    background: rgba(129, 187, 39, 0.2)
}

.container-large.container-large-greendark {
    background: rgba(1, 120, 44, 0.15)
}

.container-large.container-large-red {
    background: rgba(227, 32, 19, 0.15)
}

.container-large.container-large-light {
    background: #f3f0eb
}

.container-grey {
    background: #f6f5f3
}

.container-light {
    background: #f8f6ef
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.container-fluid {
    *zoom: 1
}

.contenuto-centrato-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200
}

.contenuto-centrato-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.container-map {
    background: rgba(242, 240, 228, 0.3);
    padding-left: 0px;
    padding-right: 0px
}

.container-map .row {
    margin-left: 0px;
    margin-right: 0px
}

.container-map .row .col-md-12 {
    padding: 0
}

.section__wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.section__wrapper.section-table h3,
.section__wrapper.section-table .h3 {
    font-size: 24px;
    font-weight: 400
}

.section__wrapper.section-courtesy {
    margin-top: 50px
}

.section__wrapper.section-courtesy img {
    width: 100%;
    height: auto;
    max-width: 328px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.section__wrapper.section-courtesy .box-courtesy-content {
    padding: 60px 40px 60px 40px
}

.section__wrapper.section-courtesy .box-courtesy-content h1 {
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 20px 0
}

.section__wrapper.section-courtesy .box-courtesy-content p {
    font-size: 16px;
    margin: 0 0 20px 0
}

.section__wrapper.section-courtesy .box-courtesy-content p a {
    color: #f68429;
    text-decoration: underline
}

.section__wrapper.section-courtesy .box-courtesy-content p.text-large {
    font-size: 18px
}

.section__wrapper.section-courtesy .box-courtesy-content p.underline {
    text-decoration: underline
}

.section__wrapper.section__carousel--featured {
    position: relative;
    z-index: 0
}

.section__wrapper.section__carousel--featured .carousel-box-simple-with-featured {
    position: relative;
    z-index: 1
}

.section__wrapper.section__carousel--featured .box-simple-featured {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0
}

@media (max-width: 1047px) {
    .section__wrapper.section__carousel--featured .box-simple-featured {
        position: relative;
        z-index: 0;
        top: auto;
        left: auto
    }
}

.section__wrapper.section__carousel--featured .box-simple-featured .box-simple-featured-content {
    padding: 30px 80px 0 435px
}

@media (max-width: 1047px) {
    .section__wrapper.section__carousel--featured .box-simple-featured .box-simple-featured-content {
        padding: 0 0 20px 0
    }
}

.section__wrapper.section__carousel--featured .box-simple-featured .box-simple-featured-content h1 {
    font-size: 32px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px 0
}

.section__wrapper.section__carousel--featured .box-simple-featured .box-simple-featured-content p {
    font-size: 16px;
    line-height: 1.5
}

.section__wrapper.section__wrapper-recipe {
    padding-left: 0px;
    padding-right: 0px
}

@media (max-width: 1047px) {
    .section__wrapper.section__wrapper-recipe .text-right {
        text-align: center;
        background: #e6f1d4;
        margin-top: 0px !important;
        padding: 0px 0 20px 0
    }
    .section__wrapper.section__wrapper-recipe .text-right.bg-brown {
        background: rgba(174, 49, 47, 0.2)
    }
    .section__wrapper.section__wrapper-recipe .text-right.bg-blue {
        background: rgba(24, 62, 109, 0.1)
    }
    .section__wrapper.section__wrapper-recipe .text-right.bg-greendark {
        background: rgba(1, 120, 44, 0.15)
    }
    .section__wrapper.section__wrapper-recipe .text-right.bg-red {
        background: rgba(227, 32, 19, 0.15)
    }
}

.section__wrapper.section__brown {
    background: #b55e3c;
    color: #ffffff
}

.section__wrapper.section_secondary-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 0 0 0 0;
    position: relative;
    z-index: 2
}

.body_wrapper {
    padding-top: 97px
}

@media (max-width: 1047px) {
    .body_wrapper {
        padding-top: 64px
    }
}

.container-shop {
    position: relative;
    z-index: 0;
    padding-left: 20px
}

.container-shop:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #f68429;
    content: " ";
    display: block
}

.title-recipe {
    font-size: 32px;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

@media (max-width: 1047px) {
    .title-recipe {
        text-align: center;
        margin: 0 0 30px 0;
        font-size: 22px
    }
}

.container-recipes {
    position: relative;
    z-index: 0;
    padding-right: 500px;
    min-height: 325px;
    margin: 40px 0 0 0
}

.container-recipes:before,
.container-recipes:after {
    content: " ";
    display: table
}

.container-recipes:after {
    clear: both
}

.container-recipes {
    *zoom: 1
}

@media (max-width: 1047px) {
    .container-recipes {
        padding: 0 15px 0 15px;
        min-height: none;
        margin: 0 0 0 0
    }
}

.container-recipes .carousel-numbers-single,
.container-recipes .carousel-numbers-single-blue,
.container-recipes .carousel-numbers-single-brown,
.container-recipes .carousel-numbers-single-greendark,
.container-recipes .carousel-numbers-single-red {
    position: absolute;
    z-index: 3;
    top: -80px;
    right: 68px;
    width: 338px
}

@media (max-width: 1047px) {
    .container-recipes .carousel-numbers-single,
    .container-recipes .carousel-numbers-single-blue,
    .container-recipes .carousel-numbers-single-brown,
    .container-recipes .carousel-numbers-single-greendark,
    .container-recipes .carousel-numbers-single-red {
        position: relative;
        z-index: 0;
        top: auto;
        right: auto;
        width: 100%
    }
}

.container-recipes .carousel-numbers-single .owl-stage-outer .owl-item .item,
.container-recipes .carousel-numbers-single-blue .owl-stage-outer .owl-item .item,
.container-recipes .carousel-numbers-single-brown .owl-stage-outer .owl-item .item,
.container-recipes .carousel-numbers-single-greendark .owl-stage-outer .owl-item .item,
.container-recipes .carousel-numbers-single-red .owl-stage-outer .owl-item .item {
    padding: 5px
}

.container-recipes .carousel-numbers,
.container-recipes .carousel-numbers-blue,
.container-recipes .carousel-numbers-brown,
.container-recipes .carousel-numbers-greendark,
.container-recipes .carousel-numbers-red {
    position: relative;
    z-index: 0
}

.container-recipes .carousel-numbers:before,
.container-recipes .carousel-numbers:after,
.container-recipes .carousel-numbers-blue:before,
.container-recipes .carousel-numbers-blue:after,
.container-recipes .carousel-numbers-brown:before,
.container-recipes .carousel-numbers-brown:after,
.container-recipes .carousel-numbers-greendark:before,
.container-recipes .carousel-numbers-greendark:after,
.container-recipes .carousel-numbers-red:before,
.container-recipes .carousel-numbers-red:after {
    content: " ";
    display: table
}

.container-recipes .carousel-numbers:after,
.container-recipes .carousel-numbers-blue:after,
.container-recipes .carousel-numbers-brown:after,
.container-recipes .carousel-numbers-greendark:after,
.container-recipes .carousel-numbers-red:after {
    clear: both
}

.container-recipes .carousel-numbers,
.container-recipes .carousel-numbers-blue,
.container-recipes .carousel-numbers-brown,
.container-recipes .carousel-numbers-greendark,
.container-recipes .carousel-numbers-red {
    *zoom: 1
}

@media (max-width: 1047px) {
    .container-recipes .carousel-numbers,
    .container-recipes .carousel-numbers-blue,
    .container-recipes .carousel-numbers-brown,
    .container-recipes .carousel-numbers-greendark,
    .container-recipes .carousel-numbers-red {
        text-align: center;
        padding: 10px 0 20px 0 !important
    }
}

.container-recipes .carousel-numbers .owl-stage-outer .owl-stage .owl-item,
.container-recipes .carousel-numbers-blue .owl-stage-outer .owl-stage .owl-item,
.container-recipes .carousel-numbers-brown .owl-stage-outer .owl-stage .owl-item,
.container-recipes .carousel-numbers-greendark .owl-stage-outer .owl-stage .owl-item,
.container-recipes .carousel-numbers-red .owl-stage-outer .owl-stage .owl-item {
    float: none !important;
    margin-right: 0px !important;
    width: 100% !important;
    clear: both !important
}

@media (max-width: 1047px) {
    .container-recipes .carousel-numbers .owl-stage-outer .owl-stage .owl-item,
    .container-recipes .carousel-numbers-blue .owl-stage-outer .owl-stage .owl-item,
    .container-recipes .carousel-numbers-brown .owl-stage-outer .owl-stage .owl-item,
    .container-recipes .carousel-numbers-greendark .owl-stage-outer .owl-stage .owl-item,
    .container-recipes .carousel-numbers-red .owl-stage-outer .owl-stage .owl-item {
        float: none !important;
        margin: 0 0 0 0 !important;
        width: auto !important;
        clear: none !important;
        display: inline-block
    }
}

.container-recipes .recipes-description {
    padding: 30px
}

.container-recipes .recipes-description h3 {
    margin-bottom: 15px;
    font-size: 22px
}

.container-recipes .recipes-description p {
    font-size: 14px
}

@media (max-width: 1047px) {
    .container-recipes .recipes-description {
        text-align: center
    }
    .container-recipes .recipes-description h3 {
        font-size: 14px
    }
    .container-recipes .recipes-description p {
        font-size: 12px
    }
}

@media (max-width: 1439px) {
    .section__wrapper-box-profile .row {
        margin-bottom: 0px !important
    }
}

@media (max-width: 1047px) {
    .section__breadcrumbs {
        background: #f8f6ef;
        height: 65px;
        position: relative;
        z-index: 1
    }
    .section__breadcrumbs .back-container span {
        display: none
    }
    .section__breadcrumbs .toggle-filters-sidebar img {
        height: 22px;
        width: auto
    }
    .section__breadcrumbs h4 {
        text-align: center
    }
}

.section-last-visited {
    position: relative;
    z-index: 0;
    background: #f8f6ef
}

.section-last-visited:before,
.section-last-visited:after {
    content: " ";
    display: table
}

.section-last-visited:after {
    clear: both
}

.section-last-visited {
    *zoom: 1
}

.section-last-visited h3,
.section-last-visited .h3 {
    font-size: 22px
}

.section-last-visited .address {
    font-size: 22px;
    font-weight: 700;
    color: #f68429;
    position: relative;
    z-index: 0;
    margin: 4px 0 0 0
}

.section-last-visited .address:before,
.section-last-visited .address:after {
    content: " ";
    display: table
}

.section-last-visited .address:after {
    clear: both
}

.section-last-visited .address {
    *zoom: 1
}

.section-last-visited .address a {
    color: #f68429;
    text-decoration: underline
}

.section-last-visited img {
    width: 100%;
    max-width: 265px
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row {
    *zoom: 1
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1048px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1440px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.grid,
.box-square-list,
.list-locations {
    margin: 0 -10px 0 -10px
}

@media (max-width: 767px) {
    .grid,
    .box-square-list,
    .list-locations {
        margin: 0
    }
}

.grid-item,
.box-square-list .box-square {
    float: left;
    width: 30.3333%;
    height: auto;
    margin: 0 1.5% 40px 1.5%;
    overflow: hidden
}

@media (max-width: 767px) {
    .grid-item,
    .box-square-list .box-square {
        width: 100%;
        margin: 0 0 40px 0
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .grid-item,
    .box-square-list .box-square {
        width: 47%;
        margin: 0 1.5% 40px 1.5%
    }
}

@media (max-width: 1047px) {
    .grid-item,
    .box-square-list .box-square {
        height: auto !important
    }
}

.list-locations .location-box {
    float: left;
    width: 47%;
    height: auto;
    margin: 0 1.5% 40px 1.5%;
    overflow: hidden
}

@media (max-width: 1047px) {
    .list-locations .location-box {
        width: 100%;
        margin: 0 0 40px 0
    }
}

@media (max-width: 1047px) {
    .list-locations .location-box {
        height: auto !important
    }
}

.box-square-list.box-square-list-small .box-square,
.box-simple-list-wrapper .box--simple {
    float: left;
    width: 23%;
    height: auto;
    margin: 0 1% 40px 1%;
    overflow: visible !important
}

@media (max-width: 767px) {
    .box-square-list.box-square-list-small .box-square,
    .box-simple-list-wrapper .box--simple {
        width: 100%;
        margin: 0 0 40px 0
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .box-square-list.box-square-list-small .box-square,
    .box-simple-list-wrapper .box--simple {
        width: 47%;
        margin: 0 1.5% 40px 1.5%
    }
}

@media (max-width: 1047px) {
    .box-square-list.box-square-list-small .box-square,
    .box-simple-list-wrapper .box--simple {
        height: auto !important
    }
}

.box-simple-list-wrapper {
    margin: 0 -15px 0 -15px
}

@media (max-width: 767px) {
    .box-simple-list-wrapper {
        margin: 0
    }
}

.box-simple-list-wrapper .box--simple .box--simple__thumb {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px !important
}

.list-elements ul li {
    float: left;
    width: 30.3333%;
    height: auto;
    margin: 0 1.5% 20px 1.5%;
    overflow: hidden;
    padding-left: 35px;
    position: relative;
    z-index: 0;
    font-size: 14px
}

.list-elements ul li:before {
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 10px;
    content: "\b7";
    font-size: 20px
}

@media (max-width: 767px) {
    .list-elements ul li {
        width: 100%;
        margin: 0 0 20px 0
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .list-elements ul li {
        width: 47%;
        margin: 0 1.5% 20px 1.5%
    }
}

@media (max-width: 1047px) {
    .list-elements ul li {
        height: auto !important
    }
}

.section-title-large:before,
.section-title-large:after {
    content: " ";
    display: table
}

.section-title-large:after {
    clear: both
}

.section-title-large {
    *zoom: 1
}

.section-title-large h1 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 20px 0
}

.section-title-large p {
    font-size: 16px
}

div.grid div.grid-item,
div.box-square-list div.box-square {
    display: none
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e4e4e4;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top
}

.table>thead>tr>th {
    vertical-align: bottom;
    padding: 0
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f8f6ef
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.table tbody tr td {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #777;
    vertical-align: middle
}

@media (max-width: 1047px) {
    .table tbody tr td {
        font-size: 14px
    }
}

.table tbody tr td:last-child {
    border-right: none
}

.table tbody tr td .dot {
    background: #898989;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px
}

@media (max-width: 1047px) {
    .table tbody tr td .dot {
        width: 6px;
        height: 6px
    }
}

.thead-container {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 0
}

.thead-container:before,
.thead-container:after {
    content: " ";
    display: table
}

.thead-container:after {
    clear: both
}

.thead-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .thead-container {
        font-size: 12px;
        text-align: center
    }
}

.thead-container img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15px;
    height: 36px;
    width: auto;
    margin-top: -18px
}

@media (max-width: 1047px) {
    .thead-container img {
        display: none
    }
}

.thead-container.thead-main {
    background: #898989;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px
}

@media (max-width: 1047px) {
    .thead-container.thead-main {
        padding-left: 10px;
        padding-right: 10px
    }
}

.thead-container.thead-left {
    background: rgba(204, 199, 183, 0.7);
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 65px
}

@media (max-width: 1047px) {
    .thead-container.thead-left {
        padding-left: 0px
    }
}

@media (min-width: 1048px) {
    .thead-container.thead-left:before {
        position: absolute;
        z-index: 1;
        content: " ";
        display: block;
        top: 10px;
        right: 0;
        background: #ffffff;
        width: 2px;
        height: 38px
    }
}

.thead-container.thead-center {
    background: rgba(204, 199, 183, 0.7);
    padding-left: 95px
}

@media (max-width: 1047px) {
    .thead-container.thead-center {
        padding-left: 0px
    }
}

@media (min-width: 1048px) {
    .thead-container.thead-center:before {
        position: absolute;
        z-index: 1;
        content: " ";
        display: block;
        top: 10px;
        right: 0;
        background: #ffffff;
        width: 2px;
        height: 38px
    }
}

.thead-container.thead-right {
    background: rgba(204, 199, 183, 0.7);
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
    padding-left: 85px
}

@media (max-width: 1047px) {
    .thead-container.thead-right {
        padding-left: 0px
    }
}

.thead-container p {
    display: block
}

@media (max-width: 1047px) {
    .thead-container p {
        max-width: 100px;
        line-height: 1.28
    }
}

.table-container-large:before,
.table-container-large:after {
    content: " ";
    display: table
}

.table-container-large:after {
    clear: both
}

.table-container-large {
    *zoom: 1
}

.table-container-large .table thead tr th {
    padding: 12px 8px 12px 8px;
    border-bottom: 2px solid rgba(204, 199, 183, 0.5);
    font-size: 18px;
    color: #545454
}

.table-container-large .table tfoot tr td {
    padding: 15px 8px 12px 8px;
    font-size: 18px;
    color: #545454;
    font-weight: 700
}

.table-container-large .table tbody {
    color: #545454;
    font-size: 16px
}

.table-container-large .table tbody tr {
    font-size: 16px
}

.table-container-large .table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    text-align: left;
    border: none;
    border-bottom: 2px solid rgba(204, 199, 183, 0.5);
    padding: 12px 8px 12px 8px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #5f5f5f;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ccc
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px 0 20px;
    font-size: 14px;
    line-height: 40px;
    color: #545454;
    background-color: #fff;
    background-image: none;
    border: 2px solid #777676;
    border-radius: 25px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #777676;
    outline: 0;
    color: #555
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

@media (max-width: 1047px) {
    .form-control {
        height: 34px;
        line-height: 34px
    }
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 40px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 50px
    }
}

.subtitle-form {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 25px
}

select.input-lg {
    height: 50px;
    line-height: 50px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 25px
}

.form-group-lg select.form-control {
    height: 50px;
    line-height: 50px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #949494
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group {
    *zoom: 1
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.checkbox {
    padding-left: 30px
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    margin-left: -30px;
    border: 1px solid #777676;
    background-color: #fff;
    top: 0px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out
}

.checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    top: -2px;
    margin-left: -25px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 24px;
    color: #ccc;
    line-height: 1
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.checkbox input[type="checkbox"]:focus+label:before,
.checkbox input[type="radio"]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.checkbox input[type="checkbox"]:checked+label:after,
.checkbox input[type="radio"]:checked+label:after {
    content: "\2714"
}

.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed
}

.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
    opacity: 0.65
}

.checkbox input[type="checkbox"]:disabled+label:before,
.checkbox input[type="radio"]:disabled+label:before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label:before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox label {
    font-size: 15px
}

.checkbox label:before {
    background: #cacaca;
    border: none
}

.checkbox input[type="checkbox"]:checked+label:after {
    color: #ffffff
}

.radio {
    padding-left: 30px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    margin-left: -30px;
    border: 4px solid #808080;
    border-radius: 50%;
    background-color: #fff;
    top: 2px;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    left: 4px;
    top: 6px;
    margin-left: -30px;
    border-radius: 50%;
    background-color: #00ce6c;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.radio input[type="radio"]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type="radio"]:checked+label:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type="radio"]:disabled {
    cursor: not-allowed
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65
}

.radio input[type="radio"]:disabled+label:before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
    content: "\2714"
}

input[type="checkbox"] .styled:checked+label:before,
input[type="radio"] .styled:checked+label:before {
    color: #fff
}

input[type="checkbox"] .styled:checked+label:after,
input[type="radio"] .styled:checked+label:after {
    color: #fff
}

.radio-small {
    padding-left: 0px;
    margin-right: 8px
}

.radio-small label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.radio-small label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    margin-left: -12px;
    border: 1px solid #ccc7b7;
    border-radius: 50%;
    background-color: #fff;
    top: 3px;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out
}

.radio-small label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    left: 2px;
    top: 5px;
    margin-left: -12px;
    border-radius: 50%;
    background-color: #ccc7b7;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
}

.radio-small input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0 0 0 0
}

.radio-small input[type="radio"]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio-small input[type="radio"]:checked+label:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio-small input[type="radio"]:disabled {
    cursor: not-allowed
}

.radio-small input[type="radio"]:disabled+label {
    opacity: 0.65
}

.radio-small input[type="radio"]:disabled+label:before {
    cursor: not-allowed
}

.radio-small.radio-inline {
    margin-top: 0
}

.box-simple-rounded label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0px !important;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.box-simple-rounded label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 22px;
    border: none;
    background: none;
    border-radius: 50%;
    top: 50%;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    margin-top: -10px
}

.box-simple-rounded input[type="radio"] {
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    margin: 0 0 0 0;
    position: absolute
}

.box-simple-rounded input[type="radio"]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.box-simple-rounded input[type="radio"]:checked+label:before {
    background: #f68429
}

.box-simple-rounded input[type="radio"]:disabled {
    cursor: not-allowed
}

.box-simple-rounded input[type="radio"]:disabled+label {
    opacity: 0.65
}

.box-simple-rounded input[type="radio"]:disabled+label:before {
    cursor: not-allowed
}

.box-simple-rounded input[type="radio"]:checked+label {
    background: #f2f0e4
}

.box-simple-rounded.radio-inline {
    margin-top: 0
}

.form-search-shop-large {
    position: relative;
    z-index: 0;
    margin: 0 0 0 0
}

.form-search-shop-large:before,
.form-search-shop-large:after {
    content: " ";
    display: table
}

.form-search-shop-large:after {
    clear: both
}

.form-search-shop-large {
    *zoom: 1
}

@media (max-width: 1047px) {
    .form-search-shop-large {
        margin-top: 10px
    }
}

.form-search-shop-large input.form-control {
    position: relative;
    z-index: 0;
    padding-right: 58px;
    height: 50px;
    line-height: 50px;
    padding-left: 58px;
    text-align: center;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media (max-width: 1047px) {
    .form-search-shop-large input.form-control {
        height: 38px;
        line-height: 38px;
        margin-bottom: 20px
    }
}

.form-search-shop-large input.btn {
    padding-top: 16px;
    padding-bottom: 16px
}

@media (max-width: 1047px) {
    .form-search-shop-large input.btn {
        height: 38px;
        line-height: 38px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.form-search-shop-large .button-remove {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 28px;
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
    padding: 0 0 0 0;
    background: #ccc url("clientlib-css/img/icon-close.png") no-repeat center center;
    background-size: 14px 14px;
    text-indent: -99999px;
    width: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.form-search-shop-large.form-search-shop-large-back .back {
    display: none
}

@media (max-width: 1047px) {
    .form-search-shop-large.form-search-shop-large-back {
        margin-right: 0px !important;
        margin-left: 40px
    }
    .form-search-shop-large.form-search-shop-large-back .back {
        position: absolute;
        z-index: 1;
        top: 5px;
        left: -38px;
        width: 28px;
        height: 28px;
        display: block
    }
    .form-search-shop-large.form-search-shop-large-back .back img {
        width: 28px;
        height: 28px;
        display: block
    }
}

.search-shop-large p {
    font-size: 31px;
    margin: 0 0 20px 0
}

@media (max-width: 1047px) {
    .search-shop-large p {
        font-size: 25px
    }
}

.search-shop-large p strong {
    font-style: italic
}

.search-shop-large .cancel {
    display: none
}

.search-shop-large img.icon {
    width: 100%;
    height: auto;
    max-width: 120px;
    display: inline-block
}

@media (max-width: 1047px) {
    .search-shop-large img.icon {
        max-width: 80px
    }
}

.search-shop-large input.form-control {
    width: 95%
}

@media (max-width: 1047px) {
    .search-shop-large input.form-control {
        width: 100%
    }
}

@media (max-width: 1047px) {
    .search-shop-large.search-shop-large-mobile .row .col-md-10 .row {
        display: none
    }
    .search-shop-large.search-shop-large-mobile .row .col-md-10 .form-search-shop-large .row {
        display: block !important
    }
    .search-shop-large.search-shop-large-mobile .row .col-md-10 .form-search-shop-large {
        margin-right: 35px
    }
    .search-shop-large.search-shop-large-mobile .cancel {
        display: block;
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 28px;
        width: 18px;
        height: 18px
    }
    .search-shop-large.search-shop-large-mobile .cancel img {
        width: 18px;
        height: 18px;
        display: block
    }
}

.form-newsletter {
    position: relative;
    z-index: 0;
    padding: 0 0 10px 0
}

.form-newsletter:before,
.form-newsletter:after {
    content: " ";
    display: table
}

.form-newsletter:after {
    clear: both
}

.form-newsletter {
    *zoom: 1
}

.form-newsletter input.form-control {
    position: relative;
    z-index: 0;
    padding-right: 38px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border: none;
    font-size: 12px;
    padding-left: 30px
}

.form-newsletter .button-arrow-small {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    height: 28px;
    line-height: 28px;
    background: none;
    border: none;
    padding: 0 0 0 0;
    background: transparent url("clientlib-css/img/icon-arrow-small-right.png") no-repeat center center;
    background-size: 10px 18px;
    text-indent: -99999px;
    width: 10px
}

.form-group-select {
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent url("clientlib-css/img/icon-arrow-bottom.png") no-repeat right center;
    background-color: rgba(255, 255, 255, 0.38);
    display: block;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    color: #ccc;
    background-color: #fff;
    border: 2px solid #777676;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.form-group-select select {
    padding: 0 50px 0 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    cursor: pointer
}

.form-group-select select option {
    background-color: #ffffff !important;
    border: none !important
}

.form-group-select select:focus {
    outline: none
}

.form-group-select-light {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    color: #898989;
    background-color: #fff;
    border-bottom: 1px solid #545454;
    background: transparent url("clientlib-css/img/freccia-giu.svg") no-repeat right center
}

.form-group-select-light.green {
    color: #12727b
}

.form-group-select-light.brown {
    color: #722015
}

.form-group-select-light.greendark {
    color: #4a960a
}

.form-group-select-light select {
    padding: 0 20px 0 20px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
    font-style: normal;
    color: #545454
}

.form-group-select-light select option {
    background-color: #ffffff !important;
    border: none !important
}

.form-group-select-light.green select {
    color: #12727b
}

.form-group-select-light.brown select {
    color: #722015
}

.form-group-select-light.greendark select {
    color: #4a960a
}

.form-group-select-light select:focus {
    outline: none
}

.select-group-light:before,
.select-group-light:after {
    content: " ";
    display: table
}

.select-group-light:after {
    clear: both
}

.select-group-light {
    *zoom: 1
}

.select-group-light .form-group-select-light {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
    background: none
}

.select-group-light .form-group-select-light:before,
.select-group-light .form-group-select-light:after {
    content: " ";
    display: table
}

.select-group-light .form-group-select-light:after {
    clear: both
}

.select-group-light .form-group-select-light {
    *zoom: 1
}

.select-group label {
    display: block;
    margin: 0 0 0 0
}

.select-group label:before,
.select-group label:after {
    content: " ";
    display: table
}

.select-group label:after {
    clear: both
}

.select-group label {
    *zoom: 1
}

.select-group-large .form-group-select-light {
    border: 2px solid #ccc7b7;
    height: 58px;
    line-height: 58px;
    background: #fff url("clientlib-css/img/freccia-giu-large.svg") no-repeat right center
}

.select-group-large .form-group-select-light select {
    font-size: 32px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    padding: 0 58px 0 10px
}

.container-large-blue .select-group-large .form-group-select-light select {
    color: #12727b
}

.select-group-normal .form-group-select-light {
    border: 2px solid #ccc7b7;
    height: 43px;
    line-height: 43px;
    background: #fff url("clientlib-css/img/freccia-giu-large.svg") no-repeat right center;
    background-size: 25px 11px
}

.select-group-normal .form-group-select-light select {
    font-size: 20px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 43px 0 10px;
    color: #424242
}

.select-group-normal .form-group-select-light.green {
    color: #12727b
}

.select-group-normal .form-group-select-light.green select {
    color: #12727b
}

.select-group-normal .form-group-select-light.brown {
    color: #722015
}

.select-group-normal .form-group-select-light.brown select {
    color: #722015
}

.select-group-normal .form-group-select-light.greendark {
    color: #4a960a
}

.select-group-normal .form-group-select-light.greendark select {
    color: #4a960a
}

.select-group-normal.select-group-normal-light .form-group-select-light select {
    color: #898989
}

.select-group-small .form-group-select-light {
    border: 1px solid #ccc7b7;
    height: 34px;
    line-height: 34px;
    background: #fff url("clientlib-css/img/freccia-giu.svg") no-repeat right center
}

.select-group-small .form-group-select-light select {
    font-size: 15px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    padding: 0 58px 0 10px;
    color: #f68429
}

.map-filters-group {
    border-bottom: 1px solid #f8f6ef;
    border-top: 1px solid #f8f6ef
}

.map-filters-group:last-child {
    border-top: none
}

.form-simple {
    position: relative;
    z-index: 0
}

.map-filters-date-day .form-simple,
.map-filters-date-hour-range .form-simple {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px
}

.form-simple span {
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 20px;
    width: 55px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700
}

.form-simple .form-control,
.form-simple.form-group-select {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px !important;
    padding-left: 0px;
    color: #585858;
    position: relative;
    z-index: 0;
    padding: 0 0 0 60px
}

.form-simple.form-group-select select {
    padding-left: 0px;
    padding-right: 25px;
    color: #585858
}

.map-filters-date-day .form-simple .form-control,
.map-filters-date-hour-range .form-simple .form-control {
    color: #f68429;
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}

.map-filters-date-day .form-simple .form-control::-moz-placeholder,
.map-filters-date-hour-range .form-simple .form-control::-moz-placeholder {
    color: #f68429
}

.map-filters-date-day .form-simple .form-control:-ms-input-placeholder,
.map-filters-date-hour-range .form-simple .form-control:-ms-input-placeholder {
    color: #f68429
}

.map-filters-date-day .form-simple .form-control::-webkit-input-placeholder,
.map-filters-date-hour-range .form-simple .form-control::-webkit-input-placeholder {
    color: #f68429
}

.map-filters-date-hour-range .hour-slider {
    margin-bottom: 40px
}

.hour-range-wrapper {
    border-bottom: none
}

.datepicker-container {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 210px;
    margin-bottom: 25px;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: none
}

.datepicker-container.active {
    display: block
}

.datepicker-container:before,
.datepicker-container:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border: 5px solid transparent
}

.datepicker-dropdown {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
    top: -5px;
    left: 10px;
    border-top: 0
}

.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    top: -4px
}

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
    bottom: -5px;
    left: 10px;
    border-bottom: 0
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    bottom: -4px
}

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
    right: 10px;
    left: auto
}

.datepicker-panel>ul:before,
.datepicker-panel>ul:after {
    display: table;
    content: ' '
}

.datepicker-panel>ul:after {
    clear: both
}

.datepicker-panel>ul {
    width: 102%;
    margin: 0;
    padding: 0
}

.datepicker-panel>ul>li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center
}

.datepicker-panel>ul>li:last-child {
    color: #999999 !important
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #ffffff;
    position: relative;
    z-index: 0
}

.datepicker-panel>ul>li.picked:before,
.datepicker-panel>ul>li.picked:hover:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 0 auto;
    background: #555555;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.datepicker-panel>ul>li.highlighted {
    position: relative;
    z-index: 0;
    color: #ffffff
}

.datepicker-panel>ul>li.highlighted:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 0 auto;
    background: #f68429;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    cursor: default;
    color: #ccc;
    background-color: #fff
}

.datepicker-panel>ul>li[data-view='years prev'],
.datepicker-panel>ul>li[data-view='year prev'],
.datepicker-panel>ul>li[data-view='month prev'],
.datepicker-panel>ul>li[data-view='years next'],
.datepicker-panel>ul>li[data-view='year next'],
.datepicker-panel>ul>li[data-view='month next'],
.datepicker-panel>ul>li[data-view='next'] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view='years current'],
.datepicker-panel>ul>li[data-view='year current'],
.datepicker-panel>ul>li[data-view='month current'] {
    width: 150px;
    font-weight: 700;
    text-transform: uppercase
}

.datepicker-panel>ul>li[data-view='month current'] {
    color: #898989
}

.datepicker-panel>ul[data-view='years']>li,
.datepicker-panel>ul[data-view='months']>li {
    line-height: 52.5px;
    width: 52.5px;
    height: 52.5px
}

.datepicker-panel>ul[data-view='week']>li,
.datepicker-panel>ul[data-view='week']>li:hover {
    cursor: default;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400
}

.datepicker-hide {
    display: none
}

.form-simple-datepicker .datepicker-container.datepicker-inline {
    width: 100%
}

.form-simple-datepicker .datepicker-container.datepicker-inline .datepicker-panel {
    width: 100%
}

.form-simple-datepicker .datepicker-container.datepicker-inline .datepicker-panel>ul>li {
    width: 14.2858%
}

.form-simple-datepicker .datepicker-container.datepicker-inline .datepicker-panel>ul>li[data-view="years current"],
.form-simple-datepicker .datepicker-container.datepicker-inline .datepicker-panel>ul>li[data-view="year current"],
.form-simple-datepicker .datepicker-container.datepicker-inline .datepicker-panel>ul>li[data-view="month current"] {
    width: 71.4284%
}

.toggle-form-group {
    background: transparent url("clientlib-css/img/freccia_giu.svg") no-repeat center center;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 30px
}

.toggle-form-group.active {
    background: transparent url("clientlib-css/img/freccia_su.svg") no-repeat center center
}

.policy-text {
    position: absolute;
    z-index: 1;
    bottom: 38px;
    left: 0;
    width: 100%;
    background: #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px
}

.policy-text img {
    max-width: 350px;
    height: auto
}

.policy-text p {
    display: inline-block;
    max-width: 500px;
    margin-bottom: 15px
}

#card-details {
    text-align: center
}

.card-details-toggle img,
.card-details-simple-toggle img,
.card-details-toggle-modal img {
    width: 20px;
    height: auto;
    display: block
}

.form-title {
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #898989;
    position: relative;
    z-index: 0
}

.form-light label {
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #898989;
    position: relative;
    z-index: 0
}

.form-light label.error span {
    color: #e20714;
    font-style: normal
}

.form-light .input-wrapper {
    margin: 0 0 20px 0;
    position: relative;
    z-index: 0
}

.form-light .input-wrapper:before,
.form-light .input-wrapper:after {
    content: " ";
    display: table
}

.form-light .input-wrapper:after {
    clear: both
}

.form-light .input-wrapper {
    *zoom: 1
}

.form-light .input-wrapper input {
    border: none;
    border-bottom: 1px solid #545454;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 32px;
    line-height: 32px
}

.form-light .input-wrapper textarea {
    border: none;
    border-bottom: 1px solid #545454;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.form-light .input-wrapper.error input,
.form-light .input-wrapper.error textarea {
    border-bottom: 1px solid #e20714
}

.form-light .input-wrapper.error:before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 1;
    bottom: 12px;
    left: -20px;
    background: #e20714;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.form-light .input-wrapper.input-wrapper-change-password {
    position: relative;
    z-index: 0
}

.form-light .input-wrapper.input-wrapper-change-password input {
    padding-right: 100px !important
}

.form-light .input-wrapper.input-wrapper-change-password .change-password {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.form-light .input-wrapper.input-wrapper-change-password .change-password a {
    color: #f68429;
    font-size: 12px;
    text-decoration: underline
}

.form-light small {
    display: block;
    margin: 0 0 25px 0
}

.form-light small:before,
.form-light small:after {
    content: " ";
    display: table
}

.form-light small:after {
    clear: both
}

.form-light small {
    *zoom: 1
}

.form-light small a {
    display: inline-block;
    margin: 0 0 0 16px;
    color: #f68429;
    text-decoration: underline;
    position: relative;
    z-index: 0
}

.form-light small a:before {
    content: " ";
    width: 1px;
    height: 10px;
    top: 3px;
    left: -8px;
    background: #ccc7b7;
    display: block;
    position: absolute;
    z-index: 1
}

.form-light small a:first-child {
    margin-left: 8px
}

.form-light small a:first-child:before {
    content: none;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    background: none;
    display: inherit;
    position: relative;
    z-index: 0
}

label .policy-toggle,
label .card-details-toggle,
label .card-details-simple-toggle,
label .card-details-toggle-modal {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: -25px;
    width: 15px;
    height: 15px;
    background: transparent url("clientlib-css/img/icona-info.svg") no-repeat center center;
    background-size: 15px 15px;
    display: block;
    overflow: hidden;
    text-indent: -999999px
}

@media (max-width: 1047px) {
    label .policy-toggle,
    label .card-details-toggle,
    label .card-details-simple-toggle,
    label .card-details-toggle-modal {
        left: -5px
    }
}

.icon-inside {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -999999px
}

.icon-inside span {
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px
}

.icon-inside span.icon-show-password {
    background: transparent url("clientlib-css/img/Icona_password.svg") no-repeat center center;
    background-size: 23px 15px
}

.icon-inside span.icon-search {
    background: transparent url("clientlib-css/img/icona-search-small.svg") no-repeat center center;
    background-size: 18px 18px
}

.register-link a {
    color: #f68429;
    text-decoration: underline
}

.radio-group {
    display: block;
    margin: 0 0 20px 0;
    position: relative
}

.radio-group:before,
.radio-group:after {
    content: " ";
    display: table
}

.radio-group:after {
    clear: both
}

.radio-group {
    *zoom: 1
}

.radio-group .radio-small {
    display: inline-block
}

.radio-group.error .radio-small label:before {
    border: 1px solid #e20714
}

.radio-group.error p {
    color: #e20714
}

.radio-group.radio-group-label .radio-small {
    margin-left: 0px !important;
    margin-right: 15px !important
}

.radio-group.radio-group-label .radio-small label {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #424242;
    font-style: normal;
    padding-left: 8px
}

.main-label {
    font-style: normal !important;
    font-size: 12px !important;
    padding-left: 0px !important;
    font-weight: 700 !important
}

.disclaimer {
    display: block;
    font-size: 12px
}

.disclaimer:before,
.disclaimer:after {
    content: " ";
    display: table
}

.disclaimer:after {
    clear: both
}

.disclaimer {
    *zoom: 1
}

.disclaimer small {
    display: block;
    margin: 0 0 10px 0;
    font-size: 10px
}

.disclaimer small:before,
.disclaimer small:after {
    content: " ";
    display: table
}

.disclaimer small:after {
    clear: both
}

.disclaimer small {
    *zoom: 1
}

.disclaimer small strong {
    font-size: 12px
}

.feedback-register p a {
    color: #f68429
}

.system-error {
    background: #f8f6ef;
    padding: 20px;
    text-align: center;
    margin: 0 0 40px 0
}

.system-error:before,
.system-error:after {
    content: " ";
    display: table
}

.system-error:after {
    clear: both
}

.system-error {
    *zoom: 1
}

.system-error p {
    color: #e20714;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-left: 30px
}

.system-error p:before {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    background: transparent url("clientlib-css/img/icona-alert.svg") no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

@media (max-width: 1047px) {
    .register-social {
        text-align: center
    }
    .register-social .col-md-4 {
        margin-bottom: 20px
    }
}

.error-text {
    position: absolute;
    right: 0;
    color: #e21a2c;
    z-index: 2
}

.pac-container {
    background-color: #FFF;
    z-index: 20000
}

.modal {
    z-index: 20
}

.modal-backdrop {
    z-index: 10
}

.text-privacy-wrapper {
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border: 1px solid #545454;
    padding: 10px;
    font-size: 12px;
    margin: 0 0 30px 0
}

.text-privacy-wrapper:before,
.text-privacy-wrapper:after {
    content: " ";
    display: table
}

.text-privacy-wrapper:after {
    clear: both
}

.text-privacy-wrapper {
    *zoom: 1
}

.text-privacy-wrapper .text-privacy p {
    margin-bottom: 15px
}

.title-form-underline {
    font-size: 16px;
    font-weight: 700;
    color: #898989;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc7b7;
    margin: 0 0 30px 0
}

hr.form-hr {
    border-top: 1px solid #ccc7b7
}

.label-large {
    font-size: 20px !important;
    color: #898989 !important
}

#resume-errors {
    padding: 20px 20px 10px 20px;
    background: #f2f2f2;
    margin: 10px 0 10px 0
}

#resume-errors:before,
#resume-errors:after {
    content: " ";
    display: table
}

#resume-errors:after {
    clear: both
}

#resume-errors {
    *zoom: 1
}

#resume-errors ul li {
    background: transparent url("clientlib-css/img/icona-alert.svg") no-repeat left 4px;
    background-size: 15px 15px;
    padding-left: 24px;
    margin: 0 0 10px 0;
    color: #e20714
}

#resume-errors ul li a {
    color: #e20714
}

.field-disabled {
    opacity: .4;
    filter: alpha(opacity=40)
}

.btn,
.label,
.tag,
.filter {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px;
    white-space: nowrap;
    padding: 5px 20px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.7pt
}

.btn:hover,
.btn:focus,
.btn.focus,
.label:hover,
.label:focus,
.label.focus,
.tag:hover,
.tag:focus,
.tag.focus,
.filter:hover,
.filter:focus,
.filter.focus {
    text-decoration: none
}

.btn:active,
.btn.active,
.label:active,
.label.active,
.tag:active,
.tag.active,
.filter:active,
.filter.active {
    outline: 0;
    background-image: none
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.label.disabled,
.label[disabled],
fieldset[disabled] .label,
.tag.disabled,
.tag[disabled],
fieldset[disabled] .tag,
.filter.disabled,
.filter[disabled],
fieldset[disabled] .filter {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.cursor-default,
.label.cursor-default,
.tag.cursor-default,
.filter.cursor-default {
    cursor: default !important
}

.btn-default {
    color: #fff;
    background-color: #f68429;
    border-color: #f68429
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #e26a0a;
    border-color: #d96509
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #f68429;
    border-color: #f68429
}

.btn-default .badge {
    color: #f68429;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #545454;
    border-color: #545454
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #353535
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #545454;
    border-color: #545454
}

.btn-primary .badge {
    color: #545454;
    background-color: #fff
}

.btn-primary-light {
    color: #fff;
    background-color: #969595;
    border-color: #969595
}

.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light.focus,
.btn-primary-light:active,
.btn-primary-light.active,
.open>.btn-primary-light.dropdown-toggle {
    color: #fff;
    background-color: #7d7b7b;
    border-color: #777676
}

.btn-primary-light:active,
.btn-primary-light.active,
.open>.btn-primary-light.dropdown-toggle {
    background-image: none
}

.btn-primary-light.disabled,
.btn-primary-light.disabled:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light.disabled.focus,
.btn-primary-light.disabled:active,
.btn-primary-light.disabled.active,
.btn-primary-light[disabled],
.btn-primary-light[disabled]:hover,
.btn-primary-light[disabled]:focus,
.btn-primary-light[disabled].focus,
.btn-primary-light[disabled]:active,
.btn-primary-light[disabled].active,
fieldset[disabled] .btn-primary-light,
fieldset[disabled] .btn-primary-light:hover,
fieldset[disabled] .btn-primary-light:focus,
fieldset[disabled] .btn-primary-light.focus,
fieldset[disabled] .btn-primary-light:active,
fieldset[disabled] .btn-primary-light.active {
    background-color: #969595;
    border-color: #969595
}

.btn-primary-light .badge {
    color: #969595;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.label-grey {
    background: #ccc7b7;
    color: #ffffff;
    padding: 8px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px
}

.btn-shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35)
}

.btn-link {
    color: #545454;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2e2e2e;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #e4e4e4;
    text-decoration: none
}

.btn-lg {
    padding: 12px 42px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 25px
}

.btn-md {
    padding: 10px 50px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 25px
}

.btn-sm {
    padding: 10px 32px;
    font-size: 14px;
    line-height: 25px;
    border-radius: 25px
}

.btn-sm.btn-sm-02 {
    line-height: 12px
}

.btn-xs {
    padding: 8px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px
}

.btn-filters {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.9;
    font-weight: normal;
    font-size: 16px
}

.btn-simple {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px
}

.btn-simple-lg {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 25px;
    font-weight: 400;
    padding-left: 36px;
    padding-right: 36px
}

.btn-simple-radius {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn-grey {
    background: #f6f5f3;
    color: #000000
}

.btn-grey:hover {
    color: #000000;
    background: #e4e4e4
}

.btn-grey-light {
    background: #f2f2f2;
    color: #000000
}

.btn-grey-light:hover {
    color: #000000;
    background: #ffffff
}

.btn-grey-dark {
    background: #5f5f5f;
    color: #ffffff
}

.btn-grey-dark:hover {
    color: #ffffff;
    background: #333
}

.btn-social {
    color: #ffffff;
    background: #333;
    font-size: 12px;
    line-height: 24px;
    min-width: 240px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.2);
    min-height: 34px;
    text-align: right;
}

.btn-social:after {
  content: " ";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    margin: auto;
}

.btn-social.btn-social-facebook {
    background: #3b5998
}

.btn-social.btn-social-facebook:after {
    background: transparent url("clientlib-css/img/icona-facebook.svg") no-repeat right center;
    margin-bottom: 3px;
}

.btn-social.btn-social-twitter {
    background: #1da1f2
}

.btn-social.btn-social-twitter:after {
    background: transparent url("clientlib-css/img/icona-twitter.svg") no-repeat right center;
    margin-bottom: 3px;
}

.btn-social.btn-social-google {
    background: #ffffff;
    color: #545454
}

.btn-social.btn-social-google span {
    padding-right: 16px;
}

.btn-social.btn-social-google:after {
    background: transparent url("clientlib-css/img/icona_login_google.png") no-repeat right center;
    margin-bottom: 3px;
}

.btn-light {
    padding-left: 20px;
    padding-right: 20px;
    background: #ccc7b7
}

.btn-arrow {
    position: relative;
    z-index: 0;
    padding-right: 25px
}

.btn-arrow:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent url("clientlib-css/img/freccia_dx_arancione.png") no-repeat center center;
    background-size: 22px 12px !important;
    width: 8px;
    height: 100%;
    display: block;
    margin-right: 10px
}

.btn-search {
    position: relative;
    z-index: 0
}

.btn-search:before {
    background: transparent url("clientlib-css/img/icona-search-small-btn.svg") no-repeat center center !important;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-size: 18px 19px !important;
    width: 18px;
    height: 100%;
    display: block;
    margin-right: 10px
}

.btn-outline-dark {
    background: transparent;
    border: 2px solid #545454;
    color: #545454;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px
}

.btn-outline-dark:hover {
    border: 2px solid #2e2e2e;
    color: #2e2e2e;
    background: transparent
}

.btn-outline-green {
    background: transparent;
    border: 2px solid #00cc99;
    color: #00cc99;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px
}

.btn-outline-green:hover {
    border: 2px solid #008060;
    color: #008060;
    background: transparent
}

.btn-default-outline {
    background: transparent;
    border: 2px solid #f68429;
    color: #f68429;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px
}

.btn-default-outline:hover {
    border: 2px solid #ca5e08;
    color: #ca5e08
}

.btn-default-outline.btn-xs {
    font-size: 8px;
    padding: 4px 10px 4px 10px;
    letter-spacing: 0px
}

.btn-default-outline.btn-default-outline-simple {
    padding-left: 15px;
    padding-right: 15px
}

.tag,
.filter {
    background: transparent;
    border: 2px solid #555555;
    color: #555555;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 800;
    line-height: 1.1
}

.tag.tag-remove,
.tag.filter-remove,
.filter.tag-remove,
.filter.filter-remove {
    cursor: default;
    position: relative;
    z-index: 0;
    padding-right: 24px !important
}

@media (max-width: 1047px) {
    .tag.tag-remove.margin-left-10,
    .tag.filter-remove.margin-left-10,
    .filter.tag-remove.margin-left-10,
    .filter.filter-remove.margin-left-10 {
        margin-left: 0px !important;
        margin-top: 10px
    }
}

.tag.tag-remove a,
.tag.tag-remove span,
.tag.filter-remove a,
.tag.filter-remove span,
.filter.tag-remove a,
.filter.tag-remove span,
.filter.filter-remove a,
.filter.filter-remove span {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.tag.tag-remove a img,
.tag.tag-remove span img,
.tag.filter-remove a img,
.tag.filter-remove span img,
.filter.tag-remove a img,
.filter.tag-remove span img,
.filter.filter-remove a img,
.filter.filter-remove span img {
    display: block;
    position: relative;
    z-index: 0;
    top: 4px;
    left: 3px
}

.tag.blue,
.filter.blue {
    border: 2px solid #183e6d;
    color: #183e6d
}

.tag.blue.tag-remove a,
.tag.blue.tag-remove span,
.tag.blue.filter-remove a,
.tag.blue.filter-remove span,
.filter.blue.tag-remove a,
.filter.blue.tag-remove span,
.filter.blue.filter-remove a,
.filter.blue.filter-remove span {
    background: #183e6d
}

.tag.green,
.filter.green {
    border: 2px solid #81bb27;
    color: #81bb27
}

.tag.green.tag-remove a,
.tag.green.tag-remove span,
.tag.green.filter-remove a,
.tag.green.filter-remove span,
.filter.green.tag-remove a,
.filter.green.tag-remove span,
.filter.green.filter-remove a,
.filter.green.filter-remove span {
    background: #81bb27
}

.tag.lightblue,
.filter.lightblue {
    border: 2px solid #56c2e3;
    color: #56c2e3
}

.tag.lightblue.tag-remove a,
.tag.lightblue.tag-remove span,
.tag.lightblue.filter-remove a,
.tag.lightblue.filter-remove span,
.filter.lightblue.tag-remove a,
.filter.lightblue.tag-remove span,
.filter.lightblue.filter-remove a,
.filter.lightblue.filter-remove span {
    background: #56c2e3
}

.tag.orange,
.filter.orange {
    border: 2px solid #f68429;
    color: #f68429
}

.tag.orange.tag-remove a,
.tag.orange.tag-remove span,
.tag.orange.filter-remove a,
.tag.orange.filter-remove span,
.filter.orange.tag-remove a,
.filter.orange.tag-remove span,
.filter.orange.filter-remove a,
.filter.orange.filter-remove span {
    background: #f68429
}

.tag.greenblue,
.filter.greenblue {
    border: 2px solid #056f43;
    color: #056f43
}

.tag.greenblue.tag-remove a,
.tag.greenblue.tag-remove span,
.tag.greenblue.filter-remove a,
.tag.greenblue.filter-remove span,
.filter.greenblue.tag-remove a,
.filter.greenblue.tag-remove span,
.filter.greenblue.filter-remove a,
.filter.greenblue.filter-remove span {
    background: #056f43
}

.tag.brown,
.filter.brown {
    border: 2px solid #ae312f;
    color: #ae312f
}

.tag.brown.tag-remove a,
.tag.brown.tag-remove span,
.tag.brown.filter-remove a,
.tag.brown.filter-remove span,
.filter.brown.tag-remove a,
.filter.brown.tag-remove span,
.filter.brown.filter-remove a,
.filter.brown.filter-remove span {
    background: #ae312f
}

.tag.red,
.filter.red {
    border: 2px solid #e30613;
    color: #e30613
}

.tag.red.tag-remove a,
.tag.red.tag-remove span,
.tag.red.filter-remove a,
.tag.red.filter-remove span,
.filter.red.tag-remove a,
.filter.red.tag-remove span,
.filter.red.filter-remove a,
.filter.red.filter-remove span {
    background: #e30613
}

.tag.grey,
.filter.grey {
    border: 2px solid #545454;
    color: #545454
}

.tag.grey.tag-remove a,
.tag.grey.tag-remove span,
.tag.grey.filter-remove a,
.tag.grey.filter-remove span,
.filter.grey.tag-remove a,
.filter.grey.tag-remove span,
.filter.grey.filter-remove a,
.filter.grey.filter-remove span {
    background: #545454
}

.tag.greylight,
.filter.greylight {
    border: 2px solid #959595;
    color: #959595
}

.tag.greylight.tag-remove a,
.tag.greylight.tag-remove span,
.tag.greylight.filter-remove a,
.tag.greylight.filter-remove span,
.filter.greylight.tag-remove a,
.filter.greylight.tag-remove span,
.filter.greylight.filter-remove a,
.filter.greylight.filter-remove span {
    background: #959595
}

.tag.greendark,
.filter.greendark {
    border: 2px solid #01782c;
    color: #01782c
}

.tag.greendark.tag-remove a,
.tag.greendark.tag-remove span,
.tag.greendark.filter-remove a,
.tag.greendark.filter-remove span,
.filter.greendark.tag-remove a,
.filter.greendark.tag-remove span,
.filter.greendark.filter-remove a,
.filter.greendark.filter-remove span {
    background: #01782c
}

.tag.cyandarkblue,
.filter.cyandarkblue {
    border: 2px solid #28655c;
    color: #28655c
}

.tag.cyandarkblue.tag-remove a,
.tag.cyandarkblue.tag-remove span,
.tag.cyandarkblue.filter-remove a,
.tag.cyandarkblue.filter-remove span,
.filter.cyandarkblue.tag-remove a,
.filter.cyandarkblue.tag-remove span,
.filter.cyandarkblue.filter-remove a,
.filter.cyandarkblue.filter-remove span {
    background: #28655c
}

a.tag-remove,
a.filter-remove {
    cursor: pointer !important
}

.btn-micro {
    font-size: 8px;
    padding: 4px 10px 4px 10px;
    letter-spacing: 0px;
    color: #ffffff;
    letter-spacing: 0.68px
}

.btn-micro.green {
    background: #a8d549 !important
}

.btn-micro.yellow {
    background: #ffbb06 !important
}

.btn-default-outline-filled {
    background: #f68429;
    border: 2px solid #f68429;
    color: #ffffff;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px
}

.btn-default-outline-filled:hover {
    border: 2px solid #ca5e08;
    background: #ca5e08
}

.btn-default-outline-filled.btn-xs {
    font-size: 8px;
    padding: 4px 10px 4px 10px;
    letter-spacing: 0px
}

.btn-default-outline-filled.btn-arrow {
    position: relative;
    z-index: 0
}

.btn-default-outline-filled.btn-arrow:before {
    background: transparent url("clientlib-css/img/freccia_dx_white.svg") no-repeat center center !important;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-size: 20px 12px !important;
    width: 8px;
    height: 100%;
    display: block;
    margin-right: 10px
}

.btn-default-outline-filled.btn-search {
    position: relative;
    z-index: 0
}

.btn-default-outline-filled.btn-search:before {
    background: transparent url("clientlib-css/img/icona-search-small-btn.svg") no-repeat center center !important;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-size: 18px 19px !important;
    width: 18px;
    height: 100%;
    display: block;
    margin-right: 10px
}

.btn-high {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.2)
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.simple-filters-container {
    margin: 10px 0 0 0
}

.simple-filters-container:before,
.simple-filters-container:after {
    content: " ";
    display: table
}

.simple-filters-container:after {
    clear: both
}

.simple-filters-container {
    *zoom: 1
}

.simple-filters-container p {
    float: left;
    margin: 0 15px 0 0
}

@media (max-width: 1047px) {
    .simple-filters-container p {
        display: none
    }
}

.simple-filters-container .tags {
    float: left
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1048px) and (max-width: 1439px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1048px) and (max-width: 1439px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 1048px) and (max-width: 1439px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 1048px) and (max-width: 1439px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1440px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1440px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1440px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1440px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1047px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 1048px) and (max-width: 1439px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1440px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(layout/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(layout/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(layout/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(layout/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(layout/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(layout/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(layout/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left;
    border: none !important;
    background: #f8f6ef !important
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 30px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: #f68429 !important;
    border: none !important
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: 4px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -14px;
    margin-left: -30px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #ffffff !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border: none !important
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("layout/css/images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("layout/css/images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("layout/css/images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("layout/css/images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("layout/css/images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("layout/css/images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("layout/css/images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .003;
    filter: Alpha(Opacity=0.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.ui-slider-handle:after {
    content: attr(data-value);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 30px;
    background-color: none;
    color: #333;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    color: #636363;
    font-weight: 600
}

.hour-slider {
    margin: 30px 20px 0 20px;
    display: none
}

.hour-slider.active {
    display: block
}

.header-wrapper {
    padding: 0 0 20px 0;
    background: #ffffff;
    position: relative;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width: 1047px) {
    .header-wrapper {
        padding: 16px 0 16px 0
    }
}

.sticky-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff
}

.main-header {
    position: relative;
    z-index: 0;
    padding-top: 20px
}

.main-header:before,
.main-header:after {
    content: " ";
    display: table
}

.main-header:after {
    clear: both
}

.main-header {
    *zoom: 1
}

@media (max-width: 1047px) {
    .main-header {
        padding: 0 0 0 0
    }
}

.main-header .toggle-menu {
    display: none
}

@media (max-width: 1047px) {
    .main-header .toggle-menu {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 10px
    }
}

.main-header .main-header__logo {
    float: left;
    margin: 0 30px 0 0
}

.main-header .main-header__logo:before,
.main-header .main-header__logo:after {
    content: " ";
    display: table
}

.main-header .main-header__logo:after {
    clear: both
}

.main-header .main-header__logo {
    *zoom: 1
}

@media (max-width: 1047px) {
    .main-header .main-header__logo {
        margin-left: 10px
    }
}

.main-header .main-header__logo .logo {
    display: block;
    height: auto;
    width: 180px;
    overflow: hidden
}

.main-header .main-header__logo .logo:before,
.main-header .main-header__logo .logo:after {
    content: " ";
    display: table
}

.main-header .main-header__logo .logo:after {
    clear: both
}

.main-header .main-header__logo .logo {
    *zoom: 1
}

@media (max-width: 1047px) {
    .main-header .main-header__logo .logo {
        width: 134px
    }
}

@media (max-width: 360px) {
    .main-header .main-header__logo .logo {
        width: 110px;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.main-header .main-header__logo .logo img {
    display: block;
    width: 100%;
    height: auto
}

.main-header .main-header__logo .logo span {
    position: absolute;
    z-index: -1;
    left: -99999px
}

.main-header .main-header__logo.logo-al-tuo-servizio {
    margin-top: 18px
}

@media (max-width: 1047px) {
    .main-header .main-header__logo.logo-al-tuo-servizio {
        margin: 0 0 0 10px
    }
}

.main-header ul.main-header__menu {
    float: left;
    font-size: 16px;
    margin: 37px 0 0 0;
    border-right: 1px solid #545454;
    padding-right: 20px;
    margin-right: 20px;
    font-family: "Oswald", Helvetica, Arial, sans-serif
}

.main-header ul.main-header__menu:before,
.main-header ul.main-header__menu:after {
    content: " ";
    display: table
}

.main-header ul.main-header__menu:after {
    clear: both
}

.main-header ul.main-header__menu {
    *zoom: 1
}

.main-header ul.main-header__menu li {
    float: left;
    margin: 0 14px 0 14px
}

.main-header ul.main-header__menu li a {
    position: relative;
    z-index: 0;
    color: #545454
}

.main-header ul.main-header__menu li a:before {
    content: " ";
    width: 0px;
    height: 10px;
    background: #f68429;
    bottom: -21px;
    left: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease
}

.main-header ul.main-header__menu li a:hover,
.main-header ul.main-header__menu li a.current {
    text-decoration: none
}

.main-header ul.main-header__menu li a:hover:before,
.main-header ul.main-header__menu li a.current:before {
    width: 100%
}

.main-header ul.main-header__menu li a.has-megamenu {
    position: relative;
    z-index: 10
}

.main-header ul.main-header__menu li a.has-megamenu.active:after {
    background: transparent url("clientlib-css/img/megamenu-arrow-top.png") no-repeat center center;
    width: 34px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -20px;
    content: " "
}

.main-header ul.main-header__menu li a.has-megamenu.active.current:before {
    content: none;
    width: auto;
    height: auto;
    background: none;
    bottom: auto;
    left: auto;
    position: relative;
    z-index: 0;
    transition: none
}

.main-header ul.main-header__menu li a.has-submenu {
    position: relative;
    z-index: 10
}

.main-header ul.main-header__menu li a.has-submenu.active:after {
    background: transparent url("clientlib-css/img/megamenu-arrow-top.png") no-repeat center center;
    width: 34px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -20px;
    content: " "
}

.main-header ul.main-header__menu li a.has-submenu.active.current:before {
    content: none;
    width: auto;
    height: auto;
    background: none;
    bottom: auto;
    left: auto;
    position: relative;
    z-index: 0;
    transition: none
}

.main-header ul.menu-access {
    float: right;
    margin: 47px 0 0 0;
    font-size: 16px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: inline-block
}

.main-header ul.menu-access:before,
.main-header ul.menu-access:after {
    content: " ";
    display: table
}

.main-header ul.menu-access:after {
    clear: both
}

.main-header ul.menu-access {
    *zoom: 1
}

@media (max-width: 1047px) {
    .main-header ul.menu-access {
        font-size: 14px;
        margin: 8px 58px 0 0
    }
}

.main-header ul.menu-access li {
    float: none;
    border-right: 2px solid #ccc7b7;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
    display: inline-block
}

@media (max-width: 1047px) {
    .main-header ul.menu-access li {
        padding: 0 5px 0 0;
        margin: 0 5px 0 0
    }
}

.main-header ul.menu-access li:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.main-header ul.menu-access li a {
    color: #f68429;
    font-weight: 600
}

.main-header .bookmark-header {
    text-align: right;
    font-size: 12px;
    color: #000000;
    padding: 0 30px 0 0;
    line-height: 14px;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 0;
    left: 100%;
    transition: all 0.3s ease
}

.main-header .bookmark-header p {
    margin: 0 0 0 0
}

.main-header .bookmark-header img {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 0;
    width: 20px;
    height: auto
}

.main-header .bookmark-header-container {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden
}

.main-header .bookmark-header-container.active .bookmark-header {
    left: 0
}

.main-header .position-inherit {
    position: inherit !important
}

.main-header .box-access-large ul.menu-access {
    margin-top: 37px
}

@media (max-width: 1047px) {
    .main-header .box-access-large ul.menu-access {
        margin-top: 8px
    }
}

.box-access {
    background: #f8f6ef;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 300px;
    height: 116px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 20px
}

.box-access:before,
.box-access:after {
    content: " ";
    display: table
}

.box-access:after {
    clear: both
}

.box-access {
    *zoom: 1
}

@media (max-width: 1047px) {
    .box-access {
        display: none
    }
}

@media (min-width: 1048px) {
    .box-access {
        right: 12px
    }
}

.box-access .menu-access {
    float: none !important;
    width: 100%;
    text-align: center
}

.box-access.box-access-logged {
    background: #f68429;
    color: #ffffff;
    text-align: right;
    padding-top: 15px
}

.box-access.box-access-logged .box-access-notifier {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: -30px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2)
}

.box-access.box-access-logged .box-access-notifier span {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #e20714;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 5px 0 5px;
    min-width: 20px
}

.box-access.box-access-logged .box-access-notifier img {
    margin: 15px 0 0 0
}

.box-access.box-access-logged .box-access-container .box-access-shop {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 8px;
    background: transparent url("clientlib-css/img/pin-bianco.png") no-repeat right 4px;
    background-size: 20px 27px;
    padding-right: 28px
}

.box-access.box-access-logged .box-access-container .box-access-shop h3 {
    font-size: 14px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.box-access.box-access-logged .box-access-container .box-access-shop h3 a {
    color: #ffffff
}

.box-access.box-access-logged .box-access-container .box-access-shop p {
    font-size: 14px;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right
}

.box-access.box-access-logged .box-access-container .box-access-user p {
    margin-top: 0px;
    position: relative;
    z-index: 0;
    line-height: 1
}

@media (max-width: 420px) {
    .box-access.box-access-logged .box-access-container .box-access-user p {
        max-width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.box-access.box-access-logged .box-access-container .box-access-user p a {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px
}

.box-access.box-access-logged .box-access-container .box-access-user p strong {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
    color: #ffffff
}

.box-access.box-access-logged .box-access-container .box-access-user span {
    margin: 8px 0 0 0;
    display: block;
    line-height: 1
}

.box-access.box-access-logged .box-access-container .box-access-user b {
    font-weight: 400
}

@media (max-width: 360px) {
    .box-access.box-access-logged .box-access-container .box-access-user b {
        display: none
    }
}

.box-access.box-access-small {
    width: 165px
}

.header-menu-mobile {
    display: none;
    position: fixed;
    z-index: 1;
    top: 64px;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 100%
}

.header-menu-mobile:before,
.header-menu-mobile:after {
    content: " ";
    display: table
}

.header-menu-mobile:after {
    clear: both
}

.header-menu-mobile {
    *zoom: 1
}

.header-menu-mobile ul {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    min-height: 100%
}

.header-menu-mobile ul li {
    padding: 15px 0 15px 0;
    position: relative;
    z-index: 0
}

.header-menu-mobile ul li img {
    position: absolute;
    z-index: 1;
    width: 15px;
    margin-left: -20px
}

.header-menu-mobile ul li.logout {
    padding-top: 65px
}

.header-menu-mobile ul li.logout:before {
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: 75px;
    height: 1px;
    width: 180px;
    background: #ccc7b7;
    margin: 0 0 0 -85px;
    left: 50%
}

.header-menu-mobile ul li.icon {
    padding-left: 20px
}

.header-menu-mobile .menu-mobile-scrollbar {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%
}

.header-menu-mobile:before,
.header-menu-mobile:after {
    content: " ";
    display: table
}

.header-menu-mobile:after {
    clear: both
}

.header-menu-mobile {
    *zoom: 1
}

.header-menu-mobile div.main-header__menu-transport ul {
    padding-top: 20px;
    margin-bottom: 0px
}

.header-menu-mobile ul {
    text-align: left
}

.header-menu-mobile ul:before,
.header-menu-mobile ul:after {
    content: " ";
    display: table
}

.header-menu-mobile ul:after {
    clear: both
}

.header-menu-mobile ul {
    *zoom: 1
}

.header-menu-mobile ul li {
    padding: 0 0 0 0
}

.header-menu-mobile ul li:before,
.header-menu-mobile ul li:after {
    content: " ";
    display: table
}

.header-menu-mobile ul li:after {
    clear: both
}

.header-menu-mobile ul li {
    *zoom: 1
}

.header-menu-mobile ul li>a {
    display: block;
    padding: 12px 22px 12px 22px
}

.header-menu-mobile ul li>a:before,
.header-menu-mobile ul li>a:after {
    content: " ";
    display: table
}

.header-menu-mobile ul li>a:after {
    clear: both
}

.header-menu-mobile ul li>a {
    *zoom: 1
}

.header-menu-mobile ul li>a.has-megamenu {
    position: relative;
    z-index: 0
}

.header-menu-mobile ul li>a.has-megamenu:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 22px;
    width: 18px;
    height: 18px;
    display: block;
    background: transparent url("clientlib-css/img/freccia_giu.svg") no-repeat center center
}

.header-menu-mobile ul li>a.has-megamenu.active {
    background-color: #f8f6ef
}

.header-menu-mobile ul li>a.has-megamenu.active:before {
    background: transparent url("clientlib-css/img/freccia_su.svg") no-repeat center center
}

.header-menu-mobile ul li>a.has-megamenu.active:after {
    content: " ";
    position: absolute;
    z-index: 1;
    display: block;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: #f68429
}

.header-menu-mobile ul li>a.has-submenu {
    position: relative;
    z-index: 0
}

.header-menu-mobile ul li>a.has-submenu:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 22px;
    width: 18px;
    height: 18px;
    display: block;
    background: transparent url("clientlib-css/img/freccia_giu.svg") no-repeat center center
}

.header-menu-mobile ul li>a.has-submenu.active {
    background-color: #f8f6ef
}

.header-menu-mobile ul li>a.has-submenu.active:before {
    background: transparent url("clientlib-css/img/freccia_su.svg") no-repeat center center
}

.header-menu-mobile ul li>a.has-submenu.active:after {
    content: " ";
    position: absolute;
    z-index: 1;
    display: block;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: #f68429
}

@media (min-width: 1048px) {
    .box-access-simple .menu-access {
        padding-right: 35px
    }
}

.box-access-simple.box-access-logged {
    position: relative;
    z-index: 0;
    text-align: right;
    margin: 20px 0 0 0;
    font-size: 16px
}

@media (max-width: 1047px) {
    .box-access-simple.box-access-logged {
        margin: 0 55px 0 0;
        font-size: 13px
    }
}

.box-access-simple.box-access-logged .user {
    font-size: 18px;
    color: #f68429;
    position: relative;
    z-index: 0
}

@media (max-width: 1047px) {
    .box-access-simple.box-access-logged .user {
        font-size: 13px;
        color: #545454
    }
}

.box-access-simple.box-access-logged .user strong {
    padding-right: 20px;
    text-decoration: underline;
    cursor: pointer
}

@media (max-width: 1047px) {
    .box-access-simple.box-access-logged .user strong {
        padding: 0 0 0 0;
        cursor: default;
        text-decoration: none;
        font-weight: 400;
        color: #545454
    }
}

.box-access-simple.box-access-logged .user a {
    content: " ";
    background: transparent url("clientlib-css/img/freccia-giu-arancione.svg") no-repeat center center;
    background-size: 10px 10px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0
}

@media (max-width: 1047px) {
    .box-access-simple.box-access-logged .user a {
        display: none
    }
}

.box-access-logged-dropdown {
    position: absolute;
    z-index: 1;
    top: 70px;
    right: 0;
    background: #f8f6ef;
    width: 230px;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: none
}

.box-access-logged-dropdown:before {
    content: " ";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f8f6ef;
    width: 0px;
    height: 0px;
    display: block;
    top: -15px;
    right: 5px;
    position: absolute;
    z-index: 5
}

.box-access-logged-dropdown ul {
    margin: 0 0 25px 0
}

.box-access-logged-dropdown ul li {
    margin: 0 0 15px 0
}

.box-access-logged-dropdown ul li a {
    text-decoration: underline
}

.box-access-logged-dropdown p.logout {
    border-top: 2px solid rgba(204, 199, 183, 0.5);
    padding: 20px 0 0 0;
    margin: 0 0 0 0
}

.box-access-logged-dropdown p.logout a {
    text-decoration: underline
}

.box-access-user .box-access-logged-dropdown {
    top: 138px;
    width: 300px
}

.box-access-user .box-access-logged-dropdown:before {
    right: 40px
}

.box-access-user .box-access-logged-dropdown p.logout a {
    font-size: 14px !important;
    text-transform: none !important;
    color: #545454 !important
}

.megamenu {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 99px;
    background: #ffffff;
    width: 85%;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: none
}

.megamenu:before,
.megamenu:after {
    content: " ";
    display: table
}

.megamenu:after {
    clear: both
}

.megamenu {
    *zoom: 1
}

@media (max-width: 1047px) {
    .megamenu {
        position: relative;
        z-index: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
        top: auto;
        left: auto;
        width: auto;
        padding: 0 0 0px 0;
        border-bottom: 1px solid #ccc7b7;
        margin-bottom: 40px;
        margin-left: 22px;
        margin-right: 22px
    }
}

.header-wrapper li.dropdown.hover .megamenu,
.header-wrapper li.dropdown.hover .submenu,
.header-wrapper li.has-submenu-container.hover .megamenu,
.header-wrapper li.has-submenu-container.hover .submenu {
    display: block
}

.header-wrapper li.dropdown.hover .has-megamenu:after,
.header-wrapper li.dropdown.hover .has-submenu:after,
.header-wrapper li.has-submenu-container.hover .has-megamenu:after,
.header-wrapper li.has-submenu-container.hover .has-submenu:after {
    background: transparent url("clientlib-css/img/megamenu-arrow-top.png") no-repeat center center;
    width: 34px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -21px;
    left: 50%;
    margin-left: -20px;
    content: " "
}

.header-wrapper li.dropdown.hover .has-megamenu.current:before,
.header-wrapper li.dropdown.hover .has-submenu.current:before,
.header-wrapper li.has-submenu-container.hover .has-megamenu.current:before,
.header-wrapper li.has-submenu-container.hover .has-submenu.current:before {
    content: none;
    width: auto;
    height: auto;
    background: none;
    bottom: auto;
    left: auto;
    position: relative;
    z-index: 0;
    transition: none
}

.has-submenu-container {
    position: relative;
    z-index: 0
}

.submenu {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 43px;
    background: #ffffff;
    width: 250px;
    padding: 20px;
    margin-left: -85px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    display: none
}

.submenu:before,
.submenu:after {
    content: " ";
    display: table
}

.submenu:after {
    clear: both
}

.submenu {
    *zoom: 1
}

.submenu ul li {
    display: block !important;
    width: auto !important;
    float: none !important;
    clear: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 0 !important;
    border-bottom: 1px solid #eeeeee
}

.submenu ul li:before,
.submenu ul li:after {
    content: " ";
    display: table
}

.submenu ul li:after {
    clear: both
}

.submenu ul li {
    *zoom: 1
}

.submenu ul li a {
    padding: 4px 10px 4px 10px;
    display: block
}

.submenu ul li a:hover {
    color: #888888
}

.submenu ul li a:hover:before {
    content: none !important;
    width: 0px !important;
    height: 0px !important;
    background: none !important;
    bottom: auto !important;
    left: auto !important;
    position: relative !important;
    z-index: 0 !important;
    transition: none !important
}

.submenu ul li:last-child {
    border-bottom: none !important
}

@media (max-width: 1047px) {
    .submenu {
        position: relative;
        z-index: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
        top: auto;
        left: auto;
        width: auto;
        padding: 0 0 0px 0;
        border-bottom: 1px solid #ccc7b7;
        margin-bottom: 40px;
        margin-left: 22px;
        margin-right: 22px
    }
}

.box-megamenu {
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 12px 20px 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-align: center
}

.box-megamenu:before,
.box-megamenu:after {
    content: " ";
    display: table
}

.box-megamenu:after {
    clear: both
}

.box-megamenu {
    *zoom: 1
}

@media (max-width: 1047px) {
    .box-megamenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 10px 0 10px 0;
        margin: 0 0 0 0;
        width: auto;
        position: relative;
        z-index: 0;
        border-top: 1px solid #ccc7b7
    }
    .box-megamenu:last-child {
        border-bottom: 1px solid #ccc7b7
    }
}

.box-megamenu p {
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 12px 0
}

@media (max-width: 1047px) {
    .box-megamenu p {
        text-transform: none !important;
        margin: 0 0 0 75px;
        position: relative;
        z-index: 0;
        font-weight: 400;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-align: left;
        min-height: 40px
    }
}

.box-megamenu a.btn {
    color: #ffffff !important;
    font-size: 10px
}

@media (max-width: 1047px) {
    .box-megamenu a.btn {
        display: none
    }
}

.box-megamenu .box-megamenu-thumb {
    min-height: 58px;
    text-align: center;
    margin: 0 0 8px 0
}

.box-megamenu .box-megamenu-thumb:before,
.box-megamenu .box-megamenu-thumb:after {
    content: " ";
    display: table
}

.box-megamenu .box-megamenu-thumb:after {
    clear: both
}

.box-megamenu .box-megamenu-thumb {
    *zoom: 1
}

@media (max-width: 1047px) {
    .box-megamenu .box-megamenu-thumb {
        min-height: inherit;
        text-align: left;
        width: 60px;
        height: auto;
        position: absolute;
        z-index: 1;
        top: 15px;
        left: 0;
        display: block
    }
    .box-megamenu .box-megamenu-thumb:before,
    .box-megamenu .box-megamenu-thumb:after {
        content: " ";
        display: table
    }
    .box-megamenu .box-megamenu-thumb:after {
        clear: both
    }
    .box-megamenu .box-megamenu-thumb {
        *zoom: 1
    }
}

.box-megamenu .box-megamenu-thumb img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0
}

@media (max-width: 1047px) {
    .box-megamenu .box-megamenu-thumb img {
        margin: 0 0 0 0
    }
}

.box-megamenu.conad-red .box-megamenu-thumb img {
    max-width: 102px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-red .box-megamenu-thumb img {
        max-width: 60px
    }
}

.box-megamenu.conad-percorso-qualita .box-megamenu-thumb img {
    max-width: 88px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-percorso-qualita .box-megamenu-thumb img {
        max-width: 60px
    }
}

.box-megamenu.conad-piacersi .box-megamenu-thumb img {
    max-width: 70px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-piacersi .box-megamenu-thumb img {
        max-width: 47px
    }
}

.box-megamenu.conad-verso-natura .box-megamenu-thumb img {
    max-width: 50px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-verso-natura .box-megamenu-thumb img {
        max-width: 38px
    }
}

@media (max-width: 1047px) {
    .box-megamenu.conad-verso-natura {
        border-bottom: none !important
    }
}

.box-megamenu.conad-naturaline .box-megamenu-thumb img {
    max-width: 120px;
    display: inline-block
}

.box-megamenu.conad-ac .box-megamenu-thumb img {
    max-width: 52px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-ac .box-megamenu-thumb img {
        max-width: 34px
    }
}

.box-megamenu.conad-sapori-dintori .box-megamenu-thumb img {
    max-width: 58px;
    display: inline-block
}

@media (max-width: 1047px) {
    .box-megamenu.conad-sapori-dintori .box-megamenu-thumb img {
        max-width: 43px
    }
}

.box-megamenu-container {
    padding: 0 0 0 15px
}

.box-megamenu-container:before,
.box-megamenu-container:after {
    content: " ";
    display: table
}

.box-megamenu-container:after {
    clear: both
}

.box-megamenu-container {
    *zoom: 1
}

.box-megamenu-container a {
    position: relative;
    z-index: 0;
    color: #545454;
    text-decoration: none !important
}

.box-megamenu-container a:before {
    content: none !important;
    width: 0px !important;
    height: 0px !important;
    background: none !important;
    bottom: auto !important;
    left: auto !important;
    position: relative !important;
    z-index: 0 !important;
    transition: none !important
}

.box-megamenu-container a:hover {
    text-decoration: underline !important
}

.box-megamenu-container a:hover:before {
    width: 0px !important
}

.box-megamenu-container h3 {
    display: inline-block !important;
    margin: 0 0 20px 0;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    text-decoration: underline
}

@media (max-width: 1047px) {
    .box-megamenu-container h3 {
        margin-top: 25px
    }
}

.box-megamenu-container h3:before {
    position: absolute;
    z-index: 1;
    top: 3px;
    right: -25px;
    content: " ";
    width: 18px;
    height: 18px
}

.box-megamenu-container.qualita {
    border-left: 2px solid #81bb27
}

.box-megamenu-container.qualita h3:before {
    background: transparent url("clientlib-css/img/icona-arrow-right-green.svg") no-repeat center center
}

.box-megamenu-container.benessere {
    border-left: 2px solid #12727b
}

.box-megamenu-container.benessere h3:before {
    background: transparent url("clientlib-css/img/icona-arrow-right-green-blue.svg") no-repeat center center
}

.box-megamenu-container.buono {
    border-left: 2px solid #ae312f
}

.box-megamenu-container.buono h3:before {
    background: transparent url("clientlib-css/img/icona-arrow-right-red.svg") no-repeat center center
}

.box-megamenu-container .box-megamenu:last-child {
    margin-bottom: 0px
}

.box-megamenu-container.simple .box-megamenu {
    text-align: left !important;
    border-bottom: none
}

@media (max-width: 1047px) {
    .box-megamenu-container.simple .box-megamenu {
        padding: 0 0 0 0
    }
    .box-megamenu-container.simple .box-megamenu p {
        display: none
    }
}

.box-megamenu-container.simple ul {
    font-size: 10px;
    padding: 0 0 0 0
}

@media (max-width: 1047px) {
    .box-megamenu-container.simple ul {
        padding: 0 0 0 0 !important
    }
}

.box-megamenu-container.simple ul li {
    padding: 0 0 0 0;
    margin: 0 0 4px 0
}

@media (max-width: 1047px) {
    .box-megamenu-container.simple ul li {
        margin: 0 0 0 0
    }
}

.box-megamenu-container.simple ul li a {
    text-decoration: underline;
    font-weight: 700;
    border-top: 1px solid #ccc7b7
}

@media (max-width: 1047px) {
    .box-megamenu-container.simple ul li a {
        padding: 10px 0 10px 0 !important;
        text-transform: none;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400
    }
}

@media (max-width: 1047px) {
    .box-megamenu-container.simple ul li:last-child a {
        border: none !important;
        border-top: 1px solid #ccc7b7 !important
    }
    .box-megamenu-container.simple ul li:first-child a {
        border: none !important
    }
}

@media (max-width: 1047px) {
    .box-megamenu-container {
        padding: 0 40px 0 40px;
        border: none !important;
        width: auto
    }
}

@media (max-width: 1047px) {
    .box-access-large.box-access {
        display: block;
        background: none;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 40px;
        width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        height: auto
    }
    .box-access-large.box-access ul {
        margin-top: 10px
    }
    .box-access-large.box-access .box-access-notifier {
        position: absolute;
        z-index: 1;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: auto;
        height: auto;
        left: auto;
        bottom: 6px;
        right: 12px;
        display: inline-block
    }
    .box-access-large.box-access .box-access-notifier span {
        display: none
    }
    .box-access-large.box-access .box-access-notifier a {
        margin: 0 0 0 0
    }
    .box-access-large.box-access .box-access-notifier a img {
        margin: 0 0 0 0
    }
    .box-access-large.box-access .box-access-container {
        color: #424242
    }
    .box-access-large.box-access .box-access-container a {
        color: #424242
    }
    .box-access-large.box-access .box-access-container .box-access-shop {
        display: none
    }
    .box-access-large.box-access .box-access-container .box-access-user {
        color: #424242;
        margin: -5px 50px 0 0
    }
    .box-access-large.box-access .box-access-container .box-access-user span {
        font-size: 12px;
        line-height: 1.4
    }
    .box-access-large.box-access .box-access-container .box-access-user p {
        margin: 0 0 0 0;
        font-size: 12px;
        line-height: 1.4;
        color: #f68429
    }
    .box-access-large.box-access .box-access-container .box-access-user p strong {
        color: #f68429;
        text-decoration: underline;
        font-size: 14px
    }
    .box-access-large.box-access .box-access-container .box-access-user p a {
        display: none
    }
    .box-access-small.box-access {
        display: block;
        background: none;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 40px;
        width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 0;
        height: auto
    }
    .box-access-small.box-access ul {
        margin-top: 10px
    }
}

.form-search-shop-menu {
    padding: 30px 80px 0 20px
}

.form-search-shop-menu input[type="submit"] {
    background: transparent url("clientlib-css/img/icona_search.svg") no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 32px;
    right: 25px;
    border: none;
    letter-spacing: -999999px;
    overflow: hidden
}

.menu-mobile-user {
    margin-left: 20px;
    margin-right: 20px
}

.menu-mobile-user ul li a {
    border-top: 1px solid #ccc7b7;
    padding-left: 0px;
    padding-right: 0px
}

.location {
    background: #f8f6ef;
    padding: 40px 40px 108px 40px;
    text-align: center
}

.location img {
    width: 30px;
    height: auto;
    margin: 0 0 10px 0;
    display: inline-block
}

.location h3 {
    font-size: 15px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 700
}

@media (max-width: 767px) {
    .secondary-menu-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap
    }
}

ul.secondary-menu {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: 0;
    margin: 0 0 0 0
}

ul.secondary-menu li {
    display: inline-block;
    position: relative;
    z-index: 0
}

ul.secondary-menu li a {
    color: #003770;
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 0;
    display: block;
    padding-left: 20px;
    padding-right: 20px
}

ul.secondary-menu li.active a:before {
    content: " ";
    display: block;
    height: 5px;
    width: 100%;
    background: #003770;
    position: absolute;
    bottom: 0;
    left: 0
}

ul.secondary-menu.secondary-menu-color li a {
    color: #555555;
    height: 64px;
    line-height: 64px;
    position: relative;
    z-index: 0;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid transparent
}

ul.secondary-menu.secondary-menu-color li.active a {
    border-bottom: 5px solid #555555
}

ul.secondary-menu.secondary-menu-color li.active a:before {
    content: none;
    display: none;
    height: auto;
    width: auto;
    background: none;
    position: relative;
    bottom: auto;
    left: auto
}

.subheader {
    text-align: center;
    padding: 15px 0 15px 0;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1)
}

.subheader:before,
.subheader:after {
    content: " ";
    display: table
}

.subheader:after {
    clear: both
}

.subheader {
    *zoom: 1
}

.subheader .subheader-logo {
    display: inline-block
}

.subheader .subheader-logo:before,
.subheader .subheader-logo:after {
    content: " ";
    display: table
}

.subheader .subheader-logo:after {
    clear: both
}

.subheader .subheader-logo {
    *zoom: 1
}

.subheader .subheader-logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: inline-block
}

.box:before,
.box:after {
    content: " ";
    display: table
}

.box:after {
    clear: both
}

.box {
    *zoom: 1
}

.box.box--simple {
    text-align: center
}

.box.box--simple a.link-wrapper:hover {
    text-decoration: none
}

.box.box--simple .box--simple__thumb {
    margin: 0 0 3px 0
}

.box.box--simple .box--simple__thumb:before,
.box.box--simple .box--simple__thumb:after {
    content: " ";
    display: table
}

.box.box--simple .box--simple__thumb:after {
    clear: both
}

.box.box--simple .box--simple__thumb {
    *zoom: 1
}

.box.box--simple .box--simple__thumb img {
    width: 100%;
    height: auto;
    display: block
}

.box.box--simple .box--simple__content {
    background: #777676;
    color: #ffffff;
    padding: 15px;
    position: relative;
    z-index: 0
}

.box.box--simple .box--simple__content:before,
.box.box--simple .box--simple__content:after {
    content: " ";
    display: table
}

.box.box--simple .box--simple__content:after {
    clear: both
}

.box.box--simple .box--simple__content {
    *zoom: 1
}

.box.box--simple .box--simple__content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.1px;
    color: #ffffff;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    margin-bottom: 24px
}

.box.box--simple .box--simple__content h3:before {
    width: 100px;
    display: inline-block;
    height: 2px;
    background: #ffffff;
    content: " ";
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 50%;
    margin-left: -50px
}

.box.box--simple .box--simple__content p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300
}

.box.box--simple .box--simple__content.content__noborder h3 {
    margin-bottom: 4px
}

.box.box--simple .box--simple__content.content__noborder h3:before {
    content: none;
    width: auto;
    display: none;
    height: auto;
    position: relative;
    z-index: 0;
    bottom: auto;
    left: auto;
    margin: 0 0 0 0
}

.box.box--simple .box--simple__content.box--simple__content-secondary {
    background: #e3dfd7;
    color: #777676
}

.box.box--simple .box--simple__content.box--simple__content-secondary p {
    color: #777676
}

.box.box--simple .box--simple__content.box--simple__content-secondary h3 {
    color: #777676;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 18px
}

.box.box--simple .box--simple__content.box--simple__content-secondary h3:before {
    background: #777676;
    width: auto;
    display: none;
    height: auto;
    content: none;
    position: relative;
    z-index: 0;
    bottom: auto;
    left: auto;
    margin-left: 0px
}

.box.box--simple.active .box--simple__content {
    background: #f68429
}

.box.box--simple.box--simple__large .box--simple__content {
    text-align: center
}

.box.box--simple.box--simple__large .box--simple__content h3 {
    font-size: 18px;
    margin-top: 15px
}

.box.box--simple.box--simple__large .box--simple__content p {
    font-weight: 700;
    width: 100%;
    max-width: 380px;
    display: inline-block;
    margin-bottom: 15px
}

.box.box--grey {
    background: #f6f5f3;
    padding: 20px;
    text-align: center
}

@media (max-width: 1047px) {
    .box.box--grey {
        position: relative;
        z-index: 0;
        padding-bottom: 10px;
        margin: 0 0 12px 0
    }
}

.box.box--grey .box--grey__top {
    text-align: center;
    margin: 0 0 8px 0
}

.box.box--grey .box--grey__top:before,
.box.box--grey .box--grey__top:after {
    content: " ";
    display: table
}

.box.box--grey .box--grey__top:after {
    clear: both
}

.box.box--grey .box--grey__top {
    *zoom: 1
}

.box.box--grey .box--grey__top h2,
.box.box--grey .box--grey__top .h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 28px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 6px 0
}

@media (max-width: 1047px) {
    .box.box--grey .box--grey__top h2,
    .box.box--grey .box--grey__top .h2 {
        position: relative;
        z-index: 0
    }
}

.box.box--grey .box--grey__top p {
    font-size: 13px;
    font-style: italic;
    color: #636363;
    margin: 0 0 10px 0
}

@media (max-width: 1047px) {
    .box.box--grey .box--grey__top p {
        position: relative;
        z-index: 0;
        margin-bottom: 0px
    }
}

.box.box--grey .box--grey__top a.arrow-right {
    display: none
}

@media (max-width: 1047px) {
    .box.box--grey .box--grey__top a.arrow-right {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0
    }
}

.box.box--grey .box--grey__top a.arrow-right img {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: block;
    margin: -9px 0 0 0
}

.box.box--grey .box--grey__wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden
}

.box.box--grey .box--grey__wrapper:before,
.box.box--grey .box--grey__wrapper:after {
    content: " ";
    display: table
}

.box.box--grey .box--grey__wrapper:after {
    clear: both
}

.box.box--grey .box--grey__wrapper {
    *zoom: 1
}

.box.box--grey .box--grey__wrapper a.link-wrapper:hover {
    text-decoration: none
}

@media (max-width: 1047px) {
    .box.box--grey .box--grey__wrapper {
        display: none
    }
}

.box.box--grey .box--grey__wrapper .box--grey__thumb:before,
.box.box--grey .box--grey__wrapper .box--grey__thumb:after {
    content: " ";
    display: table
}

.box.box--grey .box--grey__wrapper .box--grey__thumb:after {
    clear: both
}

.box.box--grey .box--grey__wrapper .box--grey__thumb {
    *zoom: 1
}

.box.box--grey .box--grey__wrapper .box--grey__thumb img {
    width: 100%;
    height: auto;
    display: block
}

.box.box--grey .box--grey__wrapper .box--grey__content {
    padding: 16px
}

.box.box--grey .box--grey__wrapper .box--grey__content:before,
.box.box--grey .box--grey__wrapper .box--grey__content:after {
    content: " ";
    display: table
}

.box.box--grey .box--grey__wrapper .box--grey__content:after {
    clear: both
}

.box.box--grey .box--grey__wrapper .box--grey__content {
    *zoom: 1
}

.box.box--grey .box--grey__wrapper .box--grey__content h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.4
}

.box.box--grey .box--grey__wrapper .box--grey__content p {
    font-size: 13px;
    font-weight: 300;
    color: #898989
}

@media (max-width: 1047px) {
    .box.box--grey a.btn {
        display: none
    }
}

.box.box--grey.box--grey-rounded {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

@media (max-width: 1047px) {
    .box.box--news {
        padding-bottom: 15px;
        border-bottom: 1px solid #f2f0e4;
        padding-top: 10px;
        padding-left: 10px;
        position: relative;
        z-index: 0
    }
}

.box.box--news .box--news__content:before,
.box.box--news .box--news__content:after {
    content: " ";
    display: table
}

.box.box--news .box--news__content:after {
    clear: both
}

.box.box--news .box--news__content {
    *zoom: 1
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content {
        padding-right: 50px
    }
}

.box.box--news .box--news__content span {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #f68429;
    margin: 0 0 12px 0;
    display: block;
    font-style: italic
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content span {
        font-size: 12px;
        margin-bottom: 4px
    }
}

.box.box--news .box--news__content h3 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 12px 0
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content h3 {
        font-size: 14px;
        margin-bottom: 0px
    }
}

.box.box--news .box--news__content p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content p {
        display: none
    }
}

.box.box--news .box--news__content .alert {
    font-size: 14px;
    text-transform: uppercase;
    color: #f68429;
    margin: 0 0 12px 0;
    display: block
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content .alert {
        font-size: 12px;
        margin-bottom: 4px
    }
}

.box.box--news .box--news__content a.arrow-right {
    display: none
}

@media (max-width: 1047px) {
    .box.box--news .box--news__content a.arrow-right {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0
    }
}

.box.box--news .box--news__content a.arrow-right img {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    display: block;
    margin: -9px 0 0 0
}

.box.box--news.box--news-alert {
    position: relative;
    z-index: 0
}

.box.box--news.box--news-alert:before {
    content: " ";
    background: #f68429;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 0
}

@media (max-width: 1047px) {
    .box.box--news.box--news-alert:before {
        top: 0;
        left: -12px;
        width: 10px;
        height: 100%
    }
}

@media (max-width: 1047px) {
    .box.box--footer {
        text-align: center
    }
}

.box.box--footer .box--footer__title {
    margin: 15px 0 15px 0
}

.box.box--footer .box--footer__title:before,
.box.box--footer .box--footer__title:after {
    content: " ";
    display: table
}

.box.box--footer .box--footer__title:after {
    clear: both
}

.box.box--footer .box--footer__title {
    *zoom: 1
}

@media (max-width: 1047px) {
    .box.box--footer .box--footer__title {
        margin: 0 0 0 0;
        padding: 15px 0 15px 0;
        cursor: pointer;
        position: relative;
        z-index: 0
    }
    .box.box--footer .box--footer__title span {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent url("clientlib-css/img/freccia_giu_white.svg") no-repeat right 19px;
        background-size: 18px 10px
    }
}

.box.box--footer .box--footer__title h3 {
    font-weight: 700;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif
}

@media (max-width: 1047px) {
    .box.box--footer .box--footer__title h3 {
        text-align: left;
        font-weight: 400
    }
}

@media (max-width: 1047px) {
    .box.box--footer .box--footer__title h3.title-accordion {
        text-transform: uppercase
    }
}

.box.box--footer ul {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300
}

@media (max-width: 1047px) {
    .box.box--footer ul {
        display: none
    }
}

@media (min-width: 1048px) {
    .box.box--footer ul {
        display: block !important
    }
}

.box.box--footer ul li {
    margin: 0 0 15px 0
}

.box.box--footer ul li a {
    text-decoration: underline
}

@media (max-width: 1047px) {
    .box.box--footer.box--footer__accordion {
        border-bottom: 1px solid #ffffff
    }
}

.box.box-social {
    background: #ffffff;
    padding: 15px;
    margin: 0 8px 8px 8px
}

.box.box-social p {
    font-size: 10px
}

.box.box-social .box-social-top {
    position: relative;
    z-index: 0
}

.box.box-social .box-social-top:before,
.box.box-social .box-social-top:after {
    content: " ";
    display: table
}

.box.box-social .box-social-top:after {
    clear: both
}

.box.box-social .box-social-top {
    *zoom: 1
}

.box.box-social .box-social-top .box-social-thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 44px;
    height: auto
}

.box.box-social .box-social-top .box-social-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.box.box-social .box-social-top .box-social-title {
    position: relative;
    z-index: 0;
    padding: 0 0 0 58px;
    min-height: 44px;
    margin: 0 0 2px 0
}

.box.box-social .box-social-top .box-social-title h3 {
    font-size: 12px;
    color: #27448b;
    font-weight: 700;
    margin: 6px 0 0 0
}

.box.box-social .box-social-top .box-social-title p {
    font-size: 10px;
    color: #555555;
    font-weight: 400;
    line-height: 1.2
}

.box.box--service {
    margin-bottom: 65px
}

.box.box--service .box--service__thumb {
    background: #f8f6ef;
    text-align: center;
    min-height: 192px
}

@media (max-width: 1047px) {
    .box.box--service .box--service__thumb {
        margin-bottom: 20px
    }
}

.box.box--service .box--service__thumb img {
    display: inline-block;
    margin: 35px 0 0 0;
    max-height: 108px;
    width: auto
}

.box.box--service .box--service__thumb_standard {
    text-align: center
}

@media (max-width: 1047px) {
    .box.box--service .box--service__thumb_standard {
        margin-bottom: 20px
    }
}

.box.box--service .box--service__thumb_standard img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 1047px) {
    .box.box--service .box--service__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.box.box--service .box--service__content h3 {
    font-size: 24px;
    color: #f68429;
    font-weight: 700;
    margin: 0 0 20px 0
}

.box.box--service .box--service__content h3 a {
    color: #f68429
}

.box.box--service .box--service__content h4 {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 15px 0
}

.box.box--service .box--service__content p {
    font-size: 14px;
    line-height: 1.2
}

.box.box--service .box--service__content ul {
    margin: 10px 0 0 0
}

.box.box--service .box--service__content ul:before,
.box.box--service .box--service__content ul:after {
    content: " ";
    display: table
}

.box.box--service .box--service__content ul:after {
    clear: both
}

.box.box--service .box--service__content ul {
    *zoom: 1
}

.box.box--service .box--service__content ul li {
    position: relative;
    z-index: 0;
    padding: 0 0 0 20px
}

.box.box--service .box--service__content ul li:before {
    content: "•";
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 0;
    font-size: 25px;
    line-height: 1
}

.box.box--service .box--service__thumb_large {
    text-align: center
}

@media (max-width: 1047px) {
    .box.box--service .box--service__thumb_large {
        margin-bottom: 20px
    }
}

.box.box--service .box--service__thumb_large img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 1047px) {
    .box.box--service .box--service__content_large {
        padding-left: 20px;
        padding-right: 20px
    }
}

.box.box--service .box--service__content_large h3 {
    font-size: 35px;
    margin: 0 0 20px 0;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600
}

.box.box--service .box--service__content_large p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 20px 0
}

.box.box--service .box--service__content_large.content-thumb img.left {
    float: left;
    width: 48%;
    margin-right: 2%
}

.box.box--service .box--service__content_large.content-thumb img.right {
    float: right;
    width: 48%;
    margin-left: 2%
}

@media (max-width: 1047px) {
    .box.box--service .box--service__content_large.content-thumb img.left,
    .box.box--service .box--service__content_large.content-thumb img.right {
        float: none;
        width: 100%;
        margin: 0 0 30px 0
    }
}

.box.box--service.box--service__border {
    position: relative;
    z-index: 0;
    padding-right: 50px;
    margin-bottom: 40px
}

@media (max-width: 1047px) {
    .box.box--service.box--service__border {
        padding-right: 0px
    }
}

.box.box--service.box--service__border:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #ccc7b7;
    display: block
}

@media (max-width: 1047px) {
    .box.box--service.box--service__border:before {
        content: none;
        position: relative;
        z-index: 0;
        top: auto;
        right: auto;
        width: auto;
        height: auto;
        background: none;
        display: none
    }
}

.box.box--service.box--service__border.border-green:before {
    background: #81bb27
}

.box.box--service.box--service__border.border-green .box--service__content h3 {
    color: #81bb27;
    font-size: 22px
}

.box.box--service.box--service__border.border-green .box--service__content h3 a {
    color: #81bb27
}

.box.box--service.box--service__border.border-greenblue:before {
    background: #056f43
}

.box.box--service.box--service__border.border-greenblue .box--service__content h3 {
    color: #056f43;
    font-size: 22px
}

.box.box--service.box--service__border.border-greenblue .box--service__content h3 a {
    color: #056f43
}

.box.box--service.box--service__border.border-greendark:before {
    background: #01782c
}

.box.box--service.box--service__border.border-greendark .box--service__content h3 {
    color: #01782c;
    font-size: 22px
}

.box.box--service.box--service__border.border-greendark .box--service__content h3 a {
    color: #01782c
}

.box.box--service.box--service__border.border-red:before {
    background: #e32013
}

.box.box--service.box--service__border.border-red .box--service__content h3 {
    color: #e32013;
    font-size: 22px
}

.box.box--service.box--service__border.border-red .box--service__content h3 a {
    color: #e32013
}

.box.box--service.box--service__border.border-orange:before {
    background: #eb7404
}

.box.box--service.box--service__border.border-orange .box--service__content h3 {
    color: #eb7404;
    font-size: 22px
}

.box.box--service.box--service__border.border-orange .box--service__content h3 a {
    color: #eb7404
}

.box.box--service.box--service__border.border-brown:before {
    background: #ae312f
}

.box.box--service.box--service__border.border-brown .box--service__content h3 {
    color: #ae312f;
    font-size: 22px
}

.box.box--service.box--service__border.border-brown .box--service__content h3 a {
    color: #ae312f
}

.box.box--service.box--service__border.border-blue:before {
    background: #183e6d
}

.box.box--service.box--service__border.border-blue .box--service__content h3 {
    color: #183e6d;
    font-size: 22px
}

.box.box--service.box--service__border.border-blue .box--service__content h3 a {
    color: #183e6d
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple {
        border-bottom: 1px solid #f2f0e4;
        padding-bottom: 12px;
        margin-bottom: 12px
    }
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple .box--service__content h3 {
        position: relative;
        z-index: 0;
        width: 100%;
        margin-bottom: 0px !important
    }
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple .box--service__content h3 a {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%
    }
}

.box.box--service.box--service-mobile-simple .box--service__content h3 svg {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple .box--service__content h3 svg {
        display: block
    }
}

.box.box--service.box--service-mobile-simple .box--service__content p {
    font-size: 12px;
    line-height: 1.4
}

.box.box--service.box--service-mobile-simple .box--service__content p em {
    font-size: 14px
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple .box--service__content p {
        display: none
    }
}

@media (max-width: 1047px) {
    .box.box--service.box--service-mobile-simple .col-xs-4 {
        width: 100px;
        position: relative;
        z-index: 0
    }
    .box.box--service.box--service-mobile-simple .col-xs-8 {
        position: absolute;
        z-index: 1;
        top: 0;
        padding: 0 0 0 110px;
        width: 100%
    }
    .box.box--service.box--service-mobile-simple .col-xs-8 .box--service__content {
        padding: 0;
        display: flex;
        align-items: center
    }
    .box.box--service.box--service-mobile-simple .col-xs-8 .box--service__content h3 {
        font-size: 15px
    }
}

.box.box--service-simple .box--service__content h3 {
    color: #545454;
    font-size: 22px;
    margin: 0 0 5px 0
}

.box.box--service-simple .box--service__content h4 {
    font-size: 14px;
    margin: 0 0 20px 0
}

.box.box--service-simple .box--service__content p {
    font-size: 12px
}

.box.box--service-simple .box--service__thumb {
    min-height: 140px
}

.box.box--service-simple .box--service__thumb img {
    margin-top: 25px
}

.box.box-simple-rounded {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 10px 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.box.box-simple-rounded:before,
.box.box-simple-rounded:after {
    content: " ";
    display: table
}

.box.box-simple-rounded:after {
    clear: both
}

.box.box-simple-rounded {
    *zoom: 1
}

.box.box-simple-rounded label {
    display: block;
    padding: 22px !important;
    margin: 0 0 0 0
}

.box.box-simple-rounded label:before,
.box.box-simple-rounded label:after {
    content: " ";
    display: table
}

.box.box-simple-rounded label:after {
    clear: both
}

.box.box-simple-rounded label {
    *zoom: 1
}

.box.box-simple-rounded label h3 {
    font-size: 16px;
    font-style: normal
}

.box.box-simple-rounded label p {
    font-size: 12px;
    font-style: normal
}

.box.box-profile,
.box.box-profile-simple {
    background: #ffffff;
    border: 2px solid #ccc7b7;
    border-top: 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
    margin-bottom: 5px
}

.box.box-profile .box-profile-label,
.box.box-profile-simple .box-profile-label {
    background: #ccc7b7;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    line-height: 1
}

.box.box-profile .box-profile-label h3,
.box.box-profile-simple .box-profile-label h3 {
    font-size: 16px
}

.box.box-profile .box-profile-thumb-large img,
.box.box-profile-simple .box-profile-thumb-large img {
    width: 100%;
    height: auto;
    display: block
}

.box.box-profile .box-profile-title,
.box.box-profile-simple .box-profile-title {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}

.box.box-profile .box-profile-title h2,
.box.box-profile-simple .box-profile-title h2 {
    font-size: 18px;
    line-height: 1.2
}

.box.box-profile .box-profile-content,
.box.box-profile-simple .box-profile-content {
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 12px;
    color: #898989
}

.box.box-profile .box-profile-content .detail-element-icon span,
.box.box-profile-simple .box-profile-content .detail-element-icon span {
    line-height: 1.2;
    padding-left: 45px;
    padding-top: 6px;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    min-height: 34px
}

.box.box-profile .box-profile-content .detail-element-icon span strong,
.box.box-profile-simple .box-profile-content .detail-element-icon span strong {
    font-weight: 700;
    text-decoration: underline
}

.box.box-profile .box-profile-content .detail-element-icon .detail-element-icon-wrapper img,
.box.box-profile-simple .box-profile-content .detail-element-icon .detail-element-icon-wrapper img {
    max-height: 34px
}

.box.box-profile .box-profile-content .detail-element-icon .detail-element-icon-wrapper.detail-element-icon-wrapper-small img,
.box.box-profile-simple .box-profile-content .detail-element-icon .detail-element-icon-wrapper.detail-element-icon-wrapper-small img {
    max-height: 20px
}

.box.box-profile .box-profile-content .time span.hours,
.box.box-profile-simple .box-profile-content .time span.hours {
    font-weight: 300;
    background: transparent url("clientlib-css/img/icona_orologio.svg") no-repeat left 0px;
    padding-left: 30px;
    background-size: 21px 21px;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 5px
}

.box.box-profile .box-profile-content .cards,
.box.box-profile-simple .box-profile-content .cards {
    margin: 0 0 25px 0
}

.box.box-profile .box-profile-content .cards:before,
.box.box-profile .box-profile-content .cards:after,
.box.box-profile-simple .box-profile-content .cards:before,
.box.box-profile-simple .box-profile-content .cards:after {
    content: " ";
    display: table
}

.box.box-profile .box-profile-content .cards:after,
.box.box-profile-simple .box-profile-content .cards:after {
    clear: both
}

.box.box-profile .box-profile-content .cards,
.box.box-profile-simple .box-profile-content .cards {
    *zoom: 1
}

.box.box-profile .box-profile-content .cards img,
.box.box-profile-simple .box-profile-content .cards img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 228px;
    margin: 0 auto 0 auto
}

.box.box-profile .box-profile-content .cards h3,
.box.box-profile-simple .box-profile-content .cards h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 1.2
}

.box.box-profile .box-profile-content .cards p,
.box.box-profile-simple .box-profile-content .cards p {
    font-size: 14px;
    line-height: 1.2
}

.box.box-profile .box-profile-content .text-large,
.box.box-profile-simple .box-profile-content .text-large {
    font-size: 16px;
    margin: 0 0 20px 0
}

.box.box-profile .box-profile-content .total-points,
.box.box-profile-simple .box-profile-content .total-points {
    font-size: 38px;
    line-height: 38px;
    color: #f68429;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600
}

.box.box-profile .box-profile-btn-wrapper,
.box.box-profile-simple .box-profile-btn-wrapper {
    text-align: center
}

@media (max-width: 1047px) {
    .box.box-profile .box-profile-btn-wrapper,
    .box.box-profile-simple .box-profile-btn-wrapper {
        margin-bottom: 20px !important;
        margin-top: 15px !important
    }
}

.box.box-profile.border-top,
.box.box-profile-simple.border-top {
    border-top: 2px solid #ccc7b7
}

.box.box-profile hr,
.box.box-profile-simple hr {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f8f6ef
}

.box.box-profile-my-shop .box-profile-label {
    background: #f68429;
    color: #ffffff
}

.box.box-profile-my-shop .box-profile-label h3 {
    color: #ffffff
}

.box.box-profile {
    height: auto
}

@media (min-width: 1048px) {
    .box.box-profile {
        min-height: 392px
    }
}

@media (max-width: 1439px) {
    .row .box.box-profile {
        height: auto;
        margin-bottom: 20px !important
    }
}

@media (min-width: 1048px) {
    .row .box.box-profile {
        height: auto
    }
}

@media (max-width: 1439px) {
    .box.box-profile-simple {
        margin-bottom: 20px !important
    }
}

.box .link-simple {
    font-weight: 700;
    text-decoration: underline;
    margin-top: 18px;
    display: inline-block
}

.box .link {
    position: relative;
    z-index: 0;
    color: #f68429;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.box .icon-download {
    clear: both;
    float: none;
    display: inline-block;
    font-size: 12px;
    color: #f68429 !important;
    background: transparent url("clientlib-css/img/icona-download-pdf.svg") no-repeat right top;
    padding: 2px 32px 2px 0;
    text-transform: uppercase;
    text-decoration: underline
}

.box.box-square {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 0
}

.box.box-square .label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #545454;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px
}

.box.box-square .box-square-thumb {
    margin: 25px;
    margin-bottom: 0px
}

.box.box-square .box-square-thumb:before,
.box.box-square .box-square-thumb:after {
    content: " ";
    display: table
}

.box.box-square .box-square-thumb:after {
    clear: both
}

.box.box-square .box-square-thumb {
    *zoom: 1
}

.box.box-square .box-square-thumb img {
    width: 100%;
    height: auto;
    display: block
}

.box.box-square .box-square-thumb.box-square-thumb-140 img {
    width: 100% !important;
    max-width: 140px !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto
}

.box.box-square .box-square-content {
    padding: 15px;
    padding-bottom: 5px;
    padding-top: 10px
}

.box.box-square .box-square-content:before,
.box.box-square .box-square-content:after {
    content: " ";
    display: table
}

.box.box-square .box-square-content:after {
    clear: both
}

.box.box-square .box-square-content {
    *zoom: 1
}

.box.box-square .box-square-content h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 2px 0;
    min-height: 30px
}

.box.box-square .box-square-content h3 a {
    color: #545454
}

.box.box-square .box-square-content h4 {
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 2px 0;
    min-height: 30px
}

.box.box-square .box-square-content h4 a {
    color: #545454
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .box.box-square .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .box.box-square .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .box.box-square .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .box.box-square .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .box.box-square .box-square-content p {
    display: none
}

@media (max-width: 1047px) {
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured .box.box-square .box-square-content p,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .box.box-square .box-square-content p,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .box.box-square .box-square-content p,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .box.box-square .box-square-content p,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .box.box-square .box-square-content p {
        display: block
    }
}

.box.box-square .text-content {
    padding: 15px 15px 0 15px
}

.box.box-square .text-content:before,
.box.box-square .text-content:after {
    content: " ";
    display: table
}

.box.box-square .text-content:after {
    clear: both
}

.box.box-square .text-content {
    *zoom: 1
}

.box.box-square .text-content h3 {
    font-size: 12px;
    font-weight: 400
}

.box.box-square .text-content p {
    font-size: 16px;
    font-weight: 700
}

.box.box-square .text-content span {
    color: #e20714;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.box.box-square .tags {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 25px
}

.box.box-square .tags .tag {
    margin-right: 2px;
    margin-bottom: 5px
}

.box.box-square .box-square-utilities {
    position: relative;
    z-index: 0;
    margin: 15px;
    margin-top: 15px;
    margin-bottom: 0px
}

.box.box-square .box-square-utilities:before,
.box.box-square .box-square-utilities:after {
    content: " ";
    display: table
}

.box.box-square .box-square-utilities:after {
    clear: both
}

.box.box-square .box-square-utilities {
    *zoom: 1
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .box.box-square .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .box.box-square .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .box.box-square .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .box.box-square .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .box.box-square .box-square-utilities {
    display: none
}

@media (max-width: 1047px) {
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured .box.box-square .box-square-utilities,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .box.box-square .box-square-utilities,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .box.box-square .box-square-utilities,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .box.box-square .box-square-utilities,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .box.box-square .box-square-utilities {
        display: block
    }
}

.box.box-square .box-square-utilities a {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.box.box-square .box-square-utilities a.icon-utility {
    background: #545454;
    display: inline-block;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    overflow: hidden
}

.box.box-square .box-square-utilities a.icon-utility span {
    position: relative;
    z-index: 0;
    display: block;
    padding: 0px 8px 0px 35px;
    text-transform: uppercase;
    font-size: 12px
}

.box.box-square .box-square-utilities a.icon-utility img {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 7px;
    width: 20px;
    height: auto;
    display: block
}

.box.box-square .box-square-utilities a.icon-utility.toggle-sharer span {
    display: none
}

.box.box-square .box-square-utilities a.icon-utility.toggle-sharer img {
    display: block;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    width: 20px;
    height: auto;
    margin: 5px 10px 0 8px
}

.box.box-square .box-square-utilities a.icon-utility.icon-salva {
    background: #545454 url("clientlib-css/img/icona_salva_bianca.svg") no-repeat 8px center;
    background-size: 20px 20px
}

.box.box-square .box-square-utilities a.icon-utility.icon-salva.active {
    background: #545454 url("clientlib-css/img/icona_salva_rossa.svg") no-repeat 8px center;
    background-size: 20px 20px
}

.box.box-square .box-square-utilities .sharer {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-top: 0.5px;
    vertical-align:top;
}

.box.box-square .box-square-utilities.box-square-utilities-small {
    z-index: 1
}

.box.box-square .box-square-utilities.box-square-utilities-small .sharer__wrapper--small {
    width: 92px !important
}

.box.box-square .box-square-utilities.box-square-utilities-small a {
    height: 20px;
    line-height: 20px
}

.box.box-square .box-square-utilities.box-square-utilities-small a.icon-utility span {
    font-size: 11px;
    padding-left: 26px
}

.box.box-square .box-square-utilities.box-square-utilities-small a.icon-utility.icon-salva {
    background: #545454 url("clientlib-css/img/icona_salva_bianca.svg") no-repeat 8px center;
    background-size: 12px 12px;
    margin-top: 1px;
}

.box.box-square .box-square-utilities.box-square-utilities-small a.icon-utility.icon-salva.active {
    background: #545454 url("clientlib-css/img/icona_salva_rossa.svg") no-repeat 8px center;
    background-size: 12px 12px;
    margin-top: 1px;
}

.box.box-square .box-square-utilities.box-square-utilities-small a.icon-utility.toggle-sharer img {
    display: block;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    width: 14px;
    height: auto;
    margin: 3px 5px 0 4px
}

.box.box-square .box-square-details {
    margin: 0 10px 10px 10px;
    position: relative;
    z-index: 0
}

.box.box-square .box-square-details:before,
.box.box-square .box-square-details:after {
    content: " ";
    display: table
}

.box.box-square .box-square-details:after {
    clear: both
}

.box.box-square .box-square-details {
    *zoom: 1
}

.box.box-square .box-square-details div {
    float: left;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 0;
    min-height: 20px
}

.box.box-square .box-square-details div:before,
.box.box-square .box-square-details div:after {
    content: " ";
    display: table
}

.box.box-square .box-square-details div:after {
    clear: both
}

.box.box-square .box-square-details div {
    *zoom: 1
}

.box.box-square .box-square-details div img {
    width: 16px;
    display: block;
    margin: 0 0 0 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.box.box-square .box-square-details div p {
    font-size: 9px;
    color: #636363;
    display: block;
    margin: 2px 0 0 20px;
    position: relative;
    z-index: 0
}

.box.box-square.box-square-large-thumb .box-square-thumb {
    margin: 0 0 0 0
}

.box.box-square.box-square-large .box-square-thumb {
    margin: 0 0 0 0
}

.box.box-square.box-square-featured-green {
    border: 5px solid #81bb27
}

.box.box-square.box-square-featured-green .label {
    background: #81bb27 !important;
    top: -5px;
    left: -5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.box.box-square.box-square-featured-green .label em {
    font-size: 16px
}

.box.box-square.box-square-featured-greendark {
    border: 5px solid #01782c
}

.box.box-square.box-square-featured-greendark .label {
    background: #01782c !important;
    top: -5px;
    left: -5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.box.box-square.box-square-featured-greendark .label em {
    font-size: 16px
}

.box.box-square.box-square-featured-red {
    border: 5px solid #e32013
}

.box.box-square.box-square-featured-red .label {
    background: #e32013 !important;
    top: -5px;
    left: -5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.box.box-square.box-square-featured-red .label em {
    font-size: 16px
}

.box.box-square.box-square-featured-blue {
    border: 5px solid #183e6d
}

.box.box-square.box-square-featured-blue .label {
    background: #183e6d !important;
    top: -5px;
    left: -5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.box.box-square.box-square-featured-blue .label em {
    font-size: 16px
}

.box.box-square.box-square-featured-brown {
    border: 5px solid #ae312f
}

.box.box-square.box-square-featured-brown .label {
    background: #ae312f !important;
    top: -5px;
    left: -5px;
    padding-top: 6px;
    padding-bottom: 6px
}

.box.box-square.box-square-featured-brown .label em {
    font-size: 16px
}

.box.box--simple-bg {
    background: #ffffff;
    position: relative;
    z-index: 0;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2)
}

.box.box--simple-bg .box--simple__logo {
    text-align: center;
    height: 64px;
    position: relative;
    z-index: 0;
    margin-bottom: 25px
}

.box.box--simple-bg .box--simple__logo:before {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    width: 146px;
    height: 2px;
    background: #f8f6ef;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -73px
}

.box.box--simple-bg .box--simple__logo img {
    max-height: 64px;
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 0
}

.box.box--simple-bg .box--simple__content {
    padding: 0 20px 10px 20px;
    text-align: center
}

.box.box--simple-bg .box--simple__content p {
    line-height: 1.4;
    font-size: 14px
}

.box.box--simple-bg .box--simple__content h3 {
    font-size: 16px
}

.box.box--simple-bg a {
    display: block
}

.box.box--simple-bg a:hover {
    text-decoration: none !important
}

.box.box--simple-bg:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: " ";
    display: block
}

.box.box--simple-bg.border-green:before {
    background: #81bb27
}

.box.box--simple-bg.border-lightblue:before {
    background: #56c2e3
}

.box.box--simple-bg.border-greendark:before {
    background: #005339
}

.box.box--simple-bg.border-greendark02:before {
    background: #01782c
}

.box.box--simple-bg.border-red:before {
    background: #e32013
}

.box.box--simple-bg.border-grey:before {
    background: #969595
}

.box.box--simple-bg.border-orange:before {
    background: #eb7404
}

.box.box--simple-bg.border-reddark:before {
    background: #ac2c29
}

.box.box--simple-bg.box--simple-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .box.box--simple-bg.box--simple-rounded {
        margin-bottom: 10px
    }
}

.box.box--simple-bg.box--simple-rounded .box--simple__logo {
    margin-bottom: 5px
}

.box.box--simple-bg.box--simple-rounded .box--simple__logo img {
    max-height: 50px
}

.box.box--simple-bg.box--simple-rounded .box--simple__logo:before {
    position: relative;
    z-index: 0;
    bottom: auto;
    width: auto;
    height: auto;
    background: none;
    content: none;
    display: none;
    left: auto;
    margin-left: 0px
}

.box.box--simple-bg.box--simple-rounded .box--simple__content {
    padding-left: 10px;
    padding-right: 10px
}

.box.box--simple-bg.box--simple-rounded .box--simple__content p {
    font-weight: 700;
    font-size: 12px
}

.box.box-bg {
    background: #f8f6ef;
    padding: 20px
}

.box.box-price-simple {
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 110px;
    float: left;
    min-height: 152px;
    margin: 0 14px 14px 0;
    padding: 15px
}

@media (max-width: 1047px) {
    .box.box-price-simple {
        background: #f8f6ef;
        width: 45%;
        margin: 0 1% 3px 0
    }
}

.box.box-price-simple h4 {
    font-size: 16px;
    line-height: 19px;
    color: #898989;
    font-weight: 700;
    position: relative;
    z-index: 0;
    padding-bottom: 8px;
    margin-bottom: 10px
}

.box.box-price-simple h4:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ccc7b7
}

.box.box-price-simple small {
    font-size: 10px;
    color: #636363;
    margin: 0 0 8px 0;
    display: block
}

.box.box-price-simple p {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #545454;
    font-size: 20px;
    line-height: 1
}

.box-number {
    position: relative;
    z-index: 0;
    cursor: pointer
}

.box-number .box-number-content {
    position: absolute;
    z-index: 1;
    width: 50px;
    top: 0;
    left: 0;
    text-align: right;
    padding-right: 4px
}

.box-number .box-number-content p {
    font-size: 20px
}

@media (max-width: 1047px) {
    .box-number .box-number-content p {
        line-height: 26px;
        display: block;
        width: 100%;
        height: 26px;
        text-align: center;
        font-weight: 700;
        font-size: 16px
    }
}

@media (max-width: 1047px) {
    .box-number .box-number-content {
        position: relative;
        z-index: 0;
        top: 12px;
        left: auto;
        text-align: center;
        padding: 0 0 0 0;
        width: 32px;
        height: 32px;
        border: 2px solid #545454;
        text-align: center;
        color: #545454;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px
    }
    .current .box-number .box-number-content {
        width: 52px;
        height: 52px;
        border: none;
        top: 0px
    }
    .current .box-number .box-number-content p {
        top: 12px !important;
        position: relative;
        z-index: 0;
        font-size: 22px
    }
}

.box-number .box-number-description {
    position: relative;
    z-index: 0;
    padding: 6px 0 6px 60px
}

@media (max-width: 1047px) {
    .box-number .box-number-description {
        display: none
    }
}

.box-number .box-number-description p {
    font-size: 14px;
    font-style: italic
}

.container-recipes-green .current .box-number-content {
    background: #81bb27
}

.container-recipes-green .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-green .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.container-recipes-greendark .current .box-number-content {
    background: #01782c
}

.container-recipes-greendark .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-greendark .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.box-simple-list-wrapper .box--simple .box--simple__thumb img {
    height: 180px !important
}

.container-recipes-red .current .box-number-content {
    background: #e32013
}

.container-recipes-red .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-red .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.container-recipes-blue .current .box-number-content {
    background: #183e6d
}

.container-recipes-blue .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-blue .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.container-recipes-brown .current .box-number-content {
    background: #ae312f
}

.container-recipes-brown .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-brown .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.container-recipes-greendark .current .box-number-content {
    background: #01782c
}

.container-recipes-greendark .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-greendark .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.container-recipes-red .current .box-number-content {
    background: #e32013
}

.container-recipes-red .current .box-number-content p {
    margin: 0 0 0 0;
    font-weight: 700;
    color: #ffffff
}

.container-recipes-red .current .box-number-description p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

.box-square-share-container {
    position: relative;
    z-index: 0;
    margin: 15px;
    margin-top: 15px;
    margin-bottom: 0px
}

.box-square-share-container:before,
.box-square-share-container:after {
    content: " ";
    display: table
}

.box-square-share-container:after {
    clear: both
}

.box-square-share-container {
    *zoom: 1
}

.box-square-share-container a {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.box-square-share-container a.icon-utility {
    background: #ffffff;
    display: inline-block;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    overflow: hidden
}

.box-square-share-container a.icon-utility span {
    position: relative;
    z-index: 0;
    display: block;
    padding: 0px 8px 0px 35px;
    text-transform: uppercase;
    font-size: 12px
}

.box-square-share-container a.icon-utility img {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 7px;
    width: 20px;
    height: auto;
    display: block
}

.box-square-share-container a.icon-utility.toggle-sharer span {
    display: none
}

.box-square-share-container a.icon-utility.toggle-sharer img {
    display: block;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    width: 20px;
    height: auto;
    margin: 5px 10px 0 8px
}

.box-square-share-container .sharer {
    position: relative;
    z-index: 0;
    display: inline-block
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .firstActiveItem .box-square.box-square-large-thumb .box-square-content {
    padding-top: 5px;
    height: 115px
}

@media (max-width: 1047px) {
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .firstActiveItem .box-square.box-square-large-thumb .box-square-content,
    .owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .firstActiveItem .box-square.box-square-large-thumb .box-square-content {
        height: auto;
        padding-bottom: 20px
    }
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .firstActiveItem .box-square.box-square-large-thumb .box-square-content h3,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .firstActiveItem .box-square.box-square-large-thumb .box-square-content h3,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .firstActiveItem .box-square.box-square-large-thumb .box-square-content h3,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .firstActiveItem .box-square.box-square-large-thumb .box-square-content h3,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .firstActiveItem .box-square.box-square-large-thumb .box-square-content h3 {
    font-size: 18px;
    margin: 0 0 8px 0
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .firstActiveItem .box-square.box-square-large-thumb .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .firstActiveItem .box-square.box-square-large-thumb .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .firstActiveItem .box-square.box-square-large-thumb .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .firstActiveItem .box-square.box-square-large-thumb .box-square-content p,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .firstActiveItem .box-square.box-square-large-thumb .box-square-content p {
    display: block
}

.owl-carousel.carousel-theme.carousel-box-simple-with-featured .firstActiveItem .box-square.box-square-large-thumb .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-top .firstActiveItem .box-square.box-square-large-thumb .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-brown .firstActiveItem .box-square.box-square-large-thumb .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-greendark .firstActiveItem .box-square.box-square-large-thumb .box-square-utilities,
.owl-carousel.carousel-theme.carousel-box-simple-with-featured-red .firstActiveItem .box-square.box-square-large-thumb .box-square-utilities {
    display: block
}

.box-square.box-square-large .box-square-content {
    padding-top: 5px;
    height: 115px
}

@media (max-width: 1047px) {
    .box-square.box-square-large .box-square-content {
        height: auto;
        padding-bottom: 20px
    }
}

.box-square.box-square-large .box-square-content h3 {
    font-size: 18px;
    margin: 0 0 8px 0
}

.box-square.box-square-large .box-square-content p {
    display: block
}

.box-square.box-square-large .box-square-utilities {
    display: block
}

.carousel-numbers-single .box-square.box-square-large .box-square-content,
.carousel-numbers-single-blue .box-square.box-square-large .box-square-content,
.carousel-numbers-single-brown .box-square.box-square-large .box-square-content,
.carousel-numbers-single-greendark .box-square.box-square-large .box-square-content,
.carousel-numbers-single-red .box-square.box-square-large .box-square-content {
    height: 95px
}

.box-profile-progress {
    padding-top: 0;
    position: relative;
    z-index: 0
}

.box-profile-progress p {
    margin: 0 0 8px 0
}

@media (max-width: 1047px) {
    .box-profile-progress p.text-center {
        margin-bottom: 50px
    }
}

.box-profile-progress-bar-wrapper {
    height: 12px;
    display: block;
    background: #f8f6ef;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 0
}

.box-profile-progress-bar-wrapper:before,
.box-profile-progress-bar-wrapper:after {
    content: " ";
    display: table
}

.box-profile-progress-bar-wrapper:after {
    clear: both
}

.box-profile-progress-bar-wrapper {
    *zoom: 1
}

.box-profile-progress-bar-wrapper .box-profile-progress-bar {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #f68429;
    height: 12px;
    position: relative;
    z-index: 0
}

.box-profile-progress-bar-wrapper .box-profile-progress-bar.progress-bar-grey {
    background: #ccc7b7
}

.box-profile-progress-bar-wrapper p.box-profile-progress-bar-text {
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: -28px;
    font-weight: 700;
    font-size: 15px;
    color: #545454;
    text-align: right;
    width: 58px
}

.box-profile-progress-bar-wrapper .progress-label {
    position: absolute;
    z-index: 2;
    top: -31px;
    left: 0;
    height: 25px;
    line-height: 25px;
    background: #f68429;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.box-profile-progress-bar-wrapper .progress-label:before {
    width: 2px;
    height: 18px;
    background: #f68429;
    display: block;
    content: " ";
    bottom: -18px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    z-index: 2
}

.box-profile-progress-bar-wrapper .progress-label.label-500 {
    left: 10%
}

.box-profile-progress-bar-wrapper .progress-label.label-1000 {
    left: 40%
}

.box-profile-progress-bar-wrapper .progress-label.label-1500 {
    left: 72%
}

.box-profile-progress-bar-wrapper .progress-label.bg-grey {
    background: #ccc7b7
}

.box-profile-progress-bar-wrapper .progress-label.bg-grey:before {
    background: #ccc7b7
}

.messages-wrapper {
    margin: 15px 5px 25px 15px;
    position: relative;
    z-index: 0
}

.messages-wrapper:before,
.messages-wrapper:after {
    content: " ";
    display: table
}

.messages-wrapper:after {
    clear: both
}

.messages-wrapper {
    *zoom: 1
}

.messages-wrapper .messages-scrollbar {
    position: relative;
    z-index: 0
}

.articles-wrapper {
    margin: 15px 15px 25px 15px;
    position: relative;
    z-index: 0
}

.articles-wrapper:before,
.articles-wrapper:after {
    content: " ";
    display: table
}

.articles-wrapper:after {
    clear: both
}

.articles-wrapper {
    *zoom: 1
}

.articles-wrapper .articles-scrollbar {
    position: relative;
    z-index: 0
}

.messages-container {
    max-height: 250px;
    position: relative;
    z-index: 0;
    padding: 0 20px 0 0
}

.messages-container:before,
.messages-container:after {
    content: " ";
    display: table
}

.messages-container:after {
    clear: both
}

.messages-container {
    *zoom: 1
}

.messages-container .message-wrapper {
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #f8f6ef
}

.messages-container .message-wrapper:before,
.messages-container .message-wrapper:after {
    content: " ";
    display: table
}

.messages-container .message-wrapper:after {
    clear: both
}

.messages-container .message-wrapper {
    *zoom: 1
}

.messages-container .message-wrapper.border:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #f68429;
    content: " ";
    display: block
}

.messages-container .message-wrapper .message-date {
    text-align: right;
    font-weight: 700;
    font-size: 12px;
    color: #898989;
    margin: 5px 0 0 0
}

.messages-container .message-wrapper .message-date:before,
.messages-container .message-wrapper .message-date:after {
    content: " ";
    display: table
}

.messages-container .message-wrapper .message-date:after {
    clear: both
}

.messages-container .message-wrapper .message-date {
    *zoom: 1
}

.messages-container .message-wrapper .message-content {
    padding: 0 0 20px 22px;
    position: relative;
    z-index: 0
}

.messages-container .message-wrapper .message-content:before,
.messages-container .message-wrapper .message-content:after {
    content: " ";
    display: table
}

.messages-container .message-wrapper .message-content:after {
    clear: both
}

.messages-container .message-wrapper .message-content {
    *zoom: 1
}

.messages-container .message-wrapper .message-content.border:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #f68429;
    content: " ";
    display: block
}

.messages-container .message-wrapper .message-content h3 {
    font-size: 18px;
    margin: 0 0 2px 0
}

.messages-container .message-wrapper .message-content p {
    font-size: 16px;
    line-height: 1.2
}

.articles-container {
    max-height: 250px;
    position: relative;
    z-index: 0;
    padding: 0 20px 0 0
}

.articles-container:before,
.articles-container:after {
    content: " ";
    display: table
}

.articles-container:after {
    clear: both
}

.articles-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .articles-container {
        max-height: inherit !important
    }
}

.articles-container .article-wrapper {
    position: relative;
    z-index: 0;
    margin: 0 0 25px 0
}

.articles-container .article-wrapper:before,
.articles-container .article-wrapper:after {
    content: " ";
    display: table
}

.articles-container .article-wrapper:after {
    clear: both
}

.articles-container .article-wrapper {
    *zoom: 1
}

.articles-container .article-wrapper .article-content {
    position: relative;
    z-index: 0
}

.articles-container .article-wrapper .article-content:before,
.articles-container .article-wrapper .article-content:after {
    content: " ";
    display: table
}

.articles-container .article-wrapper .article-content:after {
    clear: both
}

.articles-container .article-wrapper .article-content {
    *zoom: 1
}

.articles-container .article-wrapper .article-content img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0
}

.articles-container .article-wrapper .article-content p {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    padding: 5px;
    width: 100%;
    line-height: 1.2;
    font-size: 14px
}

.service-container {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f8f6ef;
    position: relative;
    z-index: 0
}

.service-container:before,
.service-container:after {
    content: " ";
    display: table
}

.service-container:after {
    clear: both
}

.service-container {
    *zoom: 1
}

.service-container img {
    max-height: 65px;
    width: auto;
    display: inline-block
}

.services-wrapper {
    margin: 15px 15px 0px 15px;
    position: relative;
    z-index: 0
}

.services-wrapper:before,
.services-wrapper:after {
    content: " ";
    display: table
}

.services-wrapper:after {
    clear: both
}

.services-wrapper {
    *zoom: 1
}

.services-scrollbar {
    position: relative;
    z-index: 0
}

.services-container {
    max-height: 250px;
    position: relative;
    z-index: 0;
    padding: 0 20px 0 0
}

.services-container:before,
.services-container:after {
    content: " ";
    display: table
}

.services-container:after {
    clear: both
}

.services-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .services-container {
        max-height: inherit !important
    }
}

.card-info-wrapper:before,
.card-info-wrapper:after {
    content: " ";
    display: table
}

.card-info-wrapper:after {
    clear: both
}

.card-info-wrapper {
    *zoom: 1
}

.card-info-wrapper .card-info-content {
    padding: 15px 20px 15px 20px
}

.card-info-wrapper .card-info-content:before,
.card-info-wrapper .card-info-content:after {
    content: " ";
    display: table
}

.card-info-wrapper .card-info-content:after {
    clear: both
}

.card-info-wrapper .card-info-content {
    *zoom: 1
}

.card-info-wrapper .card-info-content h3 {
    font-size: 18px;
    margin: 0 0 5px 0
}

.card-info-wrapper.bg-grey {
    background: #f8f6ef
}

.card-info-wrapper.light h3,
.card-info-wrapper.light p {
    color: #898989
}

.link-wrapper:hover {
    text-decoration: none
}

.recepit-utilities {
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1
}

.recepit-utilities:before,
.recepit-utilities:after {
    content: " ";
    display: table
}

.recepit-utilities:after {
    clear: both
}

.recepit-utilities {
    *zoom: 1
}

.recepit-utilities a {
    position: relative;
    z-index: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.recepit-utilities a.icon-utility {
    background: #545454;
    display: inline-block;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    overflow: hidden
}

.recepit-utilities a.icon-utility span {
    position: relative;
    z-index: 0;
    display: block;
    padding: 0px 8px 0px 35px;
    text-transform: uppercase;
    font-size: 12px
}

.recepit-utilities a.icon-utility img {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 7px;
    width: 20px;
    height: auto;
    display: block
}

.recepit-utilities a.icon-utility.toggle-sharer span {
    display: none
}

.recepit-utilities a.icon-utility.toggle-sharer img {
    display: block;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    width: 20px;
    height: auto;
    margin: 5px 10px 0 8px
}

.recepit-utilities a.icon-utility.icon-salva {
    background: #545454 url("clientlib-css/img/icona_salva_bianca.svg") no-repeat 8px center;
    background-size: 20px 20px;
    float: left;
    margin-right: 10px
}

.recepit-utilities a.icon-utility.icon-salva.active {
    background: #545454 url("clientlib-css/img/icona_salva_rossa.svg") no-repeat 8px center;
    background-size: 20px 20px
}

.recepit-utilities .sharer {
    float: left;
    position: relative;
    z-index: 0
}

.recepit-utilities .sharer:before,
.recepit-utilities .sharer:after {
    content: " ";
    display: table
}

.recepit-utilities .sharer:after {
    clear: both
}

.recepit-utilities .sharer {
    *zoom: 1
}

.box-numbered {
    margin: 0 0 20px 0
}

.box-numbered:before,
.box-numbered:after {
    content: " ";
    display: table
}

.box-numbered:after {
    clear: both
}

.box-numbered {
    *zoom: 1
}

.box-numbered .box-numbered-thumb {
    position: relative;
    z-index: 0;
    margin: 0 0 15px 0
}

.box-numbered .box-numbered-thumb:before,
.box-numbered .box-numbered-thumb:after {
    content: " ";
    display: table
}

.box-numbered .box-numbered-thumb:after {
    clear: both
}

.box-numbered .box-numbered-thumb {
    *zoom: 1
}

.box-numbered .box-numbered-thumb img {
    display: block;
    width: 100%;
    height: auto
}

.box-numbered .box-numbered-thumb .number {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
    background: #f68429;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    padding: 2px 5px 4px 20px;
    line-height: 1
}

.box-numbered .box-numbered-content {
    font-size: 12px;
    line-height: 1.25
}

.box-numbered .box-numbered-content:before,
.box-numbered .box-numbered-content:after {
    content: " ";
    display: table
}

.box-numbered .box-numbered-content:after {
    clear: both
}

.box-numbered .box-numbered-content {
    *zoom: 1
}

.box-numbered .box-numbered-content p {
    margin: 0 0 15px 0
}

.location-box:before,
.location-box:after {
    content: " ";
    display: table
}

.location-box:after {
    clear: both
}

.location-box {
    *zoom: 1
}

.location-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0
}

.location-box p {
    font-size: 16px;
    display: block;
    color: #424242
}

.location-box p.address {
    background: url("clientlib-css/img/pin_arancione_2x.svg") no-repeat 0px 0px;
    background-size: 20px 27px;
    padding: 2px 0 4px 25px
}

.location-box .location-bottom {
    border-top: 2px solid rgba(204, 199, 183, 0.5);
    margin: 8px 0 0 0;
    padding: 3px 0 0 0
}

.location-box .location-bottom:before,
.location-box .location-bottom:after {
    content: " ";
    display: table
}

.location-box .location-bottom:after {
    clear: both
}

.location-box .location-bottom {
    *zoom: 1
}

.location-box .location-bottom a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    color: #f68429;
    margin: 0 0 0 0;
    font-weight: 700
}

.box-results:before,
.box-results:after {
    content: " ";
    display: table
}

.box-results:after {
    clear: both
}

.box-results {
    *zoom: 1
}

.box-results p {
    font-size: 16px;
    margin: 0 0 5px 0
}

.box-results p a {
    color: #f68429;
    text-decoration: underline
}

.box-results p.text-large {
    font-size: 20px
}

.box-add-card p {
    margin: 0 0 30px 0;
    font-size: 16px
}

.box-add-card p a {
    color: #f16f20
}

.box-add-card p.text-large {
    font-size: 18px
}

.box-card-movements {
    margin: 20px 0 0 0
}

.box-card-movements:before,
.box-card-movements:after {
    content: " ";
    display: table
}

.box-card-movements:after {
    clear: both
}

.box-card-movements {
    *zoom: 1
}

.box-card-movements h2 {
    font-size: 24px;
    color: #f68429;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600
}

.box-card-movements h3 {
    font-size: 20px;
    color: #f68429;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

.box-card-movements hr {
    width: 100%;
    display: block;
    height: 2px;
    background: #ccc7b7;
    border: none
}

.box-card-movements p {
    font-size: 16px;
    color: #767676
}

.box-card-movements p.text-large {
    font-size: 18px;
    color: #545454
}

.box-card-movements p.text-normal {
    font-size: 14px
}

.box-promo-landing:before,
.box-promo-landing:after {
    content: " ";
    display: table
}

.box-promo-landing:after {
    clear: both
}

.box-promo-landing {
    *zoom: 1
}

.box-promo-landing h1 {
    font-size: 32px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0
}

.box-promo-landing p {
    font-size: 18px;
    padding-right: 40px;
    margin: 0 0 30px 0
}

.box-promo-landing span {
    font-size: 16px
}

.box-promo-landing .brown {
    color: #b55e3c
}

.box-promo-landing-cards {
    text-align: center
}

.box-promo-landing-cards:before,
.box-promo-landing-cards:after {
    content: " ";
    display: table
}

.box-promo-landing-cards:after {
    clear: both
}

.box-promo-landing-cards {
    *zoom: 1
}

.box-promo-landing-cards img {
    width: 100%;
    height: auto;
    max-width: 284px;
    display: inline-block
}

.box-promo-landing-cards em {
    margin: 15px 0 10px 0;
    display: block
}

.box-promo-landing-cards em:before,
.box-promo-landing-cards em:after {
    content: " ";
    display: table
}

.box-promo-landing-cards em:after {
    clear: both
}

.box-promo-landing-cards em {
    *zoom: 1
}

.box-city {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    height: 334px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0%
}

@media (max-width: 1047px) {
    .box-city {
        height: 295px
    }
}

@media (max-width: 767px) {
    .box-city {
        height: 125px
    }
}

.box-city a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    background: #000000;
    opacity: 0.2
}

.box-city h3 {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -21px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 600
}

@media (max-width: 1047px) {
    .box-city h3 {
        font-size: 28px;
        margin-top: -14px
    }
}

@media (max-width: 767px) {
    .box-city h3 {
        font-size: 18px;
        margin-top: -9px
    }
}

.container-footer {
    background: #545454;
    color: #ffffff
}

.container-footer a {
    color: #ffffff
}

.container-footer hr {
    margin-left: 50px;
    margin-right: 50px
}

.container-footer .logo-footer-container:before,
.container-footer .logo-footer-container:after {
    content: " ";
    display: table
}

.container-footer .logo-footer-container:after {
    clear: both
}

.container-footer .logo-footer-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .container-footer .logo-footer-container {
        text-align: center
    }
}

.container-footer .logo-footer-container .logo-footer {
    display: block;
    margin: 0 0 12px 0
}

.container-footer .logo-footer-container .logo-footer:before,
.container-footer .logo-footer-container .logo-footer:after {
    content: " ";
    display: table
}

.container-footer .logo-footer-container .logo-footer:after {
    clear: both
}

.container-footer .logo-footer-container .logo-footer {
    *zoom: 1
}

@media (max-width: 1047px) {
    .container-footer .logo-footer-container .logo-footer {
        width: 180px;
        margin-left: auto;
        margin-right: auto
    }
}

.container-footer .logo-footer-container .logo-footer img {
    width: 40px;
    height: auto;
    float: left;
    display: block;
    margin: 0 12px 0 0
}

.container-footer .logo-footer-container .logo-footer span {
    text-transform: uppercase;
    display: block;
    float: left;
    font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 12px 0 0 0
}

.container-footer .logo-footer-container p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0 0 10px 0;
    font-weight: 300
}

.container-footer .logo-footer-container small {
    font-size: 11px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 0 20px 0;
    font-weight: 300
}

.container-footer .subfooter p {
    font-size: 11px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin: 10px 0 0 0;
    font-weight: 300
}

@media (max-width: 1047px) {
    .container-footer .subfooter p {
        text-align: center
    }
}

.container-footer .subfooter .subfooter-links {
    font-size: 11px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-align: center;
    margin: 12px 0 0 0;
    font-weight: 300
}

@media (max-width: 1047px) {
    .container-footer .subfooter .subfooter-links {
        display: none
    }
}

.container-footer .subfooter .subfooter-links a {
    border-right: 1px solid #ffffff;
    line-height: 1;
    padding-right: 8px;
    margin-right: 5px;
    display: inline-block
}

.container-footer .subfooter .subfooter-links a:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px
}

@media (max-width: 1047px) {
    .container-footer .subfooter-social {
        text-align: center;
        margin-top: 20px
    }
}

.container-footer .subfooter-social a {
    display: inline-block;
    margin: 0 30px 0 0;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.container-footer .subfooter-social a:last-child {
    margin: 0 0 0 0
}

.container-footer .subfooter-social a img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: auto;
    margin: -12px 0 0 -12px
}

.container-footer.container-footer-light {
    background: #e5e3db;
    color: #424242
}

.container-footer.container-footer-light a {
    color: #424242
}

.container-footer.container-footer-light .btn {
    color: #ffffff
}

.container-footer.container-footer-light hr {
    background: #888888 !important;
    border-top: 1px solid #888888
}

.container-footer.container-footer-light .subfooter .subfooter-links a {
    border-right: 1px solid #424242
}

.container-footer.container-footer-light .subfooter .subfooter-links a:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px
}

.container-footer.container-footer-light .subfooter-social a {
    background: #a4a39e
}

@media (max-width: 1047px) {
    .box-footer-mobile {
        width: 100%;
        max-width: 480px;
        display: block;
        position: relative;
        z-index: 0;
        margin: 20px auto 20px auto
    }
}

@media (max-width: 767px) {
    .box-footer-mobile {
        width: 100%;
        max-width: 250px;
        display: block;
        position: relative;
        z-index: 0;
        margin: 20px auto 20px auto
    }
}

.main-header__search {
    position: relative;
    z-index: 0;
    float: left;
    width: 34px;
    height: 34px;
    margin: 23px 0 0 0
}

.main-header__search:before,
.main-header__search:after {
    content: " ";
    display: table
}

.main-header__search:after {
    clear: both
}

.main-header__search {
    *zoom: 1
}

.sb-search {
    position: absolute;
    z-index: 0;
    right: 0;
    width: 100%;
    height: 0px;
    padding: 0px;
    transition: all 0.3s ease;
    margin: 6px 0 0 0
}

.sb-search form {
    display: block
}

.sb-search-input {
    position: relative;
    outline: none !important;
    background: #fff;
    width: 100%;
    height: 66px !important;
    margin: 0;
    padding: 0px 40px 0px 21px;
    font-family: inherit;
    font-size: 24px !important;
    display: none;
    border: 1px solid #cccccc !important;
    color: darkgrey !important;
    font-weight: bold;
}

.sb-search-input:focus {
	color: darkgrey !important;
}
.sb-icon-search,
.sb-search-submit {
    width: 34px;
    height: 34px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    outline: none !important
}

.sb-search-submit {
    color: #555555;
    border: none;
    outline: none;
    position: absolute;
    top: 16px;
    right: 9px;
    z-index: 10;
    display: none;
    text-indent: -99999px;
    background: transparent url("clientlib-css/img/icona_search.svg") no-repeat center center !important;
    background-size: 20px 20px !important;
    width: 34px;
    height: 34px
}

.sb-icon-search {
    color: #ffffff;
    z-index: 90;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1.4em;
    line-height: 2.2
}

.sb-icon-search:before {
    content: "";
    background: url("clientlib-css/img/icona_search.svg") no-repeat center center;
    background-size: 25px 25px;
    width: 25px;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 6px
}

.sb-search.sb-search-open .sb-search-input,
.sb-search.sb-search-open .sb-search-submit {
    display: block
}

.sb-search.sb-search-open {
    top: 48px;
    height: auto;
    width: 674px;
}

.sb-search.sb-search-open .sb-icon-search {
    top: -48px
}

.sb-search.sb-search-open .sb-icon-search:before {
    background: url("clientlib-css/img/icona_chiudi.svg") no-repeat center center;
    background-size: 25px 25px;
    width: 25px;
    height: 100%
}

.toggle-filters-container {
    position: relative;
    z-index: 0;
    text-align: right;
    margin: 10px 0 0 0
}

.toggle-filters-container:before,
.toggle-filters-container:after {
    content: " ";
    display: table
}

.toggle-filters-container:after {
    clear: both
}

.toggle-filters-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .toggle-filters-container {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 15px
    }
}

.toggle-filters {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    padding: 0 24px 0 0;
    font-size: 12px;
    display: block;
    float: right;
    position: relative;
    z-index: 0
}

.toggle-filters:before {
    content: " ";
    background: url("clientlib-css/img/icona_filtri.svg") no-repeat center center;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background-size: 18px 18px
}

@media (max-width: 1047px) {
    .toggle-filters {
        padding: 0;
        width: 20px;
        height: 20px;
        display: block;
        overflow: hidden;
        letter-spacing: -99999px;
        background: url("clientlib-css/img/icona_filtri.svg") no-repeat center center
    }
    .toggle-filters:before {
        content: none;
        width: auto;
        height: auto;
        top: auto;
        right: auto;
        position: relative;
        z-index: 0;
        background-size: auto
    }
}

.toggle-filters img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: -18px;
    width: 12px;
    height: 12px
}

.toggle-filters img:before,
.toggle-filters img:after {
    content: " ";
    display: table
}

.toggle-filters img:after {
    clear: both
}

.toggle-filters img {
    *zoom: 1
}

.section-search {
    position: relative;
    z-index: 1
}

.search-shop-large-text-bottom:before,
.search-shop-large-text-bottom:after {
    content: " ";
    display: table
}

.search-shop-large-text-bottom:after {
    clear: both
}

.search-shop-large-text-bottom {
    *zoom: 1
}

.search-shop-large-text-bottom p {
    font-size: 16px
}

.search-shop-large-text-bottom p a {
    color: #f68429;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700
}

.search-shop-large-questions:before,
.search-shop-large-questions:after {
    content: " ";
    display: table
}

.search-shop-large-questions:after {
    clear: both
}

.search-shop-large-questions {
    *zoom: 1
}

.search-shop-large-questions p.h2 {
    font-size: 24px
}

.search-shop-large-questions p.h2 a {
    color: #f68429;
    text-decoration: underline
}

.filters-button-container .btn {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2)
}

#map {
    display: block;
    width: 100%;
    height: 405px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.map-wrapper {
    border-top: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee
}

.map-wrapper:before,
.map-wrapper:after {
    content: " ";
    display: table
}

.map-wrapper:after {
    clear: both
}

.map-wrapper {
    *zoom: 1
}

.map-wrapper .map-wrapper-left {
    width: 55%;
    float: left;
    position: relative;
    z-index: 0
}

.map-wrapper .map-wrapper-left:before,
.map-wrapper .map-wrapper-left:after {
    content: " ";
    display: table
}

.map-wrapper .map-wrapper-left:after {
    clear: both
}

.map-wrapper .map-wrapper-left {
    *zoom: 1
}

@media (max-width: 1047px) {
    .map-wrapper .map-wrapper-left {
        width: 100%;
        float: none
    }
}

.map-wrapper .map-wrapper-right {
    width: 45%;
    float: left;
    height: 405px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.map-wrapper .map-wrapper-right:before,
.map-wrapper .map-wrapper-right:after {
    content: " ";
    display: table
}

.map-wrapper .map-wrapper-right:after {
    clear: both
}

.map-wrapper .map-wrapper-right {
    *zoom: 1
}

@media (max-width: 1047px) {
    .map-wrapper .map-wrapper-right {
        width: 100%;
        float: none;
        height: auto
    }
}

.map-wrapper .map-list-container {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.map-wrapper .map-list-container:before,
.map-wrapper .map-list-container:after {
    content: " ";
    display: table
}

.map-wrapper .map-list-container:after {
    clear: both
}

.map-wrapper .map-list-container {
    *zoom: 1
}

@media (max-width: 1047px) {
    .map-wrapper .map-list-container {
        position: relative;
        z-index: 0
    }
}

.map-wrapper .map-filters-container {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #f8f6ef
}

.map-wrapper .map-filters-container:before,
.map-wrapper .map-filters-container:after {
    content: " ";
    display: table
}

.map-wrapper .map-filters-container:after {
    clear: both
}

.map-wrapper .map-filters-container {
    *zoom: 1
}

.map-wrapper .map-filters-container.active {
    display: block
}

.map-wrapper .map-list {
    display: block;
    clear: both;
    float: none;
    padding-left: 20px;
    width: 100%;
    height: auto;
    padding-right: 24px
}

.map-wrapper .map-list:before,
.map-wrapper .map-list:after {
    content: " ";
    display: table
}

.map-wrapper .map-list:after {
    clear: both
}

.map-wrapper .map-list {
    *zoom: 1
}

@media (max-width: 1047px) {
    .map-wrapper .map-list {
        padding: 0 0 0 0
    }
}

.map-wrapper .map-list .map-list-element {
    display: block;
    clear: both;
    float: none;
    background: #ffffff;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    padding: 18px 18px 18px 18px;
    position: relative;
    z-index: 0
}

.map-wrapper .map-list .map-list-element:before,
.map-wrapper .map-list .map-list-element:after {
    content: " ";
    display: table
}

.map-wrapper .map-list .map-list-element:after {
    clear: both
}

.map-wrapper .map-list .map-list-element {
    *zoom: 1
}

@media (max-width: 1047px) {
    .map-wrapper .map-list .map-list-element {
        margin: 0 0 0 0;
        border-bottom: 2px solid #f2f2f2;
        padding-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.map-wrapper .map-list .map-list-element.map-list-element-active:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: " ";
    width: 10px;
    height: 100%;
    background: #f68429;
    display: block
}

.map-wrapper .map-list .map-list-element .logo-service {
    width: 190px;
    height: auto;
    display: block;
    margin-bottom: 20px
}

.map-wrapper .map-list .map-list-element .logo-service img {
    width: 100%;
    height: auto;
    display: block
}

.map-wrapper .map-list .map-list-element h3 {
    font-size: 16px;
    font-weight: 700
}

@media (max-width: 1047px) {
    .map-wrapper .map-list .map-list-element h3 {
        font-size: 14px
    }
}

.map-wrapper .map-list .map-list-element p {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 12px
}

.map-wrapper .map-list .map-list-element span {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    text-align: left
}

.map-wrapper .map-list .map-list-element span.opening {
    font-weight: 700;
    color: #898989;
    margin-bottom: 4px
}

.map-wrapper .map-list .map-list-element span.hours {
    font-weight: 300;
    background: transparent url("clientlib-css/img/icona_orologio.svg") no-repeat left 0px;
    padding-left: 35px;
    background-size: 21px 21px;
    font-size: 10px;
    font-style: italic;
    padding-top: 2px;
    padding-bottom: 5px
}

@media (max-width: 1047px) {
    .map-wrapper .map-list .map-list-element span.hours {
        font-size: 13px;
        font-style: italic;
        font-weight: 300
    }
}

.map-wrapper .map-list .map-list-element span.distance {
    display: inline-block;
    text-align: right;
    background: transparent url("clientlib-css/img/icona_macchina.svg") no-repeat left top;
    background-size: 21px 21px;
    padding-left: 35px;
    line-height: 1.2;
    padding-top: 0px;
    font-size: 10px;
    padding-bottom: 10px
}

@media (max-width: 1047px) {
    .map-wrapper .map-list .map-list-element span.distance {
        font-size: 13px;
        font-style: italic;
        font-weight: 300
    }
}

.map-wrapper .map-list .map-list-element span.distance small {
    display: block;
    font-size: 10px;
    font-style: italic
}

@media (max-width: 1047px) {
    .map-wrapper .map-list .map-list-element span.distance small {
        display: inline;
        font-size: 13px;
        font-weight: 300
    }
}

.map-wrapper .map-list .map-list-element span.distance strong {
    font-weight: 700;
    display: block;
    font-size: 11px
}
.form-light .input-wrapper.input-wrapper-change-email {
    position: relative;
    z-index: 0
}

.form-light .input-wrapper.input-wrapper-change-email input {
    padding-right: 100px !important
}

.form-light .input-wrapper.input-wrapper-change-email .change-email {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.form-light .input-wrapper.input-wrapper-change-email .change-email a {
    color: #f68429;
    font-size: 12px;
    text-decoration: underline
}

/** #3192 **/
A:not([href]):hover {
	text-decoration: none;
}

.tag[data-no-pointer]{
	cursor: default;
}

.jquery-modal {
	z-index:1001 !important;
}
DIV.modal {
	padding:0;
	border-radius: 0;
    max-width: 768px;
}
DIV.modal a.close-modal {
	top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiM2NjY2NjYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

/** Fix Anchor positions for form validation **/
#form-block-error LI A.anchor {
	top: 0;
	visibility: visible;
}

/** Light registration multi step **/
#form-light-step2.form-disabled, #form-light-step3.form-disabled {
	display:none;
}

#check18-error {
    padding: 20px 20px 10px 20px;
    background: #fff;
    margin: 10px 0 10px 0;
    display:none;
}

#check18-error ul li {
    background: transparent url(clientlib-css/img/icona-alert.svg) no-repeat left 4px;
    background-size: 15px 15px;
    padding-left: 24px;
    margin: 0 0 10px 0;
    color: #e20714;
}

#check18-error ul li a {
    color: #e20714;
}

.selectCard {
    margin-top: 20px;
    margin-bottom: 70px;
    padding-top: 30px;
    border-top: 2px solid #f2f0e4;
    width: 100%;
}
.selectCard .error-text {
    position: absolute;
    color: #e21a2c;
    font-size: 10px;
    bottom: -3px;
    left: 12px;
}
.selectCard .checkbox .error-text {
    bottom: -23px;
}
.selectCardIn {
    width: 548px;
    margin: 0 auto;
}
.selectCardIn > label{
    margin-left:10px;
	margin-bottom:10px;
}
.contentCards {
    width: 100%;
	max-height: 85px;
}
.cardBox {
	width: 46%;
    height: 85px;
    border: 1px solid lightgrey;
	background-color:white;
    border-radius: 10px;
    -moz-box-shadow:0px 3px 6px 0px grey;
	-webkit-box-shadow:0px 3px 6px 0px grey;
	box-shadow:0px 3px 6px 0px grey;
    text-align: center;
	cursor:pointer;
	position: relative;
    z-index: 100;
	transition: height .35s ease-in-out, border .35s ease-in-out;
}
.cardBox.active {
	height: 120px;
	border:2px solid #f68429;
	transition: height .35s ease-in-out, border .35s ease-in-out;
}

.cardBox label {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 44px;
	cursor:pointer;
}
.cardBox.yesCard label:before {
    content: "";
    background: url(clientlib-css/img/iconCard.png) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cardBox.noCard label:before {
    content: "";
    background: url(clientlib-css/img/iconNoCard.png) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.contentCards .cardBox:first-child {
    margin-right:10px;
	float: left;
}
.contentCards .cardBox:last-child {
    margin-left:10px;
	float: right;
}

.infoNoCard {
    display:none;
	padding-bottom: 40px;
	padding-top: 80px;
    background-color: #F8F8F8;
}
.infoNoCard p{
    color: #898989;
}
.formUserData {
    padding-top: 80px;
    background-color: #F8F8F8;
	padding-bottom: 10px;
}
.formUserDataIn, .infoNoCardIn {
    width: 548px;
    margin: 0 auto;
}
.formUserDataIn > label{
	margin-left:14px;
	margin-bottom:10px;
}
.formUserData input{
	background-color:#F8F8F8;
}
#ddBirth {
    width: 24%;
    float: left;
    margin-right: 15px;
	text-align:center;
}
#mmBirth {
    width: 24%;
    float: left;
    margin-right: 15px;
	text-align:center;
}
#yyyyBirth {
    width: 40%;
    float: left;
	text-align:center;
}
.conad-select {
    background-color: transparent;
    width: 100%;
    height: 32px;
    border: 0;
    border-bottom: 1px solid black;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	position: relative;
    z-index: 3;
}
.selectCard .checkbox label:before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #cacaca;
}
.conad-select-wrapper:before{
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top: 12px solid #F8F8F8;
    border-bottom: 0 none;
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 2;
}
.conad-select-wrapper:after{
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top: 12px solid gray;
    border-bottom: 0 none;
    position: absolute;
    right: 4px;
    top: 12px;
    z-index: 1;
}
.selectCard .checkbox label {
    font-style: normal;
    color: #545454;
    font-size: 10px;
    padding-left: 0;
}
.selectCard .checkbox input[type="checkbox"]:checked+label:after {
    content: " ";
    width: 11px;
    height: 11px;
    background-color: #cacaca;
    border-radius: 2px;
    top: 2px;
    left: -3px;
}
.selectCard .checkbox input[type="checkbox"]:focus+label:before{
	outline:0;
}

@media screen and (max-width: 1024px) {
  .selectCardIn,.formUserDataIn, .infoNoCardIn{
	  width:100%;
  }
}

.imgMailConfirm{
	height:100px;
	margin:0 auto;
	margin-bottom:20px;
	display:block;
}
.firstText{
	font-family: "Roboto";
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	color: #545454;
	max-width:445px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.secondText{
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	text-align: center;
	color: #898989;
	max-width:445px;
	display:block;
	margin:0 auto;
	margin-bottom:50px;
}
.contentImgAndText{
	position: relative;
    max-width: 435px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background-image: url(clientlib-css/img/backgroundCard.svg);
    background-repeat: no-repeat;
}
.contentImgAndTextIn{
	position: relative;
	width:300px;
	margin:0 auto;
	display:block;
}
.imgCardRegistered{
	width: 300px;
    margin: 0 auto;
    display: block;
}
.nameOnCard{
	position:absolute;
	font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #ffffff;
    top: 74px;
    left: 28px;
    z-index: 2;
    text-align: left;
}
.barCode{
	height:21px;
}
.numberBarCode{
	font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 10px;
    text-align: center;
    color: #545454;
    display: block;
    margin-top: 3px;
}
.contentBarCode{
	position: absolute;
    background-color: #FFF;
    bottom: 35px;
    left: 28px;
    right: 28px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 10px;
}
@media screen and (max-width: 1024px) {
  .btnNavigation .btn{
	  padding-left:10px;
	  padding-right:10px;
	  margin-bottom:20px;
  }
}

.activeCard{
	background-color: #f8f6ef;
	display: flex;
    align-items: center;
}
.imgActiveCard{
	width:100%;
}
.italicColor{
	font-family: "Roboto";
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.52px;
    color: #f7984c;
	margin-top:7px;
}
.italicBoldColor{
	font-family: "Roboto";
    font-size: 12px;
    font-style: italic;
	font-weight:bold;
    letter-spacing: 0.52px;
    color: #f7984c;
	margin-top:7px;
}

.virtual-card-data.container, .tutorial-card-data.container, .double-launch-wrap.container, .modalLightboxEliminazione.container {
	width: auto;
	padding:0;
}

.tutorial-card-data.container {
    text-align:center;
}

.tutorial-card-data .boxBottom{
	border-top:1px solid #e0e0e0;
	background-color:#f3f3f3;
	padding-top:20px;
}
.tutorial-card-data .boxBottom H2{
	display:none;
}
.tutorial-card-data .boxBottom p{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
	text-align:center;
    letter-spacing: 0.08px;
    color: #545454;
	max-width:461px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:15px;
}
.tutorial-card-data H2, .tutorial-card-data P {
	text-align:center;
}

.virtual-card-data h2{
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	margin-top:40px;
	margin-bottom:40px;
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.07px;
    text-align: center;
    color: #545454;
	max-width:376px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.virtual-card-data .imgLogo{
	height:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:20px;
}
.virtual-card-data .tutorialBarCode{
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:30px;
}
.virtual-card-data .textBarCode{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 10px;
    text-align: center;
    color: #545454;
	margin-bottom:25px;
}


.tutorial-card-data .contentBox{
	max-width:480px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:30px;
}
.tutorial-card-data .box{
	border:1px solid #d8d8d8;
	background-color:#FFF;
	border-radius:9px;
	padding:15px;
	margin-left:8px;
	margin-right:8px;
	display:block;
	line-height: 12px;
	height:100px;
	position: relative;
	width:143px;
}
.tutorial-card-data .box img{
	height:46px;
	margin-bottom:10px;
}
.tutorial-card-data .box span{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:12px;
	letter-spacing: 0.06px;
	font-weight: 500;
	text-align: center;
    color: #545454;
	position: absolute;
    left: 0px;
    right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    top: 80px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1046px) {
    .tutorial-card-data .box{
		margin-bottom:15px;
	}
}

.tutorial-card-data .boxFull {
	padding-bottom: 20px;
}
.tutorial-card-data .boxFull h2{
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	margin-top:40px;
	margin-bottom:20px;
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.07px;
    text-align: center;
    color: #545454;
	max-width:376px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.tutorial-card-data .boxFull p{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	margin-bottom:30px;
	font-size: 14px;
    line-height:20px;
    letter-spacing: 0.08px;
    text-align: center;
    color: #9b9b9b;
	max-width:428px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.tutorial-card-data .boxFull .contentBox{
	max-width:460px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:60px;
}
.tutorial-card-data .boxFull .box{
	border:1px solid #d8d8d8;
	border-radius:9px;
	padding:15px;
	margin-left:8px;
	margin-right:8px;
	display:block;
	line-height: 12px;
	height:100px;
	position: relative;
}
.tutorial-card-data .boxFull .box img{
	height:46px;
	margin-bottom:10px;
}
.tutorial-card-data .boxFull .box span{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height:12px;
	letter-spacing: 0.06px;
	font-weight: 500;
	text-align: center;
    color: #545454;
	position: absolute;
    left: 0px;
    right: 0px;
    margin-left: 10px;
    margin-right: 10px;
    top: 80px;
    transform: translateY(-50%);
}
.tutorial-card-data .boxFull .btn{
	max-width:354px;
	width:max-content;
	margin-left:auto;
	margin-right:auto;
}
.tutorial-card-data .boxFull .remodal-close{
	left:unset;
	right:0;
	z-index:3;
}
@media screen and (max-width: 1046px) {
    .tutorial-card-data .boxFull .box{
		margin-bottom:15px;
	}
}

.img_card{
	height:140px;
	margin:0 auto;
	margin-bottom:30px;
	display:block;
}
.text_card{
	max-width:477px;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	display:block;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#898989;
	text-align:center;
}

.double-launch-wrap .ctaBox{
	height: 394px;
    background-color: #f3f3f3;
	text-align:center;
}
.double-launch-wrap .ctaBox.box-white{
	background-color: #ffffff;
}
.double-launch-wrap h2{
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	margin-top:40px;
	margin-bottom:15px;
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.07px;
    text-align: center;
    color: #545454;
	max-width:226px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.double-launch-wrap span{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	margin-bottom:15px;
	font-size: 18px;
    line-height:20px;
    letter-spacing: 0.08px;
    text-align: center;
    color: #545454;
	max-width:278px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.double-launch-wrap img{
	margin-bottom:15px;
	max-width:226px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.double-launch-wrap .ctaBox img{
	max-width:226px;
}
.double-launch-wrap .btn{
	max-width:204px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
@media screen and (max-width: 1046px) {
    .double-launch-wrap .ctaBox h2{
		margin-top:0px;
	}
	.double-launch-wrap.ctaBox{
		padding-top:40px;
	}
}

.modalLightboxEliminazione{
	text-align:center;
}

.modalLightboxEliminazione h2{
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	margin-top:40px;
	margin-bottom:30px;
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.07px;
    text-align: center;
    color: #545454;
	max-width:334px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.modalLightboxEliminazione .boxTop p{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 18px;
	text-align:center;
    letter-spacing: 0.08px;
    color: #545454;
	max-width:343px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:40px;
}
.modalLightboxEliminazione .boxTop p span{
	font-weight:bold;
}
.modalLightboxEliminazione .form-light{
	margin-bottom:40px;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align: left;
}
.modalLightboxEliminazione .contentButton{
	margin-bottom:20px;
}
.modalLightboxEliminazione .boxBottom{
	background-color:#f3f3f3;
	padding-top:15px;
	padding-bottom:15px;
}
.modalLightboxEliminazione .boxBottom p{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12px;
	text-align:center;
    letter-spacing: 0.08px;
    color: #646464;
	margin-bottom:0;
}
@media screen and (max-width: 1046px) {
    .modalLightboxEliminazione .btn{
		margin-bottom:15px;
	}
}
#delete-profile-error {
	display:none;
	width: fit-content;
  margin: auto;
}
#delete-profile-error A{
	color:#e21a2c;
}
    
