
body, body.cke_editable_themed{
    font-size: 14px;
}

#contents {
    z-index: 0;
}


.row-wrapper {
  position:relative;
  z-index:1;
}

#row-wrapper-contents {
    position: relative !important;
    z-index: 1 !important;
}

#row-wrapper-header {
    position: relative !important;
    z-index: 20 !important;
}

ul, ol {
    margin-bottom: 0;
}

.container {
    padding: 0;
}

label {
    font-weight: 600;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}



.widget {
    position: relative;
    display: inline-block;
}

.bx-wrapper .bx-viewport {
  box-shadow: 0 0 0 transparent !important;
  border: 0 solid transparent !important;
}

#frontend > .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.preview {
  width:100%;
  display: block;
}
.preview .carousel-caption {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
}
.preview .text {
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
  padding: 10px 20px;
}
.preview .carousel {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.preview .image {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.preview .price {
    font-size: 1em;
    padding: 10px 0px;
}

.preview-separator {
    width: 100%;
    height: 1px;
}

img.preview-img {
    float: none !important;
    margin: 0 auto;
}

.preview .image img {
  float:none;
}


.preview {
    cursor: pointer;
}

.preview:hover{
    box-shadow:         inset 0px 0px 15px 0px rgba(50, 50, 50, 0.1);
}

@media (min-width: 768px) {
    .preview .image img {
        float:right;
    }
}

.widget-previewbox-blog {
    min-height: 300px;
}

table.previewbox {
    width: 100%;
}

table.previewbox td, table.previewbox th {
    padding: 2px 10px;
    border: 1px solid #b0b0b0;
}

table.previewbox th {
    background-color: #f0f1f4;
}

.ecommerce-filters {
    background: #fff;
   /* background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(5%,rgba(255,255,255,0)),color-stop(100%,#f5f5f5));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 5%,#f5f5f5 100%);
    background-image: linear-gradient(left,rgba(255,255,255,0) 5%,#f5f5f5 100%); */
    /* border: 1px solid #e4e4e4; */
    background-color: #fff;
    padding: 20px;
    background-repeat: no-repeat;
    /*box-shadow: inset 0 2px 10px 3px rgba(0,0,0,.07),0 1px rgba(0,0,0,.1);*/
}

.ecommerce-filters input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.ecommerce-filters label {
    font-weight: 500;
    font-size: 12px;
}

.custom_select {
    padding: 5px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("/static/images/arrowdown.gif") no-repeat 97% 50%;
    margin-bottom: 5px;
}

.custom_select select {
    padding: 0px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size:12px;
    padding: 0px;
    margin: 0px;
}

.custom_select select:focus {
    outline: none;
}

.custom_select_contact {
    padding: 5px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("/static/images/arrowdown.gif") no-repeat 97% 50%;
    margin: 5px 0px;
}

.custom_select_contact select {
    padding: 0px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    font-size: 1em;
    margin: 0;
    height: 26px;
}

.custom_select_contact select:focus {
    outline: none;
}


.edit-page,
.edit-container,
.edit-row {
    display: none;
}



.slider-size {
    height: 400px; /* slider height */
}
.slider-preview-size {
    height: 180px; /* slider height */
}
.carousel {
    width: 100%;
    margin: 0 auto; /* center carousel if other than 100% */
}

.spacer-top {
    height: 50px;
}


/* page contents form style */

.navbar-form.under-bar li,
.widget-form  li {
    list-style-type: none;
    position: relative;
}

.navbar-form.under-bar label,
.widget-form  label {
    width: 200px;
    text-align:left;
    vertical-align: top;
    font-size: 0.85em;
    margin-bottom: 5px;
    font-weight: normal;
}

.navbar-form.under-bar input:not([type='checkbox']),
.navbar-form.under-bar select,
.navbar-form.under-bar textarea,
.widget-form input:not([type='checkbox']),
.widget-form select, .widget-form textarea {
    margin-bottom: 5px;
}

.sp-replacer {
    margin-bottom: 5px !important;
}

.navbar-form.under-bar select,
.widget-form select {
    margin-top: 5px;
}

.submit-form {
    margin-left: 170px;
}

.widget-form {
    padding: 10px;
}

.file-img {
    max-height: 100px;
    max-width: 400px;
    border: 1px solid black;
}

/* widget edit form style */
.widget-form-table {
    font-size: 0.9em;
}

.widget-form-table label {
    text-align: left;
    font-size:0.9em;
    padding: 0px;
    width: auto;
    display: block;
    font-weight: normal;
}

.widget-form-table td {
    vertical-align: top;
    padding: 10px;
}

table.widget-form-table  {
    width: 100%;
}

.widget-form-table input:not([type='checkbox']),
.widget-form-table select,
.widget-form-table textarea {
    width: 85px;
    padding: 5px;
}

.widget-form-table input:not([type='checkbox']) {
    vertical-align: top;
    padding: 0;
}

div[widget-type='Menu'] li {
    list-style-type: none;
}

div[widget-type='SinglePictureBox'] img {
    height: auto;
    width: 100%;
}

div[widget-type='SinglePictureBox'][widget-size-xs='0'] img {
    height: auto;
    width: auto;
}

div[widget-type='SinglePictureBox'] {
    line-height: 0px;
}

div[widget-type='Spacer'] {
    line-height: 0px;
}

.bx-wrapper {
  margin-bottom: 0 !important;
    border:0;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 10px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0px;
}

.row {
    margin: 0 auto;
    position: relative;
}


/** SOCIAL SHARE CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff !important;
    border: none;
    padding: 0.5em;
    outline: none;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.share-btn:hover {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
    opacity: 0.8;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2 !important;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }
.share-btn.pinterest   { background: #CE2020; }

.edit-widget { display: none; }
.delete-widget { display: none; }
.sizes-widget { display: none; }
.changesize-widget { display: none; }
#rowcontrols { display: none; }

.sp-input {
  background-color: #fff !important;
}

.file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.file-input {
  color:transparent;
}
.file-input::before {
  content: 'Browse files...';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 0.8em;
  color: #000;
}
.file-input:hover::before {
  border-color: black;
}
.file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.menu-submenu {
  padding: 10px;
  padding-bottom:8px;
}
.menu-submenu a {
  padding: 0 20px;
  margin: 0;
  color: Black !important;
  padding-bottom: 5px!important;
  line-height: 32px!important;
  font-size: 12px;
  margin-right: -4px;
  z-index: 8;
  display: inlne-block;
  margin: 0 2px;
}
.menu-submenu {
    width: 100%;
    vertical-align: top;
    text-align: center;
    background-color: transparent;
    margin-bottom: 1px;
    position: relative;
}
ul.menu-footer-sez {
    width: auto;
    vertical-align: top;
    display: inline-block !important;
    padding: 0px;
    margin: 0 20px;
}
@-moz-document url-prefix() {
    .menu-submenu {
        padding-bottom:10px;
    }
}

.menu-submenu a:hover,
.menu-submenu a.active {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.contact-widget {
  position: relative;
}

.newsletter-modal input,
.contact-widget input {
  margin: 5px 0;
}

.newsletter-input-wrap,
.contact-input-wrap {
    padding: 0 5px;
}

.newsletter-modal input,
.contact-widget input {
    width: 100%;
}
.newsletter-modal textarea,
.contact-widget textarea {
  height: 100px;
  width: 100%;
  margin: 5px 0;
}

.newsletter-modal textarea,
.newsletter-modal input,
.contact-widget input,
.contact-widget textarea {
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.newsletter-modal input[type="text"]
.contact-widget input[type="text"] {
    height: 43px;
}

.contact-widget input[type="submit"] {
  cursor:pointer;
 border:1px solid #d7dada;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 padding: 10px 10px 10px 10px;
 display:inline-block;
 background-color: #f4f5f5;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.contact-widget input[type="submit"]:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}


.contact-widget label {
  margin: 0px;
}

.contact-widget-loader,
.contact-widget-ok,
.contact-widget-ko,
.newsletter-widget-ok{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  background-color:#fff;
  opacity:1;
  vertical-align: middle;
  display:none;
  z-index: 1000;
}
.newsletter-widget-ok {
    top: 22px;
}
.newsletter-widget-ok i {
  color: green;
  font-size: 10em;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.newsletter-widget-ok span {
  color: green !important;
  font-size: 1.2em !important;
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 4px 4px 16px rgba(150, 150, 150, .4);
}

.newsletter-widget-ok span {
  top: 75%;
}

.contact-widget-ko i {
  color: red;
  font-size: 10em;
  position: absolute;
  top: 30%;
  left: 37%;
  text-shadow: 4px 4px 16px rgba(150, 150, 150, .6);
}

.contact-widget-ko span {
  color: red !important;
  font-size: 1.2em !important;
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 4px 4px 16px rgba(150, 150, 150, .4);
}

.contact-widget-loader img {
  position: absolute;
  top: 30%;
  left: 40%;
}

.newsletter-modal .privacy .privacy-message,
.contact-widget .privacy .privacy-message {
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
}


.newsletter-modal .mandatory-message,
.contact-widget .mandatory-message {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.85;

}
.newsletter-modal .mandatory-message,
.contact-widget .mandatory-message {
    font-size: 13px;
    opacity: 0.5;

}

.newsletter-modal .required_legend,
.contact-widget .required_legend
    {
        font-size: 12px;

    }


.newsletter-modal .privacy a,
.contact-widget .privacy a {
    font-size: 13px;
}


input.error {
  border: 1px solid red;
}

.error-message {
  display:none;
  color: red;
  font-size: 1.2em;
}

.vg7-form-block {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.vg7-form-block h3 {
  width: 90%;
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 10px !important;
}

.vg7-form-block label {
  height: 20px;
  font-size: 0.8em !important;
  font-weight: normal;
}

#widget-responsive label {
  width: 30px;
  font-size: 1.4em;
  text-align: center;
}

#widget-responsive .vg7-form-block label {
  font-size: 1.2em !important;
  text-align: center;
}

#widget-responsive input[type=checkbox] {
  margin: 8px 0 0;
}

li[role="presentation"] {
  font-weight: 200;
  font-size: 0.9em;
}

.row-sort-control,
.row-delete-control,
.row-edit-control,
.row-clone-control {
  display: none;
}

.structure-toolbar {
  width: 100%;
  text-align: left;
}

.clonable-elements .highlight {
  display:none;
}

.btn-default {
  font-size:0.9em;
  cursor:pointer;
 border:1px solid #d7dada;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 display:inline-block;
 background-color: #f4f5f5;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.btn-default:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.change-size-dropdown {
  display:none;
}

.attachmentbox {
    list-style: none;
    padding: 0;
}

.attachmentbox li {
    padding: 10px 10px;
}

#fade {
    z-index: 9999;
}

#fade,
#fade-form {
    padding: 20px;
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    overflow: hidden;
}
#fade i {
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    color: #bbb;
}
#fade-form i {
    font-size: 400px;
    bottom: -200px;
    position: absolute;
    right: -200px;
    opacity: 1;
    color: gray;
    animation: fa-spin 3s infinite linear;
}

.additionalcontent {
    width: 100%;
}

.additionalcontent-title {
    font-size: 1.3em;
    cursor:pointer;
}

.additionalcontent p {
    display:inline-block;
}

.additionalcontent-contents {
    margin-top: 10px;
    display: none;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: initial;
  font-size: 24px;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
    background: transparent;
}

.bx-wrapper .bx-prev {
    left: 0px !important;
    padding: 8px 14px !important;
}

.bx-wrapper .bx-next {
    right: 0px !important;
    padding: 8px 17px !important;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.parallax-mirror {
    z-index: 1 !important;
}

.bx-wrapper .bx-caption  {
    padding-bottom: 40px !important;
    bottom: 0px !important;
}

button.pager {
    padding: 10px 20px;
}

.curr_page {
    display: inline-block;
    padding: 10px;
}

.search-btn {
    border-radius: 0px;
    margin-top: -2px;
    padding: 6px 10px;
}



.preview_squares {
    display: inline-block;
    cursor: pointer;
}

.preview_squares_inset {
    position: relative;
    height: 100%;
    overflow:hidden;
    border-left:0px;
    border-top:0px;
    margin: 0px;
}

.preview_squares_inset > div.image > a {
  overflow: hidden;
  display: block;
  background-color: transparent;
}

.preview_squares_inset > div.image > a > img {
    width: 100%; /* or any custom size */
    height: auto;
    object-fit: contain;
    background-color: transparent;
    position: relative;
}

.preview_squares_inset > div.image > a {
  overflow: hidden;
  display: block;
  background-color: transparent;
}


@media (max-width: 768px) {
  /*.preview_squares {
    height: 600px;
  }
  .preview_squares_inset > div.image > a {
    height: 520px;
  }*/
}


.preview_squares {
    margin-bottom: 2px;
    padding-right: 1px;
    padding-left: 1px;
}

/*
@media (min-width: 768px) {
  .first-md {
    padding-left: 0px;
  }
  .last-md {
    padding-right: 0px;
  }
}
*/


#user-form p, #addresses-form p,
#user-form label, #addresses-form label
#user-form label.control-label, #addresses-form label.control-label,
#user-form span, #addresses-form span,
#user-form input, #addresses-form input {
    font-size: 1em;
    width: 100%;
    padding: 5px;
    text-align: left;
    padding-top: 10px;
    font-weight: normal;
}

