article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 1em 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
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;
}
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
.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;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
@media print {
    * {
        background: 0 0 !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) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media (max-width: 600px) {
    .rbwim {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}
.have-large-input input[type="text"] {
    height: 45px !important;
    line-height: 45px !important;
    padding-top: 8px !important;
}
@-moz-document url-prefix() {
    .have-large-input input[type="text"] {
        padding-top: 5px !important;
    }
}
.have-large-input textarea {
    padding-top: 9.27px !important;
}
.have-large-input .btn-large {
    width: 120px !important;
}
@media (min-width: 1025px) {
    .js-animated-launch {
        opacity: 0;
    }
    .js-animated-on {
        opacity: 1;
    }
    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
    .animated.infinite {
        animation-iteration-count: infinite;
    }
    .animated.hinge {
        animation-duration: 2s;
    }
    .animated.bounceIn,
    .animated.bounceOut,
    .animated.flipOutX,
    .animated.flipOutY {
        animation-duration: 0.75s;
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .fadeIn {
        animation-name: fadeIn;
    }
    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translate3d(-100%, 0, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    .fadeInLeft {
        animation-name: fadeInLeft;
    }
    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translate3d(100%, 0, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    .fadeInRight {
        animation-name: fadeInRight;
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    .fadeInUp {
        animation-name: fadeInUp;
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }
    .fadeInDown {
        animation-name: fadeInDown;
    }
    @keyframes pulse {
        from {
            transform: scale3d(1, 1, 1);
        }
        50% {
            transform: scale3d(1.05, 1.05, 1.05);
        }
        to {
            transform: scale3d(1, 1, 1);
        }
    }
    .pulse {
        animation-name: pulse;
    }
    @keyframes bounceInUp {
        60%,
        75%,
        90%,
        from,
        to {
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        from {
            opacity: 0;
            transform: translate3d(0, 3000px, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d(0, -20px, 0);
        }
        75% {
            transform: translate3d(0, 10px, 0);
        }
        90% {
            transform: translate3d(0, -5px, 0);
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }
    .bounceInUp {
        animation-name: bounceInUp;
    }
    @keyframes bounceInLeft {
        60%,
        75%,
        90%,
        from,
        to {
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        0% {
            opacity: 0;
            transform: translate3d(-3000px, 0, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d(25px, 0, 0);
        }
        75% {
            transform: translate3d(-10px, 0, 0);
        }
        90% {
            transform: translate3d(5px, 0, 0);
        }
        to {
            transform: none;
        }
    }
    .bounceInLeft {
        animation-name: bounceInLeft;
    }
    @keyframes bounceInRight {
        60%,
        75%,
        90%,
        from,
        to {
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        }
        from {
            opacity: 0;
            transform: translate3d(3000px, 0, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d(-25px, 0, 0);
        }
        75% {
            transform: translate3d(10px, 0, 0);
        }
        90% {
            transform: translate3d(-5px, 0, 0);
        }
        to {
            transform: none;
        }
    }
    .bounceInRight {
        animation-name: bounceInRight;
    }
    @keyframes slideInRight {
        from {
            transform: translate3d(100%, 0, 0);
            visibility: visible;
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }
    .slideInRight {
        animation-name: slideInRight;
    }
    @keyframes slideInLeft {
        from {
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }
        to {
            transform: translate3d(0, 0, 0);
        }
    }
    .slideInLeft {
        animation-name: slideInLeft;
    }
    @keyframes zoomIn {
        from {
            opacity: 0;
            transform: scale3d(0.3, 0.3, 0.3);
        }
        50% {
            opacity: 1;
        }
    }
    .zoomIn {
        animation-name: zoomIn;
    }
}
html {
    font-size: 16px;
}
.title {
    font-size: 2.63157895rem;
    line-height: 3.50247997;
}
.headline {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
}
.sub-headline {
    font-size: 1.26315789rem;
    line-height: 1.87290781;
}
.content-text,
dd,
dt,
label,
ol,
p,
ul {
    font-size: 1rem;
    line-height: 1.60017331;
}
.secondary-text {
    font-size: 0.78947368rem;
    line-height: 1.41345263;
}
h1,
h2,
h3,
h4 {
    line-height: 1em;
    padding: 0;
    margin: 0;
    color: #3b3b3b;
}
a {
    color: #b9821d;
    text-decoration: underline;
    outline: 0 !important;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.highlight {
    color: #b9821d;
}
.content-align-center,
.content-align-center p {
    text-align: center !important;
}
.content-align-left,
.content-align-left p {
    text-align: left !important;
}
.content-align-right,
.content-align-right p {
    text-align: right !important;
}
.text-align-center {
    text-align: center !important;
}
.text-align-left {
    text-align: left !important;
}
.text-align-right {
    text-align: right !important;
}
.text-align-justify {
    text-align: justify !important;
}
.btn-link {
    background: #b9821d;
    width: auto;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 9.27px;
    height: 35px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #b9821d;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .btn-link {
        height: 30px;
        font-size: 15px;
    }
    .btn-link.btn-link.btn-small {
        line-height: 21px !important;
    }
}
.btn-link.btn-bubble {
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.btn-link.btn-link {
    line-height: 25px;
}
@-moz-document url-prefix() {
    .btn-link {
        line-height: 37px;
    }
}
.btn-link.btn-link {
    padding-top: 4px;
}
.btn-link.btn-link.btn-only-icon {
    font-size: 18px;
}
@-moz-document url-prefix() {
    .btn-link.btn-link.btn-only-icon {
        line-height: 28px !important;
    }
}
@-moz-document url-prefix() {
    .btn-link.btn-link.btn-only-icon.btn-small {
        font-size: 14px;
        line-height: 23px !important;
    }
}
.btn-link:hover {
    text-decoration: none;
    background: #fff;
    color: #b9821d;
}
.btn-link.btn-large {
    height: 45px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.btn-link.btn-large.btn-bubble {
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}
@-moz-document url-prefix() {
    .btn-link.btn-large {
        line-height: 45px -9px;
    }
}
.btn-link.btn-small {
    height: 30px;
    line-height: 19px;
    padding-left: 9.27px;
    padding-right: 9.27px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 14px;
}
.btn-link.btn-small.btn-small-extra {
    height: 30px !important;
    line-height: 19px !important;
}
@media only screen and (max-width: 1370px) {
    .btn-link.btn-small.btn-small-extra {
        height: auto !important;
        padding-bottom: 5px !important;
    }
}
@media only screen and (max-width: 1370px) {
    .btn-link.btn-small.change-image {
        height: auto !important;
    }
}
.btn-link.btn-small.btn-bubble {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
@-moz-document url-prefix() {
    .btn-link.btn-small {
        line-height: 22px;
    }
}
.btn-link.btn-empty {
    background: 0 0;
    border: 1px solid #fff;
}
.btn-link.btn-empty:hover {
    background: #fff;
    color: #b9821d;
}
.btn-link.btn-ct1 {
    background: #000;
    border: 1px solid #000;
}
.btn-link.btn-ct1.btn-empty {
    background: 0 0;
    color: #000;
}
.btn-link.btn-ct1.btn-empty:hover {
    background: #000;
    color: #fff;
}
.btn-link.btn-ct1:hover {
    background: 0 0;
    color: #000;
}
.btn-link.btn-ct2 {
    background: #b9821d;
    border: 1px solid #b9821d;
}
.btn-link.btn-ct2.btn-empty {
    background: 0 0;
    color: #b9821d;
}
.btn-link.btn-ct2.btn-empty:hover {
    background: #b9821d;
    color: #fff;
}
.btn-link.btn-ct2.btn-active,
.btn-link.btn-ct2:hover {
    background: #fff;
    color: #b9821d;
}
.btn-link.btn-ct3 {
    background: #8c8884;
    border: 1px solid #8c8884;
}
.btn-link.btn-ct3.btn-empty {
    background: 0 0;
    color: #8c8884;
}
.btn-link.btn-ct3.btn-empty:hover {
    background: #8c8884;
    color: #fff;
}
.btn-link.btn-ct3:hover {
    background: 0 0;
    color: #8c8884;
}
.btn-link.btn-lookme {
    background: #db453a;
    border: 1px solid #94231b;
}
.btn-link.btn-lookme:hover {
    border: 1px solid #94231b;
    background: #fff;
    color: #db453a;
}
.btn-link.btn-buy {
    background: #00cc52 !important;
    border: 1px solid #00cc52 !important;
}
.btn-link.btn-buy:hover {
    background: #fff !important;
    color: #00cc52 !important;
}
.btn-link.btn-transparent {
    background: 0 0 !important;
    border: 1px solid transparent !important;
}
.btn-link.btn-transparent.btn-active,
.btn-link.btn-transparent:hover {
    background: #fff !important;
    color: #b9821d !important;
}
.btn-link.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #b9821d !important;
}
.btn-link.btn-white.btn-active,
.btn-link.btn-white:hover {
    background: 0 0 !important;
    color: #fff !important;
}
.btn-link.btn-reset,
.btn-link.reset {
    background: #e0dfde;
    border: 1px solid #e0dfde;
    color: #666 !important;
}
.btn-link.btn-reset:hover,
.btn-link.reset:hover {
    text-decoration: none;
    background: #fff !important;
    color: #666 !important;
    border: 1px solid #e0dfde !important;
}
.font-weight.light {
    font-weight: 100;
}
.font-weight.regular {
    font-weight: 400;
}
.font-weight.semibold {
    font-weight: 600;
}
.font-weight.bold {
    font-weight: 700;
}
.font2 {
    font-family: Diagramm-light, sans-serif;
}
.t-uppercase {
    text-transform: uppercase;
}
.t-lowercase {
    text-transform: uppercase;
}
@media (min-width: 1600px) {
    .w-1-4,
    .width_1_4 {
        width: 23.5%;
        margin-right: 2%;
    }
}
@media (max-width: 1600px) {
    .w-1-4,
    .width_1_4 {
        width: 23.875%;
        margin-right: 1.5%;
    }
}
.w-1-4.no-gutter,
.width_1_4.no-gutter {
    width: 25%;
    margin-right: 0;
}
.w-1-5,
.width_1_5 {
    width: 18.4%;
    margin-right: 2%;
}
.w-1-5.no-gutter,
.width_1_5.no-gutter {
    width: 20%;
    margin-right: 0;
}
@media (max-width: 1600px) {
    .w-2-4,
    .width_2_4 {
        width: 49.25%;
        margin-right: 1.5%;
    }
}
@media (min-width: 1600px) {
    .w-2-4,
    .width_2_4 {
        width: 49%;
        margin-right: 2%;
    }
}
.w-2-4.no-gutter,
.width_2_4.no-gutter {
    width: 50%;
    margin-right: 0;
}
@media (max-width: 1600px) {
    .w-3-4,
    .width_3_4 {
        width: 74.625%;
        margin-right: 1.5%;
    }
}
@media (min-width: 1600px) {
    .w-3-4,
    .width_3_4 {
        width: 74.5%;
        margin-right: 2%;
    }
}
.w-3-4.no-gutter,
.width_3_4.no-gutter {
    width: 75%;
    margin-right: 0;
}
@media (max-width: 1600px) {
    .w-1-2,
    .width_1_2 {
        width: 49.5%;
        margin-right: 1%;
    }
}
@media (min-width: 1600px) {
    .w-1-2,
    .width_1_2 {
        width: 49%;
        margin-right: 2%;
    }
}
.w-1-2.no-gutter,
.width_1_2.no-gutter {
    width: 50%;
    margin-right: 0;
}
@media (max-width: 1600px) {
    .w-1-3,
    .width_1_3 {
        width: 32.33333333%;
        margin-right: 1.5%;
    }
}
@media (min-width: 1600px) {
    .w-1-3,
    .width_1_3 {
        width: 32%;
        margin-right: 2%;
    }
}
.w-1-3.no-gutter,
.width_1_3.no-gutter {
    width: 33.33333333%;
    margin-right: 0;
}
@media (max-width: 1600px) {
    .w-2-3,
    .width_2_3 {
        width: 66.16666667%;
        margin-right: 1.5%;
    }
}
@media (min-width: 1600px) {
    .w-2-3,
    .width_2_3 {
        width: 66%;
        margin-right: 2%;
    }
}
.w-2-3.no-gutter,
.width_2_3.no-gutter {
    width: 66.66666667%;
    margin-right: 0;
}
.w-4-4,
.width_4_4,
.width_full {
    width: 100%;
    margin-right: 0;
}
.block-width,
.bw-f {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .block-width,
    .bw-f {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}
.block-width.last,
.block-width:last-child,
.bw-f.last,
.bw-f:last-child {
    margin-right: 0;
}
.aspect-ratio-height {
    padding-bottom: 25%;
} /*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
        url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
        url(//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
@font-face {
    font-family: icomoon;
    src: url(../../font/icomoon/icomoon.eot?cxqvnn);
    src: url(../../font/icomoon/icomoon.eot?cxqvnn#iefix) format("embedded-opentype"), url(../../font/icomoon/icomoon.ttf?cxqvnn) format("truetype"), url(../../font/icomoon/icomoon.woff?cxqvnn) format("woff"),
        url(../../font/icomoon/icomoon.svg?cxqvnn#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-im-alert:before {
    content: "\e902";
}
.icon-im-d:before {
    content: "\e903";
}
.icon-im-close:before {
    content: "\e904";
}
.icon-im-info:before {
    content: "\e905";
}
.icon-im-copy:before {
    content: "\e906";
}
.icon-im-product:before {
    content: "\e907";
}
.icon-im-color-control:before {
    content: "\e908";
}
.icon-im-contrast-icon:before {
    content: "\e909";
}
.icon-im-image-x:before {
    content: "\e90a";
}
.icon-im-image-y:before {
    content: "\e90b";
}
.icon-im-film-strip:before {
    content: "\e901";
}
.icon-im-canvas:before {
    content: "\e900";
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.fade {
    opacity: 0;
    -moz-transition: all opacity 0.15s linear ease-in-out;
    -webkit-transition: all opacity 0.15s linear ease-in-out;
    -o-transition: all opacity 0.15s linear ease-in-out;
    transition: all opacity 0.15s linear ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
#outer .slider {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    margin-bottom: 0;
}
#outer .slider .container {
    margin-right: 0;
}
@media only screen and (max-width: 992px) {
    #outer .slider:not(.banner-slideshow) .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#outer .slider.slick-nav-go-center-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 50px;
}
#outer .slider.slick-nav-go-center-bottom .slick-next,
#outer .slider.slick-nav-go-center-bottom .slick-prev {
    top: inherit;
    bottom: 0;
    margin-top: 0;
    display: block !important;
    border-color: red !important;
}
#outer .slider.slick-nav-go-center-bottom .slick-prev {
    right: inherit;
    left: 50%;
    margin-left: -50px;
    margin-right: 0;
    border: 1px solid red !important;
}
#outer .slider.slick-nav-go-center-bottom .slick-next {
    left: inherit;
    right: 50%;
    margin-right: -50px;
    margin-left: 0;
}
@media only screen and (max-width: 992px) {
    #outer .slider.responsive-slick-nav-go-center-bottom {
        padding-bottom: 70px;
    }
}
@media (max-width: 992px) {
    #outer .slider.responsive-slick-nav-go-center-bottom .slick-next,
    #outer .slider.responsive-slick-nav-go-center-bottom .slick-prev {
        top: inherit;
        bottom: 60px;
        margin-top: 0;
        margin-bottom: -60px;
        display: block !important;
    }
    #outer .slider.responsive-slick-nav-go-center-bottom .slick-prev {
        right: inherit;
        left: 50%;
        margin-left: -60px;
        margin-right: 0;
    }
    #outer .slider.responsive-slick-nav-go-center-bottom .slick-next {
        left: inherit;
        right: 50%;
        margin-right: -60px;
        margin-left: 0;
    }
}
#outer .slick-dots {
    z-index: 3;
    height: 26px;
}
@media only screen and (max-width: 480px) {
    #outer .slick-dots {
        overflow: hidden;
    }
}
#outer .slick-dots li {
    margin-left: 15px;
    margin-right: 0;
}
#outer .slick-dots li:first-child {
    margin-left: 0;
}
#outer .slick-dots li.slick-active button {
    background: #b9821d;
    box-shadow: none;
    border: 1px solid #b9821d;
}
#outer .slick-dots li button {
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #8c8884;
    font-size: 0;
    border: 1px solid #8c8884;
}
#outer .slick-dots li button:hover {
    background: #b9821d;
    border: 1px solid #b9821d;
}
#outer .slick-dots li button:before {
    display: none;
}
#outer .slick-next,
#outer .slick-prev {
    font-size: 0;
    padding: 0;
    line-height: 1em;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    background: #8c8884;
    border: 0;
    z-index: 4;
}
#outer .slick-next:hover,
#outer .slick-prev:hover {
    background: #b9821d;
    box-shadow: none;
}
#outer .slick-next:hover:before,
#outer .slick-prev:hover:before {
    color: #fff;
}
#outer .slick-prev {
    left: 0;
}
@media only screen and (max-width: 1600px) {
    #outer .slick-prev {
        left: 0;
    }
}
@media only screen and (max-width: 414px) {
    #outer .slick-prev {
        display: none !important;
    }
}
#outer .slick-next {
    right: 0;
}
@media only screen and (max-width: 1600px) {
    #outer .slick-next {
        right: 0;
    }
}
#outer .slick-prev:before {
    color: #fff;
    filter: alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f104";
    display: block;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: -3px;
    width: 25px;
    height: 25px;
}
#outer .slick-next:before {
    color: #fff;
    filter: alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=100);
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f105";
    display: block;
    font-size: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: 3px !important;
    width: 25px;
    height: 25px;
}
#outer .slick-vertical .slick-next,
#outer .slick-vertical .slick-prev {
    width: 100%;
    height: 25px;
}
#outer .slick-vertical .slick-prev {
    top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    margin-top: -25px;
}
#outer .slick-vertical .slick-prev:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
#outer .slick-vertical .slick-next {
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    top: inherit;
    margin-top: inherit;
    margin-bottom: -34.27px;
}
#outer .slick-vertical .slick-next:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
#outer .slick-vertical .slide {
    text-align: center;
    padding-top: 9.27px;
}
#outer .slick-vertical .slide img {
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 992px) {
    #outer .slick-have-large-btn .slick-next,
    #outer .slick-have-large-btn .slick-prev {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50px !important;
        -moz-border-radius: 50px !important;
        -webkit-border-radius: 50px !important;
    }
}
#outer .slick-have-small-btn .slick-next,
#outer .slick-have-small-btn .slick-prev {
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
}
#outer .slick-square-btn .slick-next,
#outer .slick-square-btn .slick-prev {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-next,
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-prev {
    border: 2px solid #fff !important;
    background: 0 0 !important;
}
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-next:before,
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-prev:before {
    color: #b9821d !important;
}
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-next:hover,
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-prev:hover {
    background: #fff !important;
}
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-next:hover:before,
#outer .slick-theme-btn.slick-theme-btn--empty-white .slick-prev:hover:before {
    color: #000 !important;
}
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-next,
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-prev {
    border: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
}
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-next:before,
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-prev:before {
    color: #fff !important;
}
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-next:hover,
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-prev:hover {
    background: #000 !important;
}
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-next:hover:before,
#outer .slick-theme-btn.slick-theme-btn--opacity-black .slick-prev:hover:before {
    color: #fff !important;
}
@media only screen and (min-width: 992px) {
    #outer .slick-btn-top-right-desktop .slick-next,
    #outer .slick-btn-top-right-desktop .slick-prev {
        top: 0 !important;
        margin-top: 0 !important;
        margin-top: -55px !important;
    }
    #outer .slick-btn-top-right-desktop .slick-prev {
        left: 100% !important;
        margin-left: -89.27px !important;
    }
}
#outer .slick-btn-top-right-desktop.slick-have-small-btn .slick-prev {
    left: 100% !important;
    margin-left: -64.27px !important;
}
#outer .slick-have-dots {
    padding-bottom: 100px;
}
@-moz-document url-prefix() {
    #outer .slick-have-dots {
        padding-bottom: 100px;
    }
}
#outer .slick-have-dots .slick-dots {
    height: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: -15px !important;
}
@media only screen and (max-width: 570px) {
    #outer .slick-have-dots .slick-dots {
        margin-top: 48.54px !important;
    }
}
#outer .slick-have-small-dots .slick-dots {
    height: 14px;
    padding-bottom: 24px !important;
}
#outer .slick-have-small-dots .slick-dots li {
    margin-left: 0;
}
#outer .slick-have-small-dots .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 0;
}
#outer .slick-dots-align-right.slick-have-small-dots .slick-dots {
    padding-right: 0 !important;
}
#outer .slick-dots-align-right .slick-dots {
    text-align: right;
    padding-right: 15px !important;
}
@media only screen and (max-width: 770px) {
    #outer .slick-dots-align-right .slick-dots {
        text-align: center;
        padding-right: 0 !important;
    }
}
#outer .slick-dots-align-left.slick-have-small-dots .slick-dots {
    padding-left: 0 !important;
}
#outer .slick-dots-align-left .slick-dots {
    text-align: left;
    padding-left: 15px !important;
}
@media only screen and (max-width: 770px) {
    #outer .slick-dots-align-left .slick-dots {
        text-align: center;
    }
}
#outer .bg-ct2 .slick-next,
#outer .bg-ct2 .slick-prev {
    background: #fff !important;
}
#outer .bg-ct2 .slick-next:hover,
#outer .bg-ct2 .slick-prev:hover {
    background: #8c8884 !important;
}
#outer .bg-ct2 .slick-next:hover:before,
#outer .bg-ct2 .slick-prev:hover:before {
    color: #fff !important;
}
#outer .bg-ct2 .slick-next:before,
#outer .bg-ct2 .slick-prev:before {
    color: #b9821d !important;
}
#outer .bg-ct2.empty .slick-next,
#outer .bg-ct2.empty .slick-prev {
    background: 0 0 !important;
    border: 1px solid #fff !important;
}
#outer .bg-ct2.empty .slick-next:hover,
#outer .bg-ct2.empty .slick-prev:hover {
    background: #fff !important;
}
#outer .bg-ct2.empty .slick-next:hover:before,
#outer .bg-ct2.empty .slick-prev:hover:before {
    color: #b9821d !important;
}
#outer .bg-ct2.empty .slick-next:before,
#outer .bg-ct2.empty .slick-prev:before {
    color: #fff !important;
}
#outer .bg-ct2 .slick-dots li.slick-active button {
    background: #b9821d !important;
}
#outer .bg-ct2 .slick-dots li button {
    background: #fff !important;
}
#outer .bg-ct2 .slick-dots li button:hover {
    background: #b9821d !important;
}
#outer .bg-ct2 .slick-dots li button:before {
    display: none;
}
#outer .bg-ct3 .slick-next,
#outer .bg-ct3 .slick-prev {
    background: #fff !important;
}
#outer .bg-ct3 .slick-next:hover,
#outer .bg-ct3 .slick-prev:hover {
    background: #b9821d !important;
}
#outer .bg-ct3 .slick-next:hover:before,
#outer .bg-ct3 .slick-prev:hover:before {
    color: #fff !important;
}
#outer .bg-ct3 .slick-next:before,
#outer .bg-ct3 .slick-prev:before {
    color: #8c8884 !important;
}
#outer .bg-ct3.empty .slick-next,
#outer .bg-ct3.empty .slick-prev {
    background: 0 0 !important;
    border: 1px solid #fff !important;
}
#outer .bg-ct3.empty .slick-next:hover,
#outer .bg-ct3.empty .slick-prev:hover {
    background: #fff !important;
}
#outer .bg-ct3.empty .slick-next:hover:before,
#outer .bg-ct3.empty .slick-prev:hover:before {
    color: #8c8884 !important;
}
#outer .bg-ct3.empty .slick-next:before,
#outer .bg-ct3.empty .slick-prev:before {
    color: #fff !important;
}
#outer .bg-ct3 .slick-dots li.slick-active button {
    background: #8c8884 !important;
}
#outer .bg-ct3 .slick-dots li button {
    background: #fff !important;
}
#outer .bg-ct3 .slick-dots li button:hover {
    background: #8c8884 !important;
}
#outer .bg-ct3 .slick-dots li button:before {
    display: none;
}
.main-have-masonry-with-bg {
    background: #eee;
}
.module-masonry {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 0 !important;
    padding-top: 2px;
    padding-left: 1%;
}
.module-masonry.show-alert {
    padding: 15px !important;
}
@media only screen and (max-width: 480px) {
    .module-masonry {
        padding-left: 9.27px;
        padding-right: 9.27px;
    }
}
@media only screen and (max-width: 770px) {
    .module-masonry {
        padding-left: 2%;
    }
}
@media only screen and (max-width: 480px) {
    .module-masonry {
        padding-left: 9.27px;
        padding-right: 9.27px;
    }
}
@media only screen and (max-width: 414px) {
    .module-masonry {
        padding-left: 1%;
        padding-right: 1%;
    }
}
.module-masonry .block-item-post-grid-masonry {
    background: #fff;
    margin-right: 1.5%;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
    padding: 1.5%;
}
.module-masonry .block-item-post-grid-masonry.bipgm-1-1 {
    width: 98% !important;
}
@media only screen and (min-width: 992px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-2 {
        width: 48% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-2:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-3 {
        width: 31.33333333% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-3:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-4 {
        width: 23% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5 {
        width: 18% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5:nth-child(5n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1630px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5 {
        width: 18% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5:nth-child(5n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1630px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5 {
        width: 23% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5 {
        width: 31.33333333% !important;
    }
    .module-masonry .block-item-post-grid-masonry.bipgm-1-5:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .module-masonry .block-item-post-grid-masonry:not(.bipgm-1-2),
    .module-masonry .block-item-post-grid-masonry:not(.bipgm-1-3),
    .module-masonry .block-item-post-grid-masonry:not(.bipgm-1-4),
    .module-masonry .block-item-post-grid-masonry:not(.bipgm-1-5) {
        width: 23%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .module-masonry .block-item-post-grid-masonry.block-item-press {
        width: 23.5% !important;
    }
    .module-masonry .block-item-post-grid-masonry.block-item-press:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1025px) {
    .module-masonry .block-item-post-grid-masonry.block-item-press {
        width: 18% !important;
    }
    .module-masonry .block-item-post-grid-masonry.block-item-press:nth-child(5n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 770px) {
    .module-masonry .block-item-post-grid-masonry p {
        text-align: left !important;
    }
}
.module-masonry .block-item-post-grid-masonry.block-item-post-card-grid {
    padding: 0 !important;
}
@media only screen and (max-width: 992px) {
    .module-masonry .block-item-post-grid-masonry {
        width: 46.5% !important;
        margin-right: 2%;
    }
}
@media only screen and (max-width: 767px) {
    .module-masonry .block-item-post-grid-masonry {
        width: 100% !important;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
        padding: 9.27px 9.27px !important;
    }
}
.module-masonry .block-item-post-grid-masonry figure img {
    width: 100%;
    max-width: 560px !important;
}
@media only screen and (max-width: 480px) {
    .module-masonry .block-item-post-grid-masonry figure {
        width: 100%;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    .module-masonry .block-item-post-grid-masonry {
        width: 96% !important;
        left: 2% !important;
        right: 2% !important;
    }
}
.module-masonry .block-item-post-grid-masonry .block-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    line-height: 1.1em;
}
.module-masonry .block-item-post-grid-masonry .block-info {
    line-height: 1.4 !important;
}
.content-galleria-fotorama .fotorama--mystyle {
    background: #000;
}
@media only screen and (min-width: 1024px) {
    .content-galleria-fotorama .fotorama--mystyle[data-fit="contain"] .fotorama__stage {
        height: 600px !important;
    }
    .content-galleria-fotorama .fotorama--mystyle[data-fit="contain"] .fotorama__stage img {
        width: auto !important;
        max-width: auto !important;
        height: 600px !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.nav-infinite-scroll {
    display: none !important;
}
#infscr-loading {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    width: 60px;
    margin-left: -30px;
    background: #fff;
    color: #fff;
    height: 60px;
    margin-top: -30px;
    display: block;
    padding-top: 3px;
    z-index: 99;
    border: 2px solid #8c8884;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.nav-icon1,
.nav-icon2,
.nav-icon3,
.nav-icon4 {
    width: 30px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.nav-icon1.active span,
.nav-icon2.active span,
.nav-icon3.active span,
.nav-icon4.active span {
    background: #8c8884;
}
.nav-icon1 span,
.nav-icon3 span,
.nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    /*border-radius: 4px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.nav-icon1 span:nth-child(1) {
    top: 0;
}
.nav-icon1 span:nth-child(2) {
    top: 8px;
}
.nav-icon1 span:nth-child(3) {
    top: 16px;
}
.nav-icon1.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
}
.nav-icon1.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 4px 4px 0;
}
.nav-icon2 span:nth-child(odd) {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.nav-icon2 span:nth-child(1),
.nav-icon2 span:nth-child(2) {
    top: 0;
}
.nav-icon2 span:nth-child(3),
.nav-icon2 span:nth-child(4) {
    top: 8px;
}
.nav-icon2 span:nth-child(5),
.nav-icon2 span:nth-child(6) {
    top: 16px;
}
.nav-icon2.open span:nth-child(1),
.nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon2.open span:nth-child(2),
.nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon2.open span:nth-child(1) {
    left: 0;
    top: 6px;
}
.nav-icon2.open span:nth-child(2) {
    left: calc(37%);
    top: 6px;
}
.nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.nav-icon2.open span:nth-child(5) {
    left: 0;
    top: 14px;
}
.nav-icon2.open span:nth-child(6) {
    left: calc(37%);
    top: 14px;
}
.nav-icon3 span:nth-child(1) {
    top: 0;
}
.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
    top: 8px;
}
.nav-icon3 span:nth-child(4) {
    top: 16px;
}
.nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}
.nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}
.nav-icon4 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 3px;
}
.nav-icon4.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 3px;
}
.bselect {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    line-height: 30px;
    font-family: "EB Garamond", serif !important;
}
.bselect .bselect-caret,
.bselect .bselect-label {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 18px;
    border: 1px solid #fff;
    border-right: 0;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bselect .bselect-caret:hover,
.bselect .bselect-label:hover {
    background-color: #ffebcc;
    color: #000;
}
.bselect .bselect-label {
    overflow: hidden;
    padding: 4px 6px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
}
.bselect button.bselect-caret {
    margin-left: -1px;
    padding: 4px 5px;
    line-height: 1em !important;
    background-color: #b9821d !important;
    height: 40px !important;
    box-shadow: none !important;
    border: 1px solid #fff !important;
    -webkit-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-left-color: transparent !important;
}
.bselect button.bselect-caret > .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 0 0;
    vertical-align: middle;
    width: 0;
}
.bselect button,
.bselect input {
    line-height: 30px;
}
.bselect.disabled .bselect-caret,
.bselect.disabled .bselect-label {
    background-image: none;
    box-shadow: none;
    cursor: not-allowed;
    transition: none 0s ease 0s;
}
.bselect .bselect-dropdown {
    display: none;
    left: 0;
    margin: -2px 0 0 0;
    padding: 0;
    border-top: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
}
.bselect .bselect-search {
    display: none;
}
.bselect-search .bselect > .bselect-search-icon,
.bselect-search .bselect > .bselect-search-input {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}
.bselect .bselect-option-list {
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}
.bselect .bselect-option {
    border: 1px solid #b9821d;
    border-top: 0;
    line-height: 1em;
    height: 40px;
    overflow: hidden;
}
.bselect .bselect-option > a {
    color: #000;
    display: block;
    padding: 0 4px;
    text-decoration: none;
    white-space: normal;
    background: #fff;
    border-top: 0;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
}
.bselect .bselect-option a:focus,
.bselect .bselect-option a:hover,
.bselect .bselect-option:focus a {
    background-color: #b9821d;
    color: #fff;
}
.bselect-option.active .bselect > a,
.bselect-option.active .bselect > a:hover {
    background-color: #b9821d;
    color: #fff;
}
select.bselect-inaccessible {
    border-bottom: 0 none !important;
    border-top: 0 none !important;
    clip: rect(0, 0, 0, 0) !important;
    display: block !important;
    height: 0 !important;
    left: -9999em !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: -9999em !important;
    visibility: hidden !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.bselect-inaccessible {
        display: none !important;
    }
}
.bselect-show-input-search .bselect-search {
    display: block;
}
.bselect-show-input-search .bselect-search input[type="text"] {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1em;
    border: 1px solid #b9821d !important;
    width: 100% !important;
    color: #fff !important;
    background: #999 url(../images/simple-icon/ico-search.png) 95% no-repeat !important;
}
.bselect-show-input-search .bselect-search ::-webkit-input-placeholder {
    opacity: 0.6;
    color: #fff;
    padding-top: 3px !important;
}
.bselect-show-input-search .bselect-search :-moz-placeholder {
    opacity: 0.6;
    color: #fff;
}
.bselect-show-input-search .bselect-search ::-moz-placeholder {
    opacity: 0.6;
    color: #fff;
}
.bselect-show-input-search .bselect-search :-ms-input-placeholder {
    opacity: 0.6;
    color: #fff;
}
.bselect-message {
    background: #fff;
    font-style: italic;
    padding: 0 9.27px;
}
.block-form.jcf-block-form--plus-minus .jcf-checkbox {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 3px 0 0;
}
.block-form.jcf-block-form--plus-minus .jcf-checkbox span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 22px;
    height: 22px;
    background: #fff;
    line-height: 20px;
    padding-left: 4px;
}
.block-form.jcf-block-form--plus-minus .jcf-checkbox span:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f067";
    display: block;
    font-size: 14px;
    color: #b9821d;
}
.block-form.jcf-block-form--plus-minus .jcf-checkbox.jcf-checked span {
    padding-left: 4px;
}
.block-form.jcf-block-form--plus-minus .jcf-checkbox.jcf-checked span:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f068";
    display: block;
    font-size: 14px;
    color: #fff;
}
.block-form.jcf-block-form--image-x .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-x .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e90a" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-x .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-x .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-x .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e90a" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-y .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-y .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e90b" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-y .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-y .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-y .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e90b" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-color .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-color .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e908" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-color .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-color .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-color .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e908" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-mono-color .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-mono-color .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e909" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-mono-color .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-mono-color .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-mono-color .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e909" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-photo .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-photo .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e901" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-photo .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-photo .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-photo .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e901" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-paint .jcf-checkbox {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: 0 0;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
}
.block-form.jcf-block-form--image-paint .jcf-checkbox:before {
    position: absolute !important;
    top: 0 !important;
    margin-top: -1px !important;
    font-family: icomoon !important;
    content: "\e900" !important;
    display: block !important;
    color: #fff !important;
    font-size: 28px !important;
}
.block-form.jcf-block-form--image-paint .jcf-checkbox.jcf-checked:before {
    display: none !important;
}
.block-form.jcf-block-form--image-paint .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 30px;
    height: 30px;
    background: 0 0;
    line-height: 28px;
    padding-left: 0;
}
.block-form.jcf-block-form--image-paint .jcf-checkbox.jcf-checked span:before {
    font-family: icomoon !important;
    content: "\e900" !important;
    display: block !important;
    color: #b9821d !important;
    font-size: 28px !important;
}
.block-form .jcf-checkbox {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 0 3px 0 0;
}
.block-form .jcf-checkbox.jcf-checked span {
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-width: 0;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 22px;
    height: 22px;
    background: #b9821d;
    line-height: 20px;
    padding-left: 2px;
}
.block-form .jcf-checkbox.jcf-checked span:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f00c";
    display: block;
    font-size: 14px;
    color: #fff;
}
.block-form .jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0 3px 0 0;
    height: 22px;
    width: 22px;
}
.block-form .jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #b9821d;
    border-radius: 100%;
}
.block-form .jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
.block-form .jcf-radio.jcf-checked span {
    display: block;
}
body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    min-width: 150px;
    height: 30px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.jcf-select.jcf-focus {
    color: #fff;
    background: rgba(255, 153, 0, 0.7) !important;
}
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
.jcf-select select option {
    font-size: 14px !important;
}
.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #b9821d;
    width: 30px;
    bottom: 0;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    right: 0;
    top: 0;
    margin-right: 0;
}
.jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    height: 0;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
}
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
.jcf-scrollable {
    overflow: auto;
    position: absolute;
    height: 30%;
}
.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollable-wrapper:hover .jcf-scrollbar-handle {
    background: #b9821d !important;
}
.jcf-scrollable-wrapper:hover .jcf-scrollbar-dec:before {
    content: "";
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid #b9821d !important;
    width: auto !important;
}
.jcf-scrollable-wrapper:hover .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollable-wrapper:hover .jcf-scrollbar-inc:before {
    content: "";
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #b9821d !important;
    width: auto !important;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #fff;
    width: 10px;
    bottom: 0;
    right: 4.64px;
    top: 0;
}
@media only screen and (max-width: 992px) {
    .jcf-scrollable-wrapper .jcf-scrollbar-vertical {
        right: -99999px !important;
    }
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #fff;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    cursor: pointer;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec:before {
    content: "";
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    width: auto;
    top: 0;
    display: block;
    text-align: center;
    width: 0;
    height: 0;
    margin-top: 1px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc:before {
    content: "";
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    width: auto;
    top: 0;
    display: block;
    text-align: center;
    width: 0;
    height: 0;
    margin-top: 3px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #ccc;
    height: 1px;
    width: 2px;
    margin-left: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
    position: absolute;
    background: #fff;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
    .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
        bottom: -99999px !important;
    }
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    background: #fff;
    height: 10px;
    width: 10px;
    left: 0;
    top: 0;
    cursor: pointer;
    position: absolute;
    z-index: 9;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    right: 0;
    margin: 0 !important;
    margin-top: 2px !important;
    left: auto;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-inc:before {
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid #ccc !important;
    position: absolute;
    right: 0 !important;
    top: 0;
    margin-top: -2px !important;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec {
    left: 0 !important;
    margin: 0 !important;
    right: auto !important;
    margin-top: 2px !important;
    height: 10px;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-dec:before {
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-right: 5px solid #ccc !important;
    position: absolute;
    margin-top: -2px !important;
    margin-left: -5px !important;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 10px;
    margin-left: 10px;
    background: #fff;
}
.jcf-scrollable-wrapper .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    background: #ccc;
    height: 2px;
    width: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    top: auto;
    margin-bottom: 6px;
    z-index: 6;
}
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollable-wrapper .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #fff;
}
.module-meta-header {
    display: table;
    z-index: 99;
    padding-top: 9.27px;
}
@media only screen and (max-width: 767px) {
    .module-meta-header {
        margin-right: 9.27px;
    }
}
@media only screen and (max-width: 570px) {
    .module-meta-header {
        padding-top: 0;
    }
}
.module-meta-header .block-meta-header {
    display: table-cell;
    vertical-align: middle;
    height: 30px !important;
    position: relative;
    padding-left: 4.03px;
    padding-right: 9.27px;
    color: #fff;
    line-height: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
    .module-meta-header .block-meta-header {
        border-left: 0;
        padding-left: 2px;
        padding-right: 2px;
    }
}
.module-meta-header .block-meta-header .bcp-block-lang-selector {
    padding-left: 10px;
}
.module-meta-header .block-meta-header:first-child {
    border-left: 0;
}
@media only screen and (max-width: 570px) {
    .module-meta-header .block-meta-header {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
}
.module-meta-header .block-meta-header .block-social-network ul li {
    margin-left: 0;
}
.module-meta-header .block-meta-header .block-social-network ul li .wrapper-icon {
    background: 0 0;
}
.module-meta-header .block-meta-header .block-social-network ul li:hover .wrapper-icon {
    background: #b9821d;
}
@media only screen and (max-width: 992px) {
    .module-meta-header .block-meta-header:first-child {
        border-left: 0;
    }
}
@media only screen and (max-width: 992px) {
    .module-meta-header .block-meta-header {
        text-align: center;
    }
}
.module-meta-header .block-meta-header ul {
    margin: 0;
    padding: 0;
}
.module-meta-header .block-meta-header ul li {
    display: inline;
    margin-left: 9.27px;
}
.module-meta-header .block-meta-header ul li:first-child {
    margin-right: 0;
}
.module-meta-header .block-meta-header ul li:last-child {
    margin-right: 0;
}
.module-meta-header .block-meta-header ul li a {
    font-family: Diagramm-light, sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
    text-decoration: none;
    position: relative;
}
.module-meta-header .block-meta-header ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #b9821d;
    display: block;
    left: 0;
    margin-bottom: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.module-meta-header .block-meta-header ul li a.active:before,
.module-meta-header .block-meta-header ul li a:hover:before {
    filter: alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.block-newsletter form {
    position: relative;
}
.block-newsletter p {
    margin: 0;
    padding: 0;
    position: relative;
}
.block-newsletter small {
    font-size: 12px;
}
.block-newsletter small a {
    display: inline-block;
}
.block-newsletter ::-webkit-input-placeholder {
    padding-top: 0 !important;
}
.block-newsletter.have-name-field p {
    margin-bottom: 15px !important;
}
.block-newsletter.have-name-field input[type="submit"] {
    position: relative;
    margin-top: 15px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    float: right;
}
@media only screen and (max-width: 992px) {
    .block-newsletter.have-name-field input[type="submit"] {
        float: right;
    }
}
.block-newsletter.have-name-field .pull-left {
    margin-top: -9.27px;
    float: left !important;
    width: 70% !important;
}
@media only screen and (max-width: 992px) {
    .block-newsletter.have-name-field .pull-left {
        padding-top: 9.27px;
    }
}
@media only screen and (max-width: 480px) {
    .block-newsletter.have-name-field .pull-left {
        width: 60% !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1040px) {
    .block-newsletter.have-name-field .pull-left {
        width: 190px !important;
    }
}
.block-newsletter.have-name-field .pull-left *,
.block-newsletter.have-name-field .pull-left small {
    font-size: 14px !important;
}
@media only screen and (max-width: 480px) {
    .block-newsletter.have-name-field .pull-left *,
    .block-newsletter.have-name-field .pull-left small {
        font-size: 13px !important;
    }
}
.block-newsletter input[type="text"] {
    border: 0;
    height: 40px;
    border: 1px solid #fff;
    background: #fff;
    width: 100%;
    color: #3b3b3b !important;
    line-height: 1em;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px !important;
    padding-top: 3px !important;
    padding-left: 8px;
    padding-right: 90px;
}
@-moz-document url-prefix() {
    .block-newsletter input[type="text"] {
        padding-top: 4px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .block-newsletter input[type="text"] {
        padding-right: 8px;
    }
}
.block-newsletter input[type="submit"] {
    height: 40px;
    line-height: 1em;
    background: #b9821d;
    border: 0;
    width: 90px;
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 1px solid #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px !important;
}
@media only screen and (max-width: 992px) {
    .block-newsletter input[type="submit"] {
        padding-top: 3px;
    }
}
@-moz-document url-prefix() {
    .block-newsletter input[type="submit"] {
        padding-top: 4px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .block-newsletter input[type="submit"] {
        position: relative;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        margin-top: 9.27px;
    }
}
.block-newsletter input[type="submit"]:hover {
    background: #8c8884;
    color: #fff;
}
.block-newsletter ::-webkit-input-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
    padding-top: 3px !important;
}
.block-newsletter :-moz-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
.block-newsletter ::-moz-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
.block-newsletter :-ms-input-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
.block-breadcrumb {
    margin-bottom: 9.27px;
}
@media only screen and (max-width: 480px) {
    .block-breadcrumb {
        display: none;
    }
}
.block-breadcrumb ul {
    margin: 0;
    padding: 0;
    font-size: 0.78947368rem;
    line-height: 1.41345263;
}
.block-breadcrumb ul li {
    display: inline-block;
    padding-right: 4.64px;
    margin-left: 4.64px;
    border-right: 1px solid #ccc;
}
.block-breadcrumb ul li:first-child {
    margin-left: 0;
}
.block-breadcrumb ul li:last-child {
    border-right: 0;
    font-style: italic;
}
.block-breadcrumb ul li a {
    text-decoration: none;
}
.block-breadcrumb ul li a:hover {
    text-decoration: underline;
}
.html5tooltip-box {
    background-color: #2a2a2a !important;
    max-width: 250px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 10px rgba(255, 255, 255, 0.15);
    color: #f7f7f7;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.html5tooltip-box:before {
    background-color: inherit;
    box-shadow: inherit;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    width: 12px;
    transform: translate3d(-6px, -6px, 0) rotate3d(0, 0, 1, 45deg);
    left: 10px;
    top: 10px;
}
.html5tooltip-text {
    background-color: inherit;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 7px 9px;
    position: relative;
}
.html5tooltip-more {
    background-color: inherit;
    border-radius: inherit;
    position: relative;
}
.html5tooltip-more .html5tooltip-text {
    margin-top: -7px;
}
.html5tooltip-bottom .html5tooltip-box:before {
    left: 50%;
    top: 0;
}
.html5tooltip-left .html5tooltip-box:before {
    left: 100%;
    top: 50%;
}
.html5tooltip-right .html5tooltip-box:before {
    left: 0;
    top: 50%;
}
.html5tooltip-top .html5tooltip-box:before {
    left: 50%;
    top: 100%;
}
.html5tooltip-bottom,
.html5tooltip-left,
.html5tooltip-right,
.html5tooltip-top {
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;
}
.html5tooltip-bottom.animating,
.html5tooltip-left.animating,
.html5tooltip-right.animating,
.html5tooltip-top.animating {
    transition: top 0.3s;
}
.html5tooltip-box.animating {
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.html5tooltip-more.animating {
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.fadein-from {
    opacity: 0;
}
.fadein-to {
    opacity: 1;
}
.scalein-from {
    opacity: 0;
    -moz-transform: scale3d(0.7, 0.7, 0.7);
    -ms-transform: scale3d(0.7, 0.7, 0.7);
    -o-transform: scale3d(0.7, 0.7, 0.7);
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
}
.scalein-to {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.html5tooltip-bottom .scalein-to {
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.html5tooltip-left .scalein-to {
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.html5tooltip-right .scalein-to {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.html5tooltip-top .scalein-to {
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.foldin-from,
.foldout-from {
    opacity: 0;
}
.foldin-to,
.foldout-to {
    opacity: 1;
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}
.html5tooltip-bottom .foldin-from,
.html5tooltip-top .foldout-from {
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
}
.html5tooltip-bottom .foldin-to,
.html5tooltip-bottom .foldout-to {
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.html5tooltip-left .foldin-from,
.html5tooltip-right .foldout-from {
    -moz-transform: rotate3d(0, 1, 0, -90deg);
    -ms-transform: rotate3d(0, 1, 0, -90deg);
    -o-transform: rotate3d(0, 1, 0, -90deg);
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, -90deg);
}
.html5tooltip-left .foldin-to,
.html5tooltip-left .foldout-to {
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.html5tooltip-left .foldout-from,
.html5tooltip-right .foldin-from {
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}
.html5tooltip-right .foldin-to,
.html5tooltip-right .foldout-to {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.html5tooltip-bottom .foldout-from,
.html5tooltip-top .foldin-from {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
    -ms-transform: rotate3d(1, 0, 0, 90deg);
    -o-transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
}
.html5tooltip-top .foldin-to,
.html5tooltip-top .foldout-to {
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.slidein-from {
    opacity: 0;
}
.slidein-to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.html5tooltip-bottom .slidein-from {
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.html5tooltip-left .slidein-from {
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.html5tooltip-right .slidein-from {
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
.html5tooltip-top .slidein-from {
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.roll-from {
    opacity: 0;
}
.roll-to {
    opacity: 1;
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}
.html5tooltip-bottom .roll-from {
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    -ms-transform: rotate3d(0, 0, 1, -30deg);
    -o-transform: rotate3d(0, 0, 1, -30deg);
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
}
.html5tooltip-bottom .roll-to {
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.html5tooltip-left .roll-from {
    -moz-transform: rotate3d(0, 0, 1, 30deg);
    -ms-transform: rotate3d(0, 0, 1, 30deg);
    -o-transform: rotate3d(0, 0, 1, 30deg);
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
}
.html5tooltip-left .roll-to {
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.html5tooltip-right .roll-from {
    -moz-transform: rotate3d(0, 0, 1, -30deg);
    -ms-transform: rotate3d(0, 0, 1, -30deg);
    -o-transform: rotate3d(0, 0, 1, -30deg);
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
}
.html5tooltip-right .roll-to {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.html5tooltip-top .roll-from {
    -moz-transform: rotate3d(0, 0, 1, 30deg);
    -ms-transform: rotate3d(0, 0, 1, 30deg);
    -o-transform: rotate3d(0, 0, 1, 30deg);
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
}
.html5tooltip-top .roll-to {
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.spin-from {
    opacity: 0;
}
.spin-to {
    opacity: 1;
    -moz-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
}
.html5tooltip-bottom .spin-from {
    -moz-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 20px, 0);
    -ms-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 20px, 0);
    -o-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 20px, 0);
    -webkit-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 20px, 0);
    transform: rotate3d(0, 1, 0, 90deg) translate3d(0, 20px, 0);
}
.html5tooltip-left .spin-from {
    -moz-transform: rotate3d(1, 0, 0, -90deg) translate3d(-20px, 0, 0);
    -ms-transform: rotate3d(1, 0, 0, -90deg) translate3d(-20px, 0, 0);
    -o-transform: rotate3d(1, 0, 0, -90deg) translate3d(-20px, 0, 0);
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(-20px, 0, 0);
    transform: rotate3d(1, 0, 0, -90deg) translate3d(-20px, 0, 0);
}
.html5tooltip-right .spin-from {
    -moz-transform: rotate3d(1, 0, 0, -90deg) translate3d(20px, 0, 0);
    -ms-transform: rotate3d(1, 0, 0, -90deg) translate3d(20px, 0, 0);
    -o-transform: rotate3d(1, 0, 0, -90deg) translate3d(20px, 0, 0);
    -webkit-transform: rotate3d(1, 0, 0, -90deg) translate3d(20px, 0, 0);
    transform: rotate3d(1, 0, 0, -90deg) translate3d(20px, 0, 0);
}
.html5tooltip-top .spin-from {
    -moz-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, -20px, 0);
    -ms-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, -20px, 0);
    -o-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, -20px, 0);
    -webkit-transform: rotate3d(0, 1, 0, 90deg) translate3d(0, -20px, 0);
    transform: rotate3d(0, 1, 0, 90deg) translate3d(0, -20px, 0);
}
.html5tooltip-bottom,
.html5tooltip-left,
.html5tooltip-right,
.html5tooltip-top {
    z-index: 9999 !important;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #b9821d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading {
    background: #b9821d;
    display: block;
    color: #fff;
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    padding: 15px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    line-height: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading.gcp-no-link {
    cursor: default;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading.gcp-no-link:after {
    display: none;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    width: auto;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading.active:after {
    display: none;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-heading.active:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: auto;
}
.module-accordion.module-accordion--triangle-theme .block-accordion .block-accordion-content {
    background: #eee;
}
.block-my-definition-list dd,
.block-my-definition-list dt {
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.block-my-definition-list dt {
    clear: left;
    margin-right: 5%;
    width: 15%;
}
.block-my-definition-list dd {
    width: 80%;
}
.module-wrapper-custom-ux {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step {
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step.start:before {
    content: "";
    background: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step.end:before {
    content: "";
    background: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step.end:after {
    content: "";
    background: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step:before {
    content: "";
    background: #999;
    height: 10px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step:after {
    content: "";
    background: #999;
    height: 10px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul {
    margin: 0;
    padding: 0;
    z-index: 2;
    text-align: center;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li {
    display: inline-block;
    margin-left: 48.54px;
    position: relative;
    margin-right: -5px;
    height: 44px;
    z-index: 3;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li:first-child {
    margin-left: 0;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li:first-child:before {
    display: none;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li:last-child {
    margin-right: 0;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li:before {
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 48.54px;
    display: block;
    background: #999;
    margin-left: -48.54px;
    z-index: 1;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.focus .block-custom-ux-nav-single-step .block-wrapper-icon {
    border-color: #b9821d;
    background: #fff;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.focus .block-custom-ux-nav-single-step .block-wrapper-icon i {
    color: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.focus:before {
    background: #999;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.complete .block-custom-ux-nav-single-step .block-wrapper-icon {
    border-color: #b9821d;
    background: #fff;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.complete .block-custom-ux-nav-single-step .block-wrapper-icon i {
    color: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li.complete:before {
    background: #b9821d;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li .block-custom-ux-nav-single-step {
    display: inline-block;
    line-height: 1em;
    z-index: 2;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li .block-custom-ux-nav-single-step .block-wrapper-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    position: relative;
    overflow: hidden;
    border: 2px solid #999;
    margin: 0;
    background: #999;
}
.module-wrapper-custom-ux .block-custom-ux-nav-step ul li .block-custom-ux-nav-single-step i {
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    height: 18px;
    color: #fff;
}
.module-wrapper-custom-ux .btn-link {
    padding-top: 0 !important;
}
.module-wrapper-custom-ux .block-custom-ux-step--end .fa-check-circle {
    color: #b9821d;
    font-size: 80px;
}
.module-wrapper-custom-ux .block-custom-ux-step--end * {
    text-align: center !important;
}
.module-wrapper-custom-ux .block-custom-ux-step--end .success {
    color: #b9821d;
}
.module-wrapper-custom-ux .block-wrapper-button--final-step .btn-link {
    padding-top: 3px !important;
}
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}
.Rtable.Rtable--large-extra-info {
    margin-bottom: 0 !important;
}
.Rtable.Rtable--even .Rtable-cell:not(.Rtable-cell--head) {
    background: #f2f2f2;
}
.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: solid 1px #fff;
    background: rgba(112, 128, 144, 0.2);
    border-color: transparent !important;
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
    margin: 0 !important;
}
.Rtable--1cols > .Rtable-cell {
    width: 100%;
}
.Rtable--2cols > .Rtable-cell {
    width: 50%;
}
.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
    width: 25%;
}
.Rtable-cell-4-8 {
    width: 50% !important;
}
.Rtable-cell-6-8 {
    width: 75% !important;
}
.Rtable-cell-2-8 {
    width: 25% !important;
}
.Rtable-cell-1-8 {
    width: 12.5% !important;
}
.Rtable-cell-1-8 .gcp-order-detail-list li {
    margin-bottom: 9.27px;
}
.Rtable-cell-1-8 .checkbox-value {
    font-size: 12px !important;
    float: none;
    display: block;
    clear: both;
}
.Rtable--5cols > .Rtable-cell {
    width: 20%;
}
.Rtable--6cols > .Rtable-cell {
    width: 16.6%;
}
.Rtable {
    position: relative;
    top: 1px;
    left: 1px;
}
.Rtable-cell {
    margin: -1px 0 0 -1px;
    background-color: #fff;
    border-color: #ffebcc;
}
.Rtable-cell--dark {
    background-color: #b9821d;
    border-color: #cc7a00;
    color: #fff;
}
.Rtable-cell--dark i,
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
    color: #fff;
}
.Rtable-cell--medium {
    background-color: #ffcc80;
    border-color: #ffc266;
}
.Rtable-cell--light {
    background-color: #fff;
    border-color: #ffebcc;
}
.Rtable-cell--highlight {
    background-color: #90ee90;
    border-color: #64e764;
}
.Rtable-cell--alert {
    background-color: #ff8c00;
    border-color: #cc7000;
    color: #fff;
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
    color: #fff;
}
.Rtable-cell--head {
    background-color: #b9821d;
    border-color: #cc7a00;
    color: #fff;
    border-left-color: #fff !important;
    text-transform: uppercase;
}
.Rtable-cell--head i,
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
    color: #fff;
}
.Rtable-cell--head:first-child {
    border-left-color: transparent !important;
}
.Rtable-cell--foot {
    background-color: #ffcc80;
    border-color: #ffc266;
}
@media all and (max-width: 500px) {
    .Rtable--collapse {
        display: block;
    }
    .Rtable--collapse > .Rtable-cell {
        width: 100% !important;
    }
    .Rtable--collapse > .Rtable-cell--foot {
        margin-bottom: 1em;
    }
}
.no-flexbox .Rtable {
    display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
    width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
    margin-bottom: 1em;
}
.Rtable.Rtable--show-head-table-in-desktop .Rtable-cell--head {
    display: block !important;
}
.Rtable .Rtable-cell--head {
    display: none !important;
}
@media only screen and (max-width: 500px) {
    .Rtable .Rtable-cell--head {
        display: block !important;
    }
}
.Rtable .block-title {
    font-family: Diagramm-bold, sans-serif;
    font-size: 32px;
    text-align: left !important;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .Rtable .block-info {
        font-size: 12px;
    }
}
.Rtable .block-table-menu ul {
    margin: 0;
    padding: 0;
}
.Rtable .block-table-menu ul li {
    display: inline;
    border-right: 1px solid #ccc;
    padding-right: 9.27px;
    margin-right: 5px;
    display: inline-block;
}
.Rtable .block-table-menu ul li:last-child {
    border-right: 0;
}
.Rtable .block-table-menu ul li a {
    text-transform: uppercase;
    color: #3b3b3b;
    display: inline-block;
    text-decoration: none;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .Rtable .block-table-menu ul li a {
        font-size: 13px;
    }
}
.Rtable .block-table-menu ul li a:hover {
    color: #b9821d;
}
.block-alert {
    padding: 9.27px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.block-alert.right {
    border: 1px solid #32cd32;
    background: #fff;
}
.block-alert.error {
    border: 1px solid #c00;
    background: #fff;
}
.block-alert.info {
    border: 1px solid orange;
    background: rgba(255, 255, 0, 0.3);
}
.block-alert .block-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.26315789rem;
    line-height: 1.87290781;
    font-family: Diagramm-bold, sans-serif;
    font-weight: 600;
}
.block-alert p {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
}
.block-alert a {
    color: #000;
}
.block-alert svg {
    width: 100px;
    display: block;
    margin: auto;
}
.block-alert .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.block-alert .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.block-alert .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.5s ease-in-out forwards;
    animation: dash 0.9s 0.5s ease-in-out forwards;
}
.block-alert .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.5s ease-in-out forwards;
    animation: dash-check 0.9s 0.5s ease-in-out forwards;
}
.block-alert p {
    text-align: center;
    margin: 20px 0 60px;
}
.block-alert p.success {
    color: #32cd32;
}
.block-alert p.error {
    color: #c00;
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}
html {
    overflow-x: hidden !important;
}
body {
    background-color: #fff;
    font-family: Diagramm-Medium, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3b3b3b;
    overflow-x: hidden;
}
@media only screen and (max-width: 992px) {
    body {
        padding: 0;
        background: #8c8884;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1600px) {
    .content {
        max-width: 1600px;
    }
}
@media (max-width: 979px) {
    .content {
        max-width: 980px;
    }
}
::selection {
    background: #ddd;
    color: #000;
}
::-moz-selection {
    background: #ddd;
    color: #000;
}
.clearboth,
.g-clearboth {
    clear: both;
}
.disabled,
.g-disabled {
    cursor: default;
    color: inherit;
    pointer-events: none;
}
.error,
.red {
    color: #e64135;
}
#main input[type="text"],
#main input[type="date"],
#main input[type="password"],
#main input[type="file"],
#main select,
.block-form input[type="text"],
.block-form input[type="date"],
.block-form input[type="password"],
.block-form input[type="file"],
.block-form select,
.fancybox-skin input[type="text"],
.fancybox-skin input[type="date"],
.fancybox-skin input[type="password"],
.fancybox-skin input[type="file"],
.fancybox-skin select,
.mcp-module-wrapper-pop-up input[type="text"],
.mcp-module-wrapper-pop-up input[type="date"],
.mcp-module-wrapper-pop-up input[type="password"],
.mcp-module-wrapper-pop-up input[type="file"],
.mcp-module-wrapper-pop-up select,
.mcp-my-lightbox-wrapper input[type="text"],
.mcp-my-lightbox-wrapper input[type="date"],
.mcp-my-lightbox-wrapper input[type="password"],
.mcp-my-lightbox-wrapper input[type="file"],
.mcp-my-lightbox-wrapper select,
.module-main-search input[type="text"],
.module-main-search input[type="date"],
.module-main-search input[type="password"],
.module-main-search input[type="file"],
.module-main-search select {
    background: #fff;
    box-shadow: 0;
    color: #3b3b3b;
    width: 100%;
    padding: 8px 9.27px 6px 9.27px;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 1em;
    font-family: Diagramm-light, sans-serif;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #ccc;
}
@-moz-document url-prefix() {
    #main input[type="text"],
    #main input[type="date"],
    #main input[type="password"],
    #main input[type="file"],
    #main select,
    .block-form input[type="text"],
    .block-form input[type="date"],
    .block-form input[type="password"],
    .block-form input[type="file"],
    .block-form select,
    .fancybox-skin input[type="text"],
    .fancybox-skin input[type="date"],
    .fancybox-skin input[type="password"],
    .fancybox-skin input[type="file"],
    .fancybox-skin select,
    .mcp-module-wrapper-pop-up input[type="text"],
    .mcp-module-wrapper-pop-up input[type="date"],
    .mcp-module-wrapper-pop-up input[type="password"],
    .mcp-module-wrapper-pop-up input[type="file"],
    .mcp-module-wrapper-pop-up select,
    .mcp-my-lightbox-wrapper input[type="text"],
    .mcp-my-lightbox-wrapper input[type="date"],
    .mcp-my-lightbox-wrapper input[type="password"],
    .mcp-my-lightbox-wrapper input[type="file"],
    .mcp-my-lightbox-wrapper select,
    .module-main-search input[type="text"],
    .module-main-search input[type="date"],
    .module-main-search input[type="password"],
    .module-main-search input[type="file"],
    .module-main-search select {
        padding-top: 6px;
    }
}
@media screen and (min-width: 0px) {
    #main input[type="text"],
    #main input[type="date"],
    #main input[type="password"],
    #main input[type="file"],
    #main select,
    .block-form input[type="text"],
    .block-form input[type="date"],
    .block-form input[type="password"],
    .block-form input[type="file"],
    .block-form select,
    .fancybox-skin input[type="text"],
    .fancybox-skin input[type="date"],
    .fancybox-skin input[type="password"],
    .fancybox-skin input[type="file"],
    .fancybox-skin select,
    .mcp-module-wrapper-pop-up input[type="text"],
    .mcp-module-wrapper-pop-up input[type="date"],
    .mcp-module-wrapper-pop-up input[type="password"],
    .mcp-module-wrapper-pop-up input[type="file"],
    .mcp-module-wrapper-pop-up select,
    .mcp-my-lightbox-wrapper input[type="text"],
    .mcp-my-lightbox-wrapper input[type="date"],
    .mcp-my-lightbox-wrapper input[type="password"],
    .mcp-my-lightbox-wrapper input[type="file"],
    .mcp-my-lightbox-wrapper select,
    .module-main-search input[type="text"],
    .module-main-search input[type="date"],
    .module-main-search input[type="password"],
    .module-main-search input[type="file"],
    .module-main-search select {
        padding-top: 6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    #main input[type="text"],
    #main input[type="date"],
    #main input[type="password"],
    #main input[type="file"],
    #main select,
    .block-form input[type="text"],
    .block-form input[type="date"],
    .block-form input[type="password"],
    .block-form input[type="file"],
    .block-form select,
    .fancybox-skin input[type="text"],
    .fancybox-skin input[type="date"],
    .fancybox-skin input[type="password"],
    .fancybox-skin input[type="file"],
    .fancybox-skin select,
    .mcp-module-wrapper-pop-up input[type="text"],
    .mcp-module-wrapper-pop-up input[type="date"],
    .mcp-module-wrapper-pop-up input[type="password"],
    .mcp-module-wrapper-pop-up input[type="file"],
    .mcp-module-wrapper-pop-up select,
    .mcp-my-lightbox-wrapper input[type="text"],
    .mcp-my-lightbox-wrapper input[type="date"],
    .mcp-my-lightbox-wrapper input[type="password"],
    .mcp-my-lightbox-wrapper input[type="file"],
    .mcp-my-lightbox-wrapper select,
    .module-main-search input[type="text"],
    .module-main-search input[type="date"],
    .module-main-search input[type="password"],
    .module-main-search input[type="file"],
    .module-main-search select {
        height: 35px;
    }
}
#main input[type="text"].required,
#main input[type="date"].required,
#main input[type="password"].required,
#main input[type="file"].required,
#main select.required,
.block-form input[type="text"].required,
.block-form input[type="date"].required,
.block-form input[type="password"].required,
.block-form input[type="file"].required,
.block-form select.required,
.fancybox-skin input[type="text"].required,
.fancybox-skin input[type="date"].required,
.fancybox-skin input[type="password"].required,
.fancybox-skin input[type="file"].required,
.fancybox-skin select.required,
.mcp-module-wrapper-pop-up input[type="text"].required,
.mcp-module-wrapper-pop-up input[type="date"].required,
.mcp-module-wrapper-pop-up input[type="password"].required,
.mcp-module-wrapper-pop-up input[type="file"].required,
.mcp-module-wrapper-pop-up select.required,
.mcp-my-lightbox-wrapper input[type="text"].required,
.mcp-my-lightbox-wrapper input[type="date"].required,
.mcp-my-lightbox-wrapper input[type="password"].required,
.mcp-my-lightbox-wrapper input[type="file"].required,
.mcp-my-lightbox-wrapper select.required,
.module-main-search input[type="text"].required,
.module-main-search input[type="date"].required,
.module-main-search input[type="password"].required,
.module-main-search input[type="file"].required,
.module-main-search select.required {
    border: 2px solid #ccc;
}
#main input[type="text"]:focus,
#main input[type="date"]:focus,
#main input[type="password"]:focus,
#main input[type="file"]:focus,
#main select:focus,
.block-form input[type="text"]:focus,
.block-form input[type="date"]:focus,
.block-form input[type="password"]:focus,
.block-form input[type="file"]:focus,
.block-form select:focus,
.fancybox-skin input[type="text"]:focus,
.fancybox-skin input[type="date"]:focus,
.fancybox-skin input[type="password"]:focus,
.fancybox-skin input[type="file"]:focus,
.fancybox-skin select:focus,
.mcp-module-wrapper-pop-up input[type="text"]:focus,
.mcp-module-wrapper-pop-up input[type="date"]:focus,
.mcp-module-wrapper-pop-up input[type="password"]:focus,
.mcp-module-wrapper-pop-up input[type="file"]:focus,
.mcp-module-wrapper-pop-up select:focus,
.mcp-my-lightbox-wrapper input[type="text"]:focus,
.mcp-my-lightbox-wrapper input[type="date"]:focus,
.mcp-my-lightbox-wrapper input[type="password"]:focus,
.mcp-my-lightbox-wrapper input[type="file"]:focus,
.mcp-my-lightbox-wrapper select:focus,
.module-main-search input[type="text"]:focus,
.module-main-search input[type="date"]:focus,
.module-main-search input[type="password"]:focus,
.module-main-search input[type="file"]:focus,
.module-main-search select:focus {
    outline: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@-moz-document url-prefix() {
    #main input[type="file"],
    .block-form input[type="file"],
    .fancybox-skin input[type="file"],
    .mcp-module-wrapper-pop-up input[type="file"],
    .mcp-my-lightbox-wrapper input[type="file"],
    .module-main-search input[type="file"] {
        padding-top: 0;
    }
}
#main input[type="text"]::-ms-clear,
#main input[type="date"]::-ms-clear,
.block-form input[type="text"]::-ms-clear,
.block-form input[type="date"]::-ms-clear,
.fancybox-skin input[type="text"]::-ms-clear,
.fancybox-skin input[type="date"]::-ms-clear,
.mcp-module-wrapper-pop-up input[type="text"]::-ms-clear,
.mcp-module-wrapper-pop-up input[type="date"]::-ms-clear,
.mcp-my-lightbox-wrapper input[type="text"]::-ms-clear,
.mcp-my-lightbox-wrapper input[type="date"]::-ms-clear,
.module-main-search input[type="text"]::-ms-clear,
.module-main-search input[type="date"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
#main input[type="text"]:disabled,
.block-form input[type="text"]:disabled,
.fancybox-skin input[type="text"]:disabled,
.mcp-module-wrapper-pop-up input[type="text"]:disabled,
.mcp-my-lightbox-wrapper input[type="text"]:disabled,
.module-main-search input[type="text"]:disabled {
    background: #f6f6f6 !important;
}
#main select,
.block-form select,
.fancybox-skin select,
.mcp-module-wrapper-pop-up select,
.mcp-my-lightbox-wrapper select,
.module-main-search select {
    padding-top: 3px;
    padding-left: 9.27px;
}
#main button,
#main input[type="reset"],
#main input[type="submit"],
.block-form button,
.block-form input[type="reset"],
.block-form input[type="submit"],
.fancybox-skin button,
.fancybox-skin input[type="reset"],
.fancybox-skin input[type="submit"],
.mcp-module-wrapper-pop-up button,
.mcp-module-wrapper-pop-up input[type="reset"],
.mcp-module-wrapper-pop-up input[type="submit"],
.mcp-my-lightbox-wrapper button,
.mcp-my-lightbox-wrapper input[type="reset"],
.mcp-my-lightbox-wrapper input[type="submit"],
.module-main-search button,
.module-main-search input[type="reset"],
.module-main-search input[type="submit"] {
    background: #b9821d;
    width: auto;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0 9.27px;
    height: 35px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #b9821d;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    #main button,
    #main input[type="reset"],
    #main input[type="submit"],
    .block-form button,
    .block-form input[type="reset"],
    .block-form input[type="submit"],
    .fancybox-skin button,
    .fancybox-skin input[type="reset"],
    .fancybox-skin input[type="submit"],
    .mcp-module-wrapper-pop-up button,
    .mcp-module-wrapper-pop-up input[type="reset"],
    .mcp-module-wrapper-pop-up input[type="submit"],
    .mcp-my-lightbox-wrapper button,
    .mcp-my-lightbox-wrapper input[type="reset"],
    .mcp-my-lightbox-wrapper input[type="submit"],
    .module-main-search button,
    .module-main-search input[type="reset"],
    .module-main-search input[type="submit"] {
        height: 30px;
        font-size: 15px;
    }
    #main button.btn-link.btn-small,
    #main input[type="reset"].btn-link.btn-small,
    #main input[type="submit"].btn-link.btn-small,
    .block-form button.btn-link.btn-small,
    .block-form input[type="reset"].btn-link.btn-small,
    .block-form input[type="submit"].btn-link.btn-small,
    .fancybox-skin button.btn-link.btn-small,
    .fancybox-skin input[type="reset"].btn-link.btn-small,
    .fancybox-skin input[type="submit"].btn-link.btn-small,
    .mcp-module-wrapper-pop-up button.btn-link.btn-small,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-link.btn-small,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-link.btn-small,
    .mcp-my-lightbox-wrapper button.btn-link.btn-small,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-link.btn-small,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-link.btn-small,
    .module-main-search button.btn-link.btn-small,
    .module-main-search input[type="reset"].btn-link.btn-small,
    .module-main-search input[type="submit"].btn-link.btn-small {
        line-height: 21px !important;
    }
}
#main button.btn-bubble,
#main input[type="reset"].btn-bubble,
#main input[type="submit"].btn-bubble,
.block-form button.btn-bubble,
.block-form input[type="reset"].btn-bubble,
.block-form input[type="submit"].btn-bubble,
.fancybox-skin button.btn-bubble,
.fancybox-skin input[type="reset"].btn-bubble,
.fancybox-skin input[type="submit"].btn-bubble,
.mcp-module-wrapper-pop-up button.btn-bubble,
.mcp-module-wrapper-pop-up input[type="reset"].btn-bubble,
.mcp-module-wrapper-pop-up input[type="submit"].btn-bubble,
.mcp-my-lightbox-wrapper button.btn-bubble,
.mcp-my-lightbox-wrapper input[type="reset"].btn-bubble,
.mcp-my-lightbox-wrapper input[type="submit"].btn-bubble,
.module-main-search button.btn-bubble,
.module-main-search input[type="reset"].btn-bubble,
.module-main-search input[type="submit"].btn-bubble {
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
#main button.btn-link,
#main input[type="reset"].btn-link,
#main input[type="submit"].btn-link,
.block-form button.btn-link,
.block-form input[type="reset"].btn-link,
.block-form input[type="submit"].btn-link,
.fancybox-skin button.btn-link,
.fancybox-skin input[type="reset"].btn-link,
.fancybox-skin input[type="submit"].btn-link,
.mcp-module-wrapper-pop-up button.btn-link,
.mcp-module-wrapper-pop-up input[type="reset"].btn-link,
.mcp-module-wrapper-pop-up input[type="submit"].btn-link,
.mcp-my-lightbox-wrapper button.btn-link,
.mcp-my-lightbox-wrapper input[type="reset"].btn-link,
.mcp-my-lightbox-wrapper input[type="submit"].btn-link,
.module-main-search button.btn-link,
.module-main-search input[type="reset"].btn-link,
.module-main-search input[type="submit"].btn-link {
    line-height: 25px;
}
@-moz-document url-prefix() {
    #main button,
    #main input[type="reset"],
    #main input[type="submit"],
    .block-form button,
    .block-form input[type="reset"],
    .block-form input[type="submit"],
    .fancybox-skin button,
    .fancybox-skin input[type="reset"],
    .fancybox-skin input[type="submit"],
    .mcp-module-wrapper-pop-up button,
    .mcp-module-wrapper-pop-up input[type="reset"],
    .mcp-module-wrapper-pop-up input[type="submit"],
    .mcp-my-lightbox-wrapper button,
    .mcp-my-lightbox-wrapper input[type="reset"],
    .mcp-my-lightbox-wrapper input[type="submit"],
    .module-main-search button,
    .module-main-search input[type="reset"],
    .module-main-search input[type="submit"] {
        line-height: 37px;
    }
}
#main button.btn-link,
#main input[type="reset"].btn-link,
#main input[type="submit"].btn-link,
.block-form button.btn-link,
.block-form input[type="reset"].btn-link,
.block-form input[type="submit"].btn-link,
.fancybox-skin button.btn-link,
.fancybox-skin input[type="reset"].btn-link,
.fancybox-skin input[type="submit"].btn-link,
.mcp-module-wrapper-pop-up button.btn-link,
.mcp-module-wrapper-pop-up input[type="reset"].btn-link,
.mcp-module-wrapper-pop-up input[type="submit"].btn-link,
.mcp-my-lightbox-wrapper button.btn-link,
.mcp-my-lightbox-wrapper input[type="reset"].btn-link,
.mcp-my-lightbox-wrapper input[type="submit"].btn-link,
.module-main-search button.btn-link,
.module-main-search input[type="reset"].btn-link,
.module-main-search input[type="submit"].btn-link {
    padding-top: 4px;
}
#main button.btn-link.btn-only-icon,
#main input[type="reset"].btn-link.btn-only-icon,
#main input[type="submit"].btn-link.btn-only-icon,
.block-form button.btn-link.btn-only-icon,
.block-form input[type="reset"].btn-link.btn-only-icon,
.block-form input[type="submit"].btn-link.btn-only-icon,
.fancybox-skin button.btn-link.btn-only-icon,
.fancybox-skin input[type="reset"].btn-link.btn-only-icon,
.fancybox-skin input[type="submit"].btn-link.btn-only-icon,
.mcp-module-wrapper-pop-up button.btn-link.btn-only-icon,
.mcp-module-wrapper-pop-up input[type="reset"].btn-link.btn-only-icon,
.mcp-module-wrapper-pop-up input[type="submit"].btn-link.btn-only-icon,
.mcp-my-lightbox-wrapper button.btn-link.btn-only-icon,
.mcp-my-lightbox-wrapper input[type="reset"].btn-link.btn-only-icon,
.mcp-my-lightbox-wrapper input[type="submit"].btn-link.btn-only-icon,
.module-main-search button.btn-link.btn-only-icon,
.module-main-search input[type="reset"].btn-link.btn-only-icon,
.module-main-search input[type="submit"].btn-link.btn-only-icon {
    font-size: 18px;
}
@-moz-document url-prefix() {
    #main button.btn-link.btn-only-icon,
    #main input[type="reset"].btn-link.btn-only-icon,
    #main input[type="submit"].btn-link.btn-only-icon,
    .block-form button.btn-link.btn-only-icon,
    .block-form input[type="reset"].btn-link.btn-only-icon,
    .block-form input[type="submit"].btn-link.btn-only-icon,
    .fancybox-skin button.btn-link.btn-only-icon,
    .fancybox-skin input[type="reset"].btn-link.btn-only-icon,
    .fancybox-skin input[type="submit"].btn-link.btn-only-icon,
    .mcp-module-wrapper-pop-up button.btn-link.btn-only-icon,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-link.btn-only-icon,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-link.btn-only-icon,
    .mcp-my-lightbox-wrapper button.btn-link.btn-only-icon,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-link.btn-only-icon,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-link.btn-only-icon,
    .module-main-search button.btn-link.btn-only-icon,
    .module-main-search input[type="reset"].btn-link.btn-only-icon,
    .module-main-search input[type="submit"].btn-link.btn-only-icon {
        line-height: 28px !important;
    }
}
@-moz-document url-prefix() {
    #main button.btn-link.btn-only-icon.btn-small,
    #main input[type="reset"].btn-link.btn-only-icon.btn-small,
    #main input[type="submit"].btn-link.btn-only-icon.btn-small,
    .block-form button.btn-link.btn-only-icon.btn-small,
    .block-form input[type="reset"].btn-link.btn-only-icon.btn-small,
    .block-form input[type="submit"].btn-link.btn-only-icon.btn-small,
    .fancybox-skin button.btn-link.btn-only-icon.btn-small,
    .fancybox-skin input[type="reset"].btn-link.btn-only-icon.btn-small,
    .fancybox-skin input[type="submit"].btn-link.btn-only-icon.btn-small,
    .mcp-module-wrapper-pop-up button.btn-link.btn-only-icon.btn-small,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-link.btn-only-icon.btn-small,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-link.btn-only-icon.btn-small,
    .mcp-my-lightbox-wrapper button.btn-link.btn-only-icon.btn-small,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-link.btn-only-icon.btn-small,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-link.btn-only-icon.btn-small,
    .module-main-search button.btn-link.btn-only-icon.btn-small,
    .module-main-search input[type="reset"].btn-link.btn-only-icon.btn-small,
    .module-main-search input[type="submit"].btn-link.btn-only-icon.btn-small {
        font-size: 14px;
        line-height: 23px !important;
    }
}
#main button:hover,
#main input[type="reset"]:hover,
#main input[type="submit"]:hover,
.block-form button:hover,
.block-form input[type="reset"]:hover,
.block-form input[type="submit"]:hover,
.fancybox-skin button:hover,
.fancybox-skin input[type="reset"]:hover,
.fancybox-skin input[type="submit"]:hover,
.mcp-module-wrapper-pop-up button:hover,
.mcp-module-wrapper-pop-up input[type="reset"]:hover,
.mcp-module-wrapper-pop-up input[type="submit"]:hover,
.mcp-my-lightbox-wrapper button:hover,
.mcp-my-lightbox-wrapper input[type="reset"]:hover,
.mcp-my-lightbox-wrapper input[type="submit"]:hover,
.module-main-search button:hover,
.module-main-search input[type="reset"]:hover,
.module-main-search input[type="submit"]:hover {
    text-decoration: none;
    background: #fff;
    color: #b9821d;
}
#main button.btn-large,
#main input[type="reset"].btn-large,
#main input[type="submit"].btn-large,
.block-form button.btn-large,
.block-form input[type="reset"].btn-large,
.block-form input[type="submit"].btn-large,
.fancybox-skin button.btn-large,
.fancybox-skin input[type="reset"].btn-large,
.fancybox-skin input[type="submit"].btn-large,
.mcp-module-wrapper-pop-up button.btn-large,
.mcp-module-wrapper-pop-up input[type="reset"].btn-large,
.mcp-module-wrapper-pop-up input[type="submit"].btn-large,
.mcp-my-lightbox-wrapper button.btn-large,
.mcp-my-lightbox-wrapper input[type="reset"].btn-large,
.mcp-my-lightbox-wrapper input[type="submit"].btn-large,
.module-main-search button.btn-large,
.module-main-search input[type="reset"].btn-large,
.module-main-search input[type="submit"].btn-large {
    height: 45px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#main button.btn-large.btn-bubble,
#main input[type="reset"].btn-large.btn-bubble,
#main input[type="submit"].btn-large.btn-bubble,
.block-form button.btn-large.btn-bubble,
.block-form input[type="reset"].btn-large.btn-bubble,
.block-form input[type="submit"].btn-large.btn-bubble,
.fancybox-skin button.btn-large.btn-bubble,
.fancybox-skin input[type="reset"].btn-large.btn-bubble,
.fancybox-skin input[type="submit"].btn-large.btn-bubble,
.mcp-module-wrapper-pop-up button.btn-large.btn-bubble,
.mcp-module-wrapper-pop-up input[type="reset"].btn-large.btn-bubble,
.mcp-module-wrapper-pop-up input[type="submit"].btn-large.btn-bubble,
.mcp-my-lightbox-wrapper button.btn-large.btn-bubble,
.mcp-my-lightbox-wrapper input[type="reset"].btn-large.btn-bubble,
.mcp-my-lightbox-wrapper input[type="submit"].btn-large.btn-bubble,
.module-main-search button.btn-large.btn-bubble,
.module-main-search input[type="reset"].btn-large.btn-bubble,
.module-main-search input[type="submit"].btn-large.btn-bubble {
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}
@-moz-document url-prefix() {
    #main button.btn-large,
    #main input[type="reset"].btn-large,
    #main input[type="submit"].btn-large,
    .block-form button.btn-large,
    .block-form input[type="reset"].btn-large,
    .block-form input[type="submit"].btn-large,
    .fancybox-skin button.btn-large,
    .fancybox-skin input[type="reset"].btn-large,
    .fancybox-skin input[type="submit"].btn-large,
    .mcp-module-wrapper-pop-up button.btn-large,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-large,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-large,
    .mcp-my-lightbox-wrapper button.btn-large,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-large,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-large,
    .module-main-search button.btn-large,
    .module-main-search input[type="reset"].btn-large,
    .module-main-search input[type="submit"].btn-large {
        line-height: 45px -9px;
    }
}
#main button.btn-small,
#main input[type="reset"].btn-small,
#main input[type="submit"].btn-small,
.block-form button.btn-small,
.block-form input[type="reset"].btn-small,
.block-form input[type="submit"].btn-small,
.fancybox-skin button.btn-small,
.fancybox-skin input[type="reset"].btn-small,
.fancybox-skin input[type="submit"].btn-small,
.mcp-module-wrapper-pop-up button.btn-small,
.mcp-module-wrapper-pop-up input[type="reset"].btn-small,
.mcp-module-wrapper-pop-up input[type="submit"].btn-small,
.mcp-my-lightbox-wrapper button.btn-small,
.mcp-my-lightbox-wrapper input[type="reset"].btn-small,
.mcp-my-lightbox-wrapper input[type="submit"].btn-small,
.module-main-search button.btn-small,
.module-main-search input[type="reset"].btn-small,
.module-main-search input[type="submit"].btn-small {
    height: 30px;
    line-height: 19px;
    padding-left: 9.27px;
    padding-right: 9.27px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 14px;
}
#main button.btn-small.btn-small-extra,
#main input[type="reset"].btn-small.btn-small-extra,
#main input[type="submit"].btn-small.btn-small-extra,
.block-form button.btn-small.btn-small-extra,
.block-form input[type="reset"].btn-small.btn-small-extra,
.block-form input[type="submit"].btn-small.btn-small-extra,
.fancybox-skin button.btn-small.btn-small-extra,
.fancybox-skin input[type="reset"].btn-small.btn-small-extra,
.fancybox-skin input[type="submit"].btn-small.btn-small-extra,
.mcp-module-wrapper-pop-up button.btn-small.btn-small-extra,
.mcp-module-wrapper-pop-up input[type="reset"].btn-small.btn-small-extra,
.mcp-module-wrapper-pop-up input[type="submit"].btn-small.btn-small-extra,
.mcp-my-lightbox-wrapper button.btn-small.btn-small-extra,
.mcp-my-lightbox-wrapper input[type="reset"].btn-small.btn-small-extra,
.mcp-my-lightbox-wrapper input[type="submit"].btn-small.btn-small-extra,
.module-main-search button.btn-small.btn-small-extra,
.module-main-search input[type="reset"].btn-small.btn-small-extra,
.module-main-search input[type="submit"].btn-small.btn-small-extra {
    height: 30px !important;
    line-height: 19px !important;
}
@media only screen and (max-width: 1370px) {
    #main button.btn-small.btn-small-extra,
    #main input[type="reset"].btn-small.btn-small-extra,
    #main input[type="submit"].btn-small.btn-small-extra,
    .block-form button.btn-small.btn-small-extra,
    .block-form input[type="reset"].btn-small.btn-small-extra,
    .block-form input[type="submit"].btn-small.btn-small-extra,
    .fancybox-skin button.btn-small.btn-small-extra,
    .fancybox-skin input[type="reset"].btn-small.btn-small-extra,
    .fancybox-skin input[type="submit"].btn-small.btn-small-extra,
    .mcp-module-wrapper-pop-up button.btn-small.btn-small-extra,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-small.btn-small-extra,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-small.btn-small-extra,
    .mcp-my-lightbox-wrapper button.btn-small.btn-small-extra,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-small.btn-small-extra,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-small.btn-small-extra,
    .module-main-search button.btn-small.btn-small-extra,
    .module-main-search input[type="reset"].btn-small.btn-small-extra,
    .module-main-search input[type="submit"].btn-small.btn-small-extra {
        height: auto !important;
        padding-bottom: 5px !important;
    }
}
@media only screen and (max-width: 1370px) {
    #main button.btn-small.change-image,
    #main input[type="reset"].btn-small.change-image,
    #main input[type="submit"].btn-small.change-image,
    .block-form button.btn-small.change-image,
    .block-form input[type="reset"].btn-small.change-image,
    .block-form input[type="submit"].btn-small.change-image,
    .fancybox-skin button.btn-small.change-image,
    .fancybox-skin input[type="reset"].btn-small.change-image,
    .fancybox-skin input[type="submit"].btn-small.change-image,
    .mcp-module-wrapper-pop-up button.btn-small.change-image,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-small.change-image,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-small.change-image,
    .mcp-my-lightbox-wrapper button.btn-small.change-image,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-small.change-image,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-small.change-image,
    .module-main-search button.btn-small.change-image,
    .module-main-search input[type="reset"].btn-small.change-image,
    .module-main-search input[type="submit"].btn-small.change-image {
        height: auto !important;
    }
}
#main button.btn-small.btn-bubble,
#main input[type="reset"].btn-small.btn-bubble,
#main input[type="submit"].btn-small.btn-bubble,
.block-form button.btn-small.btn-bubble,
.block-form input[type="reset"].btn-small.btn-bubble,
.block-form input[type="submit"].btn-small.btn-bubble,
.fancybox-skin button.btn-small.btn-bubble,
.fancybox-skin input[type="reset"].btn-small.btn-bubble,
.fancybox-skin input[type="submit"].btn-small.btn-bubble,
.mcp-module-wrapper-pop-up button.btn-small.btn-bubble,
.mcp-module-wrapper-pop-up input[type="reset"].btn-small.btn-bubble,
.mcp-module-wrapper-pop-up input[type="submit"].btn-small.btn-bubble,
.mcp-my-lightbox-wrapper button.btn-small.btn-bubble,
.mcp-my-lightbox-wrapper input[type="reset"].btn-small.btn-bubble,
.mcp-my-lightbox-wrapper input[type="submit"].btn-small.btn-bubble,
.module-main-search button.btn-small.btn-bubble,
.module-main-search input[type="reset"].btn-small.btn-bubble,
.module-main-search input[type="submit"].btn-small.btn-bubble {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
@-moz-document url-prefix() {
    #main button.btn-small,
    #main input[type="reset"].btn-small,
    #main input[type="submit"].btn-small,
    .block-form button.btn-small,
    .block-form input[type="reset"].btn-small,
    .block-form input[type="submit"].btn-small,
    .fancybox-skin button.btn-small,
    .fancybox-skin input[type="reset"].btn-small,
    .fancybox-skin input[type="submit"].btn-small,
    .mcp-module-wrapper-pop-up button.btn-small,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-small,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-small,
    .mcp-my-lightbox-wrapper button.btn-small,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-small,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-small,
    .module-main-search button.btn-small,
    .module-main-search input[type="reset"].btn-small,
    .module-main-search input[type="submit"].btn-small {
        line-height: 22px;
    }
}
#main button.btn-empty,
#main input[type="reset"].btn-empty,
#main input[type="submit"].btn-empty,
.block-form button.btn-empty,
.block-form input[type="reset"].btn-empty,
.block-form input[type="submit"].btn-empty,
.fancybox-skin button.btn-empty,
.fancybox-skin input[type="reset"].btn-empty,
.fancybox-skin input[type="submit"].btn-empty,
.mcp-module-wrapper-pop-up button.btn-empty,
.mcp-module-wrapper-pop-up input[type="reset"].btn-empty,
.mcp-module-wrapper-pop-up input[type="submit"].btn-empty,
.mcp-my-lightbox-wrapper button.btn-empty,
.mcp-my-lightbox-wrapper input[type="reset"].btn-empty,
.mcp-my-lightbox-wrapper input[type="submit"].btn-empty,
.module-main-search button.btn-empty,
.module-main-search input[type="reset"].btn-empty,
.module-main-search input[type="submit"].btn-empty {
    background: 0 0;
    border: 1px solid #fff;
}
#main button.btn-empty:hover,
#main input[type="reset"].btn-empty:hover,
#main input[type="submit"].btn-empty:hover,
.block-form button.btn-empty:hover,
.block-form input[type="reset"].btn-empty:hover,
.block-form input[type="submit"].btn-empty:hover,
.fancybox-skin button.btn-empty:hover,
.fancybox-skin input[type="reset"].btn-empty:hover,
.fancybox-skin input[type="submit"].btn-empty:hover,
.mcp-module-wrapper-pop-up button.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-empty:hover,
.mcp-my-lightbox-wrapper button.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-empty:hover,
.module-main-search button.btn-empty:hover,
.module-main-search input[type="reset"].btn-empty:hover,
.module-main-search input[type="submit"].btn-empty:hover {
    background: #fff;
    color: #b9821d;
}
#main button.btn-ct1,
#main input[type="reset"].btn-ct1,
#main input[type="submit"].btn-ct1,
.block-form button.btn-ct1,
.block-form input[type="reset"].btn-ct1,
.block-form input[type="submit"].btn-ct1,
.fancybox-skin button.btn-ct1,
.fancybox-skin input[type="reset"].btn-ct1,
.fancybox-skin input[type="submit"].btn-ct1,
.mcp-module-wrapper-pop-up button.btn-ct1,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct1,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct1,
.mcp-my-lightbox-wrapper button.btn-ct1,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct1,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct1,
.module-main-search button.btn-ct1,
.module-main-search input[type="reset"].btn-ct1,
.module-main-search input[type="submit"].btn-ct1 {
    background: #000;
    border: 1px solid #000;
}
#main button.btn-ct1.btn-empty,
#main input[type="reset"].btn-ct1.btn-empty,
#main input[type="submit"].btn-ct1.btn-empty,
.block-form button.btn-ct1.btn-empty,
.block-form input[type="reset"].btn-ct1.btn-empty,
.block-form input[type="submit"].btn-ct1.btn-empty,
.fancybox-skin button.btn-ct1.btn-empty,
.fancybox-skin input[type="reset"].btn-ct1.btn-empty,
.fancybox-skin input[type="submit"].btn-ct1.btn-empty,
.mcp-module-wrapper-pop-up button.btn-ct1.btn-empty,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct1.btn-empty,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct1.btn-empty,
.mcp-my-lightbox-wrapper button.btn-ct1.btn-empty,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct1.btn-empty,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct1.btn-empty,
.module-main-search button.btn-ct1.btn-empty,
.module-main-search input[type="reset"].btn-ct1.btn-empty,
.module-main-search input[type="submit"].btn-ct1.btn-empty {
    background: 0 0;
    color: #000;
}
#main button.btn-ct1.btn-empty:hover,
#main input[type="reset"].btn-ct1.btn-empty:hover,
#main input[type="submit"].btn-ct1.btn-empty:hover,
.block-form button.btn-ct1.btn-empty:hover,
.block-form input[type="reset"].btn-ct1.btn-empty:hover,
.block-form input[type="submit"].btn-ct1.btn-empty:hover,
.fancybox-skin button.btn-ct1.btn-empty:hover,
.fancybox-skin input[type="reset"].btn-ct1.btn-empty:hover,
.fancybox-skin input[type="submit"].btn-ct1.btn-empty:hover,
.mcp-module-wrapper-pop-up button.btn-ct1.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct1.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct1.btn-empty:hover,
.mcp-my-lightbox-wrapper button.btn-ct1.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct1.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct1.btn-empty:hover,
.module-main-search button.btn-ct1.btn-empty:hover,
.module-main-search input[type="reset"].btn-ct1.btn-empty:hover,
.module-main-search input[type="submit"].btn-ct1.btn-empty:hover {
    background: #000;
    color: #fff;
}
#main button.btn-ct1:hover,
#main input[type="reset"].btn-ct1:hover,
#main input[type="submit"].btn-ct1:hover,
.block-form button.btn-ct1:hover,
.block-form input[type="reset"].btn-ct1:hover,
.block-form input[type="submit"].btn-ct1:hover,
.fancybox-skin button.btn-ct1:hover,
.fancybox-skin input[type="reset"].btn-ct1:hover,
.fancybox-skin input[type="submit"].btn-ct1:hover,
.mcp-module-wrapper-pop-up button.btn-ct1:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct1:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct1:hover,
.mcp-my-lightbox-wrapper button.btn-ct1:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct1:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct1:hover,
.module-main-search button.btn-ct1:hover,
.module-main-search input[type="reset"].btn-ct1:hover,
.module-main-search input[type="submit"].btn-ct1:hover {
    background: 0 0;
    color: #000;
}
#main button.btn-ct2,
#main input[type="reset"].btn-ct2,
#main input[type="submit"].btn-ct2,
.block-form button.btn-ct2,
.block-form input[type="reset"].btn-ct2,
.block-form input[type="submit"].btn-ct2,
.fancybox-skin button.btn-ct2,
.fancybox-skin input[type="reset"].btn-ct2,
.fancybox-skin input[type="submit"].btn-ct2,
.mcp-module-wrapper-pop-up button.btn-ct2,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct2,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct2,
.mcp-my-lightbox-wrapper button.btn-ct2,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct2,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct2,
.module-main-search button.btn-ct2,
.module-main-search input[type="reset"].btn-ct2,
.module-main-search input[type="submit"].btn-ct2 {
    background: #b9821d;
    border: 1px solid #b9821d;
}
#main button.btn-ct2.btn-empty,
#main input[type="reset"].btn-ct2.btn-empty,
#main input[type="submit"].btn-ct2.btn-empty,
.block-form button.btn-ct2.btn-empty,
.block-form input[type="reset"].btn-ct2.btn-empty,
.block-form input[type="submit"].btn-ct2.btn-empty,
.fancybox-skin button.btn-ct2.btn-empty,
.fancybox-skin input[type="reset"].btn-ct2.btn-empty,
.fancybox-skin input[type="submit"].btn-ct2.btn-empty,
.mcp-module-wrapper-pop-up button.btn-ct2.btn-empty,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct2.btn-empty,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct2.btn-empty,
.mcp-my-lightbox-wrapper button.btn-ct2.btn-empty,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct2.btn-empty,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct2.btn-empty,
.module-main-search button.btn-ct2.btn-empty,
.module-main-search input[type="reset"].btn-ct2.btn-empty,
.module-main-search input[type="submit"].btn-ct2.btn-empty {
    background: 0 0;
    color: #b9821d;
}
#main button.btn-ct2.btn-empty:hover,
#main input[type="reset"].btn-ct2.btn-empty:hover,
#main input[type="submit"].btn-ct2.btn-empty:hover,
.block-form button.btn-ct2.btn-empty:hover,
.block-form input[type="reset"].btn-ct2.btn-empty:hover,
.block-form input[type="submit"].btn-ct2.btn-empty:hover,
.fancybox-skin button.btn-ct2.btn-empty:hover,
.fancybox-skin input[type="reset"].btn-ct2.btn-empty:hover,
.fancybox-skin input[type="submit"].btn-ct2.btn-empty:hover,
.mcp-module-wrapper-pop-up button.btn-ct2.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct2.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct2.btn-empty:hover,
.mcp-my-lightbox-wrapper button.btn-ct2.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct2.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct2.btn-empty:hover,
.module-main-search button.btn-ct2.btn-empty:hover,
.module-main-search input[type="reset"].btn-ct2.btn-empty:hover,
.module-main-search input[type="submit"].btn-ct2.btn-empty:hover {
    background: #b9821d;
    color: #fff;
}
#main button.btn-ct2.btn-active,
#main button.btn-ct2:hover,
#main input[type="reset"].btn-ct2.btn-active,
#main input[type="reset"].btn-ct2:hover,
#main input[type="submit"].btn-ct2.btn-active,
#main input[type="submit"].btn-ct2:hover,
.block-form button.btn-ct2.btn-active,
.block-form button.btn-ct2:hover,
.block-form input[type="reset"].btn-ct2.btn-active,
.block-form input[type="reset"].btn-ct2:hover,
.block-form input[type="submit"].btn-ct2.btn-active,
.block-form input[type="submit"].btn-ct2:hover,
.fancybox-skin button.btn-ct2.btn-active,
.fancybox-skin button.btn-ct2:hover,
.fancybox-skin input[type="reset"].btn-ct2.btn-active,
.fancybox-skin input[type="reset"].btn-ct2:hover,
.fancybox-skin input[type="submit"].btn-ct2.btn-active,
.fancybox-skin input[type="submit"].btn-ct2:hover,
.mcp-module-wrapper-pop-up button.btn-ct2.btn-active,
.mcp-module-wrapper-pop-up button.btn-ct2:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct2.btn-active,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct2:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct2.btn-active,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct2:hover,
.mcp-my-lightbox-wrapper button.btn-ct2.btn-active,
.mcp-my-lightbox-wrapper button.btn-ct2:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct2.btn-active,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct2:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct2.btn-active,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct2:hover,
.module-main-search button.btn-ct2.btn-active,
.module-main-search button.btn-ct2:hover,
.module-main-search input[type="reset"].btn-ct2.btn-active,
.module-main-search input[type="reset"].btn-ct2:hover,
.module-main-search input[type="submit"].btn-ct2.btn-active,
.module-main-search input[type="submit"].btn-ct2:hover {
    background: #fff;
    color: #b9821d;
}
#main button.btn-ct3,
#main input[type="reset"].btn-ct3,
#main input[type="submit"].btn-ct3,
.block-form button.btn-ct3,
.block-form input[type="reset"].btn-ct3,
.block-form input[type="submit"].btn-ct3,
.fancybox-skin button.btn-ct3,
.fancybox-skin input[type="reset"].btn-ct3,
.fancybox-skin input[type="submit"].btn-ct3,
.mcp-module-wrapper-pop-up button.btn-ct3,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct3,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct3,
.mcp-my-lightbox-wrapper button.btn-ct3,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct3,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct3,
.module-main-search button.btn-ct3,
.module-main-search input[type="reset"].btn-ct3,
.module-main-search input[type="submit"].btn-ct3 {
    background: #8c8884;
    border: 1px solid #8c8884;
}
#main button.btn-ct3.btn-empty,
#main input[type="reset"].btn-ct3.btn-empty,
#main input[type="submit"].btn-ct3.btn-empty,
.block-form button.btn-ct3.btn-empty,
.block-form input[type="reset"].btn-ct3.btn-empty,
.block-form input[type="submit"].btn-ct3.btn-empty,
.fancybox-skin button.btn-ct3.btn-empty,
.fancybox-skin input[type="reset"].btn-ct3.btn-empty,
.fancybox-skin input[type="submit"].btn-ct3.btn-empty,
.mcp-module-wrapper-pop-up button.btn-ct3.btn-empty,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct3.btn-empty,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct3.btn-empty,
.mcp-my-lightbox-wrapper button.btn-ct3.btn-empty,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct3.btn-empty,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct3.btn-empty,
.module-main-search button.btn-ct3.btn-empty,
.module-main-search input[type="reset"].btn-ct3.btn-empty,
.module-main-search input[type="submit"].btn-ct3.btn-empty {
    background: 0 0;
    color: #8c8884;
}
#main button.btn-ct3.btn-empty:hover,
#main input[type="reset"].btn-ct3.btn-empty:hover,
#main input[type="submit"].btn-ct3.btn-empty:hover,
.block-form button.btn-ct3.btn-empty:hover,
.block-form input[type="reset"].btn-ct3.btn-empty:hover,
.block-form input[type="submit"].btn-ct3.btn-empty:hover,
.fancybox-skin button.btn-ct3.btn-empty:hover,
.fancybox-skin input[type="reset"].btn-ct3.btn-empty:hover,
.fancybox-skin input[type="submit"].btn-ct3.btn-empty:hover,
.mcp-module-wrapper-pop-up button.btn-ct3.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct3.btn-empty:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct3.btn-empty:hover,
.mcp-my-lightbox-wrapper button.btn-ct3.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct3.btn-empty:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct3.btn-empty:hover,
.module-main-search button.btn-ct3.btn-empty:hover,
.module-main-search input[type="reset"].btn-ct3.btn-empty:hover,
.module-main-search input[type="submit"].btn-ct3.btn-empty:hover {
    background: #8c8884;
    color: #fff;
}
#main button.btn-ct3:hover,
#main input[type="reset"].btn-ct3:hover,
#main input[type="submit"].btn-ct3:hover,
.block-form button.btn-ct3:hover,
.block-form input[type="reset"].btn-ct3:hover,
.block-form input[type="submit"].btn-ct3:hover,
.fancybox-skin button.btn-ct3:hover,
.fancybox-skin input[type="reset"].btn-ct3:hover,
.fancybox-skin input[type="submit"].btn-ct3:hover,
.mcp-module-wrapper-pop-up button.btn-ct3:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-ct3:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-ct3:hover,
.mcp-my-lightbox-wrapper button.btn-ct3:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-ct3:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-ct3:hover,
.module-main-search button.btn-ct3:hover,
.module-main-search input[type="reset"].btn-ct3:hover,
.module-main-search input[type="submit"].btn-ct3:hover {
    background: 0 0;
    color: #8c8884;
}
#main button.btn-lookme,
#main input[type="reset"].btn-lookme,
#main input[type="submit"].btn-lookme,
.block-form button.btn-lookme,
.block-form input[type="reset"].btn-lookme,
.block-form input[type="submit"].btn-lookme,
.fancybox-skin button.btn-lookme,
.fancybox-skin input[type="reset"].btn-lookme,
.fancybox-skin input[type="submit"].btn-lookme,
.mcp-module-wrapper-pop-up button.btn-lookme,
.mcp-module-wrapper-pop-up input[type="reset"].btn-lookme,
.mcp-module-wrapper-pop-up input[type="submit"].btn-lookme,
.mcp-my-lightbox-wrapper button.btn-lookme,
.mcp-my-lightbox-wrapper input[type="reset"].btn-lookme,
.mcp-my-lightbox-wrapper input[type="submit"].btn-lookme,
.module-main-search button.btn-lookme,
.module-main-search input[type="reset"].btn-lookme,
.module-main-search input[type="submit"].btn-lookme {
    background: #db453a;
    border: 1px solid #94231b;
}
#main button.btn-lookme:hover,
#main input[type="reset"].btn-lookme:hover,
#main input[type="submit"].btn-lookme:hover,
.block-form button.btn-lookme:hover,
.block-form input[type="reset"].btn-lookme:hover,
.block-form input[type="submit"].btn-lookme:hover,
.fancybox-skin button.btn-lookme:hover,
.fancybox-skin input[type="reset"].btn-lookme:hover,
.fancybox-skin input[type="submit"].btn-lookme:hover,
.mcp-module-wrapper-pop-up button.btn-lookme:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-lookme:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-lookme:hover,
.mcp-my-lightbox-wrapper button.btn-lookme:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-lookme:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-lookme:hover,
.module-main-search button.btn-lookme:hover,
.module-main-search input[type="reset"].btn-lookme:hover,
.module-main-search input[type="submit"].btn-lookme:hover {
    border: 1px solid #94231b;
    background: #fff;
    color: #db453a;
}
#main button.btn-buy,
#main input[type="reset"].btn-buy,
#main input[type="submit"].btn-buy,
.block-form button.btn-buy,
.block-form input[type="reset"].btn-buy,
.block-form input[type="submit"].btn-buy,
.fancybox-skin button.btn-buy,
.fancybox-skin input[type="reset"].btn-buy,
.fancybox-skin input[type="submit"].btn-buy,
.mcp-module-wrapper-pop-up button.btn-buy,
.mcp-module-wrapper-pop-up input[type="reset"].btn-buy,
.mcp-module-wrapper-pop-up input[type="submit"].btn-buy,
.mcp-my-lightbox-wrapper button.btn-buy,
.mcp-my-lightbox-wrapper input[type="reset"].btn-buy,
.mcp-my-lightbox-wrapper input[type="submit"].btn-buy,
.module-main-search button.btn-buy,
.module-main-search input[type="reset"].btn-buy,
.module-main-search input[type="submit"].btn-buy {
    background: #00cc52 !important;
    border: 1px solid #00cc52 !important;
}
#main button.btn-buy:hover,
#main input[type="reset"].btn-buy:hover,
#main input[type="submit"].btn-buy:hover,
.block-form button.btn-buy:hover,
.block-form input[type="reset"].btn-buy:hover,
.block-form input[type="submit"].btn-buy:hover,
.fancybox-skin button.btn-buy:hover,
.fancybox-skin input[type="reset"].btn-buy:hover,
.fancybox-skin input[type="submit"].btn-buy:hover,
.mcp-module-wrapper-pop-up button.btn-buy:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-buy:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-buy:hover,
.mcp-my-lightbox-wrapper button.btn-buy:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-buy:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-buy:hover,
.module-main-search button.btn-buy:hover,
.module-main-search input[type="reset"].btn-buy:hover,
.module-main-search input[type="submit"].btn-buy:hover {
    background: #fff !important;
    color: #00cc52 !important;
}
#main button.btn-transparent,
#main input[type="reset"].btn-transparent,
#main input[type="submit"].btn-transparent,
.block-form button.btn-transparent,
.block-form input[type="reset"].btn-transparent,
.block-form input[type="submit"].btn-transparent,
.fancybox-skin button.btn-transparent,
.fancybox-skin input[type="reset"].btn-transparent,
.fancybox-skin input[type="submit"].btn-transparent,
.mcp-module-wrapper-pop-up button.btn-transparent,
.mcp-module-wrapper-pop-up input[type="reset"].btn-transparent,
.mcp-module-wrapper-pop-up input[type="submit"].btn-transparent,
.mcp-my-lightbox-wrapper button.btn-transparent,
.mcp-my-lightbox-wrapper input[type="reset"].btn-transparent,
.mcp-my-lightbox-wrapper input[type="submit"].btn-transparent,
.module-main-search button.btn-transparent,
.module-main-search input[type="reset"].btn-transparent,
.module-main-search input[type="submit"].btn-transparent {
    background: 0 0 !important;
    border: 1px solid transparent !important;
}
#main button.btn-transparent.btn-active,
#main button.btn-transparent:hover,
#main input[type="reset"].btn-transparent.btn-active,
#main input[type="reset"].btn-transparent:hover,
#main input[type="submit"].btn-transparent.btn-active,
#main input[type="submit"].btn-transparent:hover,
.block-form button.btn-transparent.btn-active,
.block-form button.btn-transparent:hover,
.block-form input[type="reset"].btn-transparent.btn-active,
.block-form input[type="reset"].btn-transparent:hover,
.block-form input[type="submit"].btn-transparent.btn-active,
.block-form input[type="submit"].btn-transparent:hover,
.fancybox-skin button.btn-transparent.btn-active,
.fancybox-skin button.btn-transparent:hover,
.fancybox-skin input[type="reset"].btn-transparent.btn-active,
.fancybox-skin input[type="reset"].btn-transparent:hover,
.fancybox-skin input[type="submit"].btn-transparent.btn-active,
.fancybox-skin input[type="submit"].btn-transparent:hover,
.mcp-module-wrapper-pop-up button.btn-transparent.btn-active,
.mcp-module-wrapper-pop-up button.btn-transparent:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-transparent.btn-active,
.mcp-module-wrapper-pop-up input[type="reset"].btn-transparent:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-transparent.btn-active,
.mcp-module-wrapper-pop-up input[type="submit"].btn-transparent:hover,
.mcp-my-lightbox-wrapper button.btn-transparent.btn-active,
.mcp-my-lightbox-wrapper button.btn-transparent:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-transparent.btn-active,
.mcp-my-lightbox-wrapper input[type="reset"].btn-transparent:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-transparent.btn-active,
.mcp-my-lightbox-wrapper input[type="submit"].btn-transparent:hover,
.module-main-search button.btn-transparent.btn-active,
.module-main-search button.btn-transparent:hover,
.module-main-search input[type="reset"].btn-transparent.btn-active,
.module-main-search input[type="reset"].btn-transparent:hover,
.module-main-search input[type="submit"].btn-transparent.btn-active,
.module-main-search input[type="submit"].btn-transparent:hover {
    background: #fff !important;
    color: #b9821d !important;
}
#main button.btn-white,
#main input[type="reset"].btn-white,
#main input[type="submit"].btn-white,
.block-form button.btn-white,
.block-form input[type="reset"].btn-white,
.block-form input[type="submit"].btn-white,
.fancybox-skin button.btn-white,
.fancybox-skin input[type="reset"].btn-white,
.fancybox-skin input[type="submit"].btn-white,
.mcp-module-wrapper-pop-up button.btn-white,
.mcp-module-wrapper-pop-up input[type="reset"].btn-white,
.mcp-module-wrapper-pop-up input[type="submit"].btn-white,
.mcp-my-lightbox-wrapper button.btn-white,
.mcp-my-lightbox-wrapper input[type="reset"].btn-white,
.mcp-my-lightbox-wrapper input[type="submit"].btn-white,
.module-main-search button.btn-white,
.module-main-search input[type="reset"].btn-white,
.module-main-search input[type="submit"].btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #b9821d !important;
}
#main button.btn-white.btn-active,
#main button.btn-white:hover,
#main input[type="reset"].btn-white.btn-active,
#main input[type="reset"].btn-white:hover,
#main input[type="submit"].btn-white.btn-active,
#main input[type="submit"].btn-white:hover,
.block-form button.btn-white.btn-active,
.block-form button.btn-white:hover,
.block-form input[type="reset"].btn-white.btn-active,
.block-form input[type="reset"].btn-white:hover,
.block-form input[type="submit"].btn-white.btn-active,
.block-form input[type="submit"].btn-white:hover,
.fancybox-skin button.btn-white.btn-active,
.fancybox-skin button.btn-white:hover,
.fancybox-skin input[type="reset"].btn-white.btn-active,
.fancybox-skin input[type="reset"].btn-white:hover,
.fancybox-skin input[type="submit"].btn-white.btn-active,
.fancybox-skin input[type="submit"].btn-white:hover,
.mcp-module-wrapper-pop-up button.btn-white.btn-active,
.mcp-module-wrapper-pop-up button.btn-white:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-white.btn-active,
.mcp-module-wrapper-pop-up input[type="reset"].btn-white:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-white.btn-active,
.mcp-module-wrapper-pop-up input[type="submit"].btn-white:hover,
.mcp-my-lightbox-wrapper button.btn-white.btn-active,
.mcp-my-lightbox-wrapper button.btn-white:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-white.btn-active,
.mcp-my-lightbox-wrapper input[type="reset"].btn-white:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-white.btn-active,
.mcp-my-lightbox-wrapper input[type="submit"].btn-white:hover,
.module-main-search button.btn-white.btn-active,
.module-main-search button.btn-white:hover,
.module-main-search input[type="reset"].btn-white.btn-active,
.module-main-search input[type="reset"].btn-white:hover,
.module-main-search input[type="submit"].btn-white.btn-active,
.module-main-search input[type="submit"].btn-white:hover {
    background: 0 0 !important;
    color: #fff !important;
}
#main button.btn-reset,
#main button.reset,
#main input[type="reset"].btn-reset,
#main input[type="reset"].reset,
#main input[type="submit"].btn-reset,
#main input[type="submit"].reset,
.block-form button.btn-reset,
.block-form button.reset,
.block-form input[type="reset"].btn-reset,
.block-form input[type="reset"].reset,
.block-form input[type="submit"].btn-reset,
.block-form input[type="submit"].reset,
.fancybox-skin button.btn-reset,
.fancybox-skin button.reset,
.fancybox-skin input[type="reset"].btn-reset,
.fancybox-skin input[type="reset"].reset,
.fancybox-skin input[type="submit"].btn-reset,
.fancybox-skin input[type="submit"].reset,
.mcp-module-wrapper-pop-up button.btn-reset,
.mcp-module-wrapper-pop-up button.reset,
.mcp-module-wrapper-pop-up input[type="reset"].btn-reset,
.mcp-module-wrapper-pop-up input[type="reset"].reset,
.mcp-module-wrapper-pop-up input[type="submit"].btn-reset,
.mcp-module-wrapper-pop-up input[type="submit"].reset,
.mcp-my-lightbox-wrapper button.btn-reset,
.mcp-my-lightbox-wrapper button.reset,
.mcp-my-lightbox-wrapper input[type="reset"].btn-reset,
.mcp-my-lightbox-wrapper input[type="reset"].reset,
.mcp-my-lightbox-wrapper input[type="submit"].btn-reset,
.mcp-my-lightbox-wrapper input[type="submit"].reset,
.module-main-search button.btn-reset,
.module-main-search button.reset,
.module-main-search input[type="reset"].btn-reset,
.module-main-search input[type="reset"].reset,
.module-main-search input[type="submit"].btn-reset,
.module-main-search input[type="submit"].reset {
    background: #e0dfde;
    border: 1px solid #e0dfde;
    color: #666 !important;
}
#main button.btn-reset:hover,
#main button.reset:hover,
#main input[type="reset"].btn-reset:hover,
#main input[type="reset"].reset:hover,
#main input[type="submit"].btn-reset:hover,
#main input[type="submit"].reset:hover,
.block-form button.btn-reset:hover,
.block-form button.reset:hover,
.block-form input[type="reset"].btn-reset:hover,
.block-form input[type="reset"].reset:hover,
.block-form input[type="submit"].btn-reset:hover,
.block-form input[type="submit"].reset:hover,
.fancybox-skin button.btn-reset:hover,
.fancybox-skin button.reset:hover,
.fancybox-skin input[type="reset"].btn-reset:hover,
.fancybox-skin input[type="reset"].reset:hover,
.fancybox-skin input[type="submit"].btn-reset:hover,
.fancybox-skin input[type="submit"].reset:hover,
.mcp-module-wrapper-pop-up button.btn-reset:hover,
.mcp-module-wrapper-pop-up button.reset:hover,
.mcp-module-wrapper-pop-up input[type="reset"].btn-reset:hover,
.mcp-module-wrapper-pop-up input[type="reset"].reset:hover,
.mcp-module-wrapper-pop-up input[type="submit"].btn-reset:hover,
.mcp-module-wrapper-pop-up input[type="submit"].reset:hover,
.mcp-my-lightbox-wrapper button.btn-reset:hover,
.mcp-my-lightbox-wrapper button.reset:hover,
.mcp-my-lightbox-wrapper input[type="reset"].btn-reset:hover,
.mcp-my-lightbox-wrapper input[type="reset"].reset:hover,
.mcp-my-lightbox-wrapper input[type="submit"].btn-reset:hover,
.mcp-my-lightbox-wrapper input[type="submit"].reset:hover,
.module-main-search button.btn-reset:hover,
.module-main-search button.reset:hover,
.module-main-search input[type="reset"].btn-reset:hover,
.module-main-search input[type="reset"].reset:hover,
.module-main-search input[type="submit"].btn-reset:hover,
.module-main-search input[type="submit"].reset:hover {
    text-decoration: none;
    background: #fff !important;
    color: #666 !important;
    border: 1px solid #e0dfde !important;
}
@-moz-document url-prefix() {
    #main button.btn-large,
    #main input[type="reset"].btn-large,
    #main input[type="submit"].btn-large,
    .block-form button.btn-large,
    .block-form input[type="reset"].btn-large,
    .block-form input[type="submit"].btn-large,
    .fancybox-skin button.btn-large,
    .fancybox-skin input[type="reset"].btn-large,
    .fancybox-skin input[type="submit"].btn-large,
    .mcp-module-wrapper-pop-up button.btn-large,
    .mcp-module-wrapper-pop-up input[type="reset"].btn-large,
    .mcp-module-wrapper-pop-up input[type="submit"].btn-large,
    .mcp-my-lightbox-wrapper button.btn-large,
    .mcp-my-lightbox-wrapper input[type="reset"].btn-large,
    .mcp-my-lightbox-wrapper input[type="submit"].btn-large,
    .module-main-search button.btn-large,
    .module-main-search input[type="reset"].btn-large,
    .module-main-search input[type="submit"].btn-large {
        padding-top: 3px !important;
    }
}
#main button.button-goto,
.block-form button.button-goto,
.fancybox-skin button.button-goto,
.mcp-module-wrapper-pop-up button.button-goto,
.mcp-my-lightbox-wrapper button.button-goto,
.module-main-search button.button-goto {
    line-height: 1em !important;
}
#main textarea,
.block-form textarea,
.fancybox-skin textarea,
.mcp-module-wrapper-pop-up textarea,
.mcp-my-lightbox-wrapper textarea,
.module-main-search textarea {
    background: #fff;
    box-shadow: 0;
    color: #3b3b3b;
    width: 100%;
    padding: 8px 9.27px 6px 9.27px;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 1em;
    font-family: Diagramm-light, sans-serif;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #ccc;
    height: 250px;
}
@-moz-document url-prefix() {
    #main textarea,
    .block-form textarea,
    .fancybox-skin textarea,
    .mcp-module-wrapper-pop-up textarea,
    .mcp-my-lightbox-wrapper textarea,
    .module-main-search textarea {
        padding-top: 6px;
    }
}
@media screen and (min-width: 0px) {
    #main textarea,
    .block-form textarea,
    .fancybox-skin textarea,
    .mcp-module-wrapper-pop-up textarea,
    .mcp-my-lightbox-wrapper textarea,
    .module-main-search textarea {
        padding-top: 6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    #main textarea,
    .block-form textarea,
    .fancybox-skin textarea,
    .mcp-module-wrapper-pop-up textarea,
    .mcp-my-lightbox-wrapper textarea,
    .module-main-search textarea {
        height: 35px;
    }
}
#main textarea.required,
.block-form textarea.required,
.fancybox-skin textarea.required,
.mcp-module-wrapper-pop-up textarea.required,
.mcp-my-lightbox-wrapper textarea.required,
.module-main-search textarea.required {
    border: 2px solid #ccc;
}
.btn-show-nav {
    display: none;
}
.g-wrapper-area-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    text-indent: -9999px;
}
@media only screen and (max-width: 1300px) {
    html {
        position: relative;
        min-height: inherit;
        overflow-x: hidden;
    }
    body {
        margin-bottom: 0 !important;
    }
    #footer {
        width: 100%;
        position: relative;
        height: inherit;
        /*min-height: 540px;*/
		min-height: 220px;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1800px) {
    html {
        position: relative;
        min-height: 100%;
        overflow-x: auto;
    }
    body {
        /*margin-bottom: 520px;*/
		/*margin-bottom: 300px;*/
    }
    #footer {
        /*position: absolute;*/
		position: relative;
        bottom: 0;
        width: 100%;
        /*height: 220px;*/
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1800px) and only screen and (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1800px) and only screen and (max-width: 992px) {
    #footer {
        position: relative;
        height: inherit;
        min-height: 220px;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
}
@media only screen and (min-width: 1800px) {
    html {
        position: relative;
        min-height: 100%;
        overflow-x: auto;
    }
    body {
        /*margin-bottom: 460px;*/
		/*margin-bottom: 200px;*/
    }
    #footer {
        /*position: absolute;*/
		position: relative;
        bottom: 0;
        width: 100%;
        /*height: 220px;*/
    }
}
@media only screen and (min-width: 1800px) and only screen and (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1800px) and only screen and (max-width: 992px) {
    #footer {
        position: relative;
        height: inherit;
        min-height: 220px;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
    #footer:after,
    #footer:before {
        content: " ";
        display: table;
    }
    #footer:after {
        clear: both;
    }
}
img.placeholder {
    display: inline-block;
    background: #fff url(../../placeholder.jpg) no-repeat;
    background-position: center;
    background-size: 80px;
    border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    img.placeholder {
        height: 200px !important;
    }
}
::-webkit-input-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
    padding-top: 3px !important;
}
:-moz-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
::-moz-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
:-ms-input-placeholder {
    opacity: 0.6;
    color: #3b3b3b;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
img.pull-left {
    margin-right: 9.27px;
}
img.pull-right {
    margin-left: 9.27px;
}
.no-img-display img {
    display: none !important;
}
.figure,
.g-figure {
    background: #fff url(../images/simple-icon/ico-zoom.png) center no-repeat;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.figure:hover,
.g-figure:hover {
    opacity: 0.5;
    filter: alpha(opacity=.5);
}
.figure img:hover,
.g-figure img:hover {
    opacity: 0.5;
    filter: alpha(opacity=.5);
}
.g-top {
    top: 0;
    position: absolute;
}
.g-right {
    right: 0;
    position: absolute;
}
.g-left {
    left: 0;
    position: absolute;
}
.g-bottom {
    bottom: 0;
    position: absolute;
}
.auto-margin,
.g-auto-margin {
    display: block !important;
    margin: 0 auto !important;
    float: none !important;
}
.g-padding-top,
.padding-top {
    padding-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .g-padding-top,
    .padding-top {
        padding-top: 9.27px;
    }
}
.g-padding-left,
.padding-left {
    padding-left: 15px;
}
.g-padding-right,
.padding-right {
    padding-right: 15px;
}
.g-padding-bottom,
.padding-bottom {
    padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .g-padding-bottom,
    .padding-bottom {
        padding-bottom: 9.27px;
    }
}
.g-reset-padding-top,
.reset-padding-top {
    padding-top: 0;
}
.g-reset-padding-bottom,
.reset-padding-bottom {
    padding-bottom: 0 !important;
}
.g-reset-padding-left,
.reset-padding-left {
    padding-left: 0;
}
.g-reset-padding-right,
.reset-padding-right {
    padding-right: 0;
}
.g-margin-top,
.margin-top {
    margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .g-margin-top,
    .margin-top {
        margin-top: 9.27px;
    }
}
.g-margin-bottom,
.margin-bottom {
    margin-bottom: 15px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .g-margin-bottom,
    .margin-bottom {
        margin-bottom: 9.27px;
    }
}
.g-margin-left,
.margin-left {
    margin-left: 15px;
}
.g-margin-right,
.margin-right {
    margin-right: 15px;
}
.g-reset-margin-top,
.reset-margin-top {
    margin-top: 0;
}
.g-reset-margin-bottom,
.reset-margin-bottom {
    margin-bottom: 0;
}
.g-reset-margin-left,
.reset-margin-left {
    margin-left: 0;
}
.g-reset-margin-right,
.reset-margin-right {
    margin-right: 0;
}
.bg-ct1,
.g-bg-ct1 {
    background: #000;
}
.bg-ct1 *,
.g-bg-ct1 * {
    color: #fff;
}
.bg-ct1.bg-fade,
.g-bg-ct1.bg-fade {
    background: rgba(0, 0, 0, 0.5);
}
.bg-ct2,
.g-bg-ct2 {
    background: #b9821d;
}
.bg-ct2.bg-fade,
.g-bg-ct2.bg-fade {
    background: rgba(255, 153, 0, 0.5);
}
.bg-ct2 *,
.g-bg-ct2 * {
    color: #fff;
}
.bg-ct3,
.g-bg-ct3 {
    background: #8c8884;
}
.bg-ct3 *,
.g-bg-ct3 * {
    color: #fff;
}
.bg-ct3.bg-fade,
.g-bg-ct3.bg-fade {
    background: rgba(97, 97, 97, 0.5);
}
.g-text-ct1 {
    color: #000;
}
.g-text-ct1 * {
    color: #000;
}
.g-text-ct2 {
    color: #b9821d;
}
.g-text-ct2 * {
    color: #b9821d;
}
.g-text-ct3 {
    color: #8c8884;
}
.g-text-ct3 * {
    color: #8c8884;
}
.gcp-two-columun {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media only screen and (max-width: 992px) {
    .gcp-two-columun {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
img.alignnone {
    float: none;
    margin-bottom: 15px;
    clear: both;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    img.alignnone {
        max-width: 450px !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 992px) {
    img.alignnone {
        max-width: 400px !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 770px) {
    img.alignnone {
        height: auto !important;
        float: none !important;
        display: block;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 9.27px !important;
    }
}
img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 9px;
}
img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 9px;
}
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
img.aligncenter,
img.alignleft,
img.alignnone,
img.alignright {
    height: auto !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    img.aligncenter,
    img.alignleft,
    img.alignnone,
    img.alignright {
        max-width: 450px !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 992px) {
    img.aligncenter,
    img.alignleft,
    img.alignnone,
    img.alignright {
        max-width: 400px !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 770px) {
    img.aligncenter,
    img.alignleft,
    img.alignnone,
    img.alignright {
        height: auto !important;
        float: none !important;
        display: block;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 9.27px !important;
    }
}
.gcp-have-double-text-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
@media only screen and (max-width: 992px) {
    .gcp-have-double-text-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}
.gcp-font1 {
    font-family: Diagramm-Medium, sans-serif !important;
}
.gcp-font2 {
    font-family: "EB Garamond", serif !important;
}
.gcp-text-weight-200,
.gcp-text-weight-300 {
    font-weight: 300 !important;
}
.gcp-text-weight-400 {
    font-weight: 400 !important;
}
.gcp-text-weight-600 {
    font-weight: 600 !important;
}
.gcp-text-weight-700 {
    font-weight: 700 !important;
}
.gcp-no-bg {
    background: 0 0;
}
.gcp-bg-copy-right {
    color: #fd2727;
    background: #222 !important;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
}
.gcp-bg-copy-right .im {
    font-size: 29px !important;
    top: 3px !important;
    margin-top: 0 !important;
}
.gcp-bg-copy-d {
    color: #228b22;
    background: #222 !important;
}
.gcp-bg-copy-d .icon-im-d:before {
    font-size: 21px !important;
    color: #228b22 !important;
    line-height: 0.8em !important;
}
.gcp-bg-copy-d .im {
    font-size: 29px !important;
    top: 3px !important;
    margin-top: 0 !important;
}
.gcp-bg-generic {
    color: #fff;
    background: #222 !important;
}
.gcp-bg-fff {
    color: #000;
    background: #fff !important;
}
.gcp-bg-licensing {
    color: #fff;
    background: #b9821d !important;
}
.gcp-bg-licensing.gcp-bg-fade {
    background: rgba(185, 130, 29, 0.9) !important;
}
.gcp-bg-project {
    color: #000;
    background: #b9821d !important;
}
.gcp-bg-project.gcp-bg-fade {
    background: rgba(140, 136, 132, 0.9) !important;
}
.gcp-bg-product {
    color: #fff;
    background: #5c7c99 !important;
}
.gcp-bg-product.gcp-bg-fade {
    background: rgba(92, 124, 153, 0.9) !important;
}
.gcp-reset-padding-top.block-wrapper-button {
    margin-top: -24.27px;
}
@media only screen and (max-width: 992px) {
    .gcp-reset-padding-top.block-wrapper-button {
        float: none !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        padding-top: 15px !important;
    }
}
.gcp-bg-product-section {
    background: #fff2de !important;
}
.gcp-bg-ct4 {
    background: #3b3b3b !important;
}
.gcp-bg-ct5 {
    background: #f2f2f2 !important;
}
.gcp-bg-meta-element {
    background: #d8d8d8;
}
.gcp-block-sitem-map-banner {
    display: none;
}
.gcp-show {
    border: 1px solid red;
}
.gcp-no-bg {
    background: 0 0 !important;
}
.gcp-no-bg:hover {
    background: 0 0 !important;
}
.gcp-no-border {
    border: 0 !important;
}
.gcp-no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.gcp-font-size-14 {
    font-size: 14px !important;
}
.gcp-font-size-14 p {
    font-size: 14px !important;
}
.gcp-font-size-16 {
    font-size: 16px !important;
}
.gcp-font-size-16 p {
    font-size: 16px !important;
}
.gcp-font-size-18 {
    font-size: 18px !important;
}
.gcp-font-size-18 p {
    font-size: 18px !important;
}
.gcp-font-size-20 {
    font-size: 20px !important;
}
.gcp-font-size-20 p {
    font-size: 20px !important;
}
@media only screen and (min-width: 770px) {
    .gcp-row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.gcp-show-only-mega-search .mcp-module-page-banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
}
.gcp-show-only-mega-search .module-main-navigation .sub-menu {
    display: none !important;
}
.gcp-show-only-mega-search .block-custom-ux-nav-step,
.gcp-show-only-mega-search .mcp-module-notify-in-page,
.gcp-show-only-mega-search .mcp-module-page-info,
.gcp-show-only-mega-search .mcp-module-ra-user-bar,
.gcp-show-only-mega-search .mcp-my-lightbox-wrapper,
.gcp-show-only-mega-search .mcp-wrapper-new-lightbox {
    display: none;
}
.gcp-show-only-mega-search .mcp-module-list-archive .bcp-block-item .block-text {
    z-index: 2 !important;
}
.gcp-show-only-mega-search .not-have-implicit-mega-search .mcp-module-wrapper-mega-search {
    display: block !important;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 150px;
}
@media only screen and (max-width: 992px) {
    .gcp-show-only-mega-search .not-have-implicit-mega-search .mcp-module-wrapper-mega-search {
        position: absolute;
    }
}
.gcp-show-only-mega-search .bcp-block-item.bcp-block-item--dossier .block-label {
    z-index: 2 !important;
}
@media only screen and (max-width: 992px) {
    .gcp-show-only-mega-search .mcp-module-wrapper-banner-home-section:before {
        content: "";
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        display: block;
        z-index: 3;
        position: absolute;
    }
}
@media only screen and (min-width: 992px) {
    .gcp-show-only-mega-search .mcp-module-wrapper-banner-home-section .mcp-module-side-sx {
        width: 0;
        display: none;
    }
    .gcp-show-only-mega-search .mcp-module-wrapper-banner-home-section .mcp-module-side-dx {
        width: 100%;
    }
    .gcp-show-only-mega-search .mcp-module-wrapper-banner-home-section .mcp-module-side-dx .mcp-module-page-banner {
        width: 100%;
    }
}
.gcp-show-only-mega-search .mcp-module-wrapper-mega-search {
    z-index: 9;
}
.gcp-show-only-mega-search #main:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
}
.gcp-show-only-mega-search #footer:before,
.gcp-show-only-mega-search #main:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
}
.gcp-show-only-mega-search #footer:before {
    top: -10px !important;
    padding-bottom: 15px !important;
}
.gcp-btn-mega-search.btn-link.btn-active {
    background: #3b3b3b !important;
    color: #fff !important;
    border: 1px solid #b9821d !important;
    padding-right: 35px !important;
}
.gcp-btn-mega-search.btn-link.btn-active:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    margin: 5px 20px 0 0;
    background: #b9821d;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.gcp-delimiter {
    border-top: 1px solid #ccc;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gcp-delimiter.gcp-delimiter--ct2 {
    border-color: #b9821d;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .gcp-delimiter {
        margin-top: 9.27px;
        margin-bottom: 9.27px;
    }
}
.gcp-btn-toggle-block {
    display: none;
}
@media only screen and (max-width: 992px) {
    .gcp-btn-toggle-block {
        display: block;
    }
}
.gcp-bcp-toggle-block {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .gcp-bcp-toggle-block {
        height: 0;
        min-height: 0;
        overflow: hidden;
    }
}
.gcp-bcp-toggle-block.visible {
    min-height: 1%;
    height: auto;
}
.gcp-btn-fav {
    color: #c7c7c7;
    font-size: 30px !important;
}
.gcp-btn-fav:hover {
    color: #c7c7c7 !important;
}
.gcp-btn-fav.active {
    color: #b9821d !important;
}
.gcp-btn-fav.active:hover {
    color: #c7c7c7 !important;
}
.gcp-block-info-price {
    font-size: 28px;
}
.gcp-block-info-price.gcp-block-info-price--old {
    text-decoration: line-through;
}
.gcp-btn-close {
    background: #000;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.gcp-btn-close:hover {
    background: #b9821d;
}
.gcp-btn-text-icon {
    width: 100% !important;
    max-width: 120px !important;
}
.gcp-btn-text-icon .wrapper-icon {
    float: left;
}
.gcp-have-jcf-select-full-width .jcf-select {
    width: 100% !important;
    border: 1px solid #ccc;
}
.gcp-have-jcf-select-with-border .jcf-select {
    border: 1px solid #ccc;
    height: 40px !important;
    line-height: 40px !important;
}
.gcp-have-jcf-select-with-border .jcf-select .jcf-select-text {
    font-size: 16px;
}
.gcp-have-jcf-select-with-border .jcf-select-text {
    font-size: 16px;
    line-height: 40px !important;
}
.gcp-tutor {
    color: #b9821d;
}
.gcp-no-link {
    display: default !important;
}
.gcp-link-for-order {
    cursor: move;
}
.bg-ct2 .bcp-block-heading-menu ul {
    margin: 0;
    padding: 0;
}
.bg-ct2 .bcp-block-heading-menu ul li {
    border-right: 1px solid #fff;
}
@media only screen and (max-width: 414px) {
    .bg-ct2 .bcp-block-heading-menu ul li {
        margin-bottom: 9.27px;
    }
}
.bg-ct2 .bcp-block-heading-menu ul li a {
    color: #fff;
}
.bg-ct2 .bcp-block-heading-menu ul li a:hover {
    color: #fff;
}
.gcp-order-detail-list {
    margin: 0;
    padding: 0;
    padding-top: 9.27px;
    padding-left: 9.27px;
}
.gcp-order-detail-list li {
    list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .gcp-order-detail-list li span {
        font-size: 12px;
    }
}
.gcp-inline-list {
    margin: 0;
    padding: 0;
}
.gcp-inline-list li {
    display: inline-block;
    margin-right: 9.27px;
    padding-right: 9.27px;
}
.gcp-inline-filter {
    margin: 0;
    padding: 0;
}
.gcp-inline-filter li {
    display: inline-block;
    line-height: 40px;
    border-right: 1px solid #ccc;
    margin-right: 9.27px;
    padding-right: 9.27px;
}
@media only screen and (max-width: 992px) {
    .gcp-inline-filter {
        text-align: left !important;
    }
}
span.block-sub-title,
span.block-title {
    display: block;
}
.gcp-pull-left {
    float: left;
}
.gcp-pull-right {
    float: right;
}
@media only screen and (min-width: 992px) {
    .gcp-equalHMRWrap {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 992px) {
    .gcp-eqWrap {
        display: flex;
    }
}
.gcp-no-action {
    cursor: default !important;
}
.image-dida {
    color: #fff !important;
}
.gcp-site-slogan {
    color: #fff;
    font-family: Diagramm-light, sans-serif;
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);*/
    font-size: 60px;
}
.gcp-how-to-see-me {
    padding: 15px;
    background: #ff0;
}
@media (max-device-width: 800px) and (orientation: portrait) {
    .gcp-how-to-see-me {
        background: green;
    }
}
@media (max-device-width: 1280px) and (orientation: landscape) {
    .gcp-how-to-see-me {
        background: #00f;
    }
}
#outer.tail:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    position: absolute;
}
@media only screen and (max-width: 992px) {
    #outer {
        background: #fff;
    }
}
#outer.have-fixed-header {
    padding-top: 0;
}
@media only screen and (min-width: 992px) {
    #outer.not-have-page-banner {
        padding-top: 90px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #outer.not-have-page-banner {
        padding-top: 0;
    }
}
#outer.have-implicit-mega-search .mcp-module-wrapper-mega-search {
    display: block;
}
#outer.not-have-implicit-mega-search .mcp-module-wrapper-mega-search {
    display: none;
}
@media only screen and (min-width: 992px) {
    #outer {
        padding-top: 90px;
    }
}
#outer.full-screen {
    width: 100%;
    margin: 0;
}
#outer.full-screen #header .content {
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--dossier,
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--licensing,
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--product {
        width: 32%;
        margin-right: 2%;
    }
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--dossier:nth-child(3n + 0),
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--licensing:nth-child(3n + 0),
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--product:nth-child(3n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1500px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1500px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1500px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1500px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1500px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1500px) {
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--dossier,
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--licensing,
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--product {
        width: 32%;
        margin-right: 2%;
    }
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--dossier:nth-child(3n + 0),
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--licensing:nth-child(3n + 0),
    #outer .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.bcp-block-item--product:nth-child(3n + 0) {
        margin-right: 0;
    }
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.bcp-block-item--lightbox-active .bcp-block-item-my-alinari-tool {
    position: absolute;
    left: 0 !important;
    z-index: 3;
    right: inherit !important;
    width: 100% !important;
    margin-left: 15px !important;
    bottom: 0 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
    height: 200px !important;
    overflow: hidden;
    margin-left: 0!important !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:after,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:before {
    content: " ";
    display: table;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:after {
    clear: both;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:after,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:before {
    content: " ";
    display: table;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:after {
    clear: both;
}
@media only screen and (min-width: 2200px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 10.74%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(8n + 0) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (max-width: 2200px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 10.74%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(8n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 12.4%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(7n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (min-width: 1900px) and (max-width: 2200px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 12.4%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(7n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 18.3%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 192dpi) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 2dppx) and (min-width: 1700px) and (max-width: 1900px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 18.3%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2% !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1700px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
        min-height: 520px;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 192dpi) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 2dppx) and (min-width: 570px) and (max-width: 992px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 49%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        height: 470px !important;
        min-height: inherit !important;
        overflow: hidden !important;
    }
}
@media only screen and (min-width: 570px) and (max-width: 992px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 192dpi) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 2dppx) and (min-width: 570px) and (max-width: 992px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 49%;
        margin-right: 2%;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 570px) and (max-width: 770px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 32% !important;
        margin-right: 2% !important;
        float: left !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(even) {
        margin-right: 2% !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 570px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 49% !important;
        margin-right: 2% !important;
        float: left !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(even) {
        margin-right: 2% !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 480px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 49% !important;
        margin-right: 2% !important;
        float: left !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(even) {
        margin-right: 2% !important;
    }
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-wrapper-media {
    width: 50%;
    float: left;
    height: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-wrapper-media {
        height: 200px;
    }
}
@media only screen and (max-width: 414px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-wrapper-media {
        height: 200px;
    }
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-text {
    width: 50%;
    float: left;
    color: #fff !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-text .block-title {
    max-height: 80px;
    overflow: hidden;
    text-align: left !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-text .block-title br {
    display: none;
}
@media only screen and (max-width: 480px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-text .block-title {
        font-size: 12px !important;
        max-height: 45px;
    }
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .new-price,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .new-price-detail {
    margin-left: 0;
    margin-right: 10px;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing {
    min-height: inherit !important;
    height: 200px !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier .block-text,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing .block-text {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 0;
    padding: 5px;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier .block-text .block-title,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing .block-text .block-title {
    font-size: 14px !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier .block-text .block-title a,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing .block-text .block-title a {
    color: #fff;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier .block-wrapper-media,
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing .block-wrapper-media {
    width: 100%;
}
#outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--product {
    min-height: inherit !important;
    height: 200px !important;
}
@media only screen and (min-width: 414px) and (max-width: 992px) {
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier img,
    #outer.have-item-in-list-view .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--licensing .block-wrapper-media img {
        max-width: 90% !important;
        height: auto !important;
        max-height: auto !important;
    }
}
#outer.have-item-in-list-view .mcp-module-list-archive.mcp-module-list-archive--inspiration .bcp-block-item.bcp-block-item--licensing .block-text .block-title {
    display: none !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive.mcp-module-list-archive--inspiration .bcp-block-item.bcp-block-item--lightbox-active.bcp-block-item--licensing .block-text {
    display: block !important;
}
#outer.have-item-in-list-view .mcp-module-list-archive.mcp-module-list-archive--inspiration .bcp-block-item.bcp-block-item--lightbox-active.bcp-block-item--licensing .block-text .block-title,
#outer.have-item-in-list-view .mcp-module-list-archive.mcp-module-list-archive--inspiration .bcp-block-item.bcp-block-item--lightbox-active.bcp-block-item--licensing .block-text p {
    display: none;
}
#outer.have-item-in-list-view .mcp-module-list-archive.mcp-module-list-archive--inspiration .bcp-block-item.bcp-block-item--lightbox-active.bcp-block-item--licensing .bcp-block-item-my-alinari-tool p {
    display: block;
}
#header {
    background: rgba(8, 8, 8, 0.6);
    min-height: 90px;
    position: relative;
    z-index: 8;
}
@media only screen and (max-width: 992px) {
    #header:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        /*background: #595959;*/
        width: 39px;
        height: 34px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        margin: 15px;
    }
}
@media only screen and (max-width: 570px) {
    #header:before {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) {
    #header.im-fixed {
        position: fixed;
        top: 0;
        width: 100%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #header.im-fixed {
        position: relative;
    }
}
#header .content {
    height: 100%;
}
@media only screen and (max-width: 570px) {
    #header .content {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 992px) {
    #header .btn-show-nav {
        display: block;
        position: absolute;
        /*left: 0;*/
		right: 0;
        top: 0;
        border: 0;
        color: #fff;
        z-index: 9;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        /*background: #b9821d;*/
        display: inline-block;
        padding: 0 6.18px;
        text-decoration: none;
        cursor: pointer;
        font-size: 14px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        margin: 22px;
    }
    #header .btn-show-nav:before {
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-font-feature-settings: normal;
        -moz-font-language-override: normal;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-rendering: auto;
        content: "\f039";
        display: inline-block;
        font-size: 16px;
    }
    #header .btn-show-nav.btn-show-nav--animated-icon {
        display: block;
        height: 20px;
        width: 25px;
        background: 0 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 0;
        line-height: 0;
    }
    #header .btn-show-nav.btn-show-nav--animated-icon:before {
        display: none;
    }
}
@media only screen and (max-width: 570px) {
    #header .btn-show-nav {
        margin-top: 57px;
    }
}
#header .wrapper-site-logo {
    position: relative;
}
#header .wrapper-site-logo .logo-claim {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -5px 80px;
    display: block;
}
@media only screen and (max-width: 992px) {
    #header .wrapper-site-logo .logo-claim {
        margin-left: 143px;
    }
}
@media only screen and (max-width: 570px) {
    #header .wrapper-site-logo .logo-claim {
        display: none;
    }
}
#header #site-link {
    background: url(../images/logo-faf.png) 0 0 no-repeat;
    width: 269px;
    height: 69px;
    display: block;
    text-indent: -9999px;
    margin-top: 10px;
}
@media only screen and (max-width: 992px) {
    #header #site-link {
        margin-left: 60px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2) {
    #header #site-link {
        background: url(../images/logo-fafx2.png) 0 0 no-repeat;
        -webkit-background-size: 269px 69px;
        -moz-background-size: 269px 69px;
        background-size: 269px 69px;
    }
}
@media only screen and (max-width: 570px) {
    #header #site-link {
        margin-top: 10px;
        width: 193px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        background: url(../images/logo-fafmobilex2.png) 0 0 no-repeat;
        -webkit-background-size: 193px 50px;
        -moz-background-size: 193px 50px;
        background-size: 193px 50px;
    }
}
#main {
    z-index: 1;
    position: relative;
    /*min-height: 800px;*/
}
#main p {
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 1600px) {
	#main {
		/*min-height: 600px !important;*/
	}
}
@media only screen and (max-width: 1301px) {
    #main {
        min-height: inherit !important;
    }
}
#footer {
    background: #8c8884;
    /*padding-top: 9.27px;*/
    /*padding-bottom: 9.27px;*/
    color: #fff;
}
@media only screen and (min-width: 770px) {
    #footer .gcp-row-eq-height > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
#footer .module-footer-close {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /*padding-top: 15px;*/
}
#footer .module-footer-close p {
    font-size: 14px;
    line-height: 1.1em;
    padding-left: 15px;
    padding-right: 15px;
}
#footer .module-side-sx {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 770px) {
    #footer .module-side-sx {
        border-right: 0;
        margin-bottom: 15px;
    }
}
#footer .block-newsletter p {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    font-size: 14px;
    padding-bottom: 9.27px;
}
#footer .block-newsletter small {
    line-height: 1.1em;
}
#footer .block-social-network ul {
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 570px) {
    #footer .block-social-network ul {
        text-align: center;
    }
}
#footer .block-social-network ul li {
    display: inline;
}
#footer .block-social-network ul li .wrapper-icon {
    width: 38px;
    height: 38px;
    line-height: 1em;
    color: #fff;
    padding-top: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: 0 0;
    position: relative;
}
#footer .block-social-network ul li a {
    display: inline-block;
}
#footer .block-social-network ul li a .fa {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    height: 30px;
}
#footer .block-social-network ul li a:hover .wrapper-icon {
    background: #b9821d;
}
#footer .module-main-sub-title {
    color: #fff;
}
#footer.full-screen {
    width: 100%;
    margin: 0;
}
#footer.full-screen .content {
    width: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 1600px) {
    #footer .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#footer .mcp-module-main-navigation-footer {
    padding-left: 15px;
    padding-right: 15px;
}
#footer .mcp-module-main-navigation-footer:after,
#footer .mcp-module-main-navigation-footer:before {
    content: " ";
    display: table;
}
#footer .mcp-module-main-navigation-footer:after {
    clear: both;
}
#footer .mcp-module-main-navigation-footer:after,
#footer .mcp-module-main-navigation-footer:before {
    content: " ";
    display: table;
}
#footer .mcp-module-main-navigation-footer:after {
    clear: both;
}
#footer .mcp-module-main-navigation-footer ul {
    margin: 0;
    padding: 0;
}
#footer .mcp-module-main-navigation-footer ul:after,
#footer .mcp-module-main-navigation-footer ul:before {
    content: " ";
    display: table;
}
#footer .mcp-module-main-navigation-footer ul:after {
    clear: both;
}
#footer .mcp-module-main-navigation-footer ul:after,
#footer .mcp-module-main-navigation-footer ul:before {
    content: " ";
    display: table;
}
#footer .mcp-module-main-navigation-footer ul:after {
    clear: both;
}
@media only screen and (min-width: 770px) and (max-width: 1500px) {
    #footer .mcp-module-main-navigation-footer ul li:first-child {
        /*display: none;*/
    }
}
#footer .mcp-module-main-navigation-footer ul > li {
    display: inline;
    float: left;
    width: 20%;
    padding-right: 10px;
    margin-bottom: 4.64px;
}
@media only screen and (min-width: 770px) and (max-width: 1500px) {
    #footer .mcp-module-main-navigation-footer ul > li {
        width: 16%;
    }
}
@media only screen and (min-width: 1501px) {
    #footer .mcp-module-main-navigation-footer ul > li {
        width: 16%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #footer .mcp-module-main-navigation-footer ul > li {
        padding-right: 5px;
    }
}
@media only screen and (max-width: 770px) {
    #footer .mcp-module-main-navigation-footer ul > li {
        padding-right: 0;
        display: block;
        float: none;
        width: auto;
    }
}
#footer .mcp-module-main-navigation-footer ul > li:last-child {
    margin-right: 0;
}
#footer .mcp-module-main-navigation-footer ul > li a {
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-left: 9.27px;
    padding-right: 9.27px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.2em;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
