@charset "utf-8";
@charset 'utf-8';
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
.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;
}.animate{visibility:hidden;-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animate.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.animate.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;visibility:visible!important}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0)}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px)}20%,40%,60%,80%{-moz-transform:translateX(10px)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.animate.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;visibility:visible!important}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,100%,20%,50%,80%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animate.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;visibility:visible!important}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@-moz-keyframes tada{0%{-moz-transform:scale(1)}10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}100%{-moz-transform:scale(1) rotate(0)}}@-o-keyframes tada{0%{-o-transform:scale(1)}10%,20%{-o-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg)}100%{-o-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.animate.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;visibility:visible!important}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.animate.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;visibility:visible!important}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0%)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0%)}}@-o-keyframes wobble{0%{-o-transform:translateX(0%)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.animate.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;visibility:visible!important}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@-moz-keyframes pulse{0%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}100%{-moz-transform:scale(1)}}@-o-keyframes pulse{0%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}100%{-o-transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.animate.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;visibility:visible!important}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animate.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip;visibility:visible!important}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateX(-10deg)}70%{-o-transform:perspective(400px) rotateX(10deg)}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.animate.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX;visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important;visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.animate.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY;visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY;visibility:visible!important}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animate.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;visibility:visible!important}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.animate.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;visibility:visible!important}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.animate.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;visibility:visible!important}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.animate.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;visibility:visible!important}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.animate.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;visibility:visible!important}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.animate.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;visibility:visible!important}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.animate.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;visibility:visible!important}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.animate.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;visibility:visible!important}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.animate.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;visibility:visible!important}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animate.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;visibility:visible!important}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.animate.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;visibility:visible!important}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.animate.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;visibility:visible!important}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.animate.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;visibility:visible!important}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.animate.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;visibility:visible!important}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.animate.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;visibility:visible!important}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.animate.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;visibility:visible!important}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.animate.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;visibility:visible!important}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.animate.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;visibility:visible!important}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.animate.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;visibility:visible!important}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px)}60%{opacity:1;-moz-transform:translateY(-30px)}80%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px)}60%{opacity:1;-o-transform:translateY(-30px)}80%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.animate.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;visibility:visible!important}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.animate.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;visibility:visible!important}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.animate.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;visibility:visible!important}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.animate.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;visibility:visible!important}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.animate.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;visibility:visible!important}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.animate.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;visibility:visible!important}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.animate.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;visibility:visible!important}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.animate.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;visibility:visible!important}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.animate.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;visibility:visible!important}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.animate.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;visibility:visible!important}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animate.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;visibility:visible!important}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animate.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;visibility:visible!important}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animate.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;visibility:visible!important}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animate.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;visibility:visible!important}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.animate.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;visibility:visible!important}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.animate.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;visibility:visible!important}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.animate.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;visibility:visible!important}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.animate.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;visibility:visible!important}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.animate.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;visibility:visible!important}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.animate.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;visibility:visible!important}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.animate.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;visibility:visible!important}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.animate.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.animate.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;visibility:visible!important;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.animate.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;visibility:visible!important;-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}.slideDown{animation-name:slideDown;-webkit-animation-name:slideDown;-moz-animation-name:slideDown;animation-duration:1s;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible!important}@keyframes slideDown{0%{transform:translateY(-100%)}50%{transform:translateY(8%)}65%{transform:translateY(-4%)}80%{transform:translateY(4%)}95%{transform:translateY(-2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%)}50%{-webkit-transform:translateY(8%)}65%{-webkit-transform:translateY(-4%)}80%{-webkit-transform:translateY(4%)}95%{-webkit-transform:translateY(-2%)}100%{-webkit-transform:translateY(0%)}}.slideUp{animation-name:slideUp;-webkit-animation-name:slideUp;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible!important}@keyframes slideUp{0%{transform:translateY(100%)}50%{transform:translateY(-8%)}65%{transform:translateY(4%)}80%{transform:translateY(-4%)}95%{transform:translateY(2%)}100%{transform:translateY(0%)}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(100%)}50%{-webkit-transform:translateY(-8%)}65%{-webkit-transform:translateY(4%)}80%{-webkit-transform:translateY(-4%)}95%{-webkit-transform:translateY(2%)}100%{-webkit-transform:translateY(0%)}}.slideLeft{animation-name:slideLeft;-webkit-animation-name:slideLeft;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible!important}@keyframes slideLeft{0%{transform:translateX(150%)}50%{ransform:translateX(-8%)}65%{transform:translateX(4%)}80%{transform:translateX(-4%)}95%{transform:translateX(2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideLeft{0%{-webkit-transform:translateX(150%)}50%{-webkit-transform:translateX(-8%)}65%{-webkit-transform:translateX(4%)}80%{-webkit-transform:translateX(-4%)}95%{-webkit-transform:translateX(2%)}100%{-webkit-transform:translateX(0%)}}.slideRight{animation-name:slideRight;-webkit-animation-name:slideRight;animation-duration:1s;-webkit-animation-duration:1s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;visibility:visible!important}@keyframes slideRight{0%{transform:translateX(-150%)}50%{transform:translateX(8%)}65%{transform:translateX(-4%)}80%{transform:translateX(4%)}95%{transform:translateX(-2%)}100%{transform:translateX(0%)}}@-webkit-keyframes slideRight{0%{-webkit-transform:translateX(-150%)}50%{-webkit-transform:translateX(8%)}65%{-webkit-transform:translateX(-4%)}80%{-webkit-transform:translateX(4%)}95%{-webkit-transform:translateX(-2%)}100%{-webkit-transform:translateX(0%)}}.slideExpandUp{animation-name:slideExpandUp;-webkit-animation-name:slideExpandUp;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease -out;visibility:visible!important}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(0.5)}30%{transform:translateY(-8%) scaleX(0.5)}40%{transform:translateY(2%) scaleX(0.5)}50%{transform:translateY(0%) scaleX(1.1)}60%{transform:translateY(0%) scaleX(0.9)}70%{transform:translateY(0%) scaleX(1.05)}80%{transform:translateY(0%) scaleX(0.95)}90%{transform:translateY(0%) scaleX(1.02)}100%{transform:translateY(0%) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(0.5)}30%{-webkit-transform:translateY(-8%) scaleX(0.5)}40%{-webkit-transform:translateY(2%) scaleX(0.5)}50%{-webkit-transform:translateY(0%) scaleX(1.1)}60%{-webkit-transform:translateY(0%) scaleX(0.9)}70%{-webkit-transform:translateY(0%) scaleX(1.05)}80%{-webkit-transform:translateY(0%) scaleX(0.95)}90%{-webkit-transform:translateY(0%) scaleX(1.02)}100%{-webkit-transform:translateY(0%) scaleX(1)}}.expandUp{animation-name:expandUp;-webkit-animation-name:expandUp;animation-duration:.7s;-webkit-animation-duration:.7s;animation-timing-function:ease;-webkit-animation-timing-function:ease;visibility:visible!important}@keyframes expandUp{0%{transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{transform:translateY(-7%) scaleY(1.12)}75%{transform:translateY(3%)}100%{transform:translateY(0%) scale(1) scaleY(1)}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(100%) scale(0.6) scaleY(0.5)}60%{-webkit-transform:translateY(-7%) scaleY(1.12)}75%{-webkit-transform:translateY(3%)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1)}}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen;animation-duration:1.2s;-webkit-animation-duration:1.2s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible!important}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(0.95)}80%{transform:scale(1.05)}90%{transform:scale(0.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(0.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(0.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;visibility:visible!important}@keyframes bigEntrance{0%{transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);opacity:.2}30%{-webkit-transform:scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);opacity:1}45%{-webkit-transform:scale(0.98) rotate(1deg) translateX(0%) translateY(0%);opacity:1}60%{-webkit-transform:scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);opacity:1}75%{-webkit-transform:scale(0.99) rotate(1deg) translateX(0%) translateY(0%);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0deg) translateX(0%) translateY(0%);opacity:1}100%{-webkit-transform:scale(1) rotate(0deg) translateX(0%) translateY(0%);opacity:1}}.hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible!important}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.floating{animation-name:floating;-webkit-animation-name:floating;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;visibility:visible!important}@keyframes floating{0%{transform:translateY(0%)}50%{transform:translateY(8%)}100%{transform:translateY(0%)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}100%{-webkit-transform:translateY(0%)}}.tossing{animation-name:tossing;-webkit-animation-name:tossing;animation-duration:2.5s;-webkit-animation-duration:2.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;visibility:visible!important}@keyframes tossing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}@-webkit-keyframes tossing{0%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}100%{-webkit-transform:rotate(-4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible!important}@keyframes pullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}100%,60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}100%,60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.pullDown{animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:1.1s;-webkit-animation-duration:1.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0;visibility:visible!important}@keyframes pullDown{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}100%,60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}100%,60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:100% 0;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0;visibility:visible!important}@keyframes stretchLeft{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}100%,60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}100%,60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}.stretchRight{animation-name:stretchRight;-webkit-animation-name:stretchRight;animation-duration:1.5s;-webkit-animation-duration:1.5s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;visibility:visible!important}@keyframes stretchRight{0%{transform:scaleX(0.3)}40%{transform:scaleX(1.02)}100%,60%{transform:scaleX(0.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(0.3)}40%{-webkit-transform:scaleX(1.02)}100%,60%{-webkit-transform:scaleX(0.98)}80%{-webkit-transform:scaleX(1.01)}100%{-webkit-transform:scaleX(1)}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn;visibility:visible!important}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-loading .slick-list
{
background: #fff url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/fonts/slick.eot);
src: url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/fonts/slick.woff) format('woff'), url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/fonts/slick.ttf) format('truetype'), url(https://chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}




















  blockquote > p
{
border-bottom: 1px solid;
border-top: 1px solid;
display: inline-block;
font-size: 18px;
font-weight: 300;
line-height: 30px;
margin-bottom: 10px; 
padding: 20px 0;
}
.dt-sc-dark-bg blockquote.type1 q
{
border-color: #fff;
}
blockquote.type1
{
border: none;
float: left;
margin: 26px 0;
overflow: hidden;
padding: 46px 0;
position: relative;
width: 100%;
}
blockquote.type1:before
{
border-left-width: 0;
border-right-width: 0;
border-right-style: none;
border-left-style: none;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
content: '';
display: block;
height: 10px;
left: -30px;
position: absolute;
top: 0;
transform: skew(-80deg);
width: 100px;
-moz-transform: skew(-80deg);
-ms-transform: skew(-80deg);
-webkit-transform: skew(-80deg);
}
blockquote.type1:after
{
border-left-width: 0;
border-right-width: 0;
border-right-style: none;
border-left-style: none;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
bottom: 0;
content: '';
display: block;
height: 10px;
position: absolute;
right: -30px;
transform: skew(-80deg);
width: 100px;
-moz-transform: skew(-80deg);
-ms-transform: skew(-80deg);
-webkit-transform: skew(-80deg);
}
blockquote.type1 q
{
font-size: 20px;
font-weight: normal;
line-height: 40px;
margin-left: 20px;
position: relative;
}
blockquote.type1 q:before
{
font-size: 30px;
left: -18px;
position: absolute;
top: -15px;
}
blockquote.type1 q:after
{
font-size: 30px;
}
blockquote.type1 cite
{
float: right;
text-align: right;
width: 100%;
}
blockquote.type2
{   
border: none;
overflow: hidden;
padding: 0 0 0 70px;
position: relative;
margin: 0;
}
blockquote.type2 q
{
color: #041527;
display: inline-block;
font-family: 'Dancing Script', cursive;
font-size: 24px;
line-height: 40px;
margin: 0;
max-width: 100%;
}
blockquote.type2 q:before
{
content: '';
}
blockquote.type2:before
{
content: '"';
font-family: 'Roboto Slab', serif;
font-size: 70px;
left: 0;
position: absolute;
text-align: center;
top: 15px;
width: 70px;
border: none;
height: auto;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
blockquote.type2:after
{
content: none;
}
blockquote.type2 cite
{
float: right;
font-style: normal;
margin: 30px 0 0;
position: relative;
text-align: right;
width: auto;
}
blockquote.type2 cite:before
{
background: rgba(0, 0, 0, .1);
content: '';
height: 1px;
position: absolute;
right: 100%;
top: 18px;
transform: translateX(-18px); 
width: 9999px;
-webkit-transform: translateX(-18px);
}
blockquote.type3
{
border-left: 2px solid rgba(0, 0, 0, .2); 
padding: 15px 0 15px 25px;
margin: 0;
}
blockquote.type3 q
{
font-size: 16px;
line-height: normal;
margin: 0;
color: #041527;
}
blockquote.type3 cite {
float: none;
width: auto;
text-align: inherit;
}
blockquote.type3:before,
blockquote.type3:after,
blockquote.type3 q:before,
blockquote.type3 q:after
{
content: none;
}
blockquote.type4
{
border: none;
color: #041527; 
font-size: 16px;
letter-spacing: 0.5px;
line-height: 32px;
padding: 20px 50px;
text-align: center;
margin: 0;
}
blockquote.type4 q {
line-height: normal;
margin: 0;
font-size: 16px;
color: #041527;
}
blockquote.type4:before,
blockquote.type4:after,
blockquote.type4 q:before,
blockquote.type4 q:after
{
content: none;
}
blockquote.type4 > cite
{
color: #041527; 
display: inline-block;
font-size: 24px;
font-style: normal;
font-weight: 700;
margin-top: 30px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
blockquote.type4 span
{
float: left;
font-size: 16px;
font-weight: 700; 
text-transform: capitalize;
width: 100%;
}  blockquote.type1.blue q,
blockquote.type3.blue
{
border-color: #008bd3;
}
blockquote.type2.blue cite::before
{
background-color: #008bd3;
} blockquote.type1.brown q,
blockquote.type3.brown
{
border-color: #795548;
}
blockquote.type2.brown cite::before
{
background-color: #795548;
} blockquote.type1.cadetblue q,
blockquote.type3.cadetblue
{
border-color: #3c939d;
}
blockquote.type2.cadetblue cite::before
{
background-color: #3c939d;
} blockquote.type1.chillipepper q,
blockquote.type3.chillipepper
{
border-color: #c10841;
}
blockquote.type2.chillipepper cite::before
{
background-color: #c10841;
} blockquote.type1.cyan q,
blockquote.type3.cyan
{
border-color: #00bcd4;
}
blockquote.type2.cyan cite::before
{
background-color: #00bcd4;
} blockquote.type1.darkgolden q,
blockquote.type3.darkgolden
{
border-color: #b48b3c;
}
blockquote.type2.darkgolden cite::before
{
background-color: #b48b3c;
} blockquote.type1.deeporange q,
blockquote.type3.deeporange
{
border-color: #ff5722;
}
blockquote.type2.deeporange cite::before
{
background-color: #ff5722;
} blockquote.type1.deeppurple q,
blockquote.type3.deeppurple
{
border-color: #673ab7;
}
blockquote.type2.deeppurple cite::before
{
background-color: #673ab7;
} blockquote.type1.green q,
blockquote.type3.green
{
border-color: #60ae0d;
}
blockquote.type2.green cite::before
{
background-color: #60ae0d;
} blockquote.type1.lime q,
blockquote.type3.lime
{
border-color: #cddc39;
}
blockquote.type2.lime cite::before
{
background-color: #cddc39;
} blockquote.type1.magenta q,
blockquote.type3.magenta
{
border-color: #cb506d;
}
blockquote.type2.magenta cite::before
{
background-color: #cb506d;
} blockquote.type1.orange q,
blockquote.type3.orange
{
border-color: #ff9800;
}
blockquote.type2.orange cite::before
{
background-color: #ff9800;
} blockquote.type1.pink q,
blockquote.type3.pink
{
border-color: #fd6ca3;
}
blockquote.type2.pink cite::before
{
background-color: #fd6ca3;
} blockquote.type1.purple q,
blockquote.type3.purple
{
border-color: #9c27b0;
}
blockquote.type2.purple cite::before
{
background-color: #9c27b0;
} blockquote.type1.red q,
blockquote.type3.red
{
border-color: #da0000;
}
blockquote.type2.red cite::before
{
background-color: #da0000;
} blockquote.type1.skyblue q,
blockquote.type3.skyblue
{
border-color: #0eb2e7;
}
blockquote.type2.skyblue cite::before
{
background-color: #0eb2e7;
} blockquote.type1.teal q,
blockquote.type3.teal
{
border-color: #009688;
}
blockquote.type2.teal cite::before
{
background-color: #009688;
} blockquote.type1.turquoise q,
blockquote.type3.turquoise
{
border-color: #32ccbd;
}
blockquote.type2.turquoise cite::before
{
background-color: #32ccbd;
} blockquote.type1.wisteria q,
blockquote.type3.wisteria
{
border-color: #9b59b6;
}
blockquote.type2.wisteria cite::before
{
background-color: #9b59b6;
} blockquote.type1.yellow q,
blockquote.type3.yellow
{
border-color: #ffe401;
}
blockquote.type2.yellow cite::before
{
background-color: #ffe401;
} blockquote.type1 q,
blockquote > p
{
border-color: rgba(0, 0, 0, .15);
}  @media only screen and (max-width: 479px)
{
blockquote.type2
{
width: 100%;
}
blockquote.type2 q
{
margin-right: 30px;
}
}
.dt-sc-button.with-icon.icon-right.type1, .dt-sc-button.with-icon.icon-right.type1:after, .dt-sc-colored-big-buttons:hover span, .dt-sc-partially-rounded, .dt-sc-button.with-icon.icon-left span:after, .dt-sc-button.no-border-bg:before, .dt-sc-button:before, .dt-sc-button:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-button { font-size:12px; text-transform: inherit; font-weight: 500; letter-spacing: 0.5px; padding:8px 15px; line-height:normal; display:inline-block; margin:10px 0px 0px; cursor:pointer; outline:none; position:relative; z-index:1; }
.dt-sc-button { background:rgba(0, 0, 0, 0.5); color:#000000; background-size: 50%; -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s; }
.dt-sc-button:hover, .secondary-skin.dt-sc-button.bordered:hover, .secondary-skin.dt-sc-button.bordered:hover, .secondary-skin.dt-sc-button.fully-rounded-border:hover { color:#ffffff; }
.dt-sc-button:before { position: absolute; content: ""; display: block; width: 15px; height: 15px; border-width: 2px; border-style: solid; left: -10px; bottom: -10px; border-top: none; border-right: none; }
.dt-sc-button:after { position: absolute; content: ""; display: block; width: 15px; height: 15px; border-width: 2px; border-style: solid; right: -10px; top: -10px; border-bottom: none; border-left: none; }
.dt-sc-pr-tb-col .dt-sc-buy-now a:before, .dt-sc-pr-tb-col .dt-sc-buy-now a:after { display: none; }
.dt-sc-button.fully-rounded-border:before { border-radius: 0px 0 0px 10px; }
.dt-sc-button.fully-rounded-border:after { border-radius: 0px 10px 0px 0; }
.dt-sc-button.rounded-corner:before { border-radius: 0px 0 0px 3px; }
.dt-sc-button.rounded-corner:after { border-radius: 0px 3px 0px 0; }
.dt-sc-button:hover:before { width: 100%; height: 0; left: 0; }
.dt-sc-button:hover:after { width: 100%; height: 0; right: 0; }	
.dt-sc-button.filled { border-width: 2px; border-style: solid; }
.dt-sc-button.filled, .secondary-skin.dt-sc-button.rounded-corner, .secondary-skin.dt-sc-button.rounded-border:hover { color:#ffffff; }
.dt-sc-button.rounded-border, .dt-sc-button.bordered { border:2px solid; border-radius:3px; background:none; }
.dt-sc-button.filled:hover { background: transparent; }
.dt-sc-button.transparent { background: none; border: none; padding: 0; }
.dt-sc-button.rounded-border:hover, .dt-sc-button.bordered:hover { color:#ffffff; border-radius:5px; }
.dt-sc-button.bordered, .dt-sc-button.bordered:hover { border-radius:0px; }
.dt-sc-button.partially-rounded { border-radius:15px 0px; }	
.dt-sc-button.partially-rounded:hover { border-radius:0px 15px; }	
.dt-sc-button.rounded-border.black, .dt-sc-button.bordered.black, .dt-sc-button.fully-rounded-border.black { border-color:#000000; color:#000000; }
.dt-sc-button.with-shadow { box-shadow:3px 3px 0px 0px rgba(0, 0, 0, 0.2); }
.dt-sc-button.with-shadow.white { background:#ffffff; }
.dt-sc-button.with-shadow.white:hover { box-shadow:3px 3px 0px 0px rgba(0, 0, 0, 0.1); }
.dt-sc-button.white-bg { background: #fff; border: 2px solid rgba(0, 0, 0, 0); }
.dt-sc-button.white-bg:hover { border-color: #fff; }
.dt-sc-button.white-bg:before,.dt-sc-button.white-bg:after { border-color: #fff; }
.rounded-corner { border-radius:5px; }
.dt-sc-button.filled.white { background:#ffffff; color:#000000; }
.dt-sc-button.filled.black { background:#000000; }
.dt-sc-button.small { font-size:12px; padding:11px 20px 12px; }
.dt-sc-button.medium { font-size: 16px; padding: 10px 30px 12px; }
.dt-sc-button.large { font-size:18px; padding:18px 40px 18px; }
.dt-sc-button.xlarge { font-size:20px; padding:24px 50px 24px; }
.dt-sc-button.with-icon.icon-right span { margin-left:10px; }	
.dt-sc-button.dt-sc-left-margin { margin-left:20px; }
.dt-sc-button.no-border-bg {position: relative;}
.dt-sc-button.no-border-bg:before, .dt-sc-button.no-border-bg:after {border: none;}
.dt-sc-button.no-border-bg:before { bottom: -8px; content: ""; display: block; height: 2px; left: 0; position: absolute; width: 0; }
.aligncenter .dt-sc-button.no-border-bg:before { margin: 0 auto; right: 0; }
.alignright .dt-sc-button.no-border-bg:before { left: auto; right: 0; }
.dt-sc-button.no-border-bg:hover:before {width: 50px;}
.dt-sc-button.no-border-bg, .dt-sc-button.no-border-bg:hover, .dt-sc-button.small.no-border-bg.with-icon.icon-left, .dt-sc-button.small.no-border-bg.with-icon.icon-left:hover { background: none; border: none; font-size: 16px; padding: 0; }
.dt-sc-button.small.no-border-bg.with-icon.icon-left span {margin-right: 25px;}
.dt-sc-button.no-border-bg span.zmdi:before { font-weight: bold; position: absolute; top: 4px; } .dt-sc-button.with-icon.icon-right.type1 { padding-right:14px;  }
.dt-sc-button.with-icon.icon-right.type1 span { margin-left:35px; }
.dt-sc-button.with-icon.icon-right.type1 { position:relative; letter-spacing:0.5px; overflow:hidden; }
.dt-sc-button.with-icon.icon-right.type1:after { content:''; position:absolute; z-index:-1; }
.dt-sc-button.with-icon.icon-right.type1:before { left:auto; right:10px;  z-index:2; display: none; }
.dt-sc-button.with-icon.icon-right.type1:after {  width:35%; height:200%; z-index:1; right:0; top:0; margin:-5px 0 0 -5px; -webkit-transform-origin:0 0; -webkit-transform:rotate(-20deg); -moz-transform-origin:0 0;  -moz-transform:rotate(-20deg); -ms-transform-origin:0 0; -ms-transform:rotate(-20deg); transform-origin:0 0; transform:rotate(-20deg); }
.dt-sc-button.with-icon.icon-right.type1:hover:after { width:40%; }
.dt-sc-button.large.with-icon.icon-right.type1:after {  width:30%; }
.dt-sc-button.large.with-icon.icon-right.type1:hover:after { width:35%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1:after {  width:28%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after { width:33%; } .dt-sc-button.with-icon.icon-right.type2 span { padding:23px 0px 9px 20px; position:absolute; margin:0px 0px 0px 15px; display:inline-block; top:0px; right:21px; height:100%; }
.dt-sc-button.with-icon.icon-right.type2 span:after { content:""; position:absolute; left:0px; top:0px; height:100%; border-left:1px solid rgba(0, 0, 0, 0.05); border-right:1px solid rgba(255, 255, 255, 0.2); }
.dt-sc-button.small.with-icon.icon-right.type2 { padding:13px 70px 11px 20px; }
.dt-sc-button.small.with-icon.icon-right.type2 span { padding-top:12px; font-size:16px; margin-top: 3px; }
.dt-sc-button.medium.with-icon.icon-right.type2 { padding:16px 75px 14px 23px; }
.dt-sc-button.medium.with-icon.icon-right.type2 span { padding-top:16px; font-size:18px; margin-top: 3px; }
.dt-sc-button.large.with-icon.icon-right.type2 { padding:20px 80px 18px 25px; }
.dt-sc-button.large.with-icon.icon-right.type2 span { padding-top:21px; font-size:20px; margin-top: 4px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 { padding:26px 100px 24px 30px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 span { padding-top:26px; padding-left:25px; right:25px; font-size:24px; margin-top: 5px; } .dt-sc-button.with-icon.icon-right.type3 { text-transform:none; }
.dt-sc-button.with-icon.icon-right.type3 span { position:absolute; right:0px; top:0px; bottom:0px; margin:auto; height:100%; background:#000000; color:#ffffff; text-align:center; }
.dt-sc-button.with-icon.icon-right.type3 span:before { bottom:0px; height:12px; left:0px; margin:auto; position:absolute; right:0px; top:0px; }
.dt-sc-button.small.with-icon.icon-right.type3 { padding-right:60px; font-size:14px; }
.dt-sc-button.small.with-icon.icon-right.type3 span { width:40px; font-size:14px; }
.dt-sc-button.medium.with-icon.icon-right.type3 { padding:13px 75px 13px 25px; font-size:16px; }
.dt-sc-button.medium.with-icon.icon-right.type3 span { width:50px; font-size:16px; }
.dt-sc-button.large.with-icon.icon-right.type3 { padding-right:100px; font-size:18px; } 
.dt-sc-button.large.with-icon.icon-right.type3 span { width:60px; font-size:18px; }
.dt-sc-button.large.with-icon.icon-right.type3 span:before { height:14px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 { padding-right:120px; font-size:20px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 span { width:80px; font-size:20px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 span:before { height:16px; } .dt-sc-button.with-icon.icon-left span { float:left; }
.dt-sc-button.small.with-icon.icon-left { padding:13px 20px 11px; }
.dt-sc-button.small.with-icon.icon-left span { margin-right:15px; margin-top: 3px; }
.dt-sc-button.medium.with-icon.icon-left { padding:16px 25px 14px; }
.dt-sc-button.medium.with-icon.icon-left span { margin-right:20px; margin-top: 5px; }
.dt-sc-button.large.with-icon.icon-left { padding:20px 30px 18px; }
.dt-sc-button.large.with-icon.icon-left span { margin-right:20px; margin-top: 5px; }
.dt-sc-button.xlarge.with-icon.icon-left { padding:26px 35px 24px; }
.dt-sc-button.xlarge.with-icon.icon-left span { margin-right:25px; margin-top: 5px; } .dt-sc-button.with-icon.icon-left.type2 span:after { content:""; position:absolute; top:0px; height:100%; width:1px; }
.dt-sc-button.with-icon.icon-left.type2 span { text-align:center; }
.dt-sc-button.small.with-icon.icon-left.type2 { padding-left:15px; }
.dt-sc-button.small.with-icon.icon-left.type2 span { width:30px; padding-right:15px; margin-right:15px; }
.dt-sc-button.small.with-icon.icon-left.type2 span:after { left:45px; }
.dt-sc-button.small.with-icon.icon-left.type2 span.pe-icon { font-size:15px; }
.dt-sc-button.medium.with-icon.icon-left.type2 { padding-left:20px; }
.dt-sc-button.medium.with-icon.icon-left.type2 span { width:35px; padding-right:20px; margin-right:20px; }
.dt-sc-button.with-icon.icon-left.type2 span.pe-icon { font-size:20px; font-weight:bold; }
.dt-sc-button.medium.with-icon.icon-left.type2 span:after { left:55px; }
.dt-sc-button.large.with-icon.icon-left.type2 { padding-left:25px; }
.dt-sc-button.large.with-icon.icon-left.type2 span { width:42px; padding-right:25px; margin-right:25px; }
.dt-sc-button.large.with-icon.icon-left.type2 span:after { left:67px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 { padding-left:30px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span { width:50px; padding-right:30px; margin-right:30px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span:after { left:80px; }
.dt-sc-button.grey { color:rgba(0, 0, 0, 0.4); background:rgba(0, 0, 0, 0.1); }
.dt-sc-button.grey.with-icon.icon-left span:after { background:#ffffff; }
.dt-sc-button.grey.with-icon.icon-left:hover span:after { background:rgba(0, 0, 0, 0.05); }
.dt-sc-button.fully-rounded-border { background:none; }
.dt-sc-button.fully-rounded-border, .dt-sc-button.fully-rounded-border:hover { border:2px solid; border-radius:50px; }
.dt-sc-button.fully-rounded-border.small { padding:14px 25px 11px; }
.dt-sc-button.fully-rounded-border.medium { padding:17px 30px 14px; }
.dt-sc-button.fully-rounded-border:hover { color:#ffffff; } 
.dual-buttons.vc_row.vc_row-no-padding { position: relative; width: 100%; float: left; margin-left: 5px; }
.dual-buttons.vc_row.vc_row-no-padding:before { position: absolute; content: "or"; display: block; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 9; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; font-size: 12px; text-transform: capitalize; padding: 0; border: 0; z-index: 10; border-width: 2px;border-style: solid; background: #fff; text-align: center; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:first-child .dt-sc-button { float: right; border-radius: 50px 0 0 50px; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:last-child .dt-sc-button { float: left; border-radius: 0 50px 50px 0; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:last-child .dt-sc-button:hover { background: none; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column .dt-sc-button { font-size: 16px; padding: 12px 30px 10px; border-radius: 0px; width: 250px; margin-top: 0; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column .dt-sc-button:before, .dual-buttons.vc_row.vc_row-no-padding .wpb_column .dt-sc-button:after { display: none; } .dt-sc-colored-big-buttons { display:inline-block; position:relative; text-transform:uppercase; font-size:18px; line-height:normal; padding:25px 30px; border:1px solid; background:#ffffff; text-align:left; color:#000000; border-radius:5px; width:100%; letter-spacing:0.5px; font-weight:300; }
.dt-sc-colored-big-buttons:hover { color:#ffffff; }
.dt-sc-colored-big-buttons.with-left-icon { padding-left:110px; }
.dt-sc-colored-big-buttons span { color:#ffffff; font-size:30px; line-height:92px; height:100%; position:absolute; left: 0; top: 0; text-align:center; vertical-align:middle; width:80px; border-radius: 3px 0 0 3px; }
.dt-sc-colored-big-buttons span.pe-icon { font-size:35px; }
.dt-sc-colored-big-buttons:hover span { background:#ffffff; }
.dt-sc-colored-big-buttons.blue { border-color:#015c89; }
.dt-sc-colored-big-buttons.orange { border-color:#f27935; }
.dt-sc-colored-big-buttons.green { border-color:#6ca04a; }
.dt-sc-colored-big-buttons.blue span, .dt-sc-colored-big-buttons.blue:hover { background:#015c89; }
.dt-sc-colored-big-buttons.orange span, .dt-sc-colored-big-buttons.orange:hover { background:#f27935; }
.dt-sc-colored-big-buttons.green span, .dt-sc-colored-big-buttons.green:hover { background:#6ca04a; }
.dt-sc-colored-big-buttons.blue:hover span { background:#015078; }
.dt-sc-colored-big-buttons.orange:hover span { background:#e07231; }
.dt-sc-colored-big-buttons.green:hover span { background:#618f42; } .dt-sc-button.blue, .dt-sc-button.blue.rounded-border:hover, .dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.fully-rounded-border:hover, .dt-sc-button.brown, .dt-sc-button.brown.rounded-border:hover, .dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.fully-rounded-border:hover, .dt-sc-button.cadetblue, .dt-sc-button.cadetblue.rounded-border:hover, .dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.fully-rounded-border:hover, .dt-sc-button.chillipepper, .dt-sc-button.chillipepper.rounded-border:hover, .dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.fully-rounded-border:hover, .dt-sc-button.cyan, .dt-sc-button.cyan.rounded-border:hover, .dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.fully-rounded-border:hover, .dt-sc-button.darkgolden, .dt-sc-button.darkgolden.rounded-border:hover, .dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.fully-rounded-border:hover, .dt-sc-button.deeporange, .dt-sc-button.deeporange.rounded-border:hover, .dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.fully-rounded-border:hover, .dt-sc-button.deeppurple, .dt-sc-button.deeppurple.rounded-border:hover, .dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.fully-rounded-border:hover, .dt-sc-button.green, .dt-sc-button.green.rounded-border:hover, .dt-sc-button.green.bordered:hover, .dt-sc-button.green.fully-rounded-border:hover, .dt-sc-button.lime, .dt-sc-button.lime.rounded-border:hover, .dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.fully-rounded-border:hover, .dt-sc-button.megenta, .dt-sc-button.megenta.rounded-border:hover, .dt-sc-button.megenta.bordered:hover, .dt-sc-button.megenta.fully-rounded-border:hover, .dt-sc-button.orange, .dt-sc-button.orange.rounded-border:hover, .dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.fully-rounded-border:hover, .dt-sc-button.pink, .dt-sc-button.pink.rounded-border:hover, .dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.fully-rounded-border:hover, .dt-sc-button.purple, .dt-sc-button.purple.rounded-border:hover, .dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.fully-rounded-border:hover, .dt-sc-button.red, .dt-sc-button.red.rounded-border:hover, .dt-sc-button.red.bordered:hover, .dt-sc-button.red.fully-rounded-border:hover, .dt-sc-button.skyblue, .dt-sc-button.skyblue.rounded-border:hover, .dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.fully-rounded-border:hover, .dt-sc-button.teal, .dt-sc-button.teal.rounded-border:hover, .dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.fully-rounded-border:hover, .dt-sc-button.turquoise, .dt-sc-button.turquoise.rounded-border:hover, .dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.fully-rounded-border:hover, .dt-sc-button.wisteria, .dt-sc-button.wisteria.rounded-border:hover, .dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.fully-rounded-border:hover { color:#ffffff; }	
.dt-sc-button.blue.rounded-border, .dt-sc-button.blue.bordered, .dt-sc-button.blue.fully-rounded-border, .dt-sc-button.brown.rounded-border, .dt-sc-button.brown.bordered, .dt-sc-button.brown.fully-rounded-border, .dt-sc-button.cadetblue.rounded-border, .dt-sc-button.cadetblue.bordered, .dt-sc-button.cadetblue.fully-rounded-border, .dt-sc-button.chillipepper.rounded-border, .dt-sc-button.chillipepper.bordered, .dt-sc-button.chillipepper.fully-rounded-border, .dt-sc-button.cyan.rounded-border, .dt-sc-button.cyan.bordered, .dt-sc-button.cyan.fully-rounded-border, .dt-sc-button.darkgolden.rounded-border, .dt-sc-button.darkgolden.bordered, .dt-sc-button.darkgolden.fully-rounded-border, .dt-sc-button.deeporange.rounded-border, .dt-sc-button.deeporange.bordered, .dt-sc-button.deeporange.fully-rounded-border, .dt-sc-button.deeppurple.rounded-border, .dt-sc-button.deeppurple.bordered, .dt-sc-button.deeppurple.fully-rounded-border, .dt-sc-button.green.rounded-border, .dt-sc-button.green.bordered, .dt-sc-button.green.fully-rounded-border, .dt-sc-button.lime.rounded-border, .dt-sc-button.lime.bordered, .dt-sc-button.lime.fully-rounded-border, .dt-sc-button.megenta.rounded-border, .dt-sc-button.megenta.bordered, .dt-sc-button.megenta.fully-rounded-border, .dt-sc-button.orange.rounded-border, .dt-sc-button.orange.bordered, .dt-sc-button.orange.fully-rounded-border, .dt-sc-button.pink.rounded-border, .dt-sc-button.pink.bordered, .dt-sc-button.pink.fully-rounded-border, .dt-sc-button.purple.rounded-border, .dt-sc-button.purple.bordered, .dt-sc-button.purple.fully-rounded-border, .dt-sc-button.red.rounded-border, .dt-sc-button.red.bordered, .dt-sc-button.red.fully-rounded-border, .dt-sc-button.skyblue.rounded-border, .dt-sc-button.skyblue.bordered, .dt-sc-button.skyblue.fully-rounded-border, .dt-sc-button.teal.rounded-border, .dt-sc-button.teal.bordered, .dt-sc-button.teal.fully-rounded-border, .dt-sc-button.turquoise.rounded-border, .dt-sc-button.turquoise.bordered, .dt-sc-button.turquoise.fully-rounded-border, .dt-sc-button.wisteria.rounded-border, .dt-sc-button.wisteria.bordered, .dt-sc-button.wisteria.fully-rounded-border, .dt-sc-button.yellow.rounded-border, .dt-sc-button.yellow.bordered, .dt-sc-button.yellow.fully-rounded-border { background:none; }
.dt-sc-button.white.rounded-border, .dt-sc-button.white.bordered, .dt-sc-button.white.fully-rounded-border { color:#ffffff; border-color:#ffffff; }
.dt-sc-button.white.rounded-border:hover, .dt-sc-button.white.bordered:hover, .dt-sc-button.white.fully-rounded-border:hover { color:#000000; background:#ffffff; border-color:#ffffff; }
.dt-sc-button.yellow, .dt-sc-button.yellow.rounded-border:hover, .dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.fully-rounded-border:hover { color:#000000; } .dt-sc-button.blue, .dt-sc-button.blue.filled, .dt-sc-button.blue.rounded-border:hover, .dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.fully-rounded-border:hover { background:#008bd3; }
.dt-sc-button.blue:hover, .dt-sc-button.blue.filled:hover, .dt-sc-button.blue.with-icon.icon-right.type1:hover { background:#0081c2; }	
.dt-sc-button.blue.rounded-border, .dt-sc-button.blue.bordered, .dt-sc-button.blue.fully-rounded-border { color:#008bd3; }	
.dt-sc-button.blue.fully-rounded-border, .dt-sc-button.blue.rounded-border:hover, .dt-sc-button.blue.bordered:hover, .dt-sc-button.blue.fully-rounded-border:hover { border-color:#008bd3; } .dt-sc-button.brown, .dt-sc-button.brown.filled, .dt-sc-button.brown.rounded-border:hover, .dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.fully-rounded-border:hover { background:#795548; }
.dt-sc-button.brown:hover, .dt-sc-button.brown.filled:hover, .dt-sc-button.brown.with-icon.icon-right.type1:hover { background:#573a30; }	
.dt-sc-button.brown.rounded-border, .dt-sc-button.brown.bordered, .dt-sc-button.brown.fully-rounded-border { color:#795548; }	
.dt-sc-button.brown.fully-rounded-border, .dt-sc-button.brown.rounded-border:hover, .dt-sc-button.brown.bordered:hover, .dt-sc-button.brown.fully-rounded-border:hover { border-color:#795548; } .dt-sc-button.cadetblue, .dt-sc-button.cadetblue.filled, .dt-sc-button.cadetblue.rounded-border:hover, .dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.fully-rounded-border:hover { background:#3c939d; }
.dt-sc-button.cadetblue:hover, .dt-sc-button.cadetblue.filled:hover, .dt-sc-button.cadetblue.with-icon.icon-right.type1:hover { background:#34818a; }	
.dt-sc-button.cadetblue.rounded-border, .dt-sc-button.cadetblue.bordered, .dt-sc-button.cadetblue.fully-rounded-border { color:#3c939d; }	
.dt-sc-button.cadetblue.fully-rounded-border, .dt-sc-button.cadetblue.rounded-border:hover, .dt-sc-button.cadetblue.bordered:hover, .dt-sc-button.cadetblue.fully-rounded-border:hover { border-color:#3c939d; } .dt-sc-button.chillipepper, .dt-sc-button.chillipepper.filled, .dt-sc-button.chillipepper.rounded-border:hover, .dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.fully-rounded-border:hover { background:#c10841; }
.dt-sc-button.chillipepper:hover, .dt-sc-button.chillipepper.filled:hover, .dt-sc-button.chillipepper.with-icon.icon-right.type1:hover { background:#9d0836; }	
.dt-sc-button.chillipepper.rounded-border, .dt-sc-button.chillipepper.bordered, .dt-sc-button.chillipepper.fully-rounded-border { color:#c10841; }	
.dt-sc-button.chillipepper.fully-rounded-border, .dt-sc-button.chillipepper.rounded-border:hover, .dt-sc-button.chillipepper.bordered:hover, .dt-sc-button.chillipepper.fully-rounded-border:hover { border-color:#c10841; } .dt-sc-button.cyan, .dt-sc-button.cyan.filled, .dt-sc-button.cyan.rounded-border:hover, .dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.fully-rounded-border:hover { background:#00bcd4; }
.dt-sc-button.cyan:hover, .dt-sc-button.cyan.filled:hover, .dt-sc-button.cyan.with-icon.icon-right.type1:hover { background:#00a0b4; }	
.dt-sc-button.cyan.rounded-border, .dt-sc-button.cyan.bordered, .dt-sc-button.cyan.fully-rounded-border { color:#00bcd4; }	
.dt-sc-button.cyan.fully-rounded-border, .dt-sc-button.cyan.rounded-border:hover, .dt-sc-button.cyan.bordered:hover, .dt-sc-button.cyan.fully-rounded-border:hover { border-color:#00bcd4; } .dt-sc-button.darkgolden, .dt-sc-button.darkgolden.filled, .dt-sc-button.darkgolden.rounded-border:hover, .dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.fully-rounded-border:hover { background:#b48b3c; }
.dt-sc-button.darkgolden:hover, .dt-sc-button.darkgolden.filled:hover, .dt-sc-button.darkgolden.with-icon.icon-right.type1:hover { background:#a17b35; }	
.dt-sc-button.darkgolden.rounded-border, .dt-sc-button.darkgolden.bordered, .dt-sc-button.darkgolden.fully-rounded-border { color:#b48b3c; }	
.dt-sc-button.darkgolden.fully-rounded-border, .dt-sc-button.darkgolden.rounded-border:hover, .dt-sc-button.darkgolden.bordered:hover, .dt-sc-button.darkgolden.fully-rounded-border:hover { border-color:#b48b3c; } .dt-sc-button.deeporange, .dt-sc-button.deeporange.filled, .dt-sc-button.deeporange.rounded-border:hover, .dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.fully-rounded-border:hover { background:#ff5722; }
.dt-sc-button.deeporange:hover, .dt-sc-button.deeporange.filled:hover, .dt-sc-button.deeporange.with-icon.icon-right.type1:hover { background:#db4211; }	
.dt-sc-button.deeporange.rounded-border, .dt-sc-button.deeporange.bordered, .dt-sc-button.deeporange.fully-rounded-border { color:#ff5722; }	
.dt-sc-button.deeporange.fully-rounded-border, .dt-sc-button.deeporange.rounded-border:hover, .dt-sc-button.deeporange.bordered:hover, .dt-sc-button.deeporange.fully-rounded-border:hover { border-color:#ff5722; } .dt-sc-button.deeppurple, .dt-sc-button.deeppurple.filled, .dt-sc-button.deeppurple.rounded-border:hover, .dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.fully-rounded-border:hover { background:#673ab7; }
.dt-sc-button.deeppurple:hover, .dt-sc-button.deeppurple.filled:hover, .dt-sc-button.deeppurple.with-icon.icon-right.type1:hover { background:#532b99; }	
.dt-sc-button.deeppurple.rounded-border, .dt-sc-button.deeppurple.bordered, .dt-sc-button.deeppurple.fully-rounded-border { color:#673ab7; }	
.dt-sc-button.deeppurple.fully-rounded-border, .dt-sc-button.deeppurple.rounded-border:hover, .dt-sc-button.deeppurple.bordered:hover, .dt-sc-button.deeppurple.fully-rounded-border:hover { border-color:#673ab7; } .dt-sc-button.green, .dt-sc-button.green.filled, .dt-sc-button.green.rounded-border:hover, .dt-sc-button.green.bordered:hover, .dt-sc-button.green.fully-rounded-border:hover { background:#60ae0d; }
.dt-sc-button.green:hover, .dt-sc-button.green.filled:hover, .dt-sc-button.green.with-icon.icon-right.type1:hover { background:#54990b; }	
.dt-sc-button.green.rounded-border, .dt-sc-button.green.bordered, .dt-sc-button.green.fully-rounded-border { color:#60ae0d; }	
.dt-sc-button.green.fully-rounded-border, .dt-sc-button.green.rounded-border:hover, .dt-sc-button.green.bordered:hover, .dt-sc-button.green.fully-rounded-border:hover { border-color:#60ae0d; } .dt-sc-button.lime, .dt-sc-button.lime.filled, .dt-sc-button.lime.rounded-border:hover, .dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.fully-rounded-border:hover { background:#cddc39; }
.dt-sc-button.lime:hover, .dt-sc-button.lime.filled:hover, .dt-sc-button.lime.with-icon.icon-right.type1:hover { background:#b1bf27; }	
.dt-sc-button.lime.rounded-border, .dt-sc-button.lime.bordered, .dt-sc-button.lime.fully-rounded-border { color:#cddc39; }	
.dt-sc-button.lime.fully-rounded-border, .dt-sc-button.lime.rounded-border:hover, .dt-sc-button.lime.bordered:hover, .dt-sc-button.lime.fully-rounded-border:hover { border-color:#cddc39; } .dt-sc-button.magenta, .dt-sc-button.magenta.filled, .dt-sc-button.magenta.rounded-border:hover, .dt-sc-button.magenta.bordered:hover, .dt-sc-button.magenta.fully-rounded-border:hover { background:#cb506d; }
.dt-sc-button.magenta:hover, .dt-sc-button.magenta.filled:hover, .dt-sc-button.magenta.with-icon.icon-right.type1:hover { background:#ae3753; }	
.dt-sc-button.magenta.rounded-border, .dt-sc-button.magenta.bordered, .dt-sc-button.magenta.fully-rounded-border { color:#cb506d; }	
.dt-sc-button.magenta.fully-rounded-border, .dt-sc-button.magenta.rounded-border:hover, .dt-sc-button.magenta.bordered:hover, .dt-sc-button.magenta.fully-rounded-border:hover { border-color:#cb506d; } .dt-sc-button.orange, .dt-sc-button.orange.filled, .dt-sc-button.orange.rounded-border:hover, .dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.fully-rounded-border:hover { background:#ff9800; }
.dt-sc-button.orange:hover, .dt-sc-button.orange.filled:hover, .dt-sc-button.orange.with-icon.icon-right.type1:hover { background:#da8200; }	
.dt-sc-button.orange.rounded-border, .dt-sc-button.orange.bordered, .dt-sc-button.orange.fully-rounded-border { color:#ff9800; }	
.dt-sc-button.orange.fully-rounded-border, .dt-sc-button.orange.rounded-border:hover, .dt-sc-button.orange.bordered:hover, .dt-sc-button.orange.fully-rounded-border:hover { border-color:#ff9800; } .dt-sc-button.pink, .dt-sc-button.pink.filled, .dt-sc-button.pink.rounded-border:hover, .dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.fully-rounded-border:hover { background:#fd6ca3; }
.dt-sc-button.pink:hover, .dt-sc-button.pink.filled:hover, .dt-sc-button.pink.with-icon.icon-right.type1:hover { background:#e86496; }	
.dt-sc-button.pink.rounded-border, .dt-sc-button.pink.bordered, .dt-sc-button.pink.fully-rounded-border { color:#fd6ca3; }	
.dt-sc-button.pink.fully-rounded-border, .dt-sc-button.pink.rounded-border:hover, .dt-sc-button.pink.bordered:hover, .dt-sc-button.pink.fully-rounded-border:hover { border-color:#fd6ca3; } .dt-sc-button.purple, .dt-sc-button.purple.filled, .dt-sc-button.purple.rounded-border:hover, .dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.fully-rounded-border:hover { background:#9c27b0; }
.dt-sc-button.purple:hover, .dt-sc-button.purple.filled:hover, .dt-sc-button.purple.with-icon.icon-right.type1:hover { background:#7c1b8c; }	
.dt-sc-button.purple.rounded-border, .dt-sc-button.purple.bordered, .dt-sc-button.purple.fully-rounded-border { color:#9c27b0; }	
.dt-sc-button.purple.fully-rounded-border, .dt-sc-button.purple.rounded-border:hover, .dt-sc-button.purple.bordered:hover, .dt-sc-button.purple.fully-rounded-border:hover { border-color:#9c27b0; } .dt-sc-button.red, .dt-sc-button.red.filled, .dt-sc-button.red.rounded-border:hover, .dt-sc-button.red.bordered:hover, .dt-sc-button.red.fully-rounded-border:hover { background:#da0000; }
.dt-sc-button.red:hover, .dt-sc-button.red.filled:hover, .dt-sc-button.red.with-icon.icon-right.type1:hover { background:#c50000; }	
.dt-sc-button.red.rounded-border, .dt-sc-button.red.bordered, .dt-sc-button.red.fully-rounded-border { color:#da0000; }	
.dt-sc-button.red.fully-rounded-border, .dt-sc-button.red.rounded-border:hover, .dt-sc-button.red.bordered:hover, .dt-sc-button.red.fully-rounded-border:hover { border-color:#da0000; } .dt-sc-button.skyblue, .dt-sc-button.skyblue.filled, .dt-sc-button.skyblue.rounded-border:hover, .dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.fully-rounded-border:hover { background:#0eb2e7; }
.dt-sc-button.skyblue:hover, .dt-sc-button.skyblue.filled:hover, .dt-sc-button.skyblue.with-icon.icon-right.type1:hover { background:#0da2d4; }	
.dt-sc-button.skyblue.rounded-border, .dt-sc-button.skyblue.bordered, .dt-sc-button.skyblue.fully-rounded-border { color:#0eb2e7; }	
.dt-sc-button.skyblue.fully-rounded-border, .dt-sc-button.skyblue.rounded-border:hover, .dt-sc-button.skyblue.bordered:hover, .dt-sc-button.skyblue.fully-rounded-border:hover { border-color:#0eb2e7; } .dt-sc-button.teal, .dt-sc-button.teal.filled, .dt-sc-button.teal.rounded-border:hover, .dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.fully-rounded-border:hover { background:#009688; }
.dt-sc-button.teal:hover, .dt-sc-button.teal.filled:hover, .dt-sc-button.teal.with-icon.icon-right.type1:hover { background:#007f73; }	
.dt-sc-button.teal.rounded-border, .dt-sc-button.teal.bordered, .dt-sc-button.teal.fully-rounded-border { color:#009688; }	
.dt-sc-button.teal.fully-rounded-border, .dt-sc-button.teal.rounded-border:hover, .dt-sc-button.teal.bordered:hover, .dt-sc-button.teal.fully-rounded-border:hover { border-color:#009688; } .dt-sc-button.turquoise, .dt-sc-button.turquoise.filled, .dt-sc-button.turquoise.rounded-border:hover, .dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.fully-rounded-border:hover { background:#32ccbd; }
.dt-sc-button.turquoise:hover, .dt-sc-button.turquoise.filled:hover, .dt-sc-button.turquoise.with-icon.icon-right.type1:hover { background:#24b6a8; }	
.dt-sc-button.turquoise.rounded-border, .dt-sc-button.turquoise.bordered, .dt-sc-button.turquoise.fully-rounded-border { color:#32ccbd; }	
.dt-sc-button.turquoise.fully-rounded-border, .dt-sc-button.turquoise.rounded-border:hover, .dt-sc-button.turquoise.bordered:hover, .dt-sc-button.turquoise.fully-rounded-border:hover { border-color:#32ccbd; } .dt-sc-button.wisteria, .dt-sc-button.wisteria.filled, .dt-sc-button.wisteria.rounded-border:hover, .dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.fully-rounded-border:hover { background:#9b59b6; }
.dt-sc-button.wisteria:hover, .dt-sc-button.wisteria.filled:hover, .dt-sc-button.wisteria.with-icon.icon-right.type1:hover { background:#7c4094; }	
.dt-sc-button.wisteria.rounded-border, .dt-sc-button.wisteria.bordered, .dt-sc-button.wisteria.fully-rounded-border { color:#9b59b6; }	
.dt-sc-button.wisteria.fully-rounded-border, .dt-sc-button.wisteria.rounded-border:hover, .dt-sc-button.wisteria.bordered:hover, .dt-sc-button.wisteria.fully-rounded-border:hover { border-color:#9b59b6; } .dt-sc-button.yellow, .dt-sc-button.yellow.filled, .dt-sc-button.yellow.rounded-border:hover, .dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.fully-rounded-border:hover { background:#ffe401; }
.dt-sc-button.yellow:hover, .dt-sc-button.yellow.filled:hover, .dt-sc-button.yellow.with-icon.icon-right.type1:hover { background:#ebd302; }	
.dt-sc-button.yellow.rounded-border, .dt-sc-button.yellow.bordered, .dt-sc-button.yellow.fully-rounded-border { color:#ffe401; }	
.dt-sc-button.yellow.fully-rounded-border, .dt-sc-button.yellow.rounded-border:hover, .dt-sc-button.yellow.bordered:hover, .dt-sc-button.yellow.fully-rounded-border:hover { border-color:#ffe401; } .dt-sc-button.rounded-border.black:hover, .dt-sc-button.bordered.black:hover, .dt-sc-dark-bg .dt-sc-button.rounded-border, .dt-sc-dark-bg .dt-sc-button.bordered, .dt-sc-dark-bg.skin-color .dt-sc-button.fully-rounded-border, .dt-sc-skin-highlight .dt-sc-button.rounded-border, .dt-sc-skin-highlight .dt-sc-button.bordered { color:#ffffff; }
.dt-sc-skin-highlight .dt-sc-button.rounded-border:hover, .dt-sc-skin-highlight .dt-sc-button.bordered:hover { background:#ffffff; }
.dt-sc-dark-bg .dt-sc-button.rounded-border, .dt-sc-dark-bg .dt-sc-button.bordered, .dt-sc-dark-bg.skin-color .dt-sc-button.fully-rounded-border, .dt-sc-skin-highlight .dt-sc-button.rounded-border, .dt-sc-skin-highlight .dt-sc-button.bordered { border-color:#ffffff; }
.dt-sc-button.with-icon.icon-right.type1:after { background:rgba(0, 0, 0, 0.1); }
.dt-sc-button.with-icon.icon-left.type2 span:after { background:rgba(0, 0, 0, 0.05); }   @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-button.medium { font-size: 13px; padding: 12px 20px 10px; }				
.dt-sc-button.large { font-size: 15px; padding: 20px 34px 18px; }
.dt-sc-button.xlarge { font-size: 16px; padding: 26px 36px 24px; }
.dt-sc-button.xlarge.with-icon.icon-left span { margin-right: 18px; margin-top: 3px; }
.dt-sc-button.large.with-icon.icon-right.type1 { font-size: 15px; padding-left: 34px; }
.dt-sc-button.medium.with-icon.icon-right.type1::after,
.dt-sc-button.large.with-icon.icon-right.type1::after { width: 32%; }		
.dt-sc-button.medium.with-icon.icon-right.type1:hover:after { width: 36%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1 { font-size: 16px; padding-left: 30px; }
.dt-sc-button.xlarge.with-icon.icon-right.type1::after { width: 30%; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 { font-size: 17px; padding: 26px 80px 24px 20px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 span { font-size: 21px; padding-left: 20px; right: 23px; }
.dt-sc-button.large.with-icon.icon-right.type2 { font-size: 14px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 { font-size: 16px; }
.dt-sc-button.medium.with-icon.icon-right.type3 { font-size: 15px; }
.dt-sc-button.large.with-icon.icon-right.type3 { font-size: 16px; padding-left: 24px; padding-right: 88px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 { font-size: 17px; padding-left: 25px; padding-right: 90px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 span { width: 65px; }
.dt-sc-button.large.with-icon.icon-left.type2 { padding-left: 18px; padding-right: 24px; }
.dt-sc-button.large.with-icon.icon-left.type2 span { margin-right: 18px; padding-right: 18px; }		
.dt-sc-button.large.with-icon.icon-left.type2 span::after { left: 52px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 { padding-left: 20px; padding-right: 24px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span { margin-right: 20px; padding-right: 20px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span::after { left: 59px; }
.dt-sc-colored-big-buttons.with-left-icon { padding-left: 80px; }
.dt-sc-colored-big-buttons span { width: 65px; }		
}  @media only screen and (max-width: 767px) {
.dt-sc-button.dt-sc-left-margin { margin-left: 10px; margin-right: 10px; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column .dt-sc-button {  padding: 12px 20px 10px; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:first-child .dt-sc-button { float: none; border-radius: 50px 50px 0 0px; margin-bottom: -10px; width: 100%; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:last-child .dt-sc-button { float: none; border-radius: 0 0 50px 50px; margin-top: -13px; width: 100%; }
.dual-buttons.vc_row.vc_row-no-padding::before { top: 43%; width: 30px; height: 30px; line-height: 30px; font-size: 8px; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) { .aligncenter .dt-sc-button.medium.with-icon.icon-right.type3 { padding: 14px 80px 13px 30px; }
}  @media only screen and (min-width: 320px) and (max-width: 479px) {	
.dt-sc-colored-big-buttons { font-size: 16px; }
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:first-child .dt-sc-button,
.dual-buttons.vc_row.vc_row-no-padding .wpb_column:last-child .dt-sc-button { width: 90%; }
} @media only screen and (max-width: 319px) { .dt-sc-button.small { font-size: 11px; }
.dt-sc-button.medium { font-size: 13px; }	
.dt-sc-button.large { font-size: 14px; padding: 20px 34px 18px; }
.dt-sc-button.xlarge { font-size: 15px; padding: 26px 36px 24px; }
.dt-sc-button.xlarge.with-icon.icon-left span { margin-right: 18px; }
.dt-sc-button.large.with-icon.icon-right.type1 { font-size: 15px; padding-left: 34px; }
.dt-sc-button.medium.with-icon.icon-right.type1::after,
.dt-sc-button.large.with-icon.icon-right.type1::after { width: 32%; }		
.dt-sc-button.medium.with-icon.icon-right.type1:hover:after { width: 36%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1 { font-size: 16px; padding-left: 30px; }
.dt-sc-button.xlarge.with-icon.icon-right.type1::after { width: 30%; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 { font-size: 17px; padding: 26px 80px 24px 20px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 span { font-size: 21px; padding-left: 20px; right: 23px; }
.dt-sc-button.large.with-icon.icon-right.type2 { font-size: 14px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 { font-size: 16px; }
.dt-sc-button.medium.with-icon.icon-right.type3 { font-size: 15px; }
.dt-sc-button.large.with-icon.icon-right.type3 { font-size: 16px; padding-left: 24px; padding-right: 88px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 { font-size: 17px; padding-left: 25px; padding-right: 90px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 span { width: 65px; }
.dt-sc-button.large.with-icon.icon-left.type2 { padding-left: 18px; padding-right: 24px; }
.dt-sc-button.large.with-icon.icon-left.type2 span { margin-right: 18px; padding-right: 18px; }		
.dt-sc-button.large.with-icon.icon-left.type2 span::after { left: 52px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 { padding-left: 20px; padding-right: 24px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span { margin-right: 20px; padding-right: 20px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span::after { left: 59px; }
.dt-sc-colored-big-buttons.with-left-icon { padding-left: 80px; }
.dt-sc-colored-big-buttons span { width: 65px; }
.dt-sc-button.dt-sc-left-margin { margin-left: 0; }	
}
.carousel-arrows { position: absolute; right: 0; }
.carousel-arrows a { border: 1px solid; float:left; height:32px; margin: 0 5px; position:relative; text-align:center; width:32px; -webkit-border-radius:50%; border-radius:50%; }
.carousel-arrows a:before { width: 100%; height: 100%; text-align: center; font-size: 18px; line-height: 30px; vertical-align: middle; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); position: absolute; left: 0; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
@-moz-document url-prefix() { .carousel-arrows a:before { line-height: 28px; } }
.carousel-arrows a.testimonial-prev:before, .carousel-arrows a.partners-prev:before, .carousel-arrows a.images-prev:before { content:"\f104"; }
.carousel-arrows a.testimonial-next:before, .carousel-arrows a.partners-next:before, .carousel-arrows a.images-next:before { content:"\f105"; }	
.dt-sc-partners-carousel-wrapper .carousel-arrows { left:27px; right:0px; margin:auto; bottom:-35px; }
.caroufredsel_wrapper { margin-bottom:0px !important; }
.dt-carousel-pagination { text-align: center; width: 100%; float: left; margin-top: 20px; }
.dt-carousel-pagination a { position: relative; font-size: 0; width: 10px; height: 10px; float: none; display: inline-block; margin: 0 5px; background-color: #d2d2d2; } .dt-sc-partners-carousel-wrapper { clear:both; display:block; float:left; margin:0px 0px 67px -30px; padding:0px; width:100%;  width:-webkit-calc(100% + 30px); width:-moz-calc(100% + 30px); width:calc(100% + 30px); position:relative; }
.dt-sc-partners-carousel li { display:block; float:left; margin: 0  0  0 30px; }	
.dt-sc-partners-carousel li img { max-width:100%; }
.dt-sc-partners-carousel-wrapper .carousel-arrows a { position:absolute; left:30px; right:0px; margin:auto; }
.dt-sc-partners-carousel-wrapper .carousel-arrows a.partners-prev { left:-13px; }
.dt-sc-partners-carousel-wrapper .carousel-arrows a.partners-next { right:-43px; } .dt-sc-images-wrapper { clear:both; display:block; margin: 0 -10px; padding: 0; position:relative; width: auto; }
.dt-sc-images-carousel li { display:block; float:left; margin: 0 10px; }	
.dt-sc-images-carousel li img { max-width:100%; }
.dt-sc-images-wrapper .carousel-arrows { float: right; margin: 10px 5px; position: static; }
.dt-sc-images-wrapper .carousel-arrows a { border:none; margin: 0 10px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); }
.dt-sc-images-wrapper .carousel-arrows a:before { -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); display:inline-block; line-height:30px; top: 0; } .dt-sc-testimonial-carousel li { display:block; float:left; margin: 0; padding: 0; }	
.dt-sc-testimonial-wrapper.type1, .dt-sc-testimonial-wrapper.type2 { margin-left:-20px; width:-webkit-calc(100% + 20px); width:-moz-calc(100% + 20px); width:calc(100% + 20px); }
.dt-sc-testimonial-wrapper.type1 .dt-sc-testimonial-carousel li, .dt-sc-testimonial-wrapper.type2 .dt-sc-testimonial-carousel li { margin-left:20px; }	
.dt-sc-testimonial-wrapper .carousel-arrows { display: inline-block; margin: 15px 0; position: static; }
.dt-sc-testimonial-wrapper.type1 .carousel-arrows, .dt-sc-testimonial-wrapper.type3 .carousel-arrows, .dt-sc-testimonial-wrapper.type6 .carousel-arrows, .dt-sc-testimonial-wrapper.type7 .carousel-arrows { display: table; margin-left: auto; margin-right: auto; text-align: center; width: 90px; }
.dt-sc-testimonial-wrapper.type2 .carousel-arrows, .dt-sc-testimonial-wrapper.type4 .carousel-arrows, .dt-sc-testimonial-wrapper.type5 .carousel-arrows, .dt-sc-testimonial-wrapper.type8 .carousel-arrows { margin-left: -5px; margin-right: -5px; }
.dt-sc-testimonial-wrapper.type1 .carousel-arrows a { float:none; display:inline-block; }
.dt-sc-testimonial-wrapper.type4 .dt-sc-testimonial.type4 { padding-bottom: 0; }
.dt-sc-testimonial-wrapper.type4 .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite { display: none; }
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial-carousel li { border-color: #dedede; border-style: solid; border-width: 1px; position: relative; }
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 { position: relative; }
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before { left: 20px; }
.dt-sc-testimonial-wrapper.type6 .carousel-arrows { bottom: -50px; left:0; right: 0; text-align: center; }	
.dt-sc-testimonial-wrapper.type6 .carousel-arrows a { display: inline-block; float: none; }
.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author,
.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite { margin-top:20px; margin-bottom:0; }
.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small:before { content:"-"; margin:0 5px; }
.dt-sc-testimonial-wrapper.type3 .dt-sc-testimonial-carousel li, .dt-sc-testimonial-wrapper.type5 .dt-sc-testimonial-carousel li { display: inline-block; float: none; margin: 0 10px; }	
.dt-sc-testimonial.special-testimonial-carousel blockquote q:before, .dt-sc-testimonial.special-testimonial-carousel blockquote q:after { content:"\201c"; }
.dt-sc-testimonial.special-testimonial-carousel blockquote { font-style:italic; font-weight:500; font-size:15px; }	
.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author { margin:20px 0 0; }
.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite { font-style:normal; font-weight:500; text-transform:uppercase; font-size:15px; letter-spacing:1px; }
.dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite small { font-weight:500; text-transform:none; font-size:13px; clear:both; letter-spacing:normal; display:inline-block; width:100%; }
.alignright .dt-sc-testimonial.special-testimonial-carousel blockquote, .alignright .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author { text-align:right; } .dt-sc-twitter-carousel-wrapper { clear:both; } .vc_custom_carousel .slick-slider { text-align:center; }
.vc_custom_carousel .slick-slider .slick-dots { background: #fff; border: 1px solid; border-radius: 5px; display: inline-block !important; margin: 0 auto; padding: 2px 5px 0; position: inherit; width: auto; }
.vc_custom_carousel .slick-slider:before { border-top: 1px dashed #000; bottom: -16px; content: ""; left: 0; position: absolute; width: 100%; }
.custom-dot-navigation ul.slick-dots { padding: 5px 0; }
.custom-dot-navigation ul.slick-dots li { margin: 0; }
.custom-dot-navigation ul.slick-dots li:hover i, .custom-dot-navigation ul.slick-dots li.slick-active i { transform: scaleX(-1); -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); }
.custom-dot-navigation ul.slick-dots li i { position: relative; font-size: 0; width: 10px; height: 10px; float: none; display: inline-block; transform: scaleX(1); -moz-transform: scaleX(1); -webkit-transform: scaleX(1); -ms-transform: scaleX(1); -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
.custom-arrow-navigation .slick-slider:before { content: ""; display: block; position: absolute; bottom: -54px; width: 2px; height: 24px; background: #2b2b2b; left: 0; right: 0; margin: 0 auto; }
.custom-arrow-navigation .slick-slider button { position: absolute; bottom: -65px; left: 0; right: 0; margin: 0 auto; top: auto; width: 30px; height: 30px; }
.custom-arrow-navigation .slick-slider button.slick-prev { left: -60px; }
.custom-arrow-navigation .slick-slider button.slick-next { right: -60px; }
.custom-arrow-navigation .slick-next:before, .custom-arrow-navigation .slick-prev:before, .custom-arrow-navigation .slick-next:before, .custom-arrow-navigation .slick-next:before { visibility: hidden; }
.custom-arrow-navigation .slick-slider button.slick-prev i:before, .custom-arrow-navigation .slick-slider button.slick-next i:before { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
.custom-arrow-navigation .slick-slider button.slick-prev i:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 0;	border-top: 8px solid transparent;
border-right: 13px solid; border-bottom: 8px solid transparent; }
.custom-arrow-navigation .slick-slider button.slick-next i:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-top: 8px solid transparent;	border-left: 13px solid; border-bottom: 8px solid transparent; }
.custom-navigation .vc_images_carousel .vc_carousel-indicators li { position: relative; font-size: 0; width: 20px; height: 20px; margin-right: 10px; float: none; display: inline-block; transform: scaleX(1); -moz-transform: scaleX(1); -webkit-transform: scaleX(1); -ms-transform: scaleX(1); -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; border-radius: 0; border: none; }
.custom-navigation .vc_images_carousel .vc_carousel-indicators li.vc_active, .custom-navigation .vc_images_carousel .vc_carousel-indicators li:hover { transform: scaleX(-1); -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); }
.custom-navigation .vc_images_carousel .vc_carousel-control { text-shadow: none; width: 50px; height: 50px; opacity: 1; line-height: 60px; margin: 0; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); background: #fff; }
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_left { left: 10px; }
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_right { right: 10px; }
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before { content: '\f2ea'; font-family:Material-Design-Iconic-Font; top: -15px; }
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before { content: '\f2ee'; font-family:Material-Design-Iconic-Font; top: -15px; }
.custom-navigation .vc_images_carousel .vc_carousel-control:hover { color: #fff; } .dt-carousel-navigation .carousel-prv-arrow, .dt-carousel-navigation .carousel-next-arrow { display:inline-block; }
.dt-carousel-navigation { margin:40px 0 20px; display:block; text-align:center; }
.dt-carousel-navigation a { width: 40px; height: 40px; border-radius: 50%; float: left; text-align: center; margin: 0px 5px; position: relative; font-size: 20px; line-height: 40px; color: #ffffff; }
.dt-carousel-navigation a:hover { color:#FFF; }
.dt-carousel-navigation a.next-arrow span { margin-left:2px; }
.dt-carousel-pagination a.selected, .dt-carousel-pagination a:hover { background-color: #000; } .carousel-arrows a { border-color:rgba(0, 0, 0, 0.15); }
.carousel-arrows a:hover:before, .dt-sc-images-wrapper .carousel-arrows a:hover { color:#ffffff; }
.carousel-arrows a:before { color:rgba(0, 0, 0, 0.15); }
.dt-sc-images-wrapper .carousel-arrows a { background:rgba(0, 0, 0, 0.03); }  @media only screen and (max-width: 767px) {
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_right .icon-next:before,
.custom-navigation .vc_images_carousel .vc_carousel-control.vc_left .icon-prev:before { top: -20px; }
} @media only screen and (max-width: 479px) {
.dt-sc-images-wrapper { margin-top: 40px; }
} @media only screen and (max-width: 319px) {		
.dt-sc-partners-carousel li img { display: block; margin: 0 auto; }
}
.dt-sc-contact-info.type2,
.dt-sc-contact-info.type2 span,
.dt-sc-contact-info.type5,
.dt-sc-contact-info.type8 span,
.dt-sc-contact-info.type4:after,
.dt-sc-contact-info.type4,
.dt-sc-contact-info.type4 *,
.dt-sc-contact-info.type4 h6:after,
.dt-sc-contact-info.type4 span:after,
.dt-sc-contact-info.type8 h6:before,
.dt-sc-contact-info.type8 h6:after,
.dt-sc-contact-info.type3 h6:before,
.dt-sc-contact-info.type3 h6:after,
.dt-sc-contact-info.type3:before
{
transition: all .3s linear; 
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
} .dt-sc-contact-info
{
clear: both;
float: left;
line-height: 30px;
margin: 0;
padding: 0;
padding-left: 50px; 
position: relative;
width: 100%;
}
.dt-sc-contact-info span
{
float: left;
font-size: 30px;
left: 0;
margin: 3px 10px 0 0;
position: absolute;
text-align: center;
top: 0; 
width: 30px;
}
.dt-sc-contact-info p
{
margin: 0;
}
.dt-sc-contact-info .icon-pointer
{
margin-bottom: 10px;
}
.dt-sc-contact-info.type2
{
border: 1px solid;
padding: 0 0 10px 100px;
}
.dt-sc-contact-info.type2 h6
{
font-size: 13px;
font-weight: bold; 
letter-spacing: .6px;
margin: 10px 0;
text-transform: uppercase;
}
.dt-sc-contact-info.type2 span
{
float: left;
font-size: 30px;
height: 100%;
left: 0;
line-height: 100px; 
position: absolute;
top: -3px;
width: 80px;
}
.dt-sc-contact-info.type3
{
background-color: #131212; 
padding: 60px 20px 50px;
position: relative;
text-align: center;
}
.dt-sc-contact-info.type3 h6
{
font-size: 32px;
line-height: 32px;
padding-bottom: 20px; 
text-transform: capitalize;
}
.dt-sc-contact-info.type3 h6:before
{
height: 2px; 
width: 50px;
}
.dt-sc-contact-info.type3 h6:after
{
height: 2px; 
width: 0;
}
.dt-sc-contact-info.type3 h6:before,
.dt-sc-contact-info.type3 h6:after
{
bottom: 0; 
content: '';
display: block;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
}
.dt-sc-contact-info.type3 h6:before
{
background-color: #505050;
}
.dt-sc-contact-info.type3:hover h6:before
{
width: 0;
}
.dt-sc-contact-info.type3:hover h6:after
{
width: 50px;
}
.dt-sc-contact-info.type3 h4
{
font-size: 16px;
line-height: normal;
text-transform: capitalize;
}
.dt-sc-contact-info.type3 p
{
font-size: 13px;
letter-spacing: 1.5px; 
line-height: 26px;
margin-bottom: 30px;
width: 100%;
}
.dt-sc-contact-info.type3 h6,
.dt-sc-contact-info.type3 p
{
font-weight: normal; 
position: relative;
z-index: 1;
}
.dt-sc-contact-info.type3 span
{
bottom: -30px;
font-size: 32px;
left: 0;
line-height: 60px;
margin: auto;
position: absolute;
right: 0;
top: auto;
z-index: 1;
}
.dt-sc-contact-info.type3:before
{
border-style: dashed;
border-width: 2px;
bottom: 20px;
content: '';
height: auto;
left: 20px;
pointer-events: none;
position: absolute;
right: 20px;
top: 20px;
width: auto;
}
.dt-sc-contact-info.type3.alignleft
{
text-align: left;
}
.dt-sc-contact-info.type3.alignleft h6:before,
.dt-sc-contact-info.type3.alignleft h6:after
{
left: 0;
right: auto;
}
.dt-sc-contact-info.type3.alignright
{
text-align: right;
}
.dt-sc-contact-info.type3.alignright h6:before,
.dt-sc-contact-info.type3.alignright h6:after
{
left: auto;
right: 0;
}
.dt-sc-contact-info.type4{text-align:center;padding:30px 20px;box-sizing:border-box;position:relative; border-radius: 3px; }
.dt-sc-contact-info.type4:hover, .dt-sc-contact-info.type4:hover * { color: #fff; }
.dt-sc-contact-info.type4 * { z-index: 1; }
.dt-sc-contact-info.type4 span{position:absolute;z-index:9;width:auto;float:none;margin:0px;height:50px;width:50px;line-height:50px;font-size:24px;margin:0px auto;top:-25px;left:0;right:0;-webkit-box-shadow:0px 0px 0px 5px #fff;-moz-box-shadow:0px 0px 0px 5px #fff;box-shadow:0px 0px 0px 5px #fff;transform:none;-moz-transform:none;-webkit-transform:none;-ms-transform:none;font-size:25px;  border-radius: 3px;}
.dt-sc-contact-info.type4:hover span{color:#fff;}
.dt-sc-contact-info.type4 a { font-size: 15px; }
.dt-sc-contact-info.type4:before { position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; right: 0; left: 0; margin: 0 auto; background: #f8f8f9; z-index: -1; border-radius: 5px; }
.dt-sc-contact-info.type4:after { position: absolute; content: ""; display: block; height: 0; width: 100%; bottom: 0; right: 0; left: 0; margin: 0 auto; z-index: -1; opacity: 0; border-radius: 3px; }
.dt-sc-contact-info.type4:hover:after { height: 100%; opacity: 1; }
.dt-sc-contact-info.type4 h6{font-size: 18px; text-transform: capitalize; margin: 20px 0px 15px; position: relative; padding-bottom: 20px; line-height: normal; }   
.dt-sc-contact-info.type4 h6:after { position: absolute; content: ""; display: block; width: 35px; height: 3px; bottom: -2px; right: 0; left: 0; margin: 0 auto; }
.dt-sc-contact-info.type4:hover h6:after { background: #fff; }
.dt-sc-contact-info.type4 span:after { position: absolute; content: ""; display: block; height: 0; width: 100%; bottom: 0; left: 0; z-index: -1; border-radius: 3px; }
.dt-sc-contact-info.type4:hover span:after { height: 100%; }
.dt-sc-contact-info-wrapper
{
float: left;
position: relative;
text-align: center;
width: 100%;
z-index: 99;
}
.dt-sc-contact-info-wrapper .wpb_column
{
display: inline-block; 
float: none;
}
.dt-sc-contact-info.type5
{
padding: 40px 20px; 
text-align: center;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon span
{
float: none;
font-size: 60px;
line-height: 72px;
margin: 0; 
position: relative;
width: auto;
z-index: 9;
}
.dt-sc-contact-info.type5 h6
{
font-size: 16px;
font-weight: 600; 
margin: 30px 0 0;
text-transform: uppercase;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon
{
border-left: solid 3px;
border-right: solid 3px;
display: inline-block; 
height: 75.06px;
margin: 43.30px 0;
position: relative;
text-align: center;
width: 131px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5 .dt-sc-contact-icon:after
{
background-color: inherit;
content: '';
height: 91.92px;
left: 17.0381px; 
position: absolute;
transform: scaleY(.5774) rotate(-45deg);
width: 91.92px;
z-index: 1;
-ms-transform: scaleY(.5774) rotate(-45deg);
-webkit-transform: scaleY(.5774) rotate(-45deg);
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon:before
{
border-right: solid 4.2426px; 
border-top: solid 4.2426px;
top: -45.9619px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon:after
{
border-bottom: solid 4.2426px;
border-left: solid 4.2426px; 
bottom: -45.9619px;
}
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon
{
background: #3d9bd5;
}
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.blue .dt-sc-contact-icon:after
{
border-color: #358cc6;
}
.dt-sc-contact-info.type5.blue:hover
{
background-color: #3d9bd5;
}
.dt-sc-contact-info.type5.blue:hover .dt-sc-contact-icon span
{
color: #3d9bd5;
}
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon
{
background: #795548;
}
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon,
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.brown .dt-sc-contact-icon:after
{
border-color: #573a30;
}
.dt-sc-contact-info.type5.brown:hover
{
background-color: #795548;
}
.dt-sc-contact-info.type5.brown:hover .dt-sc-contact-icon span
{
color: #795548;
}
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon
{
background: #3c939d;
}
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.cadetblue .dt-sc-contact-icon:after
{
border-color: #34818a;
}
.dt-sc-contact-info.type5.cadetblue:hover
{
background-color: #3c939d;
}
.dt-sc-contact-info.type5.cadetblue:hover .dt-sc-contact-icon span
{
color: #3c939d;
}
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon
{
background: #c10841;
}
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon,
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.chillipepper .dt-sc-contact-icon:after
{
border-color: #9d0836;
}
.dt-sc-contact-info.type5.chillipepper:hover
{
background-color: #c10841;
}
.dt-sc-contact-info.type5.chillipepper:hover .dt-sc-contact-icon span
{
color: #c10841;
}
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon
{
background: #00bcd4;
}
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon,
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.cyan .dt-sc-contact-icon:after
{
border-color: #00a0b4;
}
.dt-sc-contact-info.type5.cyan:hover
{
background-color: #00bcd4;
}
.dt-sc-contact-info.type5.cyan:hover .dt-sc-contact-icon span
{
color: #00bcd4;
}
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon
{
background: #b48b3c;
}
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon,
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.darkgolden .dt-sc-contact-icon:after
{
border-color: #a17b35;
}
.dt-sc-contact-info.type5.darkgolden:hover
{
background-color: #b48b3c;
}
.dt-sc-contact-info.type5.darkgolden:hover .dt-sc-contact-icon span
{
color: #b48b3c;
}
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon
{
background: #ff5722;
}
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon,
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.deeporange .dt-sc-contact-icon:after
{
border-color: #db4211;
}
.dt-sc-contact-info.type5.deeporange:hover
{
background-color: #ff5722;
}
.dt-sc-contact-info.type5.deeporange:hover .dt-sc-contact-icon span
{
color: #ff5722;
}
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon
{
background: #673ab7;
}
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon,
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.deeppurple .dt-sc-contact-icon:after
{
border-color: #532b99;
}
.dt-sc-contact-info.type5.deeppurple:hover
{
background-color: #673ab7;
}
.dt-sc-contact-info.type5.deeppurple:hover .dt-sc-contact-icon span
{
color: #673ab7;
}
.dt-sc-contact-info.type5.green .dt-sc-contact-icon
{
background: #68b471;
}
.dt-sc-contact-info.type5.green .dt-sc-contact-icon,
.dt-sc-contact-info.type5.green .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.green .dt-sc-contact-icon:after
{
border-color: #58975f;
}
.dt-sc-contact-info.type5.green:hover
{
background-color: #68b471;
}
.dt-sc-contact-info.type5.green:hover .dt-sc-contact-icon span
{
color: #68b471;
}
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon
{
background: #cddc39;
}
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon,
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.lime .dt-sc-contact-icon:after
{
border-color: #b1bf27;
}
.dt-sc-contact-info.type5.lime:hover
{
background-color: #cddc39;
}
.dt-sc-contact-info.type5.lime:hover .dt-sc-contact-icon span
{
color: #cddc39;
}
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon
{
background: #cb506d;
}
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon,
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.magenta .dt-sc-contact-icon:after
{
border-color: #ae3753;
}
.dt-sc-contact-info.type5.magenta:hover
{
background-color: #cb506d;
}
.dt-sc-contact-info.type5.magenta:hover .dt-sc-contact-icon span
{
color: #cb506d;
}
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon
{
background: #ea8852;
}
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon,
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.orange .dt-sc-contact-icon:after
{
border-color: #d27745;
}
.dt-sc-contact-info.type5.orange:hover
{
background-color: #ea8852;
}
.dt-sc-contact-info.type5.orange:hover .dt-sc-contact-icon span
{
color: #ea8852;
}
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon
{
background: #fd6ca3;
}
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon,
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.pink .dt-sc-contact-icon:after
{
border-color: #df5e8f;
}
.dt-sc-contact-info.type5.pink:hover
{
background-color: #fd6ca3;
}
.dt-sc-contact-info.type5.pink:hover .dt-sc-contact-icon span
{
color: #fd6ca3;
}
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon
{
background: #9c27b0;
}
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon,
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.purple .dt-sc-contact-icon:after
{
border-color: #7c1b8c;
}
.dt-sc-contact-info.type5.purple:hover
{
background-color: #9c27b0;
}
.dt-sc-contact-info.type5.purple:hover .dt-sc-contact-icon span
{
color: #9c27b0;
}
.dt-sc-contact-info.type5.red .dt-sc-contact-icon
{
background: #da0000;
}
.dt-sc-contact-info.type5.red .dt-sc-contact-icon,
.dt-sc-contact-info.type5.red .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.red .dt-sc-contact-icon:after
{
border-color: #c50000;
}
.dt-sc-contact-info.type5.red:hover
{
background-color: #da0000;
}
.dt-sc-contact-info.type5.red:hover .dt-sc-contact-icon span
{
color: #da0000;
}
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon
{
background: #0eb2e7;
}
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon,
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.skyblue .dt-sc-contact-icon:after
{
border-color: #0da2d4;
}
.dt-sc-contact-info.type5.skyblue:hover
{
background-color: #0eb2e7;
}
.dt-sc-contact-info.type5.skyblue:hover .dt-sc-contact-icon span
{
color: #0eb2e7;
}
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon
{
background: #009688;
}
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon,
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.teal .dt-sc-contact-icon:after
{
border-color: #007f73;
}
.dt-sc-contact-info.type5.teal:hover
{
background-color: #009688;
}
.dt-sc-contact-info.type5.teal:hover .dt-sc-contact-icon span
{
color: #009688;
}
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon
{
background: #32ccbd;
}
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon,
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.turquoise .dt-sc-contact-icon:after
{
border-color: #24b6a8;
}
.dt-sc-contact-info.type5.turquoise:hover
{
background-color: #32ccbd;
}
.dt-sc-contact-info.type5.turquoise:hover .dt-sc-contact-icon span
{
color: #32ccbd;
}
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon
{
background: #9b59b6;
}
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon,
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.wisteria .dt-sc-contact-icon:after
{
border-color: #7c4094;
}
.dt-sc-contact-info.type5.wisteria:hover
{
background-color: #9b59b6;
}
.dt-sc-contact-info.type5.wisteria:hover .dt-sc-contact-icon span
{
color: #9b59b6;
}
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon
{
background: #ffe401;
}
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon,
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:before,
.dt-sc-contact-info.type5.yellow .dt-sc-contact-icon:after
{
border-color: #ebd302;
}
.dt-sc-contact-info.type5.yellow:hover
{
background-color: #ffe401;
}
.dt-sc-contact-info.type5.yellow:hover .dt-sc-contact-icon span
{
color: #ffe401;
}
.dt-sc-contact-info.type5:hover
{
background: url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/hexagon-shape-pattern.png) repeat;
}
.dt-sc-contact-details-on-map
{
clear: both;
float: left;
margin: 0;
padding: 0; 
position: relative;
width: 100%;
}
.dt-sc-contact-details-on-map .map
{
clear: both; 
float: left;
margin: 0;
padding: 0;
widows: 100%;
}
.dt-sc-contact-details-on-map img
{
display: block;  
height: auto;
max-width: 100%;
}
.dt-sc-contact-details-on-map .map-switch-icon
{
border-radius: 50%;
font-size: 32px;
height: 80px;
left: 0;
line-height: 80px;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: -40px;
width: 80px;
z-index: 9;
}
.dt-sc-contact-details-on-map .dt-sc-map-overlay
{
float: none;
height: 100%;
left: 0;
margin: 0 auto !important;
max-width: 1200px;
padding: 140px 0 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
}
.dt-sc-contact-details-on-map .dt-sc-map-overlay h3
{
font-weight: normal;
}
.dt-sc-contact-info.type6
{
padding: 30px 20px;
position: relative; 
text-align: center;
}
.dt-sc-contact-info.type6 span
{
float: none;
font-size: 36px;
margin: 0; 
position: relative;
width: auto;
z-index: 9;
}
.dt-sc-contact-info.type6 h6
{
font-size: 18px;
margin: 20px 0 13px; 
text-transform: uppercase;
}
.dt-sc-contact-info.type6:before
{
content: '';
height: 100%;
left: -15px;
position: absolute;
top: -15px;
width: 100%;
z-index: -1;
}
.dt-sc-contact-info.type7
{
padding: 0 0 10px 100px;
position: relative;
}
.dt-sc-contact-info.type7 h6
{
font-size: 13px;
font-weight: bold; 
letter-spacing: .6px;
margin: 10px 0;
text-transform: uppercase;
}
.dt-sc-contact-info.type7 span
{
color: #fff; 
float: left;
font-size: 30px;
height: 100%;
left: 0;
line-height: 65px;
position: absolute;
top: 15px;
width: 65px;
}
.dt-sc-contact-info.type7 span:after
{
border-radius: 10px;
content: '';
height: 65px;
left: 0;
position: absolute;
top: 0;
transform: rotate(45deg);
width: 65px;
z-index: -1; 
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.dt-sc-contact-info.type7 a
{
display: block;
}
.dt-sc-contact-info.type8,
#footer .dt-sc-contact-info.type8
{
padding: 0;
position: relative;
text-align: center;
}
.dt-sc-contact-info.type8
{
margin: 90px 0 0;
}
#footer .dt-sc-contact-info.type8
{
margin: 0;
padding: 10px 0;
}
.dt-sc-contact-info.type8
{
color: #505050; 
font-size: 18px;
letter-spacing: 0.5px;
line-height: 32px;
}
.dt-sc-contact-info.type8 span
{
background: #000;
border-radius: 50%;
box-shadow: 0 0 0 5px #fff;
color: #fff;
font-size: 32px;
height: 84px;
left: 0;
line-height: 84px;
margin: auto;
position: absolute;
right: 0;
top: -100px;
width: 84px;
-moz-box-shadow: 0 0 0 5px #fff;
-webkit-box-shadow: 0 0 0 5px #fff;
-ms-box-shadow: 0 0 0 5px #fff;
-o-box-shadow: 0 0 0 5px #fff;
}
.dt-sc-contact-info.type8.no-icon
{
margin: 0;
}
.dt-sc-contact-info.type8 h6
{
color: #505050;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.5px;
line-height: 36px;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
text-transform: capitalize;
width: 100%;
}
.dt-sc-contact-info.type8 h6:before
{
background-color: #505050;
}
.dt-sc-contact-info.type8 h6:before,
.dt-sc-contact-info.type8 h6:after
{
content: '';
display: block;
left: 0;
margin: 0 auto; 
position: absolute;
right: 0;
}
.dt-sc-contact-info.type8 h6:before
{
bottom: 0; 
height: 2px;
width: 50px;
}
.dt-sc-contact-info.type8 h6:after
{
bottom: 0; 
height: 2px;
width: 0;
}
.dt-sc-contact-info.type8:hover h6:before
{
width: 0;
}
.dt-sc-contact-info.type8:hover h6:after
{
width: 50px;
} @media screen and (-webkit-min-device-pixel-ratio:0)
{ ::i-block-chrome,
.dt-sc-contact-info.type3:before
{
height: 95%; 
width: 92%;
}
} .dt-sc-dark-bg .dt-sc-contact-info.type8
{
border-color: #fff;
}
.dt-sc-dark-bg .dt-sc-contact-info.type8 p a:hover
{
color: rgba(255, 255, 255, .5);
}
.dt-sc-contact-info.type2 h6
{
color: rgba(0, 0, 0, .5);
}
.dt-sc-contact-info.type2 span,
.dt-sc-contact-info.type3 p a,
.dt-sc-dark-bg .dt-sc-contact-info.type8 a,
.dt-sc-contact-info.type3 h6,
.dt-sc-contact-info.type3 p,
.dt-sc-contact-info.type4 span:before,
.dt-sc-contact-info.type5 .dt-sc-contact-icon span,
.dt-sc-contact-info.type5:hover h6 a,
.dt-sc-contact-info.type6,
.dt-sc-contact-info.type6 span,
.dt-sc-contact-info.type6 h6,
.dt-sc-contact-info.type6 a, .dt-sc-dark-bg .dt-sc-contact-info.type8 p a
{
color: #fff;
}
.dt-sc-contact-info.type6 a:hover
{
color: rgba(0, 0, 0, .6);
}
.dt-sc-contact-info.type3 p a:hover
{
color: #000;
}
.dt-sc-contact-info.type5 h6 a
{
color: #222;
}
.dt-sc-dark-bg .dt-sc-contact-info.type8 a:hover
{
color: rgba(255, 255, 255, .2);
}
.dt-sc-contact-info.type2
{
border-color: #000;
}
.dt-sc-contact-info.type3:before
{
border-color: rgba(255, 255, 255, .4);
}
.dt-sc-contact-info.type5:hover .dt-sc-contact-icon
{
background: #fff;
}
.dt-sc-contact-info.type2 span,
.dt-sc-contact-info.type6:before
{
background: #000;
} @media only screen and (min-width:992px) and (max-width:1199px)
{
.dt-sc-contact-info.type5 h6
{
font-size: 15px;
margin: 20px 0 0;
} .dt-sc-contact-info.type6,
.dt-sc-contact-info.type6 p,
.dt-sc-contact-info.type6 a,
.dt-sc-contact-info.type2
{
font-size: 12px;
}
.dt-sc-contact-info.type3,
.dt-sc-contact-info.type3 p,
.dt-sc-contact-info.type3 a,
.dt-sc-contact-info.type7,
.dt-sc-contact-info.type7 p,
.dt-sc-contact-info.type7 a
{
font-size: 11px;
}
.dt-sc-contact-info.type4
{ 
margin: 0 auto 60px;
}
.dt-sc-contact-info.type7
{
padding-left: 85px;
}
}  @media only screen and (min-width:768px) and (max-width:991px)
{
.dt-sc-contact-info.type2
{
padding-left: 75px;
}
.dt-sc-contact-info.type2 span
{
width: 60px;
}
.rs_four_two_col .dt-sc-contact-info.type3
{
margin-top: 20px;
}
.dt-sc-contact-info.type2,
.dt-sc-contact-info.type2 p,
.dt-sc-contact-info.type2 a,
.dt-sc-contact-info.type4,
.dt-sc-contact-info.type4 p,
.dt-sc-contact-info.type4 a
{
font-size: 11px;
}
.dt-sc-contact-info.type4
{ 
padding: 30px 10px;
margin: 0 auto 60px;
}
.wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 h6
{
font-size: 30px;
}
.wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3,
.wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 p,
.wpb_column:not(.rs_col-sm-6) .dt-sc-contact-info.type3 a
{
font-size: 14px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon
{
height: 55.06px;
margin: 33.3px 0; 
width: 102px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon::before,
.dt-sc-contact-info.type5 .dt-sc-contact-icon::after
{
height: 71.92px;
left: 12.038px; 
width: 71.92px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon::before
{
top: -35.962px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon::after
{
bottom: -35.962px;
}
.dt-sc-contact-info.type5 .dt-sc-contact-icon span
{
font-size: 45px;
line-height: 57px;
}
.dt-sc-contact-info.type5 h6
{
font-size: 14px;
margin: 20px 0 0;
}
.dt-sc-contact-info.type8,
.dt-sc-contact-info.type8 p,
.dt-sc-contact-info.type8 a
{
font-size: 13px;
} .rs_col-sm-6 .dt-sc-contact-info.type3
{
margin-bottom: 50px;
}
.rs_col-sm-6 .dt-sc-contact-info.type6
{
margin-bottom: 30px;
}
.rs_col-sm-6 .dt-sc-contact-info.type7
{
padding-bottom: 20px;
}
}  @media only screen and (max-width: 767px)
{ .dt-sc-contact-info.type2
{
margin: 0 0 20px;
}
.dt-sc-contact-info.type3
{
margin: 0 0 70px;
}
.dt-sc-contact-info.type5
{
margin: 0 0 30px;
}
.dt-sc-contact-info.type6
{
margin: 0 0 35px;
}
.dt-sc-contact-info.type8
{
margin: 90px 0;
}
.dt-sc-contact-info.type4 { margin: 0 auto 30px; }
.dt-sc-contact-info.type4, .dt-sc-contact-info.type6 { display: block; float: none; margin-left: auto; margin-right: auto; }
.dt-sc-contact-info.type7
{
padding-left: 120px;
}
.dt-sc-contact-info.type7 span
{
left: 15px;
}
.dt-sc-contact-info.type8 span
{
top: -120px;
}
} @media only screen and (max-width: 479px)
{ .dt-sc-contact-info.type2
{
padding-left: 85px;
}
.dt-sc-contact-info.type2 span
{
width: 65px;
}
.dt-sc-contact-info.type7
{
padding-left: 90px;
}
} @media only screen and (max-width: 319px)
{ .dt-sc-contact-info.type2
{
padding: 100px 10px 10px;
text-align: center;
}
.dt-sc-contact-info.type2 span
{
height: auto;
top: -4px;
width: 100%;
}
.dt-sc-contact-info.type6
{
font-size: 12px;
}
.dt-sc-contact-info.type7
{
margin: 0 0 30px;
padding: 90px 0 0;
text-align: center;
width: 100%;
}
.dt-sc-contact-info.type7 span
{
left: 0;
margin: 0 auto; 
right: 0;
}
}
.dt-sc-counter.type1 .icon-wrapper:before, .dt-sc-counter.type1 .icon-wrapper:after, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before, .dt-sc-counter.type2 .dt-sc-couter-icon-holder, 
.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4 .dt-sc-couter-icon-holder, .dt-sc-counter.type5:before, .dt-sc-counter.type5:after, 
.dt-sc-counter.type3 .icon-wrapper, .dt-sc-counter.type1 .icon-wrapper span, .dt-sc-counter.type1 .dt-sc-counter-number, .dt-sc-counter.type1 .dt-sc-counter-number:before, 
.dt-sc-counter.type1 .dt-sc-counter-number:after, .dt-sc-counter.type1 .icon-wrapper span:after, .dt-sc-counter.type1 .icon-wrapper { -webkit-transition:all 0.3s linear; 
-moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-counter { float:left; clear:both; width:100%; margin:0px; padding:0px; }
.dt-sc-counter.type1{text-align:center; margin:70px 0px 20px; position:relative;}
.dt-sc-counter.type1 .icon-wrapper{width:auto; clear:both; position:absolute; right:25px; top:-65px;}
.dt-sc-counter.type1 .icon-wrapper span{color:rgba(0, 0, 0,0.05); font-size:95px;}
.dt-sc-counter.type1 .dt-sc-counter-number{font-size:60px; margin-bottom:25px; font-weight:bold; position:relative; padding-bottom:38px;}
.dt-sc-counter.type1 h4{ font-size:18px; font-weight:normal; letter-spacing:1px; margin-bottom:5px; }
.dt-sc-counter.type1 .dt-sc-counter-number:before, .dt-sc-counter.type1 .dt-sc-counter-number:after { position: absolute; content: ""; display: block; left: 0; right: 0; margin: auto; 
bottom: 0; }
.dt-sc-counter.type1 .dt-sc-counter-number:before {width: 50px; height: 2px; background-color: #d4d4d4; }
.dt-sc-counter.type1 .dt-sc-counter-number:after { width: 0; height: 2px; }
.dt-sc-counter.type1:hover .dt-sc-counter-number:before { width: 0; }
.dt-sc-counter.type1:hover .dt-sc-counter-number:after { width: 50px; }
.secondary-skin-highlight .dt-sc-counter.type1 .dt-sc-counter-number:before { background: #fff; }
.dt-sc-dark-bg .dt-sc-counter.type1 .icon-wrapper span { color: rgba(255,255,255,0.2); }
.dt-sc-counter.type2 { text-align:center; }
.dt-sc-counter.type2 .icon-wrapper span.pe-icon, .dt-sc-counter.type2 .icon-wrapper span.icon, .dt-sc-counter.type2 .icon-wrapper span.fa { font-size:30px; display:inline-block; margin-bottom:10px; }
.dt-sc-counter.type2 .dt-sc-couter-icon-holder { display:inline-block; width:120px; height: 120px; padding:30px 0px; }
.dt-sc-counter.type2 .dt-sc-counter-number, .dt-sc-counter.type2 h4 { font-size:20px; }
.dt-sc-counter.type2 h4 { font-size:20px; margin:20px 0px 0px; }
.dt-sc-counter.type2.alignleft { text-align: left; }
.dt-sc-counter.type2.alignright { text-align: right; }
.dt-sc-counter.type2.alignleft .dt-sc-couter-icon-holder, .dt-sc-counter.type2.alignright .dt-sc-couter-icon-holder { text-align: center; }
.dt-sc-counter.type3 { text-align:center; }
.dt-sc-counter.type3.last, .last .dt-sc-counter.type3 { border-right-width: 0; }
.dt-sc-counter.type3 .dt-sc-couter-icon-holder { display:inline-block; padding:0px; margin:-32px 0px 0px; }
.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper { width:70px; height:70px; border:5px solid; border-radius:50%; margin:0px 0px 20px; position:relative; text-align:center; }
.dt-sc-counter.type3 .dt-sc-couter-icon-holder span { line-height:60px; font-size:32px; margin-bottom:20px; }
.dt-sc-counter.type3 .dt-sc-counter-number { font-size:30px; }
.dt-sc-counter.type3 h4 { font-size:14px; margin:10px 0px 0px; text-transform:uppercase; padding:0px 0px 40px; }
.dt-sc-counter.type3 .icon-wrapper:before { border-radius: 50%; content: ""; height: 72px; left: -6px; margin: 0 auto; position: absolute; right: 0; top: -6px; width: 72px; border:1px solid; }
.dt-sc-counter.type3.diamond-square { border-right-style:dashed; }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder { margin-top:0px; }
.dt-sc-counter.type3.diamond-square h4 { font-size:14px; text-transform:uppercase; letter-spacing:1px; padding-bottom:10px; }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper { background:none; width:100px; height:65px; }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before { content:""; position:absolute; left:-2px; right:0px; top:-1px; margin:auto; width:65px; height:65px; transform:rotate(37deg) skewX(-17deg) skewY(-3deg); -ms-transform:rotate(37deg) skewX(-17deg) skewY(-3deg); -webkit-transform:rotate(37deg) skewX(-17deg) skewY(-3deg); }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after { content:""; position:absolute; 	left:-3px; right:0px; top:3px; margin:auto; border:1px solid; width:57px; height:57px; transform:rotate(37deg) skewX(-17deg) skewY(-3deg); -ms-transform:rotate(37deg) skewX(-17deg) skewY(-3deg); -webkit-transform:rotate(37deg) skewX(-17deg) skewY(-3deg); }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper span { position:relative; line-height:65px; }
.dt-sc-counter.type3.diamond-square .icon-wrapper:before { border-radius:0; }
.dt-sc-counter.type3.alignright { text-align: right; padding-right: 30px; }
.dt-sc-counter.type3.alignleft { text-align: left; padding-left: 30px; }
.dt-sc-counter.type4 { text-align:center; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder { display:inline-block; width:140px; height:140px; border:5px solid; border-radius:50%; position:relative; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper { width:70px; height:70px; border:5px solid; border-radius:50%; position:absolute; left:-40px; top:-10px; line-height:60px; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder span { line-height:60px; font-size:32px; }
.dt-sc-counter.type4 .dt-sc-counter-number { font-size:30px; line-height:135px; }
.dt-sc-counter.type4 h4 { font-size:14px; margin:15px 0px 0px; text-transform:uppercase; padding:0px; }
.dt-sc-counter.type4.alignright .dt-sc-couter-icon-holder .icon-wrapper { left: auto; right: -40px; }
.dt-sc-counter.type4.aligncenter .dt-sc-couter-icon-holder .icon-wrapper { left: 0; right: 0; top: -30px; margin: 0 auto; }
.dt-sc-dark-bg .dt-sc-counter.type4 .dt-sc-counter-number { color:#000000; }
.dt-sc-dark-bg .dt-sc-counter.type4:hover .dt-sc-counter-number { color: #fff; }
.dt-sc-counter.type4.blue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.blue:hover .dt-sc-couter-icon-holder { background:#008bd3; }
.dt-sc-counter.type4.brown .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.brown:hover .dt-sc-couter-icon-holder { background:#795548; }
.dt-sc-counter.type4.cadetblue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.cadetblue:hover .dt-sc-couter-icon-holder { background:#3c939d; }
.dt-sc-counter.type4.chillipepper .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.chillipepper:hover .dt-sc-couter-icon-holder { background:#c10841; }
.dt-sc-counter.type4.cyan .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.cyan:hover .dt-sc-couter-icon-holder { background:#00bcd4; }
.dt-sc-counter.type4.darkgolden .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.darkgolden:hover .dt-sc-couter-icon-holder { background:#b48b3c; }
.dt-sc-counter.type4.deeporange .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.deeporange:hover .dt-sc-couter-icon-holder { background:#ff5722; }
.dt-sc-counter.type4.deeppurple .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.deeppurple:hover .dt-sc-couter-icon-holder { background:#673ab7; }
.dt-sc-counter.type4.green .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.green:hover .dt-sc-couter-icon-holder { background:#6ca04a; }
.dt-sc-counter.type4.lime .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.lime:hover .dt-sc-couter-icon-holder { background:#cddc39; }
.dt-sc-counter.type4.magenta .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.magenta:hover .dt-sc-couter-icon-holder { background:#cb506d; }
.dt-sc-counter.type4.orange .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.orange:hover .dt-sc-couter-icon-holder { background:#ff9800; }
.dt-sc-counter.type4.pink .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.pink:hover .dt-sc-couter-icon-holder { background:#fd6ca3; }
.dt-sc-counter.type4.purple .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.purple:hover .dt-sc-couter-icon-holder { background:#9c27b0; }
.dt-sc-counter.type4.red .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.red:hover .dt-sc-couter-icon-holder { background:#da0000; }
.dt-sc-counter.type4.skyblue .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.skyblue:hover .dt-sc-couter-icon-holder { background:#0eb2e7; }
.dt-sc-counter.type4.teal .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.teal:hover .dt-sc-couter-icon-holder { background:#009688; }
.dt-sc-counter.type4.yellow .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.yellow:hover .dt-sc-couter-icon-holder { background:#ffe401; }
.dt-sc-counter.type4.turquoise .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.turquoise:hover .dt-sc-couter-icon-holder { background:#32ccbd; }
.dt-sc-counter.type4.wisteria .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.wisteria:hover .dt-sc-couter-icon-holder { background:#9b59b6; }
.dt-sc-counter.type4.black .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4.black:hover .dt-sc-couter-icon-holder { background:#000000; }
.dt-sc-counter.type5 { float:left; text-align:center; min-height:335px; padding:110px 0px 0px; position:relative; }
.dt-sc-counter.type5:before { content:""; position:absolute; left:0px; right:0; margin:auto; top:66px; width:200px; height:200px; border:1px solid; z-index:1; -webkit-transform:rotate(45deg) skewX(10deg) skewY(10deg); -ms-transform:rotate(45deg) skewX(10deg) skewY(10deg); transform:rotate(45deg) skewX(10deg) skewY(10deg); }
.dt-sc-counter.type5:after { content:""; position:absolute; left:0px; right:0; margin:auto; top:76px; width:180px; height:180px; border: none; z-index:1; -webkit-transform:rotate(45deg) skewX(10deg) skewY(10deg); -ms-transform:rotate(45deg) skewX(10deg) skewY(10deg); transform:rotate(45deg) skewX(10deg) skewY(10deg); }
.dt-sc-counter.type5 .dt-sc-couter-icon-holder span { font-size:32px; }
.dt-sc-counter.type5 .dt-sc-counter-number { font-size:20px; font-weight:bold; margin:5px 0px; }
.dt-sc-counter.type5 h4 { font-size:16px; letter-spacing:1px; }
.dt-sc-counter.type5 .dt-sc-couter-icon-holder, .dt-sc-counter.type5 h4 { position:relative; z-index:9; }
.dt-sc-counter.type6 { text-align:center; border:1px solid rgba(0,0,0,0.05); margin:75px -1px 0px 0px; padding:0px 0px 40px; }
.dt-sc-counter.type6 .dt-sc-couter-icon-holder { width:140px; height:80px; display:inline-block; position:relative; margin:-6px 0px 15px; }
.dt-sc-counter.type6 .dt-sc-couter-icon-holder:before { border:1px solid; content:""; position:absolute; left:0px; right:0px; top:-45px; margin:auto; width:100px; height:100px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:1; }
.dt-sc-counter.type6 .dt-sc-couter-icon-holder .icon-wrapper { position:absolute; font-size:20px; z-index:1; left:0px; right:0px; top:-45px; margin:auto; }
.dt-sc-counter.type6 .dt-sc-counter-number { font-size:34px; font-weight:bold; position:relative; top:-9px; z-index:1; }
.dt-sc-counter.type6 h4 { font-size:16px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; margin-bottom:0px; position:relative; padding:0px 10px; }
.dt-sc-counter.type6 h4:before { content:""; position:absolute; right:-6px; top:6px; margin:auto; width:12px; height:12px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:1; }
.dt-sc-counter.type6.last h4:before { background:none; } @media all and (min-width:0\0) and (min-resolution:.001dpcm) {
.dt-sc-counter.type5:before, .dt-sc-counter.type5:after { transform: rotate(45deg) skew(10deg, 10deg); -ms-transform: rotate(45deg) skew(10deg, 10deg); }
} @media screen and (min-width:0\0) { 
.type4.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper { border: none; box-shadow: 0 0 0 5px #fff; -ms-box-shadow: 0 0 0 5px #fff; }
.diamond-square.type3.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper::after { top: 0; }
.diamond-square.type3.dt-sc-counter .dt-sc-couter-icon-holder .icon-wrapper::before { top: -3px; }
} .dt-sc-counter { color:#000000; }
.dt-sc-counter.type2 .dt-sc-couter-icon-holder, .dt-sc-counter.type3 .dt-sc-couter-icon-holder span, .dt-sc-counter.type4 .dt-sc-couter-icon-holder span, .dt-sc-counter.type4:hover .dt-sc-counter-number,  .dt-sc-counter.type6:hover .dt-sc-counter-number, .dt-sc-counter.type5:hover h4, .dt-sc-counter.type5:hover .dt-sc-couter-icon-holder, .dt-sc-dark-bg .dt-sc-counter { color:#ffffff; }
.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper { background:#000000; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder, .dt-sc-counter.type6, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before { background:#ffffff; }	
.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder .icon-wrapper { background:#333333; }
.dt-sc-counter.type1 { border-right-color:rgba(0, 0, 0, 0.1); }
.dt-sc-dark-bg .dt-sc-counter.type1 { border-color:rgba(255, 255, 255, 0.1); }
.secondary-skin-bg .dt-sc-counter.type1:hover .dt-sc-counter-number { color: #fff; }
.secondary-skin-bg .dt-sc-counter.type1 .dt-sc-counter-number:before { background: #fff; }
.dt-sc-counter.type3 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after, .dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper, .dt-sc-dark-bg .dt-sc-counter.type5:before, .dt-sc-dark-bg .dt-sc-counter.type5:after { border-color:#ffffff; }
.dt-sc-counter.type3 { border-color:rgba(0, 0, 0, 0.1); }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder { border:5px solid rgba(0, 0, 0, 0.07); }
.dt-sc-counter.type5:before, .dt-sc-counter.type5:after { border-color:#000000; } @media only screen and (min-width:992px) and (max-width:1199px) { .vc_col-md-6 .dt-sc-counter.type1 { margin-bottom: 25px; }
.dt-sc-counter.type1 .dt-sc-counter-number { font-size: 40px; padding-bottom: 28px; margin-bottom: 18px; }
*.dt-sc-counter.type3, .vc_row-no-padding .dt-sc-counter.type3 { padding: 0; }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before,
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after,
.vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before,
.vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after { left: -2px; }		
.dt-sc-counter.type5:before { height: 180px; width: 180px; }
.dt-sc-counter.type5:after { height: 160px; width: 160px; }
} @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-counter.type1 h4 { font-size: 16px; }
.dt-sc-counter.type1 .icon-wrapper { right: -5px; }
.dt-sc-counter.type1 .dt-sc-counter-number { font-size: 40px; padding-bottom: 28px; margin-bottom: 18px; }
.dt-sc-counter.type3, .vc_row-no-padding .dt-sc-counter.type3 { padding: 0; }
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before,
.dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after,
.vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before,
.vc_row-no-padding .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:after { left: -2px; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder { height: 120px; width: 120px; }
.dt-sc-counter.type4 .dt-sc-counter-number { font-size: 28px; line-height: 125px; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder .icon-wrapper { height: 60px; line-height: 60px; left: -30px; width: 60px; }
.dt-sc-counter.type4 .dt-sc-couter-icon-holder span { font-size: 28px; line-height: 50px; }
.dt-sc-counter.type5 { padding: 90px 0 0; }
.dt-sc-counter.type5::before { height: 150px; width: 150px; }
.dt-sc-counter.type5::after { height: 130px; width: 130px; }
.dt-sc-counter.type6 h4 { font-size: 14px; }
}  @media only screen and (max-width: 767px) { .dt-sc-counter { margin-bottom: 15px; }
.dt-sc-counter.type1 { border-right: none; }
.dt-sc-counter.type1 .dt-sc-counter-number { font-size: 40px; }
.dt-sc-counter.type1 .icon-wrapper { right: 100px; }
.dt-sc-counter.type3.diamond-square { border-left-style: solid; border-left-width: 1px; border-left-style: dashed; border-right-width: 1px; }
.dt-sc-counter.type3.last, .last .dt-sc-counter.type3 { border-width: 0 1px; }
.dt-sc-counter.type6 { display: block; float: none; margin-left: auto; margin-right: auto; width: 92%; }
.dt-sc-counter.type6 h4::after { content: ""; height: 12px; margin: auto; position: absolute; left: -6px; top: 6px; transform: rotate(45deg); width: 12px; z-index: 1; }
} @media only screen and (max-width: 479px) {
.dt-sc-counter.type1 .icon-wrapper { right: 25px; }
} @media only screen and (max-width: 319px) {	
.dt-sc-counter.type5::before { height: 180px; width: 180px; }
.dt-sc-counter.type5::after { height: 160px; width: 160px; }
}
  .dt-custom-nav-wrapper { display: inline-block; width: 100%; }
.dt-custom-nav-wrapper.left { text-align: left; }
.dt-custom-nav-wrapper.center { text-align: center; }
.dt-custom-nav-wrapper.right { text-align: right; }
.dt-custom-nav-wrapper.left ul li { float: left; }
.dt-custom-nav-wrapper.right ul li { float: right; }
.dt-custom-nav-wrapper.inline-vertical.right ul li ul { padding-left: 0; padding-right: 20px; }
.dt-custom-nav-wrapper.none:not(.inline-horizontal):not(.inline-vertical) ul li ul, 
.dt-custom-nav-wrapper.left:not(.inline-horizontal):not(.inline-vertical) ul li ul { padding-left: 0; width: 95%; margin-top: 0; } 
.dt-custom-nav-wrapper.right:not(.inline-horizontal):not(.inline-vertical) ul li ul { padding-left: 0; padding-right: 0; width: 95%; }
.dt-custom-nav-wrapper.left ul li ul { float: left; } 
.dt-custom-nav-wrapper.right ul li ul { float: right; }
.dt-custom-nav { display: inline-block; font-size: 0; margin: 0 0 20px; padding: 0; }
.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical) .dt-custom-nav { padding-left: 32px; width: 100%; }
.dt-custom-nav-wrapper.center:not(.inline-horizontal):not(.inline-vertical):not([data-link-icon-position]) .dt-custom-nav { padding-left: 0; }
.dt-custom-nav li { display: block; font-size: initial; width: 100%; white-space: nowrap; }
.dt-custom-nav li a { border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); display: block; padding: 5px 15px; position: relative; width: 100%; }
.dt-custom-nav li a:not([href]) { cursor: default; }
.dt-custom-nav li a i.menu-item-icon { text-align: center; }
.dt-custom-nav li a > span { position: relative; }
.dt-custom-nav li a i.menu-item-icon, .dt-custom-nav li a > span { display: inline-block; vertical-align: middle; }
.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li a,
.dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a { display: inline-block; }
.dt-custom-nav-wrapper.inline-vertical .dt-custom-nav li a { width: auto; }
.dt-custom-nav-wrapper.inline-horizontal[data-default-style="none"][data-hover-style="none"] .dt-custom-nav li a { padding-left: 10px; padding-right: 10px; }
.dt-custom-nav-wrapper.inline-vertical[data-default-style="none"][data-hover-style="none"] .dt-custom-nav li a { padding-bottom: 0; padding-top: 0; }
.dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-horizontal) > div { margin-left: -15px; margin-right: -15px; }
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li { margin: 0; padding-right: 15px; }
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li:last-child { padding-right: 0; }
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li span.divider { height: 1px; line-height: 0; margin: auto; padding-bottom: inherit; position: absolute; bottom: 0; right: 0; top: 0; text-align: center; width: 15px; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li { position: relative; padding-bottom: 20px; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li:last-child { padding-bottom: 0; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li span.divider { height: 1px; position: absolute; bottom: 10px; left: 0; right: 0; width: 100%; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li span.divider:after { height: 100%; position: absolute; bottom: 0; left: 0; width: 100%; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li.menu-item-has-children ul.sub-menu { padding-top: 10px; position: relative; }
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li.menu-item-has-children ul.sub-menu:before { position: absolute; left: 0; top: 0; width: 100%; }
.dt-custom-nav-wrapper.inline-horizontal:not(.right)[data-divider="yes"] .dt-custom-nav li:last-child > span.divider,
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li ul.sub-menu li span.divider, 
.dt-custom-nav-wrapper.inline-vertical[data-divider="yes"] .dt-custom-nav li:last-child > span.divider { display: none; }
.dt-custom-nav-wrapper .dt-custom-nav > li > span.divider:before { display: inline-block; }
.dt-custom-nav-wrapper .dt-custom-nav > li > span.divider.crossline:before { content: "\005c"; }
.dt-custom-nav-wrapper .dt-custom-nav > li > span.divider.narrow-line:before { content: "\002d"; }
.dt-custom-nav-wrapper .dt-custom-nav > li > span.divider.vertical-line:before { content: "\007c"; }
.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav { margin: 0 -2px; }
.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li { display: inline-block; margin: 0 2px; position: relative; width: auto; }
.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li ul.sub-menu { display: none; margin: 0; padding: 0; position: absolute; left: 0; top: 100%; width: 240px; z-index: 1; }
.dt-custom-nav-wrapper.inline-horizontal .dt-custom-nav li:hover ul.sub-menu { display: block; background-color: #fff; }
.dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li { float: none; } 
.dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu, 
.dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu { text-align: left; }
.dt-custom-nav-wrapper.inline-horizontal.center .dt-custom-nav li ul.sub-menu li, 
.dt-custom-nav-wrapper.inline-horizontal.right .dt-custom-nav li ul.sub-menu li { float: left; }
.dt-custom-nav-wrapper.none[data-link-icon-position="outside"] .dt-custom-nav li,
.dt-custom-nav-wrapper.left[data-link-icon-position="outside"] .dt-custom-nav li,
.dt-custom-nav-wrapper.center[data-link-icon-position="outside"] .dt-custom-nav li { padding-left: 35px;  }
.dt-custom-nav-wrapper.right[data-link-icon-position="outside"] .dt-custom-nav li { padding-right: 35px;  }
.dt-custom-nav-wrapper.none[data-link-icon-position="outside"][data-divider="yes"] .dt-custom-nav li,
.dt-custom-nav-wrapper.left[data-link-icon-position="outside"][data-divider="yes"] .dt-custom-nav li, 
.dt-custom-nav-wrapper.center[data-link-icon-position="outside"][data-divider="yes"] .dt-custom-nav li { padding-right: 15px;  }
.dt-custom-nav-wrapper.right[data-link-icon-position="outside"][data-divider="yes"] .dt-custom-nav li { padding-right: 50px;  }
.dt-custom-nav-wrapper.inline-vertical.center[data-link-icon-position="outside"] .dt-custom-nav li { padding-left: 0; }
.dt-custom-nav-wrapper.none[data-link-icon-position="outside"] .dt-custom-nav li ul,
.dt-custom-nav-wrapper.left[data-link-icon-position="outside"] .dt-custom-nav li ul,
.dt-custom-nav-wrapper.center[data-link-icon-position="outside"] .dt-custom-nav li ul { padding-left: 0; }
.dt-custom-nav-wrapper.right[data-link-icon-position="outside"] .dt-custom-nav li ul { padding-right: 0; }
.dt-custom-nav-wrapper[data-link-icon-position="inside"] .dt-custom-nav li a > i.menu-item-icon,
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { color: inherit; font-family: FontAwesome; font-style: normal; height: 100%; line-height: inherit; margin: auto; padding: 0 10px 0 0; position: relative; width: 30px; }
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { height: 1px; line-height: 0; position: absolute; bottom: 0; top: 0; }
.dt-custom-nav-wrapper.none[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon, 
.dt-custom-nav-wrapper.left[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon,
.dt-custom-nav-wrapper.center[data-link-icon-position="outside"]:not([data-default-style="none"]) .dt-custom-nav li a > i.menu-item-icon { left: 0; }
.dt-custom-nav-wrapper.right[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { padding: 0 0 0 10px; right: 0; }
.dt-custom-nav-wrapper.none[data-link-icon-position="inside"] .dt-custom-nav li a > i.menu-item-icon { display: inline-block; }
.dt-custom-nav-wrapper.left[data-link-icon-position="inside"] .dt-custom-nav li a > i.menu-item-icon { float: left; } 
.dt-custom-nav-wrapper.right[data-link-icon-position="inside"] .dt-custom-nav li a > i.menu-item-icon { float: right; padding: 0 0 0 10px; }
.dt-custom-nav-wrapper[data-default-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover),
.dt-custom-nav-wrapper[data-hover-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover { padding-left: 0; }
.dt-custom-nav-wrapper.center[data-default-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover),
.dt-custom-nav-wrapper.center[data-hover-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover, 
.dt-custom-nav-wrapper.right[data-default-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:not(:hover),
.dt-custom-nav-wrapper.right[data-hover-style="none"][data-link-icon-position="outside"]:not(.inline-horizontal):not(inline-vertical) .dt-custom-nav li a:hover { padding-right: 0; }
.dt-custom-nav-wrapper.center[data-link-icon-position="inside"] .dt-custom-nav li a i.menu-item-icon:before { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); }
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { background-color: inherit; border-color: inherit; border-style: inherit; border-width: inherit; height: 100%; width: 35px; -webkit-border-radius: inherit; border-radius: inherit; -moz-border-radius: inherit; -ms-border-radius: inherit; }
.dt-custom-nav-wrapper.none[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon, 
.dt-custom-nav-wrapper.left[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon, 
.dt-custom-nav-wrapper.center[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { -webkit-transform: translateX(-100%); transform: translateX(-100%); -ms-transform: translateX(-100%); -moz-transform: translateX(-100%); }
.dt-custom-nav-wrapper.right[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon { -webkit-transform: translateX(100%); transform: translateX(100%); -moz-transform: translateX(100%); -webkit-transform: translateX(100%); }
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon:before,
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon.menu-item-image img { position: absolute; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.dt-custom-nav-wrapper[data-link-icon-position="outside"] .dt-custom-nav li a > i.menu-item-icon.menu-item-image img { margin: auto; }
.dt-custom-nav-wrapper[data-link-icon-position="inside"] .dt-custom-nav li a > i.menu-item-icon.menu-item-image img { vertical-align: middle; }
.dt-custom-nav-wrapper:not([data-link-icon-style]) .dt-custom-nav li a > i.menu-item-icon.menu-item-image img { display: inline-block; }
.dt-custom-nav-wrapper[data-link-icon-style="circle"] .dt-custom-nav li a > i.menu-item-icon:before,
.dt-custom-nav-wrapper[data-link-icon-style="disc"] .dt-custom-nav li a > i.menu-item-icon:before,
.dt-custom-nav-wrapper[data-link-icon-style="square"] .dt-custom-nav li a > i.menu-item-icon:before { font-size: 6px; }
.dt-custom-nav-wrapper[data-link-icon-style="circle"] .dt-custom-nav li a > i.menu-item-icon:before { content: "\f111"; }
.dt-custom-nav-wrapper[data-link-icon-style="disc"] .dt-custom-nav li a > i.menu-item-icon:before { content: "\f10c"; }
.dt-custom-nav-wrapper[data-link-icon-style="square"] .dt-custom-nav li a > i.menu-item-icon:before { content: "\f0c8"; }
.dt-custom-nav-wrapper .dt-custom-nav li a > i.menu-item-icon:not(.menu-item-image) img, 
.dt-custom-nav-wrapper[data-link-icon-style] .dt-custom-nav li a > i.menu-item-icon img { display: none; }
.dt-custom-nav-wrapper[data-default-decoration="overline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-default-decoration="linethrough"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-default-decoration="underline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-hover-decoration="overline"] .dt-custom-nav li a:after,
.dt-custom-nav-wrapper[data-hover-decoration="linethrough"] .dt-custom-nav li a > span:after,
.dt-custom-nav-wrapper[data-hover-decoration="underline"] .dt-custom-nav li a:after, 
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a > span:after,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a > span:after { border-color: inherit; border-style: solid; content: ""; height: 100%; margin: auto; opacity: 0; filter: alpha(opacity=0); position: absolute; left: 0; right: 0; width: 0; z-index: 0; -webkit-border-radius: inherit; border-radius: inherit; }
.dt-custom-nav-wrapper[data-default-decoration="overline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-hover-decoration="overline"] .dt-custom-nav li a:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a > span:after { border-width: 2px 0 0; top: -4px; }
.dt-custom-nav-wrapper[data-default-decoration="linethrough"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-hover-decoration="linethrough"] .dt-custom-nav li a > span:after { border-color: currentColor; border-width: 1px 0; height: 0; bottom: 0; top:  0; -webkit-border-radius: 0; border-radius: 0; }
.dt-custom-nav-wrapper[data-default-decoration="underline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-hover-decoration="underline"] .dt-custom-nav li a:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a > span:before, 
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a > span:after { border-width: 0 0 2px; bottom: -4px; }
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a > span:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a > span:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a > span:before, 
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a > span:after { border-color: currentColor; }
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a:not(:hover):before,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a:not(:hover):before,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a:not(:hover):before,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a:not(:hover):before, 
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a:hover:after,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a:hover:after,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a:hover:after,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a:hover:after { opacity: 0; filter: alpha(opacity=0); }
.dt-custom-nav-wrapper[data-default-decoration="overline"] .dt-custom-nav li a:not(:hover):before,
.dt-custom-nav-wrapper[data-default-decoration="linethrough"] .dt-custom-nav li a:not(:hover) > span:before,
.dt-custom-nav-wrapper[data-default-decoration="underline"] .dt-custom-nav li a:not(:hover):before,  
.dt-custom-nav-wrapper[data-hover-decoration="overline"] .dt-custom-nav li a:hover:after,
.dt-custom-nav-wrapper[data-hover-decoration="linethrough"] .dt-custom-nav li a:hover > span:after,
.dt-custom-nav-wrapper[data-hover-decoration="underline"] .dt-custom-nav li a:hover:after,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="overline"] .dt-custom-nav li a:not(:hover) > span:before,
.dt-custom-nav-wrapper[data-default-style="none"][data-default-decoration="underline"] .dt-custom-nav li a:not(:hover) > span:before,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="overline"] .dt-custom-nav li a:hover > span:after,
.dt-custom-nav-wrapper[data-hover-style="none"][data-hover-decoration="underline"] .dt-custom-nav li a:hover > span:after { opacity: 1; filter: alpha(opacity=100); width: 100%; }
.dt-custom-nav-wrapper[data-hover-style="none"] .dt-custom-nav li a:hover { background-color: rgba(0,0,0,0) !important; border-color: rgba(0,0,0,0) !important; }
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.inline-horizontal[data-default-style="none"][data-hover-style="none"] .dt-custom-nav li { padding-top: 5px; padding-bottom: 5px; }
.dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li a { margin-bottom: 10px; }
.dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li:last-child a { margin-bottom: 0; }
.dt-custom-nav-wrapper[data-default-style="none"][data-hover-style="none"]:not(.inline-vertical):not(.inline-horizontal) .dt-custom-nav li.menu-item-has-children > a { margin-bottom: 0; }
.dt-custom-nav li a, .dt-custom-nav li a:before, .dt-custom-nav li a:after, .dt-custom-nav-wrapper .dt-custom-nav li a > span:before, .dt-custom-nav-wrapper .dt-custom-nav li a > span:after { -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner > .wpb_wrapper > .dt-simple-menu.dt-custom-nav-wrapper.inline-horizontal[data-default-style="none"][data-hover-style="none"] .dt-custom-nav li { padding-top: 0; padding-bottom: 0; }
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav { display: table; margin-right: auto; }
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav { display: table; margin-left: 0; margin-right: 0; }
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav { display: table; margin-left: auto; }
.dt-simple-menu .dt-custom-nav li { padding-bottom: 0; }
.dt-simple-menu.dt-custom-nav-wrapper.left .dt-custom-nav li { float: none; }
.dt-simple-menu .dt-custom-nav li > a > i[class$="menu-item-icon"] { display: none !important; } @media only screen and (min-width:768px) and (max-width:991px) {
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.left, .dt-custom-nav-wrapper.right { text-align: center; }
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav,
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav, 
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav { margin-left: auto; margin-right: auto; }
#header .dt-header-tpl .rs_col-sm-12 > .vc_column-inner > .wpb_wrapper > .dt-custom-nav-wrapper.left .dt-custom-nav > li, .dt-custom-nav-wrapper.right .dt-custom-nav > li,
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li,
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li, 
#header .dt-header-tpl .rs_col-sm-12.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li { float: none; }        
}  @media only screen and (max-width: 767px) {
.dt-custom-nav-wrapper.left, .dt-custom-nav-wrapper.right { text-align: center; }
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav,
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav, 
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav { margin-left: auto; margin-right: auto; }
.dt-custom-nav-wrapper.left .dt-custom-nav > li, .dt-custom-nav-wrapper.right .dt-custom-nav > li,
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.left .dt-custom-nav > li,
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.center .dt-custom-nav > li, 
.flex-col-elements-inline-middle .dt-custom-nav-wrapper.right .dt-custom-nav > li { float: none; }
}    
@media only screen and (max-width: 479px) {
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li { padding-right: 0; }
.dt-custom-nav-wrapper.inline-horizontal[data-divider="yes"] .dt-custom-nav li span.divider { display: none; }
}
   .dt-sc-donutchart { text-align:center; margin:0px auto 30px; }
h5.dt-sc-donutchart-title { text-align:center; width:100%; font-size:18px; margin-bottom:0px; font-weight:600; }
.dt-sc-donutchart-small { width:100px; margin:0px auto; }
.dt-sc-donutchart-medium { width:200px; margin:0px auto; }
.dt-sc-donutchart-large { width:300px; margin:0px auto; }
.donutchart-text { font-weight:300 !important; }		
.dt-sc-donutchart-small .donutchart-text { font-size:24px !important; }	
.dt-sc-donutchart-medium .donutchart-text { font-size:40px !important; }	
.dt-sc-donutchart-large .donutchart-text { font-size:50px !important; }	
.dark-bg .donutchart-text { color:#ffffff; }  @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-one-fifth .dt-sc-donutchart-medium { width:160px; }
.dt-sc-one-fifth .dt-sc-donutchart, .dt-sc-donutchart-medium canvas { width: 150px !important; height: 150px !important; }
.dt-sc-one-fifth .dt-sc-donutchart-medium .donutchart-text { width: 150px !important; line-height: 150px !important; }
} @media only screen and (min-width:768px) and (max-width:991px) {
.dt-sc-one-fifth .dt-sc-donutchart-medium { width:120px; }
.dt-sc-one-fifth .dt-sc-donutchart, .dt-sc-donutchart-medium canvas { width: 110px !important; height: 110px !important; }
.dt-sc-one-fifth .dt-sc-donutchart-medium .donutchart-text { width: 110px !important; line-height: 110px !important; }
.dt-sc-one-fifth  h5.dt-sc-donutchart-title { font-size:15px; }
.dt-sc-donutchart-medium .donutchart-text { font-size:30px !important; }
}
  .dt-sc-dropcap { font-size:24px; float:left; margin:10px 0px 10px 0px; text-align:center; line-height:35px; }
.dt-sc-dropcap.dt-sc-dropcap-default { font-size:50px; padding-right:20px; font-weight:900; }
.dt-sc-dropcap.dt-sc-dropcap-circle { width:40px; height:40px; line-height:38px; margin:5px 20px 0px 0px; padding:0px; border-radius:30px 30px 30px 30px; behavior:url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/shortcodes/PIE.htc); }
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle { width:42px; height:42px; line-height:34px; margin:5px 20px 0 0; padding:0px; text-align:center; box-shadow:0 0 5px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); border-radius:30px 30px 30px 30px; behavior:url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/shortcodes/PIE.htc); }
.dt-sc-dropcap.dt-sc-dropcap-square { width:40px; height:40px; line-height:36px; text-align:center; margin:5px 20px 0px 0px; padding:0px; }		
.dt-sc-dropcap.dt-sc-dropcap-bordered-square { box-shadow:0 0 5px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3); width:42px; height:42px; text-align:center; margin:5px 20px 0px 0px; padding:0px; line-height:34px; }
.dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { background:#000000; }
.dt-sc-dropcap.dt-sc-dropcap-bordered-circle { border:2px solid #FFFFFF; }
.dt-sc-dropcap.dt-sc-dropcap-bordered-square { border:2px solid #FFFFFF; }	
.dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { color:#ffffff; }
.dt-sc-dropcap.dt-sc-dropcap-circle.blue, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.blue, .dt-sc-dropcap.dt-sc-dropcap-square.blue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.blue { background:#008bd3; }
.dt-sc-dropcap.dt-sc-dropcap-circle.brown, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.brown, .dt-sc-dropcap.dt-sc-dropcap-square.brown, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.brown { background:#795548; }
.dt-sc-dropcap.dt-sc-dropcap-circle.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-square.cadetblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.cadetblue { background:#3c939d; }
.dt-sc-dropcap.dt-sc-dropcap-circle.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-square.chillipepper, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.chillipepper { background:#c10841; }
.dt-sc-dropcap.dt-sc-dropcap-circle.cyan, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.cyan, .dt-sc-dropcap.dt-sc-dropcap-square.cyan, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.cyan { background:#00bcd4; }
.dt-sc-dropcap.dt-sc-dropcap-circle.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-square.darkgolden, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.darkgolden { background:#b48b3c; }
.dt-sc-dropcap.dt-sc-dropcap-circle.deeporange, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeporange, .dt-sc-dropcap.dt-sc-dropcap-square.deeporange, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeporange { background:#ff5722; }
.dt-sc-dropcap.dt-sc-dropcap-circle.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-square.deeppurple, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.deeppurple { background:#673ab7; }
.dt-sc-dropcap.dt-sc-dropcap-circle.green, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.green, .dt-sc-dropcap.dt-sc-dropcap-square.green, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.green { background:#60ae0d; }
.dt-sc-dropcap.dt-sc-dropcap-circle.lime, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.lime, .dt-sc-dropcap.dt-sc-dropcap-square.lime, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.lime { background:#cddc39; }
.dt-sc-dropcap.dt-sc-dropcap-circle.magenta, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.magenta, .dt-sc-dropcap.dt-sc-dropcap-square.magenta, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.magenta { background:#cb506d; }
.dt-sc-dropcap.dt-sc-dropcap-circle.orange, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.orange, .dt-sc-dropcap.dt-sc-dropcap-square.orange, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.orange { background:#ff9800; }
.dt-sc-dropcap.dt-sc-dropcap-circle.pink, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.pink, .dt-sc-dropcap.dt-sc-dropcap-square.pink, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.pink { background:#fd6ca3; }
.dt-sc-dropcap.dt-sc-dropcap-circle.purple, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.purple, .dt-sc-dropcap.dt-sc-dropcap-square.purple, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.purple { background:#9c27b0; }
.dt-sc-dropcap.dt-sc-dropcap-circle.red, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.red, .dt-sc-dropcap.dt-sc-dropcap-square.red, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.red { background:#da0000; }
.dt-sc-dropcap.dt-sc-dropcap-circle.skyblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.skyblue, .dt-sc-dropcap.dt-sc-dropcap-square.skyblue, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.skyblue { background:#0eb2e7; }
.dt-sc-dropcap.dt-sc-dropcap-circle.teal, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.teal, .dt-sc-dropcap.dt-sc-dropcap-square.teal, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.teal { background:#009688; }
.dt-sc-dropcap.dt-sc-dropcap-circle.turquoise, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.turquoise, .dt-sc-dropcap.dt-sc-dropcap-square.turquoise, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.turquoise { background:#32ccbd; }
.dt-sc-dropcap.dt-sc-dropcap-circle.wisteria, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.wisteria, .dt-sc-dropcap.dt-sc-dropcap-square.wisteria, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.wisteria { background:#9b59b6; }
.dt-sc-dropcap.dt-sc-dropcap-circle.yellow, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle.yellow, .dt-sc-dropcap.dt-sc-dropcap-square.yellow, .dt-sc-dropcap.dt-sc-dropcap-bordered-square.yellow { background:#ffe401; }
.dt-sc-dropcap.dt-sc-dropcap-default.blue { color:#008bd3; }	
.dt-sc-dropcap.dt-sc-dropcap-default.brown { color:#795548; }
.dt-sc-dropcap.dt-sc-dropcap-default.cadetblue { color:#3c939d; }
.dt-sc-dropcap.dt-sc-dropcap-default.chillipepper { color:#c10841; }
.dt-sc-dropcap.dt-sc-dropcap-default.cyan { color:#00bcd4; }
.dt-sc-dropcap.dt-sc-dropcap-default.darkgolden { color:#b48b3c; }
.dt-sc-dropcap.dt-sc-dropcap-default.deeporange { color:#ff5722; }
.dt-sc-dropcap.dt-sc-dropcap-default.deeppurple { color:#673ab7; }
.dt-sc-dropcap.dt-sc-dropcap-default.green { color:#60ae0d; }
.dt-sc-dropcap.dt-sc-dropcap-default.lime { color:#cddc39; }
.dt-sc-dropcap.dt-sc-dropcap-default.magenta { color:#cb506d; }
.dt-sc-dropcap.dt-sc-dropcap-default.orange { color:#ff9800; }
.dt-sc-dropcap.dt-sc-dropcap-default.pink { color:#fd6ca3; }
.dt-sc-dropcap.dt-sc-dropcap-default.purple { color:#9c27b0; }
.dt-sc-dropcap.dt-sc-dropcap-default.red { color:#da0000; }
.dt-sc-dropcap.dt-sc-dropcap-default.skyblue { color:#0eb2e7; }
.dt-sc-dropcap.dt-sc-dropcap-default.teal { color:#009688; }
.dt-sc-dropcap.dt-sc-dropcap-default.turquoise { color:#32ccbd; }
.dt-sc-dropcap.dt-sc-dropcap-default.wisteria { color:#9b59b6; }
.dt-sc-dropcap.dt-sc-dropcap-default.yellow { color:#ffe401; }  @media only screen and (min-width:992px) and (max-width:1199px) {
.dt-sc-dropcap.dt-sc-dropcap-default { font-size: 32px; padding-right: 15px; }
.dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle,
.dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { margin-right: 15px; }
} @media only screen and (min-width:768px) and (max-width:991px) {
.dt-sc-dropcap.dt-sc-dropcap-default { font-size: 24px; padding-right: 15px; }
.dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle,
.dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { margin-right: 15px; }
}  @media only screen and (max-width: 767px) { .dt-sc-dropcap.dt-sc-dropcap-default { padding-right: 15px; }
.dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle,
.dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { margin: 5px 15px 0 2px; }
}
  .dt-sc-event-image-caption,  .dt-sc-event-image-caption .dt-sc-image-content:before, .dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-event-image-caption { float:left; clear:both; width:100%; margin:0px; padding:0px; border-left:1px solid; border-right:1px solid; }
.dt-sc-event-image-caption .dt-sc-image-content { width:50%; padding:40px 30px; margin:0px; float:left; position:relative; }
.dt-sc-event-image-caption .dt-sc-image-content h3 { font-size:18px; line-height:28px; text-transform:uppercase; }
.dt-sc-event-image-caption .dt-sc-image-wrapper { width:50%; margin:0px; float:left; position:relative; }
.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text { position:absolute; left:0px; top:0px; width:100%; height:100%; text-align:center; }
.dt-sc-event-image-caption .dt-sc-image-wrapper { border-left:1px solid; }
.dt-sc-event-image-caption .dt-sc-image-content:before { content:""; position:absolute; right:-15px; top:35px; height:0px; border-top:15px solid transparent; border-bottom:15px solid transparent; border-left:15px solid; z-index:1; } 
.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 { position:absolute; top:0px; bottom:0px; left:0px; right:0px; margin:auto; height:180px; text-align:center; width: 75%; }
.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 span { font-size:50px; display:block; } .dt-sc-event-image-caption:hover .dt-sc-image-content h3, .dt-sc-event-image-caption:hover .dt-sc-image-content p, .dt-sc-event-image-caption:hover .dt-sc-image-content ul, .dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text h3 { color:#ffffff; }
.dt-sc-event-image-caption { background:#ffffff; }
.dt-sc-event-image-caption .dt-sc-image-wrapper .overlay-text { background:rgba(0, 0, 0, 0.8); }
.dt-sc-event-image-caption .dt-sc-image-content:before { border-left-color:#ffffff; }
.dt-sc-event-image-caption, .dt-sc-event-image-caption .dt-sc-image-wrapper { border-color:#ffffff; }  @media only screen and (min-width:1200px) and (max-width:1380px) {
.dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper { width:100%; }
.dt-sc-event-image-caption .dt-sc-image-wrapper img { width:100%; }
} @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper { width:100%; }
.dt-sc-event-image-caption .dt-sc-image-content::before { bottom:-22px; top:auto; transform: rotate(90deg); border-left-width:16px; right:30px; }
.dt-sc-event-image-caption .dt-sc-image-wrapper img { width:100%; }
} @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper { width:100%; }
.dt-sc-event-image-caption .dt-sc-image-content::before { bottom:-22px; top:auto; transform: rotate(90deg); border-left-width:16px; right:30px; }
}  @media only screen and (max-width: 767px) { .dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper { width:100%; }
.dt-sc-event-image-caption .dt-sc-image-content::before { bottom:-22px; top:auto; transform: rotate(90deg); border-left-width:16px; right:30px; }
.dt-sc-event-image-caption .dt-sc-image-wrapper > img { width:100%; }
}
  .dt-sc-titled-box { margin-bottom:20px; width:100%; clear:both; }
.dt-sc-titled-box h6.dt-sc-titled-box-title { font-size:14px; font-weight:600; text-transform:uppercase; padding:12px 15px 11px; text-shadow:none; margin:0px; } 
.dt-sc-titled-box h6.dt-sc-titled-box-title span { font-size:16px; margin-right:5px; }
.dt-sc-titled-box-content { padding:20px; background:rgba(0, 0, 0, 0.05); }				
.dt-sc-titled-box h6.dt-sc-titled-box-title { color:#ffffff; }
.dt-sc-titled-box.blue h6.dt-sc-titled-box-title { background-color:#008bd3; }
.dt-sc-titled-box.brown h6.dt-sc-titled-box-title { background-color:#795548; }
.dt-sc-titled-box.cadetblue h6.dt-sc-titled-box-title { background-color:#3c939d; }
.dt-sc-titled-box.chillipepper h6.dt-sc-titled-box-title { background-color:#c10841; }
.dt-sc-titled-box.cyan h6.dt-sc-titled-box-title { background-color:#00bcd4; }
.dt-sc-titled-box.darkgolden h6.dt-sc-titled-box-title { background-color:#b48b3c; }
.dt-sc-titled-box.deeporange h6.dt-sc-titled-box-title { background-color:#ff5722; }	
.dt-sc-titled-box.deeppurple h6.dt-sc-titled-box-title { background-color:#673ab7; }
.dt-sc-titled-box.green h6.dt-sc-titled-box-title { background-color:#60ae0d; }
.dt-sc-titled-box.lime h6.dt-sc-titled-box-title { background-color:#cddc39; }
.dt-sc-titled-box.magenta h6.dt-sc-titled-box-title { background-color:#cb506d; }
.dt-sc-titled-box.orange h6.dt-sc-titled-box-title { background-color:#ff9800; }
.dt-sc-titled-box.pink h6.dt-sc-titled-box-title { background-color:#fd6ca3; }	
.dt-sc-titled-box.purple h6.dt-sc-titled-box-title { background-color:#9c27b0; }
.dt-sc-titled-box.red h6.dt-sc-titled-box-title { background-color:#da0000; }
.dt-sc-titled-box.skyblue h6.dt-sc-titled-box-title { background-color:#0eb2e7; }
.dt-sc-titled-box.teal h6.dt-sc-titled-box-title { background-color:#009688; }
.dt-sc-titled-box.turquoise h6.dt-sc-titled-box-title { background-color:#32ccbd; }
.dt-sc-titled-box.wisteria h6.dt-sc-titled-box-title { background-color:#9b59b6; }
.dt-sc-titled-box.yellow h6.dt-sc-titled-box-title { background-color:#ffe401; color:#000000; } .dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box { margin-bottom:20px; padding:15px 15px 15px 45px; clear:both; }
.dt-sc-error-box a, .dt-sc-warning-box a, .dt-sc-success-box a, .dt-sc-info-box a { text-decoration:underline; }
.dt-sc-error-box { background-color:#ffcccc; border:1px solid #ff9999; color:#d01313; position:relative; }
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { top:15px; left:18px; font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:20px; position:absolute; }		
.dt-sc-error-box:before { content:"\f057"; color:#C54228; }
.dt-sc-warning-box { background-color:#fdebae; border:1px solid #e6c555; color:#c79d13; position:relative; }
.dt-sc-warning-box:before { content:"\f06a"; color:#e2b828; }
.dt-sc-success-box { background-color:#eafac0; border:1px solid #b1cf67; color:#7ba411; position:relative; }
.dt-sc-success-box:before { content:"\f058"; color:#75b632; }
.dt-sc-info-box { background-color:#bfe4f9; border:1px solid #68a2cf; color:#2081b9; position:relative; }
.dt-sc-info-box:before { content:"\f05a"; color:#008bc1; }
.dt-sc-error-box a { color:#d01313; }
.dt-sc-warning-box a { color:#c79d13; }
.dt-sc-success-box a { color:#7ba411; }
.dt-sc-info-box a { color:#2081b9; }  @media only screen and (min-width:992px) and (max-width:1199px) {
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { top: 16px; }	
} @media only screen and (min-width:768px) and (max-width:991px) {
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { top: 17px; }
}  @media only screen and (max-width: 767px) {
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { top: 16px; }
}  @media only screen and (max-width: 479px) {
.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before { top: 17px; }
} @media only screen and (max-width: 319px) { .dt-sc-titled-box h6.dt-sc-titled-box-title { font-size: 12px; letter-spacing: 0; line-height: 20px; padding-left: 35px; position: relative; }
.dt-sc-titled-box h6.dt-sc-titled-box-title span { font-size: 14px; position: absolute; left: 10px; top: 14px; }
}
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before, .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after, .dt-sc-icon-box.type12 .icon-wrapper, .dt-sc-icon-box.type13, 
.dt-sc-icon-box.type14, .dt-sc-icon-box.type1 .large-icon, .dt-sc-icon-box.type5 .icon-wrapper:before, .dt-sc-icon-box.type7 .icon-wrapper span, .dt-sc-icon-box.type3 .icon-wrapper span, 
.dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type10 .icon-wrapper:after, .dt-sc-icon-box.type10 .icon-content h4, .dt-sc-icon-box.type5.rounded .icon-wrapper, 
.dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type14 .icon-wrapper span, .dt-sc-icon-box.type14 .icon-wrapper img, .dt-sc-icon-box.type14 .icon-content, 
.dt-sc-icon-box.type14 .icon-content h4, .dt-sc-icon-box.type14 .icon-content h5, .dt-sc-icon-box.type14 .icon-content p, .dt-sc-icon-box.type2 .icon-content, 
.dt-sc-icon-box.type2 .icon-content h4, .dt-sc-icon-box.type10 .icon-wrapper span, .dt-sc-icon-box.type11:before, .dt-sc-icon-box.type11 .icon-wrapper span, 
.dt-sc-icon-box.type11 .icon-content, .dt-sc-icon-box.type11 .icon-content h4 .dt-sc-icon-box.type11 .icon-content h5, .dt-sc-icon-box.type11 .icon-content p, 
.dt-sc-icon-box.type11 .icon-wrapper img, .dt-sc-icon-box.type1 .icon-content h4:after, .dt-sc-icon-box.type5 .icon-wrapper span, .dt-sc-icon-box.type5 .icon-wrapper img, 
.dt-sc-icon-box.type7 .icon-wrapper, .dt-sc-icon-box.type10 .icon-wrapper img, .dt-sc-icon-box.type8 .icon-wrapper, 
.dt-sc-icon-box.type8 .icon-wrapper span, .dt-sc-icon-box.type8 .icon-wrapper img, .dt-sc-icon-box.type8 .icon-content h4, .dt-sc-icon-box.type2 .icon-wrapper, 
.dt-sc-icon-box.type2 .icon-wrapper:after, .dt-sc-icon-box.type2 .icon-wrapper span, .dt-sc-icon-box.type2 .icon-wrapper img, .dt-sc-icon-box.type1 .icon-wrapper span, 
.dt-sc-icon-box.type1:before, .dt-sc-icon-box.type1:after, .dt-sc-icon-box.type1 .icon-content h4 { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; 
-o-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; } .dt-sc-icon-box { float:left; clear:both; margin:0px; padding:0px; position:relative; width:100%;}
.dt-sc-partially-rounded, .dt-sc-partially-rounded-alt:hover { border-radius:40px 0px; }
.dt-sc-partially-rounded-alt, .dt-sc-partially-rounded:hover { border-radius:0px 40px; }
.dt-sc-icon-box.dt-sc-rounded .icon-wrapper span { border-radius:50%; } 
.dt-sc-icon-box.dt-sc-partially-rounded .icon-wrapper span { border-radius:55px 0px; } 
.dt-sc-icon-box.dt-sc-partially-rounded:hover .icon-wrapper span { border-radius:0px 55px; } 
.dt-sc-icon-box .icon-wrapper { position:relative; }
.dt-sc-icon-box .large-icon { position:absolute; right:0px; bottom:-30px; font-size:100px; }
.dt-sc-icon-box .large-icon > img { opacity: 0.03; width: 100px; }
.dt-sc-icon-box.type1 .icon-wrapper > img, .dt-sc-icon-box.type1 .icon-wrapper span img { margin: auto 0 0 0; position:relative; }
.dt-sc-icon-box.type1.aligncenter .icon-wrapper > img, .dt-sc-icon-box.type1.aligncenter .icon-wrapper span img{ margin: auto; }
.dt-sc-icon-box.type1.alignright .icon-wrapper > img, .dt-sc-icon-box.type1.alignrignt .icon-wrapper span img { margin: 0 0 0 auto; }
.dt-sc-icon-box.type1:hover .large-icon { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.dt-sc-icon-box .icon-content h5 { margin-bottom:5px; }
.dt-sc-icon-box.alignright .icon-content h5 { text-align: right; }
.dt-sc-icon-box.type1 { margin:0px 0px 30px; padding:40px 40px 45px; width:100%; overflow:hidden; border:1px solid #dddddd;}
.dt-sc-icon-box.type1 .icon-wrapper { float:left; margin:0px 0px 20px; width:100%; }
.dt-sc-icon-box.type1 .icon-wrapper span { font-size:40px; position:relative; }	
.dt-sc-icon-box.type1 .icon-content { margin:0px; float:left; clear:both; width:100%; }
.dt-sc-icon-box.type1 .icon-content h4 { margin-bottom:30px; position:relative; letter-spacing: 0.5px; font-size: 18px; font-weight: 600; text-transform: capitalize; }
.dt-sc-icon-box.type1 .icon-content p { margin-bottom:0px; font-size: 15px; letter-spacing: 0.5px; }
.last .dt-sc-icon-box.type1 { border-right:1px solid; }
.dt-sc-icon-box.type1:hover .icon-wrapper span {transform:rotateY(180deg); -moz-transform:rotateY(180deg); -o-transform:rotateY(180deg); -ms-transform:rotateY(180deg); 
-webkit-transform:rotateY(180deg);}
.dt-sc-icon-box.type3:hover .icon-wrapper span, .dt-sc-icon-box.type14:hover .icon-wrapper span{transform:translateY(-10px); -moz-transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
.dt-sc-icon-box.type1:hover:before{ border-width:5px; border-style: solid; border-bottom-color:transparent; border-right-color:transparent;}
.dt-sc-icon-box.type1:hover:after{ border-width:5px; border-style: solid; border-top-color:transparent; border-left-color:transparent;}
.dt-sc-icon-box.type1.aligncenter .icon-content h4:before { right: 0; margin: 0 auto; }
.dt-sc-icon-box.type1.alignright .icon-content h4:before { right: 0; left: auto; }
.dt-sc-icon-box.type1:before, .dt-sc-icon-box.type1:after{ border-width: 1px; border-style: solid; content: ""; position: absolute; height: 50px; width: 50px;}
.dt-sc-icon-box.type1:before, .dt-sc-icon-box.type1:before { top:-1px; left:-1px; border-bottom-color: transparent; border-right-color: transparent;}
.dt-sc-icon-box.type1:after, .dt-sc-icon-box.type1:after { right:-1px; bottom:-1px; border-top-color: transparent; border-left-color: transparent;}
.dt-sc-icon-box.type1.last { margin-bottom: 0; }
.dt-sc-icon-box.aligncenter .large-icon { left: 0; margin: 0 auto; }
.dt-sc-icon-box.alignright .large-icon { left: 0; right: auto; }
.dt-sc-icon-box.type2 .icon-wrapper { float:right; margin:0px 0px 45px 20px; }
.dt-sc-icon-box.type2:hover .icon-wrapper{margin-left:0px;}
.dt-sc-icon-box.type2 .icon-wrapper:after{content:""; position:absolute; left:-20px; bottom:-20px; display:inline-block; background-color:#d4d4d4; width:100px; height:2px; line-height:0;}
.dt-sc-icon-box.type2.alignright .icon-wrapper:after{right:-20px; left:auto;}
.dt-sc-icon-box.type2.alignright:hover .icon-wrapper:after{right:0px; left:auto;}
.dt-sc-icon-box.type2.alignright:hover .icon-wrapper{margin-right:0px;}
.dt-sc-icon-box.type2:hover .icon-wrapper:after{width:50px; left:0px; height: 4px; }
.dt-sc-icon-box.type2 .icon-wrapper { float:left; margin:0px 0px 40px 20px; }
.dt-sc-icon-box.type2.alignright .icon-wrapper{float:right; margin:0 20px 40px 0;}
.dt-sc-icon-box.type2 .icon-wrapper span{font-size:40px;}
.dt-sc-icon-box.type2 .icon-wrapper span.hover-image{ font-size:26px; position:absolute; top:0px; left:0px; }	
.dt-sc-icon-box.type2 .icon-wrapper img{position:static; opacity:1;}
.dt-sc-icon-box.type2:hover .icon-wrapper span img{opacity:1;}
.dt-sc-icon-box.type2 .icon-content{float:left; width:100%; padding:0px;}
.dt-sc-icon-box.type2.alignright .icon-content{padding:0px;}
.dt-sc-icon-box.type2 .icon-content h4 { margin-bottom:0; font-size:20px; display:inline-block; }
.dt-sc-icon-box.type2 .icon-content h5{ margin:0px 8px 0px 0px; float:left; font-size:24px; color:#a6a6a6;}
.dt-sc-icon-box.type2 .icon-content p { margin:10px 0px 0px; clear:both; }
.dt-sc-icon-box.type2 .dt-sc-small-separator { display:none; }
.dt-sc-icon-box.type2.aligncenter .icon-wrapper { width: 100%; margin: auto auto 45px; }
.dt-sc-icon-box.type2.aligncenter .icon-wrapper:after { left: 0; right: 0; margin: auto; }
.dt-sc-icon-box.type2.aligncenter .icon-wrapper img { margin: auto; }
.dt-sc-icon-box.type3 .large-icon { left:0px; margin:auto; bottom:-20px; }
.dt-sc-icon-box.type3 { text-align:center; position:relative; }
.dt-sc-icon-box.type3 .icon-wrapper { width:100%; float:left; margin:0px 20px 25px 0px; }
.dt-sc-icon-box.type3 .icon-wrapper img { filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); }
.dt-sc-icon-box.type3 .icon-wrapper span { display: inline-block; font-size: 46px; line-height: 110px; position: relative; border: 10px solid; width: 130px; height: 130px; text-align: center; }	
.dt-sc-icon-box.type3 .icon-content h4 { font-size:18px; margin-bottom:5px; font-weight:600; display:inline-block; }
.dt-sc-icon-box.type3 .icon-content p { margin:20px 0px 0px; clear:both; }
.dt-sc-icon-box.type3 .dt-sc-small-separator { display:none; }
.dt-sc-icon-box.type3.dt-sc-rounded.right-border:after { border-right: 1px solid rgba(255, 255, 255, 0.2); content: ""; display: block; height: 100%; margin: auto; position: absolute; right: -15px; top: 0; }
.dt-sc-icon-box.type3.grey.dt-sc-rounded span { border-color:#f5f5f5; }
.dt-sc-icon-box.type3.alignleft { text-align: left; }
.dt-sc-icon-box.type3.alignleft .icon-wrapper span { margin-left: -10px; }
.dt-sc-icon-box.type3.alignright { text-align: right; }
.dt-sc-icon-box.type3.alignright .icon-wrapper span { margin-right: -10px; }
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper span { background:none; color:#000000; font-size:35px; line-height:170px; border:none; width:120px; height:170px; position:relative; z-index:9; }
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper { position:relative; }
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before { content:""; position:absolute; left: 0; right:0; margin:auto; top:33px; width:100px; height:100px; border:1px solid rgba(0, 0, 0, 0.2); z-index:1; transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -webkit-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); }
.dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after { content:""; position:absolute; left: 0; right:0; margin:auto; top:38px; width:90px; height:90px; border:1px solid rgba(0, 0, 0, 0.2); z-index:1; transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -webkit-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); }
.dt-sc-icon-box.type4 { padding: 0 0 0 60px;margin-bottom:20px; width: 100%; }
.dt-sc-icon-box.type4 .icon-wrapper { position:absolute; left: 0; top: 0; text-align:center; width:45px; }
.dt-sc-icon-box.type4 .icon-wrapper span { font-size:32px; }
.dt-sc-icon-box.type4 .icon-wrapper img { position: static; }
.dt-sc-icon-box.type4 .icon-content h4 { font-size:18px; margin-bottom:5px; }
.dt-sc-icon-box.type4 .icon-content a { display:inline-block; margin:10px 0 0; }
.dt-sc-icon-box.type4 .icon-content a span { display:inline-block; font-size:10px; margin: 0 0 0 5px; }
.dt-sc-icon-box.type4.last:before { border-width: 0; }
.dt-sc-icon-box.type4.with-diamond-square-icon { padding-left:100px; }
.dt-sc-icon-box.type4.with-diamond-square-icon:before { left:33px; }
.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper { width:70px; text-align:center; }
.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper:before { content:""; position:absolute; left:9px; top:15px; width:50px; height:50px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); box-shadow:5px 0px 0px 0px rgba(0, 0, 0, 0.15); }
.dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper span { font-size:24px; line-height:80px; position:relative; z-index:1; }
.dt-sc-icon-box.type4.with-diamond-square-icon .icon-content h4 { font-size:16px; margin-bottom:10px; }
.dt-sc-icon-box.type4.with-diamond-square-icon .icon-content p { font-size:14px; }
.dt-sc-icon-box.type5 { padding:5px 0px 0px 100px; }
.dt-sc-icon-box.type5 .icon-wrapper { position:absolute; left:0px; top:0px; width:70px; text-align:center; }
.dt-sc-icon-box.type5 .icon-wrapper:before { content:""; position:absolute; left:0px; right:0px; top:10px; margin:auto; width:55px; height:55px; border-radius:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index: -1; }
.dt-sc-icon-box.type5 .icon-wrapper span { font-size:24px; line-height:75px; position:relative; z-index:1; }
.dt-sc-icon-box.type5 .icon-wrapper span.pe-icon, .dt-sc-pr-tb-col.minimal .icon-wrapper span.pe-icon { font-weight:bold; }
.dt-sc-icon-box.type5 .icon-content h4 { font-size:18px; }
.dt-sc-icon-box.type5.last:before { border:0px; }
.dt-sc-icon-box.type5 p { color:#888888; }
.dt-sc-icon-box.type5 .icon-wrapper img { width: 40px; margin-top: 21px; text-align: center; float: none; display: inline-block; position: static; margin-bottom: 10px; }
.dt-sc-icon-box.type5:not(.no-icon-bg):hover .icon-wrapper img { filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); } 
.dt-sc-icon-box.type5.rounded .icon-wrapper { border-radius:50%; width:70px; height:70px; }
.dt-sc-icon-box.type5.rounded .icon-wrapper span { line-height:70px; font-size:32px; }
.dt-sc-icon-box.type5.rounded .icon-wrapper:before, .dt-sc-icon-box.type5.rounded:hover .icon-wrapper:before { background:none; }
.dt-sc-icon-box.type5.alignright {  padding:5px 100px 0px 0px; }
.dt-sc-icon-box.type5.alignright .icon-wrapper { right:0px; left:inherit; }
.dt-sc-icon-box.type5.aligncenter { padding: 10px; }
.dt-sc-icon-box.type5.aligncenter .icon-wrapper { position: relative; width: 100%; text-align: center; margin-bottom: 15px; }
.dt-sc-icon-box.type5.rounded-skin { padding-left:120px; }
.dt-sc-icon-box.type5.rounded-skin .icon-wrapper { border-radius:50%; width:80px; height:80px; }
.dt-sc-icon-box.type5.rounded-skin .icon-wrapper span { line-height:80px; font-size:40px; color:#ffffff; }
.dt-sc-icon-box.type5.rounded-skin .icon-wrapper:before, .dt-sc-icon-box.type5.rounded-skin:hover .icon-wrapper:before { background:none; }
.dt-sc-icon-box.type5.rounded-skin .icon-content h4 { font-weight:600; }
.dt-sc-icon-box.type5.no-icon { border-style: dashed; border-width: 0 1px 0 0; display: block; float: none; margin: 0 -15px; width: auto; padding-left: 15px; padding-right: 15px; }
.dt-sc-icon-box.type5.no-icon.last, .last .dt-sc-icon-box.type5.no-icon { border-right-width: 0; }
.dt-sc-icon-box.type5.no-icon-bg { padding:0px 0px 0px 50px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper { width:35px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper:before, .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper:before { background:none; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span { font-size:32px; line-height:normal }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper img { margin-top: 0; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h5, .dt-sc-icon-box.type5.no-icon .icon-content h5 { font-size:12px; text-transform:uppercase; margin-bottom:5px; font-weight:normal; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h4, .dt-sc-icon-box.type5.no-icon .icon-content h4 { text-transform:uppercase; font-size:16px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content a, .dt-sc-icon-box.type5.no-icon .icon-content a { margin-top:5px; display:inline-block; }
.dt-sc-icon-box.type5.no-icon .icon-content a { text-transform:uppercase; font-size:12px; letter-spacing:0.6px; position:relative; }
.dt-sc-icon-box.type5.no-icon .icon-content a:before { content:"\f105"; position:absolute; top:0px; right:-15px; font-family:FontAwesome; }
.dt-sc-icon-box.type5.no-icon .icon-content h4 { width:auto; display:inline-block; border-bottom:1px solid; padding:0px 20px 20px; }
.dt-sc-icon-box.type5.no-icon-bg.aligncenter { padding: 10px; }
.dt-sc-icon-box.type5.no-icon-bg.aligncenter .icon-wrapper { width: 100%; }
.dt-sc-icon-box.type5.no-icon-bg.alignright { padding: 0 50px 0 0; }
.dt-sc-icon-box.type5.no-icon.alignright .icon-content h4 { padding: 0 0 20px 20px; }
.dt-sc-icon-box.type5.no-icon.alignright .icon-content a { margin-right: 15px; }
.dt-sc-icon-box.type5.no-icon.alignleft .icon-content h4 { padding: 0 20px 20px 0; }
.dt-sc-icon-box.type5.alter .icon-content h4 { font-weight: 500; margin-bottom: 10px; text-transform: uppercase; font-size:20px; }
.dt-sc-icon-box.type5.alter .icon-wrapper span { color:#fff; }
.dt-sc-icon-box.type5.alter .dt-sc-fancy-list { color: #888888; }
.dt-sc-icon-box.type5.aligncenter * { text-align: center; }
.dt-sc-icon-box.type5.aligncenter .icon-content h4 { padding: 0px 20px 20px; }
.dt-sc-icon-box.type6 .icon-wrapper { width:120px; height:120px; float:left; border:10px solid; text-align:center; margin:0px 15px 20px 0px; }
.dt-sc-icon-box.type6 .icon-wrapper span { line-height:100px; font-size:48px; }
.dt-sc-icon-box.type6 .icon-content { padding:0px 0px 0px 10px; }
.dt-sc-icon-box.type6 .icon-content h4 { font-size:18px; text-transform:uppercase; font-weight:600; margin-top:90px; }
.dt-sc-icon-box.type6 .icon-content p { clear:both; }
.dt-sc-icon-box.type6 .icon-content a { margin-top:20px; font-weight:600; }
.dt-sc-icon-box.type6 .icon-content h5 { position:absolute; left:135px; top:70px; }
.dt-sc-icon-box.type6.aligncenter .icon-wrapper { float: none; display: inline-block; margin: 0px 0px 20px 0px; }
.dt-sc-icon-box.type6.aligncenter .icon-content h4 { margin-top: 0; }
.dt-sc-icon-box.type6.alignright .icon-wrapper { float: right; margin: 0px 0px 20px 15px; }
.dt-sc-icon-box.type6 .icon-wrapper img { margin-top: 0px; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); } 
.dt-sc-icon-box.type7 { border:1px solid; margin-top:45px; padding: 0px 30px 25px; }
.dt-sc-icon-box.type7 .icon-wrapper { margin: -35px 0px 30px 0px; width: 70px; height: 70px; text-align: center; float: none; display: inline-block; box-shadow: 0 0 0 10px #fff; -moz-box-shadow: 0 0 0 10px #fff; -webkit-box-shadow: 0 0 0 10px #fff; -ms-box-shadow: 0 0 0 10px #fff; }
.dt-sc-icon-box.type7 .icon-wrapper img { position: absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); width: 46px; height: auto; }
.dt-sc-icon-box.type7 .icon-wrapper span { text-align:center; font-size:32px; line-height:70px; display:inline-block; position: absolute; left: 0; right: 0; margin: 0 auto; }
.dt-sc-icon-box.type7 .icon-content h4 { font-size:16px; text-transform:uppercase; font-weight:600; }
.dt-sc-icon-box.type8 { padding:10px 0px 10px 80px; width:100%; }
.dt-sc-icon-box.type8 .icon-wrapper { left: 0; position: absolute; text-align: center; }
.dt-sc-icon-box.type8 .icon-wrapper span, .dt-sc-icon-box.type8 .icon-wrapper img { background: none; height: auto; position: relative; width: auto; font-size: 50px; display: inline-block; 
margin: 5px 0 0 0; }
.dt-sc-icon-box.type8 .icon-content h4 { margin-bottom:5px; font-size: 20px; text-transform: capitalize; }
.dt-sc-icon-box.type8 .icon-content h5 { text-transform: lowercase; font-size: 15px; margin-bottom: 5px; }
.dt-sc-icon-box.type8.last { border-bottom-width: 0; }
.dt-sc-icon-box.type8:hover .icon-wrapper span, .dt-sc-icon-box.type8:hover .icon-wrapper img { margin-top: -5px; }
.dt-sc-icon-box.type8.alignright { padding-right:90px; padding-left:0; }
.dt-sc-icon-box.type8 { padding-left:90px; }	
.dt-sc-icon-box.type8.aligncenter .icon-wrapper { top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); 
-ms-transform: translateY(-50%); }
.dt-sc-icon-box.type8.alignright .icon-wrapper img { float: right; }
.dt-sc-icon-box.type8.alignright .icon-wrapper { left: auto; right: 0; }
.dt-sc-icon-box.type9 { display: table; overflow:hidden; width:100%; }
.dt-sc-icon-box.type9 .icon-wrapper, .dt-sc-icon-box.type9 .icon-content { display: table-cell; vertical-align: middle; }
.dt-sc-icon-box.type9 .icon-wrapper { margin: 0; padding: 0; position:relative; width:46%; text-align: center; }
.dt-sc-icon-box.type9 .icon-wrapper:before { content:""; position:absolute; right:-20px; top:105px; border-top:20px solid transparent; border-bottom:20px solid transparent; border-left:20px solid; }
.dt-sc-icon-box.type9 .icon-wrapper span { position:absolute; left: 0; right: 0; top: 0; bottom: 0; margin:auto; width:100px; height:100px; font-size:100px; line-height:100px; }
.dt-sc-icon-box.type9 .icon-content { height: 100%; width:54%; padding: 30px 35px; }
.dt-sc-icon-box.type9 .icon-content p { margin-bottom: 0; line-height:30px; }
.dt-sc-icon-box.type9 .icon-content h5 { font-size:60px; display:inline-block; }
.dt-sc-icon-box.type9 .icon-content h4 { font-size:20px; float:left; width:100%; margin-bottom:30px; }
.dt-sc-icon-box.type9 .icon-wrapper img { position: absolute; top: 50%; left: 0; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 0;
margin: 0 auto; }
.dt-sc-icon-box.type10 { text-align:center; border: 1px solid rgba(0,0,0,0.1); padding:40px 20px; margin:0px -1px 0px 0px; }
.dt-sc-icon-box.type10 .icon-wrapper { margin:0px 0px 40px; position:relative; width:140px; height:140px; display:inline-block; float:none; }
.dt-sc-icon-box.type10 .icon-wrapper:before { content:""; position:absolute; left:0px; right:0px; top:19px; margin:auto; width:100px; height:100px; border:1px solid; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:1; }
.dt-sc-icon-box.type10 .icon-wrapper:after {  content:""; position:absolute; left:0px; right:0px; top:20px; margin:auto; width:100px; height:100px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); z-index:0; }
.dt-sc-icon-box.type10 .icon-wrapper span, .dt-sc-icon-box.type10 .icon-wrapper img { font-size:60px; position:absolute; z-index:1; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); }
.dt-sc-icon-box.type10 .icon-wrapper img { height: 60px; width: auto; margin-top: -4px; margin-left: 1px; }
.dt-sc-icon-box.type10:hover .icon-wrapper img { filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); }
.dt-sc-icon-box.type10 .icon-content h4 { font-size:16px; font-weight:bold; letter-spacing:1px; margin-bottom:25px; position:relative; text-transform:uppercase; }
.dt-sc-icon-box.type10 .icon-content h4:before { content:""; position:absolute; right:-26px; top:6px; margin:auto; width:12px; height:12px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:1; }
.dt-sc-icon-box.type10.last .icon-content h4:before { content:none; }
.dt-sc-icon-box.type10 .icon-content p { margin-bottom:0px; }
.dt-sc-icon-box.type10:hover .icon-wrapper:after { left:-25px; }
.dt-sc-icon-box.type10.alignleft { text-align: left; }
.dt-sc-icon-box.type10.alignright { text-align: right; }
.dt-sc-icon-box.type10.alignleft .icon-wrapper, .dt-sc-icon-box.type10.alignright .icon-wrapper { text-align: center; }
.dt-sc-icon-box.type11 { padding: 102px 30px 0px; margin: 50px 0px 0px; text-align: center; }
.dt-sc-icon-box.type11:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:0; }
.dt-sc-icon-box.type11 .icon-wrapper { float: left; position: absolute; top: -50px; width: 100px; text-align: center; left: 0; right: 0; margin: 0 auto; height: 100px; border-radius: 50%; }
.dt-sc-icon-box.type11 .icon-wrapper span { display:inline-block; font-size:48px; line-height:100px; width:100px; height:100px; border-radius:50%; text-align: center; }
.dt-sc-icon-box.type11 .icon-content { position:relative; z-index:1; }
.dt-sc-icon-box.type11 .icon-content h4 { font-weight:normal; text-transform:uppercase; }
.dt-sc-icon-box.type11 .dt-sc-button.medium { padding: 13px 50px 11px 30px; letter-spacing: 0.5px; position: relative; bottom: -29px; }
.dt-sc-icon-box.type11 .icon-wrapper img { float: none; display: inline-block; position: absolute; left: 50%; top: 50%; filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); width: 70px; }
.dt-sc-icon-box.type11 .dt-sc-button:before, .dt-sc-icon-box.type11 .dt-sc-button:after { content:""; position:absolute; top:0px; bottom:0px; margin:auto; }
.dt-sc-icon-box.type11 .dt-sc-button:before { height:11px; width:1px; right:30px; }
.dt-sc-icon-box.type11 .dt-sc-button:after { height:1px; width:11px; right:25px; }
.dt-sc-icon-box.type11.one:before { opacity:1; }
.dt-sc-icon-box.type11.two:before { opacity:0.97; }
.dt-sc-icon-box.type11.three:before { opacity:0.94; }
.dt-sc-icon-box.type11.four:before { opacity:0.91; }
.dt-sc-icon-box.type11.five:before { opacity:0.88; }
.dt-sc-icon-box.type11.six:before { opacity:0.85; }
.dt-sc-icon-box.type11.alignleft, .dt-sc-icon-box.type11.alignleft .icon-wrapper { text-align: left; }	
.dt-sc-icon-box.type11.alignright, .dt-sc-icon-box.type11.alignright .icon-wrapper { text-align: right; }	
.dt-sc-icon-box.type11.alignleft .icon-wrapper { text-align: left; right: auto; left: 30px; }	
.dt-sc-icon-box.type11.alignright .icon-wrapper { text-align: right; left: auto; right: 30px; }	
.dt-sc-icon-box.type12 { text-align:center; padding:15px 20px 13px; -webkit-box-shadow:inset 20px 0px 30px -20px rgba(0,0,0,0.3); -moz-box-shadow:inset 20px 0px 30px -20px rgba(0,0,0,0.3); box-shadow:inset 20px 0px 30px -20px rgba(0,0,0,0.3); }
.dt-sc-icon-box.type12 .icon-wrapper { display:inline; margin:0px 15px 0px 0px; top:35px; }
.dt-sc-icon-box.type12 .icon-wrapper span { font-size:32px; }
.dt-sc-icon-box.type12 .icon-wrapper img { position: static; width: 38px; filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); }
.dt-sc-icon-box.type12 .icon-content { display:inline; position:relative; top:30px; }
.dt-sc-icon-box.type12 .icon-content h4 { color:#ffffff; font-size:18px; font-weight:bold; display:inline; margin:0px; }
.dt-sc-icon-box.type12 .icon-content p { font-size:13px; line-height:24px; display:inline-block; margin:10px 0px 0px; opacity:0; }
.dt-sc-icon-box.type12:hover .icon-wrapper img, .dt-sc-icon-box.type12.selected .icon-wrapper img { width: auto; opacity: 0.2; }
.dt-sc-icon-box.type12:hover, .dt-sc-icon-box.type12.selected { padding: 20px 20px 21px; overflow:hidden; }
.dt-sc-icon-box.type12:hover .icon-wrapper, .dt-sc-icon-box.type12.selected .icon-wrapper { position:absolute; left:0px; top:-10px; }
.dt-sc-icon-box.type12:hover .icon-wrapper span, .dt-sc-icon-box.type12.selected .icon-wrapper span { font-size:170px; }
.dt-sc-icon-box.type12:hover .icon-content, .dt-sc-icon-box.type12.selected .icon-content, .dt-sc-icon-box.type12.alignright:hover .icon-content { top:0px; }
.dt-sc-icon-box.type12:hover .icon-content p, .dt-sc-icon-box.type12.selected .icon-content p { opacity:1; }
.dt-sc-icon-box.type12.alignright:hover .icon-wrapper, .dt-sc-icon-box.type12.alignright.selected .icon-wrapper { width: auto; height: auto; top: 0px; }
.dt-sc-icon-box.type12.aligncenter .icon-content { float: left; margin-top: 20px; }
.dt-sc-icon-box.type12.aligncenter:hover .icon-content, .dt-sc-icon-box.type12.aligncenter.selected .icon-content { margin-top: 22px; margin-bottom: 22px; }
.dt-sc-icon-box.type12.alignright .icon-wrapper { float: right; margin: 0px 20px 0px 0px; width: 32px; height: 37px; }
.dt-sc-icon-box.type12.alignright .icon-content { top: 38px; }		
.dt-sc-icon-box.type13 { padding:3px 0px 16px 20px; background:rgba(0, 0, 0, 0.05); margin-bottom:2px; position:relative; width:100%; }
.dt-sc-icon-box.type13 .icon-wrapper { position:absolute; left:-30px; top:0px; bottom:0px; margin:auto; background:#000000; width:50px; height:50px; line-height:50px; text-align:center; border-radius:50%; box-shadow: 0 0 0 5px #fff; -webkit-box-shadow: 0 0 0 5px #fff; -moz-box-shadow: 0 0 0 5px #fff; -ms-box-shadow: 0 0 0 5px #fff; -o-box-shadow: 0 0 0 5px #fff; }
.dt-sc-icon-box.type13 .icon-wrapper span, .dt-sc-icon-box.type13 .icon-wrapper img { font-size: 25px; color: #ffffff; line-height: 50px; position: absolute; left: 50%; top: 50%; margin: 0 auto; width: 30px; height: auto; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); }
.dt-sc-icon-box.type13 .icon-content { text-align:center; }
.dt-sc-icon-box.type13 .icon-content h4 { font-size:70px; font-weight:normal; display:inline-block; margin:0px; }
.dt-sc-icon-box.type13 .icon-content p { font-size:16px; text-transform:uppercase; display:inline-block; margin:0px; float:left; clear:both; width:100%; }
.dt-sc-icon-box.type13 .icon-wrapper img { filter: grayscale(100%) contrast(10); -moz-filter: grayscale(100%) contrast(10); -webkit-filter: grayscale(100%) contrast(10); -ms-filter: grayscale(100%) contrast(10); }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome, .dt-sc-icon-box.type13 .icon-content h4 { margin-bottom: 10px; }
}
.dt-sc-icon-box.type13.alignright .icon-wrapper { left: auto; right: -30px; }
.dt-sc-icon-box.type13.aligncenter .icon-wrapper { right: 0; left: 0; top: auto; bottom: -30px; margin: 0 auto; }
.dt-sc-icon-box.type13.aligncenter .icon-content { padding-bottom: 30px; }
.dt-sc-icon-box.type14 { text-align:center; width:100%; background:rgba(0, 0, 0, 0.02); padding:35px 30px 40px; min-height:257px; border-left:1px solid #ffffff; }
.dt-sc-icon-box.type14.grey { background:rgba(0, 0, 0, 0.05); }
.dt-sc-icon-box.type14 .icon-wrapper { text-align:center; width:100%; display:inline-block; margin:0px 0px 20px; }
.dt-sc-icon-box.type14 .icon-content { display:inline-block; width:100%; }
.dt-sc-icon-box.type14 .icon-content h4 { font-size:18px; font-weight:bold; text-transform:uppercase; margin-bottom:0px; }	
.dt-sc-icon-box.type14 .icon-content p { display:none; margin:20px 0px 0px; }
.dt-sc-icon-box.type14 .icon-content a { background: #edeef2; border-radius: 3px; color: #000000; padding: 9px 20px; }	
.dt-sc-icon-box.type14 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
::i-block-chrome, .dt-sc-icon-box.type14 { display: -webkit-box;  -webkit-box-align: center; -webkit-box-flex: 1; }
}
.dt-sc-icon-box.type14 .icon-wrapper { display:inline-block; margin: 0 0 25px; text-align:center; width:100%; }
.dt-sc-icon-box.type14 .icon-wrapper span { font-size: 75px; margin-bottom: 5px; }
.dt-sc-icon-box.type14 .icon-wrapper img { display: inline-block; position: static; }
.dt-sc-icon-box.type14.alignleft, .dt-sc-icon-box.type14.alignleft .icon-wrapper { text-align: left; }
.dt-sc-icon-box.type14.alignright, .dt-sc-icon-box.type14.alignright .icon-wrapper { text-align: right; }
.column.first .dt-sc-icon-box.type14 { border-left:0px; }
.dt-sc-icon-box.type14:hover .icon-wrapper { display:none; }
.dt-sc-icon-box.type14:hover .icon-content p { display:block; color:#ffffff; }
.dt-sc-icon-box.type14:hover .icon-content h4 { color:#ffffff; }
.dt-sc-icon-box.type14.red .icon-wrapper span, .dt-sc-icon-box.type14.red .icon-content h4 { color:#e75d5c; }
.dt-sc-icon-box.type14.green .icon-wrapper span, .dt-sc-icon-box.type14.green .icon-content h4 { color:#55a67e; }
.dt-sc-icon-box.type14.blue .icon-wrapper span, .dt-sc-icon-box.type14.blue .icon-content h4 { color:#008bd3; }
.dt-sc-icon-box.type14.cadetblue .icon-wrapper span, .dt-sc-icon-box.type14.cadetblue .icon-content h4 { color:#2ba5c3; }
.dt-sc-icon-box.type14.slateblue .icon-wrapper span, .dt-sc-icon-box.type14.slateblue .icon-content h4 { color:#526685; }
.dt-sc-icon-box.type14.brown .icon-wrapper span, .dt-sc-icon-box.type14.brown .icon-content h4 { color:#ae5d3c; }
.dt-sc-icon-box.type14.orange .icon-wrapper span, .dt-sc-icon-box.type14.orange .icon-content h4 { color:#f9a91a; }
.dt-sc-icon-box.type14.lightgreen .icon-wrapper span, .dt-sc-icon-box.type14.lightgreen .icon-content h4 { color:#82aa40; }
.dt-sc-icon-box.type14.red:hover { background:#e75d5c; }
.dt-sc-icon-box.type14.green:hover { background:#55a67e; }
.dt-sc-icon-box.type14.blue:hover { background:#008bd3; }
.dt-sc-icon-box.type14.cadetblue:hover { background:#2ba5c3; }
.dt-sc-icon-box.type14.slateblue:hover { background:#526685; }
.dt-sc-icon-box.type14.brown:hover { background:#ae5d3c; }
.dt-sc-icon-box.type14.orange:hover { background:#f9a91a; }
.dt-sc-icon-box.type14.lightgreen:hover { background:#82aa40; }
.dt-sc-icon-box.type15 { background-color: #f5f5f5; border: 1px solid #f5f5f5; padding: 40px 10px 30px; overflow: hidden; display: block; float: left; width: 100%; text-align: center; margin-bottom: 20px; }
.dt-sc-icon-box.type15 .icon-wrapper img { margin: 0 auto; display: block; margin-bottom: 20px; }
.dt-sc-icon-box.type15 .icon-content { position: absolute; top: 0; left: -100%; height: 100%; bottom: 0; margin: auto; padding: 40px 10px; opacity: 0;-webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s;transition: all 300ms linear 0s; width: 100%; }
.dt-sc-icon-box.type15 h4 { margin-bottom: 15px; font-size: 20px; }
.dt-sc-icon-box.type15 .icon-content h4 a, .dt-sc-icon-box.type15 .icon-content p { color: #fff; }
.dt-sc-icon-box.type15:hover .icon-content { opacity: 1; left: 0; } .dt-sc-icon-box.type5:hover .icon-wrapper span, .dt-sc-icon-box.type6:hover .icon-wrapper span, .dt-sc-icon-box.type6:hover .icon-content a, .dt-sc-icon-box.type7 .icon-wrapper span, 
.dt-sc-icon-box.type7:hover .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper span, .dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type10:hover .icon-wrapper span,
.dt-sc-icon-box.type12, .dt-sc-icon-box.type13:hover .icon-content h4, .dt-sc-icon-box.type13:hover .icon-content p, .dt-sc-icon-box.type14:hover .icon-wrapper span, .dt-sc-icon-box.type14:hover .icon-content h4, .dt-sc-icon-box.type14.red:hover .icon-content h4, .dt-sc-icon-box.type14.green:hover .icon-content h4, 
.dt-sc-icon-box.type14.blue:hover .icon-content h4, .dt-sc-icon-box.type14.cadetblue:hover .icon-content h4, .dt-sc-icon-box.type14.slateblue:hover .icon-content h4, 
.dt-sc-icon-box.type14.brown:hover .icon-content h4, .dt-sc-icon-box.type14.orange:hover .icon-content h4, .dt-sc-icon-box.type14.lightgreen:hover .icon-content h4, 
.dt-sc-icon-box.type14:hover .icon-content h5, .dt-sc-icon-box.type15.red:hover .icon-content h5, .dt-sc-icon-box.type15.green:hover .icon-content h5, .dt-sc-icon-box.type15.blue:hover .icon-content h5, .dt-sc-icon-box.type15.cadetblue:hover .icon-content h5, .dt-sc-icon-box.type15.slateblue:hover .icon-content h5, .dt-sc-icon-box.type15.brown:hover .icon-content h5, 
.dt-sc-icon-box.type15.orange:hover .icon-content h5, .dt-sc-icon-box.type15.lightgreen:hover .icon-content h5, .dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span, 
.dt-sc-icon-box.type11 .icon-wrapper span { color:#ffffff; }
.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span { background:none; }
.dt-sc-icon-box.type12:hover, .dt-sc-icon-box.type12.selected { background:#000000; }
.dt-sc-icon-box.type12:hover .icon-wrapper span, .dt-sc-icon-box.type12.selected .icon-wrapper span { color:rgba(255, 255, 255, 0.23); }
.dt-sc-icon-box .large-icon { color:rgba(0, 0, 0, 0.03); }
.dt-sc-icon-box.type5 .icon-wrapper span { color:rgba(0, 0, 0, 0.5); } 
.dt-sc-icon-box.type5.no-icon-bg .icon-content h5, .dt-sc-icon-box.type5.no-icon .icon-content h5 { color:#a4a4a3; }
.dt-sc-icon-box.type5.no-icon .icon-content p { color:#a0a0a0; }
.dt-sc-icon-box.type8 { border-color:rgba(0, 0, 0, 0.2); }
.dt-sc-dark-bg .dt-sc-icon-box.type8 { border-color:rgba(255, 255, 255, 0.3); }
.dt-sc-dark-bg .dt-sc-icon-box.type8 .icon-content p { color:#fff; }
.dt-sc-icon-box.type9 .icon-content { background:rgba(0, 0, 0, 0.1); }
.dt-sc-icon-box.type5.rounded .icon-wrapper, .dt-sc-icon-box.type10 .icon-wrapper:before, .dt-sc-icon-box.type4.with-diamond-square-icon .icon-wrapper:before, .dt-sc-icon-box.type10, .dt-sc-icon-box.type11 .dt-sc-button:before, .dt-sc-icon-box.type11 .dt-sc-button:after { background:#ffffff; }
.dt-sc-icon-box.type5 .icon-wrapper:before { background:rgba(0, 0, 0, 0.03); }
.dt-sc-icon-box.type9 .icon-wrapper, .switch-color.dt-sc-icon-box.type9 .icon-content { background:rgba(0, 0, 0, 0.05); }
.dt-sc-icon-box.type6:hover .icon-wrapper, .dt-sc-icon-box.type6:hover .icon-content a, .dt-sc-icon-box.type7:hover .icon-wrapper, .dt-sc-icon-box.type11, .dt-sc-icon-box.type11 .icon-wrapper { background:#000000; }
.dt-sc-dark-bg .dt-sc-icon-box.type9 .icon-wrapper, .dt-sc-dark-bg .switch-color.dt-sc-icon-box.type9 .icon-content { background:rgba(0, 0, 0, 0.8); }
.dt-sc-dark-bg .dt-sc-icon-box.type9 .icon-content, .dt-sc-dark-bg .switch-color.dt-sc-icon-box.type9 .icon-wrapper { background:rgba(0, 0, 0, 0.9); }	
.switch-color.dt-sc-icon-box.type9 .icon-wrapper { background:rgba(0, 0, 0, 0.1); }
.dt-sc-icon-box.type1, .last .dt-sc-icon-box.type1 { border-color:rgba(0, 0, 0, 0.15); }
.dt-sc-icon-box.type3 .icon-wrapper span, .dt-sc-icon-box.type6 .icon-wrapper, .dt-sc-icon-box.type7 .icon-wrapper span { border-color:#ffffff; }
.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper:before { border-color:#000000; }
.dt-sc-icon-box.type7 { border-color:rgba(0, 0, 0, 0.1); }
.dt-sc-icon-box.type9 .icon-wrapper:before { border-left-color:rgba(255, 255, 255, 0.5); }
.switch-color.dt-sc-icon-box.type9 .icon-wrapper:before { border-left-color:rgba(0, 0, 0, 0.05); }
.dt-sc-dark-bg .dt-sc-icon-box.type9 .icon-wrapper:before { border-left-color:rgba(255, 255, 255, 0.11); }	
.dt-sc-dark-bg .switch-color.dt-sc-icon-box.type9 .icon-wrapper:before { border-left-color:rgba(0, 0, 0, 0.5); } .ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:before, .ie9 .dt-sc-icon-box.type3.dt-sc-diamond .icon-wrapper:after { transform: rotate(45deg) skew(10deg, 10deg); -ms-transform: rotate(45deg) skew(10deg, 10deg); }
@media screen and (min-width:0\0) { 		
.vc_row-has-fill .dt-sc-icon-box.type3 .icon-wrapper span { box-shadow: none; -ms-box-shadow: none; }
} @media only screen and (min-width:1200px) and (max-width:1380px) {
.dt-sc-icon-box.type2 .icon-content h4 { font-size: 17px; }
.dt-sc-icon-box.type6 .icon-content h4 { font-size: 16px; }
.dt-sc-icon-box.type11 .icon-content h4 { font-size: 14px; }
.dt-sc-icon-box.type14 .icon-content p { margin: 15px 0px 0px; }
} @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-icon-box.type1 { padding: 35px 25px; }
.dt-sc-icon-box.type2 .icon-wrapper { margin-right: 8px; }
.dt-sc-icon-box.type2.alignright .icon-wrapper { margin-left: 8px; }
.dt-sc-icon-box.type2 .icon-wrapper span { font-size: 22px; }
.dt-sc-icon-box.type2 .icon-content h4 { font-size: 14px; }
.dt-sc-icon-box.type2 .icon-content p { font-size: 14px; line-height: 24px; }
.dt-sc-icon-box.type4 .icon-content h4 { font-size: 16px; }		
.dt-sc-icon-box.type5.no-icon { padding: 0 30px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.dt-sc-icon-box.type5.no-icon .icon-content h4 { padding: 0 0 20px; }	
.vc_row-no-padding .dt-sc-icon-box.type5.no-icon { padding: 0; }
.dt-sc-icon-box.type6 .icon-content { clear: both; }
.dt-sc-icon-box.type6 .icon-content h4 { font-size: 14px; letter-spacing: 0; margin-top: 0; }
.dt-sc-icon-box.type9 .icon-content h4 { font-size: 18px; }
.dt-sc-icon-box.type11 .dt-sc-button.medium { padding: 13px 45px 11px 25px; }
.dt-sc-icon-box.type12 { min-height: 180px; padding: 15px 15px 15px; }
.dt-sc-icon-box.type12 .icon-wrapper { margin: 0 10px 0 0; top: 60px; }
.dt-sc-icon-box.type12 .icon-wrapper span { font-size: 24px; }
.dt-sc-icon-box.type12 .icon-content { top: 56px; }
.dt-sc-icon-box.type12:hover .icon-content, .dt-sc-icon-box.type12.selected .icon-content { top: 15px; }
.dt-sc-icon-box.type14 .icon-content p { font-size: 12px; }
.dt-sc-icon-box.type14 .icon-content h4 { font-size: 16px; } .dt-sc-icon-box.type11 .dt-sc-button.medium { font-size: 13px; }
}  @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-icon-box.type1 { padding: 45px 15px; }		
.dt-sc-icon-box.type1 .icon-content h4 { font-size: 15px; line-height: normal; }
.dt-sc-icon-box.type2 .icon-wrapper { margin-right: 5px; }
.dt-sc-icon-box.type2.alignright .icon-wrapper { margin-left: 8px; }
.dt-sc-icon-box.type2 .icon-wrapper span { font-size: 15px; line-height: 24px; }
.dt-sc-icon-box.type2 .icon-content h4 { font-size: 11px; letter-spacing: 0; }
.dt-sc-icon-box.type2 .icon-content p { font-size: 11px; }
.dt-sc-icon-box.type4 .icon-content h4 { font-size: 14px; line-height: normal; }
.dt-sc-icon-box.type4 .icon-content p { font-size: 12px; line-height: 24px; }	
.dt-sc-icon-box.type5 .icon-wrapper img { width: 30px;}
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper img { margin-top: 0; }
.dt-sc-icon-box.type5 { padding-left: 75px; }
.dt-sc-icon-box.type5.alignright { padding-right: 75px; }
.dt-sc-icon-box.type5.rounded { padding-left: 90px; }
.dt-sc-icon-box.type5.rounded.alignright { padding-right: 90px; }		
.dt-sc-icon-box.type5 .icon-wrapper { width: 60px; }
.dt-sc-icon-box.type5 .icon-wrapper::before { height: 45px; width: 45px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.dt-sc-icon-box.type5 .icon-wrapper span { font-size: 22px; line-height: 65px; }
.dt-sc-icon-box.type5.no-icon-bg { padding: 0 0 0 42px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper { width: 30px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span { font-size: 28px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h5, .dt-sc-icon-box.type5.no-icon .icon-content h5 { font-size: 10px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h4, .dt-sc-icon-box.type5.no-icon .icon-content h4 { font-size: 13px; }
.dt-sc-icon-box.type5.no-icon {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.vc_row-no-padding .dt-sc-icon-box.type5.no-icon { padding: 0; }
.dt-sc-icon-box.type5.no-icon .icon-content h4 { padding: 0 0 20px; }	
.dt-sc-icon-box.type6 .icon-content { clear: both; }
.dt-sc-icon-box.type6 .icon-content h4 { font-size: 16px; margin-top: 0; }
.dt-sc-icon-box.type9 { height:auto !important; }
.dt-sc-icon-box.type9 .icon-wrapper, .dt-sc-icon-box.type9 .icon-content { display: block; width: 100%; }
.dt-sc-icon-box.type9 .icon-wrapper:before { margin: 0 auto; bottom: -30px; left: 0; right: 0; top: auto; width: 0; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.dt-sc-icon-box.type9 .icon-wrapper span { display: block; float: none; text-align: center; }	
.dt-sc-icon-box.type9 .icon-content { padding-top: 30px; text-align: center; }	
.dt-sc-icon-box.type10 .icon-content h4 { font-size: 14px; letter-spacing: 0; }
.dt-sc-icon-box.type10 .icon-content h4::before { height: 13px; right: -24px; width: 13px; }
.dt-sc-icon-box.type11 .dt-sc-button.medium { font-size: 10px; letter-spacing: 0; padding: 13px 40px 11px 20px; }
.dt-sc-icon-box.type11 .dt-sc-button::before { right: 25px; }
.dt-sc-icon-box.type11 .dt-sc-button::after { right: 20px; } .dt-sc-icon-box.type11 { padding: 88px 15px 10px; }
.dt-sc-icon-box.type11 .dt-sc-button.medium { font-size: 11px; }
.dt-sc-icon-box.type12 { padding: 40px 10px 35px; min-height: 202px; }
.dt-sc-icon-box.type12 .icon-wrapper { margin: 0 5px 0 0; top: 50px; }
.dt-sc-icon-box.type12 .icon-wrapper span { font-size: 20px; }
.dt-sc-icon-box.type12 .icon-content { top: 46px; }		
.dt-sc-icon-box.type12 .icon-content h4 { font-size: 14px; }
.dt-sc-icon-box.type12:hover .icon-content, .dt-sc-icon-box.type12.selected .icon-content { top: 15px; }
.dt-sc-icon-box.type13 .icon-content h4 { font-size: 50px; }
.dt-sc-icon-box.type13 .icon-content p { font-size: 14px; }
.dt-sc-icon-box.type14 { padding: 15px; }
.dt-sc-icon-box.type14 .icon-content h4 { font-size: 12px; }
}  @media only screen and (max-width: 767px) { .dt-sc-icon-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.dt-sc-icon-box, .dt-sc-icon-box.type11, .dt-sc-icon-box.type13 { margin-bottom: 25px; }
.rs_col_no_btm_space .dt-sc-icon-box.type3 { margin-bottom: 0; }
.dt-sc-icon-box.type1 { margin-bottom: 5px; }
.dt-sc-icon-box.type5.no-icon { padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }		
.dt-sc-icon-box.type5.no-icon:first-child { border-left-width: 1px; }
.dt-sc-icon-box.type5.no-icon.last, .last .dt-sc-icon-box.type5.no-icon { border-right-width: 1px; }
.dt-sc-icon-box.type9 { height:auto !important; }
.dt-sc-icon-box.type9 .icon-wrapper, .dt-sc-icon-box.type9 .icon-content { display: block; width: 100%; }
.dt-sc-icon-box.type9 .icon-wrapper:before { margin: 0 auto; bottom: -30px; left: 0; right: 0; top: auto; width: 0; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.dt-sc-icon-box.type9 .icon-wrapper span { display: block; float: none; text-align: center; }	
.dt-sc-icon-box.type9 .icon-content { padding-top: 30px; text-align: center; }
.dt-sc-icon-box.type10 .icon-content h4:after { content: ""; height: 12px; margin: auto; position: absolute; left: -26px; top: 6px; width: 12px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); z-index: 1; }		
.dt-sc-icon-box.type10.last .icon-content h4:before { content: ""; }
} @media only screen and (max-width: 479px) { .dt-sc-icon-box.type1 { padding: 25px 20px; }
.dt-sc-icon-box.type5 { padding-left: 95px; }
.dt-sc-icon-box.type5.alignright { padding-right: 95px; }
.dt-sc-icon-box.type5.rounded { padding-left: 110px; }
.dt-sc-icon-box.type5.rounded.alignright { padding-left: 0; padding-right: 110px; }		
.dt-sc-icon-box.type6 .icon-content { clear: both; }
.dt-sc-icon-box.type6 .icon-content h4 { font-size: 15px; margin-top: 0; }
.dt-sc-icon-box.type13 { float: right; width: 96%; }
}  @media only screen and (max-width: 319px) { .dt-sc-icon-box.type2 .icon-wrapper { margin-right: 8px; }
.dt-sc-icon-box.type2.alignright .icon-wrapper { margin-left: 8px; }
.dt-sc-icon-box.type2 .icon-wrapper span { font-size: 20px; }
.dt-sc-icon-box.type2 .icon-content h4 { font-size: 12px; letter-spacing: 0.2px; }
.dt-sc-icon-box.type3 .icon-content h4,
.dt-sc-icon-box.type4 .icon-content h4 { font-size: 16px; }
.dt-sc-icon-box.type5 { padding-left: 75px; }
.dt-sc-icon-box.type5.alignright { padding-right: 75px; }
.dt-sc-icon-box.type5.rounded { padding-left: 90px; }
.dt-sc-icon-box.type5.rounded.alignright { padding-left: 0; padding-right: 90px; }		
.dt-sc-icon-box.type5 .icon-wrapper { width: 60px; }
.dt-sc-icon-box.type5 .icon-wrapper::before { height: 45px; width: 45px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.dt-sc-icon-box.type5 .icon-wrapper span { font-size: 22px; line-height: 65px; }
.dt-sc-icon-box.type5.no-icon-bg { padding: 0 0 0 42px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper { width: 30px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span { font-size: 28px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h5, .dt-sc-icon-box.type5.no-icon .icon-content h5 { font-size: 10px; }
.dt-sc-icon-box.type5.no-icon-bg .icon-content h4, .dt-sc-icon-box.type5.no-icon .icon-content h4 { font-size: 14px; }
.dt-sc-icon-box.type5.no-icon { padding: 0 15px; }
.dt-sc-icon-box.type5.no-icon .icon-content h4 { padding: 0 0 20px; }
.dt-sc-icon-box.type6 .icon-content h4 { margin-top: 115px; }
.dt-sc-icon-box.type11 .dt-sc-button.medium { font-size: 11px; padding: 13px 45px 11px 25px; }
.dt-sc-icon-box.type12 { padding: 15px 10px 20px; min-height: 155px; }
.dt-sc-icon-box.type12 .icon-wrapper span { font-size: 24px; }
.dt-sc-icon-box.type12 .icon-wrapper { margin: 0 5px 0 0; top: 51px; }
.dt-sc-icon-box.type12 .icon-content { top: 46px; }		
.dt-sc-icon-box.type13 .icon-content h4 { font-size: 50px; }
.dt-sc-icon-box.type13 .icon-content p { font-size: 14px; }
}
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type5, .dt-sc-image-caption.type5 h3, 
.dt-sc-image-caption.type6, .dt-sc-image-caption.type6 .dt-sc-image-wrapper img, .dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type8 .dt-sc-image-wrapper img, 
.dt-sc-image-caption.type9 .dt-sc-image-overlay, .dt-sc-image-caption.type9 .dt-sc-image-content, .dt-sc-image-caption.type4 .dt-sc-image-content, 
.dt-sc-image-caption.type4 .dt-sc-image-content h3, .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-image-caption.type8 .dt-sc-image-content, .dt-sc-image-caption.type8 *,
.dt-sc-image-caption.type8 *:before, .dt-sc-image-caption.type7 .dt-sc-image-title h3:before, .dt-sc-image-caption.type4 .dt-sc-image-content:before, 
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after, .dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title:before, 
.dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title, .dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title { -webkit-transition:all 0.3s linear; 
-moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
.dt-sc-image-caption.type5 .dt-sc-image-content { -webkit-transition: all 0.4s ease-in 0s; transition: all 0.4s ease-in 0s; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after, .dt-sc-image-caption.type5 .dt-sc-image-wrapper:before, 
.dt-sc-image-caption.type5 .dt-sc-image-wrapper img { -webkit-transition: all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.9s ease; -ms-transition:all 0.6s ease; 
transition:all 0.6s ease; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper img { -webkit-transition: all 0.9s ease; -moz-transition:all 0.9s ease; -o-transition:all 0.9s ease; -ms-transition: all 0.9s ease;
transition:all 0.9s ease; } .dt-sc-image-caption-counter-wrapper { counter-reset: image-caption-counter; }
.dt-sc-image-caption { float:left; clear:both; width:100%; margin:0px; padding:0px; }
.dt-sc-image-caption .dt-sc-image-wrapper { position:relative; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper { position:absolute; bottom:0px; right:0px; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size:36px; margin:0px 20px 20px 0px; display:inline-block; position:relative; z-index:1; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before { content:""; position:absolute; right:0px; bottom:0px; width:0px; height:0px; border-bottom:130px solid; border-left:130px solid transparent; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { content:""; position:absolute; left:-14px; bottom:-32px; width:7px; height:200px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
.dt-sc-image-caption .dt-sc-image-content { display:inline-block; clear:both; margin:30px 0px 0px; }
.dt-sc-image-caption .dt-sc-image-title { margin-bottom:30px; display:inline-block; width:100%; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.icon, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.fa, .dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper span.zmdi { margin-right:0; margin-bottom: 0; }
.dt-sc-image-caption .dt-sc-image-title h3 { font-weight:600; text-transform:capitalize; margin-bottom:5px; position:relative; top:0px; }
.dt-sc-image-caption .dt-sc-image-title h6 { text-transform:uppercase; font-size:12px; margin-bottom:0px; }
.dt-sc-image-caption .dt-sc-image-content a { margin-top:20px; }	
.dt-sc-image-caption.type2 { padding:0px 1px 0px 0px; position:relative; z-index:9; }
.dt-sc-image-caption.type2 .dt-sc-image-content { border-top:2px solid; text-align:center; padding:30px 20px; margin:0px; float:left; width:100%; position:relative; }
.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom:15px; }
.dt-sc-image-caption.type2 .dt-sc-image-content h3 { font-size:16px; }
.dt-sc-image-caption.type2 .dt-sc-image-wrapper { clear:both; overflow:hidden; }
.dt-sc-image-caption.type2:hover .dt-sc-image-wrapper img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.dt-sc-image-caption.type2 .dt-sc-image-content { height:78px; }
.dt-sc-image-caption.type2:hover .dt-sc-image-content { height:148px; margin-top:-70px; }
.dt-sc-image-caption.type2 .dt-sc-image-content p { opacity:0; position:absolute; top:70px; left:20px; right:20px; margin:auto; }
.dt-sc-image-caption.type2:hover .dt-sc-image-content p { opacity:1; }
.dt-sc-image-caption.type2.alignleft .dt-sc-image-content { text-align: left; }
.dt-sc-image-caption.type2.alignright .dt-sc-image-content { text-align: right; }
.dt-sc-image-caption.type3 { text-align:center; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper { text-align:center; background:none; border:none; position:inherit; width:100%; display:inline-block; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper img { position:relative; z-index:1; top:-15px; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:before { border:0px; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after { content:""; position:absolute; left:0px; right:0px; bottom:-17px; margin:auto; width:70px; height:70px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
.dt-sc-image-caption.type3 .dt-sc-image-content h3 { font-size:18px; }
.dt-sc-image-caption.type3 .dt-sc-image-content { margin-top:15px; }
.dt-sc-image-caption.type3 .dt-sc-image-title { margin-bottom:15px; }
.dt-sc-image-caption.type3.alignright, .dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper { text-align: right; }
.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper:after { left: auto; right: 8px; }
.dt-sc-image-caption.type3.alignright .dt-sc-image-wrapper .icon-wrapper img { right: 23px; }
.dt-sc-image-caption.type3.alignleft, .dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper { text-align: left; }
.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper:after { right: auto; left: 8px; }
.dt-sc-image-caption.type3.alignleft .dt-sc-image-wrapper .icon-wrapper img { left: 23px; }
.dt-sc-image-caption.type4 { text-align:center; }
.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper { text-align: center; border: none; position: absolute; display: block; margin: 0; background-color: rgba(0,0,0,0.65); 
margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;}
.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper:before { border:0px; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3 { font-size:25px; position:relative; text-align:center; text-transform:none; }
.dt-sc-image-caption.type4 .dt-sc-image-content { margin-top:15px; position:relative; padding: 40px 30px 0px;}
.dt-sc-image-caption.type4 .dt-sc-image-title { margin-bottom:15px; }
.dt-sc-image-caption.type4 { counter-increment: image-caption-counter; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { content: counter(image-caption-counter, decimal-leading-zero); }
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { font-size:100px; position:absolute; margin:0 auto; left:0; right:0; width:100%; text-align:center; top:100%; 
-moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0.08; }
.dt-sc-image-caption.type4 .dt-sc-image-title h6 { font-size:14px; position: relative; margin:0; width:100%; text-align:center; }
.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper:after{ display:none; }
.dt-sc-image-caption.type4 .dt-sc-image-wrapper .icon-wrapper span { font-size: 80px; margin: 0; display: block; position: absolute; z-index: 1; color: rgba(255,255,255,0.5); top: 50%; 
left: 0; right: 0; margin: auto; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.dt-sc-image-caption.type4:hover .dt-sc-image-content h3:after { opacity: 0.05; color: #000000; }
.dt-sc-image-caption.type4.alignright, .dt-sc-image-caption.type4.alignright .dt-sc-image-wrapper .icon-wrapper { text-align: right; }
.dt-sc-image-caption.type4.alignright .dt-sc-image-wrapper .icon-wrapper:after { left: auto; right: 8px; }
.dt-sc-image-caption.type4.alignright .dt-sc-image-wrapper .icon-wrapper img { right: 23px; }
.dt-sc-image-caption.type4.alignleft, .dt-sc-image-caption.type4.alignleft .dt-sc-image-wrapper .icon-wrapper { text-align: left; }
.dt-sc-image-caption.type4.alignleft .dt-sc-image-wrapper .icon-wrapper:after { right: auto; left: 8px; }
.dt-sc-image-caption.type4.alignleft .dt-sc-image-wrapper .icon-wrapper img { left: 23px; }
.dt-sc-image-caption.type4 .dt-sc-image-wrapper{position:relative;}
.dt-sc-image-caption.type4 .dt-sc-image-content:before{content:""; position:absolute; left:0px; right:0px; margin:0px auto; top:-15px; display:inline-block; 
background-color:rgba(51, 51, 51, 0.14); width:77%; height:20px; line-height:0;}
.dt-sc-image-caption.type4:hover .dt-sc-image-content:before{height:0px;}
.dt-sc-image-caption.type5 { float: left; clear:both; margin:0px 0px 30px; padding:0px; width:100%; overflow: hidden; position: relative; }
.dt-sc-image-caption.type5 .dt-sc-image-wrapper { left: 0; right: 0; top: 0; bottom: 0; vertical-align: middle; display: table; margin: 0; }
.dt-sc-image-caption.type5 .dt-sc-image-wrapper:before { content: ""; position: absolute; left:0; right:0; top:0; bottom:0; opacity: 0; background-color: rgba(0,0,0,0.5); z-index: 1; }
.dt-sc-image-caption.type5 .dt-sc-image-content { position: absolute; top:0; bottom:0; left:0; right:0; border: 3px double #ffffff; opacity: 0; padding: 20px; margin: 20px; z-index: 1;
display: inline-block; transform: scale(1.8); -ms-transform: scale(1.8); -webkit-transform: scale(1.8); }
.dt-sc-image-caption.type5 .dt-sc-image-title { top: 50%; margin: auto; width: 100%; position: absolute; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); 
transform: translateY(-50%); }
.dt-sc-image-caption.type5 .dt-sc-image-title h3 { font-size: 22px; text-transform: capitalize; font-weight: 900; letter-spacing: 1px; }
.dt-sc-image-caption .dt-sc-image-title h6 { text-transform: capitalize; opacity: 0.8; letter-spacing: 1px; }
.dt-sc-image-caption.type5 .dt-sc-image-content p { display: none; }
.dt-sc-image-caption.type5:hover .dt-sc-image-wrapper img { transform: scale(1.3) rotate(3deg); -ms-transform: scale(1.3) rotate(3deg); -webkit-transform: scale(1.3) rotate(3deg); }
.dt-sc-image-caption.type5:hover .dt-sc-image-wrapper:before { opacity: 1; }
.dt-sc-image-caption.type5:hover .dt-sc-image-content { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.dt-sc-image-caption.type5 .dt-sc-image-wrapper { display: inline-block; width: 100%; }
}
.dt-sc-image-caption.type6 { overflow: hidden; position: relative; text-align: center; }
.dt-sc-image-caption.type6:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index: 0;
background:-moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0,0)), color-stop(100%,rgba(0, 0, 0, 0.7))); background:-webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%); background:-o-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%); background:-ms-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%); background:linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.7) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); }
.dt-sc-image-caption.type6 .dt-sc-image-wrapper { padding: 0; }
.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { opacity:0.2; }
.dt-sc-image-caption.type6 .dt-sc-image-content { color:#ffffff; float:left; margin-top: 0; position: absolute; left: 0; top: 50%; padding: 0 40px; width:100%; 
-webkit-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper {position: relative; display: inline-block; width: 100%; }
.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper:before, .dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper:after { border:none; background:none; }
.dt-sc-image-caption.type6 .dt-sc-image-content .icon-wrapper span { margin: 0; position: relative; font-size: 60px; }
.dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title { margin: 25px 0 20px; position: relative; padding: 30px 0 0; text-align: center; }	
.dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title:before {content: ""; position: absolute; top: 0; width: 2px; height: 30px; background: #ffffff; opacity: 0.4; 
-moz-transform: translatey(-50%); -webkit-transform: translatey(-50%); transform: translatey(-50%); }
.dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title h3 { color:#ffffff; font-size:20px; position:relative; }
.dt-sc-image-caption.type6 p { font-size:14px; line-height:27px; position:relative; z-index:3; }
.dt-sc-image-caption.type6:hover { z-index:9; }
.dt-sc-image-caption.type6:hover:before { top:-23px; -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); transform:scale(1.15); }
.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img { -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); transform:scale(1.15); opacity:0.5; }
.dt-sc-image-caption.type6:hover .dt-sc-image-content .dt-sc-image-title:before { height: 40px; width: 2px; }
.dt-sc-image-caption.type6:hover .dt-sc-image-content .dt-sc-image-title { padding-top: 40px; margin-top:35px; }
.dt-sc-image-caption.type6:hover .dt-sc-image-content .dt-sc-image-title:before { opacity: 0.8; }
.dt-sc-image-caption.type6 .dt-sc-image-content, .dt-sc-image-caption.type6 .dt-sc-image-content > * { color: #fff; }
.dt-sc-image-caption.type6.purple { background:#521d6d; }
.dt-sc-image-caption.type6.blue { background:#25b9f3; }
.dt-sc-image-caption.type6.green { background:#598527; }
.dt-sc-image-caption.type6.yellow { background:#fcdb34; }	
.dt-sc-image-caption.type6.alignleft { text-align: left; }
.dt-sc-image-caption.type6.alignright { text-align: right; }
.dt-sc-image-caption.type6.alignleft .dt-sc-image-wrapper .icon-wrapper { right: auto; left: 40px; }
.dt-sc-image-caption.type6.alignright .dt-sc-image-wrapper .icon-wrapper { left: auto; right: 40px; }
.dt-sc-image-caption.type6.alignleft h3:before { left: 0; right: auto; }
.dt-sc-image-caption.type6.alignright h3:before { right: 0; left: auto; }
.dt-sc-image-caption.type7 { position: relative; overflow: hidden; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper { float:left; width:50%; margin:0px; position:relative; overflow: hidden; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper img { max-width: none; width: -webkit-calc(100% + 50px); width: calc(100% + 50px); -webkit-transform: translate3d(-40px,0, 0); 
transform: translate3d(-40px,0,0); }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before, .dt-sc-image-caption.type7 .dt-sc-image-wrapper:after { position: absolute; content: ''; opacity: 0; z-index: 1; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before { top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 4px double; border-bottom: 4px double; 
-webkit-transform: scale(0,1); transform: scale(0,1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper:after { top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 4px double; border-left: 4px double; -webkit-transform: scale(1,0);
transform: scale(1,0); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.dt-sc-image-caption.type7:hover .dt-sc-image-wrapper img { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.dt-sc-image-caption.type7:hover .dt-sc-image-wrapper img { -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1); filter: grayscale(1); }
.dt-sc-image-caption.type7:hover .dt-sc-image-wrapper:before, .dt-sc-image-caption.type7:hover .dt-sc-image-wrapper:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.dt-sc-image-caption.type7:hover .dt-sc-image-wrapper:after {-webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
.dt-sc-image-caption.type7 .dt-sc-image-content { float: left; width: 50%; clear: none; text-align: center; margin: 0; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 0; padding: 50px 20px; }
.dt-sc-image-caption.type7 .dt-sc-image-title { margin-bottom:0px; }
.dt-sc-image-caption.type7 .dt-sc-image-content h3 { font-size: 32px; line-height: 32px; letter-spacing: 0.5px; font-weight: 900; color: #041527; text-transform: capitalize; margin-bottom: 20px; 
padding-bottom: 35px; top:0; }
.dt-sc-image-caption.type7 .dt-sc-image-content h3 a { color: #041527; }
.dt-sc-image-caption.type7 .dt-sc-image-title h6 { font-size: 34px; margin: 5px 0 5px; line-height: 20px; font-weight: 400; text-transform: capitalize; color: #b7b7b7;}
.dt-sc-image-caption.type7:hover .dt-sc-image-content a { background: transparent; }
.dt-sc-image-caption.type7 .dt-sc-image-title h3:before { content: ""; position: absolute; background-image: url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/fork-image.png); 
width: 52px; height: 8px; left: 0; right: 0; margin: auto; bottom: 0; }
.dt-sc-image-caption.type7:hover .dt-sc-image-title h3:before { -webkit-transform: rotatex(180deg); -moz-transform: rotatex(180deg); transform: rotatex(180deg); filter: invert(100%); 
-webkit-filter: invert(100%); }
.dt-sc-image-caption.type7 p { display: inline-block; width: 100%; line-height: 32px; font-size: 16px; color: #505050; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 30px; }
.dt-sc-image-caption.type7 h4 { font-weight: 900; text-transform: uppercase; color: #3d3d3d; }
.dt-sc-image-caption.type7 .caption-content { display: inline-block; width: 100%; text-align: center; }
.dt-sc-image-caption.type7 .caption-content p { width: 46%; font-size: 14px; margin: 0 0 10px 20px; line-height: normal; }
.dt-sc-image-caption.type7 .caption-content p:nth-child(odd) { margin-left: 0; }
.dt-sc-image-caption.type7 .caption-content strong { color: #041527; font-weight: 900; }
.dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper { margin:0px 0px 0px 3%; float:right; }
.dt-sc-image-caption.type7.left-content .dt-sc-image-content { left: 0; right: auto; }
.dt-sc-image-caption.type7.alter .dt-sc-image-wrapper { width: 45%; }
.dt-sc-image-caption.type7.alter .dt-sc-image-content h3 { padding-bottom: 65px; }
.dt-sc-image-caption.type7.alter .dt-sc-image-content { background: none; }
.dt-sc-image-caption.type7.alter .dt-sc-image-title h3:before { background-image: url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/title-decor.png); width:32px; height: 32px; }
.dt-sc-image-caption.type7.alter:hover .dt-sc-image-title h3:before { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); filter: invert(100%); 
-webkit-filter: invert(100%); }
.dt-sc-image-caption.type8 .dt-sc-image-content { position:relative; background:rgba(0, 0, 0, 0.03); margin-top:0px; padding:60px 20px 20px; text-align:center; width:100%; }
.dt-sc-image-caption.type8 .dt-sc-image-title { margin-bottom:10px; position:relative; }
.dt-sc-image-caption.type8 .dt-sc-image-content h3 { font-size:18px; font-weight:600; text-transform:none; }
.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a { background:none; color:#000000; }
.dt-sc-image-caption.type8 .dt-sc-image-content:before { content:""; position:absolute; left:0px; right:0px; top:-34px; margin:auto; width:68px; height:68px; border-radius:50%; text-align:center; line-height:50px; border:7px solid #ffffff; z-index:1; }
.dt-sc-image-caption.type8 .dt-sc-image-title:before, .dt-sc-image-caption.type8 .dt-sc-image-title:after { content:""; position:absolute; left:0px; right:0px; margin:auto; background:#ffffff; z-index:1; }
.dt-sc-image-caption.type8 .dt-sc-image-title:before { width:1px; height:20px; top:-68px; }
.dt-sc-image-caption.type8 .dt-sc-image-title:after { width:20px; height:1px; top:-59px; }
.dt-sc-image-caption.type8 .dt-sc-image-wrapper { overflow:hidden; }
.dt-sc-image-caption.type8 .dt-sc-image-wrapper a { display:block; line-height:0px; }
.dt-sc-image-caption.type8 .dt-sc-image-wrapper img { display:block; }
.dt-sc-image-caption.type8:hover .dt-sc-image-wrapper img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.dt-sc-image-caption.type8.alignleft .dt-sc-image-content { text-align: left; }
.dt-sc-image-caption.type8.alignright .dt-sc-image-content { text-align: right; }
.dt-sc-image-caption.type9 { position:relative; }
.dt-sc-image-caption.type9 .dt-sc-image-wrapper { position:relative; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay { opacity:0; background:rgba(0, 0, 0, 0.8); position:absolute; top:0px; left:0px; width:100%; height:100%; margin:0px; padding:30px; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list { color:#999999; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button { font-size:14px; letter-spacing:1px; margin:15px 0px 0px; }
.dt-sc-image-caption.type9 .dt-sc-image-content h3 { font-size:18px; font-weight:bold; text-transform:none; }
.dt-sc-image-caption.type9 .dt-sc-image-content { margin-top:20px; }
.dt-sc-image-caption.type9:hover .dt-sc-image-overlay { opacity:1; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay .dt-sc-button:hover { background:#ffffff; color:#000000; }
.dt-sc-image-caption.type9.alignright { text-align: right; }
.dt-sc-image-caption.type9.alignleft { text-align: left; } @media screen and (min-width:0\0) { 
.type8.dt-sc-image-caption .dt-sc-image-content::before { border: none; box-shadow: 0 0 0 7px #fff; -ms-box-shadow: 0 0 0 7px #fff; top: -24px; }
} .dt-sc-image-caption .dt-sc-image-title span { color:#000000; }
.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper span, .dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span, 
.dt-sc-image-caption.type2 .dt-sc-image-content, .dt-sc-image-caption.type2 .dt-sc-image-content h3, .dt-sc-image-caption.type2:hover .dt-sc-image-content p,
.dt-sc-image-caption.type5 .dt-sc-image-title h3, .dt-sc-image-caption.type5 .dt-sc-image-title h6, .dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title h6 { color:#ffffff; }
.dt-sc-image-caption .dt-sc-image-title h6 { color:rgba(0, 0, 0, 0.5); }
.dt-sc-image-caption.type2 .dt-sc-image-content p { color:rgba(255, 255, 255, 0.5); }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { background:#ffffff; }
.dt-sc-image-caption:hover .dt-sc-image-content a, .dt-sc-image-caption.type6 .dt-sc-image-wrapper { background:#000000; }
.dt-sc-image-caption.type2 .dt-sc-image-content { background:rgba(0, 0, 0, 0.9); }
.dt-sc-image-caption.type4 .dt-sc-image-content { border-color:rgba(0, 0, 0, 0.1); }
.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before, .dt-sc-image-caption .dt-sc-image-title span { border-bottom-color:#000000; } @media only screen and (min-width:1200px) and (max-width:1380px) {		
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { font-size: 70px; }
.dt-sc-image-caption.type6 .dt-sc-image-content p { display: none; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { top:0; position: relative; transform: none; padding: 50px 100px; }
.dt-sc-image-caption.type7.alter .dt-sc-image-wrapper { width: 100%; }
} @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-image-caption.type2 .dt-sc-image-content { padding: 20px 15px; }
.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 10px 0px; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3 { font-size: 22px; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { font-size: 70px; }
.dt-sc-image-caption.type5 img { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { margin-top: 35px; }		
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 55px; }
.dt-sc-image-caption.type2 .dt-sc-image-content p,
.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { top:0; position: relative; transform: none; padding: 50px 100px; }
.dt-sc-image-caption.type7.alter .dt-sc-image-wrapper { width: 100%; }
} @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before { border-bottom-width: 100px; border-left-width: 100px; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { left: 5px; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }
.dt-sc-image-caption.type2 .dt-sc-image-content h3 { text-transform:capitalize; font-size:14px; }
.dt-sc-image-caption.type2 .dt-sc-image-content { padding:25px 10px 15px; }
.dt-sc-image-caption.type2 .dt-sc-image-title { margin-bottom:0; }
.dt-sc-image-caption.type2 .dt-sc-image-content p { top:57px; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after { bottom: -20px; }
.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 80px 0px; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { font-size: 80px; }
.dt-sc-image-caption.type5 .dt-sc-image-title, .dt-sc-image-caption.type5 .dt-sc-image-title h3 { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { margin-top: 10px; }		
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 30px; }
.dt-sc-image-caption.type9 .dt-sc-image-content .dt-sc-image-title h3 {text-transform:capitalize; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rs_col-sm-6 .dt-sc-image-caption.type2 { margin-bottom: 30px; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { top:0; position: relative; transform: none; padding: 50px 60px; }
.dt-sc-image-caption.type7.alter .dt-sc-image-wrapper { width: 100%; }
} @media only screen and (max-width: 767px) { .dt-sc-image-caption .dt-sc-image-wrapper > img, .dt-sc-image-caption .dt-sc-image-content { width: 100%; }
.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 50px 0px; }
.dt-sc-image-caption.type4 .dt-sc-image-content h3:after { font-size: 80px; }
.dt-sc-image-caption.type5 .dt-sc-image-content { width: auto; }
.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-width: 100%; height: auto; width: 100%; }
.dt-sc-image-caption.type7 { margin: 0 0 30px; }
.dt-sc-image-caption.type7 .dt-sc-image-content { margin: 0; }
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 50px; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { width: 100%; }
.dt-sc-image-caption.type7 .dt-sc-image-content { top:0; position: relative; transform: none; padding: 50px 20px; }
.dt-sc-image-caption.type7 .caption-content p { width: 100%; margin: 0; }
.dt-sc-image-caption.type7 .dt-sc-image-title h6 { font-size: 50px; }
.dt-sc-image-caption.type7 .dt-sc-image-content h3 { font-size: 25px; }
.dt-sc-image-caption.type7.alter .dt-sc-image-wrapper { width: 100%; }
} @media only screen and (max-width: 479px) { .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before { border-bottom-width: 100px; border-left-width: 100px; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:after { left: 7px; }
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { font-size: 30px; margin: 0 15px 15px 0; }
.dt-sc-image-caption.type3 .dt-sc-image-wrapper .icon-wrapper:after { bottom: -20px; }
.dt-sc-image-caption.type4 .dt-sc-image-content { padding: 40px 5px 0px; }
.dt-sc-image-caption.type5 h3 { font-size: 22px; }		
.dt-sc-image-caption.type6 .dt-sc-image-content .dt-sc-image-title h3 { font-size: 16px; }
.dt-sc-image-caption.type7 .dt-sc-image-content { position: static; top: auto; transform: none; -moz-transform: none; -webkit-transform: none; -ms-transform: none; }		
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7 .dt-sc-image-content { margin-right:0; width:100%; }
.dt-sc-image-caption.type7 .dt-sc-image-wrapper, .dt-sc-image-caption.type7.left-content .dt-sc-image-wrapper, .dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin: 0 0 30px; }		
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content { margin-top: 40px; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-sc-image-caption.type7 .dt-sc-image-content { padding: 10px 20px; }
.dt-sc-image-caption.type7 .dt-sc-image-title h6 { font-size: 45px; }
} @media only screen and (max-width: 319px) { .dt-sc-image-caption.type2 .dt-sc-image-content p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }		
.dt-sc-image-caption.type5 h3 { font-size: 16px; padding: 6px 15px 5px; border-radius: 5px; }		
.dt-sc-image-caption.type6 { min-height: 140px; padding-bottom: 0; }
.dt-sc-image-caption.type6 .dt-sc-image-wrapper { padding: 15px 0 0; }
.dt-sc-image-caption.type6 .dt-sc-image-wrapper img { max-height: 140px; }
.dt-sc-image-caption.type6 .dt-sc-image-content { margin-top: 10px; }
.dt-sc-image-caption.type6:hover:before, .dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img { top: 0; }
.dt-sc-image-caption.type9 .dt-sc-image-overlay { padding: 20px 15px; }
}
  .dt-sc-image-flip img { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-image-flip { clear:both; float:left; width:100%; position:relative; }
.dt-sc-image-flip img:last-child { position:absolute; left:0px; top:0px; }
.dt-sc-image-flip img:last-child { opacity:0; }
.dt-sc-image-flip:hover img:last-child { opacity:1; }
.dt-sc-image-flip:hover img:first-child { opacity:0; }
.aligncenter .dt-sc-image-flip img:last-child { right:0px; margin:auto; }   @media only screen and (max-width: 767px) {
.dt-sc-image-flip { text-align: center; }
.dt-sc-image-flip img { display: block; margin: 0 auto; }
.dt-sc-image-flip img:last-child { right: 0; }
}
ul.dt-sc-fancy-list { list-style-type:none; list-style-position:outside; margin:0px; }
ul.dt-sc-fancy-list li { clear:both; display:block; position:relative; padding:5px 0px 5px 23px; }
ul.dt-sc-fancy-list li:first-child { padding-top: 0; }
ul.dt-sc-fancy-list li ul { padding-left:0px; }
.dt-sc-fancy-list.align_left.arrow { padding-left:0; }
ul.dt-sc-fancy-list.align_left.arrow li { font-size:18px; color:#000000; padding:4px 0 4px 23px; }
ul.dt-sc-fancy-list.align_left.arrow.f_lg li { font-size:22px; padding:5px 0 5px 30px; }
ul.dt-sc-fancy-list.model-request-list.f_lg li:before { font-size:22px; top:5px; }
ol.dt-sc-fancy-list li span { color:#808080; }
ul.dt-sc-fancy-list.arrow li { padding-left:15px; }
ul.dt-sc-fancy-list li:before { font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:12px; position: absolute; top: 6px; left: 0px; }
ul.dt-sc-fancy-list li:first-child:before { top: 1px; }
ul.dt-sc-fancy-list.arrow li:before { content:"\f105";  }
ul.dt-sc-fancy-list.rounded-arrow li:before { content:"\f0a9";  }
ul.dt-sc-fancy-list.double-arrow li:before { content:"\f101";  }	
ul.dt-sc-fancy-list.heart li:before { content:"\f004"; font-size:12px; }
ul.dt-sc-fancy-list.trash li:before { content:"\f014";  }
ul.dt-sc-fancy-list.star li:before { content:"\f005";  }
ul.dt-sc-fancy-list.tick li:before { content:"\f00c";  }
ul.dt-sc-fancy-list.rounded-tick li:before { content:"\f058";  }
ul.dt-sc-fancy-list.cross li:before { content:"\f00d";  }
ul.dt-sc-fancy-list.rounded-cross li:before { content:"\f057";  }
ul.dt-sc-fancy-list.rounded-question li:before { content:"\f059";  }
ul.dt-sc-fancy-list.rounded-info li:before { content:"\f05a";  }
ul.dt-sc-fancy-list.delete li:before { content:"\f05e";  }
ul.dt-sc-fancy-list.warning li:before { content:"\f071";  }
ul.dt-sc-fancy-list.comment li:before { content:"\f075";  }
ul.dt-sc-fancy-list.edit li:before { content:"\f044";  }
ul.dt-sc-fancy-list.share li:before { content:"\f064";  }
ul.dt-sc-fancy-list.plus li:before { content:"\f067";  }
ul.dt-sc-fancy-list.rounded-plus li:before { content:"\f055";  }
ul.dt-sc-fancy-list.minus li:before { content:"\f068";  }	
ul.dt-sc-fancy-list.rounded-minus li:before { content:"\f056";  }	
ul.dt-sc-fancy-list.asterisk li:before { content:"\f069";  }
ul.dt-sc-fancy-list.cart li:before { content:"\f07a";  }
ul.dt-sc-fancy-list.folder li:before { content:"\f07b";  }
ul.dt-sc-fancy-list.folder-open li:before { content:"\f07c";  }
ul.dt-sc-fancy-list.desktop li:before { content:"\f108";  }
ul.dt-sc-fancy-list.tablet li:before { content:"\f10a";  }
ul.dt-sc-fancy-list.mobile li:before { content:"\f10b";  }
ul.dt-sc-fancy-list.reply li:before { content:"\f112";  }
ul.dt-sc-fancy-list.quote li:before { content:"\f10d";  }
ul.dt-sc-fancy-list.mail li:before { content:"\f0e0";  }
ul.dt-sc-fancy-list.external-link li:before { content:"\f08e";  }	
ul.dt-sc-fancy-list.adjust li:before { content:"\f042";  }
ul.dt-sc-fancy-list.pencil li:before { content:"\f040";  }
ul.dt-sc-fancy-list.print li:before { content:"\f02f";  }
ul.dt-sc-fancy-list.tag li:before { content:"\f02b";  }	
ul.dt-sc-fancy-list.thumbs-up li:before { content:"\f088";  }
ul.dt-sc-fancy-list.thumbs-down li:before { content:"\f087";  }
ul.dt-sc-fancy-list.time li:before { content:"\f017";  }
ul.dt-sc-fancy-list.globe li:before { content:"\f0ac";  }	
ul.dt-sc-fancy-list.pushpin li:before { content:"\f08d";  }
ul.dt-sc-fancy-list.map-marker li:before { content:"\f041";  }
ul.dt-sc-fancy-list.link li:before { content:"\f0c1";  }
ul.dt-sc-fancy-list.paper-clip li:before { content:"\f0c6";  }	
ul.dt-sc-fancy-list.download li:before { content:"\f019";  }
ul.dt-sc-fancy-list.key li:before { content:"\f084";  }
ul.dt-sc-fancy-list.search li:before { content:"\f002";  }
ul.dt-sc-fancy-list.rss li:before { content:"\f09e";  }	
ul.dt-sc-fancy-list.twitter li:before { content:"\f099";  }
ul.dt-sc-fancy-list.facebook li:before { content:"\f09a";  }
ul.dt-sc-fancy-list.linkedin li:before { content:"\f0e1";  }
ul.dt-sc-fancy-list.google-plus li:before { content:"\f0d5";  }
ul.dt-sc-fancy-list.circletick li:before { content:"\e685"; font-family: 'Pe-icon-7-stroke'; font-size: 16px; font-weight: bold; }	
ul.dt-sc-fancy-list.book li:before { content:"\f02d";  }	
ul.dt-sc-fancy-list.check li:before { content:"\f046";  }
ul.dt-sc-fancy-list.hand li:before { content:"\f0a4";  }
ul.dt-sc-fancy-list.cog li:before { content:"\f013";  }
ul.dt-sc-fancy-list.play li:before { content:"\f01d";  }
ul.dt-sc-fancy-list.teamug li:before { content:"\e637"; font-family:"Stroke-Gap-Icons"; }
ul.dt-sc-fancy-list.play2 li:before { content:"\f04b";  }
ul.dt-sc-fancy-list.rounded-circle-tick li:before { content:"\f05d";  }
ul.dt-sc-fancy-list.circle-bullet li:before { content:"\f111";  }
ul.dt-sc-fancy-list.rounded-tick-alter li:before { content:"\e66c"; font-family:'Pe-icon-7-stroke'; }
ul.dt-sc-fancy-list.wrench li:before { content:"\f0ad";  }
ul.dt-sc-fancy-list.type2 li { padding-left:0px; }
ul.dt-sc-fancy-list.type2 li span { font-size:18px; margin:0px 10px 0px 0px; position:relative; top:2px; }
ul.dt-sc-fancy-list.blue li:before { color:#008bd3; }
ul.dt-sc-fancy-list.brown li:before { color:#795548; }
ul.dt-sc-fancy-list.cadetblue  li:before { color:#3c939d; }
ul.dt-sc-fancy-list.chillipepper li:before { color:#c10841; }
ul.dt-sc-fancy-list.cyan li:before { color:#00bcd4; }
ul.dt-sc-fancy-list.darkgolden li:before { color:#b48b3c; }
ul.dt-sc-fancy-list.deeporange li:before { color:#ff5722; }	
ul.dt-sc-fancy-list.deeppurple li:before { color:#673ab7; }
ul.dt-sc-fancy-list.green li:before { color:#60ae0d; }
ul.dt-sc-fancy-list.lime li:before { color:#cddc39; }
ul.dt-sc-fancy-list.magenta li:before { color:#cb506d; }
ul.dt-sc-fancy-list.orange li:before { color:#ff9800; }
ul.dt-sc-fancy-list.pink li:before { color:#fd6ca3; }	
ul.dt-sc-fancy-list.purple li:before { color:#9c27b0; }
ul.dt-sc-fancy-list.red li:before { color:#da0000; }
ul.dt-sc-fancy-list.skyblue li:before { color:#0eb2e7; }
ul.dt-sc-fancy-list.teal li:before { color:#009688; }
ul.dt-sc-fancy-list.turquoise li:before { color:#32ccbd; }
ul.dt-sc-fancy-list.wisteria li:before { color:#9b59b6; }
ul.dt-sc-fancy-list.yellow li:before { color:#ffe401; }
ol.dt-sc-fancy-list li { padding:5px 0px 5px 0px; }
ol.decimal { list-style-type:decimal; }
ol.decimal-leading-zero { list-style-type:decimal-leading-zero; }
ol.lower-alpha { list-style-type:lower-alpha; }
ol.lower-roman { list-style-type:lower-roman; }
ol.upper-alpha { list-style-type:upper-alpha; }
ol.upper-roman { list-style-type:upper-roman; }	
ol.dt-sc-fancy-list.blue li { color:#008bd3; }
ol.dt-sc-fancy-list.brown li { color:#795548; }
ol.dt-sc-fancy-list.cadetblue  li { color:#3c939d; }
ol.dt-sc-fancy-list.chillipepper li { color:#c10841; }
ol.dt-sc-fancy-list.cyan li { color:#00bcd4; }
ol.dt-sc-fancy-list.darkgolden li { color:#b48b3c; }
ol.dt-sc-fancy-list.deeporange li { color:#ff5722; }	
ol.dt-sc-fancy-list.deeppurple li { color:#673ab7; }
ol.dt-sc-fancy-list.green li { color:#60ae0d; }
ol.dt-sc-fancy-list.lime li { color:#cddc39; }
ol.dt-sc-fancy-list.magenta li { color:#cb506d; }
ol.dt-sc-fancy-list.orange li { color:#ff9800; }
ol.dt-sc-fancy-list.pink li { color:#fd6ca3; }	
ol.dt-sc-fancy-list.purple li { color:#9c27b0; }
ol.dt-sc-fancy-list.red li { color:#da0000; }
ol.dt-sc-fancy-list.skyblue li { color:#0eb2e7; }
ol.dt-sc-fancy-list.teal li { color:#009688; }
ol.dt-sc-fancy-list.turquoise li { color:#32ccbd; }
ol.dt-sc-fancy-list.wisteria li { color:#9b59b6; }
ol.dt-sc-fancy-list.yellow li { color:#ffe401; }
ol.dt-sc-fancy-list.green li { color:#6dc82b; }
ol.dt-sc-fancy-list.orange li { color:#f39d12; }
ol.dt-sc-fancy-list.blue li { color:#4db8c9; }
ol.dt-sc-fancy-list.pink li { color:#e67fb9; }
ol.dt-sc-fancy-list.red li { color:#e74d3c; }
ol.dt-sc-fancy-list.purple li { color:#9c59b6; }
ol.dt-sc-fancy-list.ocean li { color:#1abc9c; }	
ol.dt-sc-fancy-list.slateblue li { color:#836fff; }
ol.dt-sc-fancy-list.skyblue li { color:#00bfff; }
ol.dt-sc-fancy-list.coral li { color:#ff7f50; }
ol.dt-sc-fancy-list.khaki li { color:#b6af55; }
ol.dt-sc-fancy-list.cyan li { color:#00cdcd; }
ol.dt-sc-fancy-list.grey li { color:#8e8e8e; }	
ol.dt-sc-fancy-list.gold li { color:#e0a81c; }
ol.dt-sc-fancy-list.chocolate li { color:#d77d31; }
ol.dt-sc-fancy-list.raspberry li { color:#a23b6f; }
ol.dt-sc-fancy-list.electricblue li { color:#536878; }
ol.dt-sc-fancy-list.eggplant li { color:#614051; }
ol.dt-sc-fancy-list.ferngreen li { color:#4f7942; }
ol.dt-sc-fancy-list.palebrown li { color:#987654; }
.dt-sc-newsletter-section { clear:both; float:left; margin:0px; width:100%; position:relative; z-index:1; padding:30px 0px; }
.dt-sc-newsletter-section h2 { float:left; width:31%; margin-bottom:0px; line-height:48px; }
.dt-sc-newsletter-section .dt-sc-subscribe-frm { width:68%; float:right; position:relative; z-index:1; }
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { -webkit-border-radius:0px; border:none; float:left; width:37%; margin:0px 20px 0px 0px; padding:16px 20px 15px; }
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] { margin-top:0px; padding:12px 20px 15px; border-radius:0px; }
.dt-sc-newsletter-section.type1 { display:flex; }
.dt-sc-newsletter-section.type1 h2 { padding: 33px 0px; position: relative; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { padding: 30px 0px; position: relative; display:flex; flex-flow:row wrap; align-items:center; }
.dt-sc-newsletter-section.type1 h2:before { left: -100%; }
.dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 form:after { content: ""; height: 100%; position: absolute; top: 0; transform: skewX(-30deg) translateX(-15%); -webkit-transform: skewX(-30deg) translateX(-15%); -ms-transform: skewX(-30deg) translateX(-15%); -moz-transform: skewX(-30deg) translateX(-15%); width: 100%; z-index: -1; }
.dt-sc-newsletter-section.type1 h2:before { left: -100%; }
.dt-sc-newsletter-section.type1 h2:after { left: 0; margin-left:-2px; }
.dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 form:after { background: #000; }
.dt-sc-newsletter-section.type1 form:before { left: 0; box-shadow: -10px 0 0 0 #fff; }
.dt-sc-newsletter-section.type1 form:after { left: 100%; margin-left: -1px; }
.dt-sc-newsletter-section.type2 h2 { background:none; }
.dt-sc-newsletter-section.type2 { text-align:center; }
.dt-sc-newsletter-section.type2 h2 { width:100%; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm { width:100%; clear:both; float:left; margin:30px 0px 0px; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] { display: inline-block; float: none; min-height: 50px; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] { width:25%; border:1px solid; padding:13px 20px 11px; text-transform:none; margin-right:-1px; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] { padding:12px 20px 16px; border: 1px solid transparent; }
.dt-sc-newsletter-section.type3 { text-align:center; padding:0px; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm { float:none; display:inline-block; text-align:center; padding:30px 0px; width:75%; margin:0px; border-radius:5px;-webkit-border-radius:5px; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"] { float:none; display:inline-block; border-radius:5px; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"] { width:30%; text-transform:none; }
.dt-sc-newsletter-section.type3 > h2, .dt-sc-newsletter-section.type6 > h2 { width:100%; text-align:center; }
.dt-sc-newsletter-section.type3 > i, .dt-sc-newsletter-section.type3 > p, .dt-sc-newsletter-section.type6 > i, .dt-sc-newsletter-section.type6 > p { display:inline-block; width:100%; text-align:center; }
.dt-sc-newsletter-section.type4 { padding:0px; }
.dt-sc-newsletter-section.type4 h2, .dt-sc-newsletter-section.type4 form { width:100%; }
.dt-sc-newsletter-section.type4 form { margin:25px 0px 0px; }
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { background:none; border:2px solid; width:47%; }
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="submit"] { letter-spacing:0.5px; margin:30px 0px 0px; clear:both; }
.dt-sc-newsletter-section.type5 { width:50%; text-align:center; display:inline-block; border:10px solid; float:none; padding:20px 60px 30px; }
.dt-sc-newsletter-section.type5 h2 { width:100%; }
.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm { width:100%; clear:both; margin:20px 0px 0px; }
.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="email"] { border:1px solid; border-radius:5px; -webkit-border-radius:5px; width:100%; clear:both; text-transform:none; margin-bottom:30px; }
.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="submit"] { float:none; display:inline-block; border-radius:5px; width:100%; }
.dt-sc-newsletter-section.type6 { padding:0px; text-align:center; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm { width:100%; float:left; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="text"] { border-radius:5px; -webkit-border-radius:5px; padding:15px 20px; width:55%; text-transform:none; font-size:22px; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { border-radius:5px; -webkit-border-radius:5px;    padding: 13px 35px; font-size:22px; font-weight:normal; }		
.dt-sc-newsletter-section.type7 { text-align:center; padding: 0; }
.dt-sc-newsletter-section.type7 i { clear:both; width:100%; color:#000000; display:inline-block; }
.dt-sc-newsletter-section.type7 h2 { background:none; width:100%; margin-bottom:30px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm { clear:both; width:40%; display:inline-block; margin:35px 0 0px; padding:0px; position:relative; float:none; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="text"] { padding: 15px 20px 15px; width:100%; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before { content:"\f1d8"; position:absolute; font-family: 'FontAwesome'; font-size:16px; color:rgba(0, 0, 0, 0.3); right:30px; bottom:15px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"] { position:absolute; right:15px; top:19px; border: none; background:none; width:21px; height:22px; text-indent:-9999px; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip { margin:0px 0px 0px 30px; display:inline-block; background:#000000; font-size:14px; width:18%; padding:10px 15px; border-radius:5px; position:relative; top:-17px; color:#fff; }
.dt-sc-newsletter-section .newsletter-tooltip { top:auto; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip:before { content:""; position:absolute; background:url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/newsletter-tooltip-arrow.png) no-repeat; left:-20px; top:18px; width:20px; height:23px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"], 
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="text"] { background: transparent; border: 1px solid #505050; color: #808080; }
.dt-sc-dark-bg .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before { color: rgba(255,255,255,0.3); }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"]:focus, .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="text"]:focus { border-color: #808080; }
.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 { float: none; margin: 0 auto; max-width: 1170px; text-align: center; }
input:disabled{ opacity:0.5; pointer-events:none} .dt-mc-subscribe form { display: table; }
.dt-mc-subscribe.align-center form { margin-left: auto; margin-right: auto; }
.dt-mc-subscribe.align-none, .dt-mc-subscribe.align-none form,
.dt-mc-subscribe.align-left, .dt-mc-subscribe.align-left form { display: inline-block; }
.dt-mc-subscribe.align-none form, .dt-mc-subscribe form.align-none > div { width: 100%; }
.dt-mc-subscribe.align-none, .dt-mc-subscribe.align-none form > div,
.dt-mc-subscribe.align-left, .dt-mc-subscribe.align-left form > div, 
.dt-mc-subscribe.align-center form > div, .dt-mc-subscribe.align-right form > div { float: left; }
.dt-mc-subscribe.align-right { float: right; }    
.dt-mc-subscribe, .dt-mc-subscribe form, .dt-mc-subscribe form > div { position: relative; }
.dt-mc-subscribe, .dt-mc-subscribe form > div { line-height: 0; }
.dt-mc-subscribe form > div > div { display: inline; position: relative; }
.dt-mc-subscribe form > div.email-field-wrap > div { float: left; height: 100%; }
.dt-mc-subscribe form .email-field-wrap i { position: absolute; bottom: 0; top: 0; text-align: center; width: 45px; z-index: 1; }
.dt-mc-subscribe form .email-field-wrap i.left { left: 0; }
.dt-mc-subscribe form .email-field-wrap i.right { right: 0; }
.dt-mc-subscribe form .email-field-wrap i:before { height: 0; line-height: 0; margin: auto; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.dt-mc-subscribe form .email-field-wrap i.left ~ input[type="email"] { padding-left: 60px; }
.dt-mc-subscribe form .email-field-wrap i.right ~ input[type="email"] { padding-right: 60px; }
.dt-mc-subscribe form .email-field-wrap input[type="email"],
.dt-mc-subscribe form .btn-wrap { height: 100%; padding-top: 0; padding-bottom: 0; }
.dt-mc-subscribe form .btn-wrap div { display: inline-block; height: 100%; padding: 0; }
.dt-mc-subscribe form .btn-wrap i { display: inline-block; float: left; height: 100%; margin-left: -45px; position: relative; text-align: center; width: 45px; }
.dt-mc-subscribe form .btn-wrap i:before { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.dt-mc-subscribe form .btn-wrap i ~ input[type="submit"] { padding-right: 45px; position: relative; z-index: 1; }
.dt-mc-subscribe form .btn-wrap input[type="submit"] { height: 100%; margin-top: 0; padding: 0 15px; }
.dt-mc-subscribe form .btn-wrap.icon-only input[type="submit"] { padding-left: 0; }
.dt-mc-subscribe form .btn-wrap.text-icon i { float: right; }
.dt-mc-subscribe form .btn-wrap.icon-only i { margin-left: 0; position: absolute; left: 0; right: 0; }
.dt-mc-subscribe.inline form > div { display: table-cell; float: none; vertical-align: middle; }
.dt-mc-subscribe.align-none.inline form { display: table; width: auto; }
.dt-mc-subscribe.block form .email-field-wrap, .dt-mc-subscribe.block form .email-field-wrap > div, .dt-mc-subscribe.block form .btn-wrap { width: 100%; }
.dt-mc-subscribe.block .btn-wrap.center { text-align: center; }
.dt-mc-subscribe.block .btn-wrap.right > div { float: right; }
.dt-mc-subscribe.block .btn-wrap.stretch > div, 
.dt-mc-subscribe.block .btn-wrap.stretch > div input[type="submit"] { text-align: center; width: 100%; }
.dt-mc-subscribe.block .btn-wrap.stretch > div > i { position: absolute; right: 0; }
.dt-mc-subscribe.block .btn-wrap.stretch.text-icon > div input[type="submit"] { text-align: left; }
.dt-mc-subscribe.block .btn-wrap.stretch.icon-only > div input[type="submit"] { padding: 0; position: absolute; left: 0; }
.dt-mc-subscribe.block .btn-wrap.stretch.icon-only > div > i { left: 0; margin: auto; } .dt-mc-subscribe.inline form .email-field-wrap { border-right-width: 0 !important; position: static; }
.dt-mc-subscribe.inline form .email-field-wrap:after { border-color: inherit; border-style: inherit; border-width: 1px 1px 1px 0; content: ""; height: auto; pointer-events: none; position: absolute; bottom: 0; right: 0; top: 0; width: 100%; z-index: 1; }     
.dt-mc-subscribe.inline form .email-field-wrap label { display: none; }
.dt-mc-subscribe.inline form .btn-wrap { border-left-width: 0 !important; border: none; padding: 0 15px; }
.dt-mc-subscribe.inline form .btn-wrap div { height: 75%; }
.dt-mc-subscribe:not(.inline) > form > div.btn-wrap { background-color: rgba(0,0,0,0) !important; border-width: 0 !important; }
.dt-mc-subscribe.block .btn-wrap { margin-top: 1px; }
.dt-mc-subscribe.block.gap_5 .btn-wrap { margin-top: 5px; }
.dt-mc-subscribe.block.gap_10 .btn-wrap { margin-top: 10px; }
.dt-mc-subscribe.block.gap_15 .btn-wrap { margin-top: 15px; }
.dt-mc-subscribe.inline-block .btn-wrap { margin-left: 1px; }
.dt-mc-subscribe.inline-block.gap_5 .btn-wrap { margin-left: 5px; }
.dt-mc-subscribe.inline-block.gap_10 .btn-wrap { margin-left: 10px; }
.dt-mc-subscribe.inline-block.gap_15 .btn-wrap { margin-left: 15px; }    
.dt-mc-subscribe.circle form > div.email-field-wrap i, .dt-mc-subscribe.circle form > div.btn-wrap > div, 
.dt-mc-subscribe.inline.circle form > div.email-field-wrap:after, .dt-mc-subscribe.inline.circle form .btn-wrap > div, 
.dt-mc-subscribe.inline-block.circle form > div.email-field-wrap, .dt-mc-subscribe.block.circle form > div.email-field-wrap { -webkit-border-radius: 30px; border-radius: 30px; }
.dt-mc-subscribe.inline.circle form > div.email-field-wrap { -webkit-border-radius: 30px 0 0 30px; border-radius: 30px 0 0 30px; }
.dt-mc-subscribe.inline.circle form > div.btn-wrap { -webkit-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0; }
.dt-mc-subscribe.simple-rounded form > div.email-field-wrap i, .dt-mc-subscribe.simple-rounded form > div.btn-wrap > div, 
.dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap:after, .dt-mc-subscribe.inline.simple-rounded form .btn-wrap > div, 
.dt-mc-subscribe.inline-block.simple-rounded form > div.email-field-wrap, .dt-mc-subscribe.block.simple-rounded form > div.email-field-wrap { -webkit-border-radius: 5px; border-radius: 5px; }
.dt-mc-subscribe.inline.simple-rounded form > div.email-field-wrap { -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
.dt-mc-subscribe.inline.simple-rounded form > div.btn-wrap { -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; }
.dt-mc-subscribe.partially-rounded form > div.email-field-wrap i, .dt-mc-subscribe.partially-rounded form > div.btn-wrap > div, 
.dt-mc-subscribe.inline.partially-rounded form > div.email-field-wrap:after, .dt-mc-subscribe.inline.partially-rounded form .btn-wrap > div, 
.dt-mc-subscribe.inline-block.partially-rounded form > div.email-field-wrap, .dt-mc-subscribe.block.partially-rounded form > div.email-field-wrap { -webkit-border-radius: 10px 0; border-radius: 10px 0; }
.dt-mc-subscribe.inline.partially-rounded form > div.email-field-wrap { -webkit-border-radius: 10px 0 0; border-radius: 10px 0 0; }
.dt-mc-subscribe.inline.partially-rounded form > div.btn-wrap { -webkit-border-radius: 0 0 10px; border-radius: 0 0 10px; } 
.dt-mc-subscribe.partially-rounded-alt form > div.email-field-wrap i, .dt-mc-subscribe.partially-rounded-alt form > div.btn-wrap > div, 
.dt-mc-subscribe.inline.partially-rounded-alt form > div.email-field-wrap:after, .dt-mc-subscribe.inline.partially-rounded-alt form .btn-wrap > div, 
.dt-mc-subscribe.inline-block.partially-rounded-alt form > div.email-field-wrap, .dt-mc-subscribe.block.partially-rounded-alt form > div.email-field-wrap { -webkit-border-radius: 0 10px; border-radius: 0 10px; }
.dt-mc-subscribe.inline.partially-rounded-alt form > div.email-field-wrap { -webkit-border-radius: 0 0 0 10px; border-radius: 0 0 0 10px; }
.dt-mc-subscribe.inline.partially-rounded-alt form > div.btn-wrap { -webkit-border-radius: 0 10px 0 0; border-radius: 0 10px 0 0; }     
.vc_col-sm-3 .dt-mc-subscribe.inline-block form .email-field-wrap, 
.vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_5 form .email-field-wrap { width: 68%; }
.vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_10 form .email-field-wrap  { width: 66%; }
.vc_col-sm-3 .dt-mc-subscribe.inline-block.gap_15 form .email-field-wrap { width: 65%; }
.dt-mc-subscribe form .email-field-wrap input[type="email"], 
.dt-mc-subscribe form .btn-wrap input[type="submit"] { background-color: rgba(0,0,0,0); border-color: inherit; border-width: 0; color: inherit; }
.dt-mc-subscribe form .email-field-wrap input[type="email"]:focus { -webkit-box-shadow: none; box-shadow: none; }
.dt-mc-subscribe form .email-field-wrap input::-webkit-input-placeholder { color: inherit;
}
.dt-mc-subscribe form .email-field-wrap input::-moz-placeholder { color: inherit;
}
.dt-mc-subscribe form .email-field-wrap input:-ms-input-placeholder { color: inherit;
}
.dt-mc-subscribe form .email-field-wrap input:-moz-placeholder { color: inherit;
}  .dt-privacy-wrapper{ display:block; clear:both; padding-top: 5px; font-size:14px; position:relative;}
.dt-privacy-wrapper label{ font-weight:normal;}
.dt-privacy-wrapper input[type="checkbox"]{ margin-right:10px; margin-top:-4px; }
.dt-sc-newsletter-section.type1 { display:flex; }
.dt-sc-newsletter-section.type1 .dt-privacy-wrapper label a{ color:#FFF;}
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg .error-msg{ text-align: center; font-size:14px;}
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { padding: 30px 0px; position: relative; display:flex; flex-flow:row wrap; align-items:center; }
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg { position: absolute;  bottom:0; width: 100%; text-align: center; }
.dt-sc-newsletter-section.type1 label{ color:#FFF;}
.dt-sc-newsletter-section.type1 h2{align-items: center; display: grid;}
.dt-sc-newsletter-section.type1 .dt-privacy-wrapper label{ color:#909090; }
.dt-sc-newsletter-section.type3 .dt-privacy-wrapper label{ color:inherit;}
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper { top: -25px; font-size: 14px; }
.dt-sc-dark-bg a:hover, .dt-sc-dark-bg  label, .dt-sc-dark-bg  label a, .dt-sc-newsletter-section.type1 label a:hover{ color:#FFF;}
.dt-sc-newsletter-section.type7 { padding: 20px 0 50px 0;}
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm::before { top: 10px; bottom: auto;}
.dt_ajax_subscribe_msg{ clear:both; text-align:center; width: 100%;}
.mfp-close{ position:absolute !important}
.error-msg {text-align: center; width: 100%;display: inline-block;}
.ajax_newsletter_msg{ border: 1px solid #ddd; clear: both; margin: 10px 0; padding: 10px;  display: inline-block;}
input:disabled{ opacity:0.5; pointer-events:none}
.comment-form-cookies-consent input[type="checkbox"]{ margin-right:5px;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] { font-size: 12px; }
.dt-sc-newsletter-section.type5 { width: 80%; }
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper { top: -5px; line-height: normal; padding: 15px 0; }
}
@media only screen and (max-width: 767px) {
.dt-sc-newsletter-section.type1{ display:block;}
.dt-sc-newsletter-section:not(.type2) .dt-sc-subscribe-frm input[type="text"],
.dt-sc-newsletter-section:not(.type2) .dt-sc-subscribe-frm input[type="email"] { margin:0 0 10px 0 !important; width: 100% !important;}
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper { position: inherit; padding-top: 20px;}
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper { position: initial;}
} .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { color: #888888; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] { color:#000000; }
.dt-sc-newsletter-section.type1 h2, .dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { color:#ffffff; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] { color:rgba(0, 0, 0, 0.5); }
.dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="email"] { color:rgba(0, 0, 0, 0.3); }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type5, .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"], .dt-sc-dark-bg .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { background:#ffffff; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="text"] { background:rgba(0, 0, 0, 0.05); }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] { background:#000000; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm { background:#edeef2; }
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type5, .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type5 .dt-sc-subscribe-frm input[type="email"] { border-color:rgba(0, 0, 0, 0.2); }
.dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-dark-bg .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { border-color:#ffffff; } @media only screen and (min-width:1200px) and (max-width:1380px) {
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { width: 36%; }
} @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], 
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { margin: 0 15px 0 0; width: 34%; }
.dt-sc-newsletter-section.type1 h2 { font-size: 20px; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm { width: 80%; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"] { font-size: 13px; padding: 18px 15px 15px; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { font-size: 16px; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip { width: 20%; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { padding: 16px 25px 15px; }
}  @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="email"], 
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="text"] { margin: 0 15px 0 0; padding: 16px 15px 15px; width: 30%; }
.dt-sc-newsletter-section.type1 h2 { font-size: 18px; width: 34%; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { width: 66%; }		
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm { width: 85%; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"] { font-size: 12px; margin: 0 10px 0 0; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"] { font-size: 11px; padding: 18px 12px 15px; }
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { width: 46%; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] { font-size: 16px; padding: 13px 15px; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { font-size: 16px; padding: 16px 15px 15px; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip { top: -16px; width: 30%; }		
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="text"] { padding: 15px 10px 15px; font-size: 14px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before { right: 20px; bottom: 10px; }
}  @media only screen and (max-width: 767px) { .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] { text-align: center; width: 100%; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { float: none; }	
.dt-sc-newsletter-section.type1 { display:block; }
.dt-sc-newsletter-section.type1 h2 { width: 100%; }
.dt-sc-newsletter-section.type1 form:before { width: 150%; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="text"] { width: 100%; margin: 0 0 10px 0; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="submit"] { float: right; }
.dt-sc-newsletter-section.type1{ display:block; }
.dt-sc-newsletter-section.type1 h2 { text-align: center; }
.dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 form:before,
.dt-sc-newsletter-section.type1 form:after { width: 250%; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="text"] { width: 100%; float: none; display: inline-block; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="text"] { width: 100%; float: none; display: inline-block; }		
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"], 
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] { font-size: 12px; padding: 13px 15px 11px; width: 50%; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"],
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"],
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { margin-top: 10px; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm { padding: 30px 15px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], 
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"] { margin: 0 5px; width: 46%; }	
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], 
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { width: 46%; }
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] { margin-right: 0; }
.dt-sc-newsletter-section.type5 { padding: 20px 40px 30px; width: 100%; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm { width: 100%; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip { margin: 0; top: auto; width: 60%; }
.dt-sc-newsletter-section.type7 h2 { line-height: normal; }	
.footer-widgets .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm, 
.footer-widgets .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"] { text-align: left; } .dt-mc-subscribe.align-none, .dt-mc-subscribe.align-none form > div, .dt-mc-subscribe.align-left, 
.dt-mc-subscribe.align-left form > div, .dt-mc-subscribe.align-center form > div, .dt-mc-subscribe.align-right form > div { float: none; display: inline-block; text-align: center; }
.dt-mc-subscribe.align-none.inline, .dt-mc-subscribe.align-none.inline form > div, .dt-mc-subscribe.align-left.inline, 
.dt-mc-subscribe.align-left.inline form > div, .dt-mc-subscribe.align-center.inline form > div, .dt-mc-subscribe.align-right.inline form > div { display: table-cell; }
.dt-mc-subscribe.align-left form > .email-field-wrap, .dt-mc-subscribe.align-center form > .email-field-wrap, .dt-mc-subscribe.align-right form > .email-field-wrap { width: 70%; }
.dt-mc-subscribe.align-left.inline form > .email-field-wrap, .dt-mc-subscribe.align-center.inline form > .email-field-wrap, .dt-mc-subscribe.align-right.inline form > .email-field-wrap,
.dt-mc-subscribe.align-left.block form > .email-field-wrap, .dt-mc-subscribe.align-center.block form > .email-field-wrap, .dt-mc-subscribe.align-right.block form > .email-field-wrap { width: 100%; }
.dt-mc-subscribe.align-center form, .dt-mc-subscribe.align-none, 
.dt-mc-subscribe.align-none form, .dt-mc-subscribe.align-left, .dt-mc-subscribe.align-left form, .dt-mc-subscribe.align-right, .dt-mc-subscribe.align-right form,
.dt-mc-subscribe.align-left form > .btn-wrap.text-only div, .dt-mc-subscribe.align-center form > .btn-wrap.text-only div, .dt-mc-subscribe.align-right form > .btn-wrap.text-only div,
.dt-mc-subscribe.align-left form > .btn-wrap.text-only input[type="submit"], .dt-mc-subscribe.align-center form > .btn-wrap.text-only input[type="submit"], .dt-mc-subscribe.align-right form > .btn-wrap.text-only input[type="submit"] { width: 100%; text-align: center; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 { max-width:420px; }
} @media only screen and (max-width: 479px) {
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] { padding: 18px 10px 15px; }
.dt-sc-newsletter-section.type1 h2 { text-align: center; }
.dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 form:after { width: 250%; }	
.dt-sc-newsletter-section.type1 form:before { width: 250%; transform: none; -moz-transform: none; -webkit-transform: none; -ms-transform: none; left: -100%; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { text-align: center; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="text"] { width: 100%; float: none; display: inline-block; }
.dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type="submit"] { float: none; display: inline-block; padding: 12px 20px 15px; } .dt-mc-subscribe input[type="text"],  .dt-mc-subscribe input[type="password"],  .dt-mc-subscribe input[type="email"],  .dt-mc-subscribe input[type="url"], .dt-mc-subscribe input[type="tel"], .dt-mc-subscribe input[type="number"], .dt-mc-subscribe input[type="range"], .dt-mc-subscribe input[type="date"], .dt-mc-subscribe textarea, .dt-mc-subscribe input.text, .dt-mc-subscribe input[type="search"], .dt-mc-subscribe select, .dt-mc-subscribe textarea, .dt-mc-subscribe input[type="submit"], .dt-mc-subscribe button,  .dt-mc-subscribe input[type="button"], .dt-mc-subscribe input[type="reset"] { font-size: 13px; }
.dt-mc-subscribe.inline-block.gap_5 .btn-wrap, .dt-mc-subscribe.inline-block.gap_10 .btn-wrap, .dt-mc-subscribe.inline-block.gap_15 .btn-wrap { margin-left: 1px; } 		
}  @media only screen and (min-width: 320px) and (max-width: 479px) {
.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 { max-width:290px; }
} @media only screen and (max-width: 319px) {
.dt-sc-newsletter-section.type7 h2 { line-height:normal; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="email"],
.dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="text"], .dt-sc-newsletter-section.type4 .dt-sc-subscribe-frm input[type="email"] { margin: 0 0 10px; width: 100%; }
.dt-sc-newsletter-section.type3 .dt-sc-subscribe-frm input[type="submit"] { font-size: 11px; text-transform: capitalize; padding: 18px 10px 15px; }
.dt-sc-newsletter-section.type5 { padding: 20px 15px 30px; }
.dt-sc-newsletter-section .dt-sc-subscribe-frm input[type="submit"] { padding: 13px 10px 15px; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { font-size: 18px; padding: 16px 20px 15px; }
.dt-sc-newsletter-section.type7 { padding: 0 0 10px; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
}
  .dt-sc-popular-procedures .image img, .dt-sc-popular-procedures .details { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-popular-procedures { width:100%; margin:0px; padding:0px; clear:both; display:block; }
.dt-sc-popular-procedures .image { float:left; clear:both; width:100%; margin:0px; }
.dt-sc-popular-procedures .details { float:left; clear:both; width:100%; margin: 10px 0px 0px; text-align: center; padding: 40px 32px; }
.dt-sc-popular-procedures .details .price, .dt-sc-popular-procedures .details h3 { font-size: 20px; }
.dt-sc-popular-procedures .details h3 { margin-bottom: 0px; }
.dt-sc-popular-procedures .details .duration, .dt-sc-popular-procedures .details .price, .dt-sc-popular-procedures .details p { float:left; clear:both; margin: 5px 0px 25px; width:100%; }
.dt-sc-popular-procedures .details p { margin-bottom: 0; }
.dt-sc-popular-procedures .details .duration { font-size: 18px; }
.dt-sc-popular-procedures .details .price, .dt-sc-popular-procedures .details h3 { font-size:20px; }
.dt-sc-popular-procedures .details h5 { position: relative; float: none; display: inline-block; margin: 0; padding: 10px 25px; color: #fff; border-radius: 5px; } 	
.dt-sc-popular-procedures .image img, .dt-sc-popular-procedures:hover .details { border-radius:40px 0px; }
.dt-sc-popular-procedures .details, .dt-sc-popular-procedures:hover .image img { border-radius:0px 40px; }	
.dt-sc-popular-procedures .details { background:rgba(0, 0, 0, 0.03); }   @media only screen and (max-width: 767px) {
.dt-sc-popular-procedures { display: inline-block; }
.dt-sc-popular-procedures .image img, .dt-sc-popular-procedures:hover .details { width: 100%; }	
}
  .dt-sc-pr-tb-col.type1 .dt-sc-tb-header, .dt-sc-pr-tb-col.type1 .dt-sc-tb-header .dt-sc-price, .dt-sc-pr-tb-col.type2 .dt-sc-price:before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before, .dt-sc-pr-tb-col.type2 .dt-sc-price:after, .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1 .dt-sc-price h6, .dt-sc-pr-tb-col.type1 .dt-sc-tb-title p, .dt-sc-pr-tb-col.minimal .dt-sc-price, .dt-sc-pr-tb-col.minimal .icon-wrapper:before {  -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-pr-tb-col { float:left; clear:both; width:100%; padding:0px; text-align:center; border-radius:5px; }
.dt-sc-pr-tb-col.type1 { border:1px solid; margin-bottom: 30px; padding: 0 0 30px; }
.dt-sc-pr-tb-col.type1 .dt-sc-tb-header { padding:30px 20px; border-radius: 5px 5px 0 0; }
.dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 { font-size:25px; text-transform:uppercase; margin-bottom:10px; }
.dt-sc-pr-tb-col.type1 .dt-sc-tb-title p { letter-spacing:0.5px; }
.dt-sc-pr-tb-col.type1 .dt-sc-price { border-top:1px solid; padding:30px 0px 0px; margin:30px 0 0; }
.dt-sc-pr-tb-col.type1 .dt-sc-price h6 { margin-bottom: 0; font-size:60px; font-weight:700; position:relative; }
.dt-sc-pr-tb-col.type1 .dt-sc-price h6 sup { font-size:25px; top:-23px; letter-spacing:0.5px; }
.dt-sc-pr-tb-col.type1 .dt-sc-price h6 span { font-size:12px; position:relative; top:-2px; margin: 0 0 0 -36px; }
.dt-sc-pr-tb-col .dt-sc-tb-content { padding: 0 20px 20px; width:100%; margin:0px; float:left; }
.dt-sc-pr-tb-col .dt-sc-tb-content li { float:left; display:block; clear:both; padding:15px 0px; width:100%; border-bottom:1px solid; font-size:13px; letter-spacing:0.5px; }
.dt-sc-pr-tb-col .dt-sc-buy-now { padding: 0 10px; }
.dt-sc-pr-tb-col .dt-sc-buy-now a { font-size:14px; font-weight:normal; letter-spacing:0.5px; padding:15px 25px 14px; border-radius:5px; }	
.dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb { text-align:center; }
.dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb > img { margin:0 auto; }
.dt-sc-pr-tb-col.minimal { padding:55px 0 40px; border:1px solid; }
.dt-sc-pr-tb-col.minimal .dt-sc-tb-header, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-header { background:none; border:0px; padding:0px; }
.dt-sc-pr-tb-col.minimal .icon-wrapper { position:relative; width:100%; height:90px; }
.dt-sc-pr-tb-col.minimal .icon-wrapper span { font-size:36px; line-height:80px; position:relative; z-index:1; }
.dt-sc-pr-tb-col.minimal .icon-wrapper:before { content:""; position:absolute; left:0px; right:0px; top:0px; margin:auto; width:80px; height:80px; border-radius:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); }
.dt-sc-pr-tb-col.minimal .dt-sc-tb-title { margin:40px 0px 0px; padding:0px 10px; }
.dt-sc-pr-tb-col.minimal .dt-sc-tb-title h5 { font-size:22px; margin-bottom:15px; }
.dt-sc-pr-tb-col.minimal .dt-sc-price { margin:40px 0px 0px; padding:25px 10px; }
.dt-sc-pr-tb-col.minimal .dt-sc-price p { font-size:16px; text-transform:uppercase; }
.dt-sc-pr-tb-col.minimal .dt-sc-price h6 { font-size:48px; font-weight:800; letter-spacing:0.5px; }
.dt-sc-pr-tb-col.minimal .dt-sc-price h6 span { font-size:18px; font-weight:700; text-transform:uppercase; margin:0px; position:inherit; }
.dt-sc-pr-tb-col.minimal .dt-sc-buy-now { margin:40px 0px 0px; }
.dt-sc-pr-tb-col.minimal .dt-sc-buy-now a  { font-weight:600; }
.dt-sc-dark-bg .dt-sc-pr-tb-col.minimal { border:0px; }
.dt-sc-pr-tb-col.type2 { border:none; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header, .dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header, .dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header { background:none; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header { padding:0px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before { content:""; position:absolute; left: 0; right: 0; top:19px; margin:auto; width:192px; height:192px; border:1px solid; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); }	
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title { position:relative; top:-20px; height:135px; width: 100%; overflow:hidden; z-index:1; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { position:relative; z-index:1; margin:20px 0px 0px; font-size:20px; letter-spacing:0px; text-transform:none; line-height:24px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span { font-size:34px; display:block; line-height:normal; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before { content:""; margin: 0 auto; position:absolute; left: 0; right: -2px; top:40px; width:197px; height:194px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after { content:""; position:absolute; left:0px; right:0px; bottom:0px; margin:auto; width:0px; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid; }
.dt-sc-pr-tb-col.type2 .dt-sc-price { margin-top:0px; padding:20px 0px 0px; width: 100%; height:134px; top:-20px; position:relative; z-index:1; overflow:hidden; }
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 { font-size:34px; position:relative; z-index:1; }
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup { font-size:20px; top:-12px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price:before { content:""; margin: 0 auto; position:absolute; left: 0; right: -2px; top:-98px; width:194px; height:194px; border-radius:5px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); }
.dt-sc-pr-tb-col.type2 .dt-sc-price:after { content:""; position:absolute; left:0px; right:0px; top:0px; margin:auto; width:0px; border-left:10px solid transparent; border-right:10px solid transparent; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content { position:relative; padding-bottom:25px; margin-bottom:20px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:before { content:""; position:absolute; left:0px; bottom:0px; height:6px; width:100%; border-radius:5px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after { content:""; position:absolute; left:0px; right:0px; bottom:-6px; width:0px; margin:auto; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li { font-size:17px; padding:6px 0px; list-style:none; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li:last-child { border:none; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight { font-weight:bold; padding:0px 10px; border-radius:3px; }
.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a { font-size:16px; font-weight:bold; }
.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title:before, .dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title:before { background:none; }
.dt-sc-pr-tb-col.type2:hover .dt-sc-price:after, .dt-sc-pr-tb-col.type2.selected .dt-sc-price:after { border-top:10px solid; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 170px; width: 170px; top: 19px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before { height: 172px;  width: 172px;  top: 38px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 172px; width: 172px; top: -86px; }	
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 126px; } .dt-sc-pr-tb-col.minimal, .dt-sc-pr-tb-col.minimal h5, .dt-sc-pr-tb-col.minimal .dt-sc-price h6, .dt-sc-pr-tb-col .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title h5, .dt-sc-pr-tb-col.minimal:hover .dt-sc-tb-title p { color:#000000; }
.dt-sc-pr-tb-col.type2:hover .dt-sc-tb-header .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type2.selected .dt-sc-tb-header .dt-sc-tb-title h5 { color:#333333; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before, .dt-sc-pr-tb-col.type2 .dt-sc-buy-now a, .dt-sc-dark-bg .dt-sc-pr-tb-col.minimal { background:#ffffff; }
.dt-sc-pr-tb-col .dt-sc-tb-header, .dt-sc-pr-tb-col.minimal .icon-wrapper:before, .dt-sc-pr-tb-col.minimal .dt-sc-price, .dt-sc-pr-tb-col .dt-sc-buy-now a { background:rgba(0, 0, 0, 0.03); }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:after { border-bottom-color:#ffffff; }	
.dt-sc-pr-tb-col.type2:hover .dt-sc-price:after, .dt-sc-pr-tb-col.type2.selected .dt-sc-price:after { border-top-color:#ffffff; }
.dt-sc-pr-tb-col.type1:hover .dt-sc-price, .dt-sc-pr-tb-col.type1.selected .dt-sc-price { border-color:rgba(255, 255, 255, 0.2); }
.dt-sc-pr-tb-col.type1, .dt-sc-pr-tb-col.minimal, .dt-sc-pr-tb-col .dt-sc-tb-content li { border-color:rgba(0, 0, 0, 0.07); }
.dt-sc-pr-tb-col.type1 .dt-sc-price { border-color:#ffffff; }
.dt-sc-pr-tb-col:hover .dt-sc-buy-now a, .dt-sc-pr-tb-col.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal:hover .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.minimal:hover .dt-sc-price h6, .dt-sc-pr-tb-col.minimal.selected .dt-sc-price h6, .dt-sc-pr-tb-col.minimal:hover .dt-sc-price p, .dt-sc-pr-tb-col.minimal.selected .dt-sc-price p, .dt-sc-pr-tb-col.minimal:hover .icon-wrapper span, .dt-sc-pr-tb-col.minimal.selected .icon-wrapper span, .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-title p, .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-title p, .dt-sc-pr-tb-col.type1:hover .dt-sc-price h6, .dt-sc-pr-tb-col.type1.selected .dt-sc-price h6, .dt-sc-pr-tb-col.type2:hover .dt-sc-price h6, .dt-sc-pr-tb-col.type2.selected .dt-sc-price h6, .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5, .dt-sc-pr-tb-col.type2:hover .dt-sc-buy-now a, .dt-sc-pr-tb-col.type2.selected .dt-sc-buy-now a, .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight { color:#ffffff; }  @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-pr-tb-col.type1 .dt-sc-tb-title h5 { font-size: 22px; }
.dt-sc-pr-tb-col.type1 .dt-sc-price h6 { font-size: 50px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before,
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 124px; width: 124px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title,
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 103px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .dt-sc-pr-tb-col.type2 .dt-sc-price::before,
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 126px; width: 126px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before,
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before { top: 39px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price::before,
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { top: -64px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { font-size: 15px; line-height: 20px; margin: 20px 0 0; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span { font-size: 25px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price { height: 85px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 { font-size: 20px; }		
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup { font-size: 16px; top: auto; }			
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li { font-size: 14px; }
} @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-pr-tb-col .dt-sc-price h6 { font-size: 50px; }
.dt-sc-pr-tb-col.minimal .dt-sc-price h6 { font-size: 42px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 100px; width: 100px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 91px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 102px; width: 102px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price::before { top: -52px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 95px; width: 95px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 88px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 98px; right: 0; width: 98px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before { top: 39px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { top: -50px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { font-size: 11px; line-height: 13px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { font-size: 13px; line-height: 12px; margin: 22px 0 0; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span { font-size: 22px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price { height: 68px; padding: 15px 0 0; }
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 { font-size: 16px; }		
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 sup { font-size: 15px; top: auto; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li { font-size: 10px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight { padding: 0 6px; }
}  @media only screen and (max-width: 767px) { .dt-sc-pr-tb-col { margin-bottom: 30px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header { position: relative; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title, .dt-sc-pr-tb-col.type2 .dt-sc-price { margin-left: auto; margin-right: auto; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.dt-sc-pr-tb-col .dt-sc-tb-thumb > img { width: 100%; }
} @media only screen and (max-width: 319px) { .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 140px; width: 140px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 111px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before { height: 142px; width: 142px; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { font-size: 18px; line-height: 20px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price { height: 97px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 164px; width: 164px; }
.dt-sc-pr-tb-col.type2 .dt-sc-price h6 { font-size: 30px; } .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 { font-size: 15px; line-height: 16px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span, .side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price h6 { font-size: 26px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price { padding: 15px 0 0; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header::before { height: 132px; top: 13px; width: 132px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title::before { height: 135px; top: 33px; width: 135px;  }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-tb-title { height: 101px; }
.side-navigation-content .dt-sc-pr-tb-col.type2 .dt-sc-price::before { height: 149px; width: 149px; }	
}
  .dt-sc-progress { border-style: solid; border-width: 1px; clear:both; display:inline-block; height: 6px; margin: 40px 0px 10px; padding: 0; width:100%; }
.dt-sc-progress .dt-sc-bar { position: relative; }
.dt-sc-bar-text { font-size: 15px; letter-spacing: 0.5px; margin-bottom: 5px; margin: -40px 0px 0px; text-transform: capitalize; font-weight: 700; }
.dt-sc-progress .dt-sc-bar-text > span { display:inline-block; float:right; font-size: 15px; padding: 0 10px; }
.dt-sc-progress .dt-sc-bar:after {background-color: inherit;content: ""; height: 20px;margin: auto;position: absolute;bottom: 0;right: 0;top: 0;width: 2px;}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: -20px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: -20px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: -20px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: -20px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: -20px 0;
}
to {
background-position: 0 0;
}
}
.dt-sc-progress .dt-sc-bar {
width: 0%;
height: 100%;
float: left;
background-repeat: repeat-x;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
border-radius:20px;
}
.dt-sc-progress .dt-sc-bar + .dt-sc-bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.dt-sc-progress-striped .dt-sc-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
-o-background-size: 20px 20px;
background-size: 20px 20px;
}
.dt-sc-dark-bg .dt-sc-progress-striped .dt-sc-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(0,0,0, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0,0,0, 0.15)), color-stop(0.75, rgba(0,0,0, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.15) 50%, rgba(0,0,0, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(0,0,0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.15) 50%, rgba(0,0,0, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(0,0,0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.15) 50%, rgba(0,0,0, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(0,0,0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0, 0.15) 50%, rgba(0,0,0, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
-o-background-size: 20px 20px;
background-size: 20px 20px;
}	
.dt-sc-progress.active .dt-sc-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
} .dt-sc-progress.type2 { height:26px; border:2px solid rgba(0, 0, 0, 0.05); border-radius:30px; padding:0px; } 
.dt-sc-progress.type2 .dt-sc-bar-text > span { margin:14px 0px 0px; border:5px solid #ffffff; width:60px; height:60px; font-size:16px; line-height:60px; text-align:center; border-radius:50%; color:#ffffff; position:relative; right:-2px; }
.dt-sc-progress.type2 .dt-sc-bar-text { text-transform:uppercase; font-weight:bold; }
.dt-sc-progress.type2 .dt-sc-bar { box-shadow:none; }
.dt-sc-progress.type2.blue .dt-sc-bar-text > span { background:#4b9dc7; }
.dt-sc-progress.type2.orange .dt-sc-bar-text > span { background:#e49b5c; }
.dt-sc-progress.type2.green .dt-sc-bar-text > span { background:#91b962; }
.dt-sc-progress.type2.yellow .dt-sc-bar-text > span { background:#eecf6f; } .dt-sc-progress-wrapper { float:left; clear:both; width:100%; margin:15px 0px 0px; }
.dt-sc-progress-wrapper .dt-sc-bar-title { float:left; width:27%; padding:0px 20px 0px 0px; font-size:14px; text-transform:uppercase; font-weight:bold; }
.dt-sc-progress-wrapper .dt-sc-progress { float:left; width:73%;  background:rgba(0, 0, 0, 0.1); border:none; clear:none; height:7px; margin:10px 0px 0px; padding:0px; }
.dt-sc-progress-wrapper .dt-sc-bar-text { margin-top:-25px; }
.dt-sc-progress-wrapper .dt-sc-bar-text span { position:relative; }
.dt-sc-progress-wrapper .dt-sc-bar-text span:before { content:""; position:absolute; left:-19px; top:7px; border-left:7px solid transparent; border-right:7px solid transparent; border-top:7px solid #000000; } .dt-sc-dark-bg .dt-sc-progress { background-color: transparent; }
.dt-sc-progress { border-color:#000000; }
.dt-sc-bar-text { color:#000000; }
.dt-sc-dark-bg .dt-sc-bar-text { color:#ffffff; }
.dt-sc-progress .dt-sc-bar { background-color: currentColor; }  @media only screen and (min-width:992px) and (max-width:1199px) {
.dt-sc-progress-wrapper .dt-sc-bar-title { font-size: 12px; }
} @media only screen and (min-width:768px) and (max-width:991px) {
.dt-sc-progress-wrapper .dt-sc-bar-title { font-size: 11px; padding: 0 15px 0 0; width: 30%; }
.dt-sc-progress-wrapper .dt-sc-progress { width: 70%; }	
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.dt-sc-progress-wrapper .dt-sc-bar-title { font-size: 10px; padding: 0 10px 0 0; width: 32%; }
.dt-sc-progress-wrapper .dt-sc-progress { width: 68%; }
} @media only screen and (max-width: 479px) { .dt-sc-bar-text { margin: -35px 0 0; font-size: 13px; }
.dt-sc-progress .dt-sc-bar-text > span { margin: 10px 0 0; text-align: right; width: 100%; }
.dt-sc-progress-wrapper .dt-sc-bar-text > span { margin: 0; width: auto; }
.dt-sc-progress-wrapper .dt-sc-bar-title, .dt-sc-progress-wrapper .dt-sc-progress { width: 100%; }
.dt-sc-progress-wrapper .dt-sc-bar-title { padding: 0 0 20px; }
} @media only screen and (max-width: 319px) { .dt-sc-bar-text { font-size: 10px; line-height: normal; position: relative; }
.dt-sc-progress .dt-sc-bar-text > span { position: absolute; bottom: 0; right: 0; }
.dt-sc-progress-wrapper .dt-sc-bar-title { font-size: 10px; }
}
  .dt-sc-sociable { display: block; clear : both; line-height : 0; margin : 0 -3px; padding : 0; }
.dt-sc-sociable.center { text-align: center; }
.dt-sc-sociable.right { float: right; text-align: right; }
.dt-sc-sociable.left > li:first-child { margin-left: 0; }
.dt-sc-sociable.right > li:last-child { margin-right: 0; }
.dt-sc-sociable li { display : inline-block; margin : 2px 3px; padding : 0; position: relative; }
.dt-sc-sociable li a { float : left; text-align : center; text-indent: -9999px; }
.dt-sc-sociable li a > i { font-style: normal; font-size: inherit; font-weight: normal; }
.dt-sc-sociable li a > i:before { display: inline-block; font-family : "FontAwesome"; height: 100%; position: absolute; left: 0; top: 0; text-indent: 0; width: 100%; z-index: 1; }
.dt-sc-sociable.small li a { font-size : 16px; height : 36px; line-height : 36px; width : 36px; }
.dt-sc-sociable.small li a.zmdi { font-size : 20px; }
.dt-sc-sociable.medium li a { font-size : 16px; height : 45px; line-height : 45px; width : 45px; }
.dt-sc-sociable.medium li a.zmdi { font-size : 20px; }
.dt-sc-sociable.large li a { font-size : 18px; height :50px; line-height :50px; width :50px; }
.dt-sc-sociable.large li a.zmdi { font-size : 20px; }
.dt-sc-sociable.extra-large li a { font-size : 20px; height :55px; line-height : 55px; width : 55px; }
.dt-sc-sociable.extra-large li a.zmdi { font-size : 20px; }    
.aligncenter .dt-sc-sociable { text-align : center; width : 100%; }
.aligncenter .dt-sc-sociable li, .aligncenter .dt-sc-sociable li a { display : inline-block; float : none; }
.alignright .dt-sc-sociable { float : right; text-align : right; }
.dt-sc-sociable li a > .dt-icon-default:before, .dt-sc-sociable li a > .dt-icon-default:after, 
.dt-sc-sociable li a > .dt-icon-hover:before, .dt-sc-sociable li a > .dt-icon-hover:after,
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default > span:before, .dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default > span:after, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover > span:before, .dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover > span:after,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default > span:before, .dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default > span:after, 
.dt-sc-sociable li a[data-hover-shape="hexagon-alt"] > .dt-icon-hover > span:before, .dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover > span:after { content: ""; display: inline-block; height: 100%; position: absolute; left: 0; top: 0; width: 100%; }
.dt-sc-sociable li a > .dt-icon-default:after, .dt-sc-sociable li a > .dt-icon-hover:after { border-style: solid; border-width: 1px; border-color: rgba(0,0,0,0); }
.dt-sc-sociable[data-default-shape="circle"] li a .dt-icon-default:before, .dt-sc-sociable[data-default-shape="circle"] li a .dt-icon-default:after,
.dt-sc-sociable[data-hover-shape="circle"] li a .dt-icon-hover:before, .dt-sc-sociable[data-hover-shape="circle"] li a .dt-icon-hover:after { -webkit-border-radius: 50%; border-radius: 50%; }
.dt-sc-sociable[data-default-border-radius="yes"] li a .dt-icon-default:before, .dt-sc-sociable[data-default-border-radius="yes"] li a .dt-icon-default:after,
.dt-sc-sociable[data-hover-border-radius="yes"] li a .dt-icon-hover:before, .dt-sc-sociable[data-hover-border-radius="yes"] li a .dt-icon-hover:after { -webkit-border-radius: 3px; border-radius: 3px; }
.dt-sc-sociable[data-default-shape="diamond-square"] li, .dt-sc-sociable[data-hover-shape="diamond-square"] li,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li, .dt-sc-sociable[data-hover-shape="hexagon-alt"] li { margin: 10px; }
.dt-sc-sociable[data-default-shape="diamond-narrow"] li, .dt-sc-sociable[data-hover-shape="diamond-narrow"] li { margin: 15px 5px; }
.dt-sc-sociable[data-default-shape="diamond-square"][data-hover-shape="diamond-narrow"] li { margin: 15px 10px; }
.dt-sc-sociable[data-default-shape="diamond-wide"] li, .dt-sc-sociable[data-hover-shape="diamond-wide"] li { margin: 5px 15px; }
.dt-sc-sociable[data-default-shape="diamond-square"][data-hover-shape="diamond-wide"] li { margin: 10px 15px; }
.dt-sc-sociable[data-default-shape="diamond-wide"][data-hover-shape="diamond-narrow"] li { margin: 15px; }
.dt-sc-sociable[data-default-shape="diamond-narrow"][data-hover-shape="diamond-square"] li,
.dt-sc-sociable[data-default-shape="diamond-narrow"][data-hover-shape="diamond-wide"] li { margin: 20px 15px; }
.dt-sc-sociable[data-default-shape="diamond-square"] li a > .dt-icon-default:before, .dt-sc-sociable[data-default-shape="diamond-square"] li a > .dt-icon-default:after,
.dt-sc-sociable[data-hover-shape="diamond-square"] li a > .dt-icon-hover:before, .dt-sc-sociable[data-hover-shape="diamond-square"] li a > .dt-icon-hover:after { -webkit-transform: rotate(-45deg) skewY(0deg); transform: rotate(-45deg) skewY(0deg); } 
.dt-sc-sociable[data-default-shape="diamond-narrow"] li a > .dt-icon-default:before, 
.dt-sc-sociable[data-default-shape="diamond-narrow"] li a > .dt-icon-default:after, 
.dt-sc-sociable[data-hover-shape="diamond-narrow"] li a > .dt-icon-hover:before, 
.dt-sc-sociable[data-hover-shape="diamond-narrow"] li a > .dt-icon-hover:after { margin: 0 6%; overflow: hidden; padding-bottom: 96%; width: 88%; -webkit-transform: rotate(30deg) skewY(30deg); transform: rotate(30deg) skewY(30deg); }
.dt-sc-sociable[data-default-shape="diamond-wide"] li a > .dt-icon-default:before, 
.dt-sc-sociable[data-default-shape="diamond-wide"] li a > .dt-icon-default:after, 
.dt-sc-sociable[data-hover-shape="diamond-wide"] li a > .dt-icon-hover:before, 
.dt-sc-sociable[data-hover-shape="diamond-wide"] li a > .dt-icon-hover:after { margin: 0 6%; overflow: hidden; padding-bottom: 92%; width: 88%; -webkit-transform: rotate(-60deg) skewY(30deg); transform: rotate(-60deg) skewY(30deg); }    
.dt-sc-sociable[data-default-shape="hexagon"] li a, .dt-sc-sociable[data-hover-shape="hexagon"] li a,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a, .dt-sc-sociable[data-hover-shape="hexagon-alt"] li a { position: relative; }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default:before, 
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default:after, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover:before, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover:after { border-top-width: 0; border-bottom-width: 0; height: 20px; margin: auto; padding-bottom: 0; bottom: 0; left: 0; right: 0; top: 0; width: auto; }
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default:before, 
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default:after, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover:before, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover:after { border-left-width: 0; border-right-width: 0; height: auto; margin: auto; padding-bottom: 0; bottom: 0; left: 0; right: 0; top: 0; width: 20px; }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:before,
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:after,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:before,
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:after { border-style: solid; content: ""; display: inline-block; margin: auto; position: absolute; left: 0; top: 0; }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:before,
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:after { border-width: 0 1px; height: 20px; bottom: 0; width: 100%; z-index: 0; }
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:before,
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:after { border-width: 1px 0; height: 100%; right: 0; width: 20px; }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:before,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:before, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:before { -webkit-transform: rotate(-60deg); transform: rotate(-60deg); }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span:after,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span:after, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span:after { -webkit-transform: rotate(60deg); transform: rotate(60deg); }
.dt-sc-sociable li a > .dt-icon-hover, .dt-sc-sociable li a:hover > .dt-icon-default,
.dt-sc-sociable[data-default-style="bordered"] li a > .dt-icon-default:before, 
.dt-sc-sociable[data-hover-style="bordered"] li a > .dt-icon-hover:before { opacity: 0; visibility: hidden; }
.dt-sc-sociable li a:hover > .dt-icon-hover { opacity: 1; visibility: visible; }
.dt-sc-sociable li a, .dt-sc-sociable li a span, .dt-sc-sociable li a span:before, .dt-sc-sociable li a span:after { -webkit-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.dt-sc-sociable[data-default-style="filled"] li a:not(:hover) > i,  .dt-sc-sociable[data-hover-style="filled"] li a:hover > i { color: #fff; }
.dt-sc-sociable.square li a:hover, #footer .dt-sc-sociable.square li a:hover { color : #fff; }
.dt-sc-sociable li.delicious a > i:before { content : "\f1a5"; }
.dt-sc-sociable li.deviantart a > i:before { content : "\f1bd"; }
.dt-sc-sociable li.digg a > i:before { content : "\f1a6"; }
.dt-sc-sociable li.flickr a > i:before { content : "\f16e"; }
.dt-sc-sociable li.comment a > i:before { content : "\f075"; }
.dt-sc-sociable li.lastfm a > i:before { content : "\f202"; }
.dt-sc-sociable li.linkedin a > i:before { content : "\f0e1"; }
.dt-sc-sociable li.envelope a > i:before { content : "\f0e0"; }
.dt-sc-sociable li.pinterest a > i:before { content : "\f0d2"; }
.dt-sc-sociable li.reddit a > i:before { content : "\f1a1"; }
.dt-sc-sociable li.rss a > i:before { content : "\f09e"; }
.dt-sc-sociable li.skype a > i:before { content : "\f17e"; }
.dt-sc-sociable li.stumbleupon a > i:before { content : "\f1a4"; }
.dt-sc-sociable li.twitter a > i:before { content : "\f099"; }
.dt-sc-sociable li.viadeo a > i:before { content : "\f2a9"; }
.dt-sc-sociable li.vimeo a > i:before { content : "\f27d"; }
.dt-sc-sociable li.yahoo a > i:before { content : "\f19e"; }
.dt-sc-sociable li.youtube a > i:before { content : "\f167"; }
.dt-sc-sociable li.dribbble a > i:before { content : "\f17d"; }
.dt-sc-sociable li.google-plus a > i:before { content : "\f0d5"; }
.dt-sc-sociable li.tumblr a > i:before { content : "\f173"; }
.dt-sc-sociable li.dribbble a > i:before { content : "\f17d"; }
.dt-sc-sociable li.instagram a > i:before { content : "\f16d"; }
.dt-sc-sociable li.facebook a > i:before { content : "\f09a"; }
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span, 
.dt-sc-sociable[data-default-shape="hexagon"] li a > .dt-icon-default span, 
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span,
.dt-sc-sociable[data-hover-shape="hexagon"] li a > .dt-icon-hover span,
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span, 
.dt-sc-sociable[data-default-shape="hexagon-alt"] li a > .dt-icon-default span, 
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span,
.dt-sc-sociable[data-hover-shape="hexagon-alt"] li a > .dt-icon-hover span { color: transparent; }
.dt-sc-sociable.no-bottom-space li { margin-bottom: 0; } 
.dt-sc-sociable.no-vertical-space li { margin-top: 0; margin-bottom: 0; } .dt-sc-sociables, .dt-sc-sociables.diamond-square-border li { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-sociables { float:left; clear:both; margin:0px; padding:0px; line-height:0px; }
.dt-sc-sociables li { float:left; display:inline; margin: 0 5px 5px; padding: 0; }
.dt-sc-sociables li a { width:36px; height:36px; float:left; text-align:center; line-height:36px; font-size:16px; }
.aligncenter .dt-sc-sociables { text-align:center; width:100%; }
.aligncenter .dt-sc-sociables li, .aligncenter .dt-sc-sociables li a { float:none; display:inline-block; }
.alignright .dt-sc-sociables  { float:right; text-align:right; }
.dt-sc-sociables.rounded-square li a { border-radius:5px; }
.dt-sc-sociables.rounded li a { border-radius:50%; }
.dt-sc-sociables.rounded-border li a { border:2px solid; border-radius:50%; width:40px; height:40px; }
.dt-sc-dark-bg .dt-sc-sociables.rounded-border li a { border:2px solid; }
.dt-sc-sociables.square-border li a { border:1px solid; }
.dt-sc-dark-bg .dt-sc-sociables.square-border li a { border:1px solid; }
.dt-sc-sociables.rounded-border-dashed li a { border:1px dashed; border-radius:50%; }
.dt-sc-sociables.diamond-square-border li { text-align:center; border:1px solid; width:32px; height:32px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); border-radius:3px; margin:0px 0px 20px 20px; }
.dt-sc-sociables.diamond-square-border li a { margin:-5px 0px 0px -5px; width:40px; height:40px; line-height:40px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); float:left; } .diamond-narrow-square-border li { position:relative; margin:0px 8px; }
.diamond-narrow-square-border li a { width:40px; height:40px; position:relative; z-index:1; height:60px; line-height:60px; }
.diamond-narrow-square-border li:before { content:""; position:absolute; left:-1px; right:0; margin:auto; top:12px; width:35px; height:35px; border:1px solid; z-index:1; transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -webkit-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); } .ie9 .diamond-narrow-square-border li::before { transform: rotate(45deg) skew(10deg, 10deg); -ms-transform: rotate(45deg) skew(10deg, 10deg); }
.dt-sc-sociables.filled li a.fa-facebook, .dt-sc-sociables.square li a.fa-facebook:hover { background:#3162a2; }
.dt-sc-sociables.filled li a.fa-twitter, .dt-sc-sociables.square li a.fa-twitter:hover { background:#2fb1eb; }	
.dt-sc-sociables.filled li a.fa-dribbble, .dt-sc-sociables.square li a.fa-dribbble:hover { background:#ff68c5; }	
.dt-sc-sociables.filled li a.fa-tumblr, .dt-sc-sociables.square li a.fa-tumblr:hover { background:#34465d; }	
.dt-sc-sociables.filled li a.fa-google-plus, .dt-sc-sociables.square li a.fa-google-plus:hover { background:#c54542; }
.dt-sc-sociables.square li a:hover, #footer .dt-sc-sociables.square li a:hover { color:#fff; }	
.dt-sc-sociables.hexagon-with-border li, .dt-sc-sociables.hexagon-border li { position:relative; width:42px; height:25px; margin:14px 5px; border-left:solid 2px;  border-right:solid 2px; }
.dt-sc-sociables.hexagon-with-border li:before, .dt-sc-sociables.hexagon-with-border li:after, .dt-sc-sociables.hexagon-border li:before, .dt-sc-sociables.hexagon-border li:after { content:""; position:absolute; z-index:1; width:28px; height:28px; -webkit-transform:scaleY(0.5774) rotate(-45deg); -ms-transform:scaleY(0.5774) rotate(-45deg); transform:scaleY(0.5774) rotate(-45deg); background-color:inherit; left:5px; }
.dt-sc-sociables.hexagon-with-border li:before, .dt-sc-sociables.hexagon-border li:before { top:-14.0660px; border-top:solid 2.5px; border-right:solid 2.5px; }
.dt-sc-sociables.hexagon-with-border li:after, .dt-sc-sociables.hexagon-border li:after { bottom:-14.0660px; border-bottom:solid 2.5px; border-left:solid 2.5px; left:5px; }
.dt-sc-sociables.hexagon-with-border li a, .dt-sc-sociables.hexagon-border li a { line-height:52px; position:relative; z-index:9; left:-1px; top:-13px; width:42px; height:52px; } @media screen and (-webkit-min-device-pixel-ratio:0) { 
.dt-sc-sociables.hexagon-with-border li:after, .dt-sc-sociables.hexagon-border li:after { bottom:-14.0660px; }
::i-block-chrome,.dt-sc-sociables.hexagon-with-border li:after, .dt-sc-sociables.hexagon-border li:after { bottom:-15.0660px; }
} .dt-sc-sociables.filled li a,  .dt-sc-sociables.hexagon-with-border li a, .dt-sc-sociables.hexagon-border li a { color:#ffffff; }
.dt-sc-sociables.diamond-square-border li a { color:rgba(0, 0, 0, 0.2); }
.dt-sc-dark-bg .dt-sc-sociables.diamond-square-border li a { color:rgba(255, 255, 255, 0.2); }
.dt-sc-sociables.hexagon-with-border li:hover, .dt-sc-sociables.hexagon-border li:hover { background:#ffffff; }
.dt-sc-sociables.diamond-square-border li, .dt-sc-sociables.rounded-border li a, .dt-sc-sociables.square-border li a, .dt-sc-sociables.rounded-border-dashed li a { border-color:rgba(0, 0, 0, 0.2); }
.dt-sc-dark-bg .dt-sc-sociables.diamond-square-border li, .dt-sc-dark-bg .dt-sc-sociables.rounded-border li a, .dt-sc-dark-bg .dt-sc-sociables.square-border li a { border-color:rgba(255, 255, 255, 0.2); }
  .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a:before, .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-tabs-horizontal-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; }
ul.dt-sc-tabs-horizontal-frame { float:left; margin:0px; padding:0px; width:100%; border-bottom:1px solid; }
ul.dt-sc-tabs-horizontal-frame > li  { float:left; display:inline; margin:0px -1px 0px 0px; padding:0px; }
ul.dt-sc-tabs-horizontal-frame > li > a { border:1px solid transparent; float:left; margin:0px -1px -1px 0px; padding:10px 20px; font-size:18px; text-align:center; font-weight:600; border-radius:3px 3px 0px 0px; }
ul.dt-sc-tabs-horizontal-frame > li > a.current { position:relative; z-index:1; }	
ul.dt-sc-tabs-horizontal-frame > li > a > span { float: left; line-height: inherit; margin: 0 10px 0 0; position: relative; }	
.dt-sc-tabs-horizontal-frame-content { float:left; clear:both; width:100%; margin:0px; padding:30px 0px 0px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame { border-bottom:0px; border-top:2px solid rgba(0, 0, 0, 0.1); }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li { margin:0px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { font-weight:normal; padding:10px 23px; border:2px solid transparent; margin:-2px -2px 0 -2px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current { border-bottom-color:rgba(0, 0, 0, 0.1); border-left-color:rgba(0, 0, 0, 0.1); border-right-color:rgba(0, 0, 0, 0.1); border-top-color:#ffffff; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li:first-child > a.current { border-left-color:transparent; }
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame { border-bottom:2px solid rgba(0, 0, 0, 0.1); border-top:0px; }
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame > li > a { margin-bottom:-2px; }
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame > li > a.current { border-top-color:rgba(0, 0, 0, 0.1); border-bottom-color:#ffffff; border-right-color:rgba(0, 0, 0, 0.1); border-left-color:rgba(0, 0, 0, 0.1); }
.dt-sc-tabs-horizontal-frame-container.type2.alter .dt-sc-tabs-horizontal-frame-content { padding-top:50px; }
.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame { text-align:center; }
.dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame > li, .dt-sc-tabs-horizontal-frame-container.dt-sc-tabs-aligncenter ul.dt-sc-tabs-horizontal-frame > li > a { float:none; display:inline-block; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame { text-align:center; border:none; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li { display:inline-block; text-align:center; margin:0px 0px 0px 0px; float:none; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { font-size:16px; font-weight:600; text-transform:uppercase; padding: 14px 30px 12px; border:1px solid rgba(0, 0, 0, 0.1); border-bottom-width:2px; border-right-width: 0; margin:0px; color:#000000; border-radius:0px; display:inline-block; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li:last-child > a { border-right:1px solid rgba(0, 0, 0, 0.1); }	
.dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-tabs-horizontal-frame-content { padding-top:50px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame { text-align:center; border-bottom:1px solid rgba(0, 0, 0, 0.1); margin-top:15px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li { display:inline-block; text-align:center; margin:0px 0px 0px 0px; float:none; position:relative; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { font-size:16px; font-weight:600; text-transform:uppercase; padding:120px 30px 25px; border:0px; border-bottom:2px solid transparent; margin:0px 0px -8px; color:rgba(0, 0, 0, 0.4); border-radius:0px; display:inline-block; min-width:229px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a > span { font-size:36px; color:rgba(0, 0, 0, 0.4); width:100%; top:0px; line-height:80px; position:absolute; left:0px; right:0px; margin:auto; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a > span:after { content:""; position:absolute; width:80px; height:80px; left:0px; top:0px; right:0px; margin:auto; background:rgba(0, 0, 0, 0.05); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:-1; border-radius:10px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a.current > span { color:#ffffff; }
.dt-sc-tabs-horizontal-frame-container.type4 .dt-sc-tabs-horizontal-frame-content { padding-top:50px; }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame { border:none; }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li { margin:0px 3px 0px 0px; }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a { border:none; background:rgba(0, 0, 0, 0.05); border-radius:0px; font-size:18px; font-weight:600; color:#000000; padding:14px 20px 13px; }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a.current { color:#ffffff; }
.dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content { border:1px solid rgba(0, 0, 0, 0.05); padding:30px; margin:1px 0px 0px; }
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame { background:#f3f3f3; text-align:center; }
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li { text-transform:uppercase; }
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li, .dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li > a { float:none; display:inline-block; margin:0; }
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li > a { background:transparent; padding:20px 25px; font-size:16px; font-weight:normal; }
.dt-sc-tabs-horizontal-frame-container.type5.alter .dt-sc-tabs-horizontal-frame-content { border:0; padding-left:0; padding-right:0; border-bottom:1px solid rgba(0,0,0,0.05); padding-bottom:10px; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame { width:100%; float:left; padding:0px; margin:0px; display:table; table-layout:fixed; border:0px; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li { display:table-cell; width:auto; padding:0px; text-align:center; position:relative; float:none; margin:0px 1px 0px 0px; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a { font-size:16px; font-weight:bold; text-transform:uppercase; padding:18px 20px; margin:0px 1px 0px 0px; color:#ffffff; border:0px; border-radius:0px; display:block; float:none; position:relative; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a.current { background:rgba(0, 0, 0, 0.03); color:#000000; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a:before { content:""; position:absolute; left:0px; right:0px; top:0px; width:0px; margin:auto; border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #ffffff; opacity:0; }	
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a.current:before { opacity:1; }	
.dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content { padding:0px; background:rgba(0, 0, 0, 0.03); }
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a { background:rgba(0, 0, 0, 0.1); color:#ffffff; }
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a.current { background:#ffffff; color:#000000; }
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content { background:#ffffff; color:#000000; }
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h3, .skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content h4 { color:#000000; }
.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .column, .dt-sc-faq .dt-sc-tabs-horizontal-frame-content .wpb_column { padding-left:75px; position:relative; }	
.dt-sc-faq .dt-sc-tabs-horizontal-frame-content .column:before, .dt-sc-faq .dt-sc-tabs-horizontal-frame-content .wpb_column:before { content:"\e6b2"; position:absolute; left:15px; top:-5px; font-size:30px; font-family:'Stroke-Gap-Icons'; }
ul.dt-sc-tabs-horizontal { float:left; margin:0px; padding:0px; width:100%; border-bottom:1px solid rgba(0, 0, 0, 0.1); }	
ul.dt-sc-tabs-horizontal > li  { float:left; display:inline; margin:0px; padding:0px; }
ul.dt-sc-tabs-horizontal > li > a { border-bottom:1px solid transparent; float:left; margin:0px 0px -1px; padding:10px 20px 15px 20px; font-size:14px; text-align:center; font-weight:bold; text-transform:uppercase; border-radius:3px 3px 0px 0px; color:rgba(0, 0, 0, 0.4); }
ul.dt-sc-tabs-horizontal > li > a.current { position:relative; z-index:1; }
ul.dt-sc-tabs-horizontal > li > a > span { float: left; line-height: inherit; margin: 0 10px 0 0; position: relative; }	
.dt-sc-tabs-horizontal-content { float:left; clear:both; width:100%; margin:0px; padding:20px 0px; } .dt-sc-tabs-vertical-frame-container  { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; overflow:hidden; border-bottom:1px solid rgba(0, 0, 0, 0.1); border-left:1px solid rgba(0, 0, 0, 0.1); }
ul.dt-sc-tabs-vertical-frame { float:left; width:32%; margin:0px -1px 1px 0px; padding:0px; }
ul.dt-sc-tabs-vertical-frame > li { float:left; display:block; padding:0px; width:100%; position:relative; }
ul.dt-sc-tabs-vertical-frame > li > a { border:1px solid; border-right:1px solid transparent; border-left-width: 0; border-top-width: 0; display:block; margin:0px 0px -1px 0px; padding:30px 14px 28px; font-weight:bold; font-size:14px; line-height:normal; text-transform:uppercase;  }
.dt-sc-one-half ul.dt-sc-tabs-vertical-frame > li > a, .vc_col-sm-6 ul.dt-sc-tabs-vertical-frame > li > a { padding:18px 14px; }
ul.dt-sc-tabs-vertical-frame > li > a > span { float:left; margin: 0 10px 0 0; position:relative; top: 3px; }
ul.dt-sc-tabs-vertical-frame > li > a > span.pe-icon { font-weight:bold; font-size:19px; top:1px; }
ul.dt-sc-tabs-vertical-frame > li:first-child > a { border-top:1px solid rgba(0, 0, 0, 0.1); }
ul.dt-sc-tabs-vertical-frame > li:last-child > a { border-bottom-width: 0; }
ul.dt-sc-tabs-vertical-frame > li > a.current { position:relative; z-index:1; }
.dt-sc-tabs-vertical-frame-content { float:left; width:68%; width:-webkit-calc(68% + 1px); width:-moz-calc(68% + 1px); width:calc(68% + 1px); margin:0px; padding:20px 30px 20px; border:1px solid rgba(0, 0, 0, 0.1); border-bottom:0px; position:relative; }		
.dt-sc-tabs-vertical-frame-content h4 { text-transform:none; }
.dt-sc-tabs-vertical-container { float:left; width:100%; margin:0px 0px 20px; padding:0px; clear:both; overflow:hidden; }
ul.dt-sc-tabs-vertical { width:32%; margin:0px -1px 1px 0px; padding:0px; float:left; padding:0px; }	
ul.dt-sc-tabs-vertical > li  { float:left; display:block; margin:0px; padding:0px; width:100%; }
ul.dt-sc-tabs-vertical > li > a { border-right:1px solid transparent; float:left; margin:0px; padding:10px 20px 15px 0px; font-size:14px; font-weight:bold; text-transform:uppercase; color:rgba(0, 0, 0, 0.4); width:100%; }
ul.dt-sc-tabs-vertical > li > a.current { position:relative; z-index:1; }
ul.dt-sc-tabs-vertical > li > a > span { float:left; line-height: inherit; margin: 0 10px 0 0; position:relative; }	
.dt-sc-tabs-vertical-content { float:left; width:68%; margin:0px; padding:20px 30px 20px; position:relative; border-left:1px solid rgba(0, 0, 0, 0.1); } .dt-sc-tabs-vertical-frame-container.type2 { border:0px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame { background:rgba(0, 0, 0, 0.05); }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a { border:0px; font-size:16px; font-weight:600; text-transform:none; padding:15px 30px; position:relative; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:first-child > a { padding-top:30px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:last-child > a { padding-bottom:30px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current:before { content:"\f105"; position:absolute; right:30px; top:14px; font-size:20px; font-family:FontAwesome; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:first-child > a.current:before { top:29px; }
.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content { border:0px; padding:0px 0px 0px 30px; } .dt-sc-tabs-vertical-frame-container.type3 { border:0px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a { border:1px solid rgba(0, 0, 0, 0.1); padding:15px 15px 14px; font-size:18px; margin:0px 0px 10px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a:hover, .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current { color:#ffffff; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current:before { content:""; position:absolute; right:-16px; top:0px; bottom:0px; height:0px; margin:auto; border-top:27px solid transparent; border-bottom:27px solid transparent; border-left:15px solid; }
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content { border:0px; padding:0px 0px 0px 70px; } .dt-sc-tabs-vertical-frame-container.type4 { border:0px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { border-bottom:1px solid rgba(0, 0, 0, 0.1); padding:12px 30px 12px 0px; font-size:18px; font-weight:600; color:rgba(0, 0, 0, 0.4); margin:0px; text-transform:none; letter-spacing:0.5px; position:relative; overflow:hidden; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li:first-child > a { border-top:0px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current { color:#000000; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { content:"\f054"; position:absolute; right:-50px; top:0px; width:40px; height:100%; font-size:18px; color:#ffffff; font-family:FontAwesome; line-height:54px; text-align:center; padding-right:7px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:after { content:""; position:absolute; right:-50px; top:0px; width:35px; height:100%; -webkit-transform:skewX(-30deg); transform:skewX(-30deg); -ms-transform:skewX(-30deg); z-index:-1; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { -webkit-transition:all 0.37s linear; -moz-transition:all 0.37s linear; -o-transition:all 0.37s linear; -ms-transition:all 0.37s linear; transition:all 0.37s linear; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:before { right:0px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:after { right:25px; }
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { border:0px; padding:0px 0px 0px 70px; } .dt-sc-tabs-vertical-frame-container.rs_align_middle, .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame { float: none; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle { display: table; border: none; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame { display: table-cell; vertical-align: middle; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li > a { border-left: 1px solid rgba(0, 0, 0, 0.1); margin: 0 -1px 0 0; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.last > a { border-bottom-width: 1px; border-right: 1px solid rgba(0, 0, 0, 0.1); }
.dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content { border: 1px solid rgba(0, 0, 0, 0.1); width: 100%; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last > a { border-right-color:#fff; }
.type7 ul.dt-sc-tabs-horizontal-frame { background: rgba(0, 0, 0, 0.05); border-bottom:0; padding:0 20px 0 150px; margin-bottom:30px; position:relative; }
.type7 .dt-sc-tabs-horizontal-frame:before { color: #878c90; content: "Jump to:"; font-size: 28px; font-weight: 400; left: 40px; position: absolute; top: 25px; }
.type7 ul.dt-sc-tabs-horizontal-frame > li { padding:20px 0; position:relative; margin:0px 10px; }
.type7 .dt-sc-tabs-horizontal-frame > li:after { border-right: 1px solid #dcdad4; bottom: 0; content: ""; height: 40px; margin: auto; position: absolute; right: -10px; top: 0; }
.type7 .dt-sc-tabs-horizontal-frame > li:last-child:after { content:none; }
.type7 ul.dt-sc-tabs-horizontal-frame > li > a {  font-weight: lighter; font-size: 28px; border:0; padding-top:8px; padding-bottom:8px; }
.type7 ul.dt-sc-tabs-horizontal-frame > li > a.current:before { border-top: 5px solid; content: ""; display: block; left: 0; position: absolute; top: 0; width: 100%; }
.type7 ul.dt-sc-tabs-horizontal-frame > li > a.current:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid; content: ""; left: 0; margin: auto; position: absolute; right: 0;  top: 5px; width: 0; }
.type7 ul.dt-sc-tabs-horizontal-frame > li > a.current { position: static;  }
.type8 ul.dt-sc-tabs-horizontal-frame { border-bottom:0; }
.type8 ul.dt-sc-tabs-horizontal-frame > li { margin-right:1px; }
.type8 ul.dt-sc-tabs-horizontal-frame > li > a { background: #fafafa; border:0; border-radius:0; color: #222222; font-size: 16px; text-transform: capitalize; padding: 11px 25px 13px; margin: 0 0px 0 0; font-weight: normal; position:relative; }
.type8 ul.dt-sc-tabs-horizontal-frame > li > a:before { border-top: 2px solid #f2f2f2; content: ""; left: 0; position: absolute; top: -3px; width: 100%; }
.type8 ul.dt-sc-tabs-horizontal-frame > li > a.current:before, .type8 ul.dt-sc-tabs-horizontal-frame > li > a:hover:before { border-color: #000; }
.type8 ul.dt-sc-tabs-horizontal-frame > li > a.current, .type8 ul.dt-sc-tabs-horizontal-frame > li > a:hover { color: #fff; }
.type9 ul.dt-sc-tabs-horizontal-frame { text-align:center; border-bottom:0; }
.type9 ul.dt-sc-tabs-horizontal-frame > li { display:inline-block; float:none; margin:0; }
.type9 ul.dt-sc-tabs-horizontal-frame > li > a { border-radius:0; border:0; background:#eeefed; float:none; display:inline-block; text-transform:uppercase; padding:15px 20px; min-width:100px; margin:0; }
.type9 ul.dt-sc-tabs-horizontal-frame > li > a > span { width:100%; margin-bottom:12px; margin-right:0; font-size:25px; }
.type9 ul.dt-sc-tabs-horizontal-frame > li > a.current { background:#fff; }
.type9 .dt-sc-tabs-horizontal-frame-content { background:#fff; padding:45px; } ul.dt-sc-tabs-horizontal-frame > li > a { color:rgba(0, 0, 0, 0.4); }
ul.dt-sc-tabs-vertical-frame > li > a { color:#191919; }
ul.dt-sc-tabs-horizontal-frame > li > a.current { border-color:rgba(0, 0, 0, 0.1); }
ul.dt-sc-tabs-vertical-frame > li > a { border-top-color:rgba(0, 0, 0, 0.1); }
ul.dt-sc-tabs-horizontal-frame, ul.dt-sc-tabs-vertical-frame > li > a { border-bottom-color:rgba(0, 0, 0, 0.1); }
ul.dt-sc-tabs-horizontal-frame > li > a.current { border-bottom-color:#ffffff; }
ul.dt-sc-tabs-vertical-frame > li > a.current { border-right-color:#ffffff; }  @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-tabs-vertical-frame-content img { position:inherit !important; } ul.dt-sc-tabs-horizontal > li > a,
ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 13px; }
ul.dt-sc-tabs-horizontal > li > a { padding: 10px 15px 15px; }
ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 15px; }
ul.dt-sc-tabs-vertical-frame > li > a { font-size: 13px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 15px; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 13px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 14px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 18px; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { padding: 11px 20px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { min-width: 25%; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 13px; line-height: normal; padding: 18px 10px; } .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a,
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a { padding: 15px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 15px; }		
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { line-height: 46px; padding-right: 0; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:after { right: 27px; }
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding-left: 50px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current:before { border-bottom-width: 24px; border-top-width: 24px; }
} @media only screen and (min-width:768px) and (max-width:991px) { ul.dt-sc-tabs-horizontal > li > a, ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 12px; }
ul.dt-sc-tabs-horizontal > li > a { padding: 10px 15px 15px; }
ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 15px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 12px; padding: 8px 10px; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 11px; padding: 10px 20px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 13px; min-width: 25%; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 10px; line-height: normal; padding: 18px 10px; }
.dt-sc-tabs-vertical-frame-content img { position:inherit !important; } ul.dt-sc-tabs-vertical > li > a { font-size: 11px; padding: 10px 10px 15px 0; }
ul.dt-sc-tabs-vertical > li > a > span { margin: 0 5px 0 0; top: 0; }
ul.dt-sc-tabs-vertical-frame > li > a { font-size: 10px; }
.dt-sc-one-half ul.dt-sc-tabs-vertical-frame > li > a, .vc_col-sm-6 ul.dt-sc-tabs-vertical-frame > li > a { padding: 14px 8px; }
ul.dt-sc-tabs-vertical-frame > li > a > span { margin: 0 5px 0 0; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; padding-left: 20px; padding-right: 20px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current::before { right: 20px; top: 12px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:first-child > a.current::before { top: 28px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 11px; padding: 15px 12px 14px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current::before { border-bottom-width: 23px; border-top-width: 23px; }
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding-left: 40px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; padding: 12px 15px 12px 0; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { font-size: 14px; line-height: 46px; padding-right: 3px; right: -30px; width: 30px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:after { right: 6px; }	
}  @media only screen and (max-width: 767px) {
.dt-sc-tabs-vertical-frame-content img { position:inherit !important; }
.type7 ul.dt-sc-tabs-horizontal { padding-left:20px; }
.type7 .dt-sc-tabs-horizontal:before { content:none; }
.type7 ul.dt-sc-tabs-horizontal-frame { padding-left:0px; }
.type7 ul.dt-sc-tabs-horizontal-frame:before, .type7 .dt-sc-tabs-horizontal-frame > li:after { display:none; }
.type7 ul.dt-sc-tabs-horizontal-frame > li, .type7 ul.dt-sc-tabs-horizontal-frame > li > a { width:100%; }
ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-vertical li { position: relative; z-index: 1; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li,
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame li,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li { text-align: center; width: 100%; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a,
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { display: inline-block; float: none; }	
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame { border-top: none; padding: 0 0 35px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li, 
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li { border: none; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame li { overflow: hidden; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 14px; }
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame > li > a { margin-top: 0; margin-bottom: 2px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:before,
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:after { content: ""; height: 2px; position: absolute; top: 0; width: 100%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame > li > a.current::before, 
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame > li > a.current::after { bottom: -2px; top: auto; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:before { left: -100%; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:after { right: -100%; }		
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { border-right-width: 1px; margin: 0 0 -2px; width: 80%; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a > span { float: none; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame { border: none; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li { margin: 0 0 35px; }
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { margin: 0 0 -1px; min-width: 60%; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame,
.dt-sc-tabs-horizontal-frame-container.type2.alter ul.dt-sc-tabs-horizontal-frame,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li { border-bottom: 1px solid rgba(0,0,0,0.08); }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li,
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a,
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li, 
.dt-sc-tabs-horizontal-frame-container.type5.alter ul.dt-sc-tabs-horizontal-frame > li > a { display: block; float: none; line-height: normal; }
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame > li { display: block; }
.dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame > li, .dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame > li > a, 
.dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame > li, .dt-sc-tabs-horizontal-frame-container.type9 ul.dt-sc-tabs-horizontal-frame > li > a { display: block; width: 100%; }
.dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame > li { margin-bottom: 5px; }
.dt-sc-tabs-horizontal-frame-container.type8 ul.dt-sc-tabs-horizontal-frame > li > a span { float: none; } 
.dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame { min-height: auto !important; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li:first-child > a.current { border-left-color: rgba(0, 0, 0, 0.1); }							
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:before,
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a.current:after { background-color: rgba(0, 0, 0, 0.1); }
}  @media only screen and (min-width: 480px) and (max-width: 767px) { ul.dt-sc-tabs-horizontal > li > a,
ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 11px; padding: 10px 15px 15px; }
ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 15px; } .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame,
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame,
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame { width: 46%; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a { padding: 15px; }
.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding: 0 0 0 20px; width: calc(54% + 1px); }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a,
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a,
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current:before { font-size: 18px; right: 15px; top: 15px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:first-child > a.current:before { top: 31px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current:before { border-width: 24px 0 24px 15px; }
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content { padding: 0 0 0 35px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { padding: 12px 15px 12px 0; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { line-height: 46px; padding-right: 3px; right: -30px; width: 30px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:after { right: 6px; }	
} @media only screen and (max-width: 479px) { ul.dt-sc-tabs-horizontal, ul.dt-sc-tabs-horizontal-frame { border: none; }
ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-horizontal-frame li { border-bottom: 1px solid rgba(0,0,0,0.1); text-align: center; width: 100%; }
ul.dt-sc-tabs-horizontal > li > a, ul.dt-sc-tabs-horizontal-frame > li > a { display: inline-block; float: none; }
ul.dt-sc-tabs-horizontal-frame li { margin-bottom: 10px; }
ul.dt-sc-tabs-horizontal-frame li:last-child { margin-bottom: 0; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li { margin: 0; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { width: 98%; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li { width: 95%; }
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 16px; }
.dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content { padding: 30px 30px 0; }
.type7 ul.dt-sc-tabs-horizontal { padding-left:0px; }
.type7 ul.dt-sc-tabs-horizontal > li { float:left; width:100%; }
.type7 .dt-sc-tabs-horizontal:before, .type7 .dt-sc-tabs-horizontal > li:after { content:none; }
ul.dt-sc-tabs-vertical-frame > li > a { font-size: 13px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame, 
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame, 
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame, 
.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { width: 100%; }
.dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content { padding: 30px 0 0 0; }
.dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content,
.dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding: 50px 0 0 0; }
} @media only screen and (max-width: 319px) { ul.dt-sc-tabs-horizontal > li > a, 
ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 12px; }
ul.dt-sc-tabs-horizontal > li > a { padding: 10px 15px 15px; }
ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 15px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a,
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { font-size: 11px; }
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li > a { padding: 8px 10px; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { padding: 10px 20px; }
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a > span { top: -1px; }
.dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content .dt-sc-icon-box.type5.rounded-skin { padding-left: 0; }
.dt-sc-tabs-horizontal-frame-container.type6 .dt-sc-tabs-horizontal-frame-content .dt-sc-icon-box.type5.rounded-skin .icon-wrapper { margin: 0 auto 20px; position: inherit; }
ul.dt-sc-tabs-vertical > li > a { font-size: 11px; padding: 10px 10px 15px 0; }
ul.dt-sc-tabs-vertical > li > a > span { margin: 0 5px 0 0; top: 5px; }
ul.dt-sc-tabs-vertical-frame > li > a { font-size: 10px; }
.dt-sc-one-half ul.dt-sc-tabs-vertical-frame > li > a, .vc_col-sm-6 ul.dt-sc-tabs-vertical-frame > li > a { padding: 14px 8px; }
ul.dt-sc-tabs-vertical-frame > li > a > span { margin: 0 5px 0 0; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; padding-left: 20px; padding-right: 20px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current::before { right: 20px; top: 12px; }
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li:first-child > a.current::before { top: 28px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame { width: 97%; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 11px; padding: 15px 12px 14px; }
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current::before { border-bottom-width: 23px; border-top-width: 23px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a { font-size: 12px; padding: 12px 15px 12px 0; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a:before { font-size: 14px; line-height: 46px; padding-right: 3px; right: -30px; width: 30px; }
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current:after { right: 6px; }
}
  .dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before, .dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social, 
.dt-sc-team .dt-sc-team-details, .dt-sc-team .dt-sc-team-details, .dt-sc-team, .dt-sc-team h4, .dt-sc-team .dt-sc-team-details h5, .dt-sc-team.rounded .dt-sc-team-thumb:after, 
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay, 
.dt-sc-team.hide-social-show-on-hover p:before, .dt-sc-team.hide-social-show-on-hover p:after, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-thumb-overlay, 
.dt-sc-team.hide-details-show-on-hover:before, .dt-sc-team.hide-details-show-on-hover:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; 
-o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; } .dt-sc-team { float:left; clear:both; width:100%; margin:0px; padding:0px; position:relative; overflow:hidden; }
.dt-sc-team .dt-sc-team-details { float:left; width:100%; padding:30px 10px; text-align:center; position:relative; }
.dt-sc-team .dt-sc-team-details h4 { font-weight:600; margin-bottom:10px; }
.dt-sc-team.hide-details-show-on-hover:before, .dt-sc-team.hide-details-show-on-hover:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
.dt-sc-team.hide-details-show-on-hover:before { height: 3px;}
.dt-sc-team.hide-details-show-on-hover:after { height: 0px;}
.dt-sc-team.hide-details-show-on-hover:hover:before { height:0; }
.dt-sc-team.hide-details-show-on-hover:hover:after { height: 5px;}
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { position:absolute; left:0px; bottom:0px; width:100%; padding:30px 10px; text-align:center; }
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details h4 { font-weight:600; text-transform:uppercase; margin-bottom:10px; }
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { top:auto; height:auto; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; 
-ms-transform: translate3d(0,100%,0); -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); -webkit-backface-visibility: hidden; backface-visibility: hidden;  }
.dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details { -ms-transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-thumb { width: 100%; position: relative; margin: 0; padding: 0; float: left; }
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-thumb > img { position: relative; width: 100%; float: left; }
.ie9 .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { opacity:0; }
.ie9 .dt-sc-team.hide-details-show-on-hover:hover .dt-sc-team-details { opacity:1; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-thumb { position: relative; float: left; width: 100%; }
.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-thumb-overlay { opacity: 1; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-thumb-overlay { position: absolute; left: 0; right: 0; background: rgba(0,0,0,0.6); bottom: 0; opacity: 0; top: 0; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-thumb-overlay .dt-sc-team-social { position:absolute; opacity:0; top: 50%; left:0px; right:0; transform: translateY(-50%);  
-moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 { margin-bottom:0px; } 
.dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-social { opacity:1; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border { top: -70px; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border { top: -74px; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.hexagon-border { top: -68px; padding-bottom: 8px; padding-top: 14px; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details { background-color: transparent; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h4 { font-size: 20px; line-height: 32px; color: #000; text-transform: capitalize; font-weight: 700; letter-spacing: 0.5px; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 { margin-bottom: 0px; font-size: 13px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; }
.dt-sc-team.hide-social-show-on-hover p { font-size: 16px; line-height: 32px; color: #505050; font-weight: 400; position: relative; margin: 25px 0 0; padding: 15px 0 0; }
.dt-sc-team.hide-social-show-on-hover p:before { background-color: #d4d4d4; }
.dt-sc-team.hide-social-show-on-hover p:before, .dt-sc-team.hide-social-show-on-hover p:after { position: absolute; content: ""; display: block; left:0; right:0; margin: 0 auto; }
.dt-sc-team.hide-social-show-on-hover p:before { width: 50px; height: 2px; top: 0; }
.dt-sc-team.hide-social-show-on-hover p:after { width: 0; height: 2px; top: 0; }
.dt-sc-team.hide-social-show-on-hover:hover p:before { width: 0; }
.dt-sc-team.hide-social-show-on-hover:hover p:after { width: 50px; }
.dt-sc-team-social { float:left; clear:both; width:100%; margin:0px; padding:0px; text-align:center; }
.dt-sc-team-social li { display:inline-block; margin:0px 5px; padding:0px; }
.dt-sc-team-social li a { width:34px; height:34px; text-align:center; font-size:16px; line-height:34px; }
.dt-sc-team-social.rounded-border li a { border:1px solid; border-radius:50%; }
.dt-sc-team-social.square-border li a { border:1px solid; }
.dt-sc-team-social.rounded-square li a { border-radius:5px; }
.dt-sc-team-social.diamond-square-border li { text-align:center; width:30px; height:30px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); border-radius:5px; margin:0px 10px; }
.dt-sc-team-social.diamond-square-border li a { margin:-5px 0px 0px -5px; width:40px; height:40px; line-height:40px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
.dt-sc-team-social.hexagon-border { margin-bottom: -13px; }
.dt-sc-team-social.hexagon-border li { margin: 8px 5px; background: none; border: 1px solid; border-top: none; border-bottom: none; width: 42px; }
.dt-sc-team-social.hexagon-border li:before, .dt-sc-team-social.hexagon-border li:after { border-color: #000; }
.dt-sc-team.details-on-image .dt-sc-team-thumb > img { position:relative; }
.dt-sc-team.details-on-image .dt-sc-team-details { position:absolute; bottom:0px; left:0px; }
.dt-sc-team.details-on-image .dt-sc-team-details h4 { text-transform:uppercase; }
.dt-sc-team.rounded .dt-sc-team-thumb { position:relative; }
.dt-sc-team.rounded .dt-sc-team-thumb:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; border:20px solid; border-radius:50%; }
.dt-sc-team.rounded .dt-sc-team-thumb:after { content:""; position:absolute; left:20px; top:20px; border-radius:50%; width:87%; height:87%; width:-webkit-calc(100% - 40px); width:-moz-calc(100% - 40px); width:calc(100% - 40px); height:-webkit-calc(100% - 40px); height:-moz-calc(100% - 40px); height:calc(100% - 40px); }
.dt-sc-team.rounded .dt-sc-team-thumb img { border-radius:50%; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details, .dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details { background:none; position:static; }
.dt-sc-team.rounded .dt-sc-team-details h4 { text-transform:uppercase; font-size:16px; }
.dt-sc-team.rounded .dt-sc-team-details h5 { text-transform:uppercase; font-size:14px; font-weight:600; }
.dt-sc-team.rounded .dt-sc-team-details { position:initial; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { top:28%; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { background:none; }
.dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a { border-radius:50%; }
.dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a:hover { border-radius:50%; background: #fff; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb { border:1px solid; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details { padding:20px 10px 10px; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details h5 { position:absolute; left:0px; right:0px; margin:auto; bottom:30px; opacity:0; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social { padding:0px; width:100%; position:absolute; opacity:0; top:-45px; left:0px; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li { background: #fff; border-color: #fff; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li a:hover { border: 1px solid #fff; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-border li { border-radius: 50%; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li { border-radius: 5px; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li a  { border: 1px solid #fff; background: #fff; }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li a { border: none; }
.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social { opacity:1; }
.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5 { opacity:1; }
.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details { padding:40px 10px 50px; }
.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-social { top:-15px; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.square-border li a { border-radius: 0; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.rounded-square li a { border: 1px solid; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li { border-radius: 5px; border-color: #fff; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li a { border-radius: 0; background: none; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li a { border-radius: 0; background: none; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.square-border, 
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border { top: 28%; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details .dt-sc-team-social.rounded-square li a { border-color: #fff; border-radius: 5px; }
.dt-sc-team.type2 { float:left; clear:both; width:100%; border-left:1px solid; border-right:1px solid; }
.dt-sc-team.type2 .dt-sc-team-thumb { border-right:1px solid; position:relative; }
.dt-sc-team.type2 .dt-sc-team-thumb img { width: 100%; float: left; }
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 50%; float: none; background: none; display: table-cell; vertical-align: middle; }
.dt-sc-team.type2 .dt-sc-team-details { text-align:left; padding:25px; position:relative; }
.dt-sc-team.type2 .dt-sc-team-details h4 { letter-spacing:1px; font-size:16px; text-transform:uppercase; margin-bottom:0px; }
.dt-sc-team.type2 .dt-sc-team-details h5 { font-weight:normal; font-size:13px; letter-spacing:0px; border-bottom:1px solid; display:inline-block; padding:0px 20px 15px 0px; }
.dt-sc-team.type2 .dt-sc-team-details p { margin-top:10px; }
.dt-sc-team.type2 .dt-sc-team-details:before { content:""; position:absolute; top:35px; left:-15px; border-top:15px solid transparent; border-bottom:15px solid transparent; border-right:15px solid; z-index:1; }
.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay { position:absolute; left:0px; top:0px; width:100%; height:100%; opacity:0; }
.dt-sc-team.type2:hover .dt-sc-team-thumb .dt-sc-team-thumb-overlay { opacity:1; }
.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-social { position:absolute; left:0px; right:0px; top:0px; bottom:0px; text-align:center; height:35px; margin:auto; }
.dt-sc-team.type2 .dt-sc-team-social li a:hover, .dt-sc-team .dt-sc-team-social.diamond-square-border li a, .dt-sc-team-social.hexagon-border li a { color: #000000;}
.dt-sc-team.type2 .dt-sc-team-social.rounded-square li a, .dt-sc-team-social.diamond-square-border li,  .dt-sc-team .dt-sc-team-social.diamond-square-border li { background: none; border: 1px solid; }
.dt-sc-team-social.hexagon-border li { position:relative; width: 42px; height:25px; margin: 8px 5px; background: none; border: 1px solid; border-top: none; border-bottom: none; }
.dt-sc-team-social.hexagon-border li:before, .dt-sc-team-social.hexagon-border li:after { content:""; position:absolute; z-index:1; width:30px; height:30px; -webkit-transform:scaleY(0.5774) rotate(-45deg); -ms-transform:scaleY(0.5774) rotate(-45deg); transform:scaleY(0.5774) rotate(-45deg); background-color:inherit; left:5px; }
.dt-sc-team-social.hexagon-border li:before { top:-15.0660px; border-top:solid 1.5px; border-right:solid 1.5px; }
.dt-sc-team-social.hexagon-border li:after { bottom:-15.0660px; border-bottom:solid 1.5px; border-left:solid 1.5px; left:5px; }
.dt-sc-team-social.hexagon-border li a { line-height:52px; position:relative; z-index:9; left:-1px; top:-13px; width:42px; height:52px; }
.dt-sc-team.type2.alter .dt-sc-team-thumb { float:right; border-left:1px solid #fafaf6; border-right:0px; }
.dt-sc-team.type2.alter .dt-sc-team-details:before { left:inherit; right:-15px; border-right:0px; border-left:15px solid #f1efea; }
.dt-sc-team.type2.alter .dt-sc-team-details h4 { text-align:right; }
.dt-sc-team.type2.alter .dt-sc-team-details h5 { float:right; padding-right:0; }
.dt-sc-team.type2.alter .dt-sc-team-details p { display:inline-block; width:100%; text-align:right; }
.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb { width:200px; height:200px; margin:0 auto; }
.dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb:before { z-index:1; border-color:rgba(255, 255, 255, 0.01); }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-thumb:after { z-index:0; width:100%; height:100%; left:0; top:0; }
.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social { top: 19%; z-index:2; }
.dt-sc-team.rounded.team_rounded_border:hover .dt-sc-team-thumb:after { background:rgba(255, 255, 255, 0.9); }
.dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before { border:8px solid; }
.dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social li a { color:#222222; }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h4, .dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h5 { text-transform:capitalize; font-weight:normal; }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h4 { font-size:18px; margin-bottom:5px; }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details h5 { margin-bottom:15px; font-size:14px; }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p { font-size:16px; margin-bottom:15px; }	
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a { font-size:14px; }
.dt-sc-team.rounded.team_rounded_border .dt-sc-team-details p a > i { margin-right:5px; }
.dt-sc-team.rounded.zoom-in-hover { min-height:330px; padding-top:10px; }
.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb:before { border: 0; box-shadow: 0 0 0 10px #f5f5f5; width:100%; height:100%; }
.dt-sc-team.rounded.zoom-in-hover .dt-sc-team-thumb img { float:left; }
.dt-sc-team.rounded.zoom-in-hover:hover .dt-sc-team-thumb { max-width: 220px; } .dt-sc-team-social.square-border li:hover a, .dt-sc-team.type2 .dt-sc-team-social li a, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li,.dt-sc-team .dt-sc-team-social.diamond-square-border li:hover a, .dt-sc-team-social.hexagon-border li:hover a,.dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li a, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li:hover a, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social li a { color: #fff; }
.dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.type2 .dt-sc-team-social li a, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a:hover, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details .dt-sc-team-social li a, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:before, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.hexagon-border li:after, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.diamond-square-border li:hover { border-color: #fff; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.rounded-border li a:hover, .dt-sc-team.type2 .dt-sc-team-social.rounded-square li a:hover, .dt-sc-team.type2 .dt-sc-team-social.square-border li a:hover, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.type2 .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social.hexagon-border li:hover { background: #fff; }	
.dt-sc-team.type2, .dt-sc-team.type2 .dt-sc-team-thumb { border-color:#fafaf6; }
.dt-sc-team.type2 .dt-sc-team-details:before { border-right-color:#f1efea; }
.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a { border-color:#000000; }
.dt-sc-team.rounded .dt-sc-team-thumb:before { border-color:rgba(255, 255, 255, 0.4); }
.dt-sc-team.type1 .dt-sc-team-details h5 { color:#888888; }
.dt-sc-team-social.rounded-border li a, .dt-sc-team-social.square-border li a, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social li a:hover { color:#000000; }
.dt-sc-team-social.rounded-border li a:hover, .dt-sc-team-social.square-border li a:hover, .dt-sc-team-social.rounded-square li a, .dt-sc-team.details-on-image .dt-sc-team-details h4, .dt-sc-team.details-on-image .dt-sc-team-details h5, .dt-sc-team.hide-social-show-on-hover.details-on-image .dt-sc-team-details h5, .dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a, .dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h4, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li:hover a { color:#ffffff; }
.dt-sc-team.type2 .dt-sc-team-details p { color:#222222; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details h5, .dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details h5 { color:rgba(0, 0, 0, 0.2); }
.dt-sc-team.type2 .dt-sc-team-details h5 { color:rgba(0, 0, 0, 0.4); }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-details h5 { color:rgba(0, 0, 0, 0.5); }
.dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details h5 { color:rgba(255, 255, 255, 0.6); }
.dt-sc-team.rounded .dt-sc-team-details h4, .dt-sc-team.rounded:hover .dt-sc-team-details h4 { color:#1b1310; }
.dt-sc-team-social.diamond-square-border li, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-details, .dt-sc-team-social.hexagon-border li:hover { background:#ffffff; }
.dt-sc-team .dt-sc-team-details { background:rgba(0, 0, 0, 0.05); }
.dt-sc-team.details-on-image .dt-sc-team-details { background:rgba(0, 0, 0, 0.8); }
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { background:rgba(255, 255, 255, 0.9); }
.dt-sc-team.type2 { background:#f1efea; }
.dt-sc-team.type2 .dt-sc-team-details h5  { border-bottom-color:rgba(0, 0, 0, 0.1); }
.dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-thumb { border-color:#ffffff; }  @media only screen and (min-width:992px) and (max-width:1199px) {
.dt-sc-team .dt-sc-team-details h4 { font-size: 20px; }
.dt-sc-team .dt-sc-team-details h5 { font-size: 16px; }
.dt-sc-team.details-on-image .dt-sc-team-details h4 { font-size: 18px; } .vc_col-md-6 .dt-sc-team, .vc_col-md-12 .dt-sc-team { margin-top: 30px; }
.dt-sc-team .dt-sc-team-thumb img { width: 100%; }		
.dt-sc-team.type2.alter .dt-sc-team-details::before { right: 30px; transform: rotate(-90deg); }		
.dt-sc-team-social li { margin: 0 3px; }
.dt-sc-team-social li a { font-size: 15px; height: 30px; line-height: 30px; width: 30px; }
.dt-sc-team-social.hexagon-border li { margin: 8px 3px; }
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 50%; }	
.dt-sc-team.type2 .dt-sc-team-details:before { border-bottom-width: 16px; top: -22px; left: 30px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }		
.dt-sc-team.type2 .dt-sc-team-details h4 { font-size: 15px; margin-bottom: 5px; }
.dt-sc-team.type2 .dt-sc-team-details h5 { margin-bottom: 10px; padding-bottom: 10px; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { top: 35%; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { top: -70px; }
.dt-sc-team-social.diamond-square-border li { margin: 0 7px; }
.rs_min_height_team_col .wpb_column { min-height: 355px !important; }	
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.rounded-border, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social.square-border { top:-70px; }	
}  @media only screen and (min-width:768px) and (max-width:991px) {
.vc_custom_carousel .dt-sc-team.team_rounded_border.rounded .dt-sc-team-thumb { width:170px; height:170px; }
.vc_custom_carousel .dt-sc-team.rounded.team_rounded_border.hide-social-show-on-hover .dt-sc-team-social { top:15%; } .rs_col-sm-6 .dt-sc-team { margin-bottom: 30px; }
.rs_col-sm-6:last-child .dt-sc-team,
.rs_col-sm-6:nth-last-child(2) .dt-sc-team { margin-bottom: 0; }
.dt-sc-team .dt-sc-team-thumb img { width: 100%; }
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; float: left; }
.dt-sc-team.type2 .dt-sc-team-details { padding: 50px 25px; }
.dt-sc-team.type2 .dt-sc-team-details:before { border-bottom-width: 16px; top: -22px; left: 30px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.dt-sc-team-social li { margin: 0 2px 2px; }
.dt-sc-team-social li a { font-size: 15px; height: 30px; line-height: 30px; width: 30px; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { top: 30%; }
.rs_min_height_team_col .rs_col-sm-6.wpb_column { min-height: 500px !important; }		
}  @media only screen and (max-width: 767px) {
.rs_col_no_btm_space .dt-sc-team { margin-bottom:0; }
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; float: left; }
.dt-sc-team.type2.alter .dt-sc-team-details::before { border-right:15px solid #f1efea; left: 30px; right: auto; border-left:transparent; } .dt-sc-team { margin: 0 0 30px; }
.dt-sc-team .dt-sc-team-thumb img,
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width: 100%; }
.dt-sc-team.type2 .dt-sc-team-details { padding: 50px 25px; }
.dt-sc-team.type2 .dt-sc-team-details:before { border-bottom-width: 16px; top: -22px; left: 30px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }		
.rs_min_height_team_col .wpb_column { min-height: 470px !important; }	
.rs_col_no_btm_space.dt-sc-team { margin-bottom: 0; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) { .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { top: 32%; }
.rs_min_height_team_col .wpb_column { min-height: 570px !important; }
} @media only screen and (max-width: 479px) {
.rs_min_height_team_col .wpb_column { min-height: 440px !important; }
} @media only screen and (max-width: 319px) {	
.rs_min_height_team_col .wpb_column { min-height: 350px !important; } .dt-sc-team-social li { margin: 0 2px; }
.dt-sc-team-social li a { font-size: 15px; height: 30px; line-height: 30px; width: 30px; }
.dt-sc-team-social.hexagon-border li { margin: 12px 2px; }
.dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-social { top: 22%; }
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { top: -70px; }
.dt-sc-team-social.diamond-square-border li { margin: 0 7px; }
}
  .dt-sc-testimonial-images li a img, .dt-sc-testimonial.type4 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote, .dt-sc-testimonial.type5 .dt-sc-testimonial-author img { -webkit-transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s; transition:all 0.3s linear 0s; } .dt-sc-testimonial-wrapper { float:left; clear:both; margin:0px; padding:0px; position:relative; width:100%; }
.dt-sc-testimonial blockquote q p { display:inline; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite { display:inline-block; font-size:16px; font-style:normal; margin:20px 0 0; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small { clear:both; display:block; font-size:14px; font-weight: normal; }	
.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets { float:left; width:100%; text-align:center; margin:40px 0px 0px; padding:0px; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a { width:10px; height:10px; border:1px solid; text-indent:-9999px; border-radius:50%; display:inline-block; margin:5px; position:relative; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:before { display:none; content:""; position:absolute; border:4px solid; left:-4px; top:-4px; border-radius:50%; width:100%; height:100%; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before { display:block; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite { clear:both; display:inline-block; margin: 0 0 35px; text-align:center; width:100%; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite small { border-left: 1px solid; display: inline-block; margin-left: 10px; padding-left: 10px; }
.dt-sc-testimonial.type1 { text-align:center; }
.dt-sc-testimonial.type1 .dt-sc-testimonial-author { display:inline-block; margin: 0 0 20px; text-align:center; width:100%; }
.dt-sc-testimonial.type1 .dt-sc-testimonial-author span { display:inline-block; border:5px solid; border-radius:50%; line-height:0; }
.dt-sc-testimonial.type1 .dt-sc-testimonial-author img { max-width:120px; border-radius:50%; }
.dt-sc-testimonial.type1 blockquote { font-weight:600; font-size:16px; line-height:30px; font-style:italic; letter-spacing:0.5px; position:relative; padding:50px 0px 0px; }
.dt-sc-testimonial.type1 blockquote:before { content:"\e6b3"; font-family:'Stroke-Gap-Icons'; font-size:30px; font-style:normal; font-weight:400; position:absolute; top:0px; left:0px; right:0px; margin:auto; }  
.dt-sc-testimonial.type1 .dt-sc-testimonial-author cite { clear:both; text-align:center; display:inline-block; width:100%; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author { margin: 10px 0 20px; }
.dt-sc-testimonial.type2 { float:left; clear:both; width:100%; margin:0px; padding:0px; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-quote { display:inline-block; clear:both; margin:0px 0px 30px; padding:0px; width:100%; position:relative; }
.dt-sc-testimonial.type2 blockquote { border:1px solid; padding:25px 25px 30px; margin:0px; display:inline-block; position:relative; font-size:14px; line-height:26px; }
.dt-sc-testimonial.type2 blockquote:before { content:""; position:absolute; left:33px; bottom:-11px; border-left:14px solid transparent; border-right:14px solid transparent; border-top:14px solid; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before { content:""; position:absolute; left:41px; bottom:-12px; width:2px; height:15px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);  -ms-transform:rotate(-45deg); transform:rotate(-45deg); }
.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:after { content:""; position:absolute; left:52px; bottom:-12px; width:2px; height:15px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg);  -ms-transform:rotate(45deg); transform:rotate(45deg); }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author span { border:1px solid; border-radius:50%; padding:6px; float:left; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author img { max-width:88px; float:left; border-radius:50%; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { float:left; margin:30px 0px 0px 30px; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite small { font-size:14px; display:block; clear:both; }	
.dt-sc-testimonial.type3 { text-align:center; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author { margin:0px 0px 20px; display:inline-block; width:100%; text-align:center; position:relative; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author:before { content:""; position:absolute; width:75%; height:1px; left:0px; right:0px; margin:auto; top:45px; border-top:1px solid rgba(0, 0, 0, 0.1); }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author span { display:inline-block; border-radius:50%; line-height:0; position:relative; z-index:1; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author img { max-width:90px; border-radius:50%; }
.dt-sc-testimonial.type3 blockquote { font-weight:600; font-size:16px; line-height:30px; font-style:italic; letter-spacing:0.5px; position:relative; padding:0px; }
.dt-sc-testimonial.type3 blockquote q { font-weight:300; font-style:normal; position:relative; display:inline-block; }
.dt-sc-testimonial.type3 blockquote q:before { font-size:50px; left:-10px; top:20px; position:relative; }
.dt-sc-testimonial.type3 blockquote q:after { font-size:50px; position:absolute; bottom:-7px; display:inline-block; margin-left:15px; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite { clear:both; display:inline-block; font-size:16px; font-style:normal; font-weight:bold; margin:0 0 20px; text-align:center; width:100%; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small { clear:none; display:inline-block; }	
.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author cite small { color:#fff; }
.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before { border-color:#fff; }	
.dt-sc-testimonial-special-wrapper .dt-sc-testimonial-wrapper { padding-bottom:20px; }
.dt-sc-testimonial-special-wrapper:before, .dt-sc-testimonial-special-wrapper:after { content:''; position:absolute; right:-25px; top:0px; bottom:0px; margin:auto; width:50px; height:50px; }
.dt-sc-testimonial-special-wrapper:before { background-color: #fff; -webkit-border-radius:10px; border-radius:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); }
.dt-sc-testimonial-special-wrapper:after { content:"\201c"; text-align:center; font-size:55px; line-height:82px; font-family:Georgia, "Times New Roman", Times, serif; }
.dt-sc-testimonial-images { float:left; margin:0px; padding:0px; max-width:505px; }
.dt-sc-testimonial-images li { display:inline; float:left; margin:0px; width:25%; padding:0px; line-height:0px; }
.dt-sc-testimonial-images li a { line-height:0px; display:inline-block; padding:15px; width:100%; }
.dt-sc-testimonial-images li a img { max-width:100%; border-radius:5px; }
.dt-sc-testimonial-images li:nth-child(5) { clear:both; }
.dt-sc-testimonial-images li a { -webkit-transition:none; -moz-transition:none; -o-transition:none; -ms-transition:none; transition:none; }
.dt-sc-testimonial-images li div { width:100%; margin:0px; padding:0px; display:inline-block; }
.dt-sc-testimonial-images li.selected div { margin:17px auto; display:block; width:85px; height:85px; overflow:hidden; border-radius:15px; transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); position:relative; border:3px solid; }
.dt-sc-testimonial-images li.selected a { display: block; position:absolute; bottom: 0; left: 0; right: 0; top: 0; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); }
.dt-sc-testimonial-images li.selected img { max-width:none; position:absolute; left: 50%; top: 50%; width:125px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.dt-sc-testimonial.type4 { display:inline-block; padding-bottom: 70px; }
.dt-sc-testimonial.type4 blockquote { font-style:italic; font-weight:normal; font-size:18px; line-height:28px; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-quote { width:76%; float:right; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author { margin:0px 4% 0px 0px; float:left; width:20%; text-align:center; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author img { border-radius:50%; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite { font-size:16px; font-style:normal; margin:20px 0px 0px; position:absolute; bottom: 30px; right: 0; text-align: right; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small { text-transform:none; font-size:13px; letter-spacing:normal; clear:both; display:inline; width:100%; margin-left:10px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-quote { border-bottom:1px dashed; padding:0px 0px 60px; margin:0px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote { font-size:16px; line-height:28px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img { border-radius:50%; max-width:100px; float:left; margin: -50px 0 30px 0px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float:right; font-size:14px; font-style:normal; font-weight:600; letter-spacing:1px; margin: 1px 0 0; padding: 3px 15px; position:relative; text-align: right; text-transform:uppercase; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small { text-transform:none; font-size:13px; letter-spacing:normal; display:block; float: none; display: inline-block; margin-left: 20px; position: relative; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small:before { position: absolute; content: "/"; display: block; left: -10px; }
.dt-sc-testimonial.type5.alignright { float:right; text-align:right; }
.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite { float:none; display:inline-block; }
.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author img { float:right; margin:0px 0px 0px 20px; }
.dt-sc-testimonial.type5.alignright .dt-sc-testimonial-author cite:before { content:"\201C"; left:-25px; right:inherit; }
.dt-sc-testimonial.type5.aligncenter { text-align:center; }
.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author cite { float:none; display:inline-block; width:100%; }
.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author cite:before { content:""; }
.dt-sc-testimonial.type5.aligncenter .dt-sc-testimonial-author img { float:none; margin:0px; }
.vc_row-no-padding .dt-sc-testimonial.type5 { max-width:500px; }
.dt-sc-testimonial.type6 { overflow:hidden; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author { float:right; width:40%; padding:112px 0px 114px 60px; position:relative; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote { display: inline-block; padding:90px 30px 90px 0; width:60%; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote { font-style:italic; font-size:16px; line-height:30px; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q { padding-left:85px; display:inline-block; text-align:right; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:before { content:""; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before { content:'"'; position:absolute; left:0px; top:15px; font-size:100px; }
.vc_row[data-vc-stretch-content="true"] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote { float: right; width: 75%; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author img { max-width:100px; border:2px solid; border-radius:50%; float:left; margin:0px 20px 0px 0px; position:relative; z-index:1; } 
.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite { margin-top:25px; text-transform:uppercase; font-size:16px; font-weight:bold; position:relative; z-index:1; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small { text-transform:none; font-size:14px; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author:before { content:""; position:absolute; left:65px; top:0px; width:330px; height:330px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); border-radius:10px; }
.dt-sc-testimonial.type6:after { content:""; position:absolute; top:0px; left:75%; width:9000px; height:100%; }
.dt-sc-testimonial.type7 { padding: 60px 0 0; position:relative; text-align:center; }
.dt-sc-testimonial.type7:before { content:open-quote; position:absolute; left: 0; right: 0; top: 25px; margin:auto; font-size:100px; font-family:Georgia, "Times New Roman", Times, serif; color:rgba(0, 0, 0, 0.3); }
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote { margin:20px 0 0; }
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q { font-style:italic; line-height:25px; quotes:none; font-size:14px; }
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote q:before, .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q:after { content:""; }
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite { clear:both; display:inline-block; width:100%; margin-top:25px; font-size:20px; font-weight:300; position:relative; z-index:1; font-family:'Lato', sans-serif; font-style:normal; }
.dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite small { clear:both; display:inline-block; width:100%; text-transform:none; font-weight:300; font-size:14px; color:rgba(0, 0, 0, 0.5); }
.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial .dt-sc-testimonial-author cite { display:block; }
.dt-sc-testimonial-wrapper.type7 .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote { margin:0px 0px 20px 0px; }
.dt-sc-testimonial.type8 { clear:both; margin: 0; float:left; width:100%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote, .dt-sc-testimonial.type8 .dt-sc-testimonial-author { float:left; padding: 0 10px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote { text-align:left; width:69%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author { min-height: 1px; position:relative; width: 31%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote { padding:40px 0px 40px 40px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q { font-size:18px; line-height:32px; font-style:italic; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after { position:absolute; font-size:70px; font-style:normal; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before { left: 15px; top: 35px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after { bottom: 0; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author span { display: block; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author span img { width: 100%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { position:absolute; bottom: 10px; right: 10px; background:#ffffff; text-transform:uppercase; font-size:16px; font-weight:bold; z-index:1; margin:0px; padding:10px 15px; letter-spacing:1px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite:before { border:10px solid rgba(255, 255, 255, 0.65); content:""; position:absolute; bottom: -10px; left:-10px; right: -10px; top:-10px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite small { text-transform:none; font-size:13px; color:rgba(0, 0, 0, 0.4); }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-quote { padding-right:30px; padding-left: 0; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author { float:right; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: 10px; right: auto; } .dt-sc-special-testimonial-container .vc_col-sm-6 { padding: 75px 0 75px 65px; }
.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 { padding: 80px 80px 80px 0; }
ul.dt-sc-testimonial-special li { list-style:none; }
.dt-sc-special-testimonial-container ul.dt-sc-testimonial-images li a img { transition:none; }	
.dt-sc-special-testimonial-details-holder { text-align: center; }
.dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description { font-size: 20px; color: #666666; padding: 0 100px; margin-bottom: 20px; position: relative; font-weight: lighter; line-height: 40px; } 			
.dt-sc-special-testimonial-details-holder .dt-sc-testimonial-description:before { position: absolute; content: '\f1b2'; display: block; left: 0; right: 0; margin: 0 auto; font-size: 120px; top: 50%; transform: translateY(-50%); font-family: Material-Design-Iconic-Font; z-index: -1; opacity: 0.2; }
.dt-sc-special-testimonial-images-holder { padding-bottom: 30px; position: relative; }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image { text-align: center; }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image img { border-radius: 50%; float: none; display: inline-block; margin: 20px 0 10px; width: 180px; cursor: pointer; transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); -ms-transform: scale(0.8); }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite { text-transform: capitalize; font-size: 18px; font-weight: 600; font-style: normal; line-height: 20px; }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-author cite small { width: 100%; float: none; display: inline-block; font-size: 16px; text-transform: capitalize; color: #898989; font-weight: 300; line-height: 28px; letter-spacing: 0.5px; }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current img { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); box-shadow: 0px 0px 20px rgba(0,0,0,0.2); }
.dt-sc-special-testimonial-images-holder .dt-sc-testimonial-image.slick-current .dt-sc-testimonial-author cite small { color: #2b2b2b; }
.dt-sc-special-testimonial-images-holder button.slick-arrow { position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; top: auto; transform: translateY(0); width: 30px; height: 30px; }
.dt-sc-special-testimonial-images-holder.slick-slider .slick-list { padding: 0 !important; }
.dt-sc-special-testimonial-images-holder.slick-slider:before { content: ""; display: block; position: absolute; bottom: -24px; width: 2px; height: 24px; background: #2b2b2b; left: 0; right: 0; margin: 0 auto; }
.dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev { left: -60px; z-index: 1; }
.dt-sc-special-testimonial-images-holder.slick-slider button.slick-next { right: -60px; z-index: 1; }
.dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before, .dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
.dt-sc-special-testimonial-images-holder.slick-slider button.slick-prev:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-top: 8px solid transparent; border-right: 13px solid; border-bottom: 8px solid transparent; }
.dt-sc-special-testimonial-images-holder.slick-slider button.slick-next:before { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-top: 8px solid transparent; border-left: 13px solid; border-bottom: 8px solid transparent; } @media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .dt-sc-testimonial.type1 blockquote { font-weight: 500; }    
::i-block-chrome, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img { border: none; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
} .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small { color:rgba(0, 0, 0, 0.5); }
.dt-sc-testimonial.type1 blockquote, .dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite, .dt-sc-testimonial-special-wrapper:after { color:#000000; }
.dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite small, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.type1 .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite, .dt-sc-dark-bg .dt-sc-testimonial-wrapper .dt-sc-testimonial.special-testimonial-carousel .dt-sc-testimonial-author cite small { color:#ffffff; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small { color:rgba(0, 0, 0, 0.4); }
.dt-sc-testimonial-special-wrapper:after { color:#ffffff; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before, .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:after { background:rgba(0, 0, 0, 0.1); }
.dt-sc-testimonial.type6:after, .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before { background:#f7f7f7; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a { border-color:#000000; }
.dt-sc-testimonial.type1 .dt-sc-testimonial-author span, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote { border-color: rgba(0, 0, 0, 0.06); }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img { -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.06); box-shadow: 0 0 0 5px rgba(0,0,0,0.06); }
.dt-sc-dark-bg .dt-sc-testimonial.type6 .dt-sc-testimonial-author img { border-color:#ffffff; }
.dt-sc-testimonial.type2 blockquote:before { border-top-color:#ffffff; }
.dt-sc-testimonial.type2 blockquote, .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author img { border-color:rgba(0, 0, 0, 0.1); } @media only screen and (min-width:1200px) and (max-width:1380px) {
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote { padding-top: 60px; padding-bottom: 50px; }
} @media only screen and (min-width:992px) and (max-width:1199px) {
.dt-sc-testimonial-images li.selected div { width:65px; height:65px; }
.dt-sc-testimonial-images li { width:32%;  min-height:114px; }
.dt-sc-testimonial-images li:nth-child(5) { clear:none; } .dt-sc-testimonial.type6::after { left: 60%; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { content: none; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote { padding-top: 0; }		
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { right: 10px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before { top: 0; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: 10px; }	
.dt-sc-special-testimonial-container .vc_col-sm-6 { padding:70px 0 70px 65px; }
}  @media only screen and (min-width:768px) and (max-width:991px) {
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { padding-right: 5px; width: 45%; } .dt-sc-testimonial.type6::after { left: 60%; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author { padding-left: 35px; padding-right: 35px; text-align: center; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author > span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite { display: block; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author > span img { float: none; margin: auto; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { content: none; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author { display: block; float: none; margin: 0 auto 30px; width: 70%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding: 0; width: 100%; }		
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote { padding-top: 0; }		
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { right: 10px; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: 10px; }		
.dt-sc-testimonial-wrapper.carousel_items .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { bottom: 10px; left:10px; text-align: center; }	
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before { top: 0; }
.dt-sc-testimonial-images li.selected div { width:65px; height:65px; }
.dt-sc-testimonial-images li { width:32%;  min-height:106px; }
.dt-sc-testimonial-images li:nth-child(5) { clear:none; } .vc_row-no-padding .rs_col-sm-12 .dt-sc-testimonial.type5 { max-width:inherit; }
.dt-sc-special-testimonial-container .vc_col-sm-6 { padding:60px 40px; }
.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 { padding:60px 40px; }	
}  @media only screen and (max-width: 767px) {
.dt-sc-special-testimonial-container .vc_col-sm-6 { padding:65px 35px; }
.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 { padding:60px 40px; }
.dt-sc-testimonial-images li { width:32%; min-height:112px; }
.dt-sc-testimonial-images li:nth-child(5) { clear:none; }
.dt-sc-testimonial-images li.selected div { width:70px; height:70px; }
.dt-sc-testimonial-special-wrapper::before, .dt-sc-testimonial-special-wrapper::after { bottom: -23px; left: 0; right:0; top:auto; } .dt-sc-testimonial.type5 { float: left; margin: 0 0 25px; text-align: center; width: 100%; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author span { display: block; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img { margin-left: auto; margin-right: auto; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float: none; }
.vc_row-no-padding .dt-sc-testimonial.type5 { max-width: inherit; }
.dt-sc-testimonial.type6 { text-align: center; overflow: visible; }
.dt-sc-testimonial.type6::after { content: none; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author { padding-left: 20px; padding-right: 20px; width: 100%; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author img { float: none; margin: auto }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author > span, .dt-sc-testimonial.type6 .dt-sc-testimonial-author cite { display: block; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote { float: left; padding-right: 0; width: 100%; }
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before { position: static; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q { padding: 0; text-align: center; }
.vc_row[data-vc-stretch-content="true"] .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote { float: none; margin: auto; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { height: 200px; margin: auto; left: 0; right: 0; top: 50%; width: 200px; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author::after { content: ""; height: 100%; left: -100%; position: absolute; right: -100%; top: 0; width: 9999px; background-color: #f7f7f7; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { width: 100%; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { right: 10px; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: 10px; }		
} @media only screen and (max-width: 479px) {
.dt-sc-special-testimonial-container .extend-bg-fullwidth-left.vc_col-sm-6 { padding-left:20px; padding-right:20px; }
.dt-sc-special-testimonial-container .vc_col-sm-6 { padding-left:15px; padding-right:15px; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { height: 220px; width: 220px; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author { text-align: center; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-author img { display: block; float: none; margin: 0 auto; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding: 0; }	
}  @media only screen and (min-width: 320px) and (max-width: 479px) {
.dt-sc-testimonial-images li { width:49%; min-height:117px; }
.dt-sc-testimonial-images { max-width:237px; }
} @media only screen and (max-width: 319px) { .dt-sc-testimonial-images { max-width:140px; }		
.dt-sc-testimonial-images li { width:100%; } .dt-sc-testimonial.type2 .dt-sc-testimonial-author, .dt-sc-testimonial.type5 .dt-sc-testimonial-author { text-align: center; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type2 .dt-sc-testimonial-author img { float: none; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author span { display: inline-block; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author img { display: block; }
.dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { margin: 30px auto; width: 100%; }
.dt-sc-testimonial.type4 { padding-top: 140px; text-align: center; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-quote,
.dt-sc-testimonial.type4 .dt-sc-testimonial-author { width: 100%; }		
.dt-sc-testimonial.type4 .dt-sc-testimonial-author > span { display: inline-block; margin: auto; max-width: 60%; position: absolute; left: 0; right: 0; top: 0; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite { display: block; position: static; text-align: center; }
.dt-sc-testimonial.type4 .dt-sc-testimonial-author cite small { display: block; margin-left: 0; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img { float: none; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before { right: 0; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { display: block; font-size: 12px; float: none; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote { padding-right: 0; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote:before { content: none; }
.dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q { padding-left: 0; text-align: center; }
}
  .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline .dt-sc-hr-timeline-thumb:before, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3, 
.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2, .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:before, 
.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay, .dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay, 
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span, 
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span img,
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content h2, .dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay h5 { 
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }  .dt-sc-hr-timeline-section.type1, .dt-sc-hr-timeline-wrapper { float:left; width:100%; clear:both; margin:0px; padding:0px; position:relative; }
.dt-sc-hr-timeline-section.type1:before { content:""; position:absolute; left:0px; top:0px; bottom:0px; margin:auto; height:5px; width:100%; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after { content:""; position:absolute; top:0px; bottom:0px; margin:auto; height:5px; width:9000px; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before { left:100%; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after { right:100%; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content { display:inline-block; padding:25px 20px 30px; border-radius:5px; text-align:center; width:50%; margin:0px 0px 35px; position:relative; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content { float:right; margin:45px 0px 0px; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content h3 { font-size: 24px; line-height: normal; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before,
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after { content:""; position:absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before { border:5px solid; height:26px; bottom:-13px; width:26px; -webkit-border-radius:50%; border-radius:50%; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after { bottom:-43px; height:30px; width:5px; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:before { bottom:inherit; top:-13px; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:after { bottom:inherit; top:-42px; } .dt-sc-hr-timeline-section.type2 { float:left; width:100%; margin:0px; padding:0px; clear:both; position:relative; }
.dt-sc-hr-timeline-section.type2:before { content:""; position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; height:5px; width:78%; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content { text-align:center; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb { display:inline-block; line-height: 0; margin: 0 0 70px; position:relative; top: 10px; text-align:center; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { margin: 70px 0 0; top: -8px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb img { border-radius:50%; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 { font-size:15px; font-weight:bold; line-height: normal; margin-bottom: 30px; position:relative; text-transform:uppercase; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before { content:""; position:absolute; left: 0; right: 0; bottom:-10px; margin:auto; height:1px; width:70px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline:not(.bottom) .dt-sc-hr-timeline-content h3 { margin-top: 45px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p { margin-bottom: 45px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p { font-size: 15px; line-height: 24px; margin-bottom: 0; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before { content:""; position:absolute; left:42%; left:-webkit-calc(50% - 13px); left:-moz-calc(50% - 13px); left:calc(50% - 13px); top:100%; width:26px; height:26px; border:1px solid; border-radius:50%; transform: translateY(44px); }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after { content:""; position:absolute; left:50%; left:-webkit-calc(50% - 2px); left:-moz-calc(50% - 2px); left:calc(50% - 2px); top:100%; width:5px; height:44px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:before { bottom: 100%; top: auto; transform: translateY(-44px); }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:after { bottom: 100%; top: auto; } .dt-sc-timeline-section { float:left; width:100%; clear:both; margin:0px 0px 46px; padding:0px; position:relative; }
.dt-sc-timeline-section:before { content:""; position:absolute; left:0px; right:0px; top:0px; margin:auto; height:100%; width:5px; }
.dt-sc-timeline { display:inline-block; width:100%; }
.dt-sc-timeline-section .dt-sc-timeline:first-child { margin-top:-19px; }
.dt-sc-timeline-section .dt-sc-timeline:last-child { margin-bottom:-46px; }
.dt-sc-timeline .column { margin:0px; width:50%; }
.dt-sc-timeline.right > .column { float:right; }
.dt-sc-timeline .dt-sc-timeline-content h2 { font-size:16px; line-height: normal; }
.dt-sc-timeline .dt-sc-timeline-content h2 span { font-size:24px; }
.dt-sc-timeline.left .dt-sc-timeline-content { text-align:right; padding:0px 120px 0px 0px; position:relative; }
.dt-sc-timeline.right .dt-sc-timeline-content { padding:0px 0px 0px 120px; position:relative; }
.dt-sc-timeline .dt-sc-timeline-content:before { content:""; position:absolute; top:0px; bottom: 0; right:72px; margin:auto; width:26px; height:26px; border:5px solid; border-radius:50%; }
.dt-sc-timeline .dt-sc-timeline-content:after { content:""; position:absolute; top:0px; bottom: 0; right:3px; margin:auto; width:70px; height:5px; }
.dt-sc-timeline.right .dt-sc-timeline-content:before { right:inherit; left:73px; }
.dt-sc-timeline.right .dt-sc-timeline-content:after { right:inherit; left:2px; } .dt-sc-timeline-section.type2:before { width:3px; height:85%; }
.dt-sc-timeline-section.type2 .dt-sc-timeline { margin-bottom:-60px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.left .dt-sc-timeline-content, .dt-sc-timeline-section.type2 .dt-sc-timeline.right .dt-sc-timeline-content { text-align:center; padding:0px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper { margin:17px auto; display:inline-block; overflow:hidden; position:relative; border:3px solid; position:relative; z-index:1; }
.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper img { width:150px; float:left; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content h2 span { font-size:30px; margin-bottom:10px; display:inline-block; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content h2 { font-size:16px; line-height:27px; margin-bottom:0px; width:62%; margin:0px 19%; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:before { border:0px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after { width:45%; height:1px; border-top:2px dotted; background:none; top:76px; bottom:inherit; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after { right: 1px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.right .dt-sc-timeline-content::after { left: 2px; right: auto; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content { margin-bottom:0px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content .dt-sc-timeline-content h2 { font-size:30px; font-style:italic; font-weight:bold; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.simple-content .dt-sc-timeline-content:after { width:70px; top:13px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child { margin-bottom: 0; margin-left: -5px; margin-top:100px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .column { width:100%; }
.dt-sc-timeline-section.type2 .dt-sc-timeline.left:last-child .dt-sc-timeline-content { padding-right:0px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content:after { border-width: 0; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content h2 { margin-top:10px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content h2 span { margin-bottom:15px; }
.dt-sc-timeline-section.type2:after { content:""; position:absolute; left:0px; right:0px; top:-15px; margin:auto; border:3px solid; width:16px; height:16px; transform:rotate(45deg); -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); } .dt-sc-timeline-section.type3 { padding:30px 0px; }
.dt-sc-timeline-section.type3:before {  width:2px; height:100%; background:rgba(0, 0, 0, 0.1); }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content:before { right:0px; width:24px; height:24px; border:2px solid rgba(0, 0, 0, 0.1); z-index:1; right:-12px; top:40px; bottom:inherit; }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content:after { background:#ffffff; width:34px; height:34px; border-radius:50%; right:-18px; top:35px; bottom:inherit; }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2 { position:relative; padding:10px 0px 0px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2:before { content:""; position:absolute; width:30px; height:2px; top:0px; right:0px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2 span { color:#000000; margin-bottom:5px; display:inline-block; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content h2:before { left:0px; right:inherit; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content:before { left:-12px; right:inherit; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content:after { left:-18px; right:inherit; }
.dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content { padding-top:30px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content { padding-right:105px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left:105px; } .dt-sc-timeline-section.type4:before { background:#222222; }
.dt-sc-timeline-section.type4 .dt-sc-timeline { padding-bottom:80px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline:last-child { padding-bottom:55px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content:before, .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content:before, .dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content:after, .dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content:after { background:none; border:none; }
.dt-sc-timeline-section.type4 .dt-sc-timeline:first-child { margin-top:15px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content { padding-right:80px; padding-top:15px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left:80px; padding-top:15px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2 { text-transform:uppercase; position:relative; margin-bottom:30px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2 span { font-size:16px; color:#222222; font-weight:600; }
.dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2:before { content:""; position:absolute; width:70px; height:1px; right:0px; bottom:-10px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content h2:before { right:inherit; left:0px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right > .column { float:right; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay { height: 100%; opacity:0; filter: alpha(opacity=0); position: absolute; left: 0; top: 0; text-align:center; width:100%; border-radius:50%; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay h5 { color:#ffffff; font-weight:bold; line-height:28px; text-transform:uppercase; padding:37px 30px; font-size:18px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline:hover .dt-sc-timeline-thumb-overlay { opacity:1; filter: alpha(opacity=100); }	
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper { position:absolute; margin-left:30px; max-width:136px; right:-166px; top:0px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper img { border-radius:50%; box-shadow: 0 0 0 3px #222222; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:before { content:""; position:absolute; left:-48px; top:55px; width:25px; height:25px; border:1px solid #222222; background:#ffffff; border-radius:50%; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper:after { content:""; position:absolute; left:-30px; top:67px; width:30px; height:5px; background:#222222; z-index:-1; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper { right:inherit; left:-166px; margin-right:30px; margin-left:0px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper:before { left:153px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper:after { left:132px; } .dt-sc-timeline-section.type5 { margin-bottom:0px; }
.dt-sc-timeline-section.type5:before { background:rgba(0, 0, 0, 0.1); width:1px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content:before, .dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content:before, .dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content:after, .dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content:after { background:none; border:none; }
.dt-sc-timeline-section.type5 .dt-sc-timeline:first-child, .dt-sc-timeline-section.type5 .dt-sc-timeline:last-child { margin:0px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content { padding-right:65px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left:65px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content { position:relative; float:left; }	
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper { position:absolute; right:-38px; height:75px; width:75px; text-align:center; background:#ffffff; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span { font-size:40px; line-height:75px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 { margin-top:20px; margin-bottom:15px; font-size:20px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 span { color:#1b1310; font-size:20px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content p { color:rgba(0, 0, 0, 0.3); }
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper { right:inherit; left:-38px; }
.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content { position:relative; padding-left:85px; text-align:left; }
.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content::before { border-left: 5px solid #fff; content: ""; display: inline-block; height: 80%; left: 33px; position: absolute; top: 0; }
.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content h3 { font-size:18px; text-transform:none; }
.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content span { background: #0eb2e7; border-radius: 50%; box-shadow: 0 0 0 7px #fff; color: #fff; font-size: 25px; height: 56px; left: 7px; line-height: 56px; position: absolute; text-align: center; top: 7px; width: 56px; }
.dt-sc-hr-timeline-section.type2.with_icon .dt-sc-hr-timeline-content h4 { font-size:50px; margin-top:35px; } .dt-sc-timeline-section.dt-sc-vc-special { width: 100%; float: left; position: relative; z-index: 9; padding-top: 0px; text-align: center; }
.dt-sc-timeline-section.dt-sc-vc-special:before { width: 1px; z-index: -1; top: 50px; }
.dt-sc-timeline-section.dt-sc-vc-special:after { position: absolute; content: ""; display:  block; height: 11px; width: 11px; bottom: -50px; left: 0; right: 0; margin: 0 auto; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline { margin-top: 0; margin-bottom: 52px; width: 100%; float: none; display: inline-block; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:last-child { margin-bottom: 0; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content:before,
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content:after { display: none; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper {width: 100%; float: left; text-align: center; position: relative; margin-bottom: 20px; } 
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper:empty { display: none; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper > span { width: 140px; height: 140px; line-height: 140px; font-size: 90px; border: 1px solid; background: #fff; float: none;
display: inline-block; margin-bottom: 20px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper h3 { font-size: 24px; background: #fff; padding: 24px 0; text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper { width: 45%; float: left; position: relative; text-align: center; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-image-wrapper a { display: inline-block; width: 100%; position: relative; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay { position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);
opacity: 0; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay h5 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-shadow: 2px 2px 5px rgba(0,0,0,0.5); font-size: 20px; letter-spacing: 10px; text-transform: uppercase; margin: 0; font-weight: 700; width: 100%;  }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:hover .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay { opacity: 1; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:hover .dt-sc-timeline-image-wrapper .dt-sc-timeline-thumb-overlay h5 { letter-spacing: 1px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-content-wrapper { width: 45%; float: right; padding: 0 80px 0 0; text-align: left; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-button { width: 100%; float: left; text-align: center; margin-bottom: 40px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-button a.dt-sc-button { font-size: 16px; padding: 14px 40px 15px; margin: 0; text-transform: uppercase; font-weight: 700;
letter-spacing: 1.5px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-button a.dt-sc-button:before,
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-button a.dt-sc-button:after
{
content: none;
}
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline.alignright .dt-sc-timeline-image-wrapper { float: right; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline.alignright .dt-sc-timeline-content-wrapper { text-align: right; padding: 0 120px 0 0; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content h2 { font-size: 24px; text-transform: capitalize; line-height: normal; letter-spacing: 1.5px; 
margin-bottom: 10px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content span { font-weight: 700; color: #2f2c33; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-content-wrapper span { font-size: 13px; text-transform: capitalize; letter-spacing: 1px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-content-wrapper p { font-size: 16px; line-height: 32px; font-weight: 400; margin: 40px 0 0 0;
letter-spacing: 0.5px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:hover .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span { color: #fff; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:hover .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span img { filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);
-webkit-filter: brightness(0) invert(1); -ms-filter: brightness(0) invert(1); }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline:last-child { margin-bottom: 0; }
.dt-sc-dark-bg .dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper h3, 
.dt-sc-dark-bg .dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-icon-wrapper > span { background: #000000; } @media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after { bottom: -42px; }
::i-block-chrome, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content:after { bottom:inherit; top:-41px; }
::i-block-chrome, .dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay { left: 0; top: 0; }
::i-block-chrome, .dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper { right: -160px; }
} .dt-sc-dark-bg .dt-sc-timeline .dt-sc-timeline-content h2 span { color:#ffffff; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before { background:#f5f5f5; }
.dt-sc-timeline-section:before, .dt-sc-timeline .dt-sc-timeline-content:after { background:rgba(0, 0, 0, 0.05); }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before { background:#ffffff; }
.dt-sc-hr-timeline-section.type2:before, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:after, .dt-sc-title.with-two-color-stripe:before { background:#222222; }
.dt-sc-timeline .dt-sc-timeline-content:before { border-color:rgba(0, 0, 0, 0.05); }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb:before { border-color:#222222; } @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb { top: 22px; }		
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { top: -16px; }		
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 { margin-bottom: 10px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline.alignright .dt-sc-timeline-content-wrapper { padding: 0 90px 0 0; }
}  @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb { top: 32px; }		
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { top: -30px; }	
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p { font-size: 12px; line-height: 20px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content { padding-right: 50px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left: 50px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb img { width: 106px; }
.dt-sc-hr-timeline-section.type1:before, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after { bottom: -1px; }
.dt-sc-timeline .dt-sc-timeline-content h2 { line-height: 30px; }	
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3 { margin-top: 20px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline.alignright .dt-sc-timeline-content-wrapper { padding: 0 70px 0 0; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content h2 { font-size: 20px; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-content-wrapper p { margin: 0 0 20px 0; }
}  @media only screen and (max-width: 767px) { .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content, .dt-sc-timeline .column { width: 100%; }
.dt-sc-hr-timeline-section.type1 .column { margin-bottom: 0; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content { margin: 42px 0 0; }
.dt-sc-hr-timeline-section.type2::before { content: none; }
.dt-sc-hr-timeline-section.type2 .column { margin-bottom: 50px; }
.dt-sc-hr-timeline-section.type2 .column:last-child { margin-bottom: 20px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-thumb { top: 0; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline:not(.bottom) .dt-sc-hr-timeline-content h3 { margin-top: 6px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3::after,
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after { content: ""; height: 5px; margin: 0 auto; position: absolute; left: 0; right: 0; width: calc(100% - 40px); z-index: -1; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3::after { top: -22px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content h3::after { content: none; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p { margin-bottom: 0; padding-bottom: 30px; position: relative; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after { bottom: 0; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { top: -15px; } .dt-sc-timeline-section::before { right: auto; }
.dt-sc-timeline-section::after { content: ""; height: 100%; right: 0; margin: auto; position: absolute; right: 0; top: 0; width: 5px; }
.dt-sc-timeline-section .dt-sc-timeline:first-child { margin-top: -10px; }
.dt-sc-timeline .dt-sc-timeline-content::after { right: 0; width: 25px; }
.dt-sc-timeline.right .dt-sc-timeline-content::after { left: 0; }
.dt-sc-timeline .dt-sc-timeline-content::before { right: 25px; }
.dt-sc-timeline.left .dt-sc-timeline-content { padding: 0 70px 0 0; }
.dt-sc-timeline.right .dt-sc-timeline-content::before { left: 25px; }
.dt-sc-timeline.right .dt-sc-timeline-content { padding: 0 0 0 70px; }
.dt-sc-timeline-section.type2 { border-width: 0 3px; border-style: solid; }
.dt-sc-timeline-section.type2::after { left: auto; right: -10px; }
.dt-sc-timeline-section.type2::before { border-width: 3px; border-style: solid; content: ""; height: 16px; left: -9px; margin: auto; position: absolute; top: -15px; transform: rotate(45deg); 
width: 16px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline { margin-bottom: 15px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child { margin-top: 20px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content::before { width: 100%; }
.dt-sc-timeline-section.type2 .dt-sc-timeline:last-child .dt-sc-timeline-content::after { border-width: 2px; width: 100%; }
.dt-sc-timeline-section.type3::after { width: 2px; }
.dt-sc-timeline-section.type5::after { width: 1px; }
.dt-sc-timeline-section.type3::after, .dt-sc-timeline-section.type4::after, .dt-sc-timeline-section.type5::after { z-index: -1; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.left .dt-sc-timeline-content { padding-left: 20px; padding-right: 40px; }
.dt-sc-timeline-section.type3 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left: 40px; padding-right: 20px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline { padding-bottom: 40px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content { padding-left: 20px; padding-right: 30px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left: 30px; padding-right: 20px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.left .dt-sc-timeline-content,
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-content { padding-top: 165px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper { margin-left: 0; margin-right: 30px; right: 0; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper::after { left: auto; right: -30px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-image-wrapper::before { left: auto; right: -40px; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper { margin-left: 30px; margin-right: 0; left: 0; right: auto; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper::before { left: -40px; right: auto; }
.dt-sc-timeline-section.type4 .dt-sc-timeline.right .dt-sc-timeline-image-wrapper::after { left: -30px; right: auto; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper { height: 50px; right: -26px; width: 50px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper { left: -26px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content .dt-sc-timeline-icon-wrapper span { font-size: 36px; line-height: 50px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.left .dt-sc-timeline-content { padding-left: 15px; padding-right: 35px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline.right .dt-sc-timeline-content { padding-left: 35px; padding-right: 15px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content { margin: 0 0 20px; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 { margin-top: 15px; } .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:after,
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p:after { background-color: #222222;  }
.dt-sc-timeline-section:after { background-color: rgba(0, 0, 0, 0.05); }
.dt-sc-timeline-section.type2:before { background-color: rgba(0,0,0,0); }
.dt-sc-timeline-section.type4:after { background-color: #222222; } .dt-sc-timeline-section.dt-sc-vc-special { margin: 0; }
.dt-sc-timeline-section.dt-sc-vc-special:before, .dt-sc-timeline-section.dt-sc-vc-special:after { content: none; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-image-wrapper { width: 100%; }
.dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline-content-wrapper, .dt-sc-timeline-section.dt-sc-vc-special .dt-sc-timeline.alignright .dt-sc-timeline-content-wrapper { width: 100%; 
padding: 30px 0 0 0; }
} @media only screen and (max-width: 479px) { .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { top: -4px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after { bottom: calc(50% + 10px); }
.dt-sc-timeline-section { display: block; float: none; margin-left: auto; margin-right: auto; width: 95%; }
.dt-sc-timeline-section.type5 { width: 90%; }
.dt-sc-timeline-section.type5 .dt-sc-timeline .dt-sc-timeline-content h2 { margin-top: 10px; line-height: normal; }
} @media only screen and (max-width: 319px) { .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-content p::after { bottom: 50%; }
.dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper { height: 75px; width: 80px; }
.dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content::after { top: 57px; }
.dt-sc-timeline-section.type5 { width: 100%; }
}
.dt-sc-title { position:relative; clear:both; float:left; }
.aligncenter .dt-sc-title { width:100%; }
.dt-sc-title.aligncenter { display: table; float: none; }
.dt-sc-title.with-two-color-bg { margin-bottom:60px; }
.dt-sc-title.with-two-color-bg:before { content:""; position:absolute; left:-20px; top:0px; width:100%; height:100%; -webkit-transform:skewX(-30deg); transform:skewX(-30deg); -ms-transform:skewX(-30deg); }
.dt-sc-title.with-two-color-bg:after { content: ""; height: 100%; top: 0; right: 100%; position: absolute; -ms-transform: skewX(-30deg) translateX(-30px); -webkit-transform: skewX(-30deg) translateX(-30px); transform: skewX(-30deg) translateX(-30px); width: 9000px; }	
.dt-sc-title.with-two-color-bg h2 { line-height: normal; margin:0px; padding:25px 30px 23px 10px; position:relative; left:10px; z-index:1; }
.dt-sc-title.script-with-sub-title { width: 100%; }
.dt-sc-title.script-with-sub-title h2 { font-weight:normal; margin-bottom:0px; letter-spacing:0.5px; } .dt-sc-title.script-with-sub-title h1, .dt-sc-title.script-with-sub-title h2, .dt-sc-title.script-with-sub-title h3 { font-size: 60px; line-height: 70px; letter-spacing: 0.5px; font-weight: 700; }
.dt-sc-title.script-with-sub-title h4, .dt-sc-title.script-with-sub-title h5, .dt-sc-title.script-with-sub-title h6 { font-size: 60px; font-weight: 400; line-height: 70px; margin-bottom: 40px; } .dt-sc-title.script-with-sub-title.dt-sc-custom-title h1, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h2, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h3 { font-size: 50px;
font-weight: 400; margin-bottom: 40px; line-height: 32px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h4, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h5, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h6 { font-size: 18px; font-weight: 700; line-height: 40px; margin-bottom: 20px; letter-spacing: 0.5px; color: #ffffff; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h4 strong, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h5 strong, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h6 strong { font-size: 60px; font-weight: 700; text-transform: capitalize; width: 100%; display: inline-block; position: relative;
line-height: normal; border: 5px dashed; padding: 20px; margin-bottom: 20px; } .dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color.alter-color h1, .dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h2, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h3 { font-size: 40px; font-weight: 400; margin-bottom: 40px; line-height: 32px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h4, .dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h5, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h6 { font-size: 40px; font-weight: 700; line-height: 40px; margin-bottom: 40px; letter-spacing: 0.5px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h1, .dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h2, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h3 { color: #ffffff; }
.dt-sc-title.with-two-border h2 { position:relative; display:inline-block; }
.dt-sc-title.with-two-border h2:before, .dt-sc-title.with-two-border h2:after { content: ""; position: absolute; top: 50%; width: 80px; height: 2px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.dt-sc-title.with-two-border h2:before { left:-100px; }
.dt-sc-title.with-two-border h2:after { right:-99px; }
.dt-sc-title.with-sub-title h2 { margin-bottom:10px; }
.dt-sc-title.with-sub-title h3 { font-size:14px; letter-spacing:0.5px; }
.dt-sc-title.with-two-color-stripe { position:relative; width:100%; margin:0px 0px 50px; }
.dt-sc-title.with-two-color-stripe:before, .dt-sc-title.with-two-color-stripe:after { content:""; height:100%; position:absolute; top: 0; width:9000px; }
.dt-sc-title.with-two-color-stripe:before { right: 100%; transform:skewX(-30deg) translateX(-30px); -webkit-transform: skewX(-30deg) translateX(-30px); -ms-transform: skewX(-30deg) translateX(-30px); }
.dt-sc-title.with-two-color-stripe:after { left: 100%; transform:skewX(-30deg) translateX(30px); -webkit-transform:skewX(-30deg) translateX(30px); -ms-transform:skewX(-30deg) translateX(30px); }
.dt-sc-title.with-two-color-stripe h3 { font-size:20px; margin:40px 0px -5px; letter-spacing:0.5px; float:left; }
.dt-sc-title.with-two-color-stripe h2 { font-size:34px; font-weight:900; letter-spacing:0.5px; float:left; clear:both; margin-bottom:0px; }
.dt-sc-title.with-two-color-stripe h5 { float:left; position:relative; padding:50px 0px 40px 100px; margin:-50px 0px 0px; font-size: 14px; }
.dt-sc-title.with-two-color-stripe h5:before { content:""; position:absolute; left:57px; height:100%; width:1px; top:-5px; -webkit-transform:skewX(-30deg); transform:skewX(-30deg); -ms-transform:skewX(-30deg); }
.dt-sc-title.with-right-border-decor { float:left; clear:both; width:100%; margin: 0; padding: 0  0 20px 70px; }
.dt-sc-title.with-right-border-decor:before { content:""; position:absolute; bottom: 0; left:21px; top: 35px; height: auto; width:1px; }
.dt-sc-title.with-right-border-decor:after { content:""; position:absolute; left:15px; bottom: 0; width:13px; height:13px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); border-radius:2px; }
.dt-sc-title.with-right-border-decor h2 { margin:-7px 0 40px; line-height:40px; position:relative; }
.dt-sc-title.with-right-border-decor p { font-size:14px; }
.dt-sc-title.with-right-border-decor .dt-sc-button { margin-top:30px; clear:both; }
.dt-sc-title.with-right-border-decor h2:before { content:""; position:absolute; left:-62px; top: 10px; width:28px; height:28px; border:4px solid; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); border-radius:3px; }
.dt-sc-title.with-right-border-decor > h4:first-child { color: #cacaca; margin-bottom: 10px; font-weight: 300; font-size: 20px; text-transform: uppercase; padding-bottom: 20px; }
.dt-sc-title.with-right-border-decor > h5:first-child { color: #cacaca; margin-bottom: 5px; font-weight: 400; font-size: 18px; text-transform: uppercase; padding-bottom: 10px; } 
.dt-sc-title.with-right-border-decor > h6:first-child { color: #cacaca; margin-bottom: 0; font-weight: 400; font-size: 16px; text-transform: uppercase; padding-bottom: 10px; }
.aligncenter .dt-sc-title.with-right-border-decor > *:first-child:after, .dt-sc-title.with-right-border-decor.aligncenter > *:first-child:after { right: 0; margin: 0 auto; }
.alignright .dt-sc-title.with-right-border-decor > *:first-child:after, .dt-sc-title.with-right-border-decor.alignright > *:first-child:after { left: auto; right: 0; }
.dt-sc-title.with-right-border-decor.alignright > * { text-align: right; float: right; }
.dt-sc-title.with-right-border-decor.aligncenter > * { text-align: center; float: none; display: inline-block; }
.dt-sc-title.with-boxed { display: block; float: none; margin: 0 0 0 15px; height:100%; text-align:center; text-transform:uppercase; width: auto; }
.dt-sc-title.with-boxed h2 { height: 120px; margin:auto; padding: 0 15px; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.dt-sc-title.with-boxed h2 span { display:block; font-size:48px; margin-bottom: 0; padding-bottom:20px; }
.dt-sc-title.with-boxed.alter { margin: 0 15px 0 0; }
.dt-sc-photography-style:before { content:""; height: 100%; position:absolute; left: -15px; top: -15px; width: 100%; z-index:-1; }
.dt-sc-photography-style.alter:before { bottom: -15px; left: inherit; right: -15px; top: inherit; }
.dt-sc-triangle-title { float:left; clear:both; width:370px; height:500px; text-align:center; position:relative; } 
.dt-sc-triangle-title:before { content:""; position:absolute; left:0px; right:0px; margin:auto; top:100px; width:310px; height:310px; transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -webkit-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -ms-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); }
.dt-sc-triangle-title:after { content:""; position:absolute; left:0px; right:0px; margin:auto; top:111px; width:290px; height:290px; transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -webkit-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); -ms-transform:rotate3d(1, 1, 5, 47deg) skew(10deg, 10deg); }
.dt-sc-triangle-title h2 { font-size: 28px; line-height: normal; margin: 215px 0 10px; position:relative; z-index:9; }
.dt-sc-triangle-title p { font-size:12px; line-height:24px; position:relative; z-index:9; }
.dt-sc-triangle-title h2, .dt-sc-triangle-title p { color:#fff; }
.dt-sc-ribbon-title { display:inline-block; text-align:center; font-size:30px; background:url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/ribbon.png) no-repeat; width:500px; height:106px; letter-spacing:0.5px; text-transform:uppercase; line-height:55px; }
.mz-title { overflow: hidden; float: left; width: 100%; }
.mz-title .mz-title-content { margin-bottom: 30px; position: relative; clear: both; float: left; }
.mz-title .mz-title-content:before { content:""; position:absolute; right:-16px; top:0px; width:100%; height:100%; -webkit-transform:skewX(30deg); transform:skewX(30deg); -ms-transform:skewX(30deg); }
.mz-title .mz-title-content:after { content:""; height:100%; top:0px; left:114%; left:-webkit-calc(100% - -26px); left:-moz-calc(100% - -26px); left:calc(100% - -26px); position:absolute; -ms-transform:skewX(30deg); -webkit-transform:skewX(30deg); transform:skewX(30deg); width:9000px; background:#f3f3f3; }
.dt-sc-title.mz-title .mz-title-content h2 { padding:17px 10px 15px 20px; position:relative; z-index:1; margin:0px; left:0px; font-size:16px; text-transform:uppercase; }
.dt-sc-title.mz-title .mz-title-content h2 { color:#fff; }
.dt-sc-title.split2-title { overflow: hidden; float: left; width: 100%; }
.dt-sc-title.split2-title .split2-title-content { margin-bottom:30px; position: relative; clear: both; float: left; }
.dt-sc-title.split2-title .split2-title-content:after { background:url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/images/title-pattern.png) repeat; content:""; height:100%; top:0px; left:100%; position:absolute; width:9000px; }	
.dt-sc-title.split2-title .split2-title-content h2 { background:#000; padding:12px 15px; position:relative; z-index:1; margin:0px; left:0px; font-size:16px; text-transform:uppercase; }
.dt-sc-title.split2-title .split2-title-content * { color:#fff; }
.dt-sc-title.with-image.with-sub-title { width: 100%; }
.dt-sc-title.with-image.with-sub-title h2 { font-size: 32px; line-height: 32px; letter-spacing: 0.5px; font-weight: 900; color: #041527; text-transform: capitalize; margin-bottom: 40px;
padding-bottom: 40px; }
.dt-sc-title.with-image.with-sub-title h4 { font-size: 34px; margin: 20px 0 5px; line-height: 20px; font-weight: 400; color: #b7b7b7; }
.dt-sc-title.with-image.with-sub-title p {position: relative; display: inline-block; margin: 0; width: auto; line-height: 10px; position: absolute; bottom: 22px; left: 0; right: auto;
margin: 0 auto; text-align: center; background: #fff; float: none; padding: 0 15px; -webkit-transform: translateX(-20%); -moz-transform: translateX(-20%); transform: translateX(-20%); }
.dt-sc-title.with-image.with-sub-title *:nth-child(2):before { content: ""; position: absolute; display: block; left: 0; right: auto; bottom: 40px; width: 180px; background-color: #bfbfbf; 
z-index: -1; height: 1px; margin: 0 auto; border-radius: 50%; }
.dt-sc-title.with-image.with-sub-title.aligncenter *:nth-child(2):before { left: 0; right: 0; }
.dt-sc-title.with-image.with-sub-title.alignright *:nth-child(2):before { left: auto; right: 0; }
.dt-sc-title.with-image.with-sub-title.aligncenter p { left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); }
.dt-sc-title.with-image.with-sub-title.alignright p { left: auto; right: 0; -webkit-transform: translateX(20%); -moz-transform: translateX(20%); transform: translateX(20%); }
.dt-sc-title.with-image.with-sub-title p img {background-color: #fff; float: none; display: inline-block; } .dt-sc-title.with-two-color-stripe h5 { color:rgba(0, 0, 0, 0.3); }
.dt-sc-dark-bg.skin-color .dt-sc-title.script-with-sub-title h2, .dt-sc-title.with-two-color-bg h2, .dt-sc-title.with-boxed h2, .dt-sc-title.with-boxed h2 a, 
.dt-sc-dark-bg .dt-sc-title.with-image.with-sub-title h2 { color:#ffffff; }
.dt-sc-title.with-boxed h2 a:hover { color:rgba(0, 0, 0, 0.2); }
.dt-sc-title.with-two-color-stripe:after { background:rgba(0, 0, 0, 0.1); }
.dt-sc-title.with-two-color-stripe h5:before { background:rgba(0, 0, 0, 0.2); }
.dt-sc-title.with-two-color-stripe:after { background:#e6e6e8; }
.dt-sc-title.with-two-border h2:before, .dt-sc-title.with-two-border h2:after { background:#000000; }
.dt-sc-dark-bg .dt-sc-title.with-two-border h2:before, .dt-sc-dark-bg .dt-sc-title.with-two-border h2:after { background:#ffffff; }
.dt-sc-title.with-two-color-bg:before, .dt-sc-title.with-two-color-bg h2 { background:#000000; }
.dt-sc-photography-style:before { background:#000000; }
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
.dt-sc-triangle-title::before, .dt-sc-triangle-title::after { transform: rotate(45deg) skew(10deg, 10deg); -ms-transform: rotate(45deg) skew(10deg, 10deg); }
} @media only screen and (min-width:992px) and (max-width:1199px) { .dt-sc-title.with-two-color-stripe:before { transform:skewX(-30deg) translateX(-45px); -webkit-transform: skewX(-30deg) translateX(-45px); -ms-transform: skewX(-30deg) translateX(-45px); }
.dt-sc-title.with-two-color-stripe:after { transform:skewX(-30deg) translateX(45px); -webkit-transform:skewX(-30deg) translateX(45px); -ms-transform:skewX(-30deg) translateX(45px); }		
.dt-sc-title.with-two-color-stripe h5 { padding: 50px 0px 40px 70px; }
.dt-sc-title.with-two-color-stripe h5:before { left: 50px; }
.dt-sc-title.with-two-color-bg h2 { font-size: 24px; line-height: normal; }
.dt-sc-triangle-title { height: 450px; width: 100%; }
.dt-sc-triangle-title:before { height: 250px; top: 100px; width: 250px; }
.dt-sc-triangle-title:after { height: 230px; top: 110px; width: 230px; }
.dt-sc-triangle-title h2 { font-size: 20px; margin-top: 175px; }		
.dt-sc-photography-style.vc_col-md-12 { padding-bottom: 0; }
.dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, .dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4, .dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 { float: none; line-height: normal; }
.dt-sc-title.with-two-color-stripe { text-align: center; }
.dt-sc-title.with-two-color-stripe h5 { margin: 0; padding-left: 0; }
.dt-sc-title.with-two-color-stripe h5 { padding: 50px 0px 40px 70px; padding-left: 70px; }
.dt-sc-title.with-two-color-stripe h5::before { height: 1px; left: 0; top: 25px; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; 
transform: none; }
.dt-sc-title.script-with-sub-title h1, .dt-sc-title.script-with-sub-title h2, .dt-sc-title.script-with-sub-title h3 { font-size: 40px; }
.dt-sc-title.script-with-sub-title h4, .dt-sc-title.script-with-sub-title h5, .dt-sc-title.script-with-sub-title h6 { font-size: 50px; }
}  @media only screen and (min-width:768px) and (max-width:991px) { .dt-sc-title.with-two-color-bg::before { left: 0; }
.dt-sc-title.with-two-color-bg::after { -webkit-transform: skewX(-30deg) translateX(-10px); transform: skewX(-30deg) translateX(-10px); }
.dt-sc-title.with-two-color-bg h2 { font-size: 24px; line-height: normal; left: 35px; }
.dt-sc-title.with-two-color-stripe { text-align: center; }
.dt-sc-title.with-two-color-stripe:before { transform:skewX(-30deg) translateX(-45px); -webkit-transform: skewX(-30deg) translateX(-45px); -ms-transform: skewX(-30deg) translateX(-45px); }
.dt-sc-title.with-two-color-stripe:after { transform:skewX(-30deg) translateX(45px); -webkit-transform:skewX(-30deg) translateX(45px); -ms-transform:skewX(-30deg) translateX(45px); }		
.dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, 
.dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4,
.dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 { float: none; line-height: normal; }
.dt-sc-title.with-two-color-stripe h5 { margin: 0; padding-left: 0; }	
.dt-sc-title.with-two-color-stripe h5::before { height: 1px; left: 0; top: 25px; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.dt-sc-triangle-title { height: 390px; width: 100%; }
.dt-sc-triangle-title:before { height: 195px; top: 100px; width: 195px; }
.dt-sc-triangle-title:after { height: 175px; top: 110px; width: 175px; }
.dt-sc-triangle-title h2 { font-size: 18px; margin-top: 150px; }			
.dt-sc-triangle-title p { font-size: 9px; line-height: 20px; }	
.dt-sc-title.with-boxed h2 { font-size: 24px; }		
.dt-sc-photography-style.rs_col-sm-12 { padding-bottom: 0; }
.dt-sc-title.script-with-sub-title h1, .dt-sc-title.script-with-sub-title h2, .dt-sc-title.script-with-sub-title h3 { font-size: 40px; }
}  @media only screen and (max-width: 767px) { .dt-sc-title.with-two-color-bg { display: block; float: none; margin: 0 15px; text-align: center; width: auto; }
.dt-sc-title.with-two-color-bg:before { left: -7px; }
.dt-sc-title.with-two-color-bg:after { -webkit-transform: skewX(-30deg) translateX(-15px); transform: skewX(-30deg) translateX(-15px); }
.dt-sc-title.with-two-color-bg h2 { font-size: 24px; line-height: normal; padding: 15px 10px 15px 0; }
.dt-sc-title.with-two-color-stripe { text-align: center; }
.dt-sc-title.with-two-color-stripe:before { transform:skewX(-30deg) translateX(-45px); -webkit-transform: skewX(-30deg) translateX(-45px); -ms-transform: skewX(-30deg) translateX(-45px); }
.dt-sc-title.with-two-color-stripe:after { transform:skewX(-30deg) translateX(45px); -webkit-transform:skewX(-30deg) translateX(45px); -ms-transform:skewX(-30deg) translateX(45px); }
.dt-sc-title.with-two-color-stripe h1, .dt-sc-title.with-two-color-stripe h2, 
.dt-sc-title.with-two-color-stripe h3, .dt-sc-title.with-two-color-stripe h4,
.dt-sc-title.with-two-color-stripe h5, .dt-sc-title.with-two-color-stripe h6 { float: none; line-height: normal; }
.dt-sc-title.with-right-border-decor.aligncenter > * { line-height: normal; }
.dt-sc-title.with-two-color-stripe h5 { margin: 0; padding-left: 0; }	
.dt-sc-title.with-two-color-stripe h5::before { height: 1px; left: 0; top: 25px; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; 
transform: none; }
.icon-link-title .vc_column-inner { padding: 0; }		
.dt-sc-title.with-two-border h2 { font-size: 22px; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }
.dt-sc-title.with-two-border h2::before, .dt-sc-title.with-two-border h2::after { top: 50%; width: calc(100% - 85%); }
.dt-sc-title.with-two-border h2::before { left: 100%; }
.dt-sc-title.with-two-border h2::after { right: 100%; }	
.dt-sc-triangle-title { width: 100%; }
.dt-sc-ribbon-title { background-size: 100% auto; width: 100%; }
.dt-sc-title.script-with-sub-title h1, .dt-sc-title.script-with-sub-title h2, .dt-sc-title.script-with-sub-title h3 { font-size: 40px; }
.dt-sc-title.script-with-sub-title h4, .dt-sc-title.script-with-sub-title h5, .dt-sc-title.script-with-sub-title h6 { font-size: 50px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h1, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h2, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h3 { font-size: 30px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h4, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h5, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h6 { font-size: 22px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h4 strong, .dt-sc-title.script-with-sub-title.dt-sc-custom-title h5 strong, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title h6 strong { font-size: 40px; }
.dt-sc-title.with-image.with-sub-title h4 { font-size: 50px; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) { .dt-sc-ribbon-title { line-height: 50px; }	
.dt-sc-triangle-title { height: 510px; margin: 0 0 35px; }
} @media only screen and (max-width: 479px) { .dt-sc-title.with-two-color-bg h2 { font-size: 22px; }
.dt-sc-ribbon-title { font-size: 20px; height: auto; line-height: 32px; padding: 0 0 30px; }	
.dt-sc-title.with-boxed { margin: 0 5px 0 15px; }
.dt-sc-title.with-boxed.alter { margin:  0 15px 0 5px; }
.dt-sc-photography-style:before { left: -10px; top: -10px; }
.dt-sc-photography-style.alter:before { bottom: -10px; right: -10px; }	
}  @media only screen and (min-width: 320px) and (max-width: 479px) { .dt-sc-title.with-two-border h2 { font-size: 20px; }
.dt-sc-title.with-right-border-decor .dt-sc-button.large { font-size: 15px; }
.dt-sc-title.with-boxed h2 { font-size: 24px; height: 100px; }
.dt-sc-title.with-boxed h2 span { font-size: 40px; }		
.dt-sc-triangle-title { height: 450px; }
.dt-sc-triangle-title:before { height: 250px; top: 100px; width: 250px; }
.dt-sc-triangle-title:after { height: 230px; top: 110px; width: 230px; }
.dt-sc-triangle-title h2 { font-size: 22px; margin-top: 170px; }
.dt-sc-title.with-image.with-sub-title h2 { font-size: 25px; }
.dt-sc-title.with-image.with-sub-title h4 { font-size: 30px; }
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h4, .dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h5, 
.dt-sc-title.script-with-sub-title.dt-sc-custom-title.alter-color h6 { font-size: 30px; }
}  @media only screen and (max-width: 319px) { .dt-sc-title.with-two-color-bg { margin: 0 -15px; }
.dt-sc-title.with-two-color-bg h2 { background: none; font-size: 18px; left: auto; padding: 15px 10px; }	
.dt-sc-title.with-two-color-stripe:before { transform:skewX(-30deg) translateX(-120px); -webkit-transform: skewX(-30deg) translateX(-120px); -ms-transform: skewX(-30deg) translateX(-120px); }
.dt-sc-title.with-two-color-stripe:after { transform:skewX(-30deg) translateX(120px); -webkit-transform:skewX(-30deg) translateX(120px); -ms-transform:skewX(-30deg) translateX(120px); }
.dt-sc-title.with-boxed h2 { font-size: 17px; height: 80px; }
.dt-sc-title.with-boxed h2 span { font-size: 34px; }
.dt-sc-photography-style:before { left: -15px; top: -15px; }
.dt-sc-photography-style.alter:before { bottom: -15px; right: -15px; }
.dt-sc-title.with-two-border h2 { font-size: 18px; padding: 0 6px; }
.dt-sc-title.with-two-border.with-sub-title h3 { font-size: 13px; }
.dt-sc-ribbon-title { font-size: 14px; line-height: 24px; }
.dt-sc-title.with-right-border-decor { padding: 0 0 20px 40px; }
.dt-sc-title.with-right-border-decor::before { left: 11px; top: 36px; }
.dt-sc-title.with-right-border-decor::after { height: 11px; left: 6px; width: 11px; }
.dt-sc-title.with-right-border-decor h2 { font-size: 22px; }
.dt-sc-title.with-right-border-decor h2::before { border-width: 3px; height: 20px; left: -42px; width: 20px; }
.dt-sc-title.with-right-border-decor .dt-sc-button.large { font-size: 11px; padding: 20px 30px 18px; }
.dt-sc-triangle-title { height: 390px; }
.dt-sc-triangle-title:before { height: 195px; top: 100px; width: 195px; }
.dt-sc-triangle-title:after { height: 175px; top: 110px; width: 175px; }
.dt-sc-triangle-title h2 { font-size: 18px; margin: 145px 0 0; }			
.dt-sc-triangle-title p { font-size: 9px; }
}
  h5.dt-sc-toggle-accordion, h5.dt-sc-toggle { position:relative; margin:0px 0px 10px; clear:both; font-size:18px; font-weight:bold; }
h5.dt-sc-toggle-accordion a, h5.dt-sc-toggle a { line-height:35px; padding:5px 0px 5px 50px; display:inline-block; width:100%; position:relative; }		
h5.dt-sc-toggle-accordion a:before, h5.dt-sc-toggle a:before { content:""; position:absolute; left:0px; top:0px; width:35px; height:100%; }
h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle:before, h5.dt-sc-toggle:after { content:""; position:absolute; top:0px; bottom:0px; margin:auto; }
h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle:before { width:2px; height:16px; left:17px; }
h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle:after { height:2px; width:16px; left:10px; }	
h5.dt-sc-toggle-accordion.active:before, h5.dt-sc-toggle.active:before { background:none; }
.dt-sc-toggle-content { clear:both; padding:15px 0px 25px 50px; margin:0px; display:none; }	
.dt-sc-dark-bg h5.dt-sc-toggle-accordion.active:before, .dt-sc-dark-bg h5.dt-sc-toggle.active:before { background:none; }
.type2 h5.dt-sc-toggle-accordion, .type2 h5.dt-sc-toggle { font-size:34px; }
.type2 h5.dt-sc-toggle-accordion a:before, .type2 h5.dt-sc-toggle-accordion.active a:before, .type2 h5.dt-sc-toggle a:before, .type2 h5.dt-sc-toggle.active a:before { background:none; }
.type2 h5.dt-sc-toggle-accordion:before, .type2 h5.dt-sc-toggle:before { width:3px; height:30px; left:14px; }
.type2 h5.dt-sc-toggle-accordion:after, .type2 h5.dt-sc-toggle:after { height:3px; width:30px; left:0px; }
.alignright h5.dt-sc-toggle-accordion a:before, .alignright h5.dt-sc-toggle a:before { left:inherit; right:0px; }
.alignright h5.dt-sc-toggle-accordion:before, .alignright h5.dt-sc-toggle:before { right:17px; left:inherit; }
.alignright h5.dt-sc-toggle-accordion:after, .alignright h5.dt-sc-toggle:after { right:10px; left:inherit; }
.alignright h5.dt-sc-toggle-accordion a, .alignright h5.dt-sc-toggle a { padding:0px 50px 0px 0px; }	
.alignright .dt-sc-toggle-content { padding-right:30px; }	
.type2.alignright h5.dt-sc-toggle-accordion:before, .type2.alignright h5.dt-sc-toggle:before { right:14px; }
.type2.alignright h5.dt-sc-toggle-accordion:after, .type2.alignright h5.dt-sc-toggle:after { right:0px; }
.type2.alignright h5.dt-sc-toggle-accordion a, .type2.alignright h5.dt-sc-toggle a { padding:5px 50px 5px 0px; }	
.type2.alignright .dt-sc-toggle-content { padding-right:50px; }		
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle { border-bottom:1px solid; font-weight:normal; margin-bottom: 0; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a { padding:20px 0px 20px 80px; line-height:normal; }	
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, .dt-sc-toggle-frame h5.dt-sc-toggle a:before { content:""; position:absolute; left:0px; top:0px; width:60px; height:100%; border: none; }	
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame h5.dt-sc-toggle:before, .dt-sc-toggle-frame h5.dt-sc-toggle:after { content:""; position:absolute; top:0px; bottom:0px; margin:auto; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame h5.dt-sc-toggle:before { left:29px; width:2px; height:16px; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame h5.dt-sc-toggle:after { left:22px; width:16px; height:2px; }	
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-frame h5.dt-sc-toggle.active:before { background:none; }	
.dt-sc-toggle-frame .dt-sc-toggle-content { padding:15px 0px 25px 20px; margin:0px; border-bottom:1px solid; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle { border:1px solid; border-radius:5px; font-size:16px; margin-bottom:15px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle:after { width:26px; height:1px; right:20px; left:inherit; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle:before { height:26px; width:1px; right:33px; left:inherit; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before { background:none; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left:20px; }
.type2 .dt-sc-toggle-frame .dt-sc-toggle-content { padding:15px 0px 35px; border:0px; margin-bottom:0px; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle { border:1px solid rgba(0, 0, 0, 0.1); border-bottom:0px; font-size:18px; text-transform: capitalize; margin-bottom:-1px; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left:20px; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:after, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before { background:none; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle a:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active:before { background:none; }
.type3 .dt-sc-toggle-frame .dt-sc-toggle-content {  border:1px solid rgba(0, 0, 0, 0.1); border-bottom:0px; margin-bottom:0px; padding:20px 20px 25px 25px; margin-top:1px; border-left-width: 2px; }
.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion.active { border-bottom-color: rgba(0,0,0,0); } .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle.active a { color:#000000; }
.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child h5.dt-sc-toggle-accordion,
.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child .dt-sc-toggle-content { border-bottom:1px solid rgba(0, 0, 0, 0.1); }
.dt-sc-toggle-frame-set.type3 .dt-sc-toggle-frame:last-child .dt-sc-toggle-content { border-bottom:1px solid rgba(0, 0, 0, 0.1); }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active a { color:#ffffff; }
.dt-sc-dark-bg h5.dt-sc-toggle-accordion a, .dt-sc-dark-bg h5.dt-sc-toggle a  { color:#ffffff; }	
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .dt-sc-dark-bg h5.dt-sc-toggle-accordion:after, .dt-sc-dark-bg h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle-accordion.active:after, h5.dt-sc-toggle.active:after, .dt-sc-dark-bg h5.dt-sc-toggle:after, .dt-sc-dark-bg h5.dt-sc-toggle:before, .dt-sc-dark-bg .type2 h5.dt-sc-toggle-accordion:after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active:after, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion { background:#ffffff; }	
h5.dt-sc-toggle-accordion:before, h5.dt-sc-toggle-accordion:after, .type2 h5.dt-sc-toggle-accordion:after, h5.dt-sc-toggle:before, h5.dt-sc-toggle:after { background:rgba(0, 0, 0, 0.1); }
h5.dt-sc-toggle-accordion a:before, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a:before, h5.dt-sc-toggle a:before, .dt-sc-toggle-frame h5.dt-sc-toggle a:before { background:rgba(0, 0, 0, 0.05); }	
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle:after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle:before { background:rgba(0, 0, 0, 0.8); }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle { border-bottom-color:rgba(0, 0, 0, 0.1); }	
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle { border-color:rgba(0, 0, 0, 0.1); }	
.dt-sc-toggle-frame .dt-sc-toggle-content  { border-bottom-color:rgba(0, 0, 0, 0.1); }  @media only screen and (min-width:992px) and (max-width:1199px) { h5.dt-sc-toggle-accordion, h5.dt-sc-toggle, .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame h5.dt-sc-toggle { font-size: 13px; }
.type2 h5.dt-sc-toggle-accordion, .type2 h5.dt-sc-toggle { font-size: 24px; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle { font-size: 14px; }
} @media only screen and (min-width:768px) and (max-width:991px) { .type2 > h5.dt-sc-toggle-accordion, .type2 > h5.dt-sc-toggle { font-size: 24px; }		
.type2 h5.dt-sc-toggle-accordion::before, .type2 h5.dt-sc-toggle::before { height: 25px; left: 11px; }
.type2.alignright h5.dt-sc-toggle-accordion::before, .type2.alignright h5.dt-sc-toggle::before { left: auto; right: 11px; }
.type2 h5.dt-sc-toggle-accordion::after, .type2 h5.dt-sc-toggle::after { width: 25px; }
.type2 > h5.dt-sc-toggle-accordion a, .type2 > h5.dt-sc-toggle a, .type2 > .dt-sc-toggle-content { padding-left: 40px; }
.type2.alignright > h5.dt-sc-toggle-accordion a, .type2.alignright > h5.dt-sc-toggle a, .type2.alignright > .dt-sc-toggle-content { padding-right: 40px; }
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle { font-size: 14px; }
} @media only screen and (max-width: 479px) { .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .dt-sc-toggle-frame h5.dt-sc-toggle::before { left: 20px; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .dt-sc-toggle-frame h5.dt-sc-toggle::after { left: 13px; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a { padding: 12px 0 12px 50px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-top: 15px; padding-bottom: 15px; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a::before, .dt-sc-toggle-frame h5.dt-sc-toggle a::before { width: 40px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle { font-size: 13px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::before { height: 20px; right: 25px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::after { right: 15px; width: 20px; }
.type2 h5.dt-sc-toggle-accordion, .type2 h5.dt-sc-toggle { font-size: 16px; }
.type2 h5.dt-sc-toggle-accordion::before, .type2 h5.dt-sc-toggle::before { height: 20px; left: 8px; }
.type2.alignright h5.dt-sc-toggle-accordion::before, .type2.alignright h5.dt-sc-toggle::before { left: auto; right: 8px; }
.type2 h5.dt-sc-toggle-accordion::after, .type2 h5.dt-sc-toggle::after { width: 20px; }
.type2 > h5.dt-sc-toggle-accordion a, .type2 > h5.dt-sc-toggle a, .type2 > .dt-sc-toggle-content { padding-left: 35px; }
.type2.alignright > h5.dt-sc-toggle-accordion a, .type2.alignright > h5.dt-sc-toggle a, .type2.alignright > .dt-sc-toggle-content { padding-right: 35px; }	
.type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle { font-size: 14px; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-right: 35px; }
}
  .dt-sc-boxed-tooltip { background:#f6f6f6; color:#37251b; display:inline-block; margin:10px 0px 0px; padding:10px 20px; text-align:center; line-height:normal; }
.dt-sc-boxed-tooltip:hover { background:#37251b; color:#ffffff; }
#tiptip_holder { display:none; position:absolute; top:0; left:0; z-index:99999; }		
#tiptip_holder.tip_top { padding-bottom:5px; }		 
#tiptip_holder.tip_bottom { padding-top:5px; }		 
#tiptip_holder.tip_right { padding-left:5px; }		 
#tiptip_holder.tip_left { padding-right:5px; }		
#tiptip_content { padding:8px 10px; color:#ffffff; font-size:12px; line-height:normal; background:rgba(0, 0, 0, 0.8); border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }		
#tiptip_arrow, #tiptip_arrow_inner { position:absolute; border-color:transparent; border-style:solid; border-width:6px; height:0; width:0; opacity:0.85; }		
#tiptip_holder.tip_top #tiptip_arrow { border-top-color:#fff; border-top-color:#000000;  }		
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color:#fff; border-bottom-color:#000000; }		
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#fff; border-right-color:#000000; }		 
#tiptip_holder.tip_left #tiptip_arrow { border-left-color:#fff; border-left-color:#000000; }		
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top:-7px; margin-left:-6px; }		
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top:-5px; margin-left:-6px; }		 
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top:-6px; margin-left:-5px;  }		
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top:-6px; margin-left:-7px;}
   .dt-sc-twitter-feeds { float:left; clear:both; width:100%; text-align:center; }
.dt-sc-twitter-icon { margin:0px 0px 40px; position:relative; float:left; width:100%; clear:both; }
.dt-sc-twitter-icon span { width:70px; height:70px; line-height:70px; font-size:46px; display:inline-block; border-radius:50%; position:relative; z-index:1; }
.dt-sc-twitter-feeds .dt-sc-tweet { display:block; text-align:center; }
.dt-sc-twitter-feeds .tweet-text { font-size:24px; line-height:40px; color:#000000; }
.dt-sc-twitter-feeds .dt-sc-tweet .tweet-time { font-size:16px; clear:both; display:inline-block; width:100%; font-style:italic; margin:10px 0px 0px; }
.dt-sc-twitter-icon:before { content:""; position:absolute; left:100%; right:0px; top:35px; width:9000px; height:1px; }
.dt-sc-twitter-icon:after { content:""; position:absolute; right:100%; right:0px; top:35px; width:9000px; height:1px; }
  .dt-sc-video-manager-wrapper .wpb_column { overflow: hidden; }
.dt-sc-video-manager-right.wpb_column {  height: 505px; margin-bottom: 18px; margin-top: 18px; }
.dt-sc-video-item { float: left; margin-bottom: 18px; overflow: hidden; padding: 0 95px 0 65px; position: relative; width: 100%; box-sizing: border-box; }
.dt-sc-video-item:last-child { margin-bottom: 0; }
.dt-sc-vitem-thumb { bottom: 0; float: left; max-width: 150px; position: absolute; left: 65px; top: 0; width: 22%; z-index: 9; }
.dt-sc-vitem-thumb:before { border: 2px solid #fff; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; }
.dt-sc-vitem-detail { box-sizing: border-box; display: inline-block; padding: 20px 15px 20px 210px; position: relative; transition: all 0.3s linear 0s; width: 100%; }
.dt-sc-vitem-detail h2 { font-size:13px; font-family: 'Lato', sans-serif; text-transform:uppercase; margin-bottom:0px; position:relative; }
.dt-sc-vitem-detail h2:before { content: "\e624"; font-family: 'Pe-icon-7-stroke'; font-size: 13px; position:absolute; left: -42px; }
.dt-sc-vitem-detail p { font-size:11px; margin-bottom:0; color:#443838; }	
.type2 .dt-sc-vitem-detail p { color:#777777; }
.type2 .dt-sc-video-item:before { content: ""; display: block; height: 100%; left: 0; opacity: 0.95; position: absolute; top: 0; width: 100%; background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }
.type2 .dt-sc-video-item:hover .dt-sc-vitem-detail, .type2 .dt-sc-video-item.active .dt-sc-vitem-detail { background-color:transparent; }
.dt-sc-video-item:hover h2, .dt-sc-video-item:hover p, .dt-sc-video-item:hover .dt-sc-vitem-detail:before, .dt-sc-video-item.active h2, .dt-sc-video-item.active p, .dt-sc-video-item.active .dt-sc-vitem-detail:before { color:#eeebe8; }
.dt-sc-video-wrapper { float: left; position:relative; }
.dt-sc-video-wrapper .video-overlay{ position:absolute; left:0; top:0; width:100%; height:100%; display:block; background-color:rgba(0,0,0,0.75); text-align:center; }
.type2 .dt-sc-video-wrapper .video-overlay { background: url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/shortcodes/css/images/video-img-overlay.png) repeat; }
.dt-sc-video-wrapper .video-overlay-inner { bottom: 0; display: block; height: 100px; left: 0; margin: auto; position: absolute; right: 0; top: 0; }
.dt-sc-video-wrapper .video-overlay-inner a { width:70px; height:70px; display:inline-block; border-radius:40px; }
.dt-sc-video-wrapper .video-overlay-inner a span { color:#fff; font-size:30px; line-height:70px; }
.dt-sc-video-wrapper .video-overlay-inner h2 { font-family:'Lato', sans-serif; margin-top:10px; margin-bottom:0px; }
.dt-sc-video-wrapper .video-overlay-inner h2, .dt-sc-video-wrapper .video-overlay-inner p { color:rgba(255,255,255,0.5); }
.type2 .dt-sc-video-wrapper .video-overlay-inner h2, .type2 .dt-sc-video-wrapper .video-overlay-inner p { color:rgba(255, 255, 255, 0.7); }
.dt-sc-video-item:hover { cursor: pointer; }.portfolio, .dt-sc-portfolio-sorting.type6 a:before, .portfolio.type9 .image-overlay .links a:before, 
.portfolio.type9 .image-overlay .links a:after { -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -o-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear; }
.portfolio .image-overlay .links a:first-child, .portfolio .image-overlay-details, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social, .portfolio .image-overlay .links { -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease; -ms-transition:all 0.6s ease; transition:all 0.6s ease; }
.portfolio .image-overlay .links a:last-child, .portfolio figure img, .dt-sc-image-caption .dt-sc-image-wrapper img, .dt-sc-menu figure img { -webkit-transition:all 0.9s ease; -moz-transition:all 0.9s ease; -o-transition:all 0.9s ease; -ms-transition:all 0.9s ease; transition:all 0.9s ease; }
.portfolio .image-overlay .links:after { -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; transition:all 0.4s ease-out; }
.portfolio figure img { -webkit-transition:all 1.5s ease; -moz-transition:all 1.5s ease; -o-transition:all 1.5s ease; -ms-transition:all 1.5s ease; transition:all 1.5s ease; } .dt-sc-portfolio-sorting { float:left; clear:both; width:100%; margin:0px 0px 60px; padding:0px; text-align:center; }
.dt-sc-portfolio-sorting a { font-size:13px; font-weight:600; padding:8px 20px 6px; text-transform:uppercase; letter-spacing:0.5px; border:1px solid; margin:0px 10px 20px; display:inline-block; position:relative; }
.dt-sc-portfolio-sorting.type1 a { margin:0px 15px 20px; }
.dt-sc-portfolio-sorting.type1 a:before, .dt-sc-portfolio-sorting.type1 a:after { content:""; position:absolute; top:0px; bottom:0px; margin:auto; }
.dt-sc-portfolio-sorting.type1 a:before { width:15px; height:1px; left:-18px; }
.dt-sc-portfolio-sorting.type1 a:after { width:1px; height:15px; left:-3px; }	 
.dt-sc-portfolio-container { display: block; width: auto; clear:both; margin:0px; padding:0px; }
.dt-sc-portfolio-container.no-space { float: left; width: 100%; }
.portfolio.column.no-space { margin-bottom:0px; }
.portfolio figure { position:relative; overflow:hidden; }
.portfolio:hover figure img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.portfolio .image-overlay { position:absolute; opacity:0; display:block; bottom:0; left:0; right:0; width:100%; height:100%; overflow:hidden; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.portfolio .image-overlay .links { position:absolute; left:0px; top:0px; width:100%; height:100%; }
.portfolio .image-overlay .links a { display:inline-block; height:45px; width:45px; font-size:20px; line-height:45px; border:1px solid; border-radius:50%; margin:30px 0px 0px 30px; position:relative; bottom:100%; z-index: 1; text-align:center; }
.portfolio .image-overlay .links a:last-child { margin-left:5px; }
.portfolio .image-overlay .links a span { line-height:45px; }
.portfolio .image-overlay .links { width:100%; height:100%; }
.portfolio .image-overlay .links:after { content:''; position:absolute; z-index:-1; }
.portfolio .image-overlay .links:before { left:auto; left:10px;  z-index:2; }
.portfolio .image-overlay .links:after {  width:0;  height:200%; z-index:1;  left:0px;  top:-76%;  margin:-5px 0 0 -5px;  -webkit-transform-origin:0 0;  -webkit-transform:rotate(20deg);  -moz-transform-origin:0 0;  -moz-transform:rotate(30deg);  -ms-transform-origin:0 0;  -ms-transform:rotate(30deg);  transform-origin:0 0; transform:rotate(30deg); z-index:0; }
.portfolio:hover .image-overlay .links:after { width:70%; }
.portfolio.dt-sc-one-fourth:hover .image-overlay .links:after { width:80%; }
@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome,.portfolio .image-overlay .links:after {  -webkit-transform-origin:0 0;  -webkit-transform:rotate(30deg);  -moz-transform-origin:0 0;  -moz-transform:rotate(30deg);  -ms-transform-origin:0 0;  -ms-transform:rotate(30deg);  transform-origin:0 0; transform:rotate(30deg); }
}
.portfolio:hover .image-overlay .links a { bottom:0px; }
.portfolio .image-overlay-details { position:absolute; right:30px; bottom:-100%; text-align:right; border-right:1px solid;  padding:0px 20px; }
.portfolio .image-overlay-details .categories { margin-bottom:0px; }
.portfolio .image-overlay-details .categories a { letter-spacing:0.5px; }
.portfolio .image-overlay h2 { font-weight:300; margin-bottom:0px; padding:0px; }
.portfolio:hover .image-overlay-details { bottom:30px; }
.portfolio:hover .image-overlay { opacity:1; }
.isotope-hidden, .hidden { display:none !important; }
.portfolio,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.portfolio{
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:         top, left, opacity;
transition-property:         transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.dt-sc-infinite-load-more { float:left; width:100%; text-align:center; margin-bottom:50px; } .portfolio.type2 .image-overlay { background:rgba(0, 0, 0, 0.7); }
.portfolio.type2 .image-overlay-details { left:0px; bottom:-100px; right:inherit; width:100%; text-align:left; padding:17px 20px;  border:0px; }
.portfolio.type2:hover .image-overlay-details { bottom:0px; }
.portfolio.type2 .image-overlay h2 { font-size:18px; text-transform: uppercase; font-weight: 600; line-height: normal; }
.portfolio.type2 .image-overlay h2 a, .portfolio.type2 .image-overlay-details .categories a { color:#ffffff; }
.portfolio.type2 .image-overlay .links:after { background:none; }
.portfolio.type2 .image-overlay .links { left:inherit; left:100%; width:100%; height:auto; bottom:57px; top:inherit; }
.portfolio.type2 .image-overlay .links a { background:#000000; border-radius:0px; border:none;  top:auto; bottom:auto; right:0px; float:right; width:60px; height:60px; margin:0px 0px 1px 1px; }
.portfolio.type2 .image-overlay .links a span { font-size:28px; line-height:60px; }
.portfolio.type2 .image-overlay .links a:hover { color:#ffffff; }
.portfolio.type2:hover .image-overlay .links { left:0px; }
.dt-sc-portfolio-sorting.type2 a, .dt-sc-portfolio-sorting.type2 a:hover, .dt-sc-portfolio-sorting.type2 a.active-sort { border:none; background:none; margin:0px; }
.dt-sc-portfolio-sorting.type2 a:before, .dt-sc-portfolio-sorting.type2 a:hover:before, .dt-sc-portfolio-sorting.type2 a.active-sort:before { background:none; }
.dt-sc-portfolio-sorting.type2 a:after {content:""; position:absolute; top:0px; bottom:0px; margin:auto; width:1px; height:15px; left:-3px; background:#ffffff; -webkit-transform:rotate(15deg); -moz-transform:rotate(15deg); -ms-transform:rotate(15deg);  transform:rotate(15deg); }
.dt-sc-portfolio-sorting.type2 { clear:none; width:auto; margin:0px 0px 0px 15px; padding:0px 20px; position:relative; }
.page-template-tpl-portfolio .dt-sc-portfolio-sorting.type2 { margin:0px 0px 60px; }
.dt-sc-portfolio-sorting.type2 a { color:#ffffff; padding:25px 20px 23px; }
.dt-sc-portfolio-sorting.type2 a:hover, .dt-sc-portfolio-sorting.type2 a.active-sort { color:rgba(0, 0, 0, 0.4) !important; }
.dt-sc-portfolio-sorting.type2 a:after, .dt-sc-portfolio-sorting.type2 a:hover:after { background:#ffffff; }
.dt-sc-portfolio-sorting.type2 a:first-child:hover:before, .dt-sc-portfolio-sorting.type2 a:first-child:hover:after { background:none; }
.dt-sc-portfolio-sorting.type2 a.active-sort:before { content:""; position:absolute; top:-1px; left:0px; width:100%; height:100%; border-top:1px solid #000000; border-bottom:1px solid #000000;  height:-webkit-calc(100% + 2px); height:-moz-calc(100% + 2px); height:calc(100% + 2px); }
@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome,.dt-sc-portfolio-sorting.type2 a.active-sort:before { height:103%; }
}
.dt-sc-portfolio-sorting.type2:before { content:""; position:absolute; right:-25px; top:0px; width:50px; height:100%; -webkit-transform:skewX(-30deg); -moz-transform:skewX(-30deg); -ms-transform:skewX(-30deg);  transform:skewX(-30deg);  }
.dt-sc-portfolio-sorting.type2 a.active-sort:after { background:#ffffff; }
.dt-sc-portfolio-sorting.type2 a:first-child:after, .dt-sc-portfolio-sorting.type2 a.active-sort:first-child:after { background:none; } .dt-sc-portfolio-container .portfolio.type3 { padding:2px; }
.portfolio.column.no-space { padding: 0; }
.column .portfolio.type3 { position:relative; }
.portfolio.type3 .image-overlay .links:after { background:none; }
.portfolio.type3 .image-overlay { background:rgba(0, 0, 0, 0.6);  left:10px; top:10px; width:auto; height:auto; right:10px; bottom:10px; }
.portfolio.type3:hover:before { opacity:1; }
.portfolio.type3 .image-overlay .links a { top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); bottom: auto; height: auto; }
.portfolio.type3 .image-overlay .links { top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); left: 0px; right: 0px; margin: 0 auto; width: 100%; height: 100%; text-align: center; }
.portfolio.type3 .image-overlay .links a { font-size:16px; line-height:24px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; border:none; background:none; width:auto; margin:0px; padding:0px 10px; }
.portfolio.type3 .image-overlay .links a:first-child { margin:0px; }
.portfolio.type3 .image-overlay .links a:hover { background:none; }
.portfolio.type3:hover .image-overlay .links a { top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome,.portfolio-single-grid .dt-sc-two-fifth .portfolio.type3 .image-overlay, ::i-block-chrome,.portfolio-single-grid .dt-sc-two-third .portfolio.type3 .image-overlay { width:94.5%; height:89.5%; }
::i-block-chrome,.portfolio-single-grid .dt-sc-two-fifth .portfolio.type3:before, ::i-block-chrome,.portfolio-single-grid .dt-sc-two-third .portfolio.type3:before { width:96.7%; height:94%; }
::i-block-chrome,.portfolio-single-grid .dt-sc-one-fifth #dt_portfolios-153.portfolio.type3 .image-overlay { height:94.6%; }
::i-block-chrome,.portfolio-single-grid .dt-sc-one-fifth #dt_portfolios-153.portfolio.type3:before { height:96.8%; }
} .portfolio.type4 .image-overlay .links:after { background:none; }
.portfolio.type4 .image-overlay .links { left:0px; right:0px; top:0px; bottom:0px; margin:auto; width:111px; height:45px; }
.portfolio.type4 .image-overlay .links a { margin:0px 5px; bottom:100%; background:#000000; border:0px; border-radius:0px; }
.portfolio.type4 .image-overlay .links a:hover { color:#000000; }
.portfolio.type4 .image-overlay .links a:first-child { right:100%; bottom:0px; }
.portfolio.type4:hover .image-overlay .links a:first-child { right:0px; bottom:0; }
.portfolio.type4 .image-overlay .links a:last-child { left:100%; bottom:0px; margin-left:0px; }
.portfolio.type4:hover .image-overlay .links a:last-child { left:0px; bottom:0; }
.portfolio.type4 .image-overlay .links a:last-child { -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease; -ms-transition:all 0.6s ease; transition:all 0.6s ease; } .portfolio.type5 .image-overlay-details { left:0px; bottom:-100px; right:inherit; width:100%; background:rgba(0, 0, 0, 0.1); text-align:center; padding:20px 10px;  border:0px; }
.portfolio.type5:hover .image-overlay-details { bottom:0px; }
.portfolio.type5 .image-overlay h2 { font-size:16px; margin-bottom:5px; font-weight: 700; }
.portfolio.type5 .image-overlay .links:after { background:none; }
.portfolio.type5 .image-overlay .links { left:0px; right:0px; top:0px; bottom:0px; margin:auto; width:120px; height:45px; }
.portfolio.type5 .image-overlay .links a { margin:0px 5px; bottom:100%; }
.portfolio.type5 .image-overlay-details .categories a { font-size: 13px; font-weight: normal; }
.portfolio.type5 .image-overlay .links a:first-child { right:100%; bottom:0px; }
.portfolio.type5:hover .image-overlay .links a:first-child { right:0px; bottom:90%; }
.portfolio.type5 .image-overlay .links a:last-child { left:100%; bottom:0px; }
.portfolio.type5:hover .image-overlay .links a:last-child { left:0px; bottom:90%; }
.portfolio.type5 .image-overlay .links a:last-child { -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -o-transition:all 0.6s ease; -ms-transition:all 0.6s ease; transition:all 0.6s ease; }
.dt-sc-portfolio-sorting.type5 a { font-size: 16px; letter-spacing: 1.5px; line-height: 32px; border: none; }
.dt-sc-portfolio-sorting.type5 a:hover { background: none; }
.dt-sc-portfolio-sorting.type5 a:before, .dt-sc-portfolio-sorting.type5 a:after { content: ''; position: absolute; width: 0%; height: 2px; top: 50%; margin: auto; }
.dt-sc-portfolio-sorting.type5 a:before { left: 0px; }
.dt-sc-portfolio-sorting.type5 a:after { right: 0px; transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
.dt-sc-portfolio-sorting.type5 a:hover:before, .dt-sc-portfolio-sorting.type5 a.active-sort:before { width: 100%; transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
.dt-sc-portfolio-sorting.type5 a:hover:after, .dt-sc-portfolio-sorting.type5 a.active-sort:after { background: transparent; width: 100%; transition: 0s; }
.dt-sc-portfolio-sorting.type5 a.active-sort { background-color: transparent;  } .portfolio.type6 figure { overflow:visible; }
.portfolio.type6 figure img { 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"); filter:grayscale(100%); -webkit-filter:grayscale(1); filter:gray; }
.portfolio.type6:hover figure img { filter:grayscale(0%); -webkit-filter:grayscale(0); filter:none; }
.portfolio.type6 .image-overlay { background:none; width:103%; height:100%; width:-webkit-calc(100% + 10px); width:-moz-calc(100% + 10px); width:calc(100% + 10px); height:-webkit-calc(100% + 10px); height:-moz-calc(100% + 10px); height:calc(100% + 10px); }
.portfolio.type6 .image-overlay:before { 
content:none; 
}
.portfolio.type6 .image-overlay .links:after { background:none; }
.portfolio.type6 .image-overlay .links a { background:#000000; border:none; border-radius:0px; position:absolute; width:60px; height:60px; display:inline-block; line-height:66px; font-size:24px; margin:0px; z-index:1; }
.portfolio.type6 .image-overlay .links a span { line-height:60px; }
.portfolio.type6 .image-overlay .links a:last-child { margin-left:60px; }
.portfolio.type6 .image-overlay .links { bottom:0px; left:0px; }
.portfolio.type6 .image-overlay .links a { bottom:-100%; left:0px; }
.portfolio.type6:hover .image-overlay .links a { bottom:0px; }
.portfolio.type6:hover figure img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.portfolio.type6 .image-overlay .links a:hover { color:#ffffff; }
.dt-sc-portfolio-sorting.type6 a { background:#000000; color:#ffffff; }
.dt-sc-portfolio-sorting.type6 a:before { content:""; position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:-1; opacity:0; }
.dt-sc-portfolio-sorting.type6 a.active-sort:before { left:-7px; top:-7px; background:#000000; opacity:1; }
.isotope .portfolio.type6 .image-overlay { width:100%; height:100%; left:0px; bottom:0px; }
.isotope .portfolio.type6 .image-overlay:before { left:0px; bottom:0px; }
.portfolio.type6.column.no-space { margin-bottom:0px; } .portfolio.type7 .image-overlay .links:after { background:none; }
.portfolio.type7 .image-overlay-details { width:100%; text-align:center; border:none; } 
.portfolio.type7 .image-overlay h2 { font-size:14px; font-weight:bold; text-transform:uppercase; }
.portfolio.type7 .image-overlay-details .categories { margin-bottom:10px; }
.portfolio.type7 .image-overlay-details .categories a { position:relative; padding:0px 15px 0px 17px; font-size:12px; text-transform:uppercase; }
.portfolio.type7 .image-overlay-details .categories a:before { content:""; position:absolute; width:8px; height:8px; left:0px; top:4px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.portfolio.type7 .image-overlay-details .categories a.nonveg:before { background:#bb0605; }
.portfolio.type7 .image-overlay-details .categories a.veg:before { background:#328500; }
.portfolio.type7 .image-overlay-details { right:0px; }
.portfolio.type7:hover .image-overlay-details { bottom:70px; } 
.portfolio.type7 .image-overlay  { 
background:-moz-linear-gradient(top,  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0,0)), color-stop(100%,rgba(0, 0, 0, 0.8))); background:-webkit-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%); background:-o-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%); background:-ms-linear-gradient(top,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%); background:linear-gradient(to bottom,  rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.portfolio.type7 .image-overlay .links:after { background:none; }
.portfolio.type7 .image-overlay .links { left:0px; right:0px; width:100%; height:auto; bottom:0px; top:inherit; width:180px; margin:auto; }
.portfolio.type7:hover .image-overlay .links { left:0px; }
.portfolio.type7 .image-overlay .links a { margin-left:0px; border:none; width:87px; border-radius:0px; line-height:60px; }
.portfolio.type7 .image-overlay .links a span { line-height:60px; }
.portfolio.type7 .image-overlay .links a span.icon-linked { margin-left: -7px; }
.portfolio.type7 .image-overlay .links a:hover { background:none; color:#ffffff; z-index:1; }
.portfolio.type7 .image-overlay .links a:before { content:""; position:absolute; left:12px; bottom:-32px; width:60px; height:60px; border:2px solid; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); -ms-transform:rotate(45deg); z-index:-1; }
.portfolio.type7 .image-overlay .links a, .portfolio.type7:hover .image-overlay .links a { bottom:0px; }
.portfolio.type7 .image-overlay .links { bottom:-100%; }
.portfolio.type7:hover .image-overlay .links { bottom:0px; }
.portfolio.type7 .image-overlay .links a:first-child, .portfolio.type7 .image-overlay .links a:last-child { -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; -ms-transition:all 0.5s ease; transition:all 0.5s ease; }
.dt-sc-portfolio-sorting.type7 a { border-width:2px; border-radius:30px; } .dt-sc-portfolio-container .portfolio.type8 figure img, .dt-sc-portfolio-container .portfolio.type8 figure .image-overlay { border-radius:0px 40px 0px 40px; }
.dt-sc-portfolio-container .portfolio.type8:nth-child(1) figure img, .dt-sc-portfolio-container .portfolio.type8:nth-child(3) figure img, .dt-sc-portfolio-container .portfolio.type8:nth-child(6) figure img, .dt-sc-portfolio-container .portfolio.type8:nth-child(8) figure img, .dt-sc-portfolio-container .portfolio.type8:nth-child(1) figure .image-overlay, .dt-sc-portfolio-container .portfolio.type8:nth-child(3) figure .image-overlay, .dt-sc-portfolio-container .portfolio.type8:nth-child(6) figure .image-overlay, .dt-sc-portfolio-container .portfolio.type8:nth-child(8) figure .image-overlay { border-radius:40px 0px 40px 0px; }
.portfolio.type8:hover figure img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.portfolio.type8 .image-overlay h2 { font-size:18px; padding-bottom:30px; }
.portfolio.type8 .image-overlay-details .categories { font-size:14px; position:absolute; bottom:60px; left:0px; right:0px; }
.portfolio.type8 .image-overlay-details { border:0px; text-align:center; width:100%; left:0px; right:0px; top:0px; bottom:0px; margin:auto; height:120px; }
.portfolio.type8 .image-overlay .links:after { background:none; }
.portfolio.type8 .image-overlay-details:before { content:""; position:absolute; width:40px; height:2px; background:#ffffff; left:0px; right:0px; bottom:45px; margin:auto; }
.portfolio.type8 .image-overlay .links { text-align:center; bottom:0px; height:36px; left:0px; right:0px; top:100px; bottom:0px; width:115px; margin:auto; }
.portfolio.type8 .image-overlay .links a { border:0px; margin:0px 5px; border-radius:15px 0px; background:#ffffff; }
.portfolio.type8 .image-overlay .links a:hover { background:#553737; color:#ffffff; }
.portfolio.type8 .image-overlay .links a { top:100%; bottom:auto; }
.portfolio.type8:hover .image-overlay .links a { top:0; bottom:auto; }
.dt-sc-portfolio-sorting.type8 a { background:#f7f7f7; border:none; border-radius:15px 0px; padding:10px 20px 10px; } .dt-sc-portfolio-sorting.type9 { margin-bottom:40px; }
.dt-sc-portfolio-sorting.type9 a { border-radius:8px; border:none; font-size:15px; text-transform:capitalize; font-weight:normal; letter-spacing:1px; margin:0px 5px 20px; }
.portfolio.type9 figure img { padding: 0px; }
.portfolio.type9 .image-overlay { left:0px; top:0px; width:auto; height:auto; right:0px; bottom:0px; }
.portfolio.type9:hover figure img { -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); transform:scale(1); }
.portfolio.type9 figure { overflow:inherit; }
.portfolio.type9 .image-overlay .links:after { background:none; }
.portfolio.type9 .image-overlay .links { text-align:center; width:100%; height:100%; }
.portfolio.type9 .image-overlay .links a { border:none; font-size:40px; }
.portfolio.type9 .image-overlay .links, .portfolio.type9 .image-overlay .links a { left:0px; right:0px; top:0px; bottom:0px; margin:auto; height:44px; }
.portfolio.type9 .image-overlay .links a:hover { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
.portfolio.type9 .image-overlay .links a { width: 112px; height: 112px; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 0; }
.portfolio.type9 .image-overlay .links a span {display: none;}
.portfolio.type9 .image-overlay .links a:before, 
.portfolio.type9 .image-overlay .links a:after{content:"";background-color:#FFF;width:112px;height:2px;position:absolute;margin:auto;left:0;right:0;top:0;bottom:0px;
display:inline-block; }
.portfolio.type9 .image-overlay .links a:after{width:2px; height:112px;}
.portfolio.type9 .image-overlay .links a:hover:before, .portfolio.type9 .image-overlay .links a:hover:after{background-color:#000;} .dt-sc-portfolio-container .portfolio { margin-left:0px; margin-right:0px; clear:none; }
.dt-sc-portfolio-container.with-space .portfolio { padding:0 10px 20px; }
.dt-sc-portfolio-container.with-space { margin:0px -10px; }
.portfolio-container-carousel-wrapper .dt-sc-portfolio-container.with-space .portfolio { padding:0; margin:0; }
.portfolio-container-carousel-wrapper .dt-sc-portfolio-container.with-space { margin:0; }
.dt-sc-portfolio-container .dt-sc-one-fourth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth { width: 25%; } 	
.dt-sc-portfolio-container .dt-sc-one-third, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third { width: 33.33333%; }
.dt-sc-portfolio-container .dt-sc-one-fifth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth { width:20%; }
.dt-sc-portfolio-container .dt-sc-one-sixth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth { width:16.666%; }
.dt-sc-portfolio-container .dt-sc-one-seventh, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh { width:14.28%; }
.dt-sc-portfolio-container .dt-sc-one-eight, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight { width:12.5%; }
.dt-sc-portfolio-container .dt-sc-one-nineth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth { width:11.11%; }
.dt-sc-portfolio-container .dt-sc-one-tenth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth { width:10%; }
.dt-sc-portfolio-container .dt-sc-one-half, .dt-sc-portfolio-container .column.no-space.dt-sc-one-half { width: 50%; }
.page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-tenth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth { width: 20%; }
.with-both-sidebar .dt-sc-portfolio-container-wrapper .dt-sc-one-half, .with-both-sidebar .dt-sc-portfolio-container-wrapper .column.no-space.dt-sc-one-half, .with-both-sidebar .dt-sc-portfolio-container-wrapper .column.no-space.dt-sc-one-third, .with-both-sidebar .dt-sc-portfolio-container-wrapper .column.no-space.dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-container-wrapper .column.dt-sc-one-third, .with-both-sidebar .dt-sc-portfolio-container-wrapper .column.dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-half, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-half, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-third, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-container .column.dt-sc-one-third, .with-both-sidebar .dt-sc-portfolio-container .column.dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-fifth, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-sixth, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-seventh, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-eight, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-nineth, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth, .with-both-sidebar .dt-sc-portfolio-container .dt-sc-one-tenth, .with-both-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth, .page-with-sidebar.with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-third, .with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-half { width: 100%; }
.page-with-sidebar.with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-fourth, .with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-third, .page-with-sidebar.with-both-sidebar .dt-sc-portfolio-categories-list .dt-sc-one-half { margin:0 0 20px; }
.page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-third.portfolio.hover-modern-title .image-overlay-details, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-fourth.portfolio.hover-modern-title .image-overlay-details { display:none; } .dt-sc-portfolio-container .dt-sc-one-half.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-half.grid-sizer-2,
.dt-sc-portfolio-container .column.no-space.dt-sc-one-half.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-half.grid-sizer-2 { width: 100%; }
.dt-sc-portfolio-container .dt-sc-one-third.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third.grid-sizer-1 { width: 66.65%; }
.dt-sc-portfolio-container .dt-sc-one-third.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third.grid-sizer-2 { width: 100%; }
.dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-1 { width: 50%; }
.dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-2 { width: 75%; }
.dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-3 { width: 100%; }
.dt-sc-portfolio-container .dt-sc-one-fifth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth.grid-sizer-1 { width: 40%; }
.dt-sc-portfolio-container .dt-sc-one-fifth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth.grid-sizer-2 { width: 60%; }
.dt-sc-portfolio-container .dt-sc-one-fifth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth.grid-sizer-3 { width: 80%; }
.dt-sc-portfolio-container .dt-sc-one-sixth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth.grid-sizer-1 { width: 33.33%; }
.dt-sc-portfolio-container .dt-sc-one-sixth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth.grid-sizer-2 { width: 50%; }
.dt-sc-portfolio-container .dt-sc-one-sixth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth.grid-sizer-3 { width: 66.66%; }
.dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-1 { width: 28.6%; }
.dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-2 { width: 42.85%; }
.dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-3 { width: 57.14%; }
.dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-1 { width: 25%; }
.dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-2 { width: 37.5%; }
.dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-3 { width: 50%; }
.dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-1 { width: 22.22%; }
.dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-2 { width: 33.33%; }
.dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-3 { width: 44.44%; }
.dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-1 { width: 20%; }
.dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-2 { width: 30%; }
.dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-3 { width: 40%; } .grid-sizer.portfolio.column { margin: 0; padding: 0; min-height: 0; }  .page-with-sidebar .portfolio.type1 .image-overlay h2, .portfolio.type1.dt-sc-one-third .image-overlay h2 { font-size:20px; }
.page-with-sidebar .portfolio.type1 .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin:20px 0px 0px 20px; }
.page-with-sidebar .portfolio.type1 .image-overlay .links a:last-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a:last-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a:last-child { margin-left:5px; }
.with-both-sidebar .portfolio.type1 .image-overlay h2 { font-size:15px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay .links:after { background:none; }
.page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2 { font-size:16px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links:after, .page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:none; }	
.with-both-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay h2 { font-size:14px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height:30px; width:30px; line-height: 25px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { line-height:30px; font-size:14px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth:hover .image-overlay-details { bottom:20px; }
.with-both-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height:40px; width:40px; }
.with-both-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { line-height:40px; font-size:16px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay .links:after { background: none; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay .links a { margin: 20px 0 0 20px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay .links a:last-child { margin-left: 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1 .image-overlay .links:after { background: none; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1 .image-overlay .links a { margin: 10px 0 0 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1 .image-overlay h2 { font-size: 16px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1:hover .image-overlay-details { bottom: 10px; right: 10px; } .with-both-sidebar .dt-sc-portfolio-sorting.type2 { width:100%; }
.with-both-sidebar .dt-sc-portfolio-sorting.type2:before { display:none; }
.with-both-sidebar .dt-sc-portfolio-sorting.type2 a { font-size:10px; padding:15px 9px 14px; }
.page-template-tpl-portfolio .portfolio-fullwidth-container .dt-sc-portfolio-sorting.type2:before { display:none; }
.page-template-tpl-portfolio .portfolio-fullwidth-container .dt-sc-portfolio-sorting.type2 { width:100%; text-align:center; }
.with-both-sidebar .portfolio.type2 .image-overlay h2 { font-size:12px; }
.with-both-sidebar .portfolio.type2 .image-overlay .links a, .page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay .links a { width:50px; height:50px; }
.with-both-sidebar .portfolio.type2 .image-overlay .links a span, .page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay .links a span, .page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay .links a span { line-height:50px; font-size:20px; }
.with-both-sidebar .portfolio.type2 .image-overlay .links, .page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay .links, .page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:50px; }
.portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:16px; }
.page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:11px; }
.page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay h2 { font-size:12px; }
.page-with-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:65px; }
.with-both-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay h2 { font-size:11px; }
.page-with-sidebar.with-both-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:49px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay h2 { font-size: 12px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay .links a { width: 40px; height: 40px; line-height: 40px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay .links a span { font-size: 18px; line-height: 40px; } .with-both-sidebar .portfolio.type3 .image-overlay .links a { font-size:12px; }
.page-with-sidebar .portfolio.type3.dt-sc-one-third .image-overlay .links a, .portfolio.type3.dt-sc-one-fourth .image-overlay .links a { font-size:13px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type3 .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-fourth .image-overlay .links a { font-size:12px; } .with-both-sidebar .portfolio.type5 .image-overlay-details .categories, .with-both-sidebar .portfolio.type5 .image-overlay-details .categories { font-size:11px; }
.with-both-sidebar .portfolio.type5 .image-overlay h2, .page-with-sidebar .portfolio.type5.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type5.dt-sc-one-fourth .image-overlay h2 { font-size:14px; }
.page-with-sidebar .portfolio.type5.dt-sc-one-fourth .image-overlay h2 { margin-bottom:0px; }
.page-with-sidebar .portfolio.type5.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.with-both-sidebar .portfolio.type5.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type5 .image-overlay-details {  padding: 5px 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type5 .image-overlay h2 { margin: 3px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type5 .image-overlay .links { height: 40px; } .with-both-sidebar .portfolio.type7 .image-overlay h2, .page-with-sidebar .portfolio.type7 .image-overlay h2, .portfolio.type7.dt-sc-one-fourth .image-overlay h2 { font-size:12px; }
.page-with-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.with-both-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-with-sidebar .portfolio.type7.dt-sc-one-fourth:hover .image-overlay-details { bottom:60px; } .with-both-sidebar .portfolio.type8 .image-overlay-details .categories, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay-details .categories, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { font-size:12px; bottom:70px; }
.with-both-sidebar .portfolio.type8 .image-overlay h2, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay h2 { font-size:14px; }
.with-both-sidebar .portfolio.type8 .image-overlay-details:before, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay-details:before, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay-details:before { bottom:50px; }
.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.with-both-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay .links { top:60px; }
.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details:before { bottom:67px; }
.with-both-sidebar.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details:before { bottom:62px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type8 .image-overlay-details { height: 105px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type8 .image-overlay .links { top: 70px; } .dt-portfolio-single { width:100%; margin:0px; padding:0px 0px 6px; float:left; clear:both; position:relative; }
.dt-portfolio-single:before { content:""; position:absolute; bottom:0px; left:0px; width:100%; height:6px; }
.dt-portfolio-single-details { padding:40px 0px 0px; display:block; clear:both; float:left; width: 100%; }
.dt-portfolio-single-details h3 { font-weight:bold; }
.dt-sc-one-third .dt-portfolio-single-details { padding-top:10px; }
.dt-sc-one-third .dt-portfolio-single-details .dt-sc-three-fourth, .dt-sc-one-third .dt-portfolio-single-details .dt-sc-one-fourth { width:100%; margin:0px; }
.dt-sc-one-third .dt-portfolio-single-details .dt-sc-three-fourth { padding-bottom:40px; }
.dt-sc-one-third .dt-portfolio-single-details .dt-sc-three-fourth { padding-right:0px; }
.dt-portfolio-single > .dt-sc-two-third { margin-right:2%; margin-left:0px; }
.dt-portfolio-single > .dt-sc-one-third { margin-left:0px; margin-right:0px; }
.dt-portfolio-single .dt-sc-two-third.right-gallery { float:right; margin-left:2%; margin-right:0px; }
.dt-portfolio-single-slider-wrapper, .dt-portfolio-single-slider { float:left; clear:both; margin:0px; padding:0px; width:100%; line-height:0px; }
.dt-portfolio-single-slider li { display:block; margin:0px 1px 0px 0px; padding:0px; }
.dt-portfolio-single-slider li img { max-width:100%; height:auto; }
.dt-portfolio-single-slider-wrapper #bx-pager { float:left; display:inline; margin:30px 0px 0px; padding:0px; width:100%; text-align:center; }
.dt-portfolio-single-slider-wrapper #bx-pager a { margin:0px 10px 15px; padding:3px; line-height:0px; display:inline-block; cursor:pointer; position:relative; }
.dt-portfolio-single-slider-wrapper #bx-pager a img { max-width:85px; height:auto; }
.dt-portfolio-single-slider-wrapper #bx-pager a.active:before { border:1px solid; position:absolute; width:100%; height:100%; content:""; left:0; top:0; }
.dt-portfolio-single-slider-wrapper #bx-pager a.video img{ height: 85px; }
.dt-portfolio-single-details .dt-sc-three-fourth { padding-right:40px; }
.portfolio-categories, .portfolio-tags { float:left; clear:both; width:100%; margin:15px 0px 0px; padding:0px; }
.portfolio-categories a, .portfolio-tags a { color:#000000; font-size:13px; }
.portfolio-categories i, .portfolio-tags i { font-size:18px; color:#000000; margin:0px 8px 0px 0px; position:relative; top:3px; }
.project-details { margin:0px; float:left; clear:both; width:100%; }
.project-details li { float:left; display:block; margin:0px; padding:10px 0px; font-size:14px; border-bottom:1px solid rgba(0, 0, 0, 0.1); width:100%; }
.project-details li:last-child { border-bottom: none; }
.project-details li span { font-weight:bold; width:85px; display:inline-block; color:#000000; }
.project-details li a { color:#808080; } .with-both-sidebar .dt-portfolio-single-details .column { width:100%; margin:0px; padding:0px; }
.with-both-sidebar .dt-portfolio-single-details .dt-sc-one-fourth { margin-top:40px; }
.with-both-sidebar .dt-portfolio-single .dt-sc-two-third, .with-both-sidebar .dt-portfolio-single .dt-sc-one-third { margin:0px; width:100%; }
.with-both-sidebar .dt-portfolio-single-details { margin:30px 0px 0px; } .related-portfolios { float:left; margin:60px 0px 0px; padding:0px; width:100%; clear:both; }
.related-portfolios h3 { font-weight:bold; margin-bottom:30px; } .grid-sizer-1 img, .grid-sizer-2 img, .grid-sizer-3 img, .grid-sizer-4 img, .grid-sizer-5 img, .dt-sc-infinite-portfolio-load-more, .disable, .message { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; }
.dt-sc-masonry-portfolio-container { clear: both; display: block; margin: 0 -1px; padding: 0; width: auto; text-align: center; }
.dt-sc-masonry-portfolio-container .ms-portfolio { float: left; padding: 0 15px; box-sizing: border-box; margin: 0; }
.dt-sc-infinite-portfolio-container { position: relative; margin-bottom: 50px; text-align: center; }
.dt-sc-infinite-portfolio-container .message { border: 1px solid; border-radius: 3px; bottom: -96px; color: #fff; left: 0; margin: 0 auto; padding: 10px 0; position: absolute; right: 0; width: 180px;z-index:99; }
.dt-sc-infinite-portfolio-load-more { padding: 10px 25px; border-radius: 3px; float: none; display: inline-block; z-index: 9; font-size: 18px; color:#fff; }
.dt-sc-infinite-portfolio-load-more.disable { font-size: 0; visibility: hidden; }
.dt-sc-infinite-portfolio-load-more:hover { color:#fff; }
.grid-sizer-1 { width: 100%; }
.grid-sizer-2 { width: 50%; }
.grid-sizer-3 { width: 33%; }       
.grid-sizer-4 { width: 25%; }
.grid-sizer-5 { width: 20%; }
.grid-sizer-1, .grid-sizer-2, .grid-sizer-3, .grid-sizer-4, .grid-sizer-5 { text-align: center; float: none; margin: 50px 0; display: inline-block; position: relative; }
.grid-sizer-1:before, .grid-sizer-2:before, .grid-sizer-3:before, .grid-sizer-4:before, .grid-sizer-5:before { background-image: url(//chinskiwiatr.pl/wp-content/plugins/designthemes-core-features/custom-post-types/images/loading_icon.gif); background-position: center; content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); right:0; left: 0; margin: 0 auto; width: 60px; height: 60px; z-index: -1; }
.grid-sizer-1 img, .grid-sizer-2 img, .grid-sizer-3 img, .grid-sizer-4 img, .grid-sizer-5 img { float: none; display: inline-block !important; }
.grid-sizer-1:hover img, .grid-sizer-2:hover img, .grid-sizer-3:hover img, .grid-sizer-4:hover img, .grid-sizer-5:hover img { transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); }
.message { transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); }
.message.hidden { display: block !important; transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -ms-transform: scale(0); } .dt-sc-portfolio-sorting a { color:#000000; }
.dt-sc-portfolio-sorting a.active-sort, .dt-sc-portfolio-sorting a:hover, .portfolio .image-overlay .links a, .portfolio .image-overlay h2, .portfolio .image-overlay a, 
.portfolio .image-overlay { color:#ffffff; }
.dt-sc-portfolio-sorting.type1 a:before, .dt-sc-portfolio-sorting.type1 a:after { background:#000000; }
.portfolio .image-overlay .links:after, .domain-search-form label, .domain-tld-list { background:rgba(0, 0, 0, 0.1); }
.portfolio.type5 .image-overlay .links a:hover { background: #fff; }
.dt-sc-portfolio-sorting a { border-color:#000000; }
.portfolio .image-overlay .links a { border-color:#ffffff; }
.portfolio .image-overlay-details { border-right-color:#ffffff; }  @media only screen and (min-width:1200px) and (max-width:1380px) {  
.with-both-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth, .page-with-sidebar .portfolio.dt-sc-one-half { width:50%; } 
.with-both-sidebar .dt-sc-portfolio-sorting.type2 { width:100%; }
.dt-sc-portfolio-sorting.type2:before { display:none; }
} @media only screen and (min-width:992px) and (max-width:1199px) {
.page-template-tpl-fullwidth .portfolio.no-space.dt-sc-one-fourth h2, .page-template-tpl-portfolio .portfolio.no-space.dt-sc-one-fourth h2 { font-size:17px; }
.portfolio.dt-sc-one-third.with-sidebar, .portfolio.dt-sc-one-half.with-sidebar, .portfolio.dt-sc-one-fourth.with-sidebar { width: 50%; }
.portfolio.dt-sc-one-third.with-sidebar.no-space, .portfolio.dt-sc-one-half.with-sidebar.no-space, .portfolio.dt-sc-one-fourth.with-sidebar.no-space { width: 50%; }
.with-both-sidebar .portfolio.dt-sc-one-half.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-third.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-fourth.with-sidebar { width:100%; }
.page-with-sidebar .portfolio.type1 .image-overlay h2, .portfolio.type1.dt-sc-one-third .image-overlay h2 { line-height: normal; } 
.page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2, .page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay h2, .with-both-sidebar .portfolio.type1 .image-overlay h2 { font-size:20px; }
.page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay h2 { font-size:18px; }
.page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth.no-space .image-overlay-details .categories { display:none; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size: 20px; line-height: 45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height: 45px;  width: 45px;  } .with-both-sidebar .portfolio.dt-sc-one-half.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-third.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-fourth.with-sidebar, .page-with-sidebar .dt-sc-portfolio-container .hover-icons-only.dt-sc-one-third, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.hover-icons-only.dt-sc-one-third { width:100%; }
.dt-sc-portfolio-container .dt-sc-one-tenth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth { width:20%; }
.page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2, .page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay h2, .with-both-sidebar .portfolio.type1 .image-overlay h2 { font-size:20px; }
.page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay h2, .portfolio.hover-icons-only.dt-sc-one-third .image-overlay h2 { font-size:18px; }
.page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth.no-space .image-overlay-details .categories { display:none; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size: 20px; line-height: 45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height: 45px;  width: 45px;  }	
.content-full-width .portfolio.dt-sc-one-fourth.hover-modern-title .image-overlay h2 { font-size:15px; }
.content-full-width .portfolio.dt-sc-one-fourth.hover-modern-title .image-overlay .links a { margin:10px 0 0 10px; }
.dt-sc-portfolio-sorting.type2 { width:100%; left:0; position:static; top:0; }
.dt-sc-portfolio-sorting.type2 a { display:inline-block; padding-right:10px; } 
.fixed-left-header .dt-sc-portfolio-sorting.type2 { width:100%; }
.fixed-left-header .dt-sc-portfolio-sorting.type2 { text-align:center; }
.page-template-default .portfolio.type1.dt-sc-one-fourth .image-overlay .links:after { background: none; }	
.page-template-default .portfolio.type1.dt-sc-one-fourth .image-overlay .links a:last-child { margin-left: 10px; }
.page-template-default .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin: 20px 0 0 20px; }
.page-template-default .portfolio.type1.dt-sc-one-fourth .image-overlay-details p { display: none; }
.page-template-default .portfolio.type1.dt-sc-one-fourth .image-overlay-details h2 { font-size: 18px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type5 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type5 .image-overlay .links { height: 15px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay .links a { margin: 10px 0 0 10px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay-details { bottom: 10px; right: 10px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay-details h2 { font-size: 18px; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay-details h2 { font-size: 12px; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links a span { line-height: 40px; font-size: 18px; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links a { height: 40px; width: 40px; line-height: 40px; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links { bottom: 46px; }
.page-template-default .vc_col-sm-3 .portfolio.type5 .image-overlay-details { padding: 5px 10px; }
.page-template-default .vc_col-sm-3 .portfolio.type5 .image-overlay-details h2 { margin-bottom: 3px; }
.page-template-default .vc_col-sm-3 .portfolio.type5 .image-overlay .links { height: 36px; }
.page-template-default .vc_col-sm-3 .portfolio.type8 .image-overlay-details { height: 105px; }
.page-template-default .vc_col-sm-3 .portfolio.type8 .image-overlay .links { bottom: 30px; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay .links:after { background: none; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay-details h2 { font-size: 18px; }
.page-template-default .vc_col-sm-4 .portfolio.type2 .image-overlay-details h2 { font-size: 14px; } .page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1 .image-overlay .links a { margin: 25px 0 0 18px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type1 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2:hover .image-overlay-details { display: none; }		
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2:hover .image-overlay .links, 
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay .links { top: auto; bottom: 0; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay .links a span { line-height: 40px; font-size: 18px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type2 .image-overlay .links a { height: 40px; width: 40px; line-height: 40px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type3 .image-overlay .links a { font-size: 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type5 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type5 .image-overlay .links { height: 15px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type6 .image-overlay .links a span {line-height: 50px; font-size: 22px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type6 .image-overlay .links a { width: 50px; height: 50px; line-height: 50px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type6 .image-overlay .links a:last-child { margin-left: 50px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type7 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type7 .image-overlay .links a { width: 77px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type7 .image-overlay .links a:before { width: 60px; height: 60px; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type8 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-3 .portfolio.type8 .image-overlay .links { top: 20px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type1 .image-overlay .links a { margin: 45px 0 0 18px; left: 30px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type1 .image-overlay .links:after { background: none; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type1:hover .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type1 .image-overlay-details h2 { font-size: 18px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type2 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type2 .image-overlay-details h2 { font-size: 14px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type2:hover .image-overlay .links,
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type2 .image-overlay .links { top: auto; bottom: 0; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type3 .image-overlay .links a { font-size: 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type5 .image-overlay-details h2 { margin-bottom: 3px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type5 .image-overlay-details { padding: 5px 10px; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type8 .image-overlay-details { display: none; }
.page-template-default .page-with-sidebar .vc_col-sm-4 .portfolio.type8 .image-overlay .links { top: 0; }  .content-full-width .portfolio.type5.column.dt-sc-one-fourth .image-overlay-details { display: none; }		
.content-full-width .portfolio.type5.column.dt-sc-one-fourth .image-overlay .links { height: 15px; } .page-with-sidebar .dt-sc-portfolio-sorting.type2 a { padding-left:12px; padding-right:12px; }
.with-both-sidebar .dt-sc-portfolio-sorting.type2::before { content:none; }
.with-both-sidebar .dt-sc-portfolio-sorting.type2 { width:100%; box-sizing: border-box; }
.dt-sc-portfolio-sorting.type2 { margin-bottom:60px; }
.portfolio.type2 .image-overlay-details { padding: 15px 20px; }
.portfolio.type2.dt-sc-one-half.with-sidebar .image-overlay h2 { font-size:14px; }
.portfolio.type2.dt-sc-one-half.with-sidebar .image-overlay .links { bottom:53px; }
.portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:12px; }
.portfolio.type2.dt-sc-one-third .image-overlay .links, .page-with-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:50px; }
.portfolio.type2.dt-sc-one-fourth.no-space .image-overlay .image-overlay-details { display:none; }
.portfolio.type2.dt-sc-one-fourth.no-space .image-overlay .links { bottom:0; }
.page-with-sidebar .dt-sc-portfolio-sorting.type2::before { content:none; } .with-both-sidebar .portfolio.type3 .image-overlay .links a { font-size:14px; }
.portfolio.type3 .image-overlay .links a { font-size: 12px; }
.with-both-sidebar .portfolio.type5 .image-overlay h2, .page-with-sidebar .portfolio.type5.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type5.dt-sc-one-fourth .image-overlay h2 { font-size:16px; }
.type5.portfolio.no-space .image-overlay-details .categories { display:none; }
.page-template-tpl-portfolio .with-both-sidebar .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth { width:49.9%; }
.page-template-tpl-fullwidth .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth { width:24.9789%; }
.type7.no-space.portfolio.dt-sc-one-fourth .image-overlay-details { display:none; }
.portfolio_content_middle .wpb_wrapper > p { display:none; }
.portfolio.type7:hover .image-overlay .links { bottom:-2px; }
.dt-sc-one-third.portfolio.type7 .image-overlay h2, .dt-sc-one-third.portfolio.type7.no-space .image-overlay h2 { font-size:12px; }
.portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories, .page-with-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.portfolio_content_middle .portfolio.type7 .image-overlay-details { display:none; }
.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.portfolio.type8 .image-overlay h2 { font-size:17px; }
}  @media only screen and (min-width:768px) and (max-width:991px) {
.portfolio.type1 .image-overlay h2 { font-size: 20px; line-height: normal; }
.dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-space { width:50%; }
.page-template-tpl-portfolio .with-both-sidebar .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth { width:100%; }
.page-with-sidebar .portfolio.type1 .image-overlay h2, .portfolio.type1.dt-sc-one-third .image-overlay h2 { font-size:18px; }
.portfolio.dt-sc-one-half, .portfolio.dt-sc-one-third, .portfolio.dt-sc-one-fourth { width:50%; }
.related-portfolios .portfolio.dt-sc-one-third { width:49%; }
.page-with-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar .portfolio.dt-sc-one-half.no-space { width:50%; }
.with-both-sidebar .portfolio.dt-sc-one-half.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-third.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-fourth.with-sidebar, .page-with-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth.no-space { width:100%; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay h2, .with-both-sidebar .portfolio.type1 .image-overlay h2, .page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay h2 { font-size:20px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-with-sidebar .portfolio.dt-sc-one-half .image-overlay-details .categories { display:none; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size: 20px; line-height: 45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height: 45px;  width: 45px;  }
.page-template-tpl-portfolio .with-both-sidebar .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-half, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-half, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-third, .page-with-sidebar .dt-sc-portfolio-container .column.dt-sc-one-third, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth, .page-with-sidebar .dt-sc-portfolio-container .column.dt-sc-one-half, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-tenth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth { width:100%; }
.page-with-sidebar .portfolio.type1 .image-overlay h2, .portfolio.type1.dt-sc-one-third .image-overlay h2 { font-size:18px; }
.dt-sc-portfolio-container .dt-sc-one-third, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third, .dt-sc-portfolio-container .dt-sc-one-fourth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth, .left-header.fixed-left-header .portfolio-fullwidth-container .dt-sc-one-fourth { width:50%; }
.related-portfolios .portfolio.dt-sc-one-third { width:49%; }
.with-both-sidebar .portfolio.dt-sc-one-half.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-third.with-sidebar, .with-both-sidebar .portfolio.dt-sc-one-fourth.with-sidebar, .page-with-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth.no-space { width:100%; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay h2, .with-both-sidebar .portfolio.type1 .image-overlay h2, .page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay h2 { font-size:20px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.with-both-sidebar .portfolio.hover-icons-only .image-overlay-details { display: none; }
.with-both-sidebar .portfolio.hover-icons-only .image-overlay .links { height:50px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size: 20px; line-height: 45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height: 45px;  width: 45px; }	
.fixed-gallery .portfolio.hover-title-overlay.hover-state .image-overlay-details, .fixed-gallery .portfolio.hover-title-overlay .image-overlay-details { right:10px; bottom:0; }
.portfolio.hover-presentation .image-overlay h2 { font-weight:400; text-transform:capitalize; font-size:15px; }	
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay .links a { left: 10px; margin: 25px 0 0 18px; top: 5px; }
.page-template-default .vc_col-sm-3 .portfolio.type1 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-3 .portfolio.type2:hover .image-overlay-details { display: none; }		
.page-template-default .vc_col-sm-3 .portfolio.type2:hover .image-overlay .links, 
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links { top: auto; bottom: 0; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links a span { line-height: 40px; font-size: 18px; }
.page-template-default .vc_col-sm-3 .portfolio.type2 .image-overlay .links a { height: 40px; width: 40px; line-height: 40px; }
.page-template-default .vc_col-sm-3 .portfolio.type3 .image-overlay .links a { font-size: 10px; }
.page-template-default .vc_col-sm-3 .portfolio.type5 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-3 .portfolio.type5 .image-overlay .links { height: 15px; }
.page-template-default .vc_col-sm-3 .portfolio.type6 .image-overlay .links a span {line-height: 50px; font-size: 22px; }
.page-template-default .vc_col-sm-3 .portfolio.type6 .image-overlay .links a { width: 50px; height: 50px; line-height: 50px; }
.page-template-default .vc_col-sm-3 .portfolio.type6 .image-overlay .links a:last-child { margin-left: 50px; }
.page-template-default .vc_col-sm-3 .portfolio.type7 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-3 .portfolio.type7 .image-overlay .links a { width: 77px; }
.page-template-default .vc_col-sm-3 .portfolio.type7 .image-overlay .links a:before { width: 60px; height: 60px; }
.page-template-default .vc_col-sm-3 .portfolio.type8 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-3 .portfolio.type8 .image-overlay .links { top: 0px; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay .links a { margin: 45px 0 0 18px; left: 30px; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay .links:after { background: none; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-4 .portfolio.type1 .image-overlay-details h2 { font-size: 18px; }
.page-template-default .vc_col-sm-4 .portfolio.type2 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-4 .portfolio.type2 .image-overlay-details h2 { font-size: 14px; }
.page-template-default .vc_col-sm-4 .portfolio.type2:hover .image-overlay .links,
.page-template-default .vc_col-sm-4 .portfolio.type2 .image-overlay .links { top: auto; bottom: 0; }
.page-template-default .vc_col-sm-4 .portfolio.type3 .image-overlay .links a { font-size: 10px; }
.page-template-default .vc_col-sm-4 .portfolio.type5 .image-overlay-details h2 { margin-bottom: 3px; }
.page-template-default .vc_col-sm-4 .portfolio.type5 .image-overlay-details { padding: 5px 10px; }
.page-template-default .vc_col-sm-4 .portfolio.type5 .image-overlay .links { height: 35px; }
.page-template-default .vc_col-sm-4 .portfolio.type8 .image-overlay-details { display: none; }
.page-template-default .vc_col-sm-4 .portfolio.type8 .image-overlay .links { top: 0; } .dt-sc-portfolio-sorting.type2 a { padding-left:6px; padding-right:6px; }
.dt-sc-portfolio-sorting.type2 { margin-bottom:60px; }
.dt-sc-portfolio-sorting.type2::before { content:none; }
.page-with-sidebar .dt-sc-portfolio-sorting.type2 { width:100%; }
.portfolio.type2 .image-overlay h2 { font-size:16px; text-transform:capitalize; min-height:23px; }
.page-with-sidebar .portfolio.type2 .image-overlay .image-overlay-details { display:none; }
.page-with-sidebar .portfolio.type2 .image-overlay .links, .with-both-sidebar .portfolio.type2 .image-overlay .links, .page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay .links, .page-with-sidebar.with-both-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links, .page-with-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links  { bottom: 0; }
.page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom: 57px; }	
.page-template-tpl-portfolio .page-with-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom: 0; }	
.portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:18px; }
.page-with-sidebar .portfolio.type3.dt-sc-one-third .image-overlay .links a, .portfolio.type3.dt-sc-one-fourth .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-fourth .image-overlay .links a { font-size:16px; }
.type3.portfolio.with-sidebar { width:100%; }
.portfolio-single-grid .portfolio.type3 .image-overlay .links a { font-size:14px; text-transform:capitalize; }
.with-both-sidebar .portfolio.type5 .image-overlay h2, .page-with-sidebar .portfolio.type5.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type5.dt-sc-one-fourth .image-overlay h2 { font-size:16px; }
.portfolio.type7 .image-overlay .links a:before { bottom: -31px; left: 14px; }
.portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories, .page-with-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.page-with-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay h2 { font-size:14px; }
.with-both-sidebar.page-with-sidebar .portfolio.type7.dt-sc-one-fourth .image-overlay h2 { font-size:12px; }
.portfolio_content_middle .portfolio.type7 .image-overlay-details { display:none; }
.portfolio_content_middle .wpb_wrapper > p { display:none; }
.related-portfolios .dt-sc-one-third.type7:nth-child(4) { margin-left: 0; }
.portfolio.type7.dt-sc-one-third.with-sidebar:hover .image-overlay-details { bottom:40px; }
.with-both-sidebar .portfolio.dt-sc-one-half .image-overlay-details .categories, .page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.dt-sc-one-half.with-sidebar.portfolio.type8 .image-overlay-details::before { content:none; }
.with-both-sidebar .dt-sc-one-half.with-sidebar.portfolio.type8 .image-overlay-details::before { content:""; }
.with-both-sidebar .portfolio.type8 .image-overlay h2, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay h2 { font-size:16px; }
.page-with-sidebar .portfolio.type8.dt-sc-one-half .image-overlay .links { top:80px; }
.page-with-sidebar .dt-portfolio-single > .column { width:100%; }
.related-portfolios .portfolio.dt-sc-one-third:nth-child(2n+4) { margin-left: 0; } .grid-sizer-1, .grid-sizer-2, .grid-sizer-3, .grid-sizer-4, .grid-sizer-5 { width: 50%; }
} @media only screen and (max-width: 767px) {
.page-template-tpl-fullwidth .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-template-tpl-portfolio .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-with-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth.no-space { width:100%; }
.with-both-sidebar .portfolio.type1 .image-overlay h2, .page-with-sidebar .portfolio.type1.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay h2 { font-size:20px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.portfolio-fullwidth-container .portfolio.dt-sc-one-fourth { width:50%; }
.hide-portfolios { margin-bottom:10px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size: 20px; line-height: 45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height: 45px;  width: 45px;  }		
.dt-sc-portfolio-sorting.type2::before { content:none; }
.dt-sc-portfolio-sorting.type2, .with-both-sidebar .dt-sc-portfolio-sorting.type2 { width:100%;  margin-left:0; }
.portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:18px; }
.page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay h2 { font-size:12px; }
.page-with-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:50px; }
.portfolio.type6.column.no-space { margin-bottom:20px; }
.dt-sc-portfolio-sorting.type2 a { padding-left:10px; padding-right:10px; }
.with-both-sidebar .portfolio.type3 .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-third .image-overlay .links a, .portfolio.type3.dt-sc-one-fourth .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-fourth .image-overlay .links a { font-size:16px; }
.portfolio.type4, .portfolio_content_middle .portfolio.type7 { margin-bottom:20px; }
.with-both-sidebar .portfolio.type5 .image-overlay h2, .page-with-sidebar .portfolio.type5.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type5.dt-sc-one-fourth .image-overlay h2 { font-size:16px; }
.page-with-sidebar .portfolio.type5.dt-sc-one-fourth .image-overlay-details .categories { display:block; }
.with-both-sidebar .portfolio.type7 .image-overlay h2, .page-with-sidebar .portfolio.type7 .image-overlay h2, .portfolio.type7.dt-sc-one-fourth .image-overlay h2 { font-size:14px; }
.portfolio_content_middle.section-wrapper { background-repeat:repeat !important; }
.portfolio.type8 .image-overlay h2, .with-both-sidebar .portfolio.type8 .image-overlay h2, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay h2, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay h2 { font-size:18px; }
.with-both-sidebar .portfolio.type8 .image-overlay-details .categories, .page-with-sidebar .portfolio.type8.dt-sc-one-third .image-overlay-details .categories, .page-template-tpl-portfolio .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { font-size:14px; bottom:60px; }
.with-both-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.with-both-sidebar.page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details::before, .page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay-details::before { bottom:70px; }
.portfolio.type7:hover .image-overlay .links { bottom:-2px; } .portfolio-modern-fullwidth { width: 420px; }
.portfolio-modern-fullwidth h2 { font-size: 50px; line-height: 50px; }
.portfolio-modern-fullwidth h3 { font-size: 20px; line-height: 40px; }
.portfolio-modern-fullwidth h5 { font-size: 16px; }
.portfolio-modern-fullwidth h5 a { margin-top:10px; font-size: 14px; }
.grid-sizer-1, .grid-sizer-2, .grid-sizer-3,	.grid-sizer-4, .grid-sizer-5 { width: 100%; } .rs_col_no_btm_space .portfolio.type4, .rs_col_no_btm_space .portfolio.type4, .portfolio_content_middle .rs_col_no_btm_space .portfolio.type7 { margin-bottom: 0; }  .page-template-tpl-fullwidth .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-template-tpl-portfolio .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-with-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth, .with-both-sidebar .portfolio.dt-sc-one-half.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-third.no-space, .page-with-sidebar.with-both-sidebar .portfolio.dt-sc-one-fourth.no-space, .dt-sc-portfolio-container .dt-sc-one-half, .dt-sc-portfolio-container .column.no-space.dt-sc-one-half, .dt-sc-portfolio-container .dt-sc-one-third, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third, .dt-sc-portfolio-container .dt-sc-one-fourth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth, .page-with-sidebar .dt-sc-portfolio-container .dt-sc-one-tenth, .page-with-sidebar .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth, .dt-sc-portfolio-container .dt-sc-one-fifth, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth, .dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-third.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-third.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-fourth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fourth.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-fifth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-fifth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-fifth.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-sixth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-sixth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-sixth.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-seventh.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-seventh.grid-sizer-3, .dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-eight.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-eight.grid-sizer-3, .dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-nineth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-nineth.grid-sizer-3, .dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-1, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-1, .dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-2, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-2, .dt-sc-portfolio-container .dt-sc-one-tenth.grid-sizer-3, .dt-sc-portfolio-container .column.no-space.dt-sc-one-tenth.grid-sizer-3, .tpl-blog-holder.apply-isotope .dt-sc-one-half, .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half, .tpl-blog-holder.apply-isotope .dt-sc-one-third, .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third, .swiper-wrapper .portfolio.hover-with-details .image-overlay-details { width:100%; }
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-fullwidth-container .dt-sc-one-third { margin: 0; }
} @media only screen and (max-width: 479px) {
.page-template-tpl-fullwidth .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .page-template-tpl-portfolio .dt-sc-portfolio-container .portfolio.no-space.dt-sc-one-fourth, .portfolio-fullwidth-container .dt-sc-one-third, .portfolio-fullwidth-container .portfolio.dt-sc-one-fourth { width:100%; }
.portfolio .image-overlay-details { display:none; }
.portfolio.type2 .image-overlay .links, .with-both-sidebar .portfolio.type2 .image-overlay .links, .page-with-sidebar .portfolio.type2.dt-sc-one-third .image-overlay .links, .page-template-tpl-portfolio .portfolio.type2.dt-sc-one-fourth .image-overlay .links, .page-with-sidebar.with-both-sidebar .portfolio.type2.dt-sc-one-fourth .image-overlay .links { bottom:0; }
.portfolio.type2 .image-overlay .links a { width:50px; height:50px; }
.portfolio.type2 .image-overlay .links a span { line-height:50px; font-size:20px; }
.dt-sc-portfolio-sorting.type2 a { padding-top:10px; padding-bottom:8px; }
.portfolio.type1 .image-overlay .links { text-align:center; }
.portfolio.type1 .image-overlay .links a, .page-with-sidebar .portfolio.type1 .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-top:88px; margin-left:5px; margin-right:5px; }
.page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-top:150px; }
.portfolio.type5:hover .image-overlay .links a:first-child, .portfolio.type5:hover .image-overlay .links a:last-child { bottom:0; }
.portfolio.type8 .image-overlay .links, .page-with-sidebar .portfolio.type8.dt-sc-one-fourth .image-overlay .links { top:0; } .portfolio-modern-fullwidth { width: 290px; }
.portfolio-modern-fullwidth h2 { font-size: 30px; line-height: 30px; }
.portfolio-modern-fullwidth h3 { font-size: 16px; line-height: 30px; }
.portfolio-modern-fullwidth h5 { font-size: 14px; }
} @media only screen and (min-width: 320px) and (max-width: 479px) {
.page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-top:125px; }
} @media only screen and (max-width: 319px) {
.portfolio.type1 .image-overlay h2, .portfolio.type1 .image-overlay p.categories, .page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay-details .categories { display:none; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a span { font-size:20px; line-height:45px; }
.page-with-sidebar .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { height:45px; width:45px; }
.dt-sc-portfolio-sorting.type2 a::after { content:none; }
.portfolio.type1 .image-overlay .links a, .page-with-sidebar .portfolio.type1 .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-top:53px; }
.page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio-fullwidth-container .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-top:100px; }
.portfolio.type3 .image-overlay .links a, .with-both-sidebar .portfolio.type3 .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-third .image-overlay .links a, .portfolio.type3.dt-sc-one-fourth .image-overlay .links a, .page-with-sidebar .portfolio.type3.dt-sc-one-fourth .image-overlay .links a { font-size:13px; }
.portfolio.type6 .image-overlay .links a:last-child { margin-left:40px; }
.portfolio.type6 .image-overlay .links a span, .portfolio.type6 .image-overlay .links a { line-height:40px; }
.portfolio.type6 .image-overlay .links a { width:40px; height:40px; font-size:19px; }
.dt-portfolio-single-slider-wrapper #bx-pager a { margin:0px 2px 15px; }
} @media screen and (-webkit-min-device-pixel-ratio:0) { 
.dt-sc-portfolio-container .portfolio { overflow: hidden; }
::i-block-chrome, .portfolio.type3:before, .portfolio.type3 .image-overlay { height: auto; width: auto; }
::i-block-chrome, .portfolio.type3:before { bottom: 12px; right: 12px; }		
}.latepoint-admin,
.latepoint-w {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.2;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
}
.latepoint-admin p,
.latepoint-w p {
line-height: 1.2;
}
.latepoint-admin .os-template-preview-content,
.latepoint-w .os-template-preview-content {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latepoint-admin .os-template-preview-content h1, .latepoint-admin .os-template-preview-content h2, .latepoint-admin .os-template-preview-content h3, .latepoint-admin .os-template-preview-content h4, .latepoint-admin .os-template-preview-content h5,
.latepoint-w .os-template-preview-content h1,
.latepoint-w .os-template-preview-content h2,
.latepoint-w .os-template-preview-content h3,
.latepoint-w .os-template-preview-content h4,
.latepoint-w .os-template-preview-content h5 {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.latepoint-admin .os-template-preview-content .os-template-var,
.latepoint-w .os-template-preview-content .os-template-var {
font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
.latepoint-admin *,
.latepoint-admin *::before,
.latepoint-admin *::after,
.latepoint-w *,
.latepoint-w *::before,
.latepoint-w *::after {
box-sizing: border-box;
}
.latepoint-admin article, .latepoint-admin aside, .latepoint-admin figcaption, .latepoint-admin figure, .latepoint-admin footer, .latepoint-admin header, .latepoint-admin hgroup, .latepoint-admin main, .latepoint-admin nav, .latepoint-admin section,
.latepoint-w article,
.latepoint-w aside,
.latepoint-w figcaption,
.latepoint-w figure,
.latepoint-w footer,
.latepoint-w header,
.latepoint-w hgroup,
.latepoint-w main,
.latepoint-w nav,
.latepoint-w section {
display: block;
}
.latepoint-admin [tabindex="-1"]:focus,
.latepoint-w [tabindex="-1"]:focus {
outline: 0 !important;
}
.latepoint-admin hr,
.latepoint-w hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
.latepoint-admin h1, .latepoint-admin h2, .latepoint-admin h3, .latepoint-admin h4, .latepoint-admin h5, .latepoint-admin h6,
.latepoint-w h1,
.latepoint-w h2,
.latepoint-w h3,
.latepoint-w h4,
.latepoint-w h5,
.latepoint-w h6 {
margin-top: 0;
}
.latepoint-admin p,
.latepoint-w p {
margin-top: 0;
}
.latepoint-admin abbr[title],
.latepoint-admin abbr[data-original-title],
.latepoint-w abbr[title],
.latepoint-w abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
}
.latepoint-admin address,
.latepoint-w address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
.latepoint-admin ol,
.latepoint-admin ul,
.latepoint-admin dl,
.latepoint-w ol,
.latepoint-w ul,
.latepoint-w dl {
margin-top: 0;
margin-bottom: 1rem;
}
.latepoint-admin ol ol,
.latepoint-admin ul ul,
.latepoint-admin ol ul,
.latepoint-admin ul ol,
.latepoint-w ol ol,
.latepoint-w ul ul,
.latepoint-w ol ul,
.latepoint-w ul ol {
margin-bottom: 0;
}
.latepoint-admin dd,
.latepoint-w dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
.latepoint-admin blockquote,
.latepoint-w blockquote {
margin: 0 0 1rem;
}
.latepoint-admin dfn,
.latepoint-w dfn {
font-style: italic;
}
.latepoint-admin b,
.latepoint-admin strong,
.latepoint-w b,
.latepoint-w strong {
font-weight: bolder;
}
.latepoint-admin small,
.latepoint-w small {
font-size: 80%;
}
.latepoint-admin sub,
.latepoint-admin sup,
.latepoint-w sub,
.latepoint-w sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
.latepoint-admin sub,
.latepoint-w sub {
bottom: -0.25em;
}
.latepoint-admin sup,
.latepoint-w sup {
top: -0.5em;
}
.latepoint-admin a:not([href]):not([tabindex]),
.latepoint-w a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
.latepoint-admin a:not([href]):not([tabindex]):focus,
.latepoint-w a:not([href]):not([tabindex]):focus {
outline: 0;
}
.latepoint-admin pre,
.latepoint-admin code,
.latepoint-admin kbd,
.latepoint-admin samp,
.latepoint-w pre,
.latepoint-w code,
.latepoint-w kbd,
.latepoint-w samp {
font-size: 1em;
}
.latepoint-admin pre,
.latepoint-w pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
.latepoint-admin figure,
.latepoint-w figure {
margin: 0 0 1rem;
}
.latepoint-admin img,
.latepoint-w img {
vertical-align: middle;
border-style: none;
}
.latepoint-admin svg,
.latepoint-w svg {
overflow: hidden;
vertical-align: middle;
}
.latepoint-admin table,
.latepoint-w table {
border-collapse: collapse;
}
.latepoint-admin caption,
.latepoint-w caption {
text-align: left;
caption-side: bottom;
}
.latepoint-admin th,
.latepoint-w th {
text-align: inherit;
}
.latepoint-admin label,
.latepoint-w label {
display: inline-block;
}
.latepoint-admin button,
.latepoint-w button {
border-radius: 0;
}
.latepoint-admin button:focus,
.latepoint-w button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
.latepoint-admin input,
.latepoint-admin button,
.latepoint-admin select,
.latepoint-admin optgroup,
.latepoint-admin textarea,
.latepoint-w input,
.latepoint-w button,
.latepoint-w select,
.latepoint-w optgroup,
.latepoint-w textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.latepoint-admin button,
.latepoint-admin input,
.latepoint-w button,
.latepoint-w input {
overflow: visible;
}
.latepoint-admin button,
.latepoint-admin select,
.latepoint-w button,
.latepoint-w select {
text-transform: none;
}
.latepoint-admin button,
.latepoint-admin html [type=button],
.latepoint-admin [type=reset],
.latepoint-admin [type=submit],
.latepoint-w button,
.latepoint-w html [type=button],
.latepoint-w [type=reset],
.latepoint-w [type=submit] {
-webkit-appearance: button;
}
.latepoint-admin button::-moz-focus-inner,
.latepoint-admin [type=button]::-moz-focus-inner,
.latepoint-admin [type=reset]::-moz-focus-inner,
.latepoint-admin [type=submit]::-moz-focus-inner,
.latepoint-w button::-moz-focus-inner,
.latepoint-w [type=button]::-moz-focus-inner,
.latepoint-w [type=reset]::-moz-focus-inner,
.latepoint-w [type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
.latepoint-admin input[type=radio],
.latepoint-admin input[type=checkbox],
.latepoint-w input[type=radio],
.latepoint-w input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
.latepoint-admin input[type=date],
.latepoint-admin input[type=time],
.latepoint-admin input[type=datetime-local],
.latepoint-admin input[type=month],
.latepoint-w input[type=date],
.latepoint-w input[type=time],
.latepoint-w input[type=datetime-local],
.latepoint-w input[type=month] {
-webkit-appearance: listbox;
}
.latepoint-admin textarea,
.latepoint-w textarea {
overflow: auto;
resize: vertical;
}
.latepoint-admin fieldset,
.latepoint-w fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.latepoint-admin legend,
.latepoint-w legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
.latepoint-admin progress,
.latepoint-w progress {
vertical-align: baseline;
}
.latepoint-admin [type=number]::-webkit-inner-spin-button,
.latepoint-admin [type=number]::-webkit-outer-spin-button,
.latepoint-w [type=number]::-webkit-inner-spin-button,
.latepoint-w [type=number]::-webkit-outer-spin-button {
height: auto;
}
.latepoint-admin [type=search],
.latepoint-w [type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
.latepoint-admin [type=search]::-webkit-search-cancel-button,
.latepoint-admin [type=search]::-webkit-search-decoration,
.latepoint-w [type=search]::-webkit-search-cancel-button,
.latepoint-w [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
.latepoint-admin ::-webkit-file-upload-button,
.latepoint-w ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.latepoint-admin output,
.latepoint-w output {
display: inline-block;
}
.latepoint-admin summary,
.latepoint-w summary {
display: list-item;
cursor: pointer;
}
.latepoint-admin template,
.latepoint-w template {
display: none;
}
.latepoint-admin [hidden],
.latepoint-w [hidden] {
display: none !important;
} @keyframes statusIconPop {
0% {
transform: rotate(-90deg) scale(0.4);
opacity: 1;
}
100% {
transform: rotate(0deg) scale(1);
opacity: 1;
}
}
@font-face {
font-family: "latepointIcons";
src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBnAAAAC8AAAAYGNtYXAXVtK7AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZmFR2WIAAAF4AAAlXGhlYWQp+doaAAAm1AAAADZoaGVhCqEG3AAAJwwAAAAkaG10eN/CAAAAACcwAAAA5GxvY2HvDvf0AAAoFAAAAHRtYXhwAHMA6QAAKIgAAAAgbmFtZUA710MAACioAAABnnBvc3QAAwAAAAAqSAAAACAAAwQSAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpNAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6TT//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAAFAAD/wAOrA8AAJAAvAGIAcQCAAAABNCYjFAYjIiY1IxQGIyImNSMUBiMiJjUjFAYjIiY1IgYdASE1BREUFjMhMjY1ESElERQGIyEiJjURNDYzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEzNTQ2MzIWHQEyFhUBNDYzITIWFRQGIyEiJjUVNDYzITIWFRQGIyEiJjUDVRkRGRISGVUZEhEZVhkREhlVGRISGREZAqr9VhkRAlYRGf1WAwBLNf2qNUtLNRkSEhlVGRIRGVYZERIZVRkSEhk1S/1VGRIBqhIZGRL+VhIZGRIBqhIZGRL+VhIZAsASGRIZGRISGRkSEhkZEhIZGRIZElVVq/6AERkZEQGAq/3VNUtLNQIrNUsrERkZESsrERkZESsrERkZESsrERkZEStLNf7VEhkZEhEZGRGqERkZERIZGRIAAAABAAD/wAbcA8AAKgAAARYUBw4BBzgBMQEOASMiJicmNDcBISImNTQ2MyEBJjQ3NjIXATgBMR4BFwbcBQUDCAX+SAsbDg4bCxYWATv6Yx4rKx4Fnf7FFhYVPRYBuAUIAwHcDR0OBgwF/kkLCwsLFT0VATorHx4rAToVPRUWFv5JBQwHAAABAAD/wAbfA8AAKgAAASEBFhQHDgEjIiYnATgBIy4BJyY0Nz4BNzIwMQE2MhcWFAcBITIWFRQGIwaW+mMBOxYWChsPDhsK/kgBBQgCBgYCCAUBAbgVPRUWFv7FBZ0eKyseAXf+xhU9FQsLCwsBtwUMBg4dDQcMBQG3FhYVPRX+xiseHysAAAAAAQAA/8ADxAPAAAUAACUBNxcBFwGA/ryIvAG8iDgBRIi8AbyIAAAAAAEAAP/AA2ADwAAFAAABBwkBFwEBYGABoP5gYAIAA8Bg/mD+YGACAAABAAD/wAMAA8AABQAABTcJAScBAqBg/mABoGD+AEBgAaABoGD+AAAAAQAA/8AEAAPAAAUAABMXCQE3AQDAAUABQMD+AAEgwAFA/sDAAgAAAAEAAP/ABAADwAAFAAATFwkBNwEAgAGAAYCA/gABIIABgP6AgAIAAAABAAD/wAQAA8AABQAAAScJAQcBBADA/sD+wMACAAJgwP7AAUDA/gAAAQAA/8AEAAPAAAUAAAEnCQEHAQQAgP6A/oCAAgACYID+gAGAgP4AAAEAAP/AA0kDwAAfAAABNjQnJiIHCQEmIgcGFBcJAQYUFxYyNwkBFjI3NjQnAQNJDAwNIw3+9P70DSMNDAwBDf7zDAwNIw0BDAEMDSMNDAz+8wLMDSMNDAz+8wENDAwNIw3+9P70DSMNDAwBDf7zDAwNIw0BDAAAAAQAAP/AA1UDwAAPAC0AOwBJAAAlMDM6ATMyMTA1PAE1NDUhARQGIyEiJjURIiY1NDY7ATQ2MzIWFTMyFhUUBiMRATQ2MzIWFREUBiMiJjUDNDYzMhYVERQGIyImNQErQkOgQ0L+VgIAMiT+ViQyERkZEdYyIyMy1hEZGRH/ABkREhkZEhEZqxkSERkZERIZa0NEtl1dM/3WJDIyJAIqGRISGSMyMiMZEhIZ/dYBqhIZGRL+1hIZGRIBKhIZGRL+1hIZGRIAAAAAAwAA/8ADqwPAACAAPQBZAAABNzYWFxYUDwEXFhQHDgEvAQcGJicmND8BJyY0Nz4BHwERIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIzUyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYCAGoMIw0NDWpqDQ0NIwxqagwjDQ0NamoNDQ0jDGpYTk50ISIiIXROTlhYTk50ISIiIXROTlhHPj5dGxoaG10+PkdHPj5dGxoaG10+PgH8ag0BDA0jDGpqDCMNDAENamoNAQwNIwxqagwjDQwBDWr+GSIhdE5OWFhOTnQhIiIhdE5OWFhOTnQhIlYaG10+PkdHPj5dGxoaG10+PkdHPj5dGxoAAAAEAAD/wAOrA8AADQAcACIAJwAANzQ2MyEyFhUUBiMhIiYBFxYUBwEHBiY/AQE2MhcBJw8BPwEBJwcXN1UZEgMAEhkZEv0AEhkC+zwZGf5anyMkCSgBphlHGf6GPBwUUBwBHzzjPeJGEhkZEhIZGQMePRlGGf5ZKAgkI54BpxkZ/g48HFEUHQEePeI94gAAAAAGAAD/wAOrA8AAGwA4AFUAYQBtAHoAAAEUBgcVFAYjIiY9AS4BNTQ2NxE0NjMyFhURHgElFAYHERQGIyImNREuATU0Njc1NDYzMhYdAR4BFSUUBgcRFAYjIiY1ES4BNTQ2NzU0NjMyFh0BHgEVBzI2NTQmIyIGFRQWATI2NTQmIyIGFRQWATI2NTQmIyIGFRQWMwKAMCUZEhIZJTAwJRkSEhklMAErMCYZERIZJTAwJRkSERkmMP2qMCUZEhEZJjAwJhkREhklMIASGRkSERkZATwSGRkSEhkZAT0RGRkREhkZEgEVKUINMhIZGRIyDUIpKkINAYcSGRkS/nkNQtYpQg3+zhIZGRIBMg1CKSpCDYcSGRkShw1CKlYqQg3+eRIZGRIBhw1CKilCDTISGRkSMg1CKSsZEhEZGRESGf6rGRESGRkSERkBABkREhkZEhEZAAAABAAA/8ADfwPAAF4AxQDRAN0AAAEXMDY3NhYfARYGBw4BMTAWFRQGMTAWFx4BDwEOAScwJjEHMAYHDgErASImJy4BMScwBgcGJi8BJjY3PgExMDQ1PAExMCYnLgE/AT4BFx4BMTcwNjc+ATsBMhYXHgExBycuAScmIgcOAQ8CDgEPAScuASciBhceAR8BBw4BFRQWHwEHDgEHBhYzPgE/ARceAR8CHgEXFjI3PgE/Aj4BPwEXHgEXMjYnLgEvATc0NjU8AS8BNz4BNzYmIw4BDwEnLgEvAQMiJjU0NjMyFhUUBicyNjU0JiMiBhUUFgKKH2AEFioKKAsDDAM/AQE/Ag0DCygLKRVlHyICCCcWTxYmCAIiIGAEFikLKAsDDQM+PgMNAgooCykVBWEfIQIJJhZPFicIAiJHBQcaAgFBAQIaBgYSDRkLEBQVSwUDIAICMQ8OAgEBAQECDg8xAgIgAwVLFRQQCxkNEgYGGgIBQQECGgcFEw0YDBATFUwEAiEBAzEPDgMBAQMODzEDASADBEwVExAMGA0TSTVLSzU1S0s1ERkZERIZGQLeEhABAhUSRRMuEAVLCAoFDkoEES4TRRMUAhITWwQUGhoTBFwTEQECFRJFEy4QBUsICgUNSwQRLhNFExQCARETWwQUGhoTBFw+ExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYIExVIBAMDBEgVEwgGDggMBAUNATgCBDoQDxQHDgcHDgcUDxA6BAI4AQ0FBAwIDgYI/qBLNTVLSzU1S1UZEhIZGRISGQAAAAEAAP/AAwADwAAXAAABMzUjIgcOAQcGHQEjFTMRMxEzNyM1NDYCYKCgLikpPRESgIDAoCDAEwMAwBIRPSkpLmDA/gACAMBgDRMAAAABAAD/wAP2A8AAOgAAARUhBgcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXNyYnLgEnJiMiBw4BBwYVFBceARcWMzI3PgE3NjU0JicCCgEjBRESRDY1TEE6OlYZGRkZVjo6QUtlHIshJyZWLzA0al1diykoKCmLXV1qb1tagSQjBQMCCa8dJiZEGBgZGlc7O0NDOztXGhkzHIYfGRkjCQkoKIteXWpqXV6LKCglJYVcXG0ZKRMAAAADAAD/wAOlA8AAKgBSAF4AADcXMzc+AT8CPgEXMBYXFjY3Njc2NCcmJyYnJiIHBgcOARcWFA8BBiInBxcHDgEPAg4BKwEiJjUnNDY3ASY2NzY3NjIXFhcWFxYUBwYHDgEnBwE2NCcmIgcGFBcWMqoBWRACDwk2vAYUCAcJN3QrHw8QEA8gHycoUSgnHzITHxMTYhM1E233NwgPAgoPBxUJkxEZAQkHAQwUJjsrNzdzNzcrLBYWFhUsOptLowFKExMTNRITExM1yls8CQ4CC7sGBAQDAxEbKx8nKFEoJx8fEBAQDx8zijwTNRNiExJsOAoCDwg3DwYJGRKTCRUHAQxLmzosFRYWFiwrNzdzNzcrOyYUpAHEEjUTExMSNRMTAAAEAAD/wANVA8AAFAAzADwAQAAAATQ2MzIWFRQGBxUUBiMiJj0BLgE1AzQ3PgE3NjMyFx4BFxYdATIWFREUBiMhIiY1ETQ2MzMhNTQmIyIGFQcRIREBqzIjIzIXExkSEhkTF6sUFEYuLzU1Ly5GFBQjMjIj/gAjMjIjVQFWZEdHZFUCAAErIzIyIxgnCyESGRkSIQsnGAFANS4vRRUUFBVFLy41azIj/sAkMjIkAUAjMmtGZGRGwP7AAUAAAAEAAP/AA1UDwAAOAAABISIGFRQWMyEyNjU0JiMDK/2qExcXEwJWExcXEwHVFxMUFxcUExcAAAAAAwAA/8AD1QPAABsANwBGAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMhIgYVFBYzITI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZb/qoTFxcTAVYTFxcTA4AlJIBVVmFiVVZ/JSUlJX9WVWJhVlWAJCX8qx4eaEZGUFBGRmgeHh4eaEZGUFBGRmgeHgGqFxMUFxcUExcAAAAAAwAA/8ADqwPAAA8AHwAuAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMhIgYVFBYzITI2NTQmIwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXqv6qExcXEwFWExcXEwNVSTf9qzZKSjYCVTdJ/SsTGBgTAlUUFxcU/wAXExQXFxQTFwABAAD/wANVA8AAIAAAASERNCYjIgYVESEiBhUUFjMhERQWMzI2NREhMjY1NCYjAyv/ABgTExj/ABMXFxMBABgTExgBABMXFxMB1QEAFBcXFP8AFxMUF/8AExgYEwEAFxQTFwAAAwAA/8AD1QPAABsANwBYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBhMjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmIwIAYlVWfyUkJCV/VlViYlVWfyUkJCV/VlViUEZGaB4eHh5oRkZQUEZGaB4eHh5oRkZbgBgTExiAExcXE4AYExMYgBMXFxMDgCUkgFVWYWJVVn8lJSUlf1ZVYmFWVYAkJfyrHh5oRkZQUEZGaB4eHh5oRkZQUEZGaB4eAaqAFBcXFIAXExQXgBMYGBOAFxQTFwAAAwAA/8ADqwPAAA8AHwBAAAABISIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDYzITIWFQMjNTQmIyIGHQEjIgYVFBY7ARUUFjMyNj0BMzI2NTQmIwMr/ao2Sko2AlY2SkoMFxP9qhMXFxMCVhMXqoAYExMYgBMXFxOAGBMTGIATFxcTA1VJN/2rNkpKNgJVN0n9KxMYGBMCVRQXFxT/AIAUFxcUgBcTFBeAExgYE4AXFBMXAAAAAwAA/8ADgAPAABAAGwAlAAABISIGFREUFjMhMjY1ETQmIwUhESEiBgcRNDYzESImNTQ2MyEVIQNV/cA8WVk8AkAUFxcU/cACFv3qECAQJxkZJycZAhb96gOAWTz9gD1ZGBMDVRQXVf3VBwoB/Bkn/QAmGhkngAAAAwAA/8ADqwPAACIAPwBJAAABIzU0JiMiBh0BITU0JiMiBh0BIyIGFREUFjMhMjY1ETQmIwUzFRQWMzI2PQEhFRQWMzI2PQEzMhYdASE1NDYzASEiJjURIREUBgMrVhcTFBf/ABcUExdWNkpKNgJWNkpKNv2qVhcTFBcBABcUExdWExf9VhcTAlb9qhMXAqoXAysqFBcXFCoqFBcXFCpKNv2qNkpKNgJWNkpWKhQXFxQqKhQXFxQqFxOAgBMX/VYXEwGA/oATFwACAAD/qwQAA8AABgAKAAAFIREhESERAyERIQGa/mYBmgGZzQGa/mZVAzP+Zv5nBAD+ZgAAAgAA/8ADqwPAADEAYwAAASYnLgEnJicjOAExIgYHBgcOAQcGFRQWFwcGFhceATMyNj8BHgEzMjc+ATc2Nz4BPQEHOAExFAYHBgcOAQcGIyImJy4BIwc3NiYnLgE1NDc+ATc2Nz4BMzgBMTMWFx4BFxYXFQOrBR8gZkREThYwWSo1Kio6DxASEE0DBQcJDwoDBwPiJlQsOjY2XyYmGhYVVhIQFR0eSisqLyZGIAcSCqI4AwEHEBINDC8hISogSSMRPTU1URkaBAHaTEREZh8fAxQWGiYmXzY2OipWJuMMGAYHBgEDTRASDxA5KikzKV4wFhomSCMqICEtCwwSEAMBN6IKDwkgSiMuKytJHh4VEBIDGBlQNTU9FQAAAAACAAD/wAOrA8AAFwAoAAABISIGFREUFhceATMyNj8BITI2NRE0JiMTFAYjISIGDwERNDYzITIWFQMr/ao2Sg0NAwsDCg0HngHvNkpKNioXE/4ACg4GYhcTAlYTFwNVSTf9Vg0XAwMBBgeeSTcBqjdJ/dYUFwYHYgJEFBcXFAAAAAEAAP/AA7cDwABUAAABJiIHAQYHBiInJicmJyY0NzY3ATYyFxYUBwEGIicuATU0NjcBNjQnJiIHAQ4BFRQWFxYyNwE2NzY0JyYnLgEjIgYHAQYHBhQXFhceATMyNjcBNiYnA68NIg3+eCAoJ1InJyAgEBAQECABiCNtIycn/ngNIg0DBQYGAWsNDQ0iDf6WExQUEyZqIwGIIBAQEBAgHE8qKU8d/ncrFhUVFistbzo5by0BiAcCDQHzDQ3+eCAQEBAQICAnJ1InKCABiCMjJmoj/ncMDAQMCgoNBwFrDCINDQ3+lhAwGhowECYmAYkgJyhRKCcgHSMgIP53Kzc3czg3Ky0oKyoBiAolDQAEAAD/wAPVA8AAIwAnACsARgAAASMRNCYjISIGFREjIgYdARQWOwEVFBYzITI2PQEzMjY9ATQmJSEVIQEhESEXFAYrATU0JiMhIgYdASMiJj0BNDYzITIWHQEDVSoYE/4AExgqN0lJNyoYEwIAExgqN0lJ/Z8Bqv5WAar+VgGqqxcUKhgT/gATGCoUFxcUAqoUFwJVAQAUFxcU/wBJN9U2SoATGBgTgEo21TdJ1tb91gEAKxMYgBQXFxSAGBPVFBcXFNUAOQAA/8AEAAPAAAMACAAMABAAFQAZAB0AIgAmACoALgAyADYAOgA+AEIARgBKAE4AUgBWAFoAXgBiAGYAagBuAHIAdgB6AH4AggCGAIoAjgCSAJYAmgCeAKIApgCqAK4AsgC2ALoAvgDCAMYAygDOANIA1gDaAN4A4gDmAAABIREhEzERIREXMxUjJSERIRMxESERFzMVIwEhESETMREhERczFSMBMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMjMxUjFTMVIzsBFSMjMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMBMxUjJTMVIzczFSMnMxUjJTMVIzsBFSM3MxUjOwEVIzczFSM7ARUjNzMVIzsBFSM3MxUjFzMVIyUzFSM3MxUjOwEVIzczFSM3MxUjFzMVIyUzFSM3MxUjNzMVIzsBFSM3MxUjFzMVIyUzFSM7ARUjNzMVIzsBFSMjMxUjNzMVIzczFSMBQP8AAQBA/oCAgIADQP8AAQBA/oCAgID+QP8AAQBA/oCAgIABQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEABwEBA/IBAQEBAQIBAQAEAQEBAQEBAQEDAQEBAQEBAQEBAQEBAQEBAQEBAQED+gEBAQEBAQEBAgEBAQEBAQEBA/oBAQEBAQIBAQEBAQEBAQEBAQP7AQEBAQEBAQEBAQEDAQECAQECAQEADgP8AAUD+gAGAgIDA/wABQP6AAYCAgP5A/wABQP6AAYCAgAOAQEBAQEBAQEBAQEBAQEBAQAIAQEBAgEBAQEBAQIBAQIBAQIBAQIBAgEBAQIBAQEBAgECAQEBAgEBAQECAQIBAgEBAgEBAQEBAQEAAAAACAAD/wAOrA8AAJgBLAAABIgYVERQGIyEiJjURNDYzITI2NTQmIyEiBhURFBYzITI2NRE0JiMTLgEnLgEjISIGFRQWOwEBBhQXHgEzMjY3ARUUFjMyNjURNCYnAwATGBcT/ioTFxcTAQAUFxcU/wA2Sko2AdY2ShgTpgMMBgMLA/8AExgYE5r+cw0NBg4KCQ4HAYwYExMYAQQBqxgT/wATGBgTAdUUFxcUExdJN/4rNkpKNgEAExgBkQYMAwMBFxMUF/5zDSINBgYGBgGNmRQXFxQBAAMLAwAGAAD/wAOAA8AAGQAcAC8APgBNAFwAAAEuAScBLgEjLgEjISIGFREUFjMhMjY1ETQmJxcjEyEiJjURNDYzIRUUFjsBERQGIwMhIgYVFBYzITI2NTQmIxUhIgYVFBYzITI2NTQmIwEzMjY1NCYrASIGFRQWMwN8AwMD/wADBgQDCgT+qzZKSjYCADZKAf9vb4D+ABMYGBMBKxcT1hgTVf6qExcXEwFWExcXE/6qExcXEwFWExcXE/6qVhMXFxNWExcXEwJmBAYDAQADBgMBSjb9VTZKSjYCAAQKjG/9qxcTAqsTGNYTF/4qExcBgBgTExgYExMYqxcUExcXExQXAQAXFBMXFxMUFwAGAAD/wAOrA8AADgAdACsAQQBXAG0AAAEhMjY1NCYjISIGFRQWMwUhIgYVFBYzITI2NTQmIxEhIgYVFBYzITI2NTQmAQ4BFRQWFx4BMzI2Nz4BNTQmJyYiBxEOARUUFhceATMyNjc+ATU0JicmIgcRDgEVFBYXHgEzMjY3PgE1NCYnJiIHAVUCKxMYGBP91RMXFxMCK/3VExcXEwIrExgYE/3VExcXEwIrExgY/M8GBwcGBw0KCg0HBgcHBg0iDQYHBwYHDQoKDQcGBwcGDSINBgcHBgcNCgoNBwYHBwYNIg0CgBcUExcXExQXqxcTFBcXFBMX/wAXExQXFxQTFwH0Bw4JCg4GBwYGBwYOCgkOBwwM/wAHDgkKDgYHBgYHBg4KCQ4HDAz/AAcOCQoOBgcGBgcGDgoJDgcMDAAAAwAA/8ADqwPAAA4AHAAqAAABISIGFRQWMyEyNjU0JiMlITI2NTQmIyEiBhUUFgEhIgYVFBYzITI2NTQmA4D9ABMYGBMDABMYGBP9AAMAExgYE/0AExgYAxP9ABMYGBMDABMYGAHVFxMUFxcUExerFxQTFxcTFBf+VRcTFBcXFBMXAAAABAAA/8AEAAPAAAwAGAA8AEcAACUUBiMiJjU0NjMyFhUhFAYjIiY1NDYzMhYTLgEjIScuASsBIgYVFBY7ARcwFDETHgEzMDIzITI2NxM0JicDDgEjISImJwMhAwHVMiMjMjIjIzIB1jIkIzIyIyQyTAYSCv1NIgMYEKoUFxcUiCJJCUYtAQMBnjBGCkQCB5EDFxD+YhAYA0ACbzwrJDIyJCMyMiMkMjIkIzIyAnYKB7QQEhgTExizBP6eLTo6LQFmChIG/okQEhIQATP+zQAAAAEAAP/AAw0DwAAMAAABBycHJzcnNxc3FwcXAw1as7NasrJas7NasrIBDVqyslqzs1qyslqzswAAAQAA/8ADcwPAABYAAAEmIgcBJyYiBwYUHwEeATMyNjcBNjQnA3MNIg3+SbcNIg0NDdUHDQoKDQcB1Q0NAskMDP5IuAwMDSIN1gYGBgYB1g0iDQAABgAA/8AEAAPAAA4AHQArAEMAWwByAAATMjY1ETQmIyIGFREUFjMhIgYVERQWMzI2NRE0JiMFMjY1ETQmIyIGFREUFikBIgYVFBY7AREUFjMyNjURMzI2NTQmIwEjNTQmIyIGHQEjIgYVFBYzITI2NTQmIwEhIgYVFBY7ARUUFjMyNj0BMzI2NTQmqxMXFxMUFxcUAVUTGBgTExgYEwFVFBcXFBMXF/3p/wAUFxcUVRcUExdWExcXEwFVVRgTExhVExgYEwEAExgYEwFV/wATFxcTVhcTFBdVFBcXAdUYEwErExcXE/7VExgXE/6AFBcXFAGAExdVFxQBgBMXFxP+gBQXFxQTF/8AFBcXFAEAFxMUFwEAqxMXFxOrFxQTFxcTFBf+qxgTExiqFBcXFKoYExMYAAAEAAD/wAPVA8AAGQAeADUATAAAEwUeATMyNjclPgE1NCYnJSYiBwUOARUUFhclDQEtAQEFJSYGBwYWFwUeATMyNjclPgEnLgEHNQUlJgYHBhYXBR4BMzI2NyU+AScuAQdEAasDCAYGCAMBqw0MDA3+VQoTCf5VCgsMDQG8AU3+s/6zAU0Bmv5m/mYQIQYGCg0BqwYJBgYIAwGrEAoJByAM/mb+ZhAhBgYKDQGrBgkGBggDAasQCgkHIAwCWtYDAQED1gYTDQ0TBtYDA9YGEw0NEwbMpqampv3Wzc0GCwwNJAfVBwIBBNUGIRAQDAbVzc0GCg0QIQbWBgIBA9UHIRAQCwYAAAUAAP+3A9UDwAAdACcAKwAzADoAAAElOAExJiIHBQ4BFREUFhcFHgEzMjY3JT4BNRE0JiU+ATMyFhcFByUTJTcFAS4BNREFESUhBRElERQGA43+qhk9Hf6rICQlIwFWDB4NEBsMAVYgKCX+PwMLAwYIAwE8eP60d/6zeAFM/h4JDAFV/sAC0f7FAVUNAuarDQ2rEDsk/msjQBCrBgcHBqsQPSYBlSQ7cwMBAQOePKb+76c7pv53BxYKAYiq/l6dnQGiqv54DRMABAAA/8ADqwPAACQAKQAzAFQAAAEwJiMwJiMnLgEjISIGDwEwBiMwBiMcARURFBYzITI2NRE0JiclIRchNwEhIiY1ESERFAYDIgYVFAYjIiY1NCYjIgYVFBceARcWMzI3PgE3NjU0JiMDpgEDAQOAAxEK/gAKEgaAAQMBBEo2AlY2SgEE/W8B1kD9qkACFv2qExcCqheTFBdKNjZKFxQTFxAROScnLS0nJzkREBcTArwEBKsKBwcKqwQEBwcD/ao2Sko2AlYDBwdvVlb9ABcTAiv91RMXAgAYEzZKSjYTGBgTLScnOREQEBE5JyctExgAAwAA/8ADqwPAACIALQA4AAABIzU0JisBIgYdASMiBhUUFjsBERQWMyEyNjURMzI2NTQmIyU0NjsBMhYdASE1ARQGIyEiJjURIREDgKtJN6o3SasTGBgTK0k3Aao3SSsTGBgT/gAXFKoUF/8AAYAXFP5WFBcCAALVKzZKSjYrFxMUF/3VNkpKNgIrFxQTFysTGBgTKyv9VRMXFxMCK/3VAAUAAP/AA6sDwAAiAC0AOABHAFYAAAEjNTQmKwEiBh0BIyIGFRQWOwERFBYzITI2NREzMjY1NCYjJTQ2OwEyFh0BITUBFAYjISImNREhEQEiBhURFBYzMjY1ETQmIzMiBhURFBYzMjY1ETQmIwOAq0k3qjdJqxMYGBMrSTcBqjdJKxMYGBP+ABcUqhQX/wABgBcU/lYUFwIA/qsUFxcUExcXE6oTFxcTFBcXFALVKzZKSjYrFxMUF/3VNkpKNgIrFxQTFysTGBgTKyv9VRMXFxMCK/3VAasXFP8AExcXEwEAFBcXFP8AExcXEwEAFBcAAAEAAP/AA1UDwAAkAAABITc2NCcmIgcBDgEVBhQXHgEXAR4BMzI2NzY0LwEhMjY1NCYjAyv+EeINDQ0iDf7VAwUDAwMCAwErBxEGBhEHDQ3iAe8TFxcTAdXiDSINDQ3+1gQGAwcSCQQGA/7VBgcHBg0iDeIXFBMXAAEAAP/AA1EDwAAkAAABNjQnLgEnASYiBwYUHwEhIgYVFBYzIQcGFBceATMyNjcBPgE1A1EDAwMCA/7VDSINDQ3i/hETFxcTAe/iDQ0HEQYGEQcBKwMFAZoGEgoDBgQBKg0NDSIN4hcTFBfiDSINBgcHBgErAwYEAAEAAP/AAp4DwAAWAAABNzY0JyYiBwEGFBcBHgEzMjY3NjQvAQG84g0NDSIN/wANDQEABxEGBhEHDQ3iAaviDSINDAz/AA0iDf8ABwYGBw0iDeIAAAEAAP/AAp4DwAAWAAAJASYiBwYUHwEHBhQXHgEzMjY3ATY0JwKe/wANIg0NDeLiDQ0HDQoKDQcBAA0NAckBAAwMDSIN4uINIg0HBgYHAQANIg0AAAMAAP/ABAADwAAPABoAJQAAASEiBhURFBYzITI2NRE0JgUhMhYdASE1NDYzASEiJjURIREUBiMDgP0ANkpKNgMANkpK/MoDABMY/KoYEwMA/QATGANWGBMDK0o2/gA3SUk3AgA2SlYXE4CAExf9qxcUASr+1hQXAAMAAP/AA6sDwAAUABoAKAAANzMyNjcBNjQvASYiBwEOAR0BFBYzNwEXASM1ASEiBhUUFjMhMjY1NCaAqwkOBwHVDQ2rDSIN/isGBxgTKwGqb/5WbwLV/QATGBgTAwATGBirBgYB1g0iDaoNDf4rBw0KqxMXxAGrb/5Vb/68GBMTGBgTExgAAAABAAAAAQAApoQrQV8PPPUACwQAAAAAAOH9ytkAAAAA4f3K2QAA/6sG3wPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAbiAAAAAAbfAAEAAAAAAAAAAAAAAAAAAAA5BAAAAAAAAAAAAAAAAgAAAAQAAAAG4gAABuAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAKABQAHgDGAQgBTAFgAXQBiAGcAbABxAHYAhQCeAMAA0gD8gUmBUwFpgY2BpQGsAccB2IHlAgSCGwIqAkMCSYJtAn0CnoK3AwkDJANFA2yDfQOXA54DqIPPA++ECIQmhDqEWIRnhHaEgQSLhJqEq4AAQAAADkA5wA5AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvGxhdGVwb2ludABsAGEAdABlAHAAbwBpAG4AdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGxhdGVwb2ludABsAGEAdABlAHAAbwBpAG4AdGxhdGVwb2ludABsAGEAdABlAHAAbwBpAG4AdFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmxhdGVwb2ludABsAGEAdABlAHAAbwBpAG4AdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=latepoint-icon-], [class*=" latepoint-icon-"] { font-family: "latepointIcons" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.latepoint-icon-qrcode:before {
content: "\e921";
}
.latepoint-icon-cross:before {
content: "\e927";
}
.latepoint-icon-google:before {
content: "\e911";
}
.latepoint-icon-facebook:before {
content: "\e910";
}
.latepoint-icon-brand:before {
content: "\e910";
}
.latepoint-icon-social:before {
content: "\e910";
}
.latepoint-icon-arrow-up:before {
content: "\e906";
}
.latepoint-icon-arrow-up2:before {
content: "\e907";
}
.latepoint-icon-arrow-down:before {
content: "\e908";
}
.latepoint-icon-arrow-down2:before {
content: "\e909";
}
.latepoint-icon-arrow-right:before {
content: "\e904";
}
.latepoint-icon-arrow-left:before {
content: "\e905";
}
.latepoint-icon-lp-logo:before {
content: "\e91c";
}
.latepoint-icon-arrow-left1:before {
content: "\e92f";
}
.latepoint-icon-arrow-right1:before {
content: "\e930";
}
.latepoint-icon-book:before {
content: "\e91a";
}
.latepoint-icon-calendar:before {
content: "\e91b";
}
.latepoint-icon-check:before {
content: "\e928";
}
.latepoint-icon-chevron-left:before {
content: "\e931";
}
.latepoint-icon-chevron-right:before {
content: "\e932";
}
.latepoint-icon-credit-card:before {
content: "\e933";
}
.latepoint-icon-edit-3:before {
content: "\e934";
}
.latepoint-icon-external-link:before {
content: "\e922";
}
.latepoint-icon-file-text:before {
content: "\e923";
}
.latepoint-icon-layers:before {
content: "\e92a";
}
.latepoint-icon-list:before {
content: "\e924";
}
.latepoint-icon-menu:before {
content: "\e925";
}
.latepoint-icon-message-circle:before {
content: "\e91d";
}
.latepoint-icon-message-square:before {
content: "\e91e";
}
.latepoint-icon-minus:before {
content: "\e914";
}
.latepoint-icon-minus-circle:before {
content: "\e915";
}
.latepoint-icon-minus-square:before {
content: "\e916";
}
.latepoint-icon-package:before {
content: "\e92b";
}
.latepoint-icon-paperclip:before {
content: "\e91f";
}
.latepoint-icon-plus:before {
content: "\e917";
}
.latepoint-icon-plus-circle:before {
content: "\e918";
}
.latepoint-icon-plus-square:before {
content: "\e919";
}
.latepoint-icon-printer:before {
content: "\e920";
}
.latepoint-icon-shopping-bag:before {
content: "\e92c";
}
.latepoint-icon-shopping-cart:before {
content: "\e926";
}
.latepoint-icon-sliders:before {
content: "\e929";
}
.latepoint-icon-trash:before {
content: "\e92d";
}
.latepoint-icon-trash-2:before {
content: "\e92e";
}
.latepoint-icon-clothes-21:before {
content: "\e912";
}
.latepoint-icon-ui-09:before {
content: "\e913";
}
.latepoint-icon-ui-15:before {
content: "\e90b";
}
.latepoint-icon-ui-24:before {
content: "\e90c";
}
.latepoint-icon-ui-50:before {
content: "\e90d";
}
.latepoint-icon-ui-47:before {
content: "\e90e";
}
.latepoint-icon-ui-46:before {
content: "\e90f";
}
.latepoint-icon-common-01:before {
content: "\e90a";
}
.latepoint-icon-checkmark:before {
content: "\e903";
}
.latepoint-icon-arrow-2-right:before {
content: "\e901";
}
.latepoint-icon-arrow-2-left:before {
content: "\e902";
}
.latepoint-icon-ui-83:before {
content: "\e900";
} @font-face {
font-family: "latepoint";
src: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/fonts/latepoint-regular.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: block;
}
@font-face {
font-family: "latepoint";
src: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/fonts/latepoint-semibold.woff2) format("woff2");
font-weight: 600;
font-style: normal;
font-display: block;
}
.latepoint-w {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
font-size: 15px;
}
.latepoint-w h1, .latepoint-w h2, .latepoint-w h3, .latepoint-w h4, .latepoint-w h5, .latepoint-w h6 {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 600;
}
.latepoint-w .latepoint-section-heading-w {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
padding: 10px 0px;
margin-top: 20px;
}
.latepoint-w .latepoint-section-heading-w .latepoint-section-heading {
margin: 0px;
padding: 0px;
}
.latepoint-w .latepoint-section-heading-w .heading-extra {
font-weight: 600;
color: #7c85a3;
}
.latepoint-tab-content {
display: none;
}
.latepoint-tab-content.active {
display: block;
}
.order-payments-form-wrapper .total-order-payments-info {
margin-bottom: 30px;
}
.order-payments-form-wrapper .total-order-payments-info .topi-amount {
font-size: 46px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #14161d;
}
.order-payments-form-wrapper .total-order-payments-info .topi-sub-info {
color: #7c85a3;
}
.order-payments-form-wrapper .total-order-payments-info .topi-sub-info a {
display: inline-flex;
margin-left: 5px;
text-decoration: none;
align-items: baseline;
gap: 5px;
color: var(--latepoint-brand-primary);
}
.order-payments-form-wrapper .total-order-payments-info .topi-sub-info a span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.order-payments-form-wrapper .topi-heading {
display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #14161d;
line-height: 1.1;
margin-bottom: 15px;
}
.order-payments-form-wrapper .topi-heading .topih-line {
height: 10px;
background-color: #eee;
flex: 1;
}
.order-payments-form-wrapper .topi-transaction {
padding: 15px;
border: 1px solid #eee;
border-bottom-color: #aaa;
position: relative;
}
.order-payments-form-wrapper .topi-transaction + .topi-transaction {
margin-top: 15px;
}
.order-payments-form-wrapper .topi-transaction .topit-amount {
font-size: 17px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #14161d;
}
.order-payments-form-wrapper .topi-transaction .topit-sub-info {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 13px;
color: #7c85a3;
}
.order-payments-form-wrapper .topi-transaction .topit-transaction-status {
position: absolute;
top: 0px;
right: 0;
padding: 2px;
background-color: #eee;
font-size: 11px;
}
.order-summary-items-heading {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #7c85a3;
line-height: 1.1;
}
.order-summary-items-heading .osih-line {
height: 10px;
background-color: rgba(0, 0, 0, 0.03);
flex: 1;
}
.latepoint-btn {
padding: 9px 14px;
background-color: var(--latepoint-brand-primary);
color: #fff;
border-radius: 0px;
text-decoration: none !important;
font-weight: 600;
display: inline-block;
box-shadow: none;
border: none;
line-height: 1.2;
cursor: pointer;
}
.latepoint-btn:hover, .latepoint-btn:focus {
outline: none;
color: #fff !important;
background-color: color-mix(in srgb, var(--latepoint-brand-primary), #000 10%);
box-shadow: none;
}
.latepoint-btn.latepoint-btn-sm {
padding: 6px 8px;
font-size: 15px;
}
.latepoint-btn.latepoint-btn-danger {
background-color: #FB7F7F;
color: #fff;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link {
background-color: transparent;
border-color: transparent;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link i {
color: #d83838;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link span {
border-bottom: 1px solid #d83838;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:hover, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:focus {
color: transparent !important;
background-color: transparent;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:after, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:hover:after, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link.os-loading:focus:after {
border-bottom: 2px solid #d83838;
border-left: 2px solid #d83838;
border-top: 2px solid #d83838;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading), .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading) {
color: #d83838 !important;
background-color: transparent;
}
.latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading) span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:hover:not(.os-loading) i, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading) span, .latepoint-btn.latepoint-btn-danger.latepoint-btn-link:focus:not(.os-loading) i {
color: #d83838 !important;
}
.latepoint-btn.latepoint-btn-danger:focus, .latepoint-btn.latepoint-btn-danger:active {
color: #fff;
background-color: #FB7F7F;
}
.latepoint-btn.latepoint-btn-danger:hover {
background-color: #f94e4e;
}
.latepoint-btn.latepoint-btn-primary {
background-color: var(--latepoint-brand-primary);
color: #fff;
}
.latepoint-btn.latepoint-btn-primary span {
color: #fff;
}
.latepoint-btn.latepoint-btn-primary i {
color: #fff;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline {
background-color: transparent;
color: var(--latepoint-brand-primary);
border: 1px solid var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline:hover, .latepoint-btn.latepoint-btn-primary.latepoint-btn-outline:focus {
border-color: color-mix(in srgb, var(--latepoint-brand-primary), #000 10%);
color: var(--latepoint-brand-primary);
background-color: transparent;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline.latepoint-btn-primary.os-loading:after {
border-bottom-color: var(--latepoint-brand-primary);
border-left-color: var(--latepoint-brand-primary);
border-top-color: var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-outline span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-outline i {
color: var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link {
background-color: transparent;
color: var(--latepoint-brand-primary);
border-color: transparent;
padding-left: 0px;
padding-right: 0px;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link i {
color: var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link span {
border-bottom: 1px solid var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:hover, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:focus {
color: transparent !important;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:after, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:hover:after, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link.os-loading:focus:after {
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading), .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading) {
color: var(--latepoint-brand-primary) !important;
}
.latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading) span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:hover:not(.os-loading) i, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading) span, .latepoint-btn.latepoint-btn-primary.latepoint-btn-link:focus:not(.os-loading) i {
color: var(--latepoint-brand-primary) !important;
}
.latepoint-btn.latepoint-btn-grey {
background-color: #eee;
color: #111 !important;
}
.latepoint-btn.latepoint-btn-white {
background-color: #fff;
color: #111 !important;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link {
background-color: transparent;
color: #fff;
border-color: transparent;
padding-left: 0px;
padding-right: 0px;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link span, .latepoint-btn.latepoint-btn-white.latepoint-btn-link i {
color: #fff;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link span {
border-bottom: 1px solid #fff;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading, .latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:hover, .latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:focus {
color: transparent !important;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:after, .latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:hover:after, .latepoint-btn.latepoint-btn-white.latepoint-btn-link.os-loading:focus:after {
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading), .latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading) {
color: #fff !important;
}
.latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading) span, .latepoint-btn.latepoint-btn-white.latepoint-btn-link:hover:not(.os-loading) i, .latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading) span, .latepoint-btn.latepoint-btn-white.latepoint-btn-link:focus:not(.os-loading) i {
color: #fff !important;
}
.latepoint-btn.latepoint-btn-block {
display: block;
text-align: center;
flex: 1;
}
.latepoint-btn.os-loading {
color: transparent !important;
position: relative;
}
.latepoint-btn.os-loading span, .latepoint-btn.os-loading i {
color: transparent !important;
border-bottom-color: transparent !important;
}
.latepoint-btn.os-loading:focus {
color: transparent !important;
}
.latepoint-btn.os-loading:focus span, .latepoint-btn.os-loading:focus i {
color: transparent !important;
border-bottom-color: transparent !important;
}
.latepoint-btn.os-loading:after {
display: block;
content: "";
width: 14px !important;
height: 14px !important;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-btn.os-loading.latepoint-btn-white:after, .latepoint-btn.os-loading.latepoint-btn-secondary:after {
border-bottom: 2px solid var(--latepoint-body-color);
border-left: 2px solid var(--latepoint-body-color);
border-top: 2px solid var(--latepoint-body-color);
border-right: 2px solid rgba(0, 0, 0, 0);
}
.latepoint-btn.latepoint-btn-secondary {
background-color: #EDEFF6;
color: #252C39;
}
.latepoint-btn.latepoint-btn-secondary.latepoint-btn-link {
border-color: 2px solid #111;
}
.latepoint-btn.latepoint-btn-secondary:hover, .latepoint-btn.latepoint-btn-secondary:focus {
outline: none;
color: #252C39 !important;
background-color: #cbd1e5;
box-shadow: none;
}
.latepoint-btn span {
display: inline-block;
vertical-align: middle;
line-height: 1.5;
}
.latepoint-btn i {
display: inline-block;
vertical-align: middle;
}
.latepoint-btn i + span {
margin-left: 6px;
}
.latepoint-btn span + i {
margin-left: 6px;
}
.latepoint-book-button-wrapper.latepoint-book-button-align-center {
text-align: center;
}
.latepoint-book-button-wrapper.latepoint-book-button-align-right {
text-align: right;
}
.latepoint-book-button-wrapper.latepoint-book-button-align-left {
text-align: left;
}
.latepoint-book-button-wrapper.latepoint-book-button-align-justify {
text-align: center;
}
.latepoint-book-button-wrapper.latepoint-book-button-align-justify .latepoint-book-button {
display: block;
}
.latepoint-book-button {
line-height: 1em;
cursor: pointer;
transition: initial;
}
.latepoint-book-button.os-loading {
transition: all 0.2s linear;
color: transparent !important;
position: relative;
}
.latepoint-book-button.os-loading:after {
display: block;
content: "";
width: 14px !important;
height: 14px !important;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-w .os-form-w {
background-color: #fff;
padding: 30px;
margin: 20px 0px;
}
.latepoint-w .os-form-group {
margin-bottom: 15px !important;
position: relative;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control {
position: relative !important;
display: block !important;
box-shadow: none !important;
border: 1px solid #cad2e0 !important;
padding: 12px 10px 12px 10px !important;
border-radius: 0px !important;
background-color: #fff !important;
width: 100%;
color: #32373c;
line-height: 1.2;
font-size: 15px !important;
font-weight: 400 !important;
transition: all 0.2s ease;
height: auto;
margin: 0px;
}
.latepoint-w .os-form-group.os-form-select-group .os-form-control:focus,
.latepoint-w .os-form-group.os-form-select-group input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control:focus {
background-color: #fff !important;
border-color: #5779ef !important;
outline: none;
box-shadow: none;
}
.latepoint-w .os-form-group.os-form-select-group textarea,
.latepoint-w .os-form-group.os-form-select-group input[type=number],
.latepoint-w .os-form-group.os-form-select-group input[type=email],
.latepoint-w .os-form-group.os-form-select-group input[type=password],
.latepoint-w .os-form-group.os-form-select-group input[type=text],
.latepoint-w .os-form-group.os-form-select-group input[type=tel], .latepoint-w .os-form-group.os-form-textfield-group textarea,
.latepoint-w .os-form-group.os-form-textfield-group input[type=number],
.latepoint-w .os-form-group.os-form-textfield-group input[type=email],
.latepoint-w .os-form-group.os-form-textfield-group input[type=password],
.latepoint-w .os-form-group.os-form-textfield-group input[type=text],
.latepoint-w .os-form-group.os-form-textfield-group input[type=tel] {
-webkit-appearance: none;
}
.latepoint-w .os-form-group.os-form-select-group.os-invalid label, .latepoint-w .os-form-group.os-form-textfield-group.os-invalid label {
color: #d56e67 !important;
}
.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control, .latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control {
border-color: #eb3a3a !important;
}
.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control::placeholder, .latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control::placeholder {
color: #e38888 !important;
}
.latepoint-w .os-form-group.os-form-select-group.os-invalid .os-form-control:focus,
.latepoint-w .os-form-group.os-form-select-group.os-invalid input.os-form-control:focus, .latepoint-w .os-form-group.os-form-textfield-group.os-invalid .os-form-control:focus,
.latepoint-w .os-form-group.os-form-textfield-group.os-invalid input.os-form-control:focus {
border-color: #c10505 !important;
}
.latepoint-w .os-form-group.os-form-select-group label {
display: block !important;
font-size: 15px;
margin: 0px;
}
.latepoint-w .os-form-group.os-form-select-group select.os-form-control {
height: auto !important;
}
.latepoint-w .os-form-group.os-form-multiselect-group > label {
font-size: 15px;
font-weight: 600;
margin-bottom: 10px !important;
}
.latepoint-w .os-form-group.os-form-multiselect-group .os-form-group {
margin-bottom: 3px !important;
}
.latepoint-w .os-form-group.os-form-multiselect-group .os-form-group label {
font-size: 13px;
}
.latepoint-w .os-form-group.os-form-checkbox-group label {
padding: 0px;
border-radius: 0px;
display: flex;
gap: 8px;
align-items: center;
color: var(--latepoint-body-color);
vertical-align: middle;
margin: 0px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
}
.latepoint-w .os-form-group.os-form-checkbox-group label input.os-form-checkbox {
display: inline-block;
vertical-align: middle;
border-radius: 0px;
box-shadow: none;
border-color: #aaa;
}
.latepoint-w .os-form-group.os-form-checkbox-group label a {
text-decoration: underline;
}
.latepoint-w .os-form-group.os-form-textfield-group label {
display: block;
margin-bottom: 1px;
line-height: 1.1;
cursor: default;
font-size: 12px !important;
color: #AFB8D6 !important;
font-weight: 400 !important;
position: absolute !important;
top: 5px;
left: 10px;
z-index: 2;
opacity: 0;
transform: translateY(-3px);
transition: all 0.2s ease;
}
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control input.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control input.os-form-control {
z-index: 1;
}
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control::placeholder,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control::placeholder {
color: #AFB8D6;
}
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field {
height: 47px !important;
}
.latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field.invalid, .latepoint-w .os-form-group.os-form-textfield-group .os-form-control.os-framed-field.braintree-hosted-fields-invalid,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field.invalid,
.latepoint-w .os-form-group.os-form-textfield-group input.os-form-control.os-framed-field.braintree-hosted-fields-invalid {
border-color: #f16161 !important;
}
.latepoint-w .os-form-group.os-form-textfield-group.has-value label {
opacity: 1 !important;
transform: translateY(0) !important;
}
.latepoint-w .os-form-group.os-form-textfield-group.has-value textarea.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group.has-value input.os-form-control {
padding: 19px 10px 5px 10px !important;
}
.latepoint-w .os-form-group.os-form-phonefield-group {
border: 1px solid #cad2e0;
border-radius: 0px;
}
.latepoint-w .os-form-group.os-form-phonefield-group:has(.os-form-control:focus) {
border-color: var(--latepoint-brand-primary);
}
.latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-dial-code {
color: #32373c;
font-weight: 400;
font-size: 15px !important;
white-space: nowrap;
margin-left: 4px;
line-height: 1.2;
}
.latepoint-w .os-form-group.os-form-phonefield-group.os-invalid {
border-color: #eb3a3a;
}
.latepoint-w .os-form-group.os-form-phonefield-group.os-invalid:has(.os-form-control:focus) {
border-color: #eb3a3a;
}
.latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-flag {
padding: 12px 4px 12px 10px;
transition: all 0.2s ease;
}
.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control {
border: none !important;
}
.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control.os-mask-phone,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control.os-mask-phone {
padding-left: 0px !important;
border-left: none !important;
}
.latepoint-w .os-form-group.os-form-phonefield-group .os-form-control.os-mask-phone.invalid,
.latepoint-w .os-form-group.os-form-phonefield-group input.os-form-control.os-mask-phone.invalid {
border-color: #f16161 !important;
}
.latepoint-w .os-form-group.os-form-phonefield-group:not(.has-value) .lp_iti.lp_iti--allow-dropdown {
align-items: center;
}
.latepoint-w .os-form-group.os-form-phonefield-group:not(.has-value) .lp_iti__selected-flag {
padding-top: 10px;
padding-bottom: 10px;
}
.latepoint-w .os-form-group.os-form-phonefield-group.has-value .lp_iti__selected-flag {
padding-top: 19px;
padding-bottom: 5px;
}
.latepoint-w .os-form-group.os-form-phonefield-group.has-value input.os-form-control.os-mask-phone {
padding-left: 0px !important;
padding-top: 18px !important;
}
.latepoint-w .os-form-buttons.os-flex {
display: flex;
align-items: center;
}
.latepoint-w .os-form-buttons.os-flex.os-space-between {
justify-content: space-between;
}
.latepoint-w .os-form-buttons .os-form-group {
display: inline-block;
margin-bottom: 0px !important;
}
.latepoint-w .os-form-buttons .os-form-group .latepoint-btn {
margin-right: 5px;
}
.latepoint-w .os-form-header {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.latepoint-w .os-form-header h2, .latepoint-w .os-form-header h3, .latepoint-w .os-form-header h4 {
margin-bottom: 5px;
margin-top: 0px;
}
.latepoint-w .os-form-desc {
color: rgba(0, 0, 0, 0.7);
}
.latepoint-w .os-image-container {
border: 5px solid #fff;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
border-radius: 6px;
max-width: 100px;
margin-bottom: 10px;
min-height: 50px;
}
.latepoint-w .os-image-container img {
border-radius: 4px;
width: 100%;
height: auto;
display: block;
}
.latepoint-w .settings-image-selector {
margin: 20px 0px;
}
.latepoint-w .os-form-message-w {
padding: 12px 20px;
background-color: #f9f9f9;
color: #333;
margin-bottom: 20px;
font-weight: 600;
border-radius: 0px;
}
.latepoint-w .os-form-message-w ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.latepoint-w .os-form-message-w ul li {
margin-bottom: 10px;
}
.latepoint-w .os-form-message-w ul li:last-child {
margin-bottom: 0px;
}
.latepoint-w .os-form-message-w.status-error {
background-color: #fff4f4;
color: #d00c0c;
border: 2px solid #f75160;
}
.latepoint-w .os-form-message-w.status-success {
background-color: #e0fbd1;
color: #437724;
}
.text-center {
text-align: center;
}
.os-row {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-left: -7px;
margin-right: -7px;
}
.os-col-8 {
flex: 0 0 66.6%;
padding: 0px 7px;
}
.os-col-4 {
flex: 0 0 33.3%;
padding: 0px 7px;
}
.os-col-3 {
flex: 0 0 25%;
padding: 0px 7px;
}
.os-col-9 {
flex: 0 0 75%;
padding: 0px 7px;
}
.os-col-6 {
flex: 0 0 50%;
padding: 0px 7px;
}
.os-col-12 {
flex: 0 0 100%;
padding: 0px 7px;
}
@media (max-width: 600px) {
.os-col-sm-12 {
flex: 0 0 100%;
padding: 0px 7px;
}
}
.latepoint-login-form-w.os-form-w {
max-width: 470px;
margin: 30px auto !important;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 10px 25px rgba(0, 0, 0, 0.1);
padding: 40px;
background-color: #fff;
}
.latepoint-login-form-w.os-form-w h4 {
margin: 0px;
margin-bottom: 15px;
padding: 0px;
color: #14161d;
}
.latepoint-login-form-w.os-form-w .os-form-group:last-child {
margin-bottom: 0px;
}
.latepoint-login-form-w.os-form-w .os-form-buttons {
justify-content: space-between;
}
.os-password-reset-form-w {
position: relative;
}
.os-password-reset-form-w .password-reset-back-to-login {
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
align-items: center;
color: #bd3d3d;
}
.os-password-reset-form-w .password-reset-back-to-login span {
margin-right: 5px;
}
.os-password-reset-form-w .password-reset-back-to-login span, .os-password-reset-form-w .password-reset-back-to-login i {
display: inline-block;
vertical-align: middle;
}
.os-notifications {
position: fixed;
left: 50%;
transform: translateX(-50%);
top: 20px;
z-index: 1000001;
display: flex;
flex-direction: column-reverse;
}
.os-notifications .os-notification-close {
position: absolute;
top: 50%;
right: 5px;
cursor: pointer;
padding: 5px;
font-size: 14px;
transform: translateY(-50%);
display: block;
line-height: 1;
}
.os-notifications .item {
padding: 14px 30px;
background-color: rgba(29, 210, 101, 0.95);
color: #fff;
font-weight: 600;
font-size: 18px;
min-width: 500px;
text-align: center;
padding-right: 40px;
position: relative;
}
.os-notifications .item + .item {
margin-bottom: 10px;
}
@keyframes selectedSlotCheckmark {
0% {
transform: rotate(-65deg) scale(0.5);
}
100% {
transform: rotate(0deg) scale(1);
}
}
@keyframes latepointFadeUp {
0% {
transform: translate3d(0, 40px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes up10op {
0% {
transform: translate3d(0, 10px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes up10 {
0% {
transform: translate3d(0, 10px, 0);
}
100% {
transform: translate3d(0, 0px, 0);
}
}
@keyframes up20op {
0% {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes rotateScale {
0% {
transform: scale(0.4) rotate(-90deg);
opacity: 0;
}
100% {
transform: scale(1) rotate(0deg);
opacity: 1;
}
}
@keyframes up20 {
0% {
transform: translate3d(0, 20px, 0);
}
100% {
transform: translate3d(0, 0px, 0);
}
}
@keyframes up40 {
0% {
transform: translate3d(0, 20px, 0);
}
100% {
transform: translate3d(0, 0px, 0);
}
}
@keyframes latepointMessage {
0% {
transform: translate3d(0, -10px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes latepointFadeDown {
0% {
transform: translate3d(0, -40px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes agentBio {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes osLightboxAnimation {
0% {
transform: translate3d(0, 10%, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes latepointAvailabilityPopup {
0% {
transform: translate3d(0, 0%, 0px);
opacity: 0;
}
100% {
transform: translate3d(0, -65%, 0px);
opacity: 1;
}
}
@keyframes latepointAvailabilityPopupY {
0% {
transform: translate3d(0%, -60%, 0px);
opacity: 0;
}
100% {
transform: translate3d(0%, -115%, 0px);
opacity: 1;
}
}
@keyframes latepointNextBtn {
0% {
transform: translate3d(-15px, 0px, 0) scale(0.9);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0) scale(1);
opacity: 1;
}
}
@keyframes latepointPrevBtn {
0% {
transform: translate3d(15px, 0px, 0) scale(0.9);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0) scale(1);
opacity: 1;
}
}
@keyframes latepointContentPopup {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.latepoint-login-form-w {
animation: 0.6s cubic-bezier(0.45, 1.1, 0.4, 1) 0s both latepointFadeUp;
}
.os-step-tab-content {
animation: 0.3s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0s both latepointFadeUp;
}
.os-password-reset-form-w {
animation: 0.3s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0s both latepointFadeUp;
}
.os-item-details-popup {
animation: 0.4s cubic-bezier(0.45, 1.3, 0.6, 1) 0s both agentBio;
}
.item-details-popup-content-i {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1) 0s both latepointFadeUp;
}
.item-details-popup-head h3 {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1) 0s both latepointFadeDown;
}
.item-details-popup-head .item-details-popup-title {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1) 0s both latepointFadeDown;
}
.item-details-popup-feature-value {
animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.05s both latepointFadeUp;
}
.item-details-popup-feature-label {
animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0.1s both latepointFadeUp;
}
.latepoint-lightbox-i {
transform-origin: center center;
animation: 0.5s cubic-bezier(0, 1, 0.51, 1) 0s both osLightboxAnimation;
}
.latepoint-message {
animation: 0.15s cubic-bezier(0.45, 1.3, 0.6, 1.1) 0s both latepointMessage;
}
.a-up-10 {
animation: 0.4s cubic-bezier(0.25, 1.4, 0.5, 1) 0s up10op;
animation-fill-mode: both;
}
.a-up-10-opaque {
animation: 0.4s cubic-bezier(0.25, 1.4, 0.5, 1) 0s up10;
animation-fill-mode: both;
}
.a-up-20 {
animation: 0.4s cubic-bezier(0.25, 1.4, 0.5, 1) 0s up20op;
animation-fill-mode: both;
}
.a-up-20-opaque {
animation: 0.4s cubic-bezier(0.25, 1.4, 0.5, 1) 0s up20;
animation-fill-mode: both;
}
.a-up-40-opaque {
animation: 0.6s cubic-bezier(0.35, 1.2, 0.7, 1) 0s up40;
animation-fill-mode: both;
}
.a-rotate-scale {
animation: 0.7s cubic-bezier(0.25, 1.4, 0.5, 1.35) 0s rotateScale;
animation-fill-mode: both;
}
.a-delay-1 {
animation-delay: 0.05s;
}
.a-delay-2 {
animation-delay: 0.1s;
}
.a-delay-3 {
animation-delay: 0.15s;
}
.a-delay-4 {
animation-delay: 0.2s;
}
@keyframes os-loading-gradient {
0% {
background-position: 0 0;
}
100% {
background-position: -200% 0;
}
}
.clean-layout-content-wrapper {
animation: 0.5s cubic-bezier(0.35, 1.2, 0.7, 1) 0s both up20;
}
.latepoint-clean-body .manage-booking-wrapper {
animation: 0.5s cubic-bezier(0.35, 1.2, 0.7, 1) 0s both up20;
}
@keyframes latepointBlink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w {
border-top-left-radius: 8px;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer {
border-bottom-left-radius: 8px;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form,
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w {
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option {
box-shadow: 0px 0px 0px 2px #E8EBEE;
cursor: pointer;
transition: transform 0.1s ease;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:focus-visible, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option.selected, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option.selected {
box-shadow: 0px 0px 0px 2px var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option.selected .lp-option-label, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option.selected .lp-option-label {
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:hover, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:hover {
box-shadow: 0px 0px 0px 2px var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:hover .lp-option-label, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option:hover .lp-option-label {
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option .lp-option-image, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option .lp-option-image {
padding-bottom: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
transform-origin: center center;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option .lp-option-label, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option .lp-option-label {
font-weight: 600;
color: var(--latepoint-body-color);
font-size: 18px;
padding: 10px;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid .lp-option, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid .lp-option {
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid .lp-option .lp-option-image-w, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid .lp-option .lp-option-image-w {
padding: 15px;
border-bottom: 1px solid #E8EBEE;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-three .lp-option, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-three .lp-option {
flex: 0 0 30%;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-two, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-two {
gap: 30px;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid.lp-options-grid-two .lp-option, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-grid.lp-options-grid-two .lp-option {
flex: 0 0 45%;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows {
display: flex;
flex-direction: column;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option {
margin-bottom: 15px;
display: flex;
align-items: center;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-image, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-image {
flex: 0 0 50px;
width: 50px;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-image-w, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-image-w {
padding: 10px 15px;
border-right: 1px solid #E8EBEE;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-rows .lp-option .lp-option-label, .latepoint-w .latepoint-transaction-payment-form .lp-options.lp-options-rows .lp-option .lp-option-label {
flex: 1;
padding-left: 20px;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount-w, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount-w {
padding: 20px 40px;
border-bottom: 1px solid #E8EBEE;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount {
border-radius: 50%;
padding-bottom: 100%;
box-shadow: 0px 0px 0px 2px #14161d;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount .lp-amount-value, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount .lp-amount-value {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: 600;
color: var(--latepoint-body-color);
font-size: 16px;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit {
background-color: #eee;
box-shadow: none;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit .lp-slice, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit .lp-slice {
width: 50%;
padding-bottom: 50%;
background: #fff;
border-radius: 70px 0px 0px 0px;
box-shadow: 0px 0px 0px 2px #14161d, 0px 0px 0px 6px #fff;
position: absolute;
top: 0;
left: 0;
transform-origin: bottom right;
transform: rotate(-45deg);
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option-amount.lp-amount-deposit .lp-amount-value, .latepoint-w .latepoint-transaction-payment-form .lp-options .lp-option-amount.lp-amount-deposit .lp-amount-value {
left: 0px;
background-color: #fff;
padding: 2px 0px;
}
.latepoint-w .latepoint-booking-form-element .os-items, .latepoint-w .latepoint-transaction-payment-form .os-items {
margin: 0px !important;
padding: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows + .os-items, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows + .os-items {
margin-top: 15px !important;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows > .os-item + .os-item, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows > .os-item + .os-item {
margin-top: 15px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-rows .os-item .os-item-i:hover .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-rows .os-item .os-item-i:hover .os-item-name-w {
transform: translateX(3px);
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item:focus .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item:focus .os-item-i {
border-color: var(--latepoint-brand-primary);
box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i {
cursor: pointer;
display: flex;
background: #FFFFFF;
border: 1px solid #E5E7EE;
align-items: center;
box-shadow: none;
outline: none;
padding: 10px;
color: var(--latepoint-body-color);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i:hover, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i:hover {
border-color: var(--latepoint-brand-primary);
box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w {
flex: 0 0 45px;
height: 45px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin-right: 15px;
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-img-w .latepoint-icon, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-img-w .latepoint-icon {
font-size: 22px;
line-height: 43px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w {
padding: 5px 0px;
margin-right: auto;
display: block;
transition: transform 0.2s ease-out;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w .os-item-name, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w .os-item-name {
font-weight: 600;
font-size: 17px;
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-name-w .os-item-desc, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-name-w .os-item-desc {
color: #7c85a3;
font-size: 13px;
display: block;
margin-top: 3px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-child-count, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-child-count {
display: block;
color: #7c85a3;
font-size: 12px;
transition: transform 0.2s ease;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w {
border-left: 1px solid rgba(0, 0, 0, 0.05);
padding-left: 15px;
margin-left: 10px;
text-align: center;
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w .os-item-price {
display: block;
color: var(--latepoint-brand-primary);
line-height: 1.1;
font-weight: 600;
font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
font-size: 16px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item .os-item-i .os-item-price-w .os-item-price-label {
display: block;
color: #7c85a3;
font-size: 12px;
white-space: nowrap;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item:last-child, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item:last-child {
margin-bottom: 0px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-description .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-description .os-item-name-w {
padding: 5px 0px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect .os-item-i {
padding-left: 50px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect .os-item-i:before, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect .os-item-i:before {
background-color: #fff;
color: #fff;
padding: 3px;
font-size: 12px;
font-family: "latepointIcons" !important;
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;
content: "\e903";
position: absolute;
top: 50%;
left: 15px;
display: block;
transform: translateY(-50%);
box-shadow: inset 0px 0px 0px 1px #d8dbe3;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect.selected .os-item-i:before, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect.selected .os-item-i:before {
background-color: var(--latepoint-brand-primary);
box-shadow: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect.selected .os-item-i:before:hover, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.os-allow-multiselect.selected .os-item-i:before:hover {
box-shadow: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.selected.has-child-items > .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.selected.has-child-items > .os-item-i {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item:not(.selected) .os-items, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item:not(.selected) .os-items {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-items.selected > .os-items + .os-item-categories-holder, .latepoint-w .latepoint-transaction-payment-form .os-items.selected > .os-items + .os-item-categories-holder {
margin-top: 15px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid {
display: grid;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item {
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row {
grid-column: 1/4;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-item-i {
padding: 15px 20px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row.with-floating-price .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row.with-floating-price .os-item-i {
padding: 15px 20px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-duration-value-label, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-duration-value-label {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.os-item-span-row .os-duration-name, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.os-item-span-row .os-duration-name {
text-align: left;
font-weight: 600;
font-size: 18px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i {
display: block;
padding: 10px;
height: 100%;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-name-w {
padding-bottom: 0px;
padding-top: 10px;
border-top: 1px solid #eee;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w {
flex: 1;
height: auto;
padding-bottom: 100%;
margin: 0px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar {
padding: 0 15px 15px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar .os-avatar, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar .os-avatar {
background-size: cover;
background-position: center center;
padding-bottom: 100%;
background-repeat: no-repeat;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid .os-item.with-floating-price .os-item-i, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid .os-item.with-floating-price .os-item-i {
padding: 25px 10px 15px;
}
.latepoint-w .latepoint-booking-form-element .os-items.os-as-grid.os-three-columns, .latepoint-w .latepoint-transaction-payment-form .os-items.os-as-grid.os-three-columns {
grid-template-columns: 1fr 1fr 1fr;
column-gap: 15px;
row-gap: 15px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn {
font-size: 13px;
padding: 0px;
font-weight: 600;
opacity: 0;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
max-width: 100%;
z-index: 1;
border: none;
transition: transform 0.2s ease;
display: inline-block;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn span, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn span {
color: var(--latepoint-brand-primary);
display: inline-block;
border-bottom: 1px dotted color-mix(in srgb, var(--latepoint-brand-primary) 50%, transparent);
padding: 2px 0px 1px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-popup-btn:hover span, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item-details-popup-btn:hover span {
padding-left: 5px;
padding-right: 5px;
color: #fff;
background-color: var(--latepoint-brand-primary);
border-color: transparent;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item {
position: relative;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-name-w {
transition: transform 0.2s ease;
z-index: 2;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-img-w {
transition: transform 0.2s ease;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-img-w {
transform-origin: center center;
transform: translateY(-8px) scale(0.9);
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-name-w, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-name-w {
transform: translateY(-18px);
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.with-details .os-item-i:hover .os-item-details-popup-btn, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.with-details .os-item-i:hover .os-item-details-popup-btn {
opacity: 1;
transform: translateY(-7px);
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item.selected .os-item-details-popup-btn:hover, .latepoint-w .latepoint-transaction-payment-form .os-items .os-item.selected .os-item-details-popup-btn:hover {
border-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .show-selected-only > .os-items.os-as-rows, .latepoint-w .latepoint-transaction-payment-form .show-selected-only > .os-items.os-as-rows {
margin-top: 0px !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .item-quantity-selector-w .item-quantity-selector, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .item-quantity-selector-w .item-quantity-selector {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item-details-popup-btn:hover span, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item-details-popup-btn:hover span {
border-radius: 6px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before {
border-radius: 50%;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .latepoint-heading-w {
border-top-right-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-summary-w {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .latepoint-footer {
border-bottom-right-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form {
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group {
border-radius: 8px !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-timeslot .dp-label, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .dp-timeslot .dp-label {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-timebox, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .dp-timebox {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-password-reset-form-holder .os-password-reset-form-w,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .step-confirmation-set-password, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-password-reset-form-holder .os-password-reset-form-w,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .step-confirmation-set-password {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .info-box, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .info-box {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .info-box .info-box-buttons a, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .info-box .info-box-buttons a {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-message, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-message {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .applied-coupon-code,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .applied-coupon-code,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit {
border-radius: 8px !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .select-total-attendees-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .select-total-attendees-w {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item span, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-progress ul li .progress-item span {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-monthly-calendar-days .os-day .os-day-box, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-monthly-calendar-days .os-day .os-day-box {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-side-panel, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-side-panel {
border-radius: 8px 0px 0px 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-summary-w {
border-radius: 0px 8px 8px 0px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .lp-options .lp-option, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .lp-options .lp-option {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-item-img-w, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-item-img-w {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar {
padding: 5px 15px 5px 15px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar .os-avatar, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item .os-item-i .os-with-avatar .os-avatar {
border-radius: 50%;
background-size: cover;
background-position: center center;
padding-bottom: 100%;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-items .os-item.os-allow-multiselect .os-item-i:before, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-items .os-item.os-allow-multiselect .os-item-i:before {
border-radius: 6px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-btn, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-btn {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-add-another-item-trigger.on-verify, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .latepoint-add-another-item-trigger.on-verify {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .summary-box .summary-box-content .os-remove-item-from-cart, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .summary-box .summary-box-content .os-remove-item-from-cart {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-uploaded-file-info,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-upload-file-input-w input[type=file],
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-select-group input.os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group input.os-form-control, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-uploaded-file-info,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-file-upload-group .os-upload-file-input-w input[type=file],
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-select-group .os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-select-group input.os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group .os-form-control,
.latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-textfield-group input.os-form-control {
border-radius: 8px !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group input.os-form-control, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group input.os-form-control {
border-radius: 0 8px 8px 0 !important;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group .lp_iti__selected-flag, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .os-form-group.os-form-phonefield-group .lp_iti__selected-flag {
border-radius: 8px 0 0 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .step-payment-w .payment-total-info, .latepoint-w .latepoint-transaction-payment-form.latepoint-border-radius-rounded .step-payment-w .payment-total-info {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item.selected, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item.selected {
position: relative;
z-index: 2;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item.selected > .os-service-selector:hover, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item.selected > .os-service-selector:hover {
border-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item:hover, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item:hover {
z-index: 2;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item a.os-service-selector, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item a.os-service-selector {
position: relative;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item a.os-service-selector .service-name-w .service-name, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item a.os-service-selector .service-name-w .service-name {
font-size: 16px;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w > .os-selectable-items .os-item a.os-service-selector:hover, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w > .os-selectable-items .os-item a.os-service-selector:hover {
border-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-w {
margin-top: 0px;
box-shadow: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-w .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-w .os-item-category-info-w {
border: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-w .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-w .os-item-category-info-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info:focus-visible, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info:focus-visible {
border-color: var(--latepoint-brand-primary);
box-shadow: 0 0 0 1px var(--latepoint-brand-primary);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-img-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-img-w {
flex: 0 0 40px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin-right: 15px;
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-name, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-name {
display: block;
font-weight: 600;
font-size: 18px;
display: block;
margin-right: auto;
flex: 1;
transition: transform 0.2s ease;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w .os-item-category-info .os-item-category-services-count, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w .os-item-category-info .os-item-category-services-count {
display: block;
color: #7c85a3;
font-size: 12px;
transform: translateX(-40px);
transition: transform 0.2s ease;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected {
box-shadow: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w {
display: block;
border-bottom: 1px solid #E5E7EE;
background-color: #F4F6F9;
border-top: none;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w:last-child, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w:last-child {
border-bottom: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w .os-item-category-img-w, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w .os-item-category-img-w {
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w .os-item-category-services-count, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w .os-item-category-services-count {
transform: translateX(0);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w:before, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w:before {
content: "";
position: absolute;
top: 50%;
left: 25px;
font-family: "latepointIcons" !important;
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;
content: "\e902";
font-size: 10px;
transform: translateY(-50%);
color: #7c85a3;
transition: all 0.2s ease;
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w > .os-item-category-info:after, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w > .os-item-category-info:after {
opacity: 0;
transform: translate(5px, -50%);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w:hover:before, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w:hover:before {
transform: translate(-5px, -50%);
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-item-category-info-w:hover .os-item-category-name, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-item-category-info-w:hover .os-item-category-name {
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .os-item-category-w.selected > .os-selectable-items, .latepoint-w .latepoint-transaction-payment-form .os-item-category-w.selected > .os-selectable-items {
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only > .os-selectable-items:not(.selected), .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only > .os-selectable-items:not(.selected) {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-info-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w:not(.selected), .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w:not(.selected) {
border: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-category-info-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-item-category-w > .os-item-category-info-w, .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-item-category-w > .os-item-category-info-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-item-category-w,
.latepoint-w .latepoint-booking-form-element .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-selectable-items, .latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-item-category-w,
.latepoint-w .latepoint-transaction-payment-form .os-item-categories-holder.show-selected-only .os-item-category-w.selected > .os-item-categories-holder > .os-selectable-items {
display: block;
}
.latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form-w, .latepoint-w.latepoint-summary-is-open .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-form {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
} .latepoint-resources-items-w {
display: grid;
margin: 40px 0px;
align-items: start;
}
.latepoint-resources-items-w.resources-columns-2 {
grid-template-columns: 1fr 1fr;
grid-gap: 50px;
}
.latepoint-resources-items-w.resources-columns-3 {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 40px;
}
.latepoint-resources-items-w.resources-columns-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
}
.latepoint-resources-items-w.resources-columns-5 {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 20px;
}
.latepoint-resources-items-w .resource-item {
box-shadow: 0 2px 18px -6px rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
padding: 20px;
background-color: #fff;
transition: all 0.2s ease;
height: 100%;
overflow: hidden;
}
.latepoint-resources-items-w .resource-item.ri-centered {
text-align: center;
}
.latepoint-resources-items-w .resource-item:hover {
box-shadow: 0 5px 24px -9px rgba(0, 0, 0, 0.4), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
transform: translateY(-2px);
}
.latepoint-resources-items-w .resource-item .ri-avatar {
border-radius: 50%;
width: 80px;
height: 80px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
margin: 0 auto 20px auto;
}
.latepoint-resources-items-w .resource-item .ri-map {
margin: -20px -20px 0 -20px;
margin-bottom: 25px;
}
.latepoint-resources-items-w .resource-item .ri-media {
padding-bottom: 75%;
margin: -20px -20px 0 -20px;
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
margin-bottom: 25px;
}
.latepoint-resources-items-w .resource-item .ri-name h3 {
margin: 10px 0px;
font-size: 22px;
}
.latepoint-resources-items-w .resource-item .ri-title {
color: var(--latepoint-brand-primary);
font-weight: 600;
font-size: 15px;
}
.latepoint-resources-items-w .resource-item .ri-price {
color: var(--latepoint-brand-primary);
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
}
.latepoint-resources-items-w .resource-item .ri-description {
color: #7c85a3;
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
line-height: 1.3;
}
.latepoint-resources-items-w .resource-item .ri-external-link {
margin-left: 3px;
display: inline-block;
}
.latepoint-resources-items-w .resource-item .ri-buttons {
margin-top: 20px;
}
.latepoint .customer-dashboard-tabs {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin: 20px 0px 30px;
}
.latepoint .customer-dashboard-tabs a {
display: block;
padding: 10px 0px;
font-weight: 600;
text-decoration: none;
color: #7c85a3;
position: relative;
font-size: 21px;
margin-right: 30px;
}
.latepoint .customer-dashboard-tabs a:focus, .latepoint .customer-dashboard-tabs a:hover {
text-decoration: none;
color: var(--latepoint-body-color);
}
.latepoint .customer-dashboard-tabs a:after {
content: "";
height: 2px;
background-color: var(--latepoint-brand-primary);
left: 0px;
bottom: -1px;
display: block;
position: absolute;
}
.latepoint .customer-dashboard-tabs a.active {
color: var(--latepoint-brand-primary);
}
.latepoint .customer-dashboard-tabs a.active:after {
width: 100%;
}
.customer-orders-tiles {
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
}
.customer-orders-tiles .customer-order {
background: #FFFFFF;
border: 1px solid #ddd;
padding: 25px;
color: #222;
align-self: flex-start;
position: relative;
}
.customer-orders-tiles .customer-order .customer-order-confirmation {
font-size: 25px;
font-weight: 600;
color: #14161d;
}
.customer-orders-tiles .customer-order .customer-order-datetime {
color: #7c85a3;
font-size: 15px;
margin-bottom: 20px;
}
.customer-orders-tiles .customer-order .summary-price-item-w.spi-total {
border-top-width: 2px;
}
.customer-orders-tiles .customer-order .customer-order-bottom-actions {
display: flex;
gap: 20px;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #f1f1f1;
}
.customer-bookings-tiles {
display: grid;
grid-gap: 30px;
grid-template-columns: 1fr 1fr 1fr;
margin-bottom: 40px;
}
.customer-bookings-tiles .new-booking-tile {
border: 2px dotted color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
opacity: 0.7;
display: flex;
flex-direction: column;
text-align: center;
color: var(--latepoint-brand-primary);
position: relative;
padding: 30px 20px;
min-height: 100px;
text-decoration: none !important;
}
.customer-bookings-tiles .new-booking-tile i, .customer-bookings-tiles .new-booking-tile span {
display: block;
}
.customer-bookings-tiles .new-booking-tile i {
margin-top: auto;
font-size: 21px;
}
.customer-bookings-tiles .new-booking-tile span {
margin-top: 15px;
margin-bottom: auto;
font-weight: 600;
font-size: 21px;
}
.customer-bookings-tiles .new-booking-tile:hover {
opacity: 1;
border-color: var(--latepoint-brand-primary);
border-style: solid;
}
.customer-bookings-tiles .new-booking-tile.os-loading {
color: transparent;
}
.customer-bookings-tiles .new-booking-tile.os-loading:before {
display: block;
content: "";
width: 30px !important;
height: 30px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.customer-bookings-tiles .customer-booking {
background: #FFFFFF;
border: 1px solid #ddd;
padding: 25px;
color: #222;
align-self: flex-start;
position: relative;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #f1f1f1;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-info {
display: flex;
align-items: center;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-label {
color: #7c85a3;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-amount {
margin-left: auto;
font-weight: 600;
color: #14161d;
font-size: 21px;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link {
margin-left: auto;
display: flex;
padding-top: 5px;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a {
font-size: 15px;
text-decoration: none;
margin-left: auto;
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
display: inline-block;
position: relative;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a:hover {
border-bottom-style: solid;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a.os-loading {
border-bottom-color: transparent;
color: transparent;
}
.customer-bookings-tiles .customer-booking .bt-payment-actions .bt-balance-pay-link a.os-loading:before {
display: block;
content: "";
width: 15px !important;
height: 15px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.customer-bookings-tiles h6.customer-booking-service-name {
color: #14161d;
padding-bottom: 5px;
margin: 0px;
text-align: left;
text-transform: none;
font-size: 21px;
line-height: 1.2;
}
.customer-bookings-tiles .part-of-bundle-message {
padding: 8px;
background-color: #f1f3ff;
margin-bottom: 15px;
font-size: 12px;
}
.customer-bookings-tiles .part-of-bundle-message a {
color: var(--latepoint-brand-primary);
text-decoration: none;
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.customer-bookings-tiles .customer-booking-datetime {
margin-bottom: 10px;
color: #14161d;
}
.customer-bookings-tiles .customer-booking-datetime span {
color: #7c85a3;
}
.customer-bookings-tiles .customer-booking-service-color {
height: 1px;
background-color: #eee;
}
.customer-bookings-tiles .customer-booking-info {
margin: 20px 0px;
padding: 0px;
font-size: 16px;
}
.customer-bookings-tiles .customer-booking-info .customer-booking-info-row {
display: flex;
margin: 10px 0px;
}
.customer-bookings-tiles .customer-booking-info .booking-info-label {
flex: 0 1 80px;
color: #7c85a3;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value {
font-weight: 600;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-approved, .customer-bookings-tiles .customer-booking-info .booking-info-value.status-pending, .customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled {
font-size: 13px;
padding: 2px 5px;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-approved {
background-color: #45b782;
color: #fff;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-pending {
background-color: #fde29f;
color: #3a2f15;
}
.customer-bookings-tiles .customer-booking-info .booking-info-value.status-cancelled {
background-color: #e63c26;
color: #fff;
}
.customer-bookings-tiles .customer-booking-buttons {
display: flex;
gap: 20px;
padding-bottom: 10px;
}
.customer-bookings-tiles .customer-booking-buttons .latepoint-btn {
display: block;
padding: 5px 0px;
white-space: nowrap;
font-size: 14px;
}
.customer-bookings-tiles .customer-booking-buttons .latepoint-btn i + span {
margin-left: 4px;
}
.latepoint-customer-timezone-selector-w {
position: relative;
margin-top: -10px;
}
.latepoint-customer-timezone-selector-w.os-loading label {
position: relative;
}
.latepoint-customer-timezone-selector-w.os-loading label:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid var(--latepoint-body-color);
border-left: 2px solid var(--latepoint-body-color);
border-top: 2px solid var(--latepoint-body-color);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
right: auto;
left: -15px;
top: 50%;
z-index: 9999;
}
.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group {
display: flex;
align-items: center;
}
.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group label {
display: block !important;
font-size: 16px;
font-weight: 600;
color: #7c85a3;
white-space: nowrap;
margin-right: 5px;
margin-bottom: 0px;
margin-left: auto;
}
.latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group select.os-form-control {
width: 240px;
height: 34px !important;
padding: 0px 3px !important;
}
.customer-password-form-w {
margin-top: 40px;
}
.os-zoom-info-link {
background-color: #eff5ff;
border: 1px solid #bcc6f1;
border-bottom-color: #a7b4ed;
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
margin-top: 20px;
font-weight: 600;
}
.os-zoom-info-link img {
display: block;
width: 20px;
height: 20px;
margin: 5px 10px;
flex: 0;
}
.os-zoom-info-link a {
flex: 1;
font-size: 15px;
display: block;
padding: 10px 25px 10px 10px;
position: relative;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.3);
white-space: nowrap;
color: var(--latepoint-brand-primary);
}
.os-zoom-info-link a:hover {
background-color: #fff;
}
.os-zoom-info-link a:before {
font-family: "latepointIcons" !important;
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;
content: "\e904";
position: absolute;
top: 50%;
right: 10px;
font-size: 8px;
transform: translateY(-50%);
}
.customer-booking-bottom-actions {
display: flex;
align-items: center;
gap: 20px;
padding-top: 15px;
margin-top: 10px;
border-top: 1px solid #eee;
justify-content: stretch;
flex-wrap: wrap;
}
.customer-booking-bottom-actions .latepoint-btn {
padding: 7px 10px;
justify-content: center;
align-items: center;
white-space: nowrap;
display: flex;
}
.customer-booking-bottom-actions > div {
flex: 1;
}
.reschedule-calendar-wrapper { }
.reschedule-calendar-wrapper .os-weekdays {
display: flex;
align-items: center;
}
.reschedule-calendar-wrapper .os-weekdays .weekday {
background-color: #f5f5f5;
flex: 1;
text-transform: uppercase;
font-size: 20px;
color: #adadae;
font-weight: 600;
letter-spacing: 2px;
text-align: left;
padding: 5px 0 0 15px;
line-height: 1;
border-left: 1px solid #ddd;
}
.reschedule-calendar-wrapper .os-weekdays .weekday:first-child {
border-left-color: transparent;
margin-left: 15px;
padding-left: 0;
}
.reschedule-calendar-wrapper .os-current-month-label-w {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 0 14px;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-control-buttons-w {
display: flex;
gap: 15px;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn {
border: none;
font-size: 16px;
background-color: transparent !important;
box-shadow: none;
outline: none;
color: #111;
margin: 0px;
line-height: 1;
vertical-align: middle;
display: inline-block;
cursor: pointer;
padding: 5px;
position: relative;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:focus-visible,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:focus-visible {
outline: 2px solid var(--latepoint-brand-primary) !important;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading {
color: transparent !important;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading span, .reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading i,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading span,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading i {
color: transparent !important;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.os-loading:after,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.os-loading:after {
display: block;
content: "";
width: 14px;
height: 14px;
border-bottom: 2px solid var(--latepoint-body-color);
border-left: 2px solid var(--latepoint-body-color);
border-top: 2px solid var(--latepoint-body-color);
border-right: 2px solid rgba(0, 0, 0, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:hover,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:hover {
color: var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn:focus,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn:focus {
outline: none;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn.disabled,
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn.disabled {
color: rgba(0, 0, 0, 0.1);
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label {
text-align: center;
font-weight: 600;
font-size: 17px;
margin-bottom: 10px;
color: var(--latepoint-body-color);
display: flex;
align-items: baseline;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label .current-year {
display: inline-block;
vertical-align: middle;
color: color-mix(in srgb, var(--latepoint-body-color) 40%, transparent);
margin-left: 5px;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label .current-month {
display: inline-block;
vertical-align: middle;
font-size: 32px;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days-w {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days-w.active {
display: block;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days-w.hide-if-single-slot .os-day.os-one-slot-only .os-day-status {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days-w.hide-if-single-slot .os-day.selected:after {
font-family: "latepointIcons" !important;
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;
content: "\e903";
background-color: var(--latepoint-brand-primary);
box-shadow: 0px 0px 0px 2px #fff;
border-radius: 50%;
width: 14px;
line-height: 14px;
height: 14px;
bottom: 50%;
left: 50%;
font-size: 10px;
text-align: center;
position: absolute;
color: #fff;
transform: translate(11px, -10px);
}
.reschedule-calendar-wrapper .step-datepicker-w {
position: relative;
}
.reschedule-calendar-wrapper .step-datepicker-w .dp-capacity, .reschedule-calendar-wrapper .reschedule-calendar-datepicker .dp-capacity {
position: absolute;
top: 0;
left: 15px;
background-color: #111;
padding: 4px 6px;
color: #fff;
font-weight: 600;
display: none;
white-space: nowrap;
z-index: 9999;
font-size: 15px;
animation: 0.1s ease latepointAvailabilityPopup;
animation-fill-mode: both;
}
.reschedule-calendar-wrapper .step-datepicker-w .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity, .reschedule-calendar-wrapper .reschedule-calendar-datepicker .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity {
display: block;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day {
text-align: left;
font-size: 20px;
font-weight: 600;
cursor: pointer;
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:nth-child(7n+1) {
border-left-color: transparent;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:focus {
outline: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-next-month, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-prev-month {
color: #B7BCCB;
background-color: #fff;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available {
cursor: not-allowed;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box {
background-color: transparent;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-status {
background-color: #f7f7f7;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-number {
color: #adadae;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box {
background-color: #ec7376;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box .os-day-number {
color: #fff;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-passed .os-day-box {
background-color: transparent;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-day-passed .os-day-box .os-day-number {
color: #bdc5da;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-today.os-month-current .os-day-box .os-day-number {
background-color: #fff0c7;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev {
border-left-color: transparent;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next .os-day-box, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev .os-day-box {
pointer-events: none;
background-color: transparent;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-status, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-status {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next .os-day-box:hover, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev .os-day-box:hover {
opacity: 1;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-number, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-number {
color: transparent !important;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-box {
padding: 15px 0px 15px 15px;
position: relative;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
position: absolute;
top: 0;
left: 15px;
background-color: #111;
padding: 4px 6px;
color: #fff;
font-weight: 600;
display: none;
white-space: nowrap;
z-index: 9999;
font-size: 15px;
animation: 0.1s ease latepointAvailabilityPopup;
animation-fill-mode: both;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:nth-child(7n) .os-available-slots-tooltip, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:nth-child(7n+6) .os-available-slots-tooltip {
left: auto;
right: 0;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-number {
color: #14161d;
transition: all 0.1s ease;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day .os-day-status {
transition: all 0.1s ease;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-prev, .reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next {
cursor: default;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.os-month-next {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
transform: scale(1.2);
transform-origin: bottom left;
white-space: nowrap;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-box:hover .os-available-slots-tooltip {
display: block;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day:hover .os-day-status {
height: 10px;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box {
background-color: var(--latepoint-brand-primary);
border-color: transparent;
color: #fff;
opacity: 1;
padding-left: 0;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-number {
background-color: transparent;
color: #fff;
transform: scale(1.2);
transform-origin: center center;
text-align: center;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-status {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box:hover .os-available-slots-tooltip {
display: none;
}
.reschedule-calendar-wrapper .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-today .os-day-box .os-day-number {
background-color: transparent;
}
.reschedule-calendar-wrapper .os-day-status {
margin: 0px;
height: 6px;
position: absolute;
border-radius: 0px;
overflow: hidden;
bottom: 6px;
left: 15px;
right: 0px;
background-color: #e6e9ef;
}
.reschedule-calendar-wrapper .os-day-status .day-available {
background-color: #8fe286;
top: 0px;
bottom: 0px;
position: absolute;
z-index: 1;
min-width: 3px;
}
.reschedule-calendar-wrapper .times-header {
color: #16171d;
font-size: 17px;
font-weight: 400;
text-align: center;
padding-bottom: 10px;
}
.reschedule-calendar-wrapper .times-header span {
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .os-calendar-searching-info {
padding-left: 35px;
font-size: 15px;
position: relative;
font-weight: 600;
display: none;
}
.reschedule-calendar-wrapper .os-calendar-searching-info:before {
display: block;
content: "";
width: 20px !important;
height: 20px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: 10px;
}
.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-calendar-searching-info {
display: block;
}
.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-calendar-while-searching-wrapper {
display: none;
}
.reschedule-calendar-wrapper .os-dates-and-times-w.is-searching .os-timezone-info-wrapper {
display: none;
}
.reschedule-calendar-wrapper .os-dates-w {
margin: 0 0 0 -15px;
}
.reschedule-calendar-wrapper .os-times-w {
position: relative;
}
.reschedule-calendar-wrapper .timeslots {
display: flex;
justify-content: space-between;
}
.reschedule-calendar-wrapper .timeslots .not-working-message {
flex: 1;
padding: 3px 5px;
text-align: center;
background-color: #f7e8e8;
color: #752f2f;
font-weight: 600;
}
.reschedule-calendar-wrapper .dp-timebox {
white-space: nowrap;
text-align: center;
padding: 6px 3px;
line-height: 1.2;
background-color: #d6ffd1;
font-size: 15px;
color: #14161d;
cursor: pointer;
font-weight: 600;
position: relative;
width: auto !important;
max-width: none !important;
}
.reschedule-calendar-wrapper .dp-timebox:focus {
outline: none;
box-shadow: none;
}
.reschedule-calendar-wrapper .dp-timebox:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .dp-timebox .dp-tick,
.reschedule-calendar-wrapper .dp-timebox .dp-success-label {
display: none !important;
}
.reschedule-calendar-wrapper .dp-timebox:hover {
background-color: #c0fbb8;
}
.reschedule-calendar-wrapper .dp-timebox.is-off, .reschedule-calendar-wrapper .dp-timebox.is-booked {
color: #b3b3b3;
background-color: #f7f7f7;
box-shadow: none;
cursor: not-allowed;
}
.reschedule-calendar-wrapper .dp-timebox.selected {
background-color: var(--latepoint-brand-primary);
color: #fff;
box-shadow: none;
}
.reschedule-calendar-wrapper .dp-timebox.selected:after {
font-family: "latepointIcons" !important;
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;
content: "\e903";
background-color: var(--latepoint-brand-primary);
box-shadow: 0px 0px 0px 2px #fff;
border-radius: 50%;
width: 14px;
line-height: 14px;
height: 14px;
top: -5px;
right: -5px;
font-size: 10px;
text-align: center;
position: absolute;
color: #fff;
animation: 0.2s ease 0s selectedSlotCheckmark;
animation-fill-mode: both;
}
.reschedule-calendar-wrapper .time-selector-w {
display: none;
margin-top: 20px;
margin-left: -2px;
margin-right: -2px;
}
.reschedule-calendar-wrapper .time-selector-w.hide-not-available-slots .dp-timebox.is-off, .reschedule-calendar-wrapper .time-selector-w.hide-not-available-slots .dp-timebox.is-booked {
display: none;
}
.reschedule-calendar-wrapper .time-selector-w .th-timezone {
text-transform: uppercase;
font-size: 10px;
letter-spacing: 0.5px;
margin-top: 4px;
}
.reschedule-calendar-wrapper .time-selector-w .th-timezone strong {
color: #7c85a3;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox {
margin-top: 20px;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots.slots-not-available {
grid-template-columns: repeat(1, 1fr) !important;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .not-working-message {
border-radius: 4px;
padding: 6px;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .dp-timebox .dp-label-capacity {
display: none;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .timeslots .dp-timebox.is-off {
display: none;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header {
display: flex;
align-items: center;
margin-bottom: 10px;
padding-top: 10px;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header .times-header-label {
flex: 1;
margin: 0px 15px;
white-space: nowrap;
font-weight: 600;
}
.reschedule-calendar-wrapper .time-selector-w.style-timebox .times-header .th-line {
height: 1px;
flex: 1;
background-color: rgba(0, 0, 0, 0.1);
content: "";
}
.reschedule-calendar-wrapper .time-selector-w.style-timeline {
padding-bottom: 30px;
flex-wrap: nowrap;
}
.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-12 .timeslots {
grid-template-columns: repeat(2, 1fr);
}
.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-12 .dp-timebox span.dp-label-end-time {
opacity: 0.7;
}
.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-24 .timeslots {
grid-template-columns: repeat(3, 1fr);
}
.reschedule-calendar-wrapper .time-selector-w.with-end-time.time-system-24 .dp-timebox span.dp-label-end-time {
opacity: 0.7;
}
.reschedule-calendar-wrapper .time-selector-w.without-end-time.time-system-12 .timeslots {
grid-template-columns: repeat(4, 1fr);
}
.reschedule-calendar-wrapper .time-selector-w.without-end-time.time-system-24 .timeslots {
grid-template-columns: repeat(5, 1fr);
}
.reschedule-calendar-wrapper .dp-timeslot {
height: 24px;
flex-grow: 1;
margin: 0px;
box-shadow: inset 1px 0px 0px 0px #fff, inset -1px 0px 0px 0px #fff;
border-radius: 0px;
position: relative;
cursor: pointer;
background-color: #8fe286;
}
.reschedule-calendar-wrapper .dp-timeslot:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .dp-timeslot .dp-tick {
position: absolute;
display: block;
top: 34px;
left: 50%;
transform: translateX(-50%);
font-size: 8px;
text-align: center;
color: rgba(0, 0, 0, 0.4);
text-transform: uppercase;
line-height: 1.4;
font-weight: 600;
letter-spacing: 1px;
}
.reschedule-calendar-wrapper .dp-timeslot .dp-tick strong {
display: block;
color: rgb(0, 0, 0);
font-size: 11px;
line-height: 1;
letter-spacing: 0px;
white-space: nowrap;
}
.reschedule-calendar-wrapper .dp-timeslot .dp-success-label {
color: rgba(255, 255, 255, 0.8);
display: block;
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
}
.reschedule-calendar-wrapper .dp-timeslot .dp-label {
display: none;
text-align: center;
padding: 7px 8px 7px 8px;
line-height: 1;
background-color: #04bb03;
color: #fff;
font-size: 12px;
font-weight: 600;
position: absolute;
left: 50%;
top: -8px;
transform: translate(-50%, -100%);
white-space: nowrap;
transition: all 0.2s ease;
z-index: 10;
}
.reschedule-calendar-wrapper .dp-timeslot .dp-label-capacity {
display: block;
color: rgba(255, 255, 255, 0.8);
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked), .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) {
background-color: var(--latepoint-brand-primary);
z-index: 4;
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked) .dp-label-capacity, .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) .dp-label-capacity {
display: none;
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):hover, .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):hover {
background-color: var(--latepoint-brand-primary);
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):after, .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):after {
content: "";
position: absolute;
width: 1px;
left: 50%;
transform: translateX(-50%);
top: 0px;
bottom: 0px;
background-color: var(--latepoint-brand-primary);
display: none;
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked) .dp-label, .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off) .dp-label {
top: -3px;
background-color: var(--latepoint-brand-primary);
color: #fff;
display: block;
}
.reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-booked):before, .reschedule-calendar-wrapper .dp-timeslot.selected:not(.is-off):before {
background-color: var(--latepoint-brand-primary);
display: block;
width: 10px;
height: 10px;
transform: translateX(-50%) rotate(45deg);
top: -12px;
left: 50%;
}
.reschedule-calendar-wrapper .dp-timeslot.is-booked {
background-color: #e6e9ef;
margin: 0px;
cursor: not-allowed;
}
.reschedule-calendar-wrapper .dp-timeslot.is-booked:before {
background-color: #E42806;
}
.reschedule-calendar-wrapper .dp-timeslot.is-booked .dp-label {
background-color: #E42806;
}
.reschedule-calendar-wrapper .dp-timeslot.is-booked:hover {
background-color: #E42806;
}
.reschedule-calendar-wrapper .dp-timeslot.is-off {
background-color: #e6e9ef;
margin: 0px;
border-color: #fff;
max-width: 25%;
cursor: not-allowed;
}
.reschedule-calendar-wrapper .dp-timeslot.is-off:before {
background-color: #E42806;
}
.reschedule-calendar-wrapper .dp-timeslot.is-off .dp-label {
background-color: #E42806;
}
.reschedule-calendar-wrapper .dp-timeslot.is-off:hover {
background-color: #e6e9ef;
}
.reschedule-calendar-wrapper .dp-timeslot.is-off:hover .dp-label {
display: none;
}
.reschedule-calendar-wrapper .dp-timeslot.with-tick:after {
content: "";
position: absolute;
width: 1px;
left: 50%;
height: 3px;
bottom: -7px;
background-color: rgba(0, 0, 0, 0.4);
}
.reschedule-calendar-wrapper .dp-timeslot:hover {
background-color: #04bb03;
}
.reschedule-calendar-wrapper .dp-timeslot:hover:before {
top: 0px;
}
.reschedule-calendar-wrapper .dp-timeslot:hover .dp-label {
display: block;
}
.reschedule-calendar-wrapper .os-weekdays {
margin-top: 15px;
border-top: 1px solid #f8f8f8;
padding-top: 15px;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-next-btn {
right: 0;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-month-prev-btn {
left: 0;
}
.reschedule-calendar-wrapper .os-current-month-label-w .os-current-month-label {
margin: 0;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper {
text-align: center;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper .icon-w {
margin-bottom: 20px;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper .icon-w i {
background: #d1ffdd;
padding: 15px;
border-radius: 40px;
color: #18a35b;
font-size: 28px;
display: inline-block;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper h2 {
margin: 0;
font-size: 32px;
color: #14161d;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper .desc {
font-size: 20px;
margin-bottom: 30px;
color: #7c85a3;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper .rescheduled-date-time-info .info-label {
color: #7c85a3;
margin-bottom: 5px;
font-size: 17px;
}
.latepoint-lightbox-w .reschedule-confirmation-wrapper .rescheduled-date-time-info .info-value {
font-weight: 600;
font-size: 17px;
}
.bundle-services .bundle-included-service-wrapper {
display: flex;
padding: 10px 0;
font-size: 15px;
justify-content: space-between;
}
.bundle-services .bundle-included-service-wrapper .bundle-included-service-name {
color: #7c85a3;
}
.bundle-services .bundle-included-service-wrapper .bundle-included-service-quantity {
font-weight: 600;
}
.bundle-services .bundle-included-service-wrapper + .bundle-included-service-wrapper {
border-top: 1px solid #f1f1f1;
}
.customer-bundle-tile {
color: #222;
align-self: flex-start;
position: relative;
}
.customer-bundle-tile .customer-bundle-tile-inner {
background: #FFFFFF;
border: 1px solid #ddd;
border-bottom-color: #ccc;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1);
padding: 25px;
position: relative;
z-index: 3;
}
.customer-bundle-tile .customer-bundle-tile-shadow {
z-index: 2;
position: absolute;
left: 6px;
right: 6px;
bottom: -5px;
height: 10px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
background-color: #fff;
}
.customer-bundle-tile .customer-bundle-tile-shadow + .customer-bundle-tile-shadow {
bottom: -11px;
z-index: 1;
left: 12px;
right: 12px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.customer-bundle-tile .bundle-main-info-wrapper {
display: flex;
justify-content: space-between;
padding-bottom: 35px;
border-bottom: 1px solid #f1f1f1;
align-items: flex-start;
}
.customer-bundle-tile .bundle-main-info-wrapper .bundle-icon {
padding: 10px;
line-height: 20px;
font-size: 20px;
background-color: color-mix(in srgb, var(--latepoint-brand-primary) 10%, transparent);
border-radius: 30px;
color: var(--latepoint-brand-primary);
}
.customer-bundle-tile .bundle-main-info-wrapper .bundle-icon i {
display: block;
}
.customer-bundle-tile .bundle-name {
color: #14161d;
padding-bottom: 5px;
margin: 0px;
text-align: left;
text-transform: none;
font-size: 21px;
line-height: 1.2;
}
.customer-bundle-tile .bundle-order-info a {
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
text-decoration: none;
}
.customer-bundle-tile .customer-bundle-bottom-actions {
display: flex;
align-items: center;
gap: 20px;
padding-top: 25px;
border-top: 1px solid #eee;
justify-content: stretch;
}
.customer-bundle-tile .customer-bundle-bottom-actions .latepoint-btn {
padding: 7px 10px;
}
.latepoint-customer-bundle-scheduling-summary {
padding: 30px;
}
.latepoint-customer-bundle-scheduling-summary .summary-box.main-box {
padding: 0;
display: block;
}
.latepoint-customer-bundle-scheduling-summary .summary-box .sbc-big-item {
font-size: 27px;
}
.latepoint-customer-bundle-scheduling-summary .summary-box .sbc-subtle-item {
display: none;
}
.latepoint-customer-bundle-scheduling-summary .bundle-order-small-info a {
color: var(--latepoint-brand-primary);
text-decoration: none;
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown {
border-top: 1px solid #f1f1f1;
padding-top: 15px;
margin-top: 20px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-cancelled-bookings-wrapper .order-item-cancelled-bookings-heading {
padding-top: 5px;
padding-bottom: 5px;
color: #7c85a3;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-cancelled-bookings-wrapper:not(:last-child) {
margin-bottom: 20px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .bundle-service-info {
margin-bottom: 10px;
color: #7c85a3;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking + .bundle-service-info {
margin-top: 20px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 10px;
padding: 8px;
border: 1px dotted #aaa;
cursor: pointer;
position: relative;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking:hover {
border: 1px solid var(--latepoint-brand-primary);
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.os-loading:before {
display: block;
content: "";
width: 14px !important;
height: 14px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: auto;
right: 0px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.os-loading .bib-icon {
color: transparent;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking .bib-icon {
margin-left: auto;
font-size: 10px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking .booking-item-status-pill {
width: 15px;
height: 15px;
background-color: #eee;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked {
border: 1px solid #ddd;
border-bottom-color: #bbb;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
color: #14161d;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked:hover {
box-shadow: none;
border-color: var(--latepoint-brand-primary);
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked .booking-item-status-pill {
background-color: #bcd96e;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.is-past .booking-item-status-pill {
background-color: #d9eba6;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.bundle-booking-status-pending .booking-item-status-pill {
background-color: #fad277;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items-breakdown .order-item-variant-bundle-booking.is-booked.bundle-booking-status-cancelled .booking-item-status-pill {
background-color: #fa7b77;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items {
display: none;
gap: 5px;
margin-top: 20px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item {
flex: 1;
border-radius: 2px;
background-color: #eee;
height: 6px;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item.is-past.is-booked {
background-color: #bcd96e;
}
.latepoint-customer-bundle-scheduling-summary .bookable-items .bookable-item.is-booked {
background-color: #d9eba6;
}
.latepoint-transaction-payment-form {
position: relative;
}
.latepoint-transaction-payment-form .lp-payment-charge-amount {
background-color: #fbf6e1;
color: #877865;
margin-bottom: 20px;
padding: 15px;
text-align: center;
}
.latepoint-transaction-payment-form .lp-payment-charge-amount strong {
color: #000;
}
.latepoint-transaction-payment-form .latepoint-lightbox-footer {
display: flex;
align-items: center;
gap: 10px;
justify-content: space-between;
}
.latepoint-transaction-payment-form .latepoint-lightbox-footer .latepoint-btn-primary {
margin-left: auto;
}
.latepoint-transaction-payment-form .latepoint-lightbox-footer .latepoint-btn.latepoint-btn-block {
flex: 1;
}
.latepoint-transaction-payment-form.os-loading .latepoint-lightbox-footer {
display: none;
}
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
box-shadow: none;
}
.os_trigger_booking {
cursor: pointer;
}
.latepoint-step-svg-highlight {
fill: #020202;
}
.latepoint-step-svg-base {
fill: #020202;
}
.latepoint-w {
line-height: 1.3;
max-width: initial !important;
}
.latepoint-w strong, .latepoint-w b {
font-weight: 600;
}
.latepoint-w ul li {
list-style: none;
}
.latepoint-book-form-wrapper.os-loading .latepoint-form-w {
min-height: 300px;
}
.latepoint-book-form-wrapper.os-loading .latepoint-form-w:before {
display: block;
content: "";
width: 40px !important;
height: 40px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-w .slot-not-available-wrapper {
text-align: center;
padding: 50px;
width: 400px;
position: relative;
}
.latepoint-w .slot-not-available-wrapper .latepoint-lightbox-close {
position: absolute;
top: 10px;
right: 10px;
line-height: 1;
font-size: 18px;
padding: 5px;
cursor: pointer;
}
.latepoint-w .slot-not-available-wrapper .latepoint-lightbox-close:hover {
background-color: #f7f7f7;
}
.latepoint-w .slot-not-available-wrapper .icon-w {
margin-bottom: 20px;
}
.latepoint-w .slot-not-available-wrapper .icon-w i {
background: #ffd1d1;
padding: 15px;
border-radius: 40px;
color: #a31818;
font-size: 28px;
display: inline-block;
}
.latepoint-w .slot-not-available-wrapper h2 {
margin: 0 0 10px 0;
font-size: 20px;
color: #14161d;
line-height: 1.2;
}
.latepoint-w .slot-not-available-wrapper .desc {
font-size: 17px;
margin-bottom: 20px;
}
.latepoint-w .slot-not-available-wrapper .booking-date-time-info .info-label {
color: #7c85a3;
margin-bottom: 5px;
}
.latepoint-w .slot-not-available-wrapper .booking-date-time-info .info-value {
font-weight: 600;
}
.latepoint-w.latepoint-lightbox-form {
max-height: 100%;
display: flex;
overflow: hidden;
}
.latepoint-w.latepoint-inline-form {
margin: 20px 0;
display: flex;
}
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element {
box-shadow: 0 10px 30px 0 rgba(115, 125, 146, 0.11), 0 1px 2px 0 rgba(160, 170, 185, 0.6);
margin: 0px auto;
}
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-lightbox-close {
display: none !important;
}
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
font-size: 20px;
}
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-heading-w {
text-align: center;
}
.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
max-height: inherit;
}
.latepoint-w.latepoint-with-summary .latepoint-lightbox-i {
transition: all 0.4s cubic-bezier(0.05, 0.45, 0.1, 1);
}
.latepoint-w.latepoint-with-summary .latepoint-booking-form-element {
transition: all 0.4s cubic-bezier(0.05, 0.45, 0.1, 1);
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress {
display: none;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-side-panel {
display: none;
}
.latepoint-w .latepoint-booking-form-element {
display: flex;
align-items: stretch;
position: relative;
}
.latepoint-w .latepoint-booking-form-element[class*=current-step-payment__] .latepoint-summary-w .checkout-from-summary-panel-btn-wrapper {
display: none;
}
.latepoint-w .latepoint-booking-form-element[class*=current-step-payment__] .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary {
text-align: right;
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger {
display: inline-flex;
align-items: center;
gap: 5px;
color: var(--latepoint-brand-primary);
font-weight: 600;
font-size: 13px;
line-height: 1.5;
cursor: pointer;
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger div + div {
margin: 0 auto;
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger .latepoint-icon {
font-size: 13px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-add-another-item-trigger-wrapper.on-summary .latepoint-add-another-item-trigger:hover span {
border-bottom-style: solid;
}
.latepoint-w .latepoint-booking-form-element h1, .latepoint-w .latepoint-booking-form-element h2, .latepoint-w .latepoint-booking-form-element h3, .latepoint-w .latepoint-booking-form-element h4, .latepoint-w .latepoint-booking-form-element h5 {
color: var(--latepoint-headings-color);
}
.latepoint-w .latepoint-booking-form-element a {
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w {
border-bottom: none;
position: fixed;
top: 10px;
right: 10px;
z-index: 99999;
padding: 0;
}
.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w .os-heading-text {
display: none;
}
.latepoint-w .latepoint-booking-form-element.current-step-confirmation .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
margin-left: 0;
padding: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress {
text-align: center;
color: #7c85a3;
font-size: 15px;
padding-top: 15px;
margin-bottom: 30px;
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul {
list-style: none;
margin: 0px auto;
padding: 0px;
text-align: center;
justify-content: center;
display: flex;
gap: 10px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li {
display: block;
flex: 0;
margin: 0px;
padding: 0px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item {
height: 5px;
width: 5px;
background-color: rgba(0, 0, 0, 0.07);
display: block;
color: #7c85a3;
text-decoration: none;
position: relative;
box-shadow: none;
font-weight: 600;
font-size: 13px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item span {
position: absolute;
display: block;
left: 50%;
top: -5px;
transform: translate(-50%, -150%);
display: inline-block;
background-color: var(--latepoint-brand-primary);
color: #fff;
padding: 3px 6px;
line-height: 1.1;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
white-space: nowrap;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item:hover {
background-color: rgba(0, 0, 0, 0.15);
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li .progress-item:hover span {
opacity: 1;
transform: translate(-50%, -105%);
visibility: visible;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.active .progress-item, .latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.complete .progress-item {
background-color: color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.active .progress-item:hover, .latepoint-w .latepoint-booking-form-element .latepoint-progress ul li.complete .progress-item:hover {
background-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .info-box {
background-color: #FFF3CB;
margin-top: 20px;
padding: 10px;
font-size: 13px;
color: #4e4841;
}
.latepoint-w .latepoint-booking-form-element .info-box .info-box-buttons {
margin-top: 10px;
}
.latepoint-w .latepoint-booking-form-element .info-box .info-box-buttons a {
background-color: #fff;
color: var(--latepoint-body-color);
font-weight: 600;
padding: 3px 8px;
display: inline-block;
text-decoration: none;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
flex: 0 0 270px;
width: 270px;
background-color: var(--latepoint-side-panel-bg);
border-right: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px 30px 25px 30px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 0px 0px 0px 0px;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w {
margin-top: 15px;
display: none;
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 10px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w.os-loading:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid var(--latepoint-body-color);
border-left: 2px solid var(--latepoint-body-color);
border-top: 2px solid var(--latepoint-body-color);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: -13px;
right: auto;
top: auto;
bottom: 1px;
z-index: 9999;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group.os-form-select-group label {
display: block !important;
font-size: 12px !important;
color: #7c85a3;
margin-bottom: 3px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group.os-form-select-group select.os-form-control {
height: 26px !important;
padding: 0px 3px !important;
font-size: 12px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group {
margin-bottom: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-timezone-selector-w select {
text-align-last: center;
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w {
padding: 50px 0px 50px 0px;
color: #7c85a3;
margin-bottom: auto;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc-library {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media {
width: 80px;
height: 80px;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom center;
display: inline-block;
margin-bottom: 20px;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w {
width: 70px;
height: auto;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w:before {
content: "";
width: 40px;
height: 40px;
background-color: color-mix(in srgb, var(--latepoint-brand-primary) 20%, transparent);
position: absolute;
bottom: 50%;
right: 50%;
z-index: 1;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-media.svg-w svg {
z-index: 2;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-title {
padding-top: 0px;
margin-bottom: 5px;
font-size: 20px;
line-height: 1.2;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions {
color: #7c85a3;
margin-top: 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions h5 {
margin: 0px;
line-height: 1.4;
margin-bottom: 5px;
position: relative;
font-size: 15px;
text-transform: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions p:last-child {
margin-bottom: 0px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-questions a {
text-decoration: underline;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w {
flex: 0 0 470px;
width: 470px;
background-color: #fff;
border-radius: 0px 0px 0px 0px;
position: relative;
z-index: 2;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-body {
padding: 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-footer, .latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-heading-w, .latepoint-w .latepoint-booking-form-element .latepoint-form-w.showing-item-details-popup .latepoint-step-content {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w form {
background-color: #fff;
padding: 0px;
min-height: 100%;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w {
align-items: center;
padding: 30px 15px;
justify-content: space-around;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label {
padding-right: 20px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label h4 {
margin: 0px !important;
padding: 0px !important;
font-size: 21px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .select-total-attendees-label .sta-sub-label {
font-size: 13px;
color: #7c85a3;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w {
background-color: #fff;
display: flex;
align-items: center;
padding: 5px 10px;
border: 1px solid #cad2e0;
outline-style: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input {
text-align: center;
border: none !important;
padding: 0px 5px !important;
font-size: 22px !important;
font-weight: 600;
width: 50px !important;
margin: 0px !important;
background-color: #fff !important;
color: var(--latepoint-body-color) !important;
box-shadow: none !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input::placeholder {
color: rgba(0, 0, 0, 0.1);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w input:focus {
outline: none !important;
box-shadow: none !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector {
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
font-size: 20px;
background-color: #f3f4f9;
padding: 4px;
line-height: 1;
flex: 0;
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w .total-attendees-selector-w .total-attendees-selector:hover {
color: #fff;
background-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered {
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .total-attendees-selector-w {
width: 150px;
margin: 0px auto;
justify-content: space-between;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .total-attendees-selector-w input {
font-size: 33px !important;
width: 100% !important;
line-height: 1.4 !important;
font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label {
margin-bottom: 20px;
padding: 0px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label h4 {
font-size: 27px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .select-total-attendees-w.style-centered .select-total-attendees-label .sta-sub-label {
font-size: 18px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-form {
display: flex;
justify-content: stretch;
flex-direction: column;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w {
background-color: #fff;
padding: 15px 15px 15px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
text-align: left;
display: flex;
align-items: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
padding: 5px;
order: 1;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger,
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
transform: none;
position: relative;
top: auto;
right: auto;
left: auto;
order: 1;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
order: 2;
margin-left: 10px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
color: #1e222b;
font-size: 20px;
box-shadow: none;
line-height: 18px;
z-index: 2;
display: none;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger span {
position: absolute;
top: -3px;
right: -3px;
font-size: 11px;
box-shadow: 0 0 0 2px #fff;
background-color: #000;
color: #fff;
padding: 2px;
border-radius: 50%;
line-height: 1;
min-width: 11px;
text-align: center;
box-sizing: content-box;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger i {
line-height: 1;
display: block;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close {
color: #1e222b;
font-size: 20px;
box-shadow: none;
display: block;
line-height: 18px;
z-index: 2;
position: relative;
top: 0;
left: 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-close i {
line-height: 1;
display: block;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .os-heading-text {
margin: 0px;
font-size: 20px;
line-height: 1.2;
margin-right: auto;
padding: 3px 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .os-heading-text-library {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
padding: 40px;
flex: 1;
overflow-y: scroll;
transition: all 0.2s ease;
position: relative;
min-height: 200px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h3, .latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h4 {
color: #14161d;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body .os-step-header {
margin-top: 0px;
margin-bottom: 25px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h3 {
font-size: 21px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body h4 {
font-size: 18px;
padding: 0px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer {
position: relative;
padding: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
justify-content: space-between;
background-color: #fff;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer.force-hide {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 0px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress ul li {
flex: 0 0 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-progress ul li .progress-item {
width: 5px;
height: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn {
margin-left: auto;
animation: 0.3s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0s both latepointNextBtn;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn.disabled {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-next-btn:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn {
animation: 0.3s cubic-bezier(0.45, 1, 0.4, 1.2) 0s both latepointPrevBtn;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn.disabled {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-prev-btn:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
font-weight: 600;
box-shadow: none;
padding: 8px 14px;
font-size: 14px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled {
background-color: #E3E6F0;
color: #B5BAD2;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled span {
color: #B5BAD2;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.disabled i {
color: #B5BAD2;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn i {
font-size: 9px;
transition: transform 0.1s ease;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn i + span {
margin-left: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn span + i {
margin-left: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn:hover.latepoint-next-btn i {
transform: translateX(3px);
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn:hover.latepoint-prev-btn i {
transform: translateX(-3px);
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content {
color: #7c85a3;
min-height: 140px;
text-align: left;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content.is-hidden {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-centered {
text-align: center;
margin-bottom: 15px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-centered > h4 {
margin-bottom: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left {
padding: 0 0 15px 0;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left a {
text-decoration: underline;
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left > p:last-child:first-child {
margin: 0 !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-left > h4 {
margin-bottom: 5px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .lp-payment-charge-amount {
background-color: #fbf6e1;
color: #877865;
margin-bottom: 20px;
padding: 15px;
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .lp-payment-charge-amount strong {
color: #000;
}
.latepoint-w .latepoint-booking-form-element .lp-demo-mode-msg {
padding: 8px 10px;
background-color: #ffd534;
color: #211f1a;
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-day-status {
border-radius: 2px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .lp-demo-mode-msg {
border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .os-available-slots-tooltip, .latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .dp-capacity {
border-radius: 4px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content {
position: relative;
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content.os-loading .lp-payment-method-content-i {
opacity: 0;
min-height: 50px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-method-content.os-loading:before {
display: block;
content: "";
width: 40px !important;
height: 40px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
z-index: 9999;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff7d0;
padding: 5px 10px;
color: #8a7f66;
font-size: 18px;
margin-top: 20px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info div {
white-space: nowrap;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .lp-price-value {
font-weight: 600;
color: #14161d;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .lp-price-value > span {
text-decoration: line-through;
display: inline-block;
margin-right: 3px;
opacity: 0.5;
font-size: 15px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info a {
color: #846337;
display: block;
text-decoration: none;
background-color: rgba(255, 255, 255, 0.61);
font-weight: 600;
padding: 2px;
border-radius: 2px 5px;
font-size: 13px;
margin-left: 30px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-total-price-w {
padding: 4px 0px;
margin: 0px auto;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.paying-deposit .payment-total-price-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.paying-deposit .payment-deposit-price-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code {
display: none;
padding: 4px 5px 4px 8px;
line-height: 1;
background-color: #fff;
color: #111;
border: 1px dashed #111;
font-weight: 600;
font-size: 13px;
margin-left: 20px;
text-transform: uppercase;
vertical-align: middle;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-self {
display: inline-block;
vertical-align: middle;
line-height: 1.1;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear {
line-height: 1.1;
display: inline-block;
vertical-align: middle;
margin-left: 3px;
cursor: pointer;
position: relative;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid #111;
border-left: 2px solid #111;
border-top: 2px solid #111;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
right: -5px;
left: auto;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .applied-coupon-code .coupon-code-clear.os-loading i {
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w {
display: none;
position: relative;
margin-left: 20px !important;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w.os-loading:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid #A45D00;
border-left: 2px solid #A45D00;
border-top: 2px solid #A45D00;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: -13px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
border: none !important;
border: 1px solid #d0bca8 !important;
padding: 5px 7px !important;
background-color: #fff !important;
box-shadow: none !important;
font-size: 13px !important;
line-height: 1.3 !important;
display: block !important;
width: 135px !important;
margin: 0px !important;
border-radius: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input:focus, .latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input:active {
box-shadow: none !important;
outline: none !important;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input::placeholder {
color: #A38E7B !important;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w .coupon-code-input-submit {
position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%);
vertical-align: middle;
background-color: var(--latepoint-brand-primary);
color: #fff;
text-transform: uppercase;
padding: 2px 5px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.entering-coupon .coupon-code-trigger-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.entering-coupon .coupon-code-input-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .coupon-code-trigger-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .coupon-code-input-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info.coupon-is-applied .applied-coupon-code {
display: block;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w > h4 {
margin-bottom: 10px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-methods-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-portions-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-payment-times-w {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w {
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger {
display: inline-block;
text-align: center;
padding: 10px 20px;
background-color: #fac555;
border-radius: 40px;
color: #111;
margin-top: 15px;
font-weight: 600;
cursor: pointer;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger:hover {
box-shadow: 0px 0px 0px 2px #ffb011;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger span {
display: inline-block;
vertical-align: middle;
padding-left: 10px;
margin-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-demo-mode-trigger img {
height: 20px;
width: auto;
display: inline-block;
vertical-align: middle;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-btn-trigger {
padding: 20px 0px 5px;
position: relative;
min-height: 60px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .lp-paypal-btn-trigger-w .lp-paypal-btn-trigger:before {
display: block;
content: "";
width: 20px !important;
height: 20px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
top: 35px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-times] .lp-payment-times-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-methods] .lp-payment-methods-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w[data-sub-step=payment-portions] .lp-payment-portions-w {
display: block;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .latepoint-step-content-text-centered {
display: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item {
position: relative;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-value {
font-size: 49px;
font-weight: 600;
line-height: 1.1;
color: var(--latepoint-brand-primary);
font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-label {
color: #7c85a3;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-sub-label {
opacity: 0.8;
color: #7c85a3;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-sub-label span {
font-weight: 600;
color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-service-durations .os-item .os-duration-price {
font-family: "latepoint", "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
position: absolute;
top: 0px;
right: 0px;
padding: 5px;
color: #D09F1D;
line-height: 1;
font-size: 16px;
font-weight: 600;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ {
list-style-type: none !important;
margin: 0px !important;
padding: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item {
margin-bottom: 15px;
list-style: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i {
display: flex;
background: #FFFFFF;
border: 1px solid #E5E7EE;
align-items: center;
box-shadow: none;
outline: none;
padding: 10px 15px;
color: var(--latepoint-body-color);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i:hover {
border-color: var(--latepoint-brand-primary);
text-decoration: none;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-img-w {
flex: 0 0 40px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
text-align: center;
margin-right: 15px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w {
padding: 10px 0px;
margin-right: auto;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w .service-name {
font-weight: 600;
font-size: 18px;
display: block;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-name-w .service-desc {
color: #7c85a3;
font-size: 13px;
display: block;
margin-top: 3px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w {
border-left: 1px solid rgba(0, 0, 0, 0.05);
padding-left: 15px;
margin-left: 10px;
text-align: center;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w .service-price {
display: block;
color: #D09F1D;
font-size: 24px;
line-height: 1.1;
font-weight: 600;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item .os-item-i .service-price-w .service-price-label {
display: block;
color: #7c85a3;
font-size: 12px;
white-space: nowrap;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.selected .os-service-durations {
display: flex;
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.selected > .os-item-i {
border-color: var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-booking-form-element .latepoint-step-content .os-services_ .os-item.with-description a .service-name-w {
padding: 5px 0px;
}
.lp-strike {
text-decoration: line-through;
opacity: 0.8;
}
.latepoint-booking-form-element .step-verify-w .os-recurring-bookings-count {
margin-top: 10px;
}
.latepoint-booking-form-element .step-verify-w .summary-box.main-box .summary-box-booking-date-box {
display: none;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper {
position: relative;
margin-bottom: 25px;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item {
padding: 15px;
border: 1px solid #e2e2e2;
border-bottom-color: #d2d2d2;
box-shadow: 0 2px rgba(0, 0, 0, 0.05);
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading {
margin-bottom: 0px;
margin-top: 0;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading .sbh-line {
display: none;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box .sbc-big-item {
font-size: 17px;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading {
display: none;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-box-heading .sbh-item {
font-size: 13px;
font-weight: 400;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.multi-item .summary-boxes-columns {
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 10px;
margin-top: 15px;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .os-remove-item-from-cart {
display: none;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .summary-box .sbc-big-item {
font-size: 20px;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper.single-item .summary-box .sbc-highlighted-item {
font-size: 15px;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .summary-box.main-box {
padding: 0;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .os-remove-item-from-cart {
box-shadow: 0 0 0 4px #fff;
color: #fff;
top: -5px;
right: -5px;
background-color: #f64f4f;
}
.latepoint-booking-form-element .step-verify-w .cart-item-wrapper .os-remove-item-from-cart .os-remove-from-cart-icon {
background-color: #fff;
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-summary {
display: none;
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify {
margin-top: 20px;
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger {
align-items: center;
padding: 8px 10px;
border: 1px dotted #14161d;
color: #14161d;
display: flex;
gap: 10px;
font-weight: 600;
cursor: pointer;
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger span {
margin: 0 auto;
}
.latepoint-booking-form-element .step-verify-w .latepoint-add-another-item-trigger-wrapper.on-verify .latepoint-add-another-item-trigger:hover {
border-style: solid;
}
.latepoint-booking-form-element .step-verify-w .cart-summary-main-section > .summary-heading:first-child {
margin-top: 0;
}
.latepoint-booking-form-element .step-verify-w .cart-summary-main-section > .summary-box.main-box:first-child {
padding-top: 0;
}
.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .part-of-bundle-message {
padding: 10px;
background-color: #f1f3ff;
margin-bottom: 15px;
font-size: 15px;
}
.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .part-of-bundle-message a {
color: var(--latepoint-brand-primary);
text-decoration: none;
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .summary-box.main-box {
padding-top: 0;
padding-bottom: 20px;
}
.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .sbc-big-item {
font-size: 20px;
}
.latepoint-booking-form-element .step-verify-w .scheduling-bundle-booking-summary .sbc-highlighted-item {
font-size: 17px;
}
.latepoint-booking-form-element .step-verify-w .payment-summary-info .confirmation-info-w {
margin-top: 0px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify {
margin-top: 10px;
text-align: right;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-trigger-on-verify-w {
padding: 8px 0 9px;
line-height: 1;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-trigger-on-verify-w a {
border-bottom: 1px solid var(--latepoint-brand-primary);
font-size: 13px;
color: var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code-wrapper {
align-items: center;
gap: 5px;
display: none;
background-color: #f7f7f7;
padding: 10px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code-wrapper .coupon-code-label {
color: var(--latepoint-body-color);
font-size: 14px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code {
padding: 2px 2px 2px 5px;
background-color: #fff;
color: #000;
border: 1px dotted #000;
line-height: 1;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
position: relative;
display: flex;
align-items: center;
gap: 5px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-self {
display: block;
vertical-align: middle;
line-height: 1;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear {
line-height: 1;
display: block;
cursor: pointer;
position: relative;
font-size: 10px;
padding: 3px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear:hover {
background-color: #000;
color: #fff;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
right: -5px;
left: auto;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .applied-coupon-code .coupon-code-clear.os-loading i {
opacity: 0;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w {
display: none;
position: relative;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w.os-loading:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: -13px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input {
border: none !important;
border: 1px solid #383838 !important;
padding: 5px 7px !important;
background-color: #fff !important;
box-shadow: none !important;
font-size: 13px !important;
line-height: 1 !important;
display: block !important;
width: auto !important;
flex: 1;
margin: 0px !important;
border-radius: 0px !important;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input:focus, .latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input:active {
box-shadow: none !important;
outline: none !important;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input::placeholder {
color: #8f8f8f !important;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-cancel,
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-submit {
padding: 9px 12px;
line-height: 1;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-submit {
background-color: var(--latepoint-brand-primary);
color: #fff;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w .coupon-code-input-cancel {
background-color: #eee;
color: #444;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.entering-coupon .coupon-code-trigger-on-verify-w {
display: none;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.entering-coupon .coupon-code-trigger-on-verify-w {
display: none;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.entering-coupon .coupon-code-input-w {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .coupon-code-trigger-on-verify-w {
display: none;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .coupon-code-input-w {
display: none;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify.coupon-is-applied .applied-coupon-code-wrapper {
display: flex;
}
.latepoint-booking-form-element .step-confirmation-w .summary-box-wrapper + .summary-box-wrapper {
margin-top: 15px;
padding-top: 10px;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-head-info {
position: relative;
}
.latepoint-booking-form-element .step-confirmation-w .add-to-calendar-wrapper {
display: inline-block;
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent {
display: block;
margin: 0px auto 30px auto;
padding-bottom: 20px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger {
display: none;
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-booking-info {
display: none;
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent {
display: none;
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent img {
display: block;
margin: 0px auto;
}
.latepoint-booking-form-element .step-confirmation-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
text-align: center;
font-size: 13px;
font-weight: 600;
text-align: center;
font-weight: 500;
padding: 10px 15px;
background: #fff1af;
line-height: 1.4;
color: #000;
}
.latepoint-booking-form-element .step-confirmation-w .payment-summary-info .confirmation-info-w {
margin-top: 0px;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-header {
margin-bottom: 0px;
margin-top: 0px;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-number {
color: #7c85a3;
padding-top: 0px;
margin-bottom: 8px;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 600;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-number strong {
font-size: 39px;
letter-spacing: normal;
color: #14161d;
display: block;
line-height: 1.1;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-number .confirmation-checkmark {
padding: 10px;
font-size: 25px;
color: #fff;
background-color: #83de3a;
box-shadow: 0 0 0 5px #daffba;
border-radius: 50%;
line-height: 25px;
width: 45px;
height: 45px;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password {
margin-top: 20px;
display: none;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password h4 {
margin-bottom: 10px;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields {
display: flex;
align-items: center;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group {
flex: 1;
margin: 0px;
margin-bottom: 0px !important;
margin-right: 10px;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group.os-form-textfield-group.has-value label {
display: none !important;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .os-form-group.os-form-textfield-group input.os-form-control {
padding: 7px 10px 7px 10px !important;
}
.latepoint-booking-form-element .step-confirmation-w .step-confirmation-set-password .set-password-fields .latepoint-btn {
flex: 0;
white-space: nowrap;
display: block;
text-align: center;
padding: 9px 20px;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info {
background-color: #F5F6FF;
margin-top: 20px;
text-align: center;
padding: 20px 40px;
display: none;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-text {
color: #14161d;
margin-bottom: 10px;
font-size: 18px;
font-weight: 600;
}
.latepoint-booking-form-element .step-confirmation-w .confirmation-cabinet-info .confirmation-cabinet-link {
font-size: 15px;
background-color: var(--latepoint-brand-primary);
color: #fff !important;
padding: 8px 15px !important;
font-weight: 600;
text-decoration: none !important;
border: none !important;
display: inline-block !important;
}
.booking-status-info-wrapper {
display: flex;
gap: 10px;
padding: 15px 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
margin: -30px;
margin-bottom: 0;
align-items: center;
}
.booking-status-info-wrapper .booking-status-icon {
width: 24px;
height: 24px;
background-color: #eee;
position: relative;
}
.booking-status-info-wrapper .booking-status-label {
font-weight: 600;
font-size: 15px;
}
.booking-status-info-wrapper .booking-confirmation {
margin-left: auto;
font-size: 13px;
color: #7c85a3;
}
.booking-status-info-wrapper .booking-confirmation strong {
color: #14161d;
}
.booking-status-info-wrapper.status-cancelled .booking-status-icon {
background-color: #ffa6a6;
}
.booking-status-info-wrapper.status-cancelled .booking-status-icon:before {
font-family: "latepointIcons" !important;
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;
content: "\e927";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 16px;
}
.booking-status-info-wrapper.status-approved .booking-status-icon {
background-color: #a0ffa4;
}
.booking-status-info-wrapper.status-approved .booking-status-icon:before {
font-family: "latepointIcons" !important;
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;
content: "\e928";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 16px;
}
.full-summary-wrapper .summary-status-wrapper, .confirmation-info-w .summary-status-wrapper {
padding: 0 0 30px 0;
color: #14161d;
font-size: 15px;
margin-bottom: 10px;
border-bottom: 10px solid rgba(0, 0, 0, 0.03);
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner, .confirmation-info-w .summary-status-wrapper .summary-status-inner {
display: flex;
flex-direction: column;
align-items: center;
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-title, .confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-title {
font-size: 24px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
text-align: center;
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-description, .confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-description {
color: #7c85a3;
font-weight: 400;
font-size: 15px;
margin-top: 3px;
text-align: center;
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-icon, .confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-icon {
margin-bottom: 25px;
animation: 1s cubic-bezier(0.05, 0.45, 0.1, 1) 0.1s statusIconPop;
animation-fill-mode: both;
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-confirmation-number, .confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-confirmation-number {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #7c85a3;
margin-top: 15px;
padding: 3px 5px;
background-color: rgba(0, 0, 0, 0.03);
}
.full-summary-wrapper .summary-status-wrapper .summary-status-inner .ss-confirmation-number strong, .confirmation-info-w .summary-status-wrapper .summary-status-inner .ss-confirmation-number strong {
color: #14161d;
}
.full-summary-wrapper .summary-status-wrapper.summary-status-style-green .ss-icon, .confirmation-info-w .summary-status-wrapper.summary-status-style-green .ss-icon {
display: block;
padding: 15px;
background-color: #98ff96;
border-radius: 50%;
box-shadow: 0 0 0 10px #e1ffe0;
}
.full-summary-wrapper .summary-status-wrapper.summary-status-style-green .ss-icon:before, .confirmation-info-w .summary-status-wrapper.summary-status-style-green .ss-icon:before {
font-family: "latepointIcons" !important;
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;
content: "\e928";
color: #000;
line-height: 24px;
display: block;
font-size: 24px;
}
.full-summary-wrapper .summary-status-wrapper.summary-status-style-yellow .ss-icon, .confirmation-info-w .summary-status-wrapper.summary-status-style-yellow .ss-icon {
display: block;
padding: 10px;
background-color: #ffe196;
border-radius: 50%;
box-shadow: 0 0 0 10px #fff2e0;
width: 44px;
text-align: center;
}
.full-summary-wrapper .summary-status-wrapper.summary-status-style-yellow .ss-icon:before, .confirmation-info-w .summary-status-wrapper.summary-status-style-yellow .ss-icon:before {
content: "i";
color: #000;
line-height: 24px;
display: block;
font-size: 24px;
}
.full-summary-wrapper .summary-price-item-w.spi-sub, .confirmation-info-w .summary-price-item-w.spi-sub {
padding-left: 20px;
position: relative;
}
.full-summary-wrapper .summary-price-item-w.spi-sub:before, .confirmation-info-w .summary-price-item-w.spi-sub:before {
content: "";
width: 5px;
height: 5px;
border-left: 1px solid #7c85a3;
border-bottom: 1px solid #7c85a3;
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}
.full-summary-wrapper .summary-price-breakdown-wrapper.multi-item .subtotal-separator, .confirmation-info-w .summary-price-breakdown-wrapper.multi-item .subtotal-separator {
border-top: 1px solid #f1f1f1;
padding-bottom: 10px;
margin-top: 10px;
}
.full-summary-wrapper .order-item-bundle-info-wrapper, .confirmation-info-w .order-item-bundle-info-wrapper {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 15px 0 5px 0;
}
.full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon, .confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon {
padding: 13px;
line-height: 24px;
font-size: 24px;
background-color: #f1f1f1;
border-radius: 50%;
color: #14161d;
}
.full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon i, .confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon i {
display: block;
}
.full-summary-wrapper .order-item-bundle-info-wrapper .summary-box.main-box, .confirmation-info-w .order-item-bundle-info-wrapper .summary-box.main-box {
padding: 0;
}
.full-summary-wrapper .schedule-bundle-booking-btn-wrapper, .confirmation-info-w .schedule-bundle-booking-btn-wrapper {
padding-bottom: 20px;
margin-left: 70px;
}
.full-summary-wrapper .schedule-bundle-booking-btn, .confirmation-info-w .schedule-bundle-booking-btn {
padding: 4px 0;
background-color: #fff;
display: inline-flex;
gap: 8px;
font-weight: 400;
color: var(--latepoint-brand-primary);
text-decoration: none;
border: none;
align-items: center;
box-shadow: none;
cursor: pointer;
position: relative;
}
.full-summary-wrapper .schedule-bundle-booking-btn.os-loading:before, .confirmation-info-w .schedule-bundle-booking-btn.os-loading:before {
display: block;
content: "";
width: 14px !important;
height: 14px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: auto;
right: -5px;
}
.full-summary-wrapper .schedule-bundle-booking-btn.os-loading i, .confirmation-info-w .schedule-bundle-booking-btn.os-loading i {
visibility: hidden;
}
.full-summary-wrapper .schedule-bundle-booking-btn:hover span, .confirmation-info-w .schedule-bundle-booking-btn:hover span {
border-bottom-style: solid;
}
.full-summary-wrapper .schedule-bundle-booking-btn:hover i, .confirmation-info-w .schedule-bundle-booking-btn:hover i {
transform: translateX(3px);
}
.full-summary-wrapper .schedule-bundle-booking-btn span, .confirmation-info-w .schedule-bundle-booking-btn span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.full-summary-wrapper .schedule-bundle-booking-btn i, .confirmation-info-w .schedule-bundle-booking-btn i {
font-size: 9px;
transition: transform 0.2s ease;
}
.full-summary-wrapper .summary-price-breakdown-wrapper, .confirmation-info-w .summary-price-breakdown-wrapper {
margin-top: 30px;
}
.full-summary-wrapper .summary-box-heading, .confirmation-info-w .summary-box-heading {
margin-bottom: 10px;
}
.full-summary-wrapper .summary-box, .confirmation-info-w .summary-box {
padding-bottom: 0;
}
.full-summary-wrapper .summary-box .sbc-main-item, .confirmation-info-w .summary-box .sbc-main-item {
color: #14161d;
font-size: 15px;
font-weight: 600;
}
.confirmation-info-w {
position: relative;
}
.confirmation-info-w .order-summary-items-heading {
display: none;
}
.confirmation-info-w .price-breakdown-unfold {
display: none;
}
.confirmation-info-w ul {
list-style-type: none;
padding: 0px;
margin: 0px;
display: flex;
flex-wrap: wrap;
}
.confirmation-info-w ul li {
flex: 0 0 50%;
list-style-type: none;
margin: 0px;
color: #7c85a3;
font-weight: 600;
padding: 7px 10px 7px 0px;
line-height: 1.4;
font-size: 11px;
letter-spacing: 0.6px;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.confirmation-info-w ul li strong {
text-transform: none;
letter-spacing: normal;
color: var(--latepoint-body-color);
display: block;
font-size: 15px;
}
.confirmation-info-w .confirmation-section-heading {
font-size: 19px;
display: block;
border-bottom: 1px solid var(--latepoint-brand-primary);
margin: 15px 0px 5px 0px;
color: var(--latepoint-brand-primary);
}
.latepoint-booking-form-element {  }
.latepoint-booking-form-element.hidden-buttons .latepoint-form-w .latepoint-body:after {
height: 40px;
}
.latepoint-booking-form-element.hidden-buttons .latepoint-form-w .latepoint-footer {
display: none;
}
.latepoint-booking-form-element .os-step-tabs {
display: flex;
color: #7c85a3;
margin-bottom: 20px;
font-weight: 600;
font-size: 15px;
line-height: 15px;
justify-content: space-between;
align-items: flex-end;
box-shadow: 0px 1px 0px 0px #E2E5EF;
height: 35px;
}
.latepoint-booking-form-element .os-step-tabs .os-step-tab {
transition: all 0.2s ease;
text-align: center;
padding: 8px 0px;
position: relative;
line-height: 15px;
font-size: 15px;
}
.latepoint-booking-form-element .os-step-tabs .os-step-tab:hover {
cursor: pointer;
color: var(--latepoint-body-color);
}
.latepoint-booking-form-element .os-step-tabs .os-step-tab:before {
position: absolute;
content: "";
background-color: var(--latepoint-brand-primary);
height: 2px;
left: 0px;
bottom: -1px;
width: 0%;
}
.latepoint-booking-form-element .os-step-tabs .os-step-tab.active {
color: var(--latepoint-body-color);
font-size: 17px;
padding-bottom: 12px;
padding-top: 8px;
}
.latepoint-booking-form-element .os-step-tabs .os-step-tab.active:before {
width: 100%;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w {
display: flex;
color: #898C98;
margin-bottom: 20px;
font-weight: 600;
font-size: 15px;
line-height: 15px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #E2E5EF;
height: 35px;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w span {
display: block;
margin-right: 5px;
margin-left: auto;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w a {
display: block;
color: var(--latepoint-brand-primary);
text-decoration: underline;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w div {
color: var(--latepoint-body-color);
font-size: 16px;
line-height: 15px;
padding-bottom: 12px;
padding-top: 8px;
position: relative;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w div:before {
position: absolute;
content: "";
background-color: var(--latepoint-brand-primary);
height: 2px;
left: 0px;
bottom: -1px;
width: 100%;
transition: all 0.2s ease;
}
.latepoint-booking-form-element .os-form-buttons {
align-items: flex-start;
}
.latepoint-booking-form-element .os-password-reset-form-holder .os-password-reset-form-w {
padding: 20px;
border: 1px solid #aaa;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05);
margin-bottom: 15px;
}
.latepoint-booking-form-element .os-password-reset-form-holder h4 {
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}
.latepoint-booking-form-element .os-password-reset-form-holder p {
margin-bottom: 10px;
}
.latepoint-booking-form-element .os-password-reset-form-holder .os-form-message-w {
margin-bottom: 10px;
margin-top: 10px;
}
.latepoint-booking-form-element .os-step-existing-customer-login-w {
margin-bottom: 10px;
}
.latepoint-booking-form-element .os-step-existing-customer-login-w .step-forgot-password-btn {
text-decoration: underline;
padding-top: 0px;
padding-bottom: 0px;
}
.latepoint-booking-form-element .os-step-existing-customer-login-w .step-login-existing-customer-btn {
padding: 10px 20px;
line-height: 1.2;
font-size: 16px;
position: relative;
}
.latepoint-booking-form-element .os-step-existing-customer-login-w .step-login-existing-customer-btn i {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 22px;
}
.latepoint-booking-form-element .os-weekdays {
display: flex;
align-items: center;
}
.latepoint-booking-form-element .os-weekdays .weekday {
background-color: #f5f5f5;
flex: 1;
text-transform: uppercase;
font-size: 20px;
color: #adadae;
font-weight: 600;
letter-spacing: 2px;
text-align: left;
padding: 5px 0 0 15px;
line-height: 1;
border-left: 1px solid #ddd;
}
.latepoint-booking-form-element .os-weekdays .weekday:first-child {
border-left-color: transparent;
margin-left: 15px;
padding-left: 0;
}
.latepoint-booking-form-element .os-current-month-label-w {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 0 14px;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-control-buttons-w {
display: flex;
gap: 15px;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn {
border: none;
font-size: 16px;
background-color: transparent !important;
box-shadow: none;
outline: none;
color: #111;
margin: 0px;
line-height: 1;
vertical-align: middle;
display: inline-block;
cursor: pointer;
padding: 5px;
position: relative;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:focus-visible,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:focus-visible {
outline: 2px solid var(--latepoint-brand-primary) !important;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading {
color: transparent !important;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading span, .latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading i,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading span,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading i {
color: transparent !important;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.os-loading:after,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.os-loading:after {
display: block;
content: "";
width: 14px;
height: 14px;
border-bottom: 2px solid var(--latepoint-body-color);
border-left: 2px solid var(--latepoint-body-color);
border-top: 2px solid var(--latepoint-body-color);
border-right: 2px solid rgba(0, 0, 0, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:hover,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:hover {
color: var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn:focus,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn:focus {
outline: none;
}
.latepoint-booking-form-element .os-current-month-label-w .os-month-prev-btn.disabled,
.latepoint-booking-form-element .os-current-month-label-w .os-month-next-btn.disabled {
color: rgba(0, 0, 0, 0.1);
}
.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label {
text-align: center;
font-weight: 600;
font-size: 17px;
margin-bottom: 10px;
color: var(--latepoint-body-color);
display: flex;
align-items: baseline;
}
.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label .current-year {
display: inline-block;
vertical-align: middle;
color: color-mix(in srgb, var(--latepoint-body-color) 40%, transparent);
margin-left: 5px;
}
.latepoint-booking-form-element .os-current-month-label-w .os-current-month-label .current-month {
display: inline-block;
vertical-align: middle;
font-size: 32px;
}
.latepoint-booking-form-element .os-monthly-calendar-days-w {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days-w.active {
display: block;
}
.latepoint-booking-form-element .os-monthly-calendar-days-w.hide-if-single-slot .os-day.os-one-slot-only .os-day-status {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days-w.hide-if-single-slot .os-day.selected:after {
font-family: "latepointIcons" !important;
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;
content: "\e903";
background-color: var(--latepoint-brand-primary);
box-shadow: 0px 0px 0px 2px #fff;
border-radius: 50%;
width: 14px;
line-height: 14px;
height: 14px;
bottom: 50%;
left: 50%;
font-size: 10px;
text-align: center;
position: absolute;
color: #fff;
transform: translate(11px, -10px);
}
.latepoint-booking-form-element .step-datepicker-w {
position: relative;
}
.latepoint-booking-form-element .step-datepicker-w .dp-capacity, .latepoint-booking-form-element .reschedule-calendar-datepicker .dp-capacity {
position: absolute;
top: 0;
left: 15px;
background-color: #111;
padding: 4px 6px;
color: #fff;
font-weight: 600;
display: none;
white-space: nowrap;
z-index: 9999;
font-size: 15px;
animation: 0.1s ease latepointAvailabilityPopup;
animation-fill-mode: both;
}
.latepoint-booking-form-element .step-datepicker-w .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity, .latepoint-booking-form-element .reschedule-calendar-datepicker .time-selector-w:not(.style-timeline) .dp-timepicker-trigger:not(.selected):hover .dp-capacity {
display: block;
}
.latepoint-booking-form-element .os-monthly-calendar-days {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day {
text-align: left;
font-size: 20px;
font-weight: 600;
cursor: pointer;
position: relative;
border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:nth-child(7n+1) {
border-left-color: transparent;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:focus {
outline: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-next-month, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-prev-month {
color: #B7BCCB;
background-color: #fff;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available {
cursor: not-allowed;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box {
background-color: transparent;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-status {
background-color: #f7f7f7;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available .os-day-box .os-day-number {
color: #adadae;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box {
background-color: #ec7376;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current.os-not-available.selected .os-day-box .os-day-number {
color: #fff;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-passed .os-day-box {
background-color: transparent;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-passed .os-day-box .os-day-number {
color: #bdc5da;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-today.os-month-current .os-day-box .os-day-number {
background-color: #fff0c7;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev {
border-left-color: transparent;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next .os-day-box, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev .os-day-box {
pointer-events: none;
background-color: transparent;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-status, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-status {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next .os-day-box:hover, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev .os-day-box:hover {
opacity: 1;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next .os-day-box .os-day-number, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev .os-day-box .os-day-number {
color: transparent !important;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-box {
padding: 15px 0px 15px 15px;
position: relative;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-available-slots-tooltip {
position: absolute;
top: 0;
left: 15px;
background-color: #111;
padding: 4px 6px;
color: #fff;
font-weight: 600;
display: none;
white-space: nowrap;
z-index: 9999;
font-size: 15px;
animation: 0.1s ease latepointAvailabilityPopup;
animation-fill-mode: both;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:nth-child(7n) .os-available-slots-tooltip, .latepoint-booking-form-element .os-monthly-calendar-days .os-day:nth-child(7n+6) .os-available-slots-tooltip {
left: auto;
right: 0;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-number {
color: #14161d;
transition: all 0.1s ease;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day .os-day-status {
transition: all 0.1s ease;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-prev, .latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next {
cursor: default;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-month-next {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-box .os-day-number {
transform: scale(1.2);
transform-origin: bottom left;
white-space: nowrap;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-box:hover .os-available-slots-tooltip {
display: block;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day:hover .os-day-status {
height: 10px;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box {
background-color: var(--latepoint-brand-primary);
border-color: transparent;
color: #fff;
opacity: 1;
padding-left: 0;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-number {
background-color: transparent;
color: #fff;
transform: scale(1.2);
transform-origin: center center;
text-align: center;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box .os-day-status {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next) .os-day-box:hover .os-available-slots-tooltip {
display: none;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected:not(.os-month-prev):not(.os-month-next).os-today .os-day-box .os-day-number {
background-color: transparent;
}
.latepoint-booking-form-element .os-day-status {
margin: 0px;
height: 6px;
position: absolute;
border-radius: 0px;
overflow: hidden;
bottom: 6px;
left: 15px;
right: 0px;
background-color: #e6e9ef;
}
.latepoint-booking-form-element .os-day-status .day-available {
background-color: #8fe286;
top: 0px;
bottom: 0px;
position: absolute;
z-index: 1;
min-width: 3px;
}
.latepoint-booking-form-element .times-header {
color: #16171d;
font-size: 17px;
font-weight: 400;
text-align: center;
padding-bottom: 10px;
}
.latepoint-booking-form-element .times-header span {
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .os-calendar-searching-info {
padding-left: 35px;
font-size: 15px;
position: relative;
font-weight: 600;
display: none;
}
.latepoint-booking-form-element .os-calendar-searching-info:before {
display: block;
content: "";
width: 20px !important;
height: 20px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: 10px;
}
.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-calendar-searching-info {
display: block;
}
.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-calendar-while-searching-wrapper {
display: none;
}
.latepoint-booking-form-element .os-dates-and-times-w.is-searching .os-timezone-info-wrapper {
display: none;
}
.latepoint-booking-form-element .os-dates-w {
margin: 0 0 0 -15px;
}
.latepoint-booking-form-element .os-times-w {
position: relative;
}
.latepoint-booking-form-element .timeslots {
display: flex;
justify-content: space-between;
}
.latepoint-booking-form-element .timeslots .not-working-message {
flex: 1;
padding: 3px 5px;
text-align: center;
background-color: #f7e8e8;
color: #752f2f;
font-weight: 600;
}
.latepoint-booking-form-element .dp-timebox {
white-space: nowrap;
text-align: center;
padding: 6px 3px;
line-height: 1.2;
background-color: #d6ffd1;
font-size: 15px;
color: #14161d;
cursor: pointer;
font-weight: 600;
position: relative;
width: auto !important;
max-width: none !important;
}
.latepoint-booking-form-element .dp-timebox:focus {
outline: none;
box-shadow: none;
}
.latepoint-booking-form-element .dp-timebox:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .dp-timebox .dp-tick,
.latepoint-booking-form-element .dp-timebox .dp-success-label {
display: none !important;
}
.latepoint-booking-form-element .dp-timebox:hover {
background-color: #c0fbb8;
}
.latepoint-booking-form-element .dp-timebox.is-off, .latepoint-booking-form-element .dp-timebox.is-booked {
color: #b3b3b3;
background-color: #f7f7f7;
box-shadow: none;
cursor: not-allowed;
}
.latepoint-booking-form-element .dp-timebox.selected {
background-color: var(--latepoint-brand-primary);
color: #fff;
box-shadow: none;
}
.latepoint-booking-form-element .dp-timebox.selected:after {
font-family: "latepointIcons" !important;
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;
content: "\e903";
background-color: var(--latepoint-brand-primary);
box-shadow: 0px 0px 0px 2px #fff;
border-radius: 50%;
width: 14px;
line-height: 14px;
height: 14px;
top: -5px;
right: -5px;
font-size: 10px;
text-align: center;
position: absolute;
color: #fff;
animation: 0.2s ease 0s selectedSlotCheckmark;
animation-fill-mode: both;
}
.latepoint-booking-form-element .time-selector-w {
display: none;
margin-top: 20px;
margin-left: -2px;
margin-right: -2px;
}
.latepoint-booking-form-element .time-selector-w.hide-not-available-slots .dp-timebox.is-off, .latepoint-booking-form-element .time-selector-w.hide-not-available-slots .dp-timebox.is-booked {
display: none;
}
.latepoint-booking-form-element .time-selector-w .th-timezone {
text-transform: uppercase;
font-size: 10px;
letter-spacing: 0.5px;
margin-top: 4px;
}
.latepoint-booking-form-element .time-selector-w .th-timezone strong {
color: #7c85a3;
}
.latepoint-booking-form-element .time-selector-w.style-timebox {
margin-top: 20px;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 10px;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots.slots-not-available {
grid-template-columns: repeat(1, 1fr) !important;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .not-working-message {
border-radius: 4px;
padding: 6px;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .dp-timebox .dp-label-capacity {
display: none;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .timeslots .dp-timebox.is-off {
display: none;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .times-header {
display: flex;
align-items: center;
margin-bottom: 10px;
padding-top: 10px;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .times-header .times-header-label {
flex: 1;
margin: 0px 15px;
white-space: nowrap;
font-weight: 600;
}
.latepoint-booking-form-element .time-selector-w.style-timebox .times-header .th-line {
height: 1px;
flex: 1;
background-color: rgba(0, 0, 0, 0.1);
content: "";
}
.latepoint-booking-form-element .time-selector-w.style-timeline {
padding-bottom: 30px;
flex-wrap: nowrap;
}
.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-12 .timeslots {
grid-template-columns: repeat(2, 1fr);
}
.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-12 .dp-timebox span.dp-label-end-time {
opacity: 0.7;
}
.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-24 .timeslots {
grid-template-columns: repeat(3, 1fr);
}
.latepoint-booking-form-element .time-selector-w.with-end-time.time-system-24 .dp-timebox span.dp-label-end-time {
opacity: 0.7;
}
.latepoint-booking-form-element .time-selector-w.without-end-time.time-system-12 .timeslots {
grid-template-columns: repeat(4, 1fr);
}
.latepoint-booking-form-element .time-selector-w.without-end-time.time-system-24 .timeslots {
grid-template-columns: repeat(5, 1fr);
}
.latepoint-booking-form-element .dp-timeslot {
height: 24px;
flex-grow: 1;
margin: 0px;
box-shadow: inset 1px 0px 0px 0px #fff, inset -1px 0px 0px 0px #fff;
border-radius: 0px;
position: relative;
cursor: pointer;
background-color: #8fe286;
}
.latepoint-booking-form-element .dp-timeslot:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .dp-timeslot .dp-tick {
position: absolute;
display: block;
top: 34px;
left: 50%;
transform: translateX(-50%);
font-size: 8px;
text-align: center;
color: rgba(0, 0, 0, 0.4);
text-transform: uppercase;
line-height: 1.4;
font-weight: 600;
letter-spacing: 1px;
}
.latepoint-booking-form-element .dp-timeslot .dp-tick strong {
display: block;
color: rgb(0, 0, 0);
font-size: 11px;
line-height: 1;
letter-spacing: 0px;
white-space: nowrap;
}
.latepoint-booking-form-element .dp-timeslot .dp-success-label {
color: rgba(255, 255, 255, 0.8);
display: block;
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
}
.latepoint-booking-form-element .dp-timeslot .dp-label {
display: none;
text-align: center;
padding: 7px 8px 7px 8px;
line-height: 1;
background-color: #04bb03;
color: #fff;
font-size: 12px;
font-weight: 600;
position: absolute;
left: 50%;
top: -8px;
transform: translate(-50%, -100%);
white-space: nowrap;
transition: all 0.2s ease;
z-index: 10;
}
.latepoint-booking-form-element .dp-timeslot .dp-label-capacity {
display: block;
color: rgba(255, 255, 255, 0.8);
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 10px;
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked), .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) {
background-color: var(--latepoint-brand-primary);
z-index: 4;
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked) .dp-label-capacity, .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) .dp-label-capacity {
display: none;
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):hover, .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):hover {
background-color: var(--latepoint-brand-primary);
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):after, .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):after {
content: "";
position: absolute;
width: 1px;
left: 50%;
transform: translateX(-50%);
top: 0px;
bottom: 0px;
background-color: var(--latepoint-brand-primary);
display: none;
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked) .dp-label, .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off) .dp-label {
top: -3px;
background-color: var(--latepoint-brand-primary);
color: #fff;
display: block;
}
.latepoint-booking-form-element .dp-timeslot.selected:not(.is-booked):before, .latepoint-booking-form-element .dp-timeslot.selected:not(.is-off):before {
background-color: var(--latepoint-brand-primary);
display: block;
width: 10px;
height: 10px;
transform: translateX(-50%) rotate(45deg);
top: -12px;
left: 50%;
}
.latepoint-booking-form-element .dp-timeslot.is-booked {
background-color: #e6e9ef;
margin: 0px;
cursor: not-allowed;
}
.latepoint-booking-form-element .dp-timeslot.is-booked:before {
background-color: #E42806;
}
.latepoint-booking-form-element .dp-timeslot.is-booked .dp-label {
background-color: #E42806;
}
.latepoint-booking-form-element .dp-timeslot.is-booked:hover {
background-color: #E42806;
}
.latepoint-booking-form-element .dp-timeslot.is-off {
background-color: #e6e9ef;
margin: 0px;
border-color: #fff;
max-width: 25%;
cursor: not-allowed;
}
.latepoint-booking-form-element .dp-timeslot.is-off:before {
background-color: #E42806;
}
.latepoint-booking-form-element .dp-timeslot.is-off .dp-label {
background-color: #E42806;
}
.latepoint-booking-form-element .dp-timeslot.is-off:hover {
background-color: #e6e9ef;
}
.latepoint-booking-form-element .dp-timeslot.is-off:hover .dp-label {
display: none;
}
.latepoint-booking-form-element .dp-timeslot.with-tick:after {
content: "";
position: absolute;
width: 1px;
left: 50%;
height: 3px;
bottom: -7px;
background-color: rgba(0, 0, 0, 0.4);
}
.latepoint-booking-form-element .dp-timeslot:hover {
background-color: #04bb03;
}
.latepoint-booking-form-element .dp-timeslot:hover:before {
top: 0px;
}
.latepoint-booking-form-element .dp-timeslot:hover .dp-label {
display: block;
}
.latepoint-message {
border-radius: 0px;
}
.latepoint-message.latepoint-message-success {
padding: 10px 15px;
font-weight: 600;
margin-bottom: 15px;
background: #eeffed;
color: #0d7f24;
text-align: center;
border: 1px solid #a9e3a2;
box-shadow: 0px 1px 4px -1px rgba(79, 239, 88, 0.6);
}
.latepoint-message.latepoint-message-error {
padding: 10px;
font-weight: 600;
margin-bottom: 15px;
background: #ffcfcf;
color: #750e0e;
text-align: center;
border: 1px solid #ffcfcf;
box-shadow: none;
}
.latepoint-message.latepoint-message-warning {
padding: 10px;
font-weight: 600;
margin-bottom: 15px;
background: #ffeabe;
color: #75450e;
text-align: center;
border: 1px solid #c16d18;
box-shadow: 0px 2px 4px rgba(64, 55, 40, 0.05);
}
.latepoint-message.latepoint-message-info {
padding: 10px;
font-weight: 600;
margin-bottom: 15px;
background: #eee;
color: #111;
text-align: center;
}
.os-booking-limit-reached {
position: absolute;
top: 10px;
right: 10px;
left: 10px;
bottom: 10px;
background-color: #fff0f0;
border: 1px solid #b95252;
color: #b95252;
font-size: 18px;
text-align: center;
padding: 30px;
display: flex;
align-items: center;
}
.os-booking-limit-reached .os-booking-limit-icon-w {
margin-bottom: 10px;
font-size: 40px;
color: #d8adb0;
line-height: 1;
}
.os-booking-limit-reached h3 {
color: #5f1b1b;
margin-bottom: 10px;
margin-top: 0px;
padding: 0px;
}
.latepoint-w.customer-dashboard-order-summary-lightbox .os-item-details-popup, .latepoint-w.customer-dashboard-booking-summary-lightbox .os-item-details-popup {
position: relative;
background-color: #fff;
display: none;
margin: -30px -30px -30px -30px;
}
.latepoint-w.customer-dashboard-order-summary-lightbox .os-item-details-popup.open, .latepoint-w.customer-dashboard-booking-summary-lightbox .os-item-details-popup.open {
display: block;
}
.latepoint-w .os-item-details-popup {
display: none;
}
.latepoint-w .os-item-details-popup.open {
display: block;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-close {
position: absolute;
top: 0px;
right: 0px;
background-color: #FF5151;
color: #fff;
padding: 10px;
font-size: 13px;
font-weight: 600;
z-index: 9999;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-close span, .latepoint-w .os-item-details-popup .os-item-details-popup-close i {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-close span {
margin-right: 10px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head {
background-size: cover;
background-position: center center;
padding: 80px 40px 40px 40px;
position: relative;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head h3 {
color: #fff;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
font-size: 30px;
margin: 0px;
z-index: 2;
position: relative;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head .item-details-popup-title {
margin-top: 5px;
color: rgba(255, 255, 255, 0.8);
z-index: 2;
position: relative;
font-size: 21px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-head:before {
content: "";
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
z-index: 1;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content {
padding: 40px;
font-size: 16px;
line-height: 21px;
position: relative;
z-index: 2;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .bio-curve {
position: absolute;
top: 1px;
left: 0px;
right: 0px;
bottom: 0px;
transform: translateY(-100%);
display: block;
width: 100%;
max-width: 100%;
height: auto;
z-index: 9999;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features {
display: flex;
justify-content: space-between;
padding-bottom: 20px;
margin-top: -15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature {
flex: 1;
padding: 0px 15px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature:first-child {
padding-left: 0px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature:last-child {
padding-right: 0px;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature .item-details-popup-feature-value {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 600;
font-size: 27px;
font-weight: 600;
line-height: 1.2;
color: var(--latepoint-brand-primary);
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature .item-details-popup-feature-label {
font-size: 13px;
color: #7c85a3;
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-features .item-details-popup-feature + .item-details-popup-feature {
border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.latepoint-w .os-item-details-popup .os-item-details-popup-inner .item-details-popup-content .item-details-popup-content-i::first-letter {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 600;
font-size: 27px;
line-height: 21px;
color: var(--latepoint-brand-primary);
font-weight: 600;
padding-right: 1px;
}
.add-to-calendar-wrapper {
position: relative;
}
.add-to-calendar-wrapper.show-types .add-to-calendar-types {
display: flex;
}
.add-to-calendar-wrapper.show-types .open-calendar-types {
visibility: hidden;
}
.add-to-calendar-types {
border: 1px solid #aaa;
box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
background-color: #eee;
display: none;
flex-direction: column;
position: absolute;
gap: 1px;
top: 0%;
left: 0;
animation: 0.15s cubic-bezier(0.05, 0.45, 0.1, 1) 0s up20;
animation-fill-mode: both;
z-index: 1;
}
.add-to-calendar-types .atc-heading-wrapper {
padding: 5px;
padding-left: 10px;
font-weight: 600;
display: flex;
font-size: 15px;
justify-content: space-between;
align-items: center;
background-color: #f2f2f2;
}
.add-to-calendar-types .atc-heading-wrapper .close-calendar-types {
line-height: 12px;
font-size: 14px;
padding: 3px;
background-color: #ddd;
text-align: center;
cursor: pointer;
}
.add-to-calendar-types .atc-heading-wrapper .close-calendar-types:hover {
background-color: var(--latepoint-brand-primary);
color: #fff;
}
.add-to-calendar-types .atc-heading-wrapper .close-calendar-types:before {
line-height: 1;
font-family: "latepointIcons" !important;
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;
content: "\e90a";
}
.add-to-calendar-types .atc-type {
padding: 10px;
padding-right: 15px;
display: flex;
gap: 10px;
align-items: center;
cursor: pointer;
background-color: #fff;
text-decoration: none;
position: relative;
}
.add-to-calendar-types .atc-type:hover {
box-shadow: 0 0 0 1px var(--latepoint-brand-primary), inset 0 0 0 1px var(--latepoint-brand-primary);
z-index: 1;
}
.add-to-calendar-types .atc-type .atc-type-image {
width: 18px;
height: 18px;
background-size: contain;
background-repeat: no-repeat;
background-position: center left;
}
.add-to-calendar-types .atc-type .atc-type-name {
font-weight: 600;
font-size: 15px;
color: var(--latepoint-body-color);
white-space: nowrap;
}
.add-to-calendar-types .atc-type.atc-type-apple .atc-type-image {
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/apple-logo-compact.png);
}
.add-to-calendar-types .atc-type.atc-type-google .atc-type-image {
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/google-logo-compact.png);
}
.add-to-calendar-types .atc-type.atc-type-outlook .atc-type-image {
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/outlook-logo-compact.png);
}
.add-to-calendar-types .atc-type.atc-type-office-365 .atc-type-image {
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/office-365-logo-compact.jpg);
}
.latepoint-continue-intent-loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999999;
background-color: rgba(0, 0, 0, 0.6);
}
.latepoint-continue-intent-loading:before {
display: block;
content: "";
width: 50px;
height: 50px;
border-bottom: 4px solid #fff;
border-left: 4px solid #fff;
border-top: 4px solid #fff;
border-right: 4px solid rgba(255, 255, 255, 0);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
z-index: 999;
} .latepoint-calendar-wrapper {
position: relative;
}
.latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters {
display: flex;
}
.latepoint-calendar-wrapper.show-filters .le-filter .latepoint-icon:before {
content: "\e90a";
}
.latepoint-calendar-wrapper.os-loading .latepoint-calendar-controls-wrapper:before {
content: "";
display: block;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 3px;
background: repeating-linear-gradient(to right, #fff 0%, #1D7BFF 50%, #fff 100%);
width: 100%;
background-size: 200% auto;
background-position: 0 100%;
animation: os-loading-gradient 1.5s infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
}
.latepoint-calendar-controls-wrapper {
position: sticky;
top: 0;
z-index: 10;
border-bottom: 1px solid #ddd;
background-color: #fff;
}
.latepoint-calendar-filters {
border-top: 1px solid #eee;
padding: 15px 0;
gap: 15px;
display: none;
align-items: center;
justify-content: flex-end;
}
.latepoint-calendar-filters .le-filters-label {
font-size: 15px;
}
.le-range-selector {
margin-left: auto;
}
.le-range-selector select.os-form-control,
.latepoint-calendar-filters select.os-form-control {
padding: 8px 10px;
line-height: 1.55;
border-radius: 6px;
border: 1px solid #ccc;
font-size: 15px;
height: auto;
}
.latepoint-calendar-controls {
display: flex;
align-items: center;
gap: 15px;
padding: 15px 0;
}
.latepoint-calendar-controls .le-label {
color: rgba(0, 0, 0, 0.3);
font-size: 27px;
font-weight: 600;
line-height: 1;
}
.latepoint-calendar-controls .le-week {
font-size: 27px;
font-weight: 600;
line-height: 1;
}
.latepoint-calendar-controls .le-month {
font-size: 36px;
font-weight: 600;
line-height: 1;
}
.latepoint-calendar-controls .le-filter {
padding: 6px 12px;
border: 1px solid #ccc;
color: var(--latepoint-body-color);
cursor: pointer;
display: flex;
gap: 10px;
align-items: center;
font-size: 15px;
border-radius: 6px;
position: relative;
}
.latepoint-calendar-controls .le-filter.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid #000;
border-left: 2px solid #000;
border-top: 2px solid #000;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: 18px;
}
.latepoint-calendar-controls .le-filter.os-loading .latepoint-icon {
color: transparent;
}
.latepoint-calendar-controls .le-filter:hover {
border-color: #111;
}
.latepoint-calendar-controls .le-navigation-wrapper {
border-left: 1px solid #eee;
padding-left: 20px;
margin-left: 5px;
}
.latepoint-calendar-controls .le-navigation {
display: flex;
font-size: 15px;
border-radius: 6px;
align-items: stretch;
border: 1px solid #ccc;
}
.latepoint-calendar-controls .le-navigation .le-today {
padding: 6px 12px;
color: var(--latepoint-body-color);
cursor: pointer;
position: relative;
border-radius: 6px;
}
.latepoint-calendar-controls .le-navigation .le-today:hover {
box-shadow: 0 0 0 1px #111;
z-index: 2;
}
.latepoint-calendar-controls .le-navigation .le-navigation-button {
padding: 11px 10px;
cursor: pointer;
position: relative;
font-size: 10px;
line-height: 1;
border-radius: 6px;
}
.latepoint-calendar-controls .le-navigation .le-navigation-button:hover {
box-shadow: 0 0 0 1px #111;
z-index: 2;
border-color: transparent;
}
.latepoint-calendar-controls .le-navigation .le-navigation-button.os-loading {
color: transparent;
}
.latepoint-calendar-controls .le-navigation .le-navigation-button.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid #000;
border-left: 2px solid #000;
border-top: 2px solid #000;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-calendar-week {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
padding-left: 50px;
}
.latepoint-calendar-week .le-day-wrapper {
position: relative;
}
.latepoint-calendar-week .le-day-wrapper.day-weekday-6 .le-day-weekday-wrapper, .latepoint-calendar-week .le-day-wrapper.day-weekday-7 .le-day-weekday-wrapper {
background-color: #fffaf1;
}
.latepoint-calendar-week .le-day-wrapper.os-today .le-day-weekday-wrapper:before {
content: "";
left: 0px;
right: 0px;
top: 0px;
background-color: #f34a4a;
position: absolute;
height: 2px;
z-index: 10;
}
.latepoint-calendar-week .le-day-wrapper:hover .le-day-number {
color: var(--latepoint-brand-primary);
border-bottom-color: var(--latepoint-brand-primary);
}
.latepoint-calendar-week .le-day-wrapper:first-child .day-schedule-timeslot-value {
display: block;
}
.latepoint-calendar-week .le-day-wrapper:first-child .le-day-schedule-wrapper .day-schedule-timeslot:before {
content: "";
background-color: #ddd;
height: 1px;
top: 0px;
left: -5px;
width: 5px;
position: absolute;
}
.latepoint-calendar-week .le-day-wrapper:last-child {
border-right: 1px solid #ddd;
}
.latepoint-calendar-week .le-day-weekday-wrapper {
border-left: 1px solid #ddd;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 7px;
border-bottom: 1px solid #bbb;
position: sticky;
top: 35px;
z-index: 7;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
background-color: #fff;
}
.latepoint-calendar-week .le-day-weekday {
font-weight: 600;
color: #aaa;
z-index: 3;
position: relative;
}
.latepoint-calendar-week .le-day-number {
font-size: 45px;
font-weight: 600;
line-height: 1;
border-bottom: 1px dotted transparent;
display: inline-block;
cursor: pointer;
position: relative;
z-index: 2;
}
.latepoint-calendar-week .le-day-number:hover {
border-bottom-style: solid;
}
.latepoint-calendar-week .le-day-number.os-loading {
color: transparent !important;
border-bottom-color: transparent !important;
}
.latepoint-calendar-week .le-day-number.os-loading:before {
display: block;
content: "";
width: 30px !important;
height: 30px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-calendar-week .os-day-month {
position: absolute;
z-index: 1;
font-size: 75px;
color: rgba(0, 0, 0, 0.05);
left: 15px;
top: 12px;
line-height: 1;
overflow: hidden;
right: 0;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots {
position: relative;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots:before {
content: "";
top: 0;
bottom: 0;
width: 1px;
background-color: #e1e1e1;
position: absolute;
left: 0;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper {
display: flex;
background-color: #f9f9f9;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper:first-child .day-schedule-timeslot-value {
display: none;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper:first-child .day-schedule-timeslot:before {
background-color: transparent;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot {
flex: 1;
text-align: right;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
height: 44px;
position: relative;
box-shadow: 0 1px 0 0 #ddd;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper {
position: absolute;
left: 0;
right: 0;
font-size: 12px;
background-color: #fff;
z-index: 2;
cursor: pointer;
box-shadow: inset 0 1px 0 0px #ddd, 0 3px 0 0 rgba(0, 0, 0, 0.03);
border-bottom: 1px solid #ccc;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.os-loading:before {
content: "";
display: block;
content: "";
width: 8px !important;
height: 8px !important;
border-bottom: 2px solid #111;
border-left: 2px solid #111;
border-top: 2px solid #111;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
top: 10px;
right: 0px;
left: auto;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed {
cursor: not-allowed;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .le-service-inner {
opacity: 0.6;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed:hover .is-passed-message {
display: block;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .is-passed-message {
display: none;
background-color: #000;
color: #fff;
padding: 5px 10px;
font-weight: 600;
font-size: 12px;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -110%);
white-space: nowrap;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover {
opacity: 1;
z-index: 3;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-color-elem {
width: 5px;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-name, .latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-time-period {
transform: translateX(3px);
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-service-inner {
padding: 3px;
padding-left: 8px;
display: flex;
flex-direction: column;
height: 100%;
box-sizing: border-box;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-color-elem {
position: absolute;
top: 0px;
bottom: -1px;
left: 0px;
width: 3px;
display: block;
transition: all 0.15s ease;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-time-period {
transition: transform 0.15s ease;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslots .le-service-name {
font-weight: 600;
font-size: 15px;
line-height: 1.4;
overflow: hidden;
transition: transform 0.15s ease;
}
.latepoint-calendar-week .le-day-schedule-wrapper .day-schedule-timeslot {
position: relative;
}
.latepoint-calendar-week .day-schedule-timeslot-value {
display: none;
position: absolute;
top: 0;
transform: translateY(-50%);
left: -60px;
width: 50px;
text-align: right;
}
.latepoint-calendar-month {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 1px;
background-color: #ddd;
padding: 1px;
padding-top: 0;
}
.latepoint-calendar-month .le-weekday {
background-color: #fff;
padding: 5px 15px;
font-weight: 600;
font-size: 18px;
}
.latepoint-calendar-month .le-weekday.weekday-6, .latepoint-calendar-month .le-weekday.weekday-7 {
color: #382c18;
}
.latepoint-calendar-month .le-day-wrapper {
min-height: 200px;
background-color: #fff;
padding: 20px;
position: relative;
}
.latepoint-calendar-month .le-day-wrapper:hover .le-day-number {
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-calendar-month .le-day-wrapper.os-today:before {
content: "";
left: -1px;
right: -1px;
top: -1px;
background-color: #f34a4a;
position: absolute;
height: 2px;
}
.latepoint-calendar-month .le-day-wrapper.os-day-passed, .latepoint-calendar-month .le-day-wrapper.os-month-prev, .latepoint-calendar-month .le-day-wrapper.os-month-next {
background-color: #f9f9f9;
}
.latepoint-calendar-month .le-day-wrapper.os-day-passed .le-day-number, .latepoint-calendar-month .le-day-wrapper.os-month-prev .le-day-number, .latepoint-calendar-month .le-day-wrapper.os-month-next .le-day-number {
color: #999;
}
.latepoint-calendar-month .le-day-wrapper.os-day-passed .le-service-wrapper, .latepoint-calendar-month .le-day-wrapper.os-month-prev .le-service-wrapper, .latepoint-calendar-month .le-day-wrapper.os-month-next .le-service-wrapper {
opacity: 0.8;
}
.latepoint-calendar-month .le-day-wrapper .le-more-services {
color: var(--latepoint-brand-primary);
border-bottom: 1px dotted var(--latepoint-brand-primary);
font-size: 15px;
display: inline-block;
cursor: pointer;
font-weight: 600;
line-height: 1.2;
position: relative;
}
.latepoint-calendar-month .le-day-wrapper .le-more-services:hover {
border-bottom-style: solid;
}
.latepoint-calendar-month .le-day-wrapper .le-more-services.os-loading {
color: transparent;
border-bottom-color: transparent;
}
.latepoint-calendar-month .le-day-wrapper .le-more-services.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-calendar-month .le-day-wrapper .os-day-month {
position: absolute;
z-index: 1;
font-size: 60px;
color: rgba(0, 0, 0, 0.05);
left: 20px;
top: 7px;
line-height: 1;
right: 0;
overflow: hidden;
}
.latepoint-calendar-month .le-day-wrapper .le-day-number {
z-index: 2;
font-size: 27px;
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
border-bottom: 1px dotted transparent;
display: inline-block;
cursor: pointer;
position: relative;
}
.latepoint-calendar-month .le-day-wrapper .le-day-number:hover {
border-bottom-style: solid;
}
.latepoint-calendar-month .le-day-wrapper .le-day-number.os-loading {
color: transparent;
border-bottom-color: transparent;
}
.latepoint-calendar-month .le-day-wrapper .le-day-number.os-loading:before {
display: block;
content: "";
width: 15px !important;
height: 15px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper {
padding: 3px;
padding-left: 10px;
font-size: 12px;
margin-bottom: 10px;
border: 1px solid #ddd;
position: relative;
background-color: #fff;
z-index: 2;
cursor: pointer;
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
border-bottom-color: #bbb;
border-left: none;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed {
cursor: not-allowed;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed .le-service-inner {
opacity: 0.6;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed:hover .is-passed-message {
display: block;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.is-passed .is-passed-message {
display: none;
background-color: #000;
color: #fff;
padding: 5px 10px;
font-weight: 600;
font-size: 12px;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -110%);
white-space: nowrap;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper.os-loading:before {
content: "";
display: block;
content: "";
width: 8px !important;
height: 8px !important;
border-bottom: 2px solid #111;
border-left: 2px solid #111;
border-top: 2px solid #111;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
top: 10px;
right: 0px;
left: auto;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper:hover {
border-color: #bbb;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper:hover .le-color-elem {
transform: translateX(-2px);
width: 5px;
}
.latepoint-calendar-month .le-day-wrapper .le-service-wrapper .le-color-elem {
position: absolute;
top: -1px;
bottom: -1px;
left: -1px;
width: 3px;
display: block;
transition: all 0.15s ease;
}
.latepoint-calendar-month .le-day-wrapper .le-service-name {
font-weight: 600;
font-size: 15px;
line-height: 1.35;
}
.le-day-view-wrapper.os-loading .le-day-info-section:before {
content: "";
display: block;
position: absolute;
bottom: -1px;
left: 0;
right: 0;
height: 3px;
background: repeating-linear-gradient(to right, #fff 0%, #1D7BFF 50%, #fff 100%);
width: 100%;
background-size: 200% auto;
background-position: 0 100%;
animation: os-loading-gradient 1.5s infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
}
.le-day-view-wrapper .le-day-info-section {
display: flex;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 20px 40px;
position: sticky;
top: 0;
background-color: #fff;
z-index: 4;
}
.le-day-view-wrapper .le-day-info-section .le-day-info {
text-align: center;
}
.le-day-view-wrapper .le-day-info-section .le-day-info .le-day-number {
font-size: 61px;
font-weight: 600;
line-height: 1;
}
.le-day-view-wrapper .le-day-info-section .le-day-info .le-day-month {
color: #7c85a3;
font-size: 21px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 600;
}
.le-day-view-wrapper .le-day-info-section .le-day-filters-wrapper {
border-left: 1px solid #eee;
margin-left: 40px;
padding-left: 20px;
flex: 1;
}
.le-day-view-wrapper .le-day-info-section .le-day-heading {
font-size: 33px;
font-weight: 600;
margin-bottom: 10px;
}
.le-day-view-wrapper .le-day-info-section .le-day-filters {
gap: 10px;
display: flex;
align-items: center;
}
.le-day-view-wrapper .le-day-info-section .le-day-filters .os-form-group.os-form-select-group {
margin-bottom: 0px !important;
}
.le-day-view-wrapper .le-day-info-section .le-day-filters .os-form-group.os-form-select-group .os-form-control {
height: auto !important;
padding: 6px !important;
border-color: #ccc !important;
border-radius: 6px !important;
}
.le-day-view-wrapper .le-day-schedule-wrapper {
padding: 40px;
background-color: #f8f8f8;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots {
position: relative;
padding-left: 50px;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots:before {
content: "";
top: 0;
bottom: 0;
width: 1px;
background-color: #e1e1e1;
position: absolute;
left: 60px;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper {
display: flex;
box-shadow: 0 1px 0 0 #e1e1e1;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot {
flex: 0 0 50px;
text-align: right;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
height: 44px;
position: relative;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .day-schedule-timeslot-wrapper .day-schedule-timeslot .day-schedule-timeslot-value {
position: absolute;
top: 0;
transform: translateY(-50%);
left: -60px;
width: 50px;
text-align: right;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper {
position: absolute;
left: 60px;
right: 0;
font-size: 12px;
box-shadow: inset 0 1px 0 0px #ddd, 0 3px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 0 #ddd;
border-right: 1px solid #ddd;
background-color: #fff;
z-index: 2;
cursor: pointer;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-service-inner {
padding: 3px;
padding-left: 10px;
flex-direction: column;
height: 100%;
box-sizing: border-box;
display: flex;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed {
cursor: not-allowed;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .le-service-inner {
opacity: 0.6;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed:hover .is-passed-message {
display: block;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper.is-passed .is-passed-message {
display: none;
background-color: #000;
color: #fff;
padding: 5px 10px;
font-weight: 600;
font-size: 12px;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -110%);
white-space: nowrap;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover {
border-bottom-color: #999;
opacity: 1;
z-index: 3;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-color-elem {
transform: translateX(-2px);
width: 5px;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-name,
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper:hover .le-service-time-period {
transform: translateX(3px);
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-wrapper .le-color-elem {
position: absolute;
top: 0px;
bottom: -1px;
left: -1px;
width: 3px;
display: block;
transition: all 0.15s ease;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-name {
font-weight: 600;
font-size: 15px;
line-height: 1.4;
overflow: hidden;
transition: transform 0.15s ease;
}
.le-day-view-wrapper .le-day-schedule-wrapper .day-schedule-timeslots .le-service-time-period {
transition: transform 0.15s ease;
}
@keyframes LatepointSlideUp {
0% {
transform: translate3d(0, 40px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideDown {
0% {
transform: translate3d(0, -40px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideLeft {
0% {
transform: translate3d(10px, 0px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideRight {
0% {
transform: translate3d(-10px, 0px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideUpHalf {
0% {
transform: translate3d(0, 20px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideUpTiny {
0% {
transform: translate3d(0, 10px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideUpTinySolid {
0% {
transform: translate3d(0, 10px, 0);
}
100% {
transform: translate3d(0, 0px, 0);
}
}
@keyframes LatepointSlideDownHalf {
0% {
transform: translate3d(0, -20px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
@keyframes LatepointSlideUpMobileSummary {
0% {
transform: translate3d(-50%, -30%, 0);
}
100% {
transform: translate3d(-50%, -50%, 0);
}
}
@keyframes os-loading-delayed {
0% {
transform: translate(-50%, -50%) rotate(0deg);
opacity: 0;
}
50% {
transform: translate(-50%, -50%) rotate(180deg);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
opacity: 0;
}
}
.latepoint-w .latepoint-booking-form-element .payment-total-info {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .latepoint-timezone-selector-w {
animation: 0.3s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUpHalf;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-demo-mode-msg {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.2ms LatepointSlideDown;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-card-i {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-paypal-demo-mode-trigger,
.latepoint-w .latepoint-booking-form-element .lp-paypal-btn-trigger {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0.1s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(1) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(2) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 70ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(3) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 140ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(4) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 210ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(5) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 280ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(6) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 350ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(7) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 420ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(8) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 490ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .os-animated-parent > .os-animated-child:nth-child(9) > .os-animated-self {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 560ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .select-total-attendees-label h4,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-centered h4,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-left h4 {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .select-total-attendees-label div,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-centered div,
.latepoint-w .latepoint-booking-form-element .latepoint-step-content-text-left div {
animation: 0.4s cubic-bezier(0.45, 1.1, 0.4, 1.2) 0.05s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .total-attendees-selector-w {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .total-attendees-selector-plus {
animation: 0.3s cubic-bezier(0.45, 1, 0.4, 1.2) 0.25s LatepointSlideLeft;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .total-attendees-selector-minus {
animation: 0.3s cubic-bezier(0.45, 1, 0.4, 1.2) 0.25s LatepointSlideRight;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0.1s LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(1) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 0ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(2) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 70ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(3) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 140ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(4) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 210ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(5) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 280ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element .lp-options .lp-option:nth-child(6) {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.2) 350ms LatepointSlideUp;
animation-fill-mode: both;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-body:before {
display: block;
content: "";
width: 40px !important;
height: 40px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
animation-delay: 0.25s;
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-message,
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content {
transition: all 0.3s ease;
opacity: 0;
transform: translateY(20px);
pointer-events: none;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w {
transform: translateY(10px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group {
transition: all 0.3s ease;
opacity: 0;
transform: translateY(20px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(1) {
transition-delay: 0.05s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(2) {
transition-delay: 0.1s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(3) {
transition-delay: 0.15s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(4) {
transition-delay: 0.2s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(5) {
transition-delay: 0.25s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(6) {
transition-delay: 0.3s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(7) {
transition-delay: 0.35s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(8) {
transition-delay: 0.4s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-step-content.step-customer-w .os-form-group:nth-child(9) {
transition-delay: 0.45s;
}
.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .step-customer-w {
opacity: 0;
transform: translateY(10px);
}
.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .step-customer-w .os-form-group {
opacity: 0;
transform: translateY(20px);
}
.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .latepoint-message,
.latepoint-w .latepoint-booking-form-element.step-content-mid-loading .latepoint-step-content {
pointer-events: none;
opacity: 0;
transform: translateY(30px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content,
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-message {
transition: all 0.3s cubic-bezier(0.25, 1.15, 0.5, 1.2);
opacity: 1;
transform: translateY(0px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w {
transform: translateY(0px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group {
transition: all 0.3s cubic-bezier(0.25, 1.15, 0.5, 1.2);
opacity: 1;
transform: translateY(0px);
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(1) {
transition-delay: 0.05s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(2) {
transition-delay: 0.1s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(3) {
transition-delay: 0.15s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(4) {
transition-delay: 0.2s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(5) {
transition-delay: 0.25s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(6) {
transition-delay: 0.3s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(7) {
transition-delay: 0.35s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(8) {
transition-delay: 0.4s;
}
.latepoint-w .latepoint-booking-form-element.step-content-loaded .latepoint-step-content.step-customer-w .os-form-group:nth-child(9) {
transition-delay: 0.45s;
}
.latepoint-w .latepoint-booking-form-element.step-changing .os-heading-text {
transition: all 0.3s ease;
transform: translateX(-15px);
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-media {
transition: all 0.7s cubic-bezier(0.25, 1.15, 0.5, 1);
transform: translateX(-25px);
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-title {
transition: all 0.5s ease;
transition-delay: 0.05s;
transform: translateX(-15px);
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element.step-changing .latepoint-step-desc .latepoint-desc-content {
transition: all 0.5s ease;
transition-delay: 0.1s;
transform: translateX(-20px);
opacity: 0;
}
.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-heading-w .os-heading-text {
transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
transform: translateX(0px);
opacity: 1;
}
.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-media {
transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
transform: translateX(0px);
opacity: 1;
}
.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-title {
transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
transform: translateX(0px);
transition-delay: 0.1s;
opacity: 1;
}
.latepoint-w .latepoint-booking-form-element.step-changed .latepoint-step-desc .latepoint-desc-content {
transition: all 0.5s cubic-bezier(0.25, 1.15, 0.5, 1);
transform: translateX(0px);
transition-delay: 0.2s;
opacity: 1;
}
@keyframes os-loading {
0% {
transform: translate(-50%, -50%) rotate(0deg);
opacity: 1;
}
50% {
transform: translate(-50%, -50%) rotate(180deg);
opacity: 0.2;
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
opacity: 1;
}
}
@keyframes stepCategoryItem {
0% {
transform: translate3d(0, -10px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0px, 0);
opacity: 1;
}
}
.latepoint-lightbox-w {
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
z-index: 999999;
display: none;
justify-content: center;
align-items: center;
grid-template-columns: min-content;
grid-template-rows: 1fr;
}
.latepoint-lightbox-w.width-400 {
grid-template-columns: 400px;
}
.latepoint-lightbox-w.width-450 {
grid-template-columns: 450px;
}
.latepoint-lightbox-w.width-500 {
grid-template-columns: 500px;
}
.latepoint-lightbox-w.width-600 {
grid-template-columns: 600px;
}
.latepoint-lightbox-w.width-700 {
grid-template-columns: 700px;
}
.latepoint-lightbox-w.width-800 {
grid-template-columns: 800px;
}
.latepoint-lightbox-w .latepoint-lightbox-heading {
padding: 15px 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
background-color: #f8f8f8;
display: flex;
align-items: center;
}
.latepoint-lightbox-w .latepoint-lightbox-heading h2 {
color: #14161d;
margin: 0px;
font-size: 24px;
flex: 1;
}
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close {
position: relative;
line-height: 1;
font-size: 20px;
color: #333;
text-decoration: none;
display: block;
outline: none;
box-shadow: none;
padding: 5px;
}
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close i {
display: block;
}
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close .latepoint-icon-x:before {
content: "\e90a";
}
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close:focus {
outline: none;
}
.latepoint-lightbox-w .latepoint-lightbox-heading .latepoint-lightbox-close:hover {
background-color: rgba(0, 0, 0, 0.05);
color: #000;
}
.latepoint-lightbox-w .latepoint-lightbox-footer {
padding: 15px;
border-top: 1px solid #eee;
}
.latepoint-lightbox-w button, .latepoint-lightbox-w input, .latepoint-lightbox-w select, .latepoint-lightbox-w textarea {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
font-size: 15px;
}
.latepoint-lightbox-w.latepoint-border-radius-rounded .latepoint-lightbox-i {
border-radius: 8px;
}
.latepoint-lightbox-w .latepoint-lightbox-i {
background-color: #fff;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 20px 50px rgba(0, 0, 0, 0.4);
max-height: 94vh;
overflow: auto;
display: flex;
flex-direction: column;
z-index: 9999;
border-radius: 0px;
}
.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content {
min-height: 100px;
position: relative;
}
.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content > div {
visibility: hidden;
}
.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content:before {
display: block;
content: "";
width: 30px !important;
height: 30px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.latepoint-lightbox-w .latepoint-lightbox-i.os-loading .latepoint-lightbox-content .lp-payment-method-content {
display: none;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content {
padding: 30px;
flex: 1;
overflow: auto;
position: relative;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content.is-dotted {
padding-top: 50px;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-content.is-dotted:before {
content: "";
height: 30px;
background-image: radial-gradient(#ccc 1px, transparent 0);
background-size: 10px 10px;
background-color: #fff;
display: block;
position: absolute;
top: 5px;
left: 5px;
right: 5px;
}
.latepoint-lightbox-w .latepoint-lightbox-i > .latepoint-lightbox-close {
position: absolute;
line-height: 1;
top: 17px;
right: 19px;
font-size: 20px;
color: #333;
text-decoration: none;
display: block;
outline: none;
box-shadow: none;
padding: 5px;
}
.latepoint-lightbox-w .latepoint-lightbox-i > .latepoint-lightbox-close i {
display: block;
}
.latepoint-lightbox-w .latepoint-lightbox-i > .latepoint-lightbox-close .latepoint-icon-x:before {
content: "\e90a";
}
.latepoint-lightbox-w .latepoint-lightbox-i > .latepoint-lightbox-close:focus {
outline: none;
}
.latepoint-lightbox-w .latepoint-lightbox-i > .latepoint-lightbox-close:hover {
background-color: rgba(0, 0, 0, 0.05);
color: #000;
}
.latepoint-lightbox-w .latepoint-lightbox-i .os-summary-contents-inner {
overflow-y: auto;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-summary-w .os-summary-contents {
max-height: 100%;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-booking-form-element {
background-color: #fff;
max-height: 100%;
overflow: hidden;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-booking-form-element form.latepoint-form {
max-height: 100%;
}
.latepoint-lightbox-w .latepoint-lightbox-i a {
box-shadow: none;
}
.latepoint-lightbox-w .latepoint-lightbox-i a img {
box-shadow: none;
}
.latepoint-lightbox-w h1, .latepoint-lightbox-w h2, .latepoint-lightbox-w h3, .latepoint-lightbox-w h4, .latepoint-lightbox-w h5, .latepoint-lightbox-w h6 {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 600;
color: var(--latepoint-brand-primary);
text-transform: none;
letter-spacing: 0px;
line-height: 1.45;
}
.latepoint-lightbox-w h5 {
font-size: 16px;
}
body.latepoint-lightbox-active .latepoint-lightbox-w {
display: grid;
}
.clean-layout-content-wrapper {
max-width: 550px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 35px -3px rgba(0, 0, 0, 0.1);
background-color: #fff;
margin: 0px auto;
position: relative;
}
.clean-layout-content-wrapper .clean-layout-content-header {
padding: 20px 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.clean-layout-content-wrapper .clean-layout-content-header h2 {
margin: 0;
}
.clean-layout-content-wrapper .clean-layout-content-body {
padding: 40px;
position: relative;
}
.clean-layout-content-wrapper .clean-layout-content-body.is-dotted {
padding-top: 60px;
}
.clean-layout-content-wrapper .clean-layout-content-body.is-dotted:before {
content: "";
height: 34px;
background-image: radial-gradient(#ccc 1px, transparent 0);
background-size: 10px 10px;
background-color: #fff;
display: block;
position: absolute;
top: 5px;
left: 5px;
right: 5px;
}
.clean-layout-content-wrapper .clean-layout-content-footer {
padding: 20px 40px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
gap: 10px;
}
.clean-layout-content-wrapper .clean-layout-content-footer .latepoint-btn-position-end {
margin-left: auto;
}
.clean-layout-content-wrapper .clean-layout-content-footer .latepoint-btn-position-start {
margin-right: auto;
}
.clean-layout-content-wrapper.os-loading .clean-layout-content-body {
min-height: 80px;
}
.clean-layout-content-wrapper.os-loading .clean-layout-content-body > div {
visibility: hidden;
}
.clean-layout-content-wrapper.os-loading .clean-layout-content-body:before {
display: block;
content: "";
width: 20px !important;
height: 20px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.invoice-payment-summary-wrapper .lp-payment-charge-amount {
background-color: #fbf6e1;
color: #877865;
margin-bottom: 20px;
padding: 15px;
text-align: center;
}
.invoice-payment-summary-wrapper .lp-payment-charge-amount strong {
color: #000;
}
.invoice-payment-summary-wrapper .full-summary-info-w {
padding-top: 40px;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper {
display: flex;
align-items: center;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label {
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
color: #000;
padding: 2px 10px;
letter-spacing: 3px;
line-height: 1.2;
opacity: 0.8;
border-radius: 10px;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label.invoice-status-label-paid {
color: #67bf08;
border: 3px solid #67bf08;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-status-label.invoice-status-label-void {
color: #bf0808;
border: 3px solid #bf0808;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-due-amount-inner {
flex: 1;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .invoice-make-payment-btn {
margin-left: auto;
font-size: 17px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
padding: 10px 18px;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-amount {
font-size: 46px;
font-weight: 600;
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #14161d;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info {
color: #7c85a3;
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info a {
display: inline-flex;
margin-left: 5px;
text-decoration: none;
align-items: center;
gap: 5px;
color: var(--latepoint-brand-primary);
}
.invoice-payment-summary-wrapper .invoice-due-amount-wrapper .id-sub-info a span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-w .payment-confirmation-wrapper {
text-align: center;
}
.latepoint-w .payment-confirmation-wrapper .icon-w {
margin-bottom: 20px;
}
.latepoint-w .payment-confirmation-wrapper .icon-w i {
background: #d1ffdd;
padding: 15px;
border-radius: 40px;
color: #18a35b;
font-size: 28px;
display: inline-block;
}
.latepoint-w .payment-confirmation-wrapper h2 {
margin: 0 0 20px 0;
font-size: 19px;
color: #14161d;
}
.latepoint-w .payment-confirmation-wrapper .payment-info {
border: 1px solid #f1f1f1;
border-radius: 6px;
}
.latepoint-w .payment-confirmation-wrapper .payment-info .payment-info-row {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #f1f1f1;
padding: 10px 15px;
}
.latepoint-w .payment-confirmation-wrapper .payment-info .payment-info-row:last-child {
border-bottom: none;
}
.latepoint-w .payment-confirmation-wrapper .payment-info .info-label {
color: #7c85a3;
}
.latepoint-w .payment-confirmation-wrapper .payment-info .info-value {
font-weight: 600;
} .summary-heading.summary-variant-heading + .main-box {
padding-top: 0;
}
.latepoint-summary-w .summary-box .sbc-highlighted-item {
font-size: 13px;
margin-top: 2px;
}
.latepoint-summary-w .summary-box-heading .sbh-item {
font-size: 13px;
font-weight: 400;
}
.latepoint-summary-w .summary-box .sbc-main-item {
font-size: 13px;
font-weight: 600;
}
.latepoint-summary-w .summary-box.main-box .summary-box-booking-date-box {
display: none;
}
.latepoint-summary-w .summary-box.main-box .qr-show-trigger {
display: none;
}
.latepoint-summary-w .summary-box-heading .sbh-line {
background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.latepoint-summary-w .price-breakdown-unfold {
display: flex;
text-align: right;
align-items: center;
margin-bottom: 10px;
color: var(--latepoint-body-color);
gap: 5px;
cursor: pointer;
}
.latepoint-summary-w .price-breakdown-unfold i {
font-size: 11px;
line-height: 11px;
margin-left: auto;
}
.latepoint-summary-w .price-breakdown-unfold span {
display: inline-block;
border-bottom: 1px dotted var(--latepoint-body-color);
font-size: 13px;
}
.latepoint-summary-w .price-breakdown-unfold:hover {
color: #000;
}
.latepoint-summary-w .price-breakdown-unfold:hover span {
border-bottom-style: solid;
}
.latepoint-summary-w .summary-price-breakdown-wrapper {
margin-top: auto;
}
.latepoint-summary-w .summary-price-breakdown-wrapper .summary-price-breakdown-inner {
padding: 0 25px 20px;
}
.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper:not(.compact-summary) .price-breakdown-unfold {
display: none;
}
.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper.compact-summary .summary-price-item-w:not(.spi-total) {
display: none;
}
.latepoint-summary-w .os-summary-contents-inner .summary-price-breakdown-wrapper.compact-summary .pb-heading {
display: none;
}
.latepoint-summary-w .os-cart-item {
position: relative;
flex: 1;
}
.latepoint-summary-w .cart-item-wrapper .summary-attributes {
display: none;
}
.summary-heading {
margin-top: 20px;
}
.checkout-from-summary-panel-btn-wrapper.os-mobile-only {
display: none;
}
.checkout-from-summary-panel-btn {
padding: 0;
text-align: center;
display: flex;
align-items: center;
gap: 10px;
margin-left: auto;
font-size: 13px;
line-height: 1.2;
font-weight: 600;
color: var(--latepoint-brand-primary);
}
.checkout-from-summary-panel-btn span {
line-height: 1.5;
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.checkout-from-summary-panel-btn:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.checkout-from-summary-panel-btn:hover {
color: #000;
cursor: pointer;
}
.checkout-from-summary-panel-btn:hover span {
border-color: #000;
border-bottom-style: solid;
}
.checkout-from-summary-panel-btn:hover .latepoint-icon {
transform: translateX(3px);
}
.checkout-from-summary-panel-btn .latepoint-icon {
font-size: 8px;
transition: transform 0.2s ease;
}
.summary-price-breakdown-wrapper .summary-box-heading, .summary-heading .summary-box-heading {
display: none;
}
.summary-price-breakdown-wrapper .pb-heading, .summary-heading .pb-heading {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 10px;
}
.summary-price-breakdown-wrapper .pb-heading .pbh-label, .summary-heading .pb-heading .pbh-label {
color: #7c85a3;
font-weight: 600;
position: relative;
font-size: 15px;
}
.summary-price-breakdown-wrapper .pb-heading .pbh-line, .summary-heading .pb-heading .pbh-line {
height: 10px;
background-color: rgba(0, 0, 0, 0.03);
flex: 1;
}
.summary-section-heading {
font-size: 18px;
color: #14161d;
margin-bottom: 15px;
font-weight: 600;
}
.summary-box-heading {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.summary-box-heading .sbh-item {
color: #7c85a3;
position: relative;
font-size: 15px;
font-weight: 600;
}
.summary-box-heading .sbh-item + .sbh-item {
margin-left: 10px;
}
.summary-box-heading .sbh-item + .sbh-item:before {
content: "";
width: 3px;
height: 3px;
background-color: #ddd;
border-radius: 4px;
position: absolute;
top: 50%;
left: -7px;
transform: translateY(-50%);
}
.summary-box-heading .sbh-line {
height: 10px;
background-color: rgba(0, 0, 0, 0.03);
flex: 1;
margin-left: 10px;
}
.booking-summary-info-w + .summary-box {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #f1f1f1;
}
.summary-box-wrapper + .summary-box-wrapper {
border-top: 1px solid #f1f1f1;
}
.summary-box-wrapper .summary-box-heading {
margin-top: 0;
}
.summary-box {
padding: 5px 0;
}
.summary-box.main-box {
padding: 20px 0;
display: flex;
gap: 20px;
align-items: flex-start;
}
.summary-box.main-box + .summary-box.main-box {
border-top: 1px solid #f1f1f1;
}
.summary-box.main-box .summary-box-inner {
flex: 1;
padding-top: 5px;
}
.summary-box.main-box .summary-box-booking-date-box {
text-align: center;
flex: 0 0 50px;
background-color: #f1f1f1;
}
.summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-day {
font-size: 20px;
line-height: 1.3;
font-weight: 600;
color: #14161d;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding: 5px 0;
}
.summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-month {
color: #7c85a3;
padding: 5px 0;
font-size: 13px;
}
.summary-box.main-box .qr-show-trigger {
flex: 0 1 80px;
text-align: center;
padding-top: 10px;
cursor: pointer;
white-space: nowrap;
}
.summary-box.main-box .qr-show-trigger .latepoint-icon {
font-size: 30px;
color: #111;
}
.summary-box.main-box .qr-show-trigger .qr-code-trigger-label {
display: inline-block;
line-height: 1.2;
color: #111;
border-bottom: 1px dotted #111;
font-weight: 600;
margin-top: 5px;
font-size: 13px;
}
.summary-box.main-box .qr-show-trigger .qr-code-trigger-label:hover {
border-bottom-style: solid;
}
.summary-box .summary-box-content.os-cart-item.is-removable {
padding-right: 16px;
}
.summary-box .summary-box-content:hover .os-remove-item-from-cart {
display: block;
}
.summary-box .summary-box-content .os-remove-item-from-cart {
display: block;
background-color: #f1f2f5;
position: absolute;
top: 2px;
right: 0px;
cursor: pointer;
color: #333;
font-size: 14px;
vertical-align: middle;
line-height: 14px;
text-align: center;
padding: 8px 5px;
}
.summary-box .summary-box-content .os-remove-item-from-cart.os-loading {
color: transparent;
display: block;
}
.summary-box .summary-box-content .os-remove-item-from-cart.os-loading:before {
display: block;
content: "";
width: 10px !important;
height: 10px !important;
border-bottom: 2px solid #14161d;
border-left: 2px solid #14161d;
border-top: 2px solid #14161d;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
}
.summary-box .summary-box-content .os-remove-item-from-cart.os-loading .os-remove-from-cart-icon {
background-color: transparent !important;
}
.summary-box .summary-box-content .os-remove-item-from-cart .os-remove-from-cart-icon {
height: 2px;
display: block;
width: 8px;
background-color: #000;
}
.summary-box .summary-box-content .os-remove-item-from-cart:hover:not(.os-loading) {
background-color: #000 !important;
color: #fff;
}
.summary-box .summary-box-content .os-remove-item-from-cart:hover:not(.os-loading) .os-remove-from-cart-icon {
background-color: #fff;
}
.summary-box .summary-box-content.with-media {
display: flex;
align-items: center;
}
.summary-box .summary-box-content .sbc-content-i {
margin-left: 10px;
line-height: 1.1;
}
.summary-box .summary-box-content .os-avatar-w {
width: 30px;
height: 30px;
flex: 0 0 30px;
display: flex;
align-items: center;
justify-content: space-around;
border-radius: 20px;
background-color: #dedede;
color: var(--latepoint-body-color);
font-weight: 600;
font-size: 12px;
-webkit-background-size: contain;
background-size: contain;
background-position: center center;
}
.summary-box .summary-box-content .os-location-image {
width: 30px;
height: 30px;
flex: 0 0 30px;
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/location-image.png);
background-size: cover;
border-radius: 6px;
}
.summary-box .sbc-main-item {
color: var(--latepoint-body-color);
font-size: 13px;
}
.summary-box .sbc-main-item a {
text-decoration: none;
color: var(--latepoint-brand-primary);
font-size: 11px;
}
.summary-box .sbc-sub-item {
color: #7c85a3;
font-size: 13px;
display: inline-block;
}
.summary-box .sbc-link-item {
color: #7c85a3;
font-size: 13px;
text-decoration: none !important;
border-bottom: 1px dotted #7c85a3;
cursor: pointer;
display: inline-block;
}
.summary-box .sbc-big-item {
font-family: "latepoint", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 20px;
font-weight: 600;
color: #14161d;
line-height: 1.3;
}
.summary-box .sbc-big-item + .sbc-highlighted-item {
margin-top: 2px;
}
.summary-box .sbc-highlighted-item {
color: #7c85a3;
font-size: 15px;
}
.summary-box .sbc-highlighted-item span:not(.os-timezone-info) {
white-space: nowrap;
color: #7c85a3;
font-size: 13px;
font-weight: 400;
display: none;
margin-top: 3px;
}
.summary-box .sbc-subtle-item {
color: #7c85a3;
font-size: 13px;
}
.summary-box .sbc-subtle-item span {
white-space: nowrap;
color: #7c85a3;
font-size: 13px;
font-weight: 400;
}
.price-breakdown-w {
padding-top: 20px;
}
.price-breakdown-w .pb-heading {
font-weight: 600;
color: var(--latepoint-body-color);
margin-bottom: 5px;
}
.summary-price-item-w {
display: flex;
justify-content: space-between;
margin-bottom: 7px;
}
.summary-price-item-w .spi-name {
color: var(--latepoint-body-color);
font-weight: 400;
}
.summary-price-item-w .spi-price {
color: var(--latepoint-body-color);
font-weight: 400;
}
.summary-price-item-w.spi-strong .spi-name, .summary-price-item-w.spi-strong .spi-price {
font-weight: 600;
}
.summary-price-item-w.spi-total {
border-top: 3px solid var(--latepoint-body-color);
padding-top: 10px;
margin-top: 10px;
font-size: 17px;
font-weight: 600;
color: var(--latepoint-body-color);
margin-bottom: 0;
}
.summary-price-item-w.spi-total .spi-name, .summary-price-item-w.spi-total .spi-price {
font-weight: 600;
}
.summary-price-item-w.spi-positive .spi-price {
color: #3F8607;
}
.summary-price-item-w .pi-badge {
display: inline-block;
background-color: #fff;
text-transform: uppercase;
font-size: 12px;
padding: 2px 3px;
font-weight: 600;
color: #000;
margin-left: 3px;
border: 1px dotted #000;
line-height: 1;
}
.summary-price-item-w .pi-note {
color: #7c85a3;
font-size: 12px;
}
.summary-attributes {
color: #7c85a3;
font-size: 13px;
margin: 5px 0;
line-height: 1.5;
}
.summary-attributes:last-child {
margin-bottom: 0;
}
.summary-attributes.sa-hidden {
display: none;
}
.summary-attributes > span {
position: relative;
display: inline-block;
}
.summary-attributes > span:not(:last-child) {
margin-right: 15px;
}
.summary-attributes > span:not(:last-child):before {
content: "";
width: 3px;
height: 3px;
background-color: #bbb;
border-radius: 4px;
position: absolute;
top: 50%;
right: -9px;
transform: translateY(-50%);
}
.summary-attributes > span strong {
color: var(--latepoint-body-color);
font-weight: 600;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
display: block;
transform: none;
}
.latepoint-w .latepoint-form-w .pb-heading {
margin-bottom: 10px;
}
.latepoint-w .latepoint-summary-w {
flex: 0 0 270px;
width: 270px;
transition: all 0.4s cubic-bezier(0.05, 0.45, 0.1, 1);
transform: translateX(-60px);
z-index: 1;
display: none;
flex-direction: column;
position: relative;
background-color: #fff;
}
.latepoint-w .latepoint-summary-w .summary-heading {
display: none;
}
.latepoint-w .latepoint-summary-w .summary-box.main-box + .summary-box.main-box {
margin-top: 0;
}
.latepoint-w .latepoint-summary-w .summary-box .sbc-big-item {
font-size: 17px;
}
.latepoint-w .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart {
display: block;
}
.latepoint-w .latepoint-summary-w .summary-box .summary-box-content .os-remove-item-from-cart:focus-visible {
outline: 2px solid var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-summary-w.os-loading .summary-header:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
bottom: auto;
left: auto;
right: 1px;
top: 12px;
z-index: 9999;
}
.latepoint-w .latepoint-summary-w .summary-header {
position: relative;
padding: 5px;
margin: 0px;
text-align: right;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.latepoint-w .latepoint-summary-w .summary-header .summary-header-inner {
display: flex;
padding: 13px 20px;
justify-content: space-between;
align-items: center;
}
.latepoint-w .latepoint-summary-w .summary-header:not(.can-checkout) .summary-header-inner {
background-image: radial-gradient(#d4d4d4 1px, transparent 0);
background-size: 7px 7px;
}
.latepoint-w .latepoint-summary-w .summary-header .latepoint-lightbox-summary-trigger {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 19px;
font-size: 20px;
background-color: #fff;
padding: 3px 5px 3px 15px;
z-index: 2;
color: var(--latepoint-body-color);
}
.latepoint-w .latepoint-summary-w .summary-header .summary-header-label {
background-color: #fff;
position: relative;
z-index: 2;
display: inline-block;
font-size: 20px;
line-height: 1.2;
color: #14161d;
font-weight: 600;
}
.latepoint-w .latepoint-summary-w .summary-header .os-lines {
position: absolute;
top: 21px;
left: 30px;
right: 30px;
z-index: 1;
}
.latepoint-w .latepoint-summary-w .summary-header .os-lines:before {
display: block;
content: "";
height: 6px;
border-top: 2px dotted #b7c2e8;
border-bottom: 2px dotted #b7c2e8;
margin-bottom: 2px;
}
.latepoint-w .latepoint-summary-w .summary-header .os-lines:after {
display: block;
content: "";
height: 6px;
border-top: 2px dotted #b7c2e8;
}
.latepoint-w .latepoint-summary-w .summary-price-item-w {
margin-bottom: 5px;
}
.latepoint-w .latepoint-summary-w .summary-price-item-w.spi-total {
padding-top: 5px;
margin-top: 5px;
border-top-width: 2px;
margin-bottom: 0px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents {
display: flex;
flex-direction: column;
flex: 1;
}
.latepoint-w .latepoint-summary-w .os-summary-contents .order-summary-main-section {
margin-bottom: 20px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents .cart-summary-main-section {
margin-bottom: 30px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents .summary-price-item-w {
font-size: 13px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents .summary-price-item-w.spi-total {
font-size: 17px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
flex: 1;
padding-top: 15px;
overflow-y: auto;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .os-summary-contents-inner-top {
padding: 0 25px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-summary-main-section {
padding: 0 25px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-verify {
display: none;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-summary {
display: none;
margin-top: 15px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .active-cart-item-wrapper {
padding: 15px 0 0 0;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .active-cart-item-wrapper.is-separated .summary-box.main-box .sbc-highlighted-item {
margin-bottom: 5px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper {
position: relative;
padding: 10px 0;
margin-top: 5px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper .summary-box:last-child {
padding-bottom: 0;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover {
background-color: #f8f8f8;
box-shadow: 10px 0 0 0 #f8f8f8, -10px 0 0 0 #f8f8f8;
border-top-color: transparent;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover + .cart-item-wrapper {
border-top-color: transparent;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover .os-remove-item-from-cart {
background-color: #dc5454;
color: #fff;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-item-wrapper.multi-item:hover .os-remove-item-from-cart .os-remove-from-cart-icon {
background-color: #fff;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading {
display: flex;
align-items: center;
gap: 10px;
margin-top: 15px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading:not(:last-child) {
margin-bottom: 10px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-label {
text-transform: uppercase;
color: #7c85a3;
font-weight: 600;
letter-spacing: 1px;
position: relative;
font-size: 11px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-line {
height: 1px;
background-color: #f1f1f1;
flex: 1;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link {
color: var(--latepoint-brand-primary);
font-size: 13px;
display: flex;
align-items: center;
gap: 5px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .pb-heading .pbh-link .latepoint-icon {
font-size: 7px;
}
.latepoint-w .latepoint-summary-w .price-breakdown-w {
border-top: none;
padding: 30px;
padding-top: 25px;
margin: 20px -30px -30px -30px;
border-top: 1px solid #eee;
}
.latepoint-w .latepoint-summary-w .price-breakdown-w .pb-heading {
padding-bottom: 10px 25px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-weight: 600;
color: #7c85a3;
align-items: center;
}
.latepoint-w .latepoint-summary-w .price-breakdown-w .summary-attributes {
display: none;
}
.latepoint-w .latepoint-summary-w .price-breakdown-w .summary-box-heading {
display: none;
}
.latepoint-w .latepoint-summary-w .summary-box-heading {
flex: 1;
align-items: baseline;
margin: 0px;
}
.latepoint-w .latepoint-summary-w .summary-box-heading .sbh-line {
margin-left: 5px;
}
.latepoint-w .latepoint-summary-w .summary-box.main-box {
padding-bottom: 10px;
}
.latepoint-w .latepoint-summary-w .summary-box.main-box:first-child {
padding-top: 0;
}
.latepoint-w .latepoint-summary-w .summary-box.main-box .summary-box-heading .sbh-item {
text-transform: capitalize;
letter-spacing: normal;
font-size: 13px;
font-weight: 400;
}
.latepoint-w .latepoint-summary-w .summary-box.main-box .summary-box-heading .sbh-line {
display: none;
}
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) {
display: flex;
align-items: baseline;
}
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .os-avatar-w, .latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .os-location-image {
display: none;
}
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .summary-box-content .sbc-content-i {
margin-left: 5px;
}
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .sbc-sub-item, .latepoint-w .latepoint-summary-w .summary-box:not(.main-box) .sbc-link-item {
display: none;
}
.latepoint-w .latepoint-summary-w .summary-boxes-columns {
display: block;
}
.latepoint-clean-body {
margin: 0;
}
.latepoint-clean-body.with-pattern {
background-image: radial-gradient(#eee 2px, transparent 0);
background-size: 25px 25px;
background-color: #fff;
}
.latepoint-clean-body.with-pattern > .latepoint-w {
padding: 50px;
}
html.latepoint-clean {
margin: 0 !important;
}
.latepoint-w .manage-order-wrapper .booking-summary-info-w {
display: none;
}
.latepoint-w .manage-order-wrapper .qr-show-trigger {
display: none;
}
.latepoint-w .manage-order-wrapper .summary-box .sbc-big-item {
font-size: 20px;
}
.latepoint-w .manage-order-wrapper .summary-box .sbc-highlighted-item {
font-size: 13px;
color: #7c85a3;
}
.latepoint-w .manage-order-wrapper .summary-box.main-box .summary-box-booking-date-box .summary-box-booking-date-day {
font-size: 24px;
}
.latepoint-w .manage-order-wrapper,
.latepoint-w .manage-booking-wrapper {
max-width: 550px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 35px -3px rgba(0, 0, 0, 0.1);
background-color: #fff;
margin: 0px auto;
position: relative;
}
.latepoint-w .manage-order-wrapper.os-loading .manage-booking-inner,
.latepoint-w .manage-booking-wrapper.os-loading .manage-booking-inner {
filter: blur(3px);
}
.latepoint-w .manage-order-wrapper.os-loading:after,
.latepoint-w .manage-booking-wrapper.os-loading:after {
display: block;
content: "";
width: 20px !important;
height: 20px !important;
border-bottom: 2px solid var(--latepoint-brand-primary);
border-left: 2px solid var(--latepoint-brand-primary);
border-top: 2px solid var(--latepoint-brand-primary);
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
top: 85px;
z-index: 9999;
}
.latepoint-w .manage-order-wrapper .manage-booking-inner,
.latepoint-w .manage-booking-wrapper .manage-booking-inner {
padding: 50px;
padding-top: 70px;
position: relative;
}
.latepoint-w .manage-order-wrapper .manage-booking-inner:before,
.latepoint-w .manage-booking-wrapper .manage-booking-inner:before {
content: "";
height: 34px;
background-image: radial-gradient(#ccc 1px, transparent 0);
background-size: 10px 10px;
background-color: #fff;
display: block;
position: absolute;
top: 5px;
left: 5px;
right: 5px;
}
.latepoint-w .manage-order-wrapper .manage-status-info,
.latepoint-w .manage-booking-wrapper .manage-status-info {
display: flex;
gap: 5px;
align-items: center;
margin-right: auto;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-label,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-label {
color: rgba(255, 255, 255, 0.5);
display: none;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value {
color: #fff;
font-weight: 600;
padding: 2px 6px;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-open,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-open {
background-color: #fff;
color: #000;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-not_fulfilled,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-not_fulfilled {
background-color: #fff;
color: #000;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-approved,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-approved {
background-color: #74ff60;
color: #000;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-cancelled,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-cancelled {
background-color: #e81818;
color: #fff;
}
.latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-pending, .latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-pending_approval, .latepoint-w .manage-order-wrapper .manage-status-info .status-info-value.status-payment_pending,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-pending,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-pending_approval,
.latepoint-w .manage-booking-wrapper .manage-status-info .status-info-value.status-payment_pending {
background-color: #ffe75e;
color: #000;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls,
.latepoint-w .manage-booking-wrapper .manage-booking-controls {
padding: 15px 25px;
background-color: var(--latepoint-brand-primary);
display: flex;
gap: 25px;
align-items: center;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 2;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-cancelled,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-cancelled {
background-color: #e81819;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls.status-pending, .latepoint-w .manage-order-wrapper .manage-booking-controls.status-pending_approval, .latepoint-w .manage-order-wrapper .manage-booking-controls.status-payment_pending,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-pending,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-pending_approval,
.latepoint-w .manage-booking-wrapper .manage-booking-controls.status-payment_pending {
background-color: #c6a573;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls .latepoint-btn,
.latepoint-w .manage-booking-wrapper .manage-booking-controls .latepoint-btn {
padding: 0 !important;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group,
.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group {
display: flex;
align-items: center;
margin: 0 !important;
gap: 8px;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group .os-form-control,
.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group .os-form-control {
transition: none !important;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group label,
.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group label {
font-size: 18px;
font-weight: 600;
color: #fff;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls .os-form-group select,
.latepoint-w .manage-booking-wrapper .manage-booking-controls .os-form-group select {
font-size: 18px !important;
padding: 6px !important;
border-radius: 6px !important;
border: none !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
background-color: #fff !important;
color: #111 !important;
height: auto !important;
}
.latepoint-w .manage-booking-wrapper .manage-booking-inner {
padding-top: 100px;
}
.latepoint-w .manage-booking-wrapper .manage-booking-inner:before {
top: 60px;
}
.latepoint-w .manage-booking-wrapper .booking-status-info-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
background-color: #fff;
margin: 0;
padding-left: 50px;
padding-right: 50px;
}
.booking-full-summary-actions {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 30px;
flex-wrap: wrap;
}
.booking-full-summary-actions .booking-summary-action-btn {
padding: 3px 6px;
text-decoration: none;
color: #111;
font-size: 13px;
font-weight: 600;
border: 1px solid #111;
display: flex;
gap: 3px;
align-items: center;
position: relative;
transition: none;
}
.booking-full-summary-actions .booking-summary-action-btn span, .booking-full-summary-actions .booking-summary-action-btn i {
display: block;
}
.booking-full-summary-actions .booking-summary-action-btn:hover {
color: var(--latepoint-brand-primary);
border-color: var(--latepoint-brand-primary);
}
.booking-full-summary-actions .booking-summary-action-btn.os-loading:before {
display: block;
content: "";
width: 12px !important;
height: 12px !important;
border-bottom: 2px solid #111;
border-left: 2px solid #111;
border-top: 2px solid #111;
border-right: 2px solid rgba(255, 255, 255, 0);
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: os-loading 700ms infinite linear;
background-color: transparent !important;
left: 12px;
}
.booking-full-summary-actions .booking-summary-action-btn.os-loading i {
color: transparent;
}
.booking-full-summary-actions .booking-summary-action-btn.cancel-appointment-btn {
color: #ad3d12;
border-color: #ad3d12;
}
.customer-dashboard-order-summary-lightbox .summary-box-heading .sbh-item,
.customer-dashboard-booking-summary-lightbox .summary-box-heading .sbh-item,
.bundle-scheduled-summary-lightbox .summary-box-heading .sbh-item,
.manage-order-wrapper .summary-box-heading .sbh-item,
.manage-booking-wrapper .summary-box-heading .sbh-item {
color: #7c85a3;
font-weight: 600;
font-size: 15px;
}
.customer-dashboard-order-summary-lightbox .order-summary-main-section,
.customer-dashboard-booking-summary-lightbox .order-summary-main-section,
.bundle-scheduled-summary-lightbox .order-summary-main-section,
.manage-order-wrapper .order-summary-main-section,
.manage-booking-wrapper .order-summary-main-section {
margin-bottom: 20px;
}
.customer-dashboard-order-summary-lightbox .part-of-bundle-message,
.customer-dashboard-booking-summary-lightbox .part-of-bundle-message,
.bundle-scheduled-summary-lightbox .part-of-bundle-message,
.manage-order-wrapper .part-of-bundle-message,
.manage-booking-wrapper .part-of-bundle-message {
padding: 8px;
background-color: #f1f3ff;
text-align: center;
font-size: 13px;
margin-top: 20px;
}
.customer-dashboard-order-summary-lightbox .part-of-bundle-message a,
.customer-dashboard-booking-summary-lightbox .part-of-bundle-message a,
.bundle-scheduled-summary-lightbox .part-of-bundle-message a,
.manage-order-wrapper .part-of-bundle-message a,
.manage-booking-wrapper .part-of-bundle-message a {
color: var(--latepoint-brand-primary);
text-decoration: none;
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.customer-dashboard-order-summary-lightbox .full-summary-head-info,
.customer-dashboard-booking-summary-lightbox .full-summary-head-info,
.bundle-scheduled-summary-lightbox .full-summary-head-info,
.manage-order-wrapper .full-summary-head-info,
.manage-booking-wrapper .full-summary-head-info {
position: relative;
}
.customer-dashboard-order-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.customer-dashboard-booking-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.bundle-scheduled-summary-lightbox .full-summary-head-info .add-to-calendar-wrapper,
.manage-order-wrapper .full-summary-head-info .add-to-calendar-wrapper,
.manage-booking-wrapper .full-summary-head-info .add-to-calendar-wrapper {
display: inline-block;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.manage-order-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent,
.manage-booking-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-code-vevent {
display: block;
margin: 0px auto 30px auto;
padding-bottom: 20px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.manage-order-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger,
.manage-booking-wrapper .qr-code-on-full-summary.show-vevent-qr-code .qr-show-trigger {
display: none;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger {
float: right;
width: 100px;
text-align: center;
padding-top: 20px;
cursor: pointer;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger .latepoint-icon,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger .latepoint-icon {
font-size: 45px;
color: #111;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.manage-order-wrapper .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label,
.manage-booking-wrapper .qr-code-on-full-summary .qr-show-trigger .qr-code-trigger-label {
display: inline-block;
line-height: 1.2;
color: #111;
border-bottom: 1px solid #777;
font-weight: 600;
letter-spacing: 0.5px;
margin-top: 10px;
font-size: 12px;
text-transform: uppercase;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-booking-info,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-booking-info,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-booking-info {
display: none;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent {
display: none;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent img,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent img,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent img {
display: block;
margin: 0px auto;
}
.customer-dashboard-order-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.customer-dashboard-booking-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.bundle-scheduled-summary-lightbox .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.manage-order-wrapper .qr-code-on-full-summary .qr-code-vevent .qr-code-label,
.manage-booking-wrapper .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
text-align: center;
font-size: 13px;
font-weight: 600;
text-align: center;
font-weight: 500;
padding: 10px 15px;
background: #fff1af;
line-height: 1.4;
color: #000;
}
.customer-dashboard-order-summary-lightbox .payment-summary-info .full-summary-info-w,
.customer-dashboard-booking-summary-lightbox .payment-summary-info .full-summary-info-w,
.bundle-scheduled-summary-lightbox .payment-summary-info .full-summary-info-w,
.manage-order-wrapper .payment-summary-info .full-summary-info-w,
.manage-booking-wrapper .payment-summary-info .full-summary-info-w {
margin-top: 0px;
}
.customer-dashboard-order-summary-lightbox .full-summary-header,
.customer-dashboard-booking-summary-lightbox .full-summary-header,
.bundle-scheduled-summary-lightbox .full-summary-header,
.manage-order-wrapper .full-summary-header,
.manage-booking-wrapper .full-summary-header {
margin-bottom: 0px;
margin-top: 0px;
}
.customer-dashboard-order-summary-lightbox .full-summary-number,
.customer-dashboard-booking-summary-lightbox .full-summary-number,
.bundle-scheduled-summary-lightbox .full-summary-number,
.manage-order-wrapper .full-summary-number,
.manage-booking-wrapper .full-summary-number {
color: #7c85a3;
padding-top: 0px;
margin-bottom: 8px;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 600;
}
.customer-dashboard-order-summary-lightbox .full-summary-number strong,
.customer-dashboard-booking-summary-lightbox .full-summary-number strong,
.bundle-scheduled-summary-lightbox .full-summary-number strong,
.manage-order-wrapper .full-summary-number strong,
.manage-booking-wrapper .full-summary-number strong {
color: #14161d;
}
.customer-dashboard-order-summary-lightbox .full-summary-order-info-wrapper,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-wrapper,
.bundle-scheduled-summary-lightbox .full-summary-order-info-wrapper,
.manage-order-wrapper .full-summary-order-info-wrapper,
.manage-booking-wrapper .full-summary-order-info-wrapper {
position: relative;
margin-bottom: 40px;
}
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .fsoi-main,
.manage-order-wrapper .fsoi-main-wrapper .fsoi-main,
.manage-booking-wrapper .fsoi-main-wrapper .fsoi-main {
font-size: 32px;
margin-bottom: 5px;
color: #7c85a3;
display: flex;
}
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .fsoi-main strong,
.manage-order-wrapper .fsoi-main-wrapper .fsoi-main strong,
.manage-booking-wrapper .fsoi-main-wrapper .fsoi-main strong {
color: #14161d;
font-weight: 600;
}
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions {
display: flex;
gap: 20px;
margin-bottom: 15px;
}
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions a,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions a,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions a {
display: flex;
align-items: center;
gap: 5px;
color: var(--latepoint-brand-primary);
text-decoration: none;
}
.customer-dashboard-order-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.customer-dashboard-booking-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.bundle-scheduled-summary-lightbox .fsoi-main-wrapper .order-full-summary-actions span,
.manage-order-wrapper .fsoi-main-wrapper .order-full-summary-actions span,
.manage-booking-wrapper .fsoi-main-wrapper .order-full-summary-actions span {
border-bottom: 1px dotted var(--latepoint-brand-primary);
}
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements,
.bundle-scheduled-summary-lightbox .full-summary-order-info-elements,
.manage-order-wrapper .full-summary-order-info-elements,
.manage-booking-wrapper .full-summary-order-info-elements {
display: flex;
gap: 10px;
font-size: 15px;
}
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.bundle-scheduled-summary-lightbox .full-summary-order-info-elements .fsoi-element,
.manage-order-wrapper .full-summary-order-info-elements .fsoi-element,
.manage-booking-wrapper .full-summary-order-info-elements .fsoi-element {
display: flex;
gap: 2px;
}
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements span,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements span,
.bundle-scheduled-summary-lightbox .full-summary-order-info-elements span,
.manage-order-wrapper .full-summary-order-info-elements span,
.manage-booking-wrapper .full-summary-order-info-elements span {
color: #7c85a3;
display: block;
}
.customer-dashboard-order-summary-lightbox .full-summary-order-info-elements strong,
.customer-dashboard-booking-summary-lightbox .full-summary-order-info-elements strong,
.bundle-scheduled-summary-lightbox .full-summary-order-info-elements strong,
.manage-order-wrapper .full-summary-order-info-elements strong,
.manage-booking-wrapper .full-summary-order-info-elements strong {
color: #14161d;
display: block;
}
.latepoint-w .latepoint-booking-form-element.current-step-customer .latepoint-summary-w .os-summary-contents-inner .latepoint-add-another-item-trigger-wrapper.on-summary {
display: block;
}
@keyframes osLightboxMobileAnimation {
0% {
transform: translate3d(0%, 10%, 0px) scale(0.9);
opacity: 0;
}
100% {
transform: translate3d(0%, 0%, 0px) scale(1);
opacity: 1;
}
}
@media (min-width: 601px) and (max-width: 1050px) {
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-form-w {
border-right: none !important;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w {
display: none !important;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w .summary-header {
text-align: left;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel) .latepoint-summary-w .summary-header span {
margin-left: 15px;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open .latepoint-summary-w {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.1) 0ms LatepointSlideUpMobileSummary;
animation-fill-mode: both;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
display: block;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element:before {
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: 3;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-lightbox-summary-trigger {
display: block;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w {
display: block !important;
position: fixed;
top: 50%;
left: 50%;
min-width: 300px;
width: auto;
flex: 1;
border-radius: 0;
bottom: auto;
z-index: 4;
overflow: auto;
box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
max-height: 80vh;
transform: translate3d(-50%, -50%, 0);
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header .latepoint-lightbox-summary-trigger {
padding: 3px 5px;
line-height: 1.2;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header > div {
justify-content: flex-start;
}
.latepoint-w.latepoint-with-summary:not(.latepoint-hide-side-panel).latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .summary-header span {
margin-left: 0;
}
}
@media (max-width: 600px) {
.latepoint-lightbox-w.latepoint-border-radius-rounded .latepoint-lightbox-i {
border-radius: 0;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-1 .os-available-slots-tooltip,
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-7 .os-available-slots-tooltip {
transform: none;
animation: 0.1s ease latepointAvailabilityPopupY;
animation-fill-mode: both;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-7 .os-available-slots-tooltip {
left: auto;
right: 0;
}
.latepoint-booking-form-element .os-monthly-calendar-days .os-day.week-day-1 .os-available-slots-tooltip {
left: 0;
}
.latepoint-w.latepoint-lightbox-form {
height: 100%;
}
.latepoint-w .latepoint-booking-form-element {
flex: 1;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w {
width: 100%;
flex: 1;
}
.summary-header .checkout-from-summary-panel-btn-wrapper {
display: none;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .cart-summary-main-section {
padding: 0 20px;
}
.latepoint-summary-w .summary-price-breakdown-wrapper .summary-price-breakdown-inner {
padding: 0 20px 20px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents {
overflow: hidden;
}
.checkout-from-summary-panel-btn-wrapper.os-mobile-only {
display: block;
padding: 10px 20px;
background-color: #fff;
position: sticky;
top: 0;
z-index: 1;
border-bottom: 1px solid #f1f1f1;
}
.checkout-from-summary-panel-btn-wrapper.os-mobile-only .checkout-from-summary-panel-btn {
justify-content: space-between;
}
.checkout-from-summary-panel-btn-wrapper.os-mobile-only + .os-summary-contents-inner {
padding-top: 10px;
}
.le-day-view-wrapper .le-day-schedule-wrapper {
padding: 30px 15px;
}
.latepoint-calendar-controls {
flex-wrap: wrap;
}
.latepoint-calendar-controls .le-navigation .le-today {
display: none;
}
.latepoint-calendar-controls .le-week, .latepoint-calendar-controls .le-month {
white-space: nowrap;
flex: 0 0 100%;
text-align: center;
}
.latepoint-calendar-controls .le-filter {
padding: 10px 12px;
}
.latepoint-calendar-controls .le-filter span {
display: none;
}
.latepoint-calendar-controls .le-range-selector {
margin-left: 0;
}
.latepoint-calendar-controls .le-navigation-wrapper {
margin-left: auto;
border-left: none;
}
.latepoint-calendar-week .le-day-weekday-wrapper {
position: relative;
top: 0;
}
.latepoint-calendar-filters .le-filters-label {
display: none;
}
.latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters {
display: block;
}
.latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters .os-form-group + .os-form-group {
margin-top: 10px;
}
.latepoint-calendar-wrapper.show-filters .latepoint-calendar-filters select {
display: block;
width: 100%;
}
.latepoint-calendar-week {
overflow-x: auto;
padding-left: 0;
padding-bottom: 10px;
grid-template-columns: 200px 200px 200px 200px 200px 200px 200px;
}
.latepoint-calendar-week .le-day-wrapper {
flex: 0 0 100px;
}
.latepoint-calendar-month {
grid-template-columns: 200px 200px 200px 200px 200px 200px 200px;
overflow-x: scroll;
}
.latepoint-calendar-week .le-day-wrapper:first-child .day-schedule-timeslot-value {
display: none;
}
.le-day-view-wrapper .le-day-info-section {
padding: 20px 15px;
}
.le-day-view-wrapper .le-day-info-section .le-day-info .le-day-number {
font-size: 45px;
}
.le-day-view-wrapper .le-day-info-section .le-day-filters-wrapper {
margin-left: 15px;
padding-left: 15px;
}
.le-day-view-wrapper .le-day-info-section .le-day-heading {
margin-bottom: 7px;
font-size: 21px;
}
.latepoint-lightbox-w .latepoint-lightbox-i .latepoint-lightbox-close {
top: 5px;
right: 5px;
}
.latepoint-clean-body.with-pattern > .latepoint-w {
padding: 0px;
}
.latepoint-w .manage-order-wrapper,
.latepoint-w .manage-booking-wrapper {
margin: 0;
}
.latepoint-w .manage-order-wrapper .manage-booking-controls,
.latepoint-w .manage-booking-wrapper .manage-booking-controls {
padding: 10px;
gap: 10px;
}
.latepoint-w .manage-order-wrapper .manage-booking-inner,
.latepoint-w .manage-booking-wrapper .manage-booking-inner {
padding: 20px;
padding-top: 100px;
}
.latepoint-resources-items-w {
display: block;
}
.latepoint-resources-items-w .resource-item {
margin-bottom: 20px;
}
.os-items .os-item.with-details .os-item-i .os-item-img-w {
transform-origin: center center;
transform: translateY(-8px) scale(0.9);
}
.os-items .os-item.with-details .os-item-i .os-item-name-w {
transform: translateY(-18px);
}
.os-items .os-item.with-details .os-item-i .os-item-details-popup-btn {
opacity: 1;
transform: translateY(-7px);
}
.latepoint-w .latepoint-summary-w .summary-header .summary-header-inner {
padding-left: 15px;
padding-right: 15px;
}
.latepoint-w .latepoint-summary-w .os-summary-contents-inner .os-summary-contents-inner-top {
padding: 0 20px;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w {
border-radius: 0px !important;
}
.latepoint-w .os-form-group.os-form-phonefield-group .lp_iti__selected-dial-code {
font-size: 16px !important;
}
.latepoint-w.latepoint-with-summary .latepoint-summary-w .summary-header {
text-align: left;
}
.latepoint-w.latepoint-with-summary .latepoint-summary-w .summary-header > div {
justify-content: flex-start;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
animation: 0.4s cubic-bezier(0.45, 1, 0.4, 1.1) 0ms LatepointSlideUpMobileSummary;
animation-fill-mode: both;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w .latepoint-lightbox-summary-trigger {
display: block;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element:before {
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
z-index: 3;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-lightbox-summary-trigger {
display: block;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w {
display: flex !important;
position: fixed;
top: 50%;
left: 50%;
width: auto;
flex: 1;
border-radius: 0;
bottom: auto;
z-index: 4;
overflow: hidden;
box-shadow: 0px 10px 28px -5px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
max-height: 90vh;
max-width: 90vw;
min-width: 80vw;
transform: translate3d(-50%, -50%, 0);
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .latepoint-lightbox-summary-trigger {
line-height: 1;
right: 15px;
padding: 3px;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-summary-w .latepoint-lightbox-summary-trigger i {
display: block;
}
.latepoint-w .latepoint-booking-form-element.latepoint-border-radius-rounded {
border-radius: 0px;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element.latepoint-border-radius-rounded .latepoint-summary-w {
border-radius: 8px;
}
.qr-code-on-full-summary {
display: none !important;
}
.customer-bookings-tiles, .customer-orders-tiles {
grid-template-columns: 1fr;
}
.latepoint-booking-form-element .step-verify-w .coupon-code-wrapper-on-verify .coupon-code-input-w input.coupon-code-input {
font-size: 16px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-progress ul li {
margin: 0px 3px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
padding: 10px;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-child-count {
display: none;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .step-datepicker-w {
padding: 0px;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .os-items.os-as-grid .os-item .os-item-i .os-item-img-w.os-with-avatar {
padding: 5px;
}
.latepoint-w.latepoint-hide-side-panel .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
padding-left: 15px;
padding-right: 15px;
}
.latepoint-w .os-form-group.os-form-textfield-group textarea.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group select.os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input[type=password].os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input[type=email].os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input[type=number].os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input[type=text].os-form-control,
.latepoint-w .os-form-group.os-form-textfield-group input[type=tel].os-form-control {
font-size: 18px !important;
}
.latepoint-w .customer-bookings-tiles .customer-booking {
flex: 1;
}
.latepoint-w .customer-dashboard-tabs {
overflow-x: auto;
}
.latepoint-w .customer-dashboard-tabs a {
margin: 0px 0px;
text-align: center;
white-space: nowrap;
}
.latepoint-w .customer-dashboard-tabs a + a {
margin-left: 15px;
}
.latepoint-w .customer-dashboard-tabs a:after {
bottom: 0px;
top: auto;
height: 0px;
width: 100%;
}
.latepoint-w .customer-dashboard-tabs a.active:after {
height: 3px;
}
.latepoint-w .latepoint-section-heading-w .heading-extra {
display: none;
}
.latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group {
display: block;
}
.latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group label {
margin-bottom: 5px;
}
.latepoint-w .latepoint-customer-timezone-selector-w .os-form-group.os-form-select-group select {
width: 100% !important;
}
.latepoint-w .dp-timeslot {
height: 30px;
}
.latepoint-w .dp-timeslot .dp-tick {
top: 40px;
}
.latepoint-w.latepoint-summary-is-open.show-summary-on-mobile .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel {
display: none;
}
.latepoint-w .latepoint-booking-form-element {
display: block;
height: 100%;
}
.latepoint-w .latepoint-booking-form-element.step-content-loading .latepoint-timezone-selector-w {
display: none !important;
}
.latepoint-w .latepoint-booking-form-element .lp-options.lp-options-grid {
justify-content: space-evenly;
}
.latepoint-w .latepoint-booking-form-element .step-datepicker-w {
padding: 10px 0px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info {
flex-direction: column;
align-items: center;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-deposit-price-w,
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .payment-total-price-w {
padding: 8px 0px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-trigger-w {
margin-bottom: 5px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-trigger-w a {
margin-left: 0px;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w {
margin-left: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .step-payment-w .payment-total-info .coupon-code-input-w input.coupon-code-input {
font-size: 18px !important;
-webkit-appearance: none;
width: 155px !important;
border-radius: 0px !important;
}
.latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a {
padding: 5px 10px;
}
.latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a .service-price-w {
padding-left: 5px;
margin-left: 5px;
}
.latepoint-w .latepoint-booking-form-element .step-services-w ul.os-services li a .service-img-w {
margin-right: 10px;
}
.latepoint-w .latepoint-booking-form-element .step-services-w .os-item-category-w .os-item-category-info .os-item-category-services-count {
display: none;
}
.latepoint-w .latepoint-booking-form-element .step-services-w .os-service-durations li .os-duration-value {
font-size: 32px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel {
display: none;
width: 100%;
flex: 1;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .item-quantity-selector-w .item-quantity-selector-input {
font-size: 16px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-heading-w {
padding-left: 15px !important;
padding-right: 15px !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
padding: 15px;
max-height: 100vh; max-height: 100dvh;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .os-item-details-popup .item-details-popup-content {
padding: 40px 15px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .os-item-details-popup .item-details-popup-content .item-details-popup-features {
margin-bottom: 20px;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel {
position: absolute;
top: 59px;
z-index: 999;
left: 0px;
right: 0px;
display: block;
flex: 1;
padding: 0px;
border: none !important;
background-color: #fff;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-step-desc-w,
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-questions,
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-progress {
display: none !important;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w {
margin-top: 0px;
padding: 10px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group {
display: flex;
align-items: center;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group label {
margin-bottom: 0px;
margin-right: 10px;
white-space: nowrap;
flex: 1;
}
.latepoint-w .latepoint-booking-form-element.current-step-booking__datepicker .latepoint-side-panel .latepoint-timezone-selector-w .os-form-group select {
text-align-last: left;
text-align: center;
}
.latepoint-w .latepoint-summary-w {
display: none !important;
}
.latepoint-w .latepoint-form-w {
height: 100%;
}
.latepoint-w .latepoint-form-w .latepoint-heading-w {
padding-left: 15px !important;
}
.latepoint-w .latepoint-form-w .latepoint-body {
padding-left: 15px;
padding-right: 15px;
}
.latepoint-w .latepoint-lightbox-i {
transform: none;
animation: 0.4s cubic-bezier(0, 1, 0.51, 1) 0s both osLightboxMobileAnimation;
max-height: 100vh;
max-height: 100dvh;
height: 100vh; height: 100dvh;
}
.latepoint-w.front-lightbox .latepoint-lightbox-i {
max-height: 100vh; max-height: 100dvh;
}
.latepoint-lightbox-w {
grid-template-columns: 1fr !important;
}
@keyframes osLightboxAnimation {
0% {
transform: translate3d(0%, -40%, 0px) scale(1.2);
opacity: 0;
}
100% {
transform: translate3d(0%, -50%, 0px) scale(1);
opacity: 1;
}
}
}
@media (min-width: 601px) and (max-width: 959px) {
.latepoint-lightbox-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
display: flex;
}
.latepoint-lightbox-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-form-w {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
}
@media (min-width: 960px) {
.latepoint-w .summary-boxes-columns {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 20px;
}
.latepoint-w .summary-boxes-columns .summary-box {
flex: 1 1 35%;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-summary-w {
display: flex;
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open .latepoint-form-w {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.latepoint-w.latepoint-with-summary.latepoint-summary-is-open.latepoint-hide-side-panel {
grid-template-columns: min-content;
}
} @media print {
.summary-box-wrapper + .summary-box-wrapper {
border-top: 2px solid #111;
margin-top: 30px;
padding-top: 30px;
}
.order-full-summary-actions {
display: none;
}
.order-summary-items-heading {
margin-top: 30px;
margin-bottom: 20px;
font-size: 22px;
}
.full-summary-order-info-elements {
margin-top: 20px;
}
.full-summary-wrapper .order-item-bundle-info-wrapper .bundle-icon, .confirmation-info-w .order-item-bundle-info-wrapper .bundle-icon {
display: none;
}
.full-summary-wrapper .schedule-bundle-booking-btn-wrapper, .confirmation-info-w .schedule-bundle-booking-btn-wrapper {
display: none;
}
.qr-code-booking-info img, .qr-code-vevent img {
width: 200px;
height: auto;
}
.fsoi-element {
margin-top: 5px;
}
.part-of-bundle-message {
display: none;
}
.summary-box .summary-box-content .os-avatar-w,
.summary-box .summary-box-content .os-location-image {
display: none;
}
.summary-box .summary-box-content .sbc-content-i {
margin-left: 0;
}
.summary-box .sbc-link-item {
display: none;
}
.summary-box .sbc-big-item {
font-size: 22px;
}
.summary-box .sbc-highlighted-item {
font-size: 18px;
color: #000;
}
.full-summary-wrapper .summary-box-heading, .confirmation-info-w .summary-box-heading {
margin-bottom: 5px;
}
.full-summary-wrapper .summary-box .sbc-main-item, .confirmation-info-w .summary-box .sbc-main-item {
font-size: 18px;
}
.latepoint-w .summary-boxes-columns .summary-box {
margin-bottom: 20px;
}
.summary-box .sbc-main-item a {
display: none;
}
.booking-full-summary-actions {
display: none;
}
.summary-attributes {
padding: 0;
background-color: transparent;
}
.summary-box.main-box .summary-box-booking-date-box,
.summary-box.main-box .qr-show-trigger {
display: none;
}
.booking-status-info-wrapper {
padding: 20px 0;
margin: 0;
margin-bottom: 30px;
border-bottom: 2px solid #111;
flex-direction: row-reverse;
justify-content: space-between;
}
.booking-status-info-wrapper .booking-status-label, .booking-status-info-wrapper .booking-confirmation {
font-size: 22px;
}
.booking-status-info-wrapper .booking-status-icon {
display: none;
}
.booking-status-info-wrapper .booking-confirmation {
margin-left: 0;
}
.fsoi-main-wrapper {
display: none;
}
.latepoint-print-summary-w {
padding: 40px;
}
.latepoint-print-summary-w .full-summary-head-info {
position: relative;
}
.latepoint-print-summary-w .qr-code-on-full-summary {
display: flex;
gap: 50px;
margin-bottom: 20px;
}
.latepoint-print-summary-w .qr-code-on-full-summary .qr-show-trigger {
display: none;
}
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info,
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent {
flex: 1;
text-align: center;
border: 2px dotted #111;
padding: 30px;
}
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info img,
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent img {
width: 200px;
height: 200px;
display: block;
margin: 0px auto 10px;
}
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-booking-info .qr-code-label,
.latepoint-print-summary-w .qr-code-on-full-summary .qr-code-vevent .qr-code-label {
text-align: center;
font-size: 14px;
}
.latepoint-print-summary-w .payment-summary-info .full-summary-info-w {
margin-top: 0px;
}
.latepoint-print-summary-w .full-summary-header {
margin-bottom: 0px;
margin-top: 0px;
}
.latepoint-print-summary-w .full-summary-number {
color: #7c85a3;
padding-top: 0px;
margin-bottom: 8px;
font-size: 13px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 600;
}
.latepoint-print-summary-w .full-summary-number strong {
font-size: 39px;
letter-spacing: normal;
color: #14161d;
display: block;
line-height: 1.1;
}
}
.latepoint-admin .lp_iti--separate-dial-code .lp_iti__selected-dial-code {
padding-top: 1px;
}
body.latepoint .os-form-phonefield-group:not(.has-value) .lp_iti {
align-items: center;
}
.latepoint-admin .lp_iti, .latepoint .lp_iti {
position: relative;
display: flex;
align-items: flex-end;
}
.latepoint-admin .lp_iti *, .latepoint .lp_iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.latepoint-admin .lp_iti__hide, .latepoint .lp_iti__hide {
display: none;
}
.latepoint-admin .lp_iti__v-hide, .latepoint .lp_iti__v-hide {
visibility: hidden;
}
.latepoint-admin .lp_iti input, .latepoint-admin .lp_iti input[type=text], .latepoint-admin .lp_iti input[type=tel], .latepoint .lp_iti input, .latepoint .lp_iti input[type=text], .latepoint .lp_iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.latepoint-admin .lp_iti__flag-container, .latepoint .lp_iti__flag-container {
position: relative;
}
.latepoint-admin .lp_iti__selected-flag, .latepoint .lp_iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
padding: 8px 6px 8px 0px;
min-height: 20px;
}
.latepoint-admin .lp_iti__arrow, .latepoint .lp_iti__arrow {
margin-left: 4px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
margin-right: 0px;
}
.latepoint-admin .lp_iti__arrow--up, .latepoint .lp_iti__arrow--up {
margin-left: 6px;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 4px solid #555;
border-right: none;
}
.latepoint-admin .lp_iti__country-list, .latepoint .lp_iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
border: 1px solid #ababbf;
border-bottom-color: #9c9ead;
border-radius: 6px;
box-shadow: 0px 5px 8px -3px rgba(0, 0, 0, 0.2), 0px 5px 20px -5px rgba(0, 0, 0, 0.2);
background-color: #fff;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
margin: 0px;
margin-bottom: 1px;
margin-left: -1px;
font-size: 15px;
}
.latepoint-admin .lp_iti__country-list--dropup, .latepoint .lp_iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.latepoint-admin .lp_iti__country-list, .latepoint .lp_iti__country-list {
white-space: normal;
}
}
.latepoint-admin .lp_iti__flag-box, .latepoint .lp_iti__flag-box {
display: inline-block;
width: 20px;
}
.latepoint-admin .lp_iti__divider, .latepoint .lp_iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCC;
}
.latepoint-admin .lp_iti__country, .latepoint .lp_iti__country {
padding: 6px 8px;
outline: none;
margin-bottom: 0px;
}
.latepoint-admin .lp_iti__dial-code, .latepoint .lp_iti__dial-code {
color: #999;
}
.latepoint-admin .lp_iti__country.lp_iti__highlight, .latepoint .lp_iti__country.lp_iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.latepoint-admin .lp_iti__flag-box, .latepoint-admin .lp_iti__country-name, .latepoint-admin .lp_iti__dial-code, .latepoint .lp_iti__flag-box, .latepoint .lp_iti__country-name, .latepoint .lp_iti__dial-code {
vertical-align: middle;
}
.latepoint-admin .lp_iti__flag-box, .latepoint-admin .lp_iti__country-name, .latepoint .lp_iti__flag-box, .latepoint .lp_iti__country-name {
margin-right: 6px;
}
.latepoint-admin .lp_iti--allow-dropdown input, .latepoint-admin .lp_iti--allow-dropdown input[type=text], .latepoint-admin .lp_iti--allow-dropdown input[type=tel], .latepoint-admin .lp_iti--separate-dial-code input, .latepoint-admin .lp_iti--separate-dial-code input[type=text], .latepoint-admin .lp_iti--separate-dial-code input[type=tel], .latepoint .lp_iti--allow-dropdown input, .latepoint .lp_iti--allow-dropdown input[type=text], .latepoint .lp_iti--allow-dropdown input[type=tel], .latepoint .lp_iti--separate-dial-code input, .latepoint .lp_iti--separate-dial-code input[type=text], .latepoint .lp_iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.latepoint-admin .lp_iti--allow-dropdown .lp_iti__flag-container, .latepoint-admin .lp_iti--separate-dial-code .lp_iti__flag-container, .latepoint .lp_iti--allow-dropdown .lp_iti__flag-container, .latepoint .lp_iti--separate-dial-code .lp_iti__flag-container {
right: auto;
left: 0;
}
.latepoint-admin .lp_iti--allow-dropdown .lp_iti__flag-container:hover, .latepoint .lp_iti--allow-dropdown .lp_iti__flag-container:hover {
cursor: pointer;
}
.latepoint-admin .lp_iti--allow-dropdown input[disabled] + .lp_iti__flag-container:hover,
.latepoint-admin .lp_iti--allow-dropdown input[readonly] + .lp_iti__flag-container:hover, .latepoint .lp_iti--allow-dropdown input[disabled] + .lp_iti__flag-container:hover,
.latepoint .lp_iti--allow-dropdown input[readonly] + .lp_iti__flag-container:hover {
cursor: default;
}
.latepoint-admin .lp_iti--allow-dropdown input[disabled] + .lp_iti__flag-container:hover .lp_iti__selected-flag,
.latepoint-admin .lp_iti--allow-dropdown input[readonly] + .lp_iti__flag-container:hover .lp_iti__selected-flag, .latepoint .lp_iti--allow-dropdown input[disabled] + .lp_iti__flag-container:hover .lp_iti__selected-flag,
.latepoint .lp_iti--allow-dropdown input[readonly] + .lp_iti__flag-container:hover .lp_iti__selected-flag {
background-color: transparent;
}
.latepoint-admin .lp_iti--separate-dial-code .lp_iti__selected-dial-code, .latepoint .lp_iti--separate-dial-code .lp_iti__selected-dial-code {
margin-left: 6px;
}
.latepoint-admin .lp_iti--container, .latepoint .lp_iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1000000;
padding: 1px;
}
.latepoint-admin .lp_iti--container:hover, .latepoint .lp_iti--container:hover {
cursor: pointer;
}
.latepoint-admin.lp_iti-mobile .lp_iti--container, .latepoint.lp_iti-mobile .lp_iti--container {
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
position: fixed;
z-index: 1000000;
}
.latepoint-admin.lp_iti-mobile .lp_iti__country-list, .latepoint.lp_iti-mobile .lp_iti__country-list {
max-height: 100%;
width: 100%;
}
.latepoint-admin.lp_iti-mobile .lp_iti__country, .latepoint.lp_iti-mobile .lp_iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.latepoint-admin .lp_iti__flag, .latepoint .lp_iti__flag {
width: 20px;
}
.latepoint-admin .lp_iti__flag.lp_iti__be, .latepoint .lp_iti__flag.lp_iti__be {
width: 18px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ch, .latepoint .lp_iti__flag.lp_iti__ch {
width: 15px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mc, .latepoint .lp_iti__flag.lp_iti__mc {
width: 19px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ne, .latepoint .lp_iti__flag.lp_iti__ne {
width: 18px;
}
.latepoint-admin .lp_iti__flag.lp_iti__np, .latepoint .lp_iti__flag.lp_iti__np {
width: 13px;
}
.latepoint-admin .lp_iti__flag.lp_iti__va, .latepoint .lp_iti__flag.lp_iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.latepoint-admin .lp_iti__flag, .latepoint .lp_iti__flag {
background-size: 5652px 15px;
}
}
.latepoint-admin .lp_iti__flag.lp_iti__ac, .latepoint .lp_iti__flag.lp_iti__ac {
height: 10px;
background-position: 0px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ad, .latepoint .lp_iti__flag.lp_iti__ad {
height: 14px;
background-position: -22px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ae, .latepoint .lp_iti__flag.lp_iti__ae {
height: 10px;
background-position: -44px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__af, .latepoint .lp_iti__flag.lp_iti__af {
height: 14px;
background-position: -66px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ag, .latepoint .lp_iti__flag.lp_iti__ag {
height: 14px;
background-position: -88px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ai, .latepoint .lp_iti__flag.lp_iti__ai {
height: 10px;
background-position: -110px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__al, .latepoint .lp_iti__flag.lp_iti__al {
height: 15px;
background-position: -132px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__am, .latepoint .lp_iti__flag.lp_iti__am {
height: 10px;
background-position: -154px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ao, .latepoint .lp_iti__flag.lp_iti__ao {
height: 14px;
background-position: -176px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__aq, .latepoint .lp_iti__flag.lp_iti__aq {
height: 14px;
background-position: -198px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ar, .latepoint .lp_iti__flag.lp_iti__ar {
height: 13px;
background-position: -220px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__as, .latepoint .lp_iti__flag.lp_iti__as {
height: 10px;
background-position: -242px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__at, .latepoint .lp_iti__flag.lp_iti__at {
height: 14px;
background-position: -264px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__au, .latepoint .lp_iti__flag.lp_iti__au {
height: 10px;
background-position: -286px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__aw, .latepoint .lp_iti__flag.lp_iti__aw {
height: 14px;
background-position: -308px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ax, .latepoint .lp_iti__flag.lp_iti__ax {
height: 13px;
background-position: -330px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__az, .latepoint .lp_iti__flag.lp_iti__az {
height: 10px;
background-position: -352px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ba, .latepoint .lp_iti__flag.lp_iti__ba {
height: 10px;
background-position: -374px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bb, .latepoint .lp_iti__flag.lp_iti__bb {
height: 14px;
background-position: -396px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bd, .latepoint .lp_iti__flag.lp_iti__bd {
height: 12px;
background-position: -418px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__be, .latepoint .lp_iti__flag.lp_iti__be {
height: 15px;
background-position: -440px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bf, .latepoint .lp_iti__flag.lp_iti__bf {
height: 14px;
background-position: -460px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bg, .latepoint .lp_iti__flag.lp_iti__bg {
height: 12px;
background-position: -482px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bh, .latepoint .lp_iti__flag.lp_iti__bh {
height: 12px;
background-position: -504px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bi, .latepoint .lp_iti__flag.lp_iti__bi {
height: 12px;
background-position: -526px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bj, .latepoint .lp_iti__flag.lp_iti__bj {
height: 14px;
background-position: -548px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bl, .latepoint .lp_iti__flag.lp_iti__bl {
height: 14px;
background-position: -570px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bm, .latepoint .lp_iti__flag.lp_iti__bm {
height: 10px;
background-position: -592px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bn, .latepoint .lp_iti__flag.lp_iti__bn {
height: 10px;
background-position: -614px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bo, .latepoint .lp_iti__flag.lp_iti__bo {
height: 14px;
background-position: -636px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bq, .latepoint .lp_iti__flag.lp_iti__bq {
height: 14px;
background-position: -658px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__br, .latepoint .lp_iti__flag.lp_iti__br {
height: 14px;
background-position: -680px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bs, .latepoint .lp_iti__flag.lp_iti__bs {
height: 10px;
background-position: -702px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bt, .latepoint .lp_iti__flag.lp_iti__bt {
height: 14px;
background-position: -724px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bv, .latepoint .lp_iti__flag.lp_iti__bv {
height: 15px;
background-position: -746px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bw, .latepoint .lp_iti__flag.lp_iti__bw {
height: 14px;
background-position: -768px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__by, .latepoint .lp_iti__flag.lp_iti__by {
height: 10px;
background-position: -790px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__bz, .latepoint .lp_iti__flag.lp_iti__bz {
height: 14px;
background-position: -812px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ca, .latepoint .lp_iti__flag.lp_iti__ca {
height: 10px;
background-position: -834px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cc, .latepoint .lp_iti__flag.lp_iti__cc {
height: 10px;
background-position: -856px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cd, .latepoint .lp_iti__flag.lp_iti__cd {
height: 15px;
background-position: -878px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cf, .latepoint .lp_iti__flag.lp_iti__cf {
height: 14px;
background-position: -900px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cg, .latepoint .lp_iti__flag.lp_iti__cg {
height: 14px;
background-position: -922px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ch, .latepoint .lp_iti__flag.lp_iti__ch {
height: 15px;
background-position: -944px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ci, .latepoint .lp_iti__flag.lp_iti__ci {
height: 14px;
background-position: -961px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ck, .latepoint .lp_iti__flag.lp_iti__ck {
height: 10px;
background-position: -983px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cl, .latepoint .lp_iti__flag.lp_iti__cl {
height: 14px;
background-position: -1005px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cm, .latepoint .lp_iti__flag.lp_iti__cm {
height: 14px;
background-position: -1027px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cn, .latepoint .lp_iti__flag.lp_iti__cn {
height: 14px;
background-position: -1049px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__co, .latepoint .lp_iti__flag.lp_iti__co {
height: 14px;
background-position: -1071px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cp, .latepoint .lp_iti__flag.lp_iti__cp {
height: 14px;
background-position: -1093px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cr, .latepoint .lp_iti__flag.lp_iti__cr {
height: 12px;
background-position: -1115px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cu, .latepoint .lp_iti__flag.lp_iti__cu {
height: 10px;
background-position: -1137px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cv, .latepoint .lp_iti__flag.lp_iti__cv {
height: 12px;
background-position: -1159px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cw, .latepoint .lp_iti__flag.lp_iti__cw {
height: 14px;
background-position: -1181px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cx, .latepoint .lp_iti__flag.lp_iti__cx {
height: 10px;
background-position: -1203px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cy, .latepoint .lp_iti__flag.lp_iti__cy {
height: 14px;
background-position: -1225px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__cz, .latepoint .lp_iti__flag.lp_iti__cz {
height: 14px;
background-position: -1247px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__de, .latepoint .lp_iti__flag.lp_iti__de {
height: 12px;
background-position: -1269px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__dg, .latepoint .lp_iti__flag.lp_iti__dg {
height: 10px;
background-position: -1291px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__dj, .latepoint .lp_iti__flag.lp_iti__dj {
height: 14px;
background-position: -1313px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__dk, .latepoint .lp_iti__flag.lp_iti__dk {
height: 15px;
background-position: -1335px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__dm, .latepoint .lp_iti__flag.lp_iti__dm {
height: 10px;
background-position: -1357px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__do, .latepoint .lp_iti__flag.lp_iti__do {
height: 14px;
background-position: -1379px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__dz, .latepoint .lp_iti__flag.lp_iti__dz {
height: 14px;
background-position: -1401px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ea, .latepoint .lp_iti__flag.lp_iti__ea {
height: 14px;
background-position: -1423px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ec, .latepoint .lp_iti__flag.lp_iti__ec {
height: 14px;
background-position: -1445px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ee, .latepoint .lp_iti__flag.lp_iti__ee {
height: 13px;
background-position: -1467px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__eg, .latepoint .lp_iti__flag.lp_iti__eg {
height: 14px;
background-position: -1489px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__eh, .latepoint .lp_iti__flag.lp_iti__eh {
height: 10px;
background-position: -1511px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__er, .latepoint .lp_iti__flag.lp_iti__er {
height: 10px;
background-position: -1533px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__es, .latepoint .lp_iti__flag.lp_iti__es {
height: 14px;
background-position: -1555px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__et, .latepoint .lp_iti__flag.lp_iti__et {
height: 10px;
background-position: -1577px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__eu, .latepoint .lp_iti__flag.lp_iti__eu {
height: 14px;
background-position: -1599px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fi, .latepoint .lp_iti__flag.lp_iti__fi {
height: 12px;
background-position: -1621px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fj, .latepoint .lp_iti__flag.lp_iti__fj {
height: 10px;
background-position: -1643px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fk, .latepoint .lp_iti__flag.lp_iti__fk {
height: 10px;
background-position: -1665px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fm, .latepoint .lp_iti__flag.lp_iti__fm {
height: 11px;
background-position: -1687px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fo, .latepoint .lp_iti__flag.lp_iti__fo {
height: 15px;
background-position: -1709px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__fr, .latepoint .lp_iti__flag.lp_iti__fr {
height: 14px;
background-position: -1731px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ga, .latepoint .lp_iti__flag.lp_iti__ga {
height: 15px;
background-position: -1753px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gb, .latepoint .lp_iti__flag.lp_iti__gb {
height: 10px;
background-position: -1775px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gd, .latepoint .lp_iti__flag.lp_iti__gd {
height: 12px;
background-position: -1797px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ge, .latepoint .lp_iti__flag.lp_iti__ge {
height: 14px;
background-position: -1819px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gf, .latepoint .lp_iti__flag.lp_iti__gf {
height: 14px;
background-position: -1841px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gg, .latepoint .lp_iti__flag.lp_iti__gg {
height: 14px;
background-position: -1863px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gh, .latepoint .lp_iti__flag.lp_iti__gh {
height: 14px;
background-position: -1885px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gi, .latepoint .lp_iti__flag.lp_iti__gi {
height: 10px;
background-position: -1907px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gl, .latepoint .lp_iti__flag.lp_iti__gl {
height: 14px;
background-position: -1929px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gm, .latepoint .lp_iti__flag.lp_iti__gm {
height: 14px;
background-position: -1951px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gn, .latepoint .lp_iti__flag.lp_iti__gn {
height: 14px;
background-position: -1973px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gp, .latepoint .lp_iti__flag.lp_iti__gp {
height: 14px;
background-position: -1995px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gq, .latepoint .lp_iti__flag.lp_iti__gq {
height: 14px;
background-position: -2017px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gr, .latepoint .lp_iti__flag.lp_iti__gr {
height: 14px;
background-position: -2039px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gs, .latepoint .lp_iti__flag.lp_iti__gs {
height: 10px;
background-position: -2061px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gt, .latepoint .lp_iti__flag.lp_iti__gt {
height: 13px;
background-position: -2083px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gu, .latepoint .lp_iti__flag.lp_iti__gu {
height: 11px;
background-position: -2105px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gw, .latepoint .lp_iti__flag.lp_iti__gw {
height: 10px;
background-position: -2127px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__gy, .latepoint .lp_iti__flag.lp_iti__gy {
height: 12px;
background-position: -2149px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__hk, .latepoint .lp_iti__flag.lp_iti__hk {
height: 14px;
background-position: -2171px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__hm, .latepoint .lp_iti__flag.lp_iti__hm {
height: 10px;
background-position: -2193px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__hn, .latepoint .lp_iti__flag.lp_iti__hn {
height: 10px;
background-position: -2215px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__hr, .latepoint .lp_iti__flag.lp_iti__hr {
height: 10px;
background-position: -2237px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ht, .latepoint .lp_iti__flag.lp_iti__ht {
height: 12px;
background-position: -2259px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__hu, .latepoint .lp_iti__flag.lp_iti__hu {
height: 10px;
background-position: -2281px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ic, .latepoint .lp_iti__flag.lp_iti__ic {
height: 14px;
background-position: -2303px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__id, .latepoint .lp_iti__flag.lp_iti__id {
height: 14px;
background-position: -2325px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ie, .latepoint .lp_iti__flag.lp_iti__ie {
height: 10px;
background-position: -2347px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__il, .latepoint .lp_iti__flag.lp_iti__il {
height: 15px;
background-position: -2369px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__im, .latepoint .lp_iti__flag.lp_iti__im {
height: 10px;
background-position: -2391px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__in, .latepoint .lp_iti__flag.lp_iti__in {
height: 14px;
background-position: -2413px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__io, .latepoint .lp_iti__flag.lp_iti__io {
height: 10px;
background-position: -2435px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__iq, .latepoint .lp_iti__flag.lp_iti__iq {
height: 14px;
background-position: -2457px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ir, .latepoint .lp_iti__flag.lp_iti__ir {
height: 12px;
background-position: -2479px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__is, .latepoint .lp_iti__flag.lp_iti__is {
height: 15px;
background-position: -2501px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__it, .latepoint .lp_iti__flag.lp_iti__it {
height: 14px;
background-position: -2523px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__je, .latepoint .lp_iti__flag.lp_iti__je {
height: 12px;
background-position: -2545px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__jm, .latepoint .lp_iti__flag.lp_iti__jm {
height: 10px;
background-position: -2567px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__jo, .latepoint .lp_iti__flag.lp_iti__jo {
height: 10px;
background-position: -2589px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__jp, .latepoint .lp_iti__flag.lp_iti__jp {
height: 14px;
background-position: -2611px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ke, .latepoint .lp_iti__flag.lp_iti__ke {
height: 14px;
background-position: -2633px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kg, .latepoint .lp_iti__flag.lp_iti__kg {
height: 12px;
background-position: -2655px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kh, .latepoint .lp_iti__flag.lp_iti__kh {
height: 13px;
background-position: -2677px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ki, .latepoint .lp_iti__flag.lp_iti__ki {
height: 10px;
background-position: -2699px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__km, .latepoint .lp_iti__flag.lp_iti__km {
height: 12px;
background-position: -2721px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kn, .latepoint .lp_iti__flag.lp_iti__kn {
height: 14px;
background-position: -2743px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kp, .latepoint .lp_iti__flag.lp_iti__kp {
height: 10px;
background-position: -2765px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kr, .latepoint .lp_iti__flag.lp_iti__kr {
height: 14px;
background-position: -2787px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kw, .latepoint .lp_iti__flag.lp_iti__kw {
height: 10px;
background-position: -2809px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ky, .latepoint .lp_iti__flag.lp_iti__ky {
height: 10px;
background-position: -2831px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__kz, .latepoint .lp_iti__flag.lp_iti__kz {
height: 10px;
background-position: -2853px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__la, .latepoint .lp_iti__flag.lp_iti__la {
height: 14px;
background-position: -2875px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lb, .latepoint .lp_iti__flag.lp_iti__lb {
height: 14px;
background-position: -2897px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lc, .latepoint .lp_iti__flag.lp_iti__lc {
height: 10px;
background-position: -2919px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__li, .latepoint .lp_iti__flag.lp_iti__li {
height: 12px;
background-position: -2941px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lk, .latepoint .lp_iti__flag.lp_iti__lk {
height: 10px;
background-position: -2963px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lr, .latepoint .lp_iti__flag.lp_iti__lr {
height: 11px;
background-position: -2985px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ls, .latepoint .lp_iti__flag.lp_iti__ls {
height: 14px;
background-position: -3007px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lt, .latepoint .lp_iti__flag.lp_iti__lt {
height: 12px;
background-position: -3029px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lu, .latepoint .lp_iti__flag.lp_iti__lu {
height: 12px;
background-position: -3051px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__lv, .latepoint .lp_iti__flag.lp_iti__lv {
height: 10px;
background-position: -3073px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ly, .latepoint .lp_iti__flag.lp_iti__ly {
height: 10px;
background-position: -3095px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ma, .latepoint .lp_iti__flag.lp_iti__ma {
height: 14px;
background-position: -3117px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mc, .latepoint .lp_iti__flag.lp_iti__mc {
height: 15px;
background-position: -3139px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__md, .latepoint .lp_iti__flag.lp_iti__md {
height: 10px;
background-position: -3160px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__me, .latepoint .lp_iti__flag.lp_iti__me {
height: 10px;
background-position: -3182px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mf, .latepoint .lp_iti__flag.lp_iti__mf {
height: 14px;
background-position: -3204px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mg, .latepoint .lp_iti__flag.lp_iti__mg {
height: 14px;
background-position: -3226px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mh, .latepoint .lp_iti__flag.lp_iti__mh {
height: 11px;
background-position: -3248px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mk, .latepoint .lp_iti__flag.lp_iti__mk {
height: 10px;
background-position: -3270px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ml, .latepoint .lp_iti__flag.lp_iti__ml {
height: 14px;
background-position: -3292px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mm, .latepoint .lp_iti__flag.lp_iti__mm {
height: 14px;
background-position: -3314px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mn, .latepoint .lp_iti__flag.lp_iti__mn {
height: 10px;
background-position: -3336px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mo, .latepoint .lp_iti__flag.lp_iti__mo {
height: 14px;
background-position: -3358px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mp, .latepoint .lp_iti__flag.lp_iti__mp {
height: 10px;
background-position: -3380px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mq, .latepoint .lp_iti__flag.lp_iti__mq {
height: 14px;
background-position: -3402px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mr, .latepoint .lp_iti__flag.lp_iti__mr {
height: 14px;
background-position: -3424px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ms, .latepoint .lp_iti__flag.lp_iti__ms {
height: 10px;
background-position: -3446px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mt, .latepoint .lp_iti__flag.lp_iti__mt {
height: 14px;
background-position: -3468px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mu, .latepoint .lp_iti__flag.lp_iti__mu {
height: 14px;
background-position: -3490px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mv, .latepoint .lp_iti__flag.lp_iti__mv {
height: 14px;
background-position: -3512px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mw, .latepoint .lp_iti__flag.lp_iti__mw {
height: 14px;
background-position: -3534px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mx, .latepoint .lp_iti__flag.lp_iti__mx {
height: 12px;
background-position: -3556px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__my, .latepoint .lp_iti__flag.lp_iti__my {
height: 10px;
background-position: -3578px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__mz, .latepoint .lp_iti__flag.lp_iti__mz {
height: 14px;
background-position: -3600px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__na, .latepoint .lp_iti__flag.lp_iti__na {
height: 14px;
background-position: -3622px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nc, .latepoint .lp_iti__flag.lp_iti__nc {
height: 10px;
background-position: -3644px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ne, .latepoint .lp_iti__flag.lp_iti__ne {
height: 15px;
background-position: -3666px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nf, .latepoint .lp_iti__flag.lp_iti__nf {
height: 10px;
background-position: -3686px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ng, .latepoint .lp_iti__flag.lp_iti__ng {
height: 10px;
background-position: -3708px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ni, .latepoint .lp_iti__flag.lp_iti__ni {
height: 12px;
background-position: -3730px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nl, .latepoint .lp_iti__flag.lp_iti__nl {
height: 14px;
background-position: -3752px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__no, .latepoint .lp_iti__flag.lp_iti__no {
height: 15px;
background-position: -3774px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__np, .latepoint .lp_iti__flag.lp_iti__np {
height: 15px;
background-position: -3796px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nr, .latepoint .lp_iti__flag.lp_iti__nr {
height: 10px;
background-position: -3811px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nu, .latepoint .lp_iti__flag.lp_iti__nu {
height: 10px;
background-position: -3833px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__nz, .latepoint .lp_iti__flag.lp_iti__nz {
height: 10px;
background-position: -3855px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__om, .latepoint .lp_iti__flag.lp_iti__om {
height: 10px;
background-position: -3877px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pa, .latepoint .lp_iti__flag.lp_iti__pa {
height: 14px;
background-position: -3899px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pe, .latepoint .lp_iti__flag.lp_iti__pe {
height: 14px;
background-position: -3921px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pf, .latepoint .lp_iti__flag.lp_iti__pf {
height: 14px;
background-position: -3943px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pg, .latepoint .lp_iti__flag.lp_iti__pg {
height: 15px;
background-position: -3965px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ph, .latepoint .lp_iti__flag.lp_iti__ph {
height: 10px;
background-position: -3987px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pk, .latepoint .lp_iti__flag.lp_iti__pk {
height: 14px;
background-position: -4009px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pl, .latepoint .lp_iti__flag.lp_iti__pl {
height: 13px;
background-position: -4031px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pm, .latepoint .lp_iti__flag.lp_iti__pm {
height: 14px;
background-position: -4053px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pn, .latepoint .lp_iti__flag.lp_iti__pn {
height: 10px;
background-position: -4075px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pr, .latepoint .lp_iti__flag.lp_iti__pr {
height: 14px;
background-position: -4097px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ps, .latepoint .lp_iti__flag.lp_iti__ps {
height: 10px;
background-position: -4119px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pt, .latepoint .lp_iti__flag.lp_iti__pt {
height: 14px;
background-position: -4141px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__pw, .latepoint .lp_iti__flag.lp_iti__pw {
height: 13px;
background-position: -4163px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__py, .latepoint .lp_iti__flag.lp_iti__py {
height: 11px;
background-position: -4185px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__qa, .latepoint .lp_iti__flag.lp_iti__qa {
height: 8px;
background-position: -4207px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__re, .latepoint .lp_iti__flag.lp_iti__re {
height: 14px;
background-position: -4229px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ro, .latepoint .lp_iti__flag.lp_iti__ro {
height: 14px;
background-position: -4251px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__rs, .latepoint .lp_iti__flag.lp_iti__rs {
height: 14px;
background-position: -4273px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ru, .latepoint .lp_iti__flag.lp_iti__ru {
height: 14px;
background-position: -4295px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__rw, .latepoint .lp_iti__flag.lp_iti__rw {
height: 14px;
background-position: -4317px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sa, .latepoint .lp_iti__flag.lp_iti__sa {
height: 14px;
background-position: -4339px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sb, .latepoint .lp_iti__flag.lp_iti__sb {
height: 10px;
background-position: -4361px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sc, .latepoint .lp_iti__flag.lp_iti__sc {
height: 10px;
background-position: -4383px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sd, .latepoint .lp_iti__flag.lp_iti__sd {
height: 10px;
background-position: -4405px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__se, .latepoint .lp_iti__flag.lp_iti__se {
height: 13px;
background-position: -4427px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sg, .latepoint .lp_iti__flag.lp_iti__sg {
height: 14px;
background-position: -4449px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sh, .latepoint .lp_iti__flag.lp_iti__sh {
height: 10px;
background-position: -4471px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__si, .latepoint .lp_iti__flag.lp_iti__si {
height: 10px;
background-position: -4493px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sj, .latepoint .lp_iti__flag.lp_iti__sj {
height: 15px;
background-position: -4515px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sk, .latepoint .lp_iti__flag.lp_iti__sk {
height: 14px;
background-position: -4537px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sl, .latepoint .lp_iti__flag.lp_iti__sl {
height: 14px;
background-position: -4559px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sm, .latepoint .lp_iti__flag.lp_iti__sm {
height: 15px;
background-position: -4581px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sn, .latepoint .lp_iti__flag.lp_iti__sn {
height: 14px;
background-position: -4603px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__so, .latepoint .lp_iti__flag.lp_iti__so {
height: 14px;
background-position: -4625px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sr, .latepoint .lp_iti__flag.lp_iti__sr {
height: 14px;
background-position: -4647px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ss, .latepoint .lp_iti__flag.lp_iti__ss {
height: 10px;
background-position: -4669px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__st, .latepoint .lp_iti__flag.lp_iti__st {
height: 10px;
background-position: -4691px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sv, .latepoint .lp_iti__flag.lp_iti__sv {
height: 12px;
background-position: -4713px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sx, .latepoint .lp_iti__flag.lp_iti__sx {
height: 14px;
background-position: -4735px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sy, .latepoint .lp_iti__flag.lp_iti__sy {
height: 14px;
background-position: -4757px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__sz, .latepoint .lp_iti__flag.lp_iti__sz {
height: 14px;
background-position: -4779px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ta, .latepoint .lp_iti__flag.lp_iti__ta {
height: 10px;
background-position: -4801px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tc, .latepoint .lp_iti__flag.lp_iti__tc {
height: 10px;
background-position: -4823px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__td, .latepoint .lp_iti__flag.lp_iti__td {
height: 14px;
background-position: -4845px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tf, .latepoint .lp_iti__flag.lp_iti__tf {
height: 14px;
background-position: -4867px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tg, .latepoint .lp_iti__flag.lp_iti__tg {
height: 13px;
background-position: -4889px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__th, .latepoint .lp_iti__flag.lp_iti__th {
height: 14px;
background-position: -4911px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tj, .latepoint .lp_iti__flag.lp_iti__tj {
height: 10px;
background-position: -4933px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tk, .latepoint .lp_iti__flag.lp_iti__tk {
height: 10px;
background-position: -4955px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tl, .latepoint .lp_iti__flag.lp_iti__tl {
height: 10px;
background-position: -4977px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tm, .latepoint .lp_iti__flag.lp_iti__tm {
height: 14px;
background-position: -4999px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tn, .latepoint .lp_iti__flag.lp_iti__tn {
height: 14px;
background-position: -5021px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__to, .latepoint .lp_iti__flag.lp_iti__to {
height: 10px;
background-position: -5043px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tr, .latepoint .lp_iti__flag.lp_iti__tr {
height: 14px;
background-position: -5065px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tt, .latepoint .lp_iti__flag.lp_iti__tt {
height: 12px;
background-position: -5087px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tv, .latepoint .lp_iti__flag.lp_iti__tv {
height: 10px;
background-position: -5109px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tw, .latepoint .lp_iti__flag.lp_iti__tw {
height: 14px;
background-position: -5131px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__tz, .latepoint .lp_iti__flag.lp_iti__tz {
height: 14px;
background-position: -5153px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ua, .latepoint .lp_iti__flag.lp_iti__ua {
height: 14px;
background-position: -5175px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ug, .latepoint .lp_iti__flag.lp_iti__ug {
height: 14px;
background-position: -5197px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__um, .latepoint .lp_iti__flag.lp_iti__um {
height: 11px;
background-position: -5219px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__un, .latepoint .lp_iti__flag.lp_iti__un {
height: 14px;
background-position: -5241px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__us, .latepoint .lp_iti__flag.lp_iti__us {
height: 11px;
background-position: -5263px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__uy, .latepoint .lp_iti__flag.lp_iti__uy {
height: 14px;
background-position: -5285px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__uz, .latepoint .lp_iti__flag.lp_iti__uz {
height: 10px;
background-position: -5307px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__va, .latepoint .lp_iti__flag.lp_iti__va {
height: 15px;
background-position: -5329px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__vc, .latepoint .lp_iti__flag.lp_iti__vc {
height: 14px;
background-position: -5346px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ve, .latepoint .lp_iti__flag.lp_iti__ve {
height: 14px;
background-position: -5368px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__vg, .latepoint .lp_iti__flag.lp_iti__vg {
height: 10px;
background-position: -5390px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__vi, .latepoint .lp_iti__flag.lp_iti__vi {
height: 14px;
background-position: -5412px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__vn, .latepoint .lp_iti__flag.lp_iti__vn {
height: 14px;
background-position: -5434px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__vu, .latepoint .lp_iti__flag.lp_iti__vu {
height: 12px;
background-position: -5456px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__wf, .latepoint .lp_iti__flag.lp_iti__wf {
height: 14px;
background-position: -5478px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ws, .latepoint .lp_iti__flag.lp_iti__ws {
height: 10px;
background-position: -5500px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__xk, .latepoint .lp_iti__flag.lp_iti__xk {
height: 15px;
background-position: -5522px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__ye, .latepoint .lp_iti__flag.lp_iti__ye {
height: 14px;
background-position: -5544px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__yt, .latepoint .lp_iti__flag.lp_iti__yt {
height: 14px;
background-position: -5566px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__za, .latepoint .lp_iti__flag.lp_iti__za {
height: 14px;
background-position: -5588px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__zm, .latepoint .lp_iti__flag.lp_iti__zm {
height: 14px;
background-position: -5610px 0px;
}
.latepoint-admin .lp_iti__flag.lp_iti__zw, .latepoint .lp_iti__flag.lp_iti__zw {
height: 10px;
background-position: -5632px 0px;
}
.latepoint-admin .lp_iti__flag, .latepoint .lp_iti__flag {
height: 15px;
box-shadow: none;
border-radius: 2px;
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/intl-tel-input/flags.png);
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.latepoint-admin .lp_iti__flag, .latepoint .lp_iti__flag {
background-image: url(//chinskiwiatr.pl/wp-content/plugins/latepoint/public/images/intl-tel-input/flags@2x.png);
}
}
.latepoint-admin .lp_iti__flag.lp_iti__np, .latepoint .lp_iti__flag.lp_iti__np {
background-color: transparent;
}
.latepoint-admin .lp_iti__country-list {
font-size: 13px;
}