#user-form label {
}

.error {
    color: red;
}

.error-box {
    border: 1px solid red;
}


.sm .sub-arrow {
    display: none;
}

.breadcrums_separator {
        font-size: 1.1em;
}

#login-form p,
#login-form label,
#login-form label.control-label,
#login-form span,
#login-form input {
    font-size: 1em;
    width: 100%;
    padding: 5px;
    text-align: left;
    padding-top: 10px;
    font-weight: normal;
}


.newsletter-input-wrap input {
    padding: 10px;
}

label.prodattr {
    font-weight: normal !important;
}

.light-gallery-desc {
    position: absolute;
    top: 85%;
    width: calc(100% - 12px);
    text-align: center;
    height: calc(15% - 5px);
    overflow: hidden;
    margin-left: 1px;
}

.light-gallery-desc-bg {
    position: absolute;
    top: 85%;
    width: calc(100% - 12px);
    text-align: center;
    height: calc(15% - 5px);
    overflow: hidden;
    margin-left: 1px;
}

.light-gallery-desc-bg.light {
    background-color: #000;
    opacity: 0.85;
}

.light-gallery-desc-bg.dark {
    background-color: #fff;
    opacity: 0.85;
}

.light-gallery-desc.light {
    color: #fff;
    font-weight: 200;
}