@media only screen and (max-width: 570px) {
    #footer .mcp-module-main-navigation-footer ul > li a {
        /*text-align: center;*/
    }
}
@media only screen and (max-width: 1024px) {
    #footer .mcp-module-main-navigation-footer ul > li a {
        padding-left: 3px;
        padding-right: 3px;
    }
}
#footer .mcp-module-main-navigation-footer ul > li a.active,
#footer .mcp-module-main-navigation-footer ul > li a:hover {
    background: #fff;
    color: #b9821d;
}
#footer .mcp-module-main-navigation-footer ul > li > ul {
    padding-top: 4.64px;
}
@media only screen and (max-width: 770px) {
    #footer .mcp-module-main-navigation-footer ul > li > ul {
        display: none !important;
    }
}
#footer .mcp-module-main-navigation-footer ul > li > ul > li {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
}
#footer .mcp-module-main-navigation-footer ul > li > ul > li:first-child {
    display: block;
}
#footer .mcp-module-main-navigation-footer ul > li > ul > li a {
    font-size: 13px;
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
    #footer .mcp-module-main-navigation-footer ul > li > ul > li a {
        font-size: 11px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #footer .mcp-module-main-navigation-footer ul > li > ul > li a {
        font-size: 11px;
    }
}
.wrapper-icon {
    background: #000;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.wrapper-icon.g-bottom,
.wrapper-icon.g-left,
.wrapper-icon.g-right,
.wrapper-icon.g-top {
    position: absolute;
}
.wrapper-icon.wrapper-icon-empty {
    background: 0 0;
    border: 1px solid #fff;
}
.wrapper-icon.wrapper-icon--w50 {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.wrapper-icon.wrapper-icon--w40 {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.wrapper-icon.wrapper-icon--w40 .im {
    font-size: 22px;
    height: 22px;
}
.wrapper-icon.wrapper-icon--w35 {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}
.wrapper-icon.wrapper-icon--w35.wrapper-icon--counter {
    background: 0 0;
    border: 0;
    width: 60px;
}
.wrapper-icon.wrapper-icon--w35.wrapper-icon--counter .value {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    height: 20px;
    line-height: 1em !important;
}
.wrapper-icon.wrapper-icon--w35 .value {
    font-size: 11px;
}
.wrapper-icon.wrapper-icon--w25 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.wrapper-icon.wrapper-icon--w25 .icon-im-close {
    font-size: 10px !important;
    height: 10px !important;
    color: #fff !important;
}
.wrapper-icon.wrapper-icon--w18 {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}
.wrapper-icon.wrapper-icon--w18 .icon-im-close {
    font-size: 8px !important;
    height: 7px !important;
    color: #fff !important;
}
.wrapper-icon.wrapper-icon--w70 {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
}
.wrapper-icon.wrapper-icon--w70 .fa,
.wrapper-icon.wrapper-icon--w70 .im {
    font-size: 30px;
    height: 30px;
}
.wrapper-icon .fa,
.wrapper-icon .im {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 16px;
    font-size: 16px;
    margin: auto;
}
.wrapper-icon .value {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 12px;
    position: absolute;
    top: 0;
    line-height: 1em;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
}
.wrapper-icon.wrapper-icon--bg-ct1 {
    background: #000;
    color: #fff;
}
.wrapper-icon.wrapper-icon--bg-ct1:hover {
    background: #b9821d;
}
.icon {
    display: inline-block;
    text-indent: -9999px;
}
.icon-date-picker {
    text-indent: 0;
}
.icon-date-picker:before {
    font-family: FontAwesome;
    content: "\f133";
    font-size: 20px;
}
.block-title {
    font-size: 2.63157895rem;
    line-height: 3.50247997;
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-family: Diagramm-bold, sans-serif;
    padding-bottom: 15px;
}
.block-title a {
    text-decoration: none;
    color: #3b3b3b;
}
@media only screen and (max-width: 992px) {
    .block-title {
        /*font-size: 1.26315789rem;*/
        line-height: 1.87290781;
        line-height: 1.2em;
		font-size: 1.8em;
    }
}
@media only screen and (max-width: 767px) {
    .block-title {
        font-size: 1.9em;
    }
}
@media only screen and (max-width: 570px) {
    .block-title {
        font-size: 1em;
    }
}
@media only screen and (max-width: 480px) {
    .block-title {
        /*text-align: center;*/
    }
}
.block-sub-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    font-family: Diagramm-light, sans-serif;
    line-height: 1em;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-top: -15px;
}
.block-sub-title.not-have-title {
    margin-top: 0;
}
@media only screen and (max-width: 992px) {
    .block-sub-title {
        font-size: 1.26315789rem;
        line-height: 1.87290781;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 767px) {
    .block-sub-title {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 480px) {
    .block-sub-title {
        text-align: center;
    }
}
.block-main-article {
    position: relative;
}
.block-main-article.content-align-left p {
    text-align: left !important;
}
.block-main-article .block-info {
    font-style: italic;
    font-family: Diagramm-light, sans-serif;
    display: inline-block;
    font-size: 14px;
}
@media only screen and (max-width: 992px) {
    .block-main-article .block-info {
        padding-bottom: 4.64px;
    }
}
@media only screen and (max-width: 767px) {
    .block-main-article .block-info {
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    .block-main-article .content-galleria-fotorama .fotorama {
        max-width: 100% !important;
    }
}
.block-main-article .block-title {
    font-size: 2.63157895rem;
    line-height: 3.50247997;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
    .block-main-article .block-title {
        font-size: 1.63157895rem;
        line-height: 2.29026327;
        line-height: 1em;
    }
}
.block-main-article .block-sub-title {
    position: relative;
}
@media only screen and (max-width: 992px) {
    .block-main-article .block-sub-title {
        margin-bottom: 0 !important;
        padding-top: 4.64px;
    }
}
.block-main-article .block-sub-title:after,
.block-main-article .block-sub-title:before {
    content: " ";
    display: table;
}
.block-main-article .block-sub-title:after {
    clear: both;
}
.block-main-article .block-sub-title:after,
.block-main-article .block-sub-title:before {
    content: " ";
    display: table;
}
.block-main-article .block-sub-title:after {
    clear: both;
}
.block-main-article .block-sub-title .block-ra-user-img {
    float: left;
    margin-right: 4.64px;
    border-width: 1px;
    border-color: rgba(204, 204, 204, 0.5);
}
.block-main-article h1,
.block-main-article h2,
.block-main-article h3,
.block-main-article h4 {
    margin-bottom: 15px;
}
.block-main-article p {
    margin-bottom: 15px !important;
    line-height: 1.5em !important;
    text-align: justify !important;
    font-size: 17px;
}
@media only screen and (max-width: 992px) {
    .block-main-article p {
        font-size: 16px;
        line-height: 1.6em !important;
        text-align: left !important;
    }
}
.block-main-article p.content-align-center {
    text-align: center !important;
}
.block-main-article iframe {
    margin-bottom: 15px;
}
.block-main-article img {
    margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
    .block-main-article img {
        height: auto !important;
    }
}
@media only screen and (max-width: 992px) {
    .block-main-article img {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}
.block-post-reader {
    width: 100%;
    float: none;
    max-width: 980px;
    margin: 0 auto;
    display: block;
}
.block-form.not-found input[type="submit"] {
    margin-top: 15px;
}
@media only screen and (max-width: 480px) {
    .block-form .block-row-field {
        width: 100%;
    }
}
.block-form p {
    padding-bottom: 15px !important;
}
.block-form .gcp-tutor {
    padding-left: 9.27px;
    padding-top: 9.27px;
    display: inline-block/2;
}
.block-form .block-row-field--calendar p {
    position: relative;
}
.block-form .block-row-field--calendar input[type="text"] {
    display: inline-block;
    padding-left: 24.27px !important;
}
.block-form .block-row-field--calendar .icon {
    position: absolute;
    left: 0;
    color: #3b3b3b;
    top: 2px;
    margin-left: 9.27px !important;
}
.block-form .block-field p {
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
}
.block-form .block-wrapper-button {
    margin-top: 15px;
}
@media only screen and (max-width: 770px) {
    .block-form .block-wrapper-button .bw-f {
        overflow: hidden;
        width: 100%;
        margin-bottom: 9.27px;
    }
}
.block-form .block-wrapper-button .bw-f .privacy-condition {
    padding-right: 100px !important;
    display: inline-block;
    line-height: 1.2em;
    margin-top: -15px !important;
    padding-left: 10px !important;
    margin-left: 15px !important;
}
@media only screen and (max-width: 770px) {
    .block-form .block-wrapper-button .bw-f .privacy-condition {
        padding-right: 0 !important;
    }
}
.block-form .block-wrapper-button .bw-f.last.content-align-center {
    text-align: center !important;
}
.block-form .block-wrapper-button .bw-f.last.content-align-center .g-recaptcha {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.block-form .block-wrapper-button .bw-f.last.content-align-center input[type="submit"] {
    clear: both;
    float: none;
}
.block-form .block-wrapper-button .bw-f.last .g-recaptcha {
    float: right;
    width: 215px;
}
.block-form .block-wrapper-button .bw-f.last input[type="submit"] {
    clear: both;
    float: right;
}
.block-form .block-wrapper-button .bw-f.last .hiddenRecaptcha {
    display: none;
}
@media only screen and (max-width: 770px) {
    .block-form .block-wrapper-button .bw-f.last {
        text-align: center !important;
    }
    .block-form .block-wrapper-button .bw-f.last .g-recaptcha {
        float: none;
    }
    .block-form .block-wrapper-button .bw-f.last input[type="submit"] {
        clear: both;
        float: none;
    }
}
.block-form .privacy-term {
    position: relative;
    padding-left: 0;
    line-height: 1em;
}
.block-form .privacy-term input[type="checkbox"] {
    display: inline;
}
.block-form .privacy-term a {
    text-decoration: underline;
}
.block-form .privacy-term .privacy-condition {
    font-size: 11px;
    display: inline;
    line-height: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.g-recaptcha {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 0 0;
    margin-bottom: -4.64px;
}
@media only screen and (max-width: 770px) {
    .g-recaptcha {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 180px;
        overflow: hidden;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #d3d3d3;
        margin-bottom: 9.27px;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.block-social-network ul {
    padding: 0;
    margin: 0;
}
.block-social-network ul li {
    display: inline;
}
.block-social-network ul li .wrapper-icon {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 17px;
    color: #fff;
    padding-top: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-social-network ul li a {
    display: inline-block;
}
.block-social-network ul li a:hover .wrapper-icon {
    background: #b9821d;
}
.bcp-block-lang-selector ul {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 570px) {
    .bcp-block-lang-selector ul {
        margin-top: -6px !important;
        float: right;
        margin-right: 9.27px !important;
        width: 60%;
        text-align: right;
    }
}
.bcp-block-lang-selector ul li {
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.bcp-block-lang-selector ul li:last-child {
    margin-right: 0 !important;
}
.bcp-block-cart {
    position: relative;
}
.bcp-block-cart.bcp-block-cart--active .btn-link {
    padding-right: 30px;
}
@media only screen and (max-width: 570px) {
    .bcp-block-cart.bcp-block-cart--active .btn-link {
        padding-right: 13px;
    }
}
.bcp-block-cart.bcp-block-cart--active .bcp-block-cart-counter {
    display: block;
}
.bcp-block-cart .bcp-block-cart-counter {
    font-size: 11px;
    background: #b9821d;
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    color: #fff;
    line-height: 20px;
    z-index: 9;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 5px 5px 0 0;
}
@media only screen and (max-width: 570px) {
    .bcp-block-cart .bcp-block-cart-counter {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 414px) {
    .bcp-block-cart .bcp-block-cart-counter {
        margin-right: 10px;
    }
}
.bcp-block-wrapper-tool-tip:hover .bcp-block-tool-tip-message {
    display: block;
    opacity: 1;
    animation-name: fadeIn;
}
.bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message {
    display: none;
    opacity: 0;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeOut;
}
.bcp-block-wrapper-tool-tip.bcp-block-wrapper-tool-tip--w300 .bcp-block-tool-tip-message {
    width: 300px;
}
.bcp-block-wrapper-tool-tip.bcp-block-wrapper-tool-tip--have-message-on-right.bcp-block-wrapper-tool-tip--have-icon-w40 {
    padding-left: 55px;
}
.bcp-block-wrapper-tool-tip.bcp-block-wrapper-tool-tip--have-message-on-right .bcp-block-tool-tip-message {
    float: right;
}
.bcp-block-wrapper-tool-tip.bcp-block-wrapper-tool-tip--have-message-on-top .bcp-block-tool-tip-message {
    float: none;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.bcp-block-tool-tip-message {
    position: relative;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 9.27px;
    background: rgba(0, 0, 0, 0.8);
}
.bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-top {
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.8);
    width: auto;
}
.bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-left {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgba(0, 0, 0, 0.8);
}
.bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
}
.bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-down {
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
    width: auto;
}
.bcp-block-tool-tip-message .block-title {
    margin: 0;
    padding: 0;
    font-family: Diagramm-bold, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-align: left !important;
    padding-bottom: 9.27px !important;
}
.bcp-block-tool-tip-message p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
}
.bcp-block-section-gate {
    padding: 24.27px 15px;
}
.bcp-block-section-gate * {
    color: #fff;
}
.bcp-block-section-gate .block-title img {
	width:80px;
}
@media only screen and (min-width: 1600px) {
    .bcp-block-section-gate {
        padding-top: 28.54px;
        padding-bottom: 28.54px;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-block-section-gate {
        width: 100%;
		font-size: 1.8em;
		padding: 12px 15px;
    }
	.bcp-block-section-gate .block-title img {
		width:60px;
	}
}
.bcp-block-section-gate .block-title {
    margin: 0;
    padding: 0;
    display: block;
    /*padding-bottom: 9.27px;*/
}
.bcp-block-section-gate .block-title a {
    /*color: #fff;*/
	color: #000;
}
.bcp-block-section-gate ul {
    margin: 0;
    padding: 0;
}
.bcp-block-section-gate ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
.bcp-block-section-gate ul li:after {
    content: " /";
}
.bcp-block-section-gate ul li:last-child:after {
    display: none;
}
.bcp-block-section-gate ul li a {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
}
.bcp-block-section-gate ul li a:hover {
    text-decoration: underline;
}
.bcp-block-item {
    border: 1px solid #ccc;
    margin-bottom: 24.27px;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-block-item {
        margin-bottom: 9.27px;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-block-item .mcp-module-pop-up {
        max-width: 100%;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.bcp-block-item .book-languages-list li {
    line-height: 1.1em !important;
}
.bcp-block-item:hover {
    border: 1px solid #b9821d;
}
.bcp-block-item:hover .block-wrapper-media {
    /*background: #fff;*/
	background: #e0dfde;
}
.bcp-block-item:hover .block-wrapper-media.block-wrapper-media--no-link {
    background: #e0dfde;
}
.bcp-block-item:hover .block-wrapper-quik-button {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    display: block;
    filter: alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.bcp-block-item.bcp-block-item--lightbox-active {
    position: relative;
}
.bcp-block-item.bcp-block-item--lightbox-active .bcp-block-item-my-alinari-tool {
    width: 30px;
    right: 0;
    left: auto;
    margin-right: 15px;
    z-index: 2;
    top: 0;
    bottom: inherit;
    background: 0 0 !important;
    margin-top: 357px;
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .bcp-block-item.bcp-block-item--lightbox-active .bcp-block-item-my-alinari-tool {
        margin-top: 347px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bcp-block-item.bcp-block-item--lightbox-active .bcp-block-item-my-alinari-tool {
        margin-top: 300px;
    }
}
@media only screen and (max-width: 414px) {
    .bcp-block-item.bcp-block-item--lightbox-active .bcp-block-item-my-alinari-tool {
        margin-top: 255px;
    }
}
.bcp-block-item.bcp-block-item--photographer .block-wrapper-media--xs {
    height: 50px !important;
}
.bcp-block-item.bcp-block-item--photographer .bcp-block-brand-name {
    line-height: 1em !important;
    margin: 0;
    padding: 0;
    padding-top: 7px;
}
.bcp-block-item.bcp-block-item--photographer .block-wrapper-media {
    height: 250px;
}
.bcp-block-item.bcp-block-item--photographer .block-wrapper-quik-button .block-bnt-list {
    height: 45px;
}
.bcp-block-item.bcp-block-item--product {
    padding-bottom: 27px;
}
.bcp-block-item.bcp-block-item--dossier {
    background: rgba(255, 153, 0, 0.2);
    position: relative;
}
.bcp-block-item.bcp-block-item--dossier .block-label {
    background: #b9821d;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 8;
    padding-left: 9.27px;
    padding-right: 9.27px;
    text-transform: uppercase;
}
.bcp-block-item .block-info.block-info--date {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 4.64px;
}
.bcp-block-item .block-wrapper-price {
    position: absolute;
    bottom: 0;
    margin-bottom: 9.27px;
    font-size: 20px !important;
}
.bcp-block-item .block-wrapper-price .new-price,
.bcp-block-item .block-wrapper-price .new-price-detail {
    margin-left: 0;
    margin-right: 10px;
}
.bcp-block-item .block-wrapper-price span {
    font-size: 20px !important;
}
.bcp-block-item .block-wrapper-price .old-price {
    opacity: 0.5;
    filter: alpha(opacity=.5);
    text-decoration: line-through;
}
.bcp-block-item .block-container-icon {
    z-index: 4;
    margin: 15px;
    position: absolute;
}
.bcp-block-item .block-container-icon ul {
    margin: 0;
    padding: 0;
}
.bcp-block-item .block-container-icon ul li {
    margin: 0;
    padding: 0;
    display: inline;
}
.bcp-block-item .block-container-icon ul li .wrapper-icon {
    display: inline-block;
    margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bcp-block-item.w-1-5 .block-wrapper-media {
        height: 200px;
    }
}
.bcp-block-item .block-wrapper-media {
    background: #e0dfde;
    display: block;
    z-index: 2;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 350px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bcp-block-item .block-wrapper-media {
        height: 300px;
    }
}
@media only screen and (max-width: 414px) {
    .bcp-block-item .block-wrapper-media {
        height: 250px;
    }
}
.bcp-block-item .block-wrapper-media .bcp-block-brand-name {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto;
    height: 48px;
    max-width: auto;
    max-height: auto;
}
.bcp-block-item .block-wrapper-media.block-wrapper-media--img-max-width img {
    max-width: 300px;
}
.bcp-block-item .block-wrapper-media img {
    float: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: 100%;
}
.bcp-block-item .block-wrapper-media video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
}
.bcp-block-item .block-wrapper-media.block-wrapper-media--xs {
    height: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bcp-block-item .block-wrapper-media.block-wrapper-media--xs {
        height: 90px;
    }
}
@media only screen and (max-width: 414px) {
    .bcp-block-item .block-wrapper-media.block-wrapper-media--xs {
        height: 90px;
    }
}
.bcp-block-item .block-text {
    padding: 35px;
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-block-item .block-text p {
        font-size: 13px;
        line-height: 1.1em;
    }
}
.bcp-block-item .block-text .bcp-block-lightbox-item-tool {
    margin: -15px;
}
.bcp-block-item .block-text .block-title {
    font-family: Diagramm-bold, sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-bottom: 4.64px;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-block-item .block-text .block-title {
        font-size: 14px;
        padding-bottom: 3.09px;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-block-item .block-text .block-title {
        text-align: left !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-block-item .block-text {
        /*padding: 9.27px;*/
		padding: 9.27px;
	}
}
.bcp-block-item p {
    font-size: 14px;
}
.bcp-block-item .block-wrapper-button .link-to-read-more {
    font-size: 13px;
}
.bcp-block-item .bcp-block-item-my-alinari-tool {
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .bcp-block-wrapper-button-show-all-item-in-slider {
        position: relative !important;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
        margin-top: -24.27px;
    }
}
.bcp-module-tab-nav {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-module-tab-nav {
        padding-top: 9.27px;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-module-tab-nav {
        border-bottom: 0;
    }
}
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li:first-child a {
    padding-left: 9.27px;
}
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li a {
    height: 48px;
    padding-left: 54.27px;
    padding-right: 75px;
}
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li a .wrapper-icon {
    position: absolute;
    top: 0;
    margin-top: 6px;
    right: 0;
    margin-right: 9.27px;
}
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li a .fa,
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li a .im {
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 9.27px;
}
.bcp-module-tab-nav.bcp-module-tab-nav--have-counter-item ul li a .fa {
    margin-left: 18.54px;
    margin-top: 12px;
}
.bcp-module-tab-nav ul {
    margin: 0;
    padding: 0;
    font-size: 0 !important;
}
.bcp-module-tab-nav ul li {
    display: inline;
    list-style: none;
    margin-left: -3px;
    margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bcp-module-tab-nav ul li {
        margin-right: 7.5px;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-module-tab-nav ul li {
        display: block;
        margin: 0;
    }
}
.bcp-module-tab-nav ul li:first-child {
    margin-left: 0;
}
.bcp-module-tab-nav ul li a {
    position: relative;
    display: inline-block;
    background: #3b3b3b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 15px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    line-height: 1em;
}
.bcp-module-tab-nav ul li a .wrapper-icon {
    background: 0 0;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    margin-right: 9.27px;
}
.bcp-module-tab-nav ul li a:after,
.bcp-module-tab-nav ul li a:before {
    content: " ";
    display: table;
}
.bcp-module-tab-nav ul li a:after {
    clear: both;
}
.bcp-module-tab-nav ul li a:after,
.bcp-module-tab-nav ul li a:before {
    content: " ";
    display: table;
}
.bcp-module-tab-nav ul li a:after {
    clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-module-tab-nav ul li a {
        padding-top: 12.27px;
        padding-bottom: 9.27px;
        height: 38px !important;
    }
    .bcp-module-tab-nav ul li a .fa,
    .bcp-module-tab-nav ul li a .im {
        font-size: 18px !important;
    }
    .bcp-module-tab-nav ul li a .wrapper-icon--counter {
        margin-top: 3px !important;
    }
}
.bcp-module-tab-nav ul li a h2 {
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .bcp-module-tab-nav ul li a h2 {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .bcp-module-tab-nav ul li a {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-module-tab-nav ul li a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-topleft: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        width: 100%;
    }
}
.bcp-module-tab-nav ul li a.active,
.bcp-module-tab-nav ul li a:hover {
    background: #b9821d;
}
.bcp-block-view-list-type ul {
    margin: 0;
    padding: 0;
}
.bcp-block-view-list-type ul li {
    display: inline;
    margin-right: 9.27px;
}
.bcp-block-show-item-for-page ul {
    margin: 0;
    padding: 0;
}
.bcp-block-show-item-for-page ul li {
    display: inline;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-right: 3px;
    padding-right: 3px !important;
    border-right: 1px solid #6c6b6b;
}
.bcp-block-show-item-for-page ul li:first-child {
    border-right: 0;
    padding-right: 0;
}
.bcp-block-show-item-for-page ul li:last-child {
    border-right: 0;
}
.bcp-block-show-item-for-page ul li a {
    color: #3b3b3b;
    text-decoration: none;
}
.bcp-block-show-item-for-page ul li a.active,
.bcp-block-show-item-for-page ul li a:hover {
    text-decoration: underline;
}
.bcp-block-pagination ul {
    margin: 0;
    padding: 0;
}
.bcp-block-pagination ul li {
    display: inline;
    margin-right: 5px;
}
.bcp-block-pagination ul li.active a {
    color: #fff;
    background: #b9821d;
    border: 1px solid #b9821d;
}
.bcp-block-pagination ul li a {
    display: inline-block;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    padding: 9.27px;
    padding-top: 7px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1em;
    color: #6c6b6b;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bcp-block-pagination ul li a:hover {
    color: #fff;
    border: 1px solid #b9821d;
    background: #b9821d;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .bcp-block-help-page {
        padding-top: 9.27px !important;
        padding-bottom: 9.27px !important;
    }
}
.bcp-block-help-page:after,
.bcp-block-help-page:before {
    content: " ";
    display: table;
}
.bcp-block-help-page:after {
    clear: both;
}
.bcp-block-help-page:after,
.bcp-block-help-page:before {
    content: " ";
    display: table;
}
.bcp-block-help-page:after {
    clear: both;
}
.bcp-block-help-page p {
    font-size: 14px;
}
.bcp-block-help-page .fa {
    color: #b9821d;
    font-size: 25px;
    display: inline-block;
    float: left;
    margin-right: 9.27px;
}
@media only screen and (max-width: 992px) {
    .bcp-block-help-page {
        padding-left: 30px;
    }
}
.bcp-block-collpase-group .jcf-select {
    width: 100% !important;
}
.bcp-block-collpase-group .jcf-select * {
    color: #000 !important;
}
.bcp-block-collpase-group .jcf-select select option {
    color: #000 !important;
}
.bcp-block-collpase-group .btn-link {
    width: 100% !important;
    font-weight: 400;
    margin: 0 !important;
    padding: 0 !important;
    height: inherit !important;
    line-height: 1em !important;
    text-align: left !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border: 0 !important;
    color: #3b3b3b !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    position: relative;
    padding-left: 25px !important;
}
.bcp-block-collpase-group .btn-link:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0fe";
    font-size: 20px;
}
.bcp-block-collpase-group .btn-link.active {
    color: #b9821d !important;
}
.bcp-block-collpase-group .btn-link.active:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f146";
    font-size: 20px;
}
.bcp-block-collpase-group .btn-link:hover {
    background: 0 0 !important;
    color: #b9821d !important;
}
.bcp-block-collpase-group .bcp-block-collpase-content {
    padding-top: 9.27px;
}
.bcp-block-edit-search {
    background: #000;
    padding-left: 9.27px;
    padding-top: 4.64px;
    padding-bottom: 4.64px;
    position: relative;
}
.bcp-block-edit-search .block-value-name {
    font-size: 25px;
    color: #b9821d;
}
.bcp-block-edit-search .wrapper-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 9.27px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bcp-block-edit-search .wrapper-icon.margin-right {
    margin-right: 45px !important;
}
.bcp-block-edit-search .wrapper-icon:hover {
    background: #b9821d !important;
    color: #fff !important;
}
.bcp-block-tag-list ul {
    margin: 0;
    padding: 0;
}
.bcp-block-tag-list ul li {
    display: inline;
}
.bcp-block-tag-list ul li a {
    display: inline-block;
    text-transform: uppercase;
    background: #3b3b3b;
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 4.64px 9.27px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@-moz-document url-prefix() {
    .bcp-block-tag-list ul li a {
        padding: 6.62px 9.27px 4.64px 9.27px;
    }
}
.bcp-block-tag-list ul li a:hover {
    background: #b9821d;
}
.bcp-block-option-list.bcp-block-option-list--inline:after,
.bcp-block-option-list.bcp-block-option-list--inline:before {
    content: " ";
    display: table;
}
.bcp-block-option-list.bcp-block-option-list--inline:after {
    clear: both;
}
.bcp-block-option-list.bcp-block-option-list--inline:after,
.bcp-block-option-list.bcp-block-option-list--inline:before {
    content: " ";
    display: table;
}
.bcp-block-option-list.bcp-block-option-list--inline:after {
    clear: both;
}
.bcp-block-option-list.bcp-block-option-list--inline p {
    display: inline-block;
    margin-right: 5px !important;
    float: left;
}
.bcp-block-option-list .block-title {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Diagramm-bold, sans-serif;
    font-size: 16px;
    padding-bottom: 9.27px !important;
}
@media only screen and (max-width: 992px) {
    .bcp-block-option-list .block-title {
        text-align: left !important;
    }
}
.bcp-block-option-list ul {
    margin: 0;
    padding: 0;
}
.bcp-block-option-list ul > li.active > ul li a {
    color: #fff;
}
.bcp-block-option-list ul > li > ul {
    padding-left: 15px;
}
.bcp-block-option-list ul > li > ul li.active a {
    color: #b9821d;
}
.bcp-block-option-list ul > li > ul li a:hover {
    color: #b9821d;
}
.bcp-block-option-list ul li {
    display: block;
}
.bcp-block-option-list ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 9.27px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bcp-block-option-list ul li.active:before,
.bcp-block-option-list ul li:hover:before {
    background: #b9821d;
}
.bcp-block-option-list ul li.active a {
    color: #b9821d;
}
.bcp-block-option-list ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .bcp-block-option-list ul li a {
        font-size: 14px;
    }
}
.bcp-block-option-list ul li a:hover {
    color: #b9821d;
}
.bcp-block-pop-up-controller ul {
    margin: 0;
    padding: 0;
}
.bcp-block-pop-up-controller ul li {
    display: inline;
}
.bcp-block-pop-up-controller ul li .btn-link {
    border: 0 !important;
    position: relative;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.bcp-block-pop-up-controller ul li .btn-link .fa,
.bcp-block-pop-up-controller ul li .btn-link .im {
    font-size: 18px;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    height: 18px;
}
.bcp-block-pop-up-controller ul li .btn-link .fa {
    margin-top: 6px;
    font-size: 20px;
}
.bcp-block-breadcrumb {
    text-transform: lowercase;
}
.bcp-block-breadcrumb * {
    font-size: 14px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .bcp-block-breadcrumb * {
        font-size: 13px !important;
    }
}
.bcp-block-breadcrumb ul {
    margin: 0;
    padding: 0;
}
.bcp-block-breadcrumb ul li {
    display: inline;
    border-right: 1px solid #8c8884;
    color: #b9821d;
    padding-right: 9.27px;
    margin-right: 6.27px;
}
.bcp-block-breadcrumb ul li:last-child {
    border-right: 0;
}
.bcp-block-breadcrumb ul li a {
    text-decoration: none;
    color: #fff;
}
.bcp-block-breadcrumb ul li a:hover {
    text-decoration: underline;
}
.bcp-block-post-news {
    background: #fff;
    padding-left: 24.27px;
    padding-right: 24.27px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
    .bcp-block-post-news {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.bcp-block-brand-name {
    font-family: Diagramm-medium, sans-serif;
    font-size: 30px;
    display: block;
    line-height: 1.2em;
    background: #fff;
}
.block-wrapper-quik-button {
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.block-wrapper-quik-button .block-bnt-list {
    margin: 0;
    padding: 0;
    height: 170px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-wrapper-quik-button .block-bnt-list li {
    display: block;
    margin-bottom: 15px;
}
.block-wrapper-quik-button .block-bnt-list li a {
    width: 220px !important;
}
.bcp-block-item-info {
    text-transform: uppercase;
    font-size: 14px;
}
.bcp-bock-section-label {
    padding: 9.27px 15px;
    font-size: 14px;
    width: 270px;
    /*border-bottom-right-radius: 5px;*/
}
@media only screen and (max-width: 767px) {
    .bcp-bock-section-label {
        width: 100%;
        border-bottom-right-radius: 0;
    }
}
.bcp-bock-section-label.inner-result {
    width: 330px !important;
}
.bcp-bock-section-label.gcp-bg-product.inner-result {
    width: 370px !important;
}
.bcp-block-licensing-form {
    overflow: hidden;
    background: #3b3b3b;
    padding-left: 15px;
    padding-right: 15px;
}
.bcp-block-licensing-form .row {
    border-bottom: 1px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bcp-block-licensing-form .row.no-padding-top {
    padding-top: 0;
}
.bcp-block-licensing-form .row span {
    color: #fff;
}
.bcp-block-licensing-form .row p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1em !important;
    padding-bottom: 9.27px !important;
}
.bcp-block-licensing-form .row p:last-child {
    padding-bottom: 0 !important;
}
.bcp-block-licensing-form .row input[type="submit"] {
    /*text-transform: uppercase;*/
}
@media only screen and (min-width: 992px) and (max-width: 1111px) {
    .bcp-block-licensing-form .row .col-md-3 {
        width: 33.33333333% !important;
        margin: 0 !important;
    }
}
.bcp-block-licensing-form label {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.bcp-block-page-item-info {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
.bcp-block-page-item-info:after,
.bcp-block-page-item-info:before {
    content: " ";
    display: table;
}
.bcp-block-page-item-info:after {
    clear: both;
}
.bcp-block-page-item-info:after,
.bcp-block-page-item-info:before {
    content: " ";
    display: table;
}
.bcp-block-page-item-info:after {
    clear: both;
}
.bcp-block-page-item-info .block-heading {
    padding-top: 15px;
}
.bcp-block-page-item-info .block-heading .block-sub-title {
    color: #fff;
}
.bcp-block-page-item-info .block-content .module-jcf-scrollbar {
    max-width: 85%;
    height: 150px !important;
}
@media only screen and (max-width: 992px) {
    .bcp-block-page-item-info .block-content .module-jcf-scrollbar {
        max-width: 100%;
    }
}
.bcp-block-page-item-info .block-content .module-jcf-scrollbar.module-jcf-scrollbar--large-width {
    max-width: 92%;
}
@media only screen and (max-width: 992px) {
    .bcp-block-page-item-info .block-content .module-jcf-scrollbar.module-jcf-scrollbar--large-width {
        max-width: 100%;
    }
}
.bcp-block-page-item-info-content-text {
    margin-bottom: 15px;
}
.bcp-block-page-item-info-content-text:lasct-child {
    margin-bottom: 0;
}
.bcp-block-page-item-info-content-text.bcp-block-page-item-info-content-text--inline {
    margin-bottom: 5px;
}
.bcp-block-page-item-info-content-text.bcp-block-page-item-info-content-text--inline .block-title {
    display: inline;
}
.bcp-block-page-item-info-content-text.bcp-block-page-item-info-content-text--inline p {
    display: inline;
}
.bcp-block-page-item-info-content-text .block-title {
    font-size: 16px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: left !important;
    font-family: Diagramm-bold, sans-serif;
    padding-bottom: 6.18px !important;
}
.bcp-block-page-item-info-content-text p {
    font-size: 14px;
    line-height: 1.4em;
    padding-bottom: 9.27px !important;
}
.bcp-block-page-item-info-content-text .block-my-definition-list dd,
.bcp-block-page-item-info-content-text .block-my-definition-list dt {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1em;
    margin-bottom: 9.27px;
}
.bcp-block-page-item-info-content-text .block-my-definition-list dt {
    clear: left;
    margin-right: 2%;
    width: 55%;
    font-size: 14px;
    font-weight: 600;
}
.bcp-block-page-item-info-content-text .block-my-definition-list dd {
    width: 40%;
    font-size: 14px;
}
.bcp-block-content-frame.active img {
    border: 4px solid #b9821d;
}
.bcp-block-content-frame img {
    margin-bottom: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 4px solid transparent;
}
.bcp-block-content-frame img:hover {
    border: 4px solid #b9821d;
}
.bcp-block-content-frame p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.2em !important;
}
.bcp-block-price .bcp-block-price-name {
    display: inline;
    vertical-align: middle;
    font-weight: 700 !important;
}
.bcp-block-price .gcp-block-info-price {
    display: inline;
    vertical-align: middle;
}
.bcp-block-price .highlight {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 600 !important;
}
.bcp-block-cart-overlay {
    position: absolute;
    top: 0;
    margin-top: 30px;
    display: none;
}
.bcp-block-cart-overlay.js-called {
    display: block;
}
@media only screen and (max-width: 992px) {
    .bcp-block-cart-overlay {
        position: fixed;
        width: 100%;
        left: 0;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 570px) {
    .bcp-block-cart-overlay {
        margin-top: 30px;
    }
}
.bcp-block-cart-overlay .block-wrapper-button {
    border-top: 1px solid #ccc;
    padding-top: 9.27px;
    margin-top: 9.27px;
}
.bcp-block-cart-overlay .bcp-block-item-in-cart-overlay {
    margin-bottom: 9.27px !important;
}
.bcp-block-cart-overlay .bcp-block-item-in-cart-overlay:last-child {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
    .bcp-block-cart-overlay .bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-top {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-block-cart-overlay .bcp-block-tool-tip-message {
        width: 100% !important;
        background: #000;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
}
.bcp-block-item-in-cart-overlay {
    position: relative;
    padding-right: 30px !important;
}
.bcp-block-item-in-cart-overlay .gcp-btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.bcp-block-item-in-cart-overlay img {
    float: left;
    margin-right: 4.64px;
}
.bcp-block-item-in-cart-overlay .block-info {
    font-size: 10px;
    font-weight: 500;
}
@media only screen and (max-width: 992px) {
    .bcp-block-item-in-cart-overlay .block-info {
        display: block !important;
        text-align: left !important;
    }
}
@media only screen and (max-width: 992px) {
    .bcp-block-item-in-cart-overlay .block-text p {
        text-align: left !important;
    }
}
.bcp-block-item-in-cart-overlay .block-title {
    font-size: 14px;
    font-weight: 500;
}
.bcp-block-item-in-cart-overlay .block-title a {
    color: #fff;
}
.bcp-block-manage-cart-quantity input[type="text"] {
    height: 35px !important;
}
.bcp-block-info-cost {
    text-align: right;
}
.bcp-block-info-cost .bcp-block-info-cost-row {
    padding-bottom: 9.27px;
}
.bcp-block-info-cost .have--large-text {
    font-size: 25px;
}
.bcp-block-form p {
    margin: 0 !important;
    padding: 0 !important;
}
.bcp-block-form .required-field label {
    display: inline-block;
    padding-right: 9.27px;
    position: relative;
}
.bcp-block-form .required-field label:before {
    content: "*";
    position: absolute;
    top: 0;
    right: 0;
    color: #b9821d;
}
.bcp-block-form .required-field input[type="text"],
.bcp-block-form .required-field input[type="password"] {
    border: 2px solid #ccc !important;
}
.bcp-block-form .block-wrapper-map {
    display: inline-block;
}
.bcp-block-form .module-jcf-scrollbar p {
    font-size: 14px !important;
}
.bcp-block-form.bcp-block-form--field-lock input[type="text"],
.bcp-block-form.bcp-block-form--field-lock input[type="password"] {
    background: #f6f6f6 !important;
}
.bcp-block-meta-nav {
    position: absolute;
    width: 230px;
    background: rgba(0, 0, 0, 0.8);
    padding: 9.27px;
    padding-left: 0;
    padding-bottom: 0;
    z-index: 9999;
    display: none;
}
@media only screen and (max-width: 767px) {
    .bcp-block-meta-nav {
        margin-top: 0;
        width: 600%;
        margin-left: -2px;
    }
}
.bcp-block-meta-nav.js-called {
    display: block;
}
.bcp-block-meta-nav.bcp-block-meta-nav--top {
    top: 100%;
    margin-top: 15px;
}
.bcp-block-meta-nav.bcp-block-meta-nav--top:before {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin-top: -6px;
    margin-left: 9.27px;
}
@media only screen and (max-width: 767px) {
    .bcp-block-meta-nav.bcp-block-meta-nav--top:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bcp-block-meta-nav.bcp-block-meta-nav--top {
        margin-top: 0;
    }
}
.bcp-block-meta-nav.bcp-block-meta-nav--bottom {
    position: fixed;
    z-index: 6;
    box-shadow: 0 0 4px #000;
    bottom: 0;
    margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
    .bcp-block-meta-nav.bcp-block-meta-nav--bottom {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 68px !important;
    }
}
@media only screen and (max-width: 770px) {
    .bcp-block-meta-nav.bcp-block-meta-nav--bottom {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 45px !important;
        margin-right: 0 !important;
    }
}
.bcp-block-meta-nav.bcp-block-meta-nav--bottom:before {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin-bottom: -6px;
    margin-left: 9.27px;
}
@media only screen and (max-width: 767px) {
    .bcp-block-meta-nav.bcp-block-meta-nav--bottom:before {
        display: none;
    }
}
.bcp-block-meta-nav ul {
    text-align: left !important;
    margin: 0;
    padding: 0;
}
.bcp-block-meta-nav ul li {
    display: block !important;
    float: none;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 9.27px !important;
}
.bcp-block-meta-nav ul li a {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-left: 9.27px !important;
}
.bcp-block-meta-nav ul li a:before {
    content: "";
    width: 4px !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    background: 0 0 !important;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    backface-visibility: hidden !important;
    webkit-backface-visibility: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    display: none !important;
}
.bcp-block-meta-nav ul li a.active:before,
.bcp-block-meta-nav ul li a:hover:before {
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    display: block !important;
    background: #b9821d !important;
}
.bcp-block-my-alinari-too-pop-up {
    width: 460px;
    background: #565555;
    padding: 9.27px;
    padding-left: 0;
    padding-bottom: 0;
    z-index: 1;
    display: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    position: fixed;
    z-index: 6;
    bottom: 0;
    padding: 15px;
    margin-bottom: 0;
    padding-bottom: 90px;
    color: #fff;
}
.bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email {
    padding-bottom: 15px;
}
@media screen and (max-height: 736px) {
    .bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email {
        width: 100%;
        max-width: 700px;
    }
    .bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email .col-md-12:nth-child(1),
    .bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email .col-md-12:nth-child(2),
    .bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email .col-md-12:nth-child(3) {
        width: 33% !important;
    }
}
.bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email p {
    margin: 0 !important;
    padding: 0 !important;
}
.bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email .btn-large {
    height: 30px !important;
    font-size: 14px !important;
    line-height: 30px !important;
}
.bcp-block-my-alinari-too-pop-up#my-alinari-send-by-email * {
    font-size: 14px !important;
}
.bcp-block-my-alinari-too-pop-up.bcp-block-my-alinari-too-pop-up--on-the-left-side {
    top: 0;
    bottom: inherit;
    left: 0;
    margin-left: 0 !important;
    margin-top: 170px;
    padding-bottom: 15px;
    background: #3b3b3b;
    border-top-left-radius: 0;
    box-shadow: 0 0 5px #000;
    border-bottom-right-radius: 3px;
}
@media only screen and (max-width: 992px) {
    .bcp-block-my-alinari-too-pop-up {
        padding-bottom: 90px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        -moz-border-radius-topright: 0 !important;
        -moz-border-radius-topleft: 0 !important;
        -webkit-border-top-right-radius: 0 !important;
        -webkit-border-top-left-radius: 0 !important;
    }
}
@media only screen and (max-width: 770px) {
    .bcp-block-my-alinari-too-pop-up {
        padding-bottom: 60px;
    }
}
.bcp-block-my-alinari-too-pop-up .wrapper-icon {
    margin: -15px;
}
@media only screen and (max-width: 992px) {
    .bcp-block-my-alinari-too-pop-up .wrapper-icon {
        margin-right: 9.27px;
    }
}
.bcp-block-my-alinari-too-pop-up .gcp-have-jcf-select-with-border .jcf-select .jcf-select-text {
    color: #3b3b3b;
}
.bcp-block-my-alinari-too-pop-up p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .bcp-block-my-alinari-too-pop-up {
        width: 600%;
        margin-left: 0 !important;
        margin-bottom: 45px !important;
        margin-right: 0 !important;
    }
}
.bcp-block-my-alinari-too-pop-up.js-called {
    display: block;
}
.bcp-block-nav-my-account {
    text-align: center;
}
.bcp-block-nav-my-account ul {
    margin: 0;
    padding: 0;
}
.bcp-block-nav-my-account ul li {
    display: block;
    margin-bottom: 15px;
    background: #e0dfde;
}
.bcp-block-nav-my-account ul li a {
    height: 80px;
    display: block;
    color: #6b6b6b;
    text-decoration: none;
    background: #e0dfde;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.bcp-block-nav-my-account ul li a.active,
.bcp-block-nav-my-account ul li a:hover {
    color: #fff;
    background: #b9821d;
}
.bcp-block-nav-my-account ul li a.active .fa,
.bcp-block-nav-my-account ul li a:hover .fa {
    color: #fff;
}
.bcp-block-nav-my-account ul li .btn-link-name {
    padding-top: 15px;
    display: block;
}
.bcp-block-nav-my-account ul li .btn-link-name .fa {
    font-size: 30px;
    display: block;
    color: #6b6b6b;
}
.bcp-block-lightbox-item-tool {
    background: #3b3b3b;
    padding: 9.27px;
    padding-bottom: 0;
}
.bcp-block-lightbox-item-tool ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.bcp-block-lightbox-item-tool ul li {
    display: inline;
    margin-left: 9.27px;
}
@media only screen and (max-width: 767px) {
    .bcp-block-lightbox-item-tool ul li {
        margin-left: 15px;
    }
}
.bcp-block-lightbox-item-tool ul li a {
    text-decoration: none;
    color: #fff;
}
.bcp-block-lightbox-item-tool ul li a:hover {
    color: #b9821d;
}
.bcp-block-heading-menu ul {
    margin: 0;
    padding: 0;
}
.bcp-block-heading-menu ul li {
    display: inline;
    border-right: 1px solid #ccc;
    padding-right: 9.27px;
    margin-right: 5px;
    display: inline-block;
}
.bcp-block-heading-menu ul li:last-child {
    border-right: 0;
}
.bcp-block-heading-menu ul li a {
    text-transform: uppercase;
    color: #3b3b3b;
    display: inline-block;
    text-decoration: none;
}
.bcp-block-heading-menu ul li a:hover {
    color: #b9821d;
}
.bcp-block-heading-menu.bcp-block-heading-menu--mange-lightbox {
    background: #222;
    padding: 9.27px;
    padding-bottom: 0;
}
.bcp-block-heading-menu.bcp-block-heading-menu--mange-lightbox li {
    color: #fff !important;
    margin-bottom: 9.27px;
}
.bcp-block-heading-menu.bcp-block-heading-menu--mange-lightbox .btn-link {
    color: #fff !important;
}
.bcp-block-item-my-alinari-tool {
    background: rgba(59, 59, 59, 0.16);
    padding: 4.64px !important;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.bcp-block-item-my-alinari-tool span {
    color: #fff;
}
.bcp-block-item-my-alinari-tool p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
}
.bcp-block-item-my-alinari-tool .checkbox-value {
    display: none;
}
.bcp-block-item-my-alinari-tool .block-form .jcf-checkbox {
    border: 1px solid #b9821d !important;
}
.block-ra-user-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 2px solid #fff;
    background: #d8d8d8;
    display: inline-block;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
}
.block-ra-user-img img {
    width: 90px;
    height: 90px;
}
.block-ra-user-img.block-ra-user-img--50 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.block-ra-user-img.block-ra-user-img--50 img {
    width: 50px;
    height: 50px;
}
.bcp-my-lightbox-panel-content {
    color: #fff;
    padding: 9.27px 15px;
}
.bcp-my-lightbox-panel-content .btn-small.active {
    background: #00cc52 !important;
    border: 1px solid #00cc52 !important;
}
.bcp-my-lightbox-panel-content .btn-small.active:hover {
    color: #00cc52 !important;
    background: #fff !important;
}
.bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content--counter .value {
    font-size: 60px !important;
    font-weight: 700;
}
@media only screen and (max-width: 570px) {
    .bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content--counter .value {
        font-size: 50px !important;
    }
}
@media only screen and (max-width: 414px) {
    .bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content--counter .value {
        font-size: 40px !important;
    }
}
.bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content--counter .text {
    font-size: 16px;
    display: block;
    padding-top: 20px;
}
@media only screen and (max-width: 570px) {
    .bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content--counter .text {
        padding-top: 15px;
    }
}
.bcp-my-lightbox-panel-content.block-form {
    padding-top: 15px;
    padding-bottom: 0;
    background: #fcf8e3;
    display: none;
}
.bcp-my-lightbox-panel-content.block-form p {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    color: #8a6d3b;
}
.bcp-my-lightbox-panel-content.bcp-my-lightbox-panel-content-thumbnail {
    overflow-x: hidden !important;
    padding-top: 0;
}
.bcp-block-lightbox-thumbnail {
    float: left;
    margin-top: 15px;
    position: relative;
    margin-right: 8px;
    margin-bottom: 8px;
}
.bcp-block-lightbox-thumbnail .bcp-block-lightbox-thumbnail-img-wrapper {
    border: 1px solid #ccc;
    overflow: hidden;
    background: #e0dfde;
    width: 90px !important;
    position: relative;
    height: 90px !important;
}
.bcp-block-lightbox-thumbnail .wrapper-icon {
    border: 1px solid #fff;
    margin: -9.27px 0 0 0;
    box-shadow: 0 0 4px #000;
    display: none;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999;
}
.bcp-block-lightbox-thumbnail:hover .wrapper-icon {
    display: block;
}
.bcp-block-lightbox-thumbnail:hover .bcp-block-lightbox-thumbnail-img-wrapper {
    border: 1px solid #b9821d;
}
.bcp-block-lightbox-thumbnail img {
    float: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: 80% !important;
    max-height: auto !important;
}
.bcp-block-lightbox-thumbnail span {
    font-size: 9px;
    margin-top: 3px;
    display: block;
}
.bcp-block-lightbox-thumbnail .block-form {
    display: none;
}
.bcp-block-wrapper-export-tool.init-export .bcp-my-lightbox-panel-content.block-form {
    display: block;
}
.bcp-block-wrapper-export-tool.init-export .bcp-block-lightbox-thumbnail:hover .wrapper-icon {
    display: none;
}
.bcp-block-wrapper-export-tool.init-export .bcp-block-lightbox-thumbnail .block-form {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
}
.bcp-block-wrapper-export-tool.init-export .bcp-block-lightbox-thumbnail .block-form p {
    margin: 0 !important;
    padding: 0 !important;
    width: 22px;
    height: 22px;
    line-height: 1em !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
}
.bcp-block-wrapper-wish-list {
    display: inline-block;
    position: relative;
    text-align: left;
}
.bcp-block-wish-list {
    background: rgba(0, 0, 0, 0.8);
    padding: 9.27px;
    position: absolute;
    margin-left: 15px;
    z-index: 4;
    width: 230px;
}
.bcp-block-wish-list ul {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    text-align: left;
}
.bcp-block-wish-list ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 9.27px;
    margin-bottom: 9.27px;
}
.bcp-block-wish-list ul li a {
    text-decoration: none;
    color: #fff;
}
.bcp-block-wish-list ul li a:hover {
    text-decoration: underline;
}
.bcp-block-item-info--go-to:after,
.bcp-block-item-info--go-to:before {
    content: " ";
    display: table;
}
.bcp-block-item-info--go-to:after {
    clear: both;
}
.bcp-block-item-info--go-to:after,
.bcp-block-item-info--go-to:before {
    content: " ";
    display: table;
}
.bcp-block-item-info--go-to:after {
    clear: both;
}
.bcp-block-item-info--go-to span {
    float: left;
    margin-right: 4px;
    height: 29px !important;
    line-height: 29px !important;
    display: inline-block !important;
    padding-top: 4px !important;
    font-size: 13px !important;
}
.bcp-block-item-info--go-to span > span {
    margin-top: -2px !important;
}
@-moz-document url-prefix() {
    .bcp-block-item-info--go-to span > span {
        margin-top: -3px !important;
    }
}
.bcp-block-item-info--go-to input[type="text"].js-input-goto {
    font-size: 13px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    float: left;
    border: 1px solid #ccc !important;
    color: #6c6b6b !important;
    height: 29px !important;
    width: 45px !important;
    line-height: 28px !important;
    border-right: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
}
@-moz-document url-prefix() {
    .bcp-block-item-info--go-to input[type="text"].js-input-goto {
        line-height: 29px !important;
    }
}
.bcp-block-item-info--go-to button.button-goto {
    height: 28px !important;
    font-size: 12px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    float: left;
    display: inline-block;
    margin-top: 1px;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    margin-right: 3px;
    border: 1px solid #b9821d !important;
}
.bcp-block-active-filter {
    background: #3b3b3b;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 9.27px;
}
.bcp-block-active-filter:after,
.bcp-block-active-filter:before {
    content: " ";
    display: table;
}
.bcp-block-active-filter:after {
    clear: both;
}
.bcp-block-active-filter:after,
.bcp-block-active-filter:before {
    content: " ";
    display: table;
}
.bcp-block-active-filter:after {
    clear: both;
}
.bcp-block-active-filter ul {
    margin: 0;
    padding: 0;
}
.bcp-block-active-filter ul li {
    list-style: none;
}
.bcp-block-active-filter ul li.filter-name {
    font-weight: 600;
    display: block;
    margin-top: 9.27px;
}
.bcp-block-active-filter ul li.filter-name:first-child {
    margin-top: 0;
}
.bcp-block-active-filter ul li.filter-value {
    padding-left: 15px;
}
.bcp-block-active-filter ul li.filter-value a {
    background: #fff;
    color: #b9821d;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 14px;
    text-decoration: none;
    padding: 4.64px 4.64px;
}
.bcp-block-active-filter ul li.filter-value a:hover {
    background: 0 0;
}
.bcp-block-inline-filter-tool ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.bcp-block-inline-filter-tool ul:after,
.bcp-block-inline-filter-tool ul:before {
    content: " ";
    display: table;
}
.bcp-block-inline-filter-tool ul:after {
    clear: both;
}
.bcp-block-inline-filter-tool ul:after,
.bcp-block-inline-filter-tool ul:before {
    content: " ";
    display: table;
}
.bcp-block-inline-filter-tool ul:after {
    clear: both;
}
.bcp-block-inline-filter-tool ul li {
    line-height: 30px;
    display: inline-block;
    padding-right: 3px;
    margin-right: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .bcp-block-inline-filter-tool ul li {
        margin-bottom: 8px;
        float: left;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .bcp-block-inline-filter-tool ul li:nth-child(5) {
        clear: left;
    }
}
.bcp-block-inline-filter-tool ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.bcp-block-inline-filter-tool ul li.have-border-right {
    padding-right: 9px;
    margin-right: 7px;
    border-right: 1px solid #ccc;
}
.bcp-block-wrapper-other-page {
    border: 0 !important;
}
@media only screen and (max-width: 767px) {
    .bcp-block-wrapper-other-page {
        min-height: 220px;
        width: 100%;
        display: block;
        clear: both;
    }
}
.bcp-block-show-other-page {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.bcp-block-show-other-page .area-link {
    display: block;
    text-align: center;
    font-size: 200%;
    text-decoration: none;
    color: #999;
    line-height: 1.3em;
    font-style: italic;
    text-indent: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 210px;
    height: 210px;
}
.bcp-block-show-other-page .area-link:before {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto;
    content: "\f061";
    width: 90px;
    height: 90px;
    color: #fff;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    line-height: 95px;
    text-align: center;
    background: #ccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.bcp-block-show-other-page .area-link:hover:before {
    background: #b9821d;
}
#outer.have-item-in-list-view .bcp-block-show-other-page .area-link {
    width: 200px;
    height: 200px;
    font-size: 100%;
}
#outer.have-item-in-list-view .bcp-block-show-other-page .area-link:before {
    margin-top: 40px !important;
}
.module-main-title {
    font-size: 2.63157895rem;
    line-height: 3.50247997;
    line-height: 1em;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-family: Diagramm-light, sans-serif;
}
.module-main-title a {
    text-decoration: none;
    color: #3b3b3b;
}
@media only screen and (max-width: 770px) {
    .module-main-title {
        font-size: 1.63157895rem;
        line-height: 2.29026327;
        line-height: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .module-main-title {
        font-size: 1.9em;
    }
}
@media only screen and (max-width: 480px) {
    .module-main-title {
        text-align: center;
    }
}
.module-main-sub-title {
    font-size: 1.63157895rem;
    line-height: 2.29026327;
    line-height: 1em;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font-family: Diagramm-light, sans-serif;
    margin-top: -15px;
}
.module-main-sub-title a {
    text-decoration: none;
}
.module-main-sub-title.not-have-title {
    margin-top: 0;
}
@media only screen and (max-width: 992px) {
    .module-main-sub-title {
        font-size: 1.26315789rem;
        line-height: 1.87290781;
        line-height: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .module-main-sub-title {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 480px) {
    .module-main-sub-title {
        text-align: center;
    }
}
.module-heading .block-form .jcf-checkbox.jcf-checked span {
    left: 18px !important;
}
.module-heading .block-form .jcf-checkbox.jcf-checked span:before {
    text-align: center !important;
}
@media only screen and (min-width: 992px) {
    .module-main-navigation {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 15px;
        margin-bottom: -4.64px;
    }
}
@media only screen and (min-width: 992px) {
    .module-main-navigation .collapse,
    .module-main-navigation .collapse.in {
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .module-main-navigation {
        position: relative;
        margin: 0;
        background: #3b3b3b;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        box-shadow: inset 0 2px 2px #2e2e2e;
    }
}
@media only screen and (min-width: 570px) and (max-width: 992px) {
    .module-main-navigation {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu {
        border: 0;
        margin: 0;
        padding: 0;
        margin-left: -15px;
    }
}
.module-main-navigation #menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.module-main-navigation #menu ul:after,
.module-main-navigation #menu ul:before {
    content: " ";
    display: table;
}
.module-main-navigation #menu ul:after {
    clear: both;
}
.module-main-navigation #menu ul:after,
.module-main-navigation #menu ul:before {
    content: " ";
    display: table;
}
.module-main-navigation #menu ul:after {
    clear: both;
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu ul {
        text-align: left;
    }
}
.module-main-navigation #menu ul li {
    display: inline;
    position: relative;
    float: none !important;
    margin-left: 48.54px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .module-main-navigation #menu ul li {
        margin-left: 24.27px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .module-main-navigation #menu ul li {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu ul li {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .module-main-navigation #menu ul li a {
        display: inline-block;
        color: #fff;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        backface-visibility: hidden;
        webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        text-decoration: none;
        padding-bottom: 0;
        font-size: 17px;
        position: relative;
        text-transform: lowercase;
    }
    .module-main-navigation #menu ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 6px;
        width: 100%;
        background: #b9821d;
        display: block;
        left: 0;
        margin-bottom: -6px;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        backface-visibility: hidden;
        webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu ul li a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-bottom: 0;
        border-top: 0;
        border-right: 0;
        margin-left: 15px;
        display: block;
        padding: 9.27px;
        text-decoration: none;
        border-left: 2px solid #8c8884;
        text-transform: lowercase;
        color: #fff;
    }
    .module-main-navigation #menu ul li a.active,
    .module-main-navigation #menu ul li a:hover {
        background: 0 0 !important;
        color: #b9821d !important;
        border-left: 2px solid #b9821d;
    }
}
@media only screen and (min-width: 992px) {
    .module-main-navigation #menu ul li a.active:before,
    .module-main-navigation #menu ul li a:hover:before {
        filter: alpha(opacity=1);
        opacity: 1;
        filter: alpha(opacity=100);
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}
.module-main-navigation #menu ul li {
    position: relative;
    float: left;
}
.module-main-navigation #menu ul li:hover .sub-menu {
    display: block;
    opacity: 1;
    animation-name: fadeIn;
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu ul li:hover .sub-menu {
        display: block;
    }
}
.module-main-navigation #menu ul li:last-child .sub-menu {
    left: inherit;
    right: 0;
    margin-left: 0;
    margin-right: -15px;
}
.module-main-navigation #menu ul li .sub-menu {
    z-index: 9999;
    position: absolute;
    top: 100%;
    margin-top: 0 !important;
    display: none;
    padding-top: 9px;
    opacity: 0;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeOut;
    left: 50%;
    margin-left: -95px;
    width: 230px;
}
@-moz-document url-prefix() {
    .module-main-navigation #menu ul li .sub-menu {
        padding-top: 10px;
    }
}
.module-main-navigation #menu ul li .sub-menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(8, 8, 8, 0.6);
    height: 100%;
}
.module-main-navigation #menu ul li .sub-menu li {
    width: 100% !important;
    text-align: left;
}
@media only screen and (max-width: 992px) {
    .module-main-navigation #menu ul li .sub-menu {
        display: block;
        opacity: 1;
        animation-name: fadeIn;
        position: relative;
        margin-left: 15px !important;
        left: 0;
        margin-right: 15px !important;
        width: 100%;
        margin-top: 0 !important;
        max-width: 100%;
        padding-left: 9.27px;
        padding-right: 9.27px;
    }
}
.module-main-navigation #menu ul li .sub-menu li {
    display: block;
    margin: 0;
    float: none;
}
.module-main-navigation #menu ul li .sub-menu li a {
    margin: 0;
    display: block;
    border: 0;
    height: inherit;
    padding: 4.64px;
    padding-left: 9.27px;
    padding-right: 9.27px;
    margin-bottom: 4.64px;
    line-height: 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 16px;
    color: #fff;
}
.module-main-navigation #menu ul li .sub-menu li a:before {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #b9821d;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.module-main-navigation #menu ul li .sub-menu li a.active:before,
.module-main-navigation #menu ul li .sub-menu li a:hover:before {
    filter: alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
@media only screen and (max-width: 992px) {
    .module-preview-section.module-preview-section--detail-page {
        padding-left: 0;
        padding-right: 0;
    }
}
.module-preview-section .block-form.padding-bottom .form-inline {
    margin-bottom: 15px;
}
.module-preview-section .block-form.padding-bottom .form-inline:after,
.module-preview-section .block-form.padding-bottom .form-inline:before {
    content: " ";
    display: table;
}
.module-preview-section .block-form.padding-bottom .form-inline:after {
    clear: both;
}
.module-preview-section .block-form.padding-bottom .form-inline:after,
.module-preview-section .block-form.padding-bottom .form-inline:before {
    content: " ";
    display: table;
}
.module-preview-section .block-form.padding-bottom .form-inline:after {
    clear: both;
}
.module-jcf-scrollbar {
    height: 300px;
    width: 100%;
    padding-right: 15px;
}
.module-jcf-scrollbar.module-jcf-scrollbar--large-height {
    height: 420px;
}
.module-jcf-scrollbar.module-jcf-scrollbar--small-height {
    height: 190px;
}
@media only screen and (max-width: 992px) {
    .module-jcf-scrollbar {
        width: auto !important;
        padding-right: 0;
        position: relative !important;
        overflow: none !important;
        overflow-x: none !important;
        overflow-y: none !important;
        height: inherit !important;
    }
}
.module-slider-grid {
    padding-left: 24.27px;
    padding-right: 24.27px;
}
.module-slider-grid.slick-btn-top-right-desktop .slide,
.module-slider-grid.slick-nav-go-center-bottom .slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media only screen and (max-width: 570px) {
    .module-slider-grid.slick-btn-top-right-desktop .slide,
    .module-slider-grid.slick-nav-go-center-bottom .slide {
        padding-bottom: 4.64px !important;
    }
}
@media only screen and (max-width: 414px) {
    .module-slider-grid.slick-btn-top-right-desktop .slide,
    .module-slider-grid.slick-nav-go-center-bottom .slide {
        padding-left: 22px !important;
    }
}
@media only screen and (min-width: 992px) {
    .module-slider-grid.slick-btn-top-right-desktop,
    .module-slider-grid.slick-nav-go-center-bottom {
        padding-left: 0;
        padding-right: 0;
    }
}
.module-slider-grid.module-slider-grid--have-gutter .slide {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media only screen and (max-width: 414px) {
    .module-slider-grid.module-slider-grid--have-gutter .slide {
        padding-left: 23px !important;
        padding-right: 0 !important;
    }
}
.module-slider-grid.module-slider-grid--no-gutter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.module-slider-grid.module-slider-grid--no-gutter .slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.module-slider-grid.module-slider-grid--no-gutter .slick-prev {
    margin-left: 15px !important;
}
.module-slider-grid.module-slider-grid--no-gutter .slick-next {
    margin-right: 15px !important;
}
@media only screen and (max-width: 414px) {
    .module-slider-grid {
        padding-left: 0;
    }
}
.module-slider-grid .slide {
    padding-right: 9.27px;
    padding-left: 9.27px;
    padding-top: 5px;
}
@media only screen and (max-width: 414px) {
    .module-slider-grid .slide {
        padding-left: 2px !important;
    }
}
.module-slider-grid .slide .block-item-post {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
    .module-slider-grid.slick-have-large-btn .slide,
    .module-slider-grid:not(".slick-nav-go-center-bottom") .slide {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media only screen and (max-width: 570px) {
    .mcp-module-meta-header {
        position: relative;
        width: 100%;
        background: #222;
    }
}
.mcp-module-meta-header .block-social-network {
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 24px;
}
.mcp-module-meta-header .block-social-network:after,
.mcp-module-meta-header .block-social-network:before {
    content: " ";
    display: table;
}
.mcp-module-meta-header .block-social-network:after {
    clear: both;
}
.mcp-module-meta-header .block-social-network:after,
.mcp-module-meta-header .block-social-network:before {
    content: " ";
    display: table;
}
.mcp-module-meta-header .block-social-network:after {
    clear: both;
}
.mcp-module-meta-header .block-social-network ul {
    margin: 0;
    padding: 0;
}
.mcp-module-meta-header .block-social-network ul li {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 4.64px !important;
}
.mcp-module-meta-header .block-social-network ul li a .wrapper-icon {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    display: inline-block;
}
.mcp-module-meta-header .block-social-network ul li a:before {
    display: none;
}
.mcp-module-meta-header .bcp-block-cart {
    padding-left: 5px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-meta-header .btn-link .gcp-btn-name {
        display: none;
    }
}
.mcp-module-page-banner {
    z-index: 1;
    position: relative;
}
.mcp-module-page-banner .gcp-site-slogan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 74%;
    z-index: 4;
    margin-top: 18%;
    display: block;
	text-align: center;
}
@media only screen and (min-width: 1390px) and (max-width: 1830px) {
    .mcp-module-page-banner .gcp-site-slogan {
        margin-top: 17%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1390px) {
    .mcp-module-page-banner .gcp-site-slogan {
        margin-top: 20%;
    }
}
@media only screen and (min-width: 770px) and (max-width: 1200px) {
    .mcp-module-page-banner .gcp-site-slogan {
        margin-top: 22%;
        width: 100%;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-banner .gcp-site-slogan {
        display: none;
    }
}
@media only screen and (min-width: 770px) and (max-width: 992px) {
    .mcp-module-page-banner .mcp-module-mega-search-option {
        position: absolute;
        bottom: 100%;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        margin-left: -15px;
        padding-left: 15px;
        margin-bottom: 2px;
        border: 2px solid #fff;
        border-bottom: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .mcp-module-page-banner .mcp-module-mega-search-option {
        position: absolute;
        bottom: 100%;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        margin-left: -15px;
        padding-left: 15px;
        margin-bottom: 2px;
        border: 2px solid #fff;
        border-bottom: 0;
        z-index: 5;
    }
}
.mcp-module-page-banner .mcp-module-wrapper-mega-search {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 15%;
    padding-top: 15px;
}
@media only screen and (min-width: 770px) and (max-width: 992px) {
    .mcp-module-page-banner .mcp-module-wrapper-mega-search {
        height: 20%;
    }
}
@media only screen and (max-width: 770px) {
    .mcp-module-page-banner .mcp-module-wrapper-mega-search {
        position: relative;
        background: #8c8884;
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 770px) {
    .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-2 {
        width: 20%;
    }
    .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-9 {
        width: 70%;
    }
    .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-1 {
        width: 10%;
    }
}
.mcp-module-page-banner .mcp-module-wrapper-section-gate {
    position: relative;
}
@media only screen and (min-width: 770px) {
    .mcp-module-page-banner .mcp-module-wrapper-section-gate .gcp-row-eq-height > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
@media only screen and (min-width: 1440px) {
    .mcp-module-page-banner .mcp-module-wrapper-section-gate {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
        margin-bottom: 180px !important;
    }
}
@media only screen and (min-width: 1600px) {
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
        margin-bottom: 230px !important;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .mcp-module-page-banner.mcp-module-page-banner--not-have-inline-search .bcp-block-wrapper-tool-tip {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 1600px) {
    .mcp-module-page-banner.mcp-module-page-banner--not-have-inline-search .bcp-block-wrapper-tool-tip {
        margin-bottom: 15px;
    }
}
.mcp-module-page-banner .bcp-block-wrapper-tool-tip {
    margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
        margin-bottom: 0;
        bottom: inherit;
        top: 90px;
    }
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message {
        top: 100% !important;
        bottom: inherit !important;
    }
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-down {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        top: 0 !important;
        margin-top: -8px !important;
    }
}
@media only screen and (min-width: 770px) and (max-width: 992px) {
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
        margin-bottom: 0;
        bottom: inherit;
        top: 0;
    }
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message {
        top: 100% !important;
        bottom: inherit !important;
    }
    .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-down {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        top: 0 !important;
        margin-top: -8px !important;
    }
}
.mcp-module-mega-search {
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
}
.mcp-module-mega-search .col-md-1.col-sm-1.col-lg-1 {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .mcp-module-mega-search .col-md-1.col-sm-1.col-lg-1:before {
        content: "";
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        backface-visibility: hidden;
        webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 1px;
        position: absolute;
        height: 100%;
        margin-right: -1px;
        display: block;
        right: 0;
        top: 0;
        z-index: 999;
        background: #b9821d;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-mega-search .col-md-1.col-sm-1.col-lg-1:hover:before {
        background: #8c8884;
    }
}
@media only screen and (min-width: 770px) {
    .mcp-module-mega-search .gcp-row-eq-height > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
.mcp-module-mega-search .bcp-block-drop-down-option {
    background: #3b3b3b;
    height: 55px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mcp-module-mega-search .bcp-block-drop-down-option {
        overflow: hidden;
    }
}
.mcp-module-mega-search .bcp-block-drop-down-option .btn-link {
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 55px;
    line-height: 55px;
    line-height: 44px;
    border: 0;
    padding-left: 9.27px;
    text-align: left;
}
@media only screen and (max-width: 1300px) {
    .mcp-module-mega-search .bcp-block-drop-down-option .btn-link {
        font-size: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-mega-search .bcp-block-drop-down-option .btn-link {
        font-size: 13px;
    }
}
@-moz-document url-prefix() {
    .mcp-module-mega-search .bcp-block-drop-down-option .btn-link {
        line-height: 46px;
    }
}
.mcp-module-mega-search .bcp-block-drop-down-option .btn-link:hover {
    background: #8c8884;
    color: #fff;
}
.mcp-module-mega-search .bcp-block-drop-down-option .btn-link:before {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 25px;
    margin-left: 4.64px;
    float: right;
}
.mcp-module-mega-search .bcp-block-drop-down-option .btn-link.active:before {
    font-family: FontAwesome;
    content: "\f106";
    font-size: 25px;
    margin-left: 4.64px;
    float: right;
}
.mcp-module-mega-search .bcp-block-input {
    background: #fff;
    height: 45px;
}
.mcp-module-mega-search .bcp-block-input input[type="text"] {
    border: 0 !important;
    border-radius: 0 !important;
    height: 45px !important;
    width: 100% !important;
    padding-left: 9.27px !important;
    padding-right: 9.27px !important;
}
.mcp-module-mega-search .bcp-block-input input[type="text"]:focus {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: rgba(255, 153, 0, 0.5) !important;
}
.mcp-module-mega-search .bcp-block-submit {
    background: #b9821d;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mcp-module-mega-search .bcp-block-submit:hover {
    background: #3b3b3b;
}
.mcp-module-mega-search .bcp-block-submit:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    z-index: 1;
}
.mcp-module-mega-search .bcp-block-submit input[type="submit"] {
    border-radius: 0 !important;
    background: 0 0 !important;
    height: 45px !important;
    width: 100% !important;
    font-size: 0 !important;
    z-index: 2;
    position: relative;
    border: 0 !important;
}
.mcp-module-mega-search .mcp-module-mega-search-option {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mcp-module-mega-search .mcp-module-mega-search-option p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.mcp-module-mega-search .mcp-module-mega-search-option .bcp-block-column {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
    .mcp-module-mega-search .mcp-module-mega-search-option .bcp-block-column {
        border-right: 0;
        padding-top: 9.27px;
        padding-bottom: 9.27px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}
.mcp-module-mega-search .mcp-module-mega-search-option .bcp-block-column:last-child {
    border: 0 !important;
}
.mcp-module-mega-search .mcp-module-mega-search-option .bcp-block-option-list p {
    padding-bottom: 6.18px !important;
}
.mcp-module-mega-search .mcp-module-mega-search-option .fa {
    cursor: default;
}
.mcp-slider-news-feed .mcp-module-list-archive {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media only screen and (max-width: 992px) {
    .mcp-slider-news-feed .mcp-module-list-archive {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
    margin-top: 24.27px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
    }
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 2% !important;
    }
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-width: 992px) and (max-width: 1700px) and only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1700px) {
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2% !important;
        margin-left: 0 !important;
    }
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 2% !important;
    }
    .mcp-slider-news-feed .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
.mcp-slider-news-feed .mcp-module-list-archive.mcp-slider-news-feed--post-detail {
    padding-top: 15px;
}
.mcp-slider-news-feed .mcp-module-list-archive.mcp-slider-news-feed--post-detail .bcp-block-item {
    margin-top: 0 !important;
}
@media only screen and (max-width: 992px) {
    .mcp-slider-news-feed .mcp-module-list-archive.mcp-slider-news-feed--post-detail .bcp-block-item {
        margin-top: 15px !important;
    }
}
.mcp-module-wrapper-banner-home-section {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 770px) {
    .mcp-module-wrapper-banner-home-section .gcp-row-eq-height > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
.mcp-module-wrapper-banner-home-section .module-heading:after,
.mcp-module-wrapper-banner-home-section .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-banner-home-section .module-heading:after {
    clear: both;
}
.mcp-module-wrapper-banner-home-section .module-heading:after,
.mcp-module-wrapper-banner-home-section .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-banner-home-section .module-heading:after {
    clear: both;
}
@media only screen and (max-width: 1380px) {
    .mcp-module-wrapper-banner-home-section .module-heading {
        padding-top: 15px;
    }
}
.mcp-module-wrapper-banner-home-section .module-heading .wrapper-icon {
    float: left;
    margin-right: 4.64px;
}
.mcp-module-wrapper-banner-home-section .module-heading .module-main-title {
    color: #000;
    float: left;
    margin-top: 15px;
	font-family: Diagramm-bold, sans-serif;
}
@media only screen and (min-width: 1366px) {
    .mcp-module-wrapper-banner-home-section .module-heading .module-main-title {
        font-size: 30px !important;
        line-height: 1em !important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .mcp-module-wrapper-banner-home-section .module-heading .module-main-title {
        font-size: 30px !important;
        line-height: 1em !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .mcp-module-wrapper-banner-home-section .module-heading .module-main-title {
        font-size: 30px !important;
        line-height: 1em !important;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx {
    position: relative;
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading {
    margin-top: 25%;
    margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading {
        margin-top: 0;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading {
        margin-top: 0;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading .wrapper-icon.wrapper-icon--w70 {
    width: 45px;
    height: 45px;
    top: 10px;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading .wrapper-icon.wrapper-icon--w70 .fa,
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .module-heading .wrapper-icon.wrapper-icon--w70 .im {
    font-size: 20px;
    height: 20px;
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text {
    padding-left: 30px;
    padding-right: 15px;
}
@media only screen and (min-width: 1366px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text p {
        font-size: 15px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text p {
        font-size: 13px !important;
    }
}
@media only screen and (min-width: 1024px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text {
        top: 45%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text {
        top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text {
        position: absolute;
        top: 45%;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 15px;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text .module-main-sub-title {
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-text {
        border: 1px solid transparent;
        padding-bottom: 15px;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-more-text {
    background: #b9821d;
    margin: 0 -15px 0 -15px;
    padding: 15px;
    padding-top: 0 !important;
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-sx .block-more-text a {
    color: #fff;
}
.mcp-module-wrapper-banner-home-section .mcp-module-side-dx {
    background: #000;
}
.mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search {
        bottom: 50px;
        top: inherit;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .bcp-block-drop-down-option .btn-link {
    font-size: 14px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-2 {
        width: 25% !important;
    }
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-9 {
        width: 65% !important;
    }
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-1 {
        width: 10%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-2 {
        width: 20%;
    }
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-9 {
        width: 70%;
    }
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .mcp-module-wrapper-mega-search .col-sm-1 {
        width: 10%;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
    margin-top: 15px;
    margin-bottom: 0;
    bottom: inherit;
    top: 15px;
    left: inherit;
    right: 15px;
    margin-right: 15px;
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip {
        top: 95px;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message {
    right: 0;
    left: inherit;
    margin-right: 0;
    margin-left: 0;
    top: 100% !important;
    bottom: inherit !important;
}
@media only screen and (min-width: 770px) and (max-width: 1700px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message {
        top: 0 !important;
        bottom: inherit !important;
        margin-right: 50px !important;
    }
}
.mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-down {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    top: 0 !important;
    margin-top: -8px !important;
    left: inherit !important;
    right: 0;
    margin-right: 15px !important;
    margin-left: inherit !important;
}
@media only screen and (min-width: 770px) and (max-width: 1700px) {
    .mcp-module-wrapper-banner-home-section .mcp-module-page-banner .bcp-block-wrapper-tool-tip .bcp-block-tool-tip-message .bcp-block-tool-tip-message-arrow-down {
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        -o-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        margin-right: -12px !important;
        margin-top: 23px !important;
    }
}
.mcp-module-wrapper-element {
    position: relative;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-element .bcp-module-tab-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-element .block-wrapper-button {
        margin-bottom: 9.27px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-element .block-wrapper-button {
        position: relative;
        padding-top: 15px;
        padding-left: 15px;
    }
}
.mcp-module-row-section-item {
    border-bottom: 1px solid #ccc;
}
.mcp-module-row-section-item .module-slider-grid .bcp-block-item--product {
    margin-bottom: 10px !important;
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .block-wrapper-button {
        position: relative !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .module-column-sx .module-heading .module-main-sub-title.not-have-title.t-uppercase {
        float: none;
        text-align: center;
    }
}
.mcp-module-row-section-item .module-column-sx .block-text--preview-section {
    padding-top: 48.54px;
}
@media only screen and (max-width: 1024px) {
    .mcp-module-row-section-item .module-column-sx .block-text--preview-section {
        padding-top: 0;
        margin-bottom: 24.27px !important;
    }
}
.mcp-module-row-section-item .module-column-sx .block-text--preview-section .module-main-sub-title a {
    color: #3b3b3b;
}
.mcp-module-row-section-item.have-border-column-dx .module-column-dx {
    border-left: 1px solid #b7b7b7;
}
.mcp-module-row-section-item.have-border-column-dx .module-column-dx .block-text {
    padding-left: 30px;
    padding-right: 30px;
}
.mcp-module-row-section-item .mcp-module-pop-up {
    width: 95%;
}
.mcp-module-row-section-item .module-heading:after,
.mcp-module-row-section-item .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-row-section-item .module-heading:after {
    clear: both;
}
.mcp-module-row-section-item .module-heading:after,
.mcp-module-row-section-item .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-row-section-item .module-heading:after {
    clear: both;
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .module-heading {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}
.mcp-module-row-section-item .module-heading .wrapper-icon {
    float: left;
    margin-right: 9.27px;
}
@media only screen and (max-width: 767px) {
    .mcp-module-row-section-item .module-heading .wrapper-icon {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}
.mcp-module-row-section-item .module-heading .module-main-sub-title {
    float: left;
    margin-top: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .mcp-module-row-section-item .module-heading .module-main-sub-title {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .block-wrapper-button {
        text-align: center;
    }
}
.mcp-module-row-section-item .bcp-block-item.bcp-block-item--product .block-wrapper-media {
    height: 350px;
}
.mcp-module-row-section-item .bcp-block-item.bcp-block-item--product .block-text {
    padding-bottom: 50px;
}
.mcp-module-row-section-item .bcp-block-item.bcp-block-item--small-min-height {
    min-height: 350px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .bcp-block-item {
        min-height: inherit;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .block-text.block-text--preview-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.mcp-module-row-section-item .block-text.block-text--preview-section p {
    padding-left: 60px !important;
}
@media only screen and (max-width: 1700px) {
    .mcp-module-row-section-item .block-text.block-text--preview-section p {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-row-section-item .block-text.block-text--preview-section p {
        text-align: center;
    }
}
.mcp-module-row-section-item .block-text.block-text--preview-section .btn-link {
    margin-left: 60px !important;
}
@media only screen and (max-width: 1700px) {
    .mcp-module-row-section-item .block-text.block-text--preview-section .btn-link {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 770px) {
    .mcp-module-wrapper-search-result-list-item .gcp-row-eq-height > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
.mcp-module-wrapper-search-result-list-item .mcp-module-meta-search-tool:first-child {
    border-bottom: 1px solid #b6b6b6;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-meta-search-tool:first-child {
        border-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element.mcp-module-wrapper-element--move-to-up {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 116px;
        width: 180px;
    }
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element.mcp-module-wrapper-element--move-to-up .block-wrapper-button {
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 1370px) and (max-width: 1600px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element.mcp-module-wrapper-element--move-to-up {
        margin-top: 93px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element.mcp-module-wrapper-element--move-to-up {
        margin-top: 103px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element .bcp-module-tab-nav {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 1200px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element .block-wrapper-button {
        position: relative;
        padding-left: 15px;
        padding-top: 4.64px;
        padding-bottom: 4.64px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element .block-wrapper-button {
        padding-left: 30px;
    }
}
.mcp-module-wrapper-search-result-list-item .mcp-module-list-archive {
    padding-left: 15px;
    padding-right: 30px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 1700px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item:nth-child(4n) {
        margin-left: -1px !important;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item:nth-child(4n) {
        margin-left: -1px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item:nth-child(3n) {
        margin-left: -1px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-search-filter {
        padding-top: 15px;
        padding-right: 30px;
    }
}
.mcp-module-wrapper-search-result-list-item .gcp-delimiter {
    border-top: 1px solid #b6b6b6;
    margin-left: -30px;
    margin-right: -30px;
    width: 200%;
}
.mcp-module-wrapper-search-result-list-item .bcp-block-edit-search {
    margin-left: -30px;
    margin-right: -15px;
    padding-left: 30px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .bcp-block-edit-search {
        margin-right: -15px;
    }
}
.mcp-module-wrapper-search-result-list-item .mcp-module-widget {
    padding-left: 30px;
    padding-right: 15px;
}
.mcp-module-wrapper-search-result-list-item .module-side-sx {
    overflow-x: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx {
        width: 20% !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (min-device-width: 1280px) and (max-device-height: 800px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media (max-device-width: 800px) and (orientation: portrait) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx {
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .module-side-sx .mcp-module-widget-side-banner {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx {
        width: 80% !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (min-device-width: 1280px) and (max-device-height: 800px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        clear: both !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx .bcp-block-help-page {
        padding-right: 15px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mcp-module-wrapper-search-result-list-item .module-side-dx .col-md-12.col-lg-12 .block-text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-search-result-list-item .bcp-block-help-page,
    .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive,
    .mcp-module-wrapper-search-result-list-item .mcp-module-meta-search-tool,
    .mcp-module-wrapper-search-result-list-item .mcp-module-row-section-item.have-border-column-dx.gcp-no-border,
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element,
    .mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-element.gcp-bg-meta-element {
        margin-left: 1px !important;
    }
}
.mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-tag-search-filter {
    padding-left: 30px;
}
.mcp-module-wrapper-search-result-list-item .mcp-module-wrapper-tag-search-filter .block-heading {
    padding-bottom: 9.27px !important;
}
.mcp-module-meta-search-tool {
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool {
        height: 97px;
    }
}
@media only screen and (min-width: 770px) {
    .mcp-module-meta-search-tool .gcp-row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-meta-search-tool .block-meta-search-tool {
        padding-top: 9.27px;
        padding-bottom: 9.27px;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b1 {
    width: 160px !important;
}
@media only screen and (min-width: 1650px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b1 .bcp-block-view-list-type.text-align-right {
        text-align: left !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1650px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b1 .bcp-block-view-list-type.text-align-right {
        text-align: left !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b1 {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b2 {
        position: absolute;
        top: 51px;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        padding-left: 15px !important;
        border-top: 1px solid #b6b6b6;
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1370px) and (max-width: 1450px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b2 .bcp-block-show-item-for-page ul li {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 2px !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b2 {
        display: none;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b3 {
    width: 180px;
    right: 0;
    position: absolute;
    margin-right: 550px;
    height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b3 {
        height: 53px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b3 {
        width: 30% !important;
        max-width: inherit !important;
        position: relative !important;
        margin-right: inherit;
        height: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b3 {
        border: 0 !important;
        width: inherit !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b3 {
        width: 20% !important;
        position: relative;
        margin-right: inherit;
        border: 0 !important;
        margin-left: 45px !important;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 {
    position: absolute;
    width: 550px;
    right: 0;
    height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 {
        height: 53px;
    }
}
@media only screen and (min-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 .bcp-block-pagination {
        float: right;
        margin-right: 175px;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 .bcp-block-item-info.bcp-block-item-info--go-to {
    width: 180px !important;
    position: absolute;
    top: 15px;
    right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 .bcp-block-item-info.bcp-block-item-info--go-to {
        position: relative;
        top: 0 !important;
        margin-left: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1700px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 .bcp-block-item-info.bcp-block-item-info--go-to {
        top: 8px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 .bcp-block-item-info.bcp-block-item-info--go-to {
        top: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1370px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 {
        width: 60% !important;
        max-width: inherit !important;
        position: relative !important;
        height: auto;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--b4 {
        width: 60% !important;
        position: relative;
    }
}
@media only screen and (max-width: 770px) {
    .mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type.text-align-right {
        text-align: center !important;
    }
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type {
    padding-left: 15px;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type {
    padding-top: 4px;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:after,
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:before {
    content: " ";
    display: table;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:after {
    clear: both;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:after,
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:before {
    content: " ";
    display: table;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-view-list-type:after {
    clear: both;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-show-item-for-page {
    padding-top: 9px;
}
.mcp-module-meta-search-tool .block-meta-search-tool .block-form {
    float: right;
    margin-top: 4px;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-item-info {
    float: left;
    margin-top: 10px;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-item-info.bcp-block-item-info--go-to {
    margin-top: 5px !important;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-item-info.bcp-block-item-info--go-to span {
    font-size: 12px !important;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-item-info span {
    line-height: 20px !important;
}
.mcp-module-meta-search-tool .block-meta-search-tool .bcp-block-pagination {
    padding-top: 4px;
    float: left;
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--have-border-left {
    border-left: 1px solid #b6b6b6;
}
.mcp-module-meta-search-tool .block-meta-search-tool.block-meta-search-tool--have-border-right {
    border-right: 1px solid #b6b6b6;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-filter--autocomplete {
        padding-top: 5px !important;
    }
    .mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group {
        margin-bottom: 0 !important;
    }
}
.mcp-module-wrapper-search-filter--autocomplete .block-wrapper-button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
.mcp-module-wrapper-search-filter--autocomplete .block-wrapper-button:last-child {
    padding-bottom: 8px !important;
}
.mcp-module-wrapper-search-filter--autocomplete .gcp-delimiter {
    border-top: 1px solid #b6b6b6;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}
.mcp-module-wrapper-search-filter--autocomplete .block-heading span:last-child {
    float: right;
}
.mcp-module-wrapper-search-filter,
.mcp-module-wrapper-search-filter--autocomplete {
    background: #8c8884;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-filter .gcp-bcp-toggle-block,
    .mcp-module-wrapper-search-filter--autocomplete .gcp-bcp-toggle-block {
        padding-bottom: 15px;
    }
}
.mcp-module-wrapper-search-filter .bcp-block-collpase-group .btn-link,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group .btn-link {
    color: #fff !important;
}
.mcp-module-wrapper-search-filter .bcp-block-collpase-group .btn-link.active,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group .btn-link.active {
    /*color: #b9821d !important;*/
}
.mcp-module-wrapper-search-filter .bcp-block-collpase-group .btn-link:hover,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group .btn-link:hover {
    color: #b9821d !important;
}
.mcp-module-wrapper-search-filter .bcp-block-collpase-group .bcp-block-collpase-content,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group .bcp-block-collpase-content {
    padding-top: 18.54px;
}
.mcp-module-wrapper-search-filter .bcp-block-collpase-group .gcp-delimiter,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-collpase-group .gcp-delimiter {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 3.09px;
    margin-bottom: 4.64px;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-filter .gcp-delimiter,
    .mcp-module-wrapper-search-filter--autocomplete .gcp-delimiter {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-filter .gcp-bcp-toggle-block,
    .mcp-module-wrapper-search-filter--autocomplete .gcp-bcp-toggle-block {
        padding-top: 0 !important;
    }
}
.mcp-module-wrapper-search-filter--autocomplete:after,
.mcp-module-wrapper-search-filter--autocomplete:before,
.mcp-module-wrapper-search-filter:after,
.mcp-module-wrapper-search-filter:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-search-filter--autocomplete:after,
.mcp-module-wrapper-search-filter:after {
    clear: both;
}
.mcp-module-wrapper-search-filter--autocomplete:after,
.mcp-module-wrapper-search-filter--autocomplete:before,
.mcp-module-wrapper-search-filter:after,
.mcp-module-wrapper-search-filter:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-search-filter--autocomplete:after,
.mcp-module-wrapper-search-filter:after {
    clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-filter,
    .mcp-module-wrapper-search-filter--autocomplete {
        padding-top: 9.27px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-search-filter,
    .mcp-module-wrapper-search-filter--autocomplete {
        padding-right: 30px;
    }
}
.mcp-module-wrapper-search-filter input[type="range"],
.mcp-module-wrapper-search-filter--autocomplete input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
.mcp-module-wrapper-search-filter input[type="range"]:focus,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]:focus {
    outline: 0;
}
.mcp-module-wrapper-search-filter input[type="range"]::-webkit-slider-runnable-track,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 2px 2px 2px transparent, 0 0 2px rgba(13, 13, 13, 0);
    background: #eaeaea;
    border-radius: 5px;
    border: 1px solid transparent;
}
.mcp-module-wrapper-search-filter input[type="range"]::-webkit-slider-thumb,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #b9821d;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
}
.mcp-module-wrapper-search-filter input[type="range"]:focus::-webkit-slider-runnable-track,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #f7f7f7;
}
.mcp-module-wrapper-search-filter input[type="range"]::-moz-range-track,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 2px 2px 2px transparent, 0 0 2px rgba(13, 13, 13, 0);
    background: #eaeaea;
    border-radius: 5px;
    border: 1px solid transparent;
}
.mcp-module-wrapper-search-filter input[type="range"]::-moz-range-thumb,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #b9821d;
    cursor: pointer;
}
.mcp-module-wrapper-search-filter input[type="range"]::-ms-track,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    border-width: 20px 0;
    color: transparent;
}
.mcp-module-wrapper-search-filter input[type="range"]::-ms-fill-lower,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-ms-fill-lower {
    background: #ddd;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 2px 2px 2px transparent, 0 0 2px rgba(13, 13, 13, 0);
}
.mcp-module-wrapper-search-filter input[type="range"]::-ms-fill-upper,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-ms-fill-upper {
    background: #eaeaea;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 2px 2px 2px transparent, 0 0 2px rgba(13, 13, 13, 0);
}
.mcp-module-wrapper-search-filter input[type="range"]::-ms-thumb,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]::-ms-thumb {
    box-shadow: 1px 1px 1px transparent, 0 0 1px rgba(13, 13, 13, 0);
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #b9821d;
    cursor: pointer;
}
.mcp-module-wrapper-search-filter input[type="range"]:focus::-ms-fill-lower,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]:focus::-ms-fill-lower {
    background: #eaeaea;
}
.mcp-module-wrapper-search-filter input[type="range"]:focus::-ms-fill-upper,
.mcp-module-wrapper-search-filter--autocomplete input[type="range"]:focus::-ms-fill-upper {
    background: #f7f7f7;
}
.mcp-module-wrapper-search-filter .bcp-block-option-list.bcp-block-option-list--inline p,
.mcp-module-wrapper-search-filter--autocomplete .bcp-block-option-list.bcp-block-option-list--inline p {
    margin-right: 5px !important;
}
.mcp-module-wrapper-search-filter .block-heading,
.mcp-module-wrapper-search-filter--autocomplete .block-heading {
    padding-bottom: 4.64px;
}
.mcp-module-wrapper-search-filter .block-heading p,
.mcp-module-wrapper-search-filter--autocomplete .block-heading p {
    color: #fff;
}
.mcp-module-wrapper-search-filter .block-form p,
.mcp-module-wrapper-search-filter--autocomplete .block-form p {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    padding-bottom: 4.64px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .mcp-module-wrapper-search-filter .block-form p,
    .mcp-module-wrapper-search-filter--autocomplete .block-form p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .mcp-module-wrapper-search-filter .block-form p label,
    .mcp-module-wrapper-search-filter--autocomplete .block-form p label {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .mcp-module-wrapper-search-filter .block-form p input[type="text"],
    .mcp-module-wrapper-search-filter--autocomplete .block-form p input[type="text"] {
        font-size: 14px !important;
    }
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search {
    position: relative;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__container,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__container {
    margin-bottom: 9.27px;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__result,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__result {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__field,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__field {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__field .typeahead__query,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__field .typeahead__query {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__query input[type="search"],
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__query input[type="search"] {
    font-family: Diagramm-light, sans-serif !important;
    font-size: 16px !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__query input[type="search"]:focus,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__query input[type="search"]:focus {
    border: 1px solid #ccc !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__list,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__list *,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__list * {
    font-family: Diagramm-light, sans-serif !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .typeahead__list li:hover a,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .typeahead__list li:hover a {
    background: #b9821d !important;
    color: #fff !important;
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .btn-only-icon,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .btn-only-icon {
    height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-wrapper-search-filter .block-form .bcp-block-option-search .btn-only-icon,
    .mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search .btn-only-icon {
        height: 35px !important;
        line-height: 35px !important;
    }
}
.mcp-module-wrapper-search-filter .block-form .bcp-block-option-search p,
.mcp-module-wrapper-search-filter--autocomplete .block-form .bcp-block-option-search p {
    padding-bottom: 9.27px !important;
}
.mcp-module-wrapper-search-filter .block-form .block-wrapper-button,
.mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button {
    position: relative;
}
.mcp-module-wrapper-search-filter .block-form .block-wrapper-button input[type="submit"],
.mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button input[type="submit"] {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
@media only screen and (max-width: 1366px) {
    .mcp-module-wrapper-search-filter .block-form .block-wrapper-button input[type="submit"],
    .mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button input[type="submit"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.mcp-module-wrapper-search-filter .block-form .block-wrapper-button input[type="submit"].btn-small,
.mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button input[type="submit"].btn-small {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media only screen and (max-width: 1366px) {
    .mcp-module-wrapper-search-filter .block-form .block-wrapper-button.content-align-center,
    .mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button.content-align-center {
        text-align: left !important;
    }
}
.mcp-module-wrapper-search-filter .block-form .block-wrapper-button .block-wrapper-button--extra,
.mcp-module-wrapper-search-filter--autocomplete .block-form .block-wrapper-button .block-wrapper-button--extra {
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
}
.mcp-module-wrapper-search-filter .block-form .btn-small,
.mcp-module-wrapper-search-filter--autocomplete .block-form .btn-small {
    font-size: 11px !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 15px !important;
    height: 15px !important;
    width: 50px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
}
@media only screen and (min-width: 770px) {
    .mcp-module-list-archive.mcp-module-list-archive--news .bcp-block-item {
        margin-left: 0.5% !important;
        margin-right: 0.5% !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--news .bcp-block-item:nth-child(5n) {
        margin-left: 0.5% !important;
        margin-right: 0.5% !important;
    }
}
.mcp-module-list-archive.mcp-module-list-archive--inspiration {
    padding-left: 0.5%;
    padding-right: 0.5%;
}
@media only screen and (min-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 2200px),
    only screen and (min-resolution: 192dpi) and (min-width: 2200px),
    only screen and (min-resolution: 2dppx) and (min-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 192dpi) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 2dppx) and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 18.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 23.5% !important;
        margin-right: 2% !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 2%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 23.5% !important;
        margin-right: 2% !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 2%;
    }
}
@media only screen and (min-width: 770px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 23.5% !important;
        margin-right: 2% !important;
        float: left !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 570px) and (max-width: 770px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 32% !important;
        margin-right: 2% !important;
        float: left !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 570px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 49% !important;
        margin-right: 2% !important;
        float: left !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 480px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 49% !important;
        margin-right: 2% !important;
        float: left !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 {
        width: 100% !important;
        margin: 0 !important;
        min-height: 520px;
        margin-bottom: 15px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--inspiration .bw-f.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
.mcp-module-list-archive.mcp-module-list-archive--contemporary {
    padding-left: 1%;
    padding-right: 1%;
}
.mcp-module-list-archive.mcp-module-list-archive--contemporary .block-wrapper-media.block-wrapper-media--xs.block-wrapper-media--img-max-width {
    height: 40px;
}
.mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-brand-name {
    font-size: 20px;
    height: 30px;
}
.mcp-module-list-archive.mcp-module-list-archive--contemporary .block-wrapper-media.block-wrapper-media--no-link {
    height: 250px;
}
.mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
    margin-left: 0 !important;
    height: inherit;
}
@media only screen and (min-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 10.74%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(8n + 0) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 10.74%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(8n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 12.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(7n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 12.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(7n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 18.3%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 192dpi) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 2dppx) and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 18.3%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2% !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 23.4% !important;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 192dpi) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 2dppx) and (min-width: 570px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 49%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        height: 470px !important;
        min-height: inherit !important;
        overflow: hidden !important;
    }
}
@media (max-device-width: 800px) and (orientation: portrait) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        height: inherit !important;
        min-height: inherit !important;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--contemporary .bcp-block-item.bcp-block-item--photographer.block-item-post.grid.w-1-4 {
        height: inherit !important;
        min-height: inherit !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1720px) {
    .block-wrapper-media.block-wrapper-media--xs img {
        width: 100%;
        max-width: 90% !important;
        height: auto !important;
    }
}
.mcp-module-list-archive.mcp-module-list-archive--photographer {
    overflow: hidden;
}
.mcp-module-list-archive.mcp-module-list-archive--photographer .block-wrapper-media.block-wrapper-media--xs.block-wrapper-media--img-max-width {
    height: 60px;
    position: relative;
}
.mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-brand-name {
    font-size: 20px;
    height: 40px;
    line-height: 25px !important;
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.mcp-module-list-archive.mcp-module-list-archive--photographer .block-wrapper-media.block-wrapper-media--no-link {
    height: 250px;
}
.mcp-module-list-archive.mcp-module-list-archive--photographer .block-wrapper-quik-button .block-bnt-list {
    height: 100px;
}
.mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
    margin-left: 0!important !important;
}
@media only screen and (min-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 10.74%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(8n + 0) {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 10.74%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(8n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 12.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(7n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 192dpi) and (min-width: 1900px) and (max-width: 2200px),
    only screen and (min-resolution: 2dppx) and (min-width: 1900px) and (max-width: 2200px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 12.4%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(7n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 18.3%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 192dpi) and (min-width: 1700px) and (max-width: 1900px),
    only screen and (min-resolution: 2dppx) and (min-width: 1700px) and (max-width: 1900px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 18.3%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(5n + 0) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 23.4% !important;
        margin-right: 2% !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1700px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1700px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 23.4% !important;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(4n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
        min-height: 520px;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 192dpi) and (min-width: 570px) and (max-width: 992px),
    only screen and (min-resolution: 2dppx) and (min-width: 570px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 49%;
        margin-right: 2%;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        height: 470px !important;
        min-height: inherit !important;
        overflow: hidden !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        min-height: inherit !important;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 {
        min-height: inherit !important;
        height: inherit !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 .mcp-module-pop-up.js-called {
        display: block !important;
        position: relative !important;
        margin-right: inherit !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5 .mcp-module-pop-up.js-called {
        display: block !important;
        position: relative !important;
        margin-right: inherit !important;
        margin-left: 0 !important;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:not(:first-child) .mcp-module-pop-up.js-called {
        right: 0 !important;
        left: 0 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-top: 0 !important;
        top: 60px !important;
    }
    .mcp-module-list-archive.mcp-module-list-archive--photographer .bw-f.w-m-wm-xxl.w-all-wm-l.bcp-block-item.bcp-block-item--licensing.block-item-post.grid.w-1-5:not(:first-child) .mcp-module-pop-up.js-called .module-pop-up-arrow-left {
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -ms-transform-origin: 50%;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        margin-top: -15px !important;
    }
}
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:after,
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:before {
    content: " ";
    display: table;
}
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:after {
    clear: both;
}
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:after,
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:before {
    content: " ";
    display: table;
}
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive:after {
    clear: both;
}
#outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .block-wrapper-quik-button .block-bnt-list .btn-link {
    width: 90% !important;
}
@media only screen and (min-width: 1700px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 19% !important;
        margin-right: 1% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .bcp-block-item:nth-child(5n) {
        margin-left: -1px !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1700px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1700px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1700px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1700px),
    only screen and (min-resolution: 192dpi) and (min-width: 1700px),
    only screen and (min-resolution: 2dppx) and (min-width: 1700px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .bcp-block-item {
        width: 19% !important;
        margin-right: 1% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .bcp-block-item .bcp-block-item:nth-child(5n) {
        margin-left: -1px !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1498px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 31.66666667% !important;
        margin-right: 2% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n) .mcp-module-pop-up.js-called {
        right: inherit !important;
        left: 0 !important;
        margin-right: inherit !important;
        margin-left: -100% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n) .mcp-module-pop-up.js-called .module-pop-up-arrow-left {
        margin-left: 100% !important;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -ms-transform-origin: 50%;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1100px) and (max-width: 1498px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1100px) and (max-width: 1498px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1100px) and (max-width: 1498px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 1100px) and (max-width: 1498px),
    only screen and (min-resolution: 192dpi) and (min-width: 1100px) and (max-width: 1498px),
    only screen and (min-resolution: 2dppx) and (min-width: 1100px) and (max-width: 1498px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 31.66666667% !important;
        margin-right: 2% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n + 0) {
        margin-right: 0 !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n) .mcp-module-pop-up.js-called {
        right: inherit !important;
        left: 0 !important;
        margin-right: inherit !important;
        margin-left: -100% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(4n) .mcp-module-pop-up.js-called .module-pop-up-arrow-left {
        margin-left: 100% !important;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -ms-transform-origin: 50%;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n) .mcp-module-pop-up.js-called {
        right: inherit !important;
        left: 0 !important;
        margin-right: inherit !important;
        margin-left: -100% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(3n) .mcp-module-pop-up.js-called .module-pop-up-arrow-left {
        margin-left: 100% !important;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -ms-transform-origin: 50%;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1100px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1100px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px) and (max-width: 1100px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 992px) and (max-width: 1100px),
    only screen and (min-resolution: 192dpi) and (min-width: 992px) and (max-width: 1100px),
    only screen and (min-resolution: 2dppx) and (min-width: 992px) and (max-width: 1100px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .mcp-module-pop-up.js-called {
        right: inherit !important;
        left: 0 !important;
        margin-right: inherit !important;
        margin-left: -100% !important;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .mcp-module-pop-up.js-called .module-pop-up-arrow-left {
        margin-left: 100% !important;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -ms-transform-origin: 50%;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}
@media only screen and (min-width: 570px) and (max-width: 992px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 48% !important;
        margin-right: 2% !important;
        float: left !important;
        clear: none !important;
        min-height: 520px;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 .block-title {
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 770px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 770px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 570px) and (max-width: 770px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 570px) and (max-width: 770px),
    only screen and (min-resolution: 192dpi) and (min-width: 570px) and (max-width: 770px),
    only screen and (min-resolution: 2dppx) and (min-width: 570px) and (max-width: 770px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4 {
        width: 49%;
        margin-right: 2%;
    }
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4:nth-child(2n + 0) {
        margin-right: 0 !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 992px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--photographer {
        min-height: inherit !important;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--photographer {
        min-height: inherit !important;
        height: inherit !important;
    }
}
@media only screen and (min-width: 414px) and (max-width: 992px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier {
        min-height: inherit !important;
    }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
    #outer:not(.have-item-in-list-view) .mcp-module-wrapper-search-result-list-item .mcp-module-list-archive .bcp-block-item.block-item-post.grid.w-1-4.bcp-block-item--dossier {
        min-height: inherit !important;
        height: inherit !important;
    }
}
.mcp-module-widget {
    background: #3b3b3b;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9.27px;
    padding-bottom: 9.27px;
}
.mcp-module-widget .module-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 15px;
}
.mcp-module-widget .module-heading:after,
.mcp-module-widget .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-widget .module-heading:after {
    clear: both;
}
.mcp-module-widget .module-heading:after,
.mcp-module-widget .module-heading:before {
    content: " ";
    display: table;
}
.mcp-module-widget .module-heading:after {
    clear: both;
}
.mcp-module-widget .module-heading .fa,
.mcp-module-widget .module-heading .im {
    color: #b9821d;
}
.mcp-module-widget .module-main-title {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.mcp-module-widget .bcp-block-item {
    margin-bottom: 0;
}
.mcp-module-widget .bcp-block-item:after,
.mcp-module-widget .bcp-block-item:before {
    content: " ";
    display: table;
}
.mcp-module-widget .bcp-block-item:after {
    clear: both;
}
.mcp-module-widget .bcp-block-item:after,
.mcp-module-widget .bcp-block-item:before {
    content: " ";
    display: table;
}
.mcp-module-widget .bcp-block-item:after {
    clear: both;
}
.mcp-module-widget .bcp-block-item.bcp-block-item--licensing {
    padding-bottom: 30px;
}
.mcp-module-widget .bcp-block-item .block-wrapper-media {
    height: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mcp-module-widget .bcp-block-item .block-wrapper-media {
        height: 200px;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-widget .bcp-block-item .block-wrapper-media {
        height: 200px;
    }
}
.mcp-module-pop-up {
    background: #000;
    width: 100%;
    max-width: 800px;
    left: -9999px;
    z-index: 4;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up {
        max-width: 100%;
        z-index: -9999;
        z-index: 1 !important;
        position: absolute !important;
        width: 95% !important;
        margin-left: 15px !important;
        margin-right: auto !important;
        padding-left: 0 !important;
    }
}
.mcp-module-pop-up.js-called {
    left: 0;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up.js-called {
        z-index: 1;
        float: left;
        position: relative !important;
    }
}
.mcp-module-pop-up .module-pop-up-arrow-top {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #000;
    width: auto;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-arrow-top {
        display: none;
    }
}
.mcp-module-pop-up .module-pop-up-arrow-bottom {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #000;
    width: auto;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-arrow-bottom {
        display: none;
    }
}
.mcp-module-pop-up .module-pop-up-arrow-left {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #000;
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-arrow-left {
        display: none;
    }
}
.mcp-module-pop-up .module-pop-up-arrow-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #000;
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-arrow-right {
        display: none;
    }
}
.mcp-module-pop-up .module-pop-up-content {
    padding: 15px;
    color: #fff;
    position: relative;
}
.mcp-module-pop-up .module-pop-up-content .module-jcf-scrollbar {
    width: 95% !important;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-content .module-jcf-scrollbar {
        width: auto !important;
        padding-right: 30px !important;
        position: relative !important;
        overflow: none !important;
        overflow-x: none !important;
        overflow-y: none !important;
        height: inherit !important;
    }
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item {
    margin-bottom: 9.27px;
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:after,
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:before {
    content: " ";
    display: table;
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:after {
    clear: both;
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:after,
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:before {
    content: " ";
    display: table;
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item:after {
    clear: both;
}
.mcp-module-pop-up .module-pop-up-content .bcp-block-item .block-wrapper-media {
    height: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mcp-module-pop-up .module-pop-up-content .bcp-block-item .block-wrapper-media {
        height: 120px;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-pop-up .module-pop-up-content .bcp-block-item .block-wrapper-media {
        height: 120px;
    }
}
.mcp-module-pop-up .module-pop-up-content .jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.mcp-module-pop-up .module-pop-up-content .jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #000 none repeat scroll 0 0 !important;
}
.mcp-module-pop-up .module-pop-up-content .jcf-scrollbar-vertical {
    background: #000 none repeat scroll 0 0 !important;
}
.mcp-module-pop-up .module-pop-up-content .mcp-module-wrapper-element {
    border-top: 1px solid #b9821d;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-pop-up-content .mcp-module-wrapper-element {
        border-top: 0;
    }
}
.mcp-module-pop-up .module-pop-up-content .block-wrapper-button {
    border-top: 1px solid #b9821d;
}
.mcp-module-pop-up .module-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b9821d;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-heading {
        display: block !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-heading .bcp-block-pop-up-controller {
        display: block !important;
        width: 100% !important;
        position: relative !important;
        text-align: center;
        padding-top: 15px !important;
    }
}
.mcp-module-pop-up .module-heading .module-main-title {
    font-size: 25px;
    margin: 0;
    padding: 0;
    color: #b9821d;
    text-transform: uppercase;
    font-weight: 400;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up .module-heading .module-main-title {
        text-align: center !important;
    }
}
.mcp-module-pop-up .module-heading .bcp-block-pop-up-controller {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
}
.mcp-module-wrapper-other-page {
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .mcp-module-wrapper-other-page.gcp-bg-ct5:after {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background: #f2f2f2;
    }
}
@media only screen and (min-width: 770px) {
    .mcp-module-wrapper-other-page > [class*="col-"]:last-child {
        margin-left: -1px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-other-page > [class*="col-"] {
        width: 100%;
        float: none;
        display: block;
    }
}
.mcp-module-wrapper-other-page .btn-link {
    background: #fff !important;
}
.mcp-module-wrapper-other-page .btn-link:hover {
    background: #000 !important;
}
.mcp-module-wrapper-other-page .block-item-post {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}
.mcp-module-page-info {
    padding-top: 9.27px;
    padding-bottom: 9.27px;
    background: #3b3b3b;
}
.mcp-module-page-info:after,
.mcp-module-page-info:before {
    content: " ";
    display: table;
}
.mcp-module-page-info:after {
    clear: both;
}
.mcp-module-page-info:after,
.mcp-module-page-info:before {
    content: " ";
    display: table;
}
.mcp-module-page-info:after {
    clear: both;
}
.mcp-module-page-info .bcp-block-breadcrumb {
    float: left;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-info .bcp-block-breadcrumb {
        float: none;
        margin-bottom: 8px;
    }
}
.mcp-module-page-info .bcp-block-pagination {
    float: right;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-info .bcp-block-pagination {
        float: none;
    }
}
.mcp-module-page-info .bcp-block-item-info {
    float: right;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-info .bcp-block-item-info {
        float: none;
    }
}
.mcp-module-page-info .bcp-block-item-info--go-to span {
    height: 23px !important;
    line-height: 23px !important;
    padding-top: 0 !important;
    font-size: 12px !important;
}
.mcp-module-page-info .bcp-block-item-info--go-to input[type="text"].js-input-goto {
    height: 23px !important;
    line-height: 23px !important;
}
.mcp-module-page-info .bcp-block-item-info--go-to button.button-goto {
    height: 23px !important;
    margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
    .mcp-module-nav-between-content {
        display: none;
    }
}
.mcp-module-nav-between-content ul {
    margin: 0;
    padding: 0;
}
.mcp-module-nav-between-content ul li {
    display: inline;
}
.mcp-module-nav-between-content ul li a {
    display: block;
    width: 50px;
    height: 190px;
    background: #8c8884;
    top: 15%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    text-indent: -9999px;
    z-index: 2;
}
.mcp-module-nav-between-content ul li a:before {
    font-family: FontAwesome;
    text-indent: 0;
    position: absolute;
    height: 25px;
    width: 25px;
    display: block;
    line-height: 1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 25px !important;
}
.mcp-module-nav-between-content ul li a:hover {
    background: #b9821d;
}
.mcp-module-nav-between-content ul li a.btn-prev {
    left: 0;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}
.mcp-module-nav-between-content ul li a.btn-prev:before {
    width: 25px;
    color: #fff;
    content: "\f104";
}
.mcp-module-nav-between-content ul li a.btn-next {
    right: 0;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
}
.mcp-module-nav-between-content ul li a.btn-next:before {
    color: #fff;
    width: 25px;
    content: "\f105";
}
.mcp-module-notify-in-page {
    width: 100%;
    max-width: 280px;
    z-index: 4;
}
.mcp-module-notify-in-page .module-heading {
    border-bottom: 0;
    width: 100%;
    position: relative;
}
.mcp-module-notify-in-page .module-heading .btn-link {
    position: absolute;
    top: 0;
    right: 0;
    border: 0 !important;
    margin-top: 8px;
}
.mcp-module-notify-in-page .module-widget-content {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mcp-module-notify-in-page .module-widget-content.hide-content {
    display: none;
}
.mcp-module-wrapper-block-pagination {
    clear: both;
    width: 100%;
    padding-bottom: 24.27px;
    text-align: right !important;
    position: relative;
    line-height: 0 !important;
}
.mcp-module-wrapper-block-pagination:after,
.mcp-module-wrapper-block-pagination:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-block-pagination:after {
    clear: both;
}
.mcp-module-wrapper-block-pagination:after,
.mcp-module-wrapper-block-pagination:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-block-pagination:after {
    clear: both;
}
.mcp-module-wrapper-block-pagination .bcp-block-pagination {
    display: inline-block !important;
    float: none !important;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-block-pagination .bcp-block-pagination {
        float: none;
        clear: both;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-block-pagination .bcp-block-pagination ul {
        text-align: center;
    }
}
.mcp-module-wrapper-block-pagination .bcp-block-pagination ul li {
    margin-bottom: 9.27px;
    display: inline-block;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-block-pagination {
        padding-left: 0 !important;
        text-align: center !important;
    }
}
.mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to {
    float: right;
    margin-left: 1px !important;
    width: 170px;
}
.mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to button.button-goto {
    height: 29px !important;
    margin-top: 0 !important;
}
.mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to span {
    font-size: 12px !important;
    line-height: 23px !important;
}
.mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to span > span {
    margin-top: -3px !important;
}
@-moz-document url-prefix() {
    .mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to span > span {
        margin-top: -4px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-block-pagination .bcp-block-item-info--go-to {
        float: none;
        clear: both;
        text-align: center;
        width: 170px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.mcp-module-heading.mcp-module-heading--border-bottom {
    border-bottom: 1px solid #b9821d;
    margin-bottom: 15px;
}
.mcp-module-page-item-detail {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-item-detail .module-column-dx {
        padding-top: 15px;
    }
}
.mcp-module-page-item-detail .module-column-dx .bcp-block-option-list label {
    font-size: 13px;
}
.mcp-module-page-item-detail .module-column-dx .bcp-block-option-list p {
    margin: 0 !important;
    padding: 0 !important;
}
@media only screen and (max-width: 767px) {
    .mcp-module-page-item-detail .module-accordion input[type="submit"] {
        margin-top: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .mcp-module-page-item-detail .block-wrapper-button .block-sub-title {
        text-align: left !important;
    }
    .mcp-module-page-item-detail .block-wrapper-button .col-md-6:last-child {
        text-align: left !important;
        padding-top: 9.27px;
    }
}
.mcp-module-page-item-detail .col-md-12.module-column-dx .bcp-block-page-item-info .block-content .module-jcf-scrollbar {
    max-width: 92%;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-item-detail .col-md-12.module-column-dx .bcp-block-page-item-info .block-content .module-jcf-scrollbar {
        max-width: 100%;
    }
}
.mcp-module-page-item-detail .col-md-12.module-column-dx .bcp-block-page-item-info .block-content .module-jcf-scrollbar.module-jcf-scrollbar--large-width {
    max-width: 92%;
}
@media only screen and (max-width: 992px) {
    .mcp-module-page-item-detail .col-md-12.module-column-dx .bcp-block-page-item-info .block-content .module-jcf-scrollbar.module-jcf-scrollbar--large-width {
        max-width: 100%;
    }
}
.mcp-module-page-item-detail .module-jcf-scrollbar {
    padding-right: 0 !important;
}
.mcp-module-page-item-detail .module-jcf-scrollbar.module-jcf-scrollbar--large-height {
    height: 420px;
}
.mcp-module-page-item-detail .module-jcf-scrollbar.module-jcf-scrollbar--small-height {
    height: 190px;
    width: 85% !important;
    padding-right: 0 !important;
}
.mcp-module-wrapper-media-content {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-media-content {
        padding-bottom: 15px;
    }
}
.mcp-module-wrapper-media-content .module-heading {
    padding: 15px;
}
.mcp-module-wrapper-media-content .module-heading--sx {
    margin-left: -15px;
}
.mcp-module-wrapper-media-content .module-heading--center .block-item-name {
    font-style: italic;
    line-height: 1.1em !important;
    display: inline-block;
}
@media only screen and (min-width: 767px) {
    .mcp-module-wrapper-media-content .module-heading--dx {
        text-align: right;
    }
}
@media only screen and (max-width: 570px) {
    .mcp-module-wrapper-media-content .btn-small {
        font-size: 11px !important;
        height: inherit !important;
        margin: 0;
        padding: 0;
        padding-left: 9.27px;
        padding-right: 9.27px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-wrapper-media-content .btn-small {
        margin-left: -15px !important;
    }
}
@media only screen and (max-width: 570px) {
    .mcp-module-wrapper-media-content .btn-small.btn-wish-list {
        font-size: 14px !important;
        height: 25px !important;
        margin: 0;
        padding: 0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 25px;
    }
}
.mcp-module-wrapper-media {
    background: #fff;
    display: block;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 640px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .mcp-module-wrapper-media {
        height: 300px;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-wrapper-media {
        height: 250px;
    }
}
.mcp-module-wrapper-media img {
    float: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
}
.mcp-module-wrapper-media video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
}
.mcp-module-wrapper-media .block-container-icon {
    z-index: 6;
    margin-left: 9.27px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-media .block-container-icon {
        margin-top: 15px;
    }
}
.mcp-module-wrapper-media .block-container-icon ul {
    margin: 0;
    padding: 0;
}
.mcp-module-wrapper-media .block-container-icon ul li {
    list-style: none;
    margin-bottom: 9.27px;
}
@media only screen and (max-width: 992px) {
    .mcp-module-wrapper-media .block-container-icon ul li {
        display: inline-block;
    }
}
.mcp-module-option-frame-slider {
    padding-bottom: 50px;
}
.mcp-module-option-frame-slider .slide {
    padding-right: 9.27px;
    padding-left: 9.27px;
}
.mcp-module-option-ambient-slider {
    padding-bottom: 50px;
}
.mcp-module-option-ambient-slider .slide {
    padding-right: 15px;
    padding-left: 0;
}
.mcp-module-slider-vertical-thumb {
    margin-right: 15px;
}
.mcp-module-wrapper-slider-vertical-thumb {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mcp-module-wrapper-slider-vertical-thumb:after,
.mcp-module-wrapper-slider-vertical-thumb:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-slider-vertical-thumb:after {
    clear: both;
}
.mcp-module-wrapper-slider-vertical-thumb:after,
.mcp-module-wrapper-slider-vertical-thumb:before {
    content: " ";
    display: table;
}
.mcp-module-wrapper-slider-vertical-thumb:after {
    clear: both;
}
.mcp-module-cart-resume {
    margin-bottom: 39.27px;
}
.mcp-module-cart-resume .Rtable .block-info {
    font-size: 13px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .mcp-module-cart-form .btn-small {
        height: auto;
    }
}
.mcp-module-cart-shipping {
    margin-bottom: 24.27px;
}
.mcp-module-cart {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 414px) {
    .mcp-module-cart .mcp-module-heading {
        font-size: 14px;
    }
}
.mcp-module-cart .mcp-module-heading.mcp-module-heading--border-bottom {
    padding-bottom: 9.27px !important;
}
.mcp-module-cart .Rtable {
    margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
    .mcp-module-cart .Rtable {
        margin-bottom: 15px;
    }
}
.mcp-module-cart .Rtable .block-info {
    font-size: 13px;
    text-align: left !important;
}
.mcp-module-cart .Rtable .block-title {
    font-size: 16px;
    font-weight: 500;
    font-family: Diagramm-bold, sans-serif;
    text-align: left !important;
}
.mcp-module-cart .Rtable .block-title a {
    color: #3b3b3b;
}
.mcp-module-cart .gcp-delimiter {
    border-color: #b9821d;
}
@media only screen and (max-width: 570px) {
    .mcp-module-cart .block-wrapper-button .col-md-6 {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
}
@media only screen and (max-width: 570px) {
    .mcp-module-cart .block-wrapper-button .col-md-6:last-child {
        margin-bottom: 0 !important;
    }
}
.mcp-module-wrapper-pop-up {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 9999;
    display: none;
}
.mcp-module-wrapper-pop-up.js-called {
    display: block;
}
.mcp-module-wrapper-pop-up .mcp-module-pop-up-in-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    margin: auto;
}
.mcp-module-pop-up-in-overlay {
    background: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    max-width: 550px;
    max-height: 550px;
    min-height: 550px;
}
.mcp-module-pop-up-in-overlay.no-max-height {
    max-height: inherit;
}
@media only screen and (max-width: 992px) {
    .mcp-module-pop-up-in-overlay .content-align-right {
        text-align: center !important;
        padding-top: 9.27px;
    }
}
.mcp-module-pop-up-in-overlay .block-text {
    padding-top: 60px;
}
.mcp-module-pop-up-in-overlay p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2em;
}
.mcp-module-widget-side-banner {
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.mcp-module-widget-side-banner:hover {
    background: #3b3b3b;
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .module-heading.bg-ct2 .col-md-7 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .module-heading.bg-ct2 .col-md-5 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .btn-show-nav {
        cursor: pointer;
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .nav-collapse {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-my-account-page .collapse,
    .mcp-module-my-account-page .collapse.in {
        display: block !important;
    }
}
.mcp-module-my-account-page .collapse.in.js-called,
.mcp-module-my-account-page .collapse.js-called {
    display: block !important;
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .module-side-dx {
        padding-top: 15px;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-my-account-page .module-side-dx .mcp-module-wrapper-element .bcp-module-tab-nav {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 414px) {
    .mcp-module-my-account-page .module-side-dx .mcp-module-cart-form .block-wrapper-button {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .mcp-module-widget-side-banner {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-module-my-account-page .block-wrapper-button .col-md-6 {
        width: 50% !important;
        float: left !important;
        margin: 0 !important;
    }
}
.mcp-module-wrapper-lightbox .Rtable {
    margin-bottom: 15px !important;
}
.mcp-module-wrapper-lightbox .block-form-edit-name {
    display: none;
}
.mcp-module-wrapper-lightbox .block-form-edit-name.js-called {
    display: block;
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-lightbox .module-heading .col-md-7 {
        width: 40% !important;
    }
    .mcp-module-wrapper-lightbox .module-heading .col-md-5 {
        width: 60% !important;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu {
        text-align: right;
    }
    .mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu * {
        font-size: 14px !important;
    }
}
.mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu li {
    display: inline-block;
}
@media only screen and (max-width: 1100px) {
    .mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu li {
        margin-bottom: 4px;
    }
}
.mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu .btn-link,
.mcp-module-wrapper-lightbox .module-heading .bcp-block-heading-menu .btn-link.btn-buy {
    border: 1px solid #fff !important;
}
.mcp-module-wrapper-lightbox .bcp-block-item .block-text .bcp-block-lightbox-item-tool {
    margin: -9.27px !important;
    position: relative;
}
.mcp-module-wrapper-lightbox .bcp-block-item .block-text .bcp-block-lightbox-item-tool .codice {
    position: absolute;
    top: 0;
    margin: 0 !important;
    bottom: inherit !important;
    z-index: 4;
    margin-top: 9.27px !important;
    margin-left: 15px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .mcp-module-wrapper-lightbox .bcp-block-item .block-text .bcp-block-lightbox-item-tool .codice span {
        font-size: 12px !important;
    }
}
.mcp-module-wrapper-lightbox #blockItemContentLightbox-block-text .row.codice {
    padding-left: 15px !important;
}
.mcp-wrapper-new-lightbox {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    z-index: 6;
}
.mcp-wrapper-new-lightbox:after,
.mcp-wrapper-new-lightbox:before {
    content: " ";
    display: table;
}
.mcp-wrapper-new-lightbox:after {
    clear: both;
}
.mcp-wrapper-new-lightbox:after,
.mcp-wrapper-new-lightbox:before {
    content: " ";
    display: table;
}
.mcp-wrapper-new-lightbox:after {
    clear: both;
}
@media only screen and (max-width: 992px) {
    .mcp-wrapper-new-lightbox .mcp-my-lightbox-tool {
        height: 200px;
        overflow: auto;
    }
}
.mcp-wrapper-new-lightbox .bcp-block-my-alinari-too-pop-up {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 992px) {
    .mcp-wrapper-new-lightbox .bcp-block-my-alinari-too-pop-up {
        position: relative !important;
        top: 0 !important;
    }
}
.mcp-my-lightbox-module {
    position: relative;
    margin-bottom: 9.27px;
}
.mcp-my-lightbox-module.js-called {
    display: none;
}
.mcp-my-lightbox-module:last-child {
    margin-bottom: 0;
}
.mcp-my-lightbox-module-heading {
    position: relative;
}
.mcp-my-lightbox-wrapper {
    width: 330px;
    position: fixed;
    height: 1px;
    top: 110px;
    display: block;
    z-index: 4;
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-wrapper {
        top: 140px;
        height: auto;
        position: absolute;
    }
}
.mcp-my-lightbox-wrapper .gcp-btn-close {
    margin-right: 4.64px;
    margin-top: 4px;
}
.mcp-my-lightbox-wrapper-x {
    width: 100%;
    display: block;
    z-index: 4;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0 !important;
    box-shadow: none;
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-wrapper-x .btn-show-nav {
        cursor: pointer;
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-wrapper-x .nav-collapse {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .mcp-my-lightbox-wrapper-x .collapse,
    .mcp-my-lightbox-wrapper-x .collapse.in {
        display: block !important;
    }
}
.mcp-my-lightbox-wrapper-x .collapse.in.js-called,
.mcp-my-lightbox-wrapper-x .collapse.js-called {
    display: block !important;
}
.mcp-my-lightbox-wrapper-x .gcp-btn-close {
    margin-right: 4.64px;
    margin-top: 4px;
}
.mcp-my-lightbox-wrapper-x .mcp-my-lightbox-panel-content {
    max-height: inherit;
    overflow: hidden;
}
.mcp-my-lightbox-wrapper-x .mcp-my-lightbox-panel-content .bcp-my-lightbox-panel-content-thumbnail {
    max-height: 220px;
    overflow: auto;
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-tool .gcp-inline-list li {
        display: block;
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .mcp-my-lightbox-tool .gcp-inline-list li:last-child {
        border-bottom: 0;
    }
}
.mcp-my-lightbox-easy-bar {
    background: #000;
    padding: 9.27px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mcp-my-lightbox-easy-bar ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.mcp-my-lightbox-easy-bar ul li:last-child {
    border-right: 0;
}
.mcp-my-lightbox-easy-bar ul li a {
    text-decoration: none;
}
.mcp-my-lightbox-easy-bar ul li a:hover {
    color: #fff;
}
.mcp-my-lightbox-panel {
    background: #000;
    padding: 5px;
    border-left: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    padding-left: 35px;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-panel {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
    }
}
.mcp-my-lightbox-panel.active {
    background: #b9821d;
}
.mcp-my-lightbox-panel.active:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mcp-my-lightbox-panel:hover {
    background: #b9821d;
}
.mcp-my-lightbox-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 14px;
    margin-left: 7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    width: auto;
}
.mcp-my-lightbox-panel:after {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
    position: absolute;
    left: 27px;
    top: 0;
    width: 1px;
}
.mcp-my-lightbox-panel .fa {
    color: #fff !important;
}
.mcp-my-lightbox-panel .module-main-title {
    color: #fff;
    line-height: 1em !important;
    font-size: 16px !important;
    cursor: pointer;
    font-family: Diagramm-light, sans-serif;
}
.mcp-my-lightbox-panel-content {
    background: #000;
    width: 290px;
    height: 100%;
    box-shadow: 0 0 4px #000;
    max-height: 600px;
    overflow: auto;
    display: none;
}
.mcp-my-lightbox-panel-content.js-called {
    display: block;
}
.mcp-my-lightbox-panel-content.mcp-my-lightbox-panel-content--x {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .mcp-my-lightbox-panel-content {
        width: 100%;
    }
}
.mcp-my-lightbox-panel-content .gcp-have-jcf-select-with-border .jcf-select .jcf-select-text {
    color: #3b3b3b;
}
.mcp-my-lightbox-panel-content .gcp-delimiter {
    margin-top: 0;
    margin-bottom: 0;
}
.mcp-my-lightbox-panel-content .jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.mcp-my-lightbox-panel-content .jcf-scrollable-wrapper .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #000 none repeat scroll 0 0 !important;
}
.mcp-my-lightbox-panel-content .jcf-scrollbar-vertical {
    background: #000 none repeat scroll 0 0 !important;
}
@media only screen and (min-width: 992px) {
    .mcp-module-wrapper-other-page .col-md-4 .block-item-post {
        min-height: 270px;
    }
}
.mcp-module-wrapper-other-page .col-md-4:nth-child(3n) {
    margin-left: -1px !important;
}
.mcp-module-wrapper-other-page .block-title {
    font-size: 2vw;
}
.mcp-module-table-extra-info {
    font-size: 13px;
    background: #fff;
    padding: 9.27px;
}
.mcp-module-table-extra-info.mcp-module-table-extra-info--even {
    background: #f2f2f2;
}
.mcp-module-show-hide-sidebar {
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -320px;
    margin-top: 52px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media only screen and (max-width: 992px) {
    .mcp-module-show-hide-sidebar {
        display: none;
    }
}
.mcp-module-show-hide-sidebar.active .btn-show-hide-sidebar,
.mcp-module-show-hide-sidebar:hover .btn-show-hide-sidebar {
    background: #b9821d;
}
.mcp-module-show-hide-sidebar.active {
    z-index: 3;
    margin-left: 0;
}
.mcp-module-show-hide-sidebar .mcp-module-show-hide-sidebar-content {
    width: 320px;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}
.mcp-module-show-hide-sidebar .mcp-module-show-hide-sidebar-content .mcp-module-wrapper-search-filter--autocomplete {
    padding-left: 9.27px !important;
}
.mcp-module-show-hide-sidebar .btn-show-hide-sidebar {
    height: 40px;
    z-index: 1;
    background: #8c8884;
    display: block;
    color: #fff;
    position: relative;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    backface-visibility: hidden;
    webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}
.mcp-module-show-hide-sidebar .btn-show-hide-sidebar .fa {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 12px;
}
.product-title {
    font-weight: 600;
}
@media only screen and (max-width: 992px) {
    .w-all-wm-xxl {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .w-m-wm-xxl {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-xxl:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 770px) {
    .w-all-wm-xl {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 770px) {
    .w-m-wm-xl {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-xl:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .w-all-wm-l {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .w-m-wm-l {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-l:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 570px) {
    .w-all-wm-m {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 570px) {
    .w-m-wm-m {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-m:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 570px) {
    .w-all-wm-s {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 480px) {
    .w-m-wm-m {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-m:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 414px) {
    .w-all-wm-xs {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
}
@media only screen and (max-width: 414px) {
    .w-m-wm-m {
        width: 49% !important;
        margin-right: 2% !important;
    }
    .w-m-wm-m:nth-child(n + 2):nth-child(even) {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .hide-in-wm-xxl {
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .hide-in-wm-tablet {
        display: none !important;
    }
}
@media only screen and (max-width: 720px) and (max-height: 1280px) {
    .hide-in-wm-tablet {
        display: none !important;
    }
}
@media only screen and (max-width: 480px) and (max-height: 800px) {
    .hide-in-wm-tablet {
        display: none !important;
    }
}
@media only screen and (min-device-width: 1280px) and (max-device-height: 800px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    .hide-in-wm-tablet {
        display: none !important;
    }
}
.show-in-wm-xxl {
    display: none !important;
}
@media only screen and (max-width: 992px) {
    .show-in-wm-xxl {
        display: block !important;
    }
}
@media only screen and (max-width: 770px) {
    .hide-in-wm-xl {
        display: none !important;
    }
}
.show-in-wm-xl {
    display: none !important;
}
@media only screen and (max-width: 770px) {
    .show-in-wm-xl {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    .hide-in-wm-l {
        display: none !important;
    }
}
.show-in-wm-l {
    display: none !important;
}
@media only screen and (max-width: 767px) {
    .show-in-wm-l {
        display: block !important;
    }
}
@media only screen and (max-width: 570px) {
    .hide-in-wm-m {
        display: none !important;
    }
}
.show-in-wm-m {
    display: none !important;
}
@media only screen and (max-width: 570px) {
    .show-in-wm-m {
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    .hide-in-wm-s {
        display: none !important;
    }
}
.show-in-wm-s {
    display: none !important;
}
@media only screen and (max-width: 480px) {
    .show-in-wm-s {
        display: block !important;
    }
}
@media only screen and (max-width: 414px) {
    .hide-in-wm-xs {
        display: none !important;
    }
}
.show-in-wm-xs {
    display: none !important;
}
@media only screen and (max-width: 414px) {
    .show-in-wm-xs {
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .align-center-in-wm-xxl {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 770px) {
    .align-center-in-wm-xl {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .align-center-in-wm-l {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 570px) {
    .align-center-in-wm-m {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
}
@media only screen and (max-width: 480px) {
    .align-center-in-wm-s {
        text-align: center !important;
    }
}
@media only screen and (max-width: 414px) {
    .align-center-in-wm-xs {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
}
.gutter-top-large {
    padding-top: 30px;
}
@media only screen and (max-width: 1370px) {
    .gutter-top-large {
        padding-top: 15px;
    }
}
.gutter-bottom-large {
    padding-bottom: 30px;
}
.gutter-bottom-large .block-sub-title,
.gutter-bottom-large > .module-main-sub-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 1370px) {
    .gutter-bottom-large {
        padding-bottom: 15px;
    }
}
.gutter-left-large {
    padding-left: 30px;
}
@media only screen and (max-width: 1370px) {
    .gutter-left-large {
        padding-left: 15px;
    }
}
.gutter-right-large {
    padding-right: 30px;
}
@media only screen and (max-width: 1370px) {
    .gutter-right-large {
        padding-right: 15px;
    }
}
.sprite-images-arrow-down,
.sprite-images-arrow-next,
.sprite-images-arrow-prev,
.sprite-images-arrow-top {
    background-image: url(../images/images.png);
    background-repeat: no-repeat;
    -webkit-background-size: 32px 24px;
    -moz-background-size: 32px 24px;
    background-size: 32px 24px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
    .sprite-images-arrow-down,
    .sprite-images-arrow-next,
    .sprite-images-arrow-prev,
    .sprite-images-arrow-top {
        background-image: url(../images/images.png);
    }
}
.sprite-images-arrow-top {
    background-position: 0 0;
    width: 16px;
    height: 10px;
}
.sprite-images-arrow-down {
    background-position: -16px 0;
    width: 16px;
    height: 10px;
}
.sprite-images-arrow-prev {
    background-position: 0 -10px;
    width: 7px;
    height: 14px;
}
.sprite-images-arrow-next {
    background-position: -7px -10px;
    width: 7px;
    height: 14px;
}
