.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: "Before"; }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: "After"; }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.beforeAfterGallery_modal.fade,
.beforeAfterGallery_modal .fade{
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.beforeAfterGallery_modal.fade.in,
.beforeAfterGallery_modal .fade.in{
opacity: 1;
}
.artifex-modal-open{
overflow:hidden;
}
.beforeAfterGallery_modal.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.beforeAfterGallery_modal.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.beforeAfterGallery_modal.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.artifex-modal-open .beforeAfterGallery_modal.modal {
overflow-x: hidden;
overflow-y: auto;
}
.beforeAfterGallery_modal .modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.artifex-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.beforeAfterGallery_modal .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.artifex-modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.beforeAfterGallery_modal .modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.beforeAfterGallery_modal .close {
margin-top: -2px;
position: absolute;
top: 0;
right: 0;
display: block;
text-align: center;
z-index: 10;
line-height: 1em;
padding: 10px 15px;
}
.beforeAfterGallery_modal .modal-title {
margin: 0;
line-height: 1.42857143;
}
.beforeAfterGallery_modal .modal-body {
position: relative;
padding: 15px;
}
.beforeAfterGallery_modal .modal-footer {
padding: 15px;
border-top: 1px solid #e5e5e5;
margin-top:0;
}
.beforeAfterGallery_modal .modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.beforeAfterGallery_modal .modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.beforeAfterGallery_modal .modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.beforeAfterGallery_modal .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.beforeAfterGallery_modal .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.beforeAfterGallery_modal .modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.beforeAfterGallery_modal .modal-lg {
width: 900px;
}
}
.beforeAfterGallery_modal .modal-footer:before,
.beforeAfterGallery_modal .modal-footer:after {
display: table;
content: " ";
}
.beforeAfterGallery_modal .modal-footer:after {
clear: both;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before{
color:#000;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
background: rgba(255, 255, 255, 0.7);
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item > img,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel {
position: relative;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item > img,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition:      -o-transform .6s ease-in-out;
transition:         transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.next,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.prev,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.next.left,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.prev.right,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .active,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .next,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .prev {
display: block;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .active {
left: 0;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .next,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .next {
left: 100%;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .prev {
left: -100%;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .next.left,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .prev.right {
left: 0;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .active.left {
left: -100%;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-inner > .active.right {
left: 100%;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control.left{
right:auto;
margin-top:-10px;
position:absolute;
top:50%;
margin-left:-15px;
background: #fff;
border-radius: 5px;
left: -15px;
display: block;
height: 40px;
z-index: 9999999999;
width: 30px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control.left > span{
right: 15px;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-right-color: #000;
border-width: 10px;
margin-top: -10px;
text-indent:-9999px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control.right{
left:auto;
display:block;
margin-top:-10px;
position:absolute;
top:50%;
margin-right:-15px;
background: #fff;
border-radius: 5px;
right: -15px;
display: block;
height: 40px;
z-index: 9999999999;
width: 30px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control.right > span{
left: 15px;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-left-color: #000;
border-width: 10px;
margin-top: -10px;
text-indent:-9999px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control:hover,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-left,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
line-height: 1;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev:before {
content: '\2039';
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next:before {
content: '\203a';
}
.beforeAfterGallery_modal .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.beforeAfterGallery_modal .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.beforeAfterGallery_modal .carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.beforeAfterGallery_modal .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.beforeAfterGallery_modal .carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-left,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-right,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-left,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-prev {
margin-left: -15px;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .glyphicon-chevron-right,
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control .icon-next {
margin-right: -15px;
}
.beforeAfterGallery_modal .carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.beforeAfterGallery_modal .carousel-indicators {
bottom: 20px;
}
}
.twentytwenty-overlay{
background:none !important;
}
.twentytwenty-before-label,
.twentytwenty-after-label{
opacity:1 !important;
}
.twentytwenty-container img{
width:100%;
background:#fff;
}
.beforeAfterGallery_modal .beforeAfterGallery_carousel-control{
width:5%;
}
.beforeAfterGallery_carousel-control span{
font-size:36px;
}
.beforeAfterGallery_modal p{
margin:0 0 15px;
}
.beforeAfterGallery_modal ul{
list-style:none;
margin:0;
padding:0;
white-space:nowrap;
}
.beforeAfterGallery_modal li{
display:inline;
}
.beforeAfterGallery_modal li img{
width:10%;
}
.beforeAfterGallery_modal li.active img{
outline:1px auto #337ab7;
}
.beforeAfterGallery_modal button.active{
background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #245580;
color:#fff;
}
.modal-body > a{
position:absolute;
top:50%;
color:#000;
background: rgba(255, 255, 255, 0.7);
font-size:36px;
font-weight:bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.modal-body > a:hover{
text-decoration:none;
}
.modal-body > .left{
margin-top:-10px;
background: #fff;
border-radius: 5px;
left: -15px;
display: block;
height: 40px;
z-index: 9999999999;
width: 30px;
}
.modal-body > .left > span{
right: 15px;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-right-color: #000;
border-width: 10px;
margin-top: -10px;
text-indent:-9999px;
}
.modal-body > .right{
margin-top:-10px;
background: #fff;
border-radius: 5px;
right: -15px;
display: block;
height: 40px;
z-index: 9999999999;
width: 30px;
}
.modal-body > .right > span{
left: 15px;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
border-left-color: #000;
border-width: 10px;
margin-top: -10px;
text-indent:-9999px;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
}
@media (min-width: 992px) {
.modal-dialog {
width: 900px;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.irecommendthis {
padding-left: 2em; border: 0;
margin-bottom: 0.625em;
display: inline-block;
text-decoration: underline; text-underline-offset: 0.2em; min-height: 1.5em;
-webkit-box-shadow: none;
box-shadow: none;
color: initial;
position: relative;
line-height: 1.5;
height: 1.5em; font-weight: bold;
}
.irecommendthis::before {
content: '';
display: inline-block;
width: 1.75em; height: 1.75em; position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%); background-image: url('data:image/svg+xml;utf8,<svg width="24px" height="24px" viewBox="-2 -4 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-heart"><path d="M3.636 7.208 10 13.572l6.364-6.364a3 3 0 1 0-4.243-4.243L10 5.086l-2.121-2.12a3 3 0 0 0-4.243 4.242M9.293 1.55l.707.707.707-.707a5 5 0 1 1 7.071 7.071l-7.07 7.071a1 1 0 0 1-1.415 0l-7.071-7.07a5 5 0 1 1 7.07-7.071z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
transition: transform 0.3s ease, filter 0.3s ease;
}
.irecommendthis:hover::before {
transform: scale(1.2) translateY(-50%);
filter: brightness(0) saturate(100%) invert(40%) sepia(61%) saturate(592%) hue-rotate(319deg) brightness(98%) contrast(100%); }
.irecommendthis.active::before {
transform: scale(1) translateY(-50%);
filter: brightness(0) saturate(100%) invert(40%) sepia(61%) saturate(592%) hue-rotate(319deg) brightness(98%) contrast(100%); }
.irecommendthis:hover,
.irecommendthis.active {
color: #F56559 !important;
border: 0;
padding-left: 2em;
text-decoration: underline;
text-underline-offset: 0.2em;
font-weight: bold;
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-module.sr-keepflow-force{display:inline-block}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}.sr--force--untouchable,.sr--force--untouchable *{pointer-events:none!important}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-lb-after{display:block!important;width:100%;height:0;position:relative}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}a.sr7-layer[data-subtype=slidebg]{pointer-events:auto!important}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}.sr--force--overflow--hidden{overflow:hidden!important}.sr7-layernav-hide{visibility:hidden!important;pointer-events:none!important;position:absolute!important}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:table}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}.sr-force-nointeraction,.sr-force-nointeraction *{pointer-events:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@font-face { font-family: 'wpsm-icons'; src: url(//gaina.es/wp-content/plugins/table-maker/font/wpsm-icons.eot?-jgkfsj); src: url(//gaina.es/wp-content/plugins/table-maker/font/wpsm-icons.eot?#iefix-jgkfsj) format('embedded-opentype'),  url(//gaina.es/wp-content/plugins/table-maker/font/wpsm-icons.woff?-jgkfsj) format('woff'),  url(//gaina.es/wp-content/plugins/table-maker/font/wpsm-icons.ttf?-jgkfsj) format('truetype'),  url(//gaina.es/wp-content/plugins/table-maker/font/wpsm-icons.svg?-jgkfsj#wpsm-icons) format('svg'); font-weight: normal; font-style: normal; }.wpsm-comptable i.wpsm-table-icon { font-family: 'wpsm-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }.wpsm-icon-heart:before { content: "\e601"; color: #cc0000; font-size: 22px; }.wpsm-icon-star:before { content: "\e602"; color: #FFBF00; font-size: 22px; }.wpsm-icon-star-empty:before { content: "\e607"; color: #FFBF00; font-size: 22px; }.wpsm-icon-lock:before { content: "\e600"; font-size: 18px; }.wpsm-icon-tick:before { content: "\e603"; color: #06C29F; font-size: 22px; }.wpsm-icon-cross:before { content: "\e604"; color: #cc0000; font-size: 22px; }.wpsm-icon-info:before { content: "\e605"; color: #13B3E3; font-size: 16px; }.wpsm-icon-warning:before { content: "\e606"; color: #FF6A00; font-size: 18px; }.wpsm-comptable-wrap { margin: 25px 0; overflow: auto; }.wpsm-comptable { border-collapse: separate; margin: 0; width: 100%; border-spacing: 0; max-width: 100%; border:1px solid transparent; }.wpsm-comptable th, .wpsm-comptable td { padding: 15px; box-sizing: border-box; }.wpsm-comptable th { border-right: 1px solid #cdcdcd; background: #707070; text-align: left; font-weight: 700; border: none; color: #fff }.wpsm-comptable td { background: #fff; border: 1px solid #e8e8e8; border-width: 0px 1px 1px 0px; color: #111; min-width: 120px; vertical-align: middle; position: relative; }.wpsm-comptable.center-table-align td, .wpsm-comptable.center-table-align th { text-align: center; vertical-align: middle; }.wpsm-comptable td ul li, .wpsm-comptable td ul { margin: 0; list-style: disc inside none; }.wpsm-comptable td:first-child { border-left-width: 1px; }.wpsm-comptable td img { max-width: 250px; max-height: 250px; padding: 15px }.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td { background-color: #f8f8f8; }.wpsm-comptable .subheader td { font-weight: 600; }.hover-col1 tr td:first-child { background-color: #f8f8f8; min-width: 140px; text-align: left; }.wpsm-comptable td .wpsm-button{margin: 10px 15px; white-space: nowrap;}  .wpsm-thead-default th { background-color: #707070; color: #fff; border-color: #f8f8f8; }.wpsm-thead-default th:last-child { border-right-color: #707070; }.wpsm-thead-black th { background-color: #000; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-black th:last-child { border-right-color: #000; }.wpsm-thead-yellow th { background-color: #fd0; color: #000; border-color: rgb(226, 226, 226); }.wpsm-thead-yellow th:last-child { border-right-color: #fd0; }.wpsm-thead-blue th { background-color: #00aae9; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-blue th:last-child { border-right-color: #00aae9; }.wpsm-thead-red th { background-color: #dd0007; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-red th:last-child { border-right-color: #dd0007; }.wpsm-thead-green th { background-color: #77bb0f; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-green th:last-child { border-right-color: #77bb0f; }.wpsm-thead-orange th { background-color: #fb7203; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-orange th:last-child { border-right-color: #fb7203; }.wpsm-thead-purple th { background-color: #662d91; color: #fff; border-color: rgb(226, 226, 226); }.wpsm-thead-purple th:last-child { border-right-color: #662d91; }.wpsm-comptable .subheader td:first-child, .hover-col1 .subheader td:first-child { background-color: #eaeaea; }.stacktable { width: 100%; }.wpsm-comptable th.st-head-row { background-color: #eee; color: black; border-left-width: 1px; font-weight: 400;position: relative; }.wpsm-comptable .st-key { width: 48%; text-align: right !important; padding-right: 2%; }.wpsm-comptable .st-key.wpsm-spec-heading{text-align: left !important;    background-color: #F4F4F4;}.wpsm-comptable .st-val { width: 48%; padding-left: 2%; text-align: left !important; }.wpsm-comptable .subheader th.st-head-row { font-weight: 700; background-color: #eaeaea; }.wpsm-comptable th.st-head-row-main { display: none; }.wpsm-comptable .wpsm-bar, .wpsm-comptable .wpsm-bar-title span, .wpsm-comptable .wpsm-bar-bar, .wpsm-comptable .wpsm-bar-percent{height: 20px; line-height: 20px} .wpsm-comptable .wpsm-bar{margin-bottom: 10px}.wpsm-comptable .wpsm-bar-title span {padding: 0 12px}.wpsm-comptable .editor_selected_row td:first-child{border-left:3px solid #77B21D;}.wpsm-comptable .editor_selected_row td:last-child{border-right:3px solid #77B21D;}.wpsm-comptable .editor_selected_row td:not(.st-key):not(.st-val){border-bottom:3px solid #77B21D;border-top:3px solid #77B21D;}.editor_selected_row .st-head-row{border: 3px solid #77B21D !important; border-bottom: none !important;}.wpsm-comptable td.editor_selected_col, .wpsm-comptable th.editor_selected_col{border-left:3px solid #77B21D;border-right:3px solid #77B21D;}.wpsm-comptable th.editor_selected_col{background-color: #77B21D !important; color: #fff !important}.wpsm-comptable tr:last-child td.editor_selected_col{border-bottom:3px solid #77B21D;}.badge_div_col_img{position: absolute;background: url(//gaina.es/wp-content/plugins/table-maker/img/editor_badge.png);width: 65px;height: 65px;top: 10px;right: 10px;} .stacktable.large-only { display: table; }.stacktable.small-only { display: none; }@media (max-width: 800px) {.stacktable.large-only { display: none; }.stacktable.small-only { display: table; }.hover-col1 tr:hover { background-color: #f8f8f8; }}