.light-gallery-desc.dark {
    color: #000;
    font-weight: 300;
}

.light-gallery-line {
    width: 60%;
    height: 1px;
    border-bottom: 1px solid rgb(224,224,224);
    margin: 0 auto;
    margin-bottom: 10px;
    display:none;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


.required_field {
    position: absolute;
    bottom: 16px;
    color: red;
    font-size: 8px;
    right: 30px;
}

.e-commerce-messages {
    padding: 20px;
    display: none;
}

.order-list {
    list-style: none;
    min-height: 100px;
    padding: 0;
    margin: 0;
}

.order-id, .order-date, .order-status, .order-amount {
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.order-head {
    font-weight: bold;
}

.recaptcha-error {
    background-color: #fff;
    opacity: 0.95;
    font-size: 12pt;
    width: 100%;
    padding: 30px;
    color: black;
}


#container-header-wrapper{
  z-index:50;
}

#container-contents-wrapper{
  position:relative;
  z-index:30;
}


.lg-sub-html .customHtml {
    color: #fff !important;
}

.responsive-video {
    position:         relative;
    padding-top:      30px;
    padding-bottom:   56.25%;
    height:           0;
    overflow:         hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed
{
    position:  absolute;
    top:       0;
    left:      0;
    width:     100%;
    height:    100%;
}

a.endless_more {
    display:    none !important;
}


div[widget-type="AdditionalContent"] img {
    display: block;
    max-width: 100%;
    height: auto;
}


.bx-caption {
    width: 1170px !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: transparent !important;
    font-size: 40px;
    line-height: 40px !important;
    padding-right: 585px !important;
}

.bx-caption span {
    line-height: 40px !important;
    font-weight: 300;
}

/* stili form backoffice */

.widget-form label.label-error,
label.label-error,
.field-errors li {
    color: red;
    font-size: 12px !important;
    font-family: Open Sans, Arial, sans-serif !important;
}
.field-errors ul {
    padding: 0;
}

.input-error {
    border: 1px solid red;
    color: red !important;
}


.field-help-text {
    font-size: 12px;
    color: #606060;
}

/* */
.modal-header .close {
    margin-top: -22px;
    position: absolute;
    right: 13px;
    font-size: 80px;
    font-weight: 300;
    z-index: 2;
}
.newsletter-modal h1{
    font-size: 24px;
}
