@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";
@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.flip,.animate.flipInX{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-o-backface-visibility:visible!important}.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.bounce,.animate.flash,.animate.flip,.animate.pulse,.animate.shake,.animate.swing,.animate.tada,.animate.wobble{visibility:visible!important}@-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}@-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}@-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}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.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(.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(.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(.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}@-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(0)}}@-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(0)}}@-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(0)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0)}}.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}@-webkit-keyframes wobble{0%,100%{-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)}}@-moz-keyframes wobble{0%,100%{-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)}}@-o-keyframes wobble{0%,100%{-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)}}@keyframes wobble{0%,100%{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)}}.animate.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes pulse{0%,100%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}}@-moz-keyframes pulse{0%,100%{-moz-transform:scale(1)}50%{-moz-transform:scale(1.1)}}@-o-keyframes pulse{0%,100%{-o-transform:scale(1)}50%{-o-transform:scale(1.1)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.animate.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse}@-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-animation-name:flip;-moz-animation-name:flip;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-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(0);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(0);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(0);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(0);opacity:1}}.animate.flipInX{-webkit-animation-name:flipInX;-moz-animation-name:flipInX;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX;visibility:visible!important}.animate.flipInY,.animate.flipOutX{-webkit-backface-visibility:visible!important;-moz-backface-visibility:visible!important;-o-backface-visibility:visible!important;visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate.flipOutX{-webkit-animation-name:flipOutX;-moz-animation-name:flipOutX;-o-animation-name:flipOutX;animation-name:flipOutX;backface-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(0);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(0);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(0);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(0);opacity:1}}.animate.flipInY{-webkit-animation-name:flipInY;-moz-animation-name:flipInY;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0);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-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-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(0) rotate(0)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0) rotate(0)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0)}}.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(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0) rotate(0)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0) rotate(0)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0)}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(0);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(0);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(0);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(0);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(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0) skewX(0);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0) skewX(0);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0);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;visibility:visible!important}.slideLeft,.slideUp{animation-duration:1s;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;-webkit-animation-duration:1s;animation-timing-function:ease;-webkit-animation-timing-function:ease}@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;-webkit-animation-duration:1s;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out}@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}.expandOpen,.slideExpandUp{animation-timing-function:ease-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;-webkit-animation-timing-function:ease -out}@keyframes slideExpandUp{0%{transform:translateY(100%) scaleX(.5)}30%{transform:translateY(-8%) scaleX(.5)}40%{transform:translateY(2%) scaleX(.5)}50%{transform:translateY(0) scaleX(1.1)}60%{transform:translateY(0) scaleX(.9)}70%{transform:translateY(0) scaleX(1.05)}80%{transform:translateY(0) scaleX(.95)}90%{transform:translateY(0) scaleX(1.02)}100%{transform:translateY(0) scaleX(1)}}@-webkit-keyframes slideExpandUp{0%{-webkit-transform:translateY(100%) scaleX(.5)}30%{-webkit-transform:translateY(-8%) scaleX(.5)}40%{-webkit-transform:translateY(2%) scaleX(.5)}50%{-webkit-transform:translateY(0) scaleX(1.1)}60%{-webkit-transform:translateY(0) scaleX(.9)}70%{-webkit-transform:translateY(0) scaleX(1.05)}80%{-webkit-transform:translateY(0) scaleX(.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(.6) scaleY(.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(.6) scaleY(.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;-webkit-animation-timing-function:ease-out}.bigEntrance,.pullUp{animation-timing-function:ease-out}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(.95)}80%{transform:scale(1.05)}90%{transform:scale(.98)}100%{transform:scale(1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(.98)}100%{-webkit-transform:scale(1)}}.bigEntrance{animation-name:bigEntrance;-webkit-animation-name:bigEntrance;animation-duration:1.6s;-webkit-animation-duration:1.6s;-webkit-animation-timing-function:ease-out;visibility:visible!important}@keyframes bigEntrance{0%{transform:scale(.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(.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(.99) rotate(1deg) translateX(0) translateY(0);opacity:1}90%{transform:scale(1.01) rotate(0) translateX(0) translateY(0);opacity:1}100%{transform:scale(1) rotate(0) translateX(0) translateY(0);opacity:1}}@-webkit-keyframes bigEntrance{0%{-webkit-transform:scale(.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(.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(.99) rotate(1deg) translateX(0) translateY(0);opacity:1}90%{-webkit-transform:scale(1.01) rotate(0) translateX(0) translateY(0);opacity:1}100%{-webkit-transform:scale(1) rotate(0) 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}.floating,.stretchLeft{animation-duration:1.5s}@keyframes hatch{0%{transform:rotate(0) scaleY(.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(0)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0) scaleY(.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(0)}}.floating{animation-name:floating;-webkit-animation-name:floating;-webkit-animation-duration:1.5s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;visibility:visible!important}@keyframes floating{0%,100%{transform:translateY(0)}50%{transform:translateY(8%)}}@-webkit-keyframes floating{0%,100%{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(8%)}}.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%,100%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}@-webkit-keyframes tossing{0%,100%{-webkit-transform:rotate(-4deg)}50%{-webkit-transform:rotate(4deg)}}.pullUp{animation-name:pullUp;-webkit-animation-name:pullUp;animation-duration:1.1s;-webkit-animation-duration:1.1s;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible!important}.pullDown,.stretchLeft{animation-timing-function:ease-out;visibility:visible!important}@keyframes pullUp{0%{transform:scaleY(.1)}40%{transform:scaleY(1.02)}100%,60%{transform:scaleY(.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullUp{0%{-webkit-transform:scaleY(.1)}40%{-webkit-transform:scaleY(1.02)}100%,60%{-webkit-transform:scaleY(.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;-webkit-animation-timing-function:ease-out;transform-origin:50% 0;-ms-transform-origin:50% 0;-webkit-transform-origin:50% 0}@keyframes pullDown{0%{transform:scaleY(.1)}40%{transform:scaleY(1.02)}100%,60%{transform:scaleY(.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(.1)}40%{-webkit-transform:scaleY(1.02)}100%,60%{-webkit-transform:scaleY(.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}.stretchLeft{animation-name:stretchLeft;-webkit-animation-name:stretchLeft;-webkit-animation-duration:1.5s;-webkit-animation-timing-function:ease-out;transform-origin:100% 0;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0}@keyframes stretchLeft{0%{transform:scaleX(.3)}40%{transform:scaleX(1.02)}100%,60%{transform:scaleX(.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchLeft{0%{-webkit-transform:scaleX(.3)}40%{-webkit-transform:scaleX(1.02)}100%,60%{-webkit-transform:scaleX(.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(.3)}40%{transform:scaleX(1.02)}100%,60%{transform:scaleX(.98)}80%{transform:scaleX(1.01)}100%{transform:scaleX(1)}}@-webkit-keyframes stretchRight{0%{-webkit-transform:scaleX(.3)}40%{-webkit-transform:scaleX(1.02)}100%,60%{-webkit-transform:scaleX(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes dtfadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes dtfadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes dtfadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes dtfadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.animate.dtfadeInUp{-webkit-animation-name:dtfadeInUp;-moz-animation-name:dtfadeInUp;-o-animation-name:dtfadeInUp;animation-name:dtfadeInUp;visibility:visible!important}

































  .available-domains li .dt-sc-button { -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; } .available-domains { clear:both; float:left; margin: 0; padding: 0; width:100%; }
.available-domains li { border:1px solid; display:inline; float:left; margin:90px 2% 0 0; position: relative; text-align:center; width:23.5%; border-radius:3px;  }
.available-domains li, .available-domains li:last-child { padding: 0 20px 70px; }
.available-domains li:nth-child(4n) { margin-right: 0; }
.available-domains li .tdl { font-size:16px; width:100%; height:60px; line-height:60px; display:inline-block; top:-30px; text-align:center; position:relative; z-index:1; }
.available-domains li .tdl:before { content:""; position:absolute; left:0px; right:0px; margin:auto; width:60px; height:60px; border-radius:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); z-index:-1; }
.available-domains li .pe-icon { font-size:24px; }
.available-domains li p { font-size:14px; margin:5px 0px 10px; display:inline-block; width:100%; }
.available-domains li .price { font-size:18px; width:100%; display:inline-block; }
.available-domains li .dt-sc-button { clear:both; display:inline-block; font-size:14px; font-weight:300; letter-spacing:0.5px;  margin: 0; padding:20px 10px; position: absolute; bottom: 0; left: 0; right: 0; width:100%; border-radius: 0 0 3px 3px;  }
.available-domains li.not-available .pe-icon { color:#ff6666; }
.available-domains li.not-available .tdl:before, .available-domains li.not-available:hover .dt-sc-button { background:#ff6666; }
.available-domains li.not-available .dt-sc-button { cursor:text; } .available-domains li .tdl, .available-domains li:hover .dt-sc-button { color:#ffffff; }
.available-domains li .price, .available-domains li a.dt-sc-button, .available-domains li.not-available .dt-sc-button { color:#000000; }
.available-domains li p { color:rgba(0, 0, 0, 0.3); }
.available-domains li { background:rgba(0, 0, 0, 0.03); }
.available-domains li .dt-sc-button { background:#ffffff; }	
.available-domains li { border-color:rgba(0, 0, 0, 0.08); } .available-domains li span { color:#624dd6; }
.available-domains li .tdl:before, .available-domains li:hover .dt-sc-button { background:#624dd6; }
  blockquote.type1 q, blockquote > p { font-size:18px; line-height:30px; display:inline-block; font-style:italic; font-weight:300; border-top:2px solid; border-bottom:2px solid; padding:20px 0px; margin-bottom:10px; }
.dt-sc-dark-bg blockquote.type1 q { border-color:#ffffff; }
blockquote.type2 { padding-left:70px; position:relative; overflow:hidden; }
blockquote.type2 q { font-size:24px; line-height:40px; max-width:85%; display:inline-block; }
blockquote.type2 q:before { content:""; }
blockquote.type2:before { content: "\""; font-size:70px; left:0px; position:absolute; top:15px; font-family:'Roboto Slab', serif; width:70px; text-align:center; }
blockquote.type2 cite { font-style:normal; margin:30px 0px 0px; float:right; position:relative; width:100%; text-align:right; }
blockquote.type2 cite:before { content:""; position:absolute; right:25%; top:14px; background:rgba(0, 0, 0, 0.1); height:1px; width:89%; }
blockquote.type3 { padding:15px 0 15px 25px; border-left:2px solid rgba(0, 0, 0, 0.2); }
blockquote.type3 q { font-size:16px; }
blockquote.type4 { background:#888686; font-size: 16px; font-style: italic; line-height: 30px; padding:42px 18% 65px 44px; text-align:left; color:#FFF; font-weight:300; }
blockquote.type4 > cite { display: inline-block; text-align:left; width: 100%; font-style:normal; text-transform:none; font-size:18px; font-weight:normal; margin:10px 0 0;}
blockquote.type4 span { float: left; width: 100%; text-transform:capitalize; font-size:13px; font-style:italic; }
blockquote.type4 > q:before, blockquote.type4 > q:after { display: inline-block; font-family: georgia; font-size: 30px; text-align: center; width: 100%; position:relative; }
blockquote.type4 > q:before { top:14px; }
blockquote.type4 > q:after { bottom:-10px; }
blockquote.type4:before{content:"\201c";}
blockquote.type4:after{content:"\201d";}
blockquote.type4 > q:before, blockquote.type4 > q:after{display:none;}
blockquote.type4:before, blockquote.type4:after{color:rgba(0,0,0,0.1); position:absolute; width:auto; font-family:Amaranth, sans-serif; font-weight:normal; font-style:normal;}
blockquote.type4:before{text-align:left; font-size:230px; top:80px; left:15px;}
blockquote.type4:after{font-size:100px; right:15px; bottom:-10px;}	
blockquote.type4 h3{color:#FFF; font-style:normal;}  blockquote.type1.blue q, blockquote.type3.blue { color: #008bd3;border-color: #008bd3; }
blockquote.type2.blue cite::before, blockquote.type4.blue { background-color: #008bd3; } blockquote.type1.brown q, blockquote.type3.brown { color: #795548;border-color: #795548; }
blockquote.type2.brown cite::before, blockquote.type4.brown {  background-color: #795548; } blockquote.type1.cadetblue q, blockquote.type3.cadetblue { color: #3c939d;border-color: #3c939d; }
blockquote.type2.cadetblue cite::before, blockquote.type4.cadetblue { background-color: #3c939d; } blockquote.type1.chillipepper q, blockquote.type3.chillipepper { color: #c10841;border-color: #c10841; }
blockquote.type2.chillipepper cite::before, blockquote.type4.chillipepper { background-color: #c10841; } blockquote.type1.cyan q, blockquote.type3.cyan { color: #00bcd4;border-color: #00bcd4; }
blockquote.type2.cyan cite::before, blockquote.type4.cyan { background-color: #00bcd4; } blockquote.type1.darkgolden q, blockquote.type3.darkgolden { color: #b48b3c;border-color: #b48b3c; }
blockquote.type2.darkgolden cite::before, blockquote.type4.darkgolden { background-color: #b48b3c; } blockquote.type1.deeporange q, blockquote.type3.deeporange { color: #ff5722;border-color: #ff5722; }
blockquote.type2.deeporange cite::before, blockquote.type4.deeporange { background-color: #ff5722; } blockquote.type1.deeppurple q, blockquote.type3.deeppurple { color: #673ab7;border-color: #673ab7; }
blockquote.type2.deeppurple cite::before, blockquote.type4.deeppurple { background-color: #673ab7; } blockquote.type1.green q, blockquote.type3.green { color: #60ae0d;border-color: #60ae0d; }
blockquote.type2.green cite::before, blockquote.type4.green { background-color: #60ae0d; } blockquote.type1.lime q, blockquote.type3.lime { color: #cddc39;border-color: #cddc39; }
blockquote.type2.lime cite::before, blockquote.type4.lime { background-color: #cddc39; } blockquote.type1.magenta q, blockquote.type3.magenta { color: #cb506d;border-color: #cb506d; }
blockquote.type2.magenta cite::before, blockquote.type4.magenta { background-color: #cb506d; } blockquote.type1.orange q, blockquote.type3.orange { color: #ff9800;border-color: #ff9800; }
blockquote.type2.orange cite::before, blockquote.type4.orange { background-color: #ff9800; } blockquote.type1.pink q, blockquote.type3.pink { color: #e91e63;border-color: #e91e63; }
blockquote.type2.pink cite::before, blockquote.type4.pink { background-color: #e91e63; } blockquote.type1.purple q, blockquote.type3.purple { color: #9c27b0;border-color: #9c27b0; }
blockquote.type2.purple cite::before, blockquote.type4.purple { background-color: #9c27b0; } blockquote.type1.red q, blockquote.type3.red { color: #da0000;border-color: #da0000; }
blockquote.type2.red cite::before, blockquote.type4.red { background-color: #da0000; } blockquote.type1.skyblue q, blockquote.type3.skyblue { color: #1ec0ff;border-color: #1ec0ff; }
blockquote.type2.skyblue cite::before, blockquote.type4.skyblue { background-color: #1ec0ff; } blockquote.type1.teal q, blockquote.type3.teal { color: #009688;border-color: #009688; }
blockquote.type2.teal cite::before, blockquote.type4.teal { background-color: #009688; } blockquote.type1.turquoise q, blockquote.type3.turquoise { color: #32ccbd;border-color: #32ccbd; }
blockquote.type2.turquoise cite::before, blockquote.type4.turquoise { background-color: #32ccbd; } blockquote.type1.wisteria q, blockquote.type3.wisteria { color: #9b59b6;border-color: #9b59b6; }
blockquote.type2.wisteria cite::before, blockquote.type4.wisteria { background-color: #9b59b6; } blockquote.type1.yellow q, blockquote.type3.yellow { color: #ffe401;border-color: #ffe401; }
blockquote.type2.yellow cite::before, blockquote.type4.yellow { background-color: #ffe401; } blockquote.type1 q, blockquote > p { border-color:rgba(0, 0, 0, 0.15); }
  .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-colored-big-buttons span { -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:uppercase; 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; }
.dt-sc-button:hover { color:#ffffff; }
.dt-sc-button.filled, .dt-sc-button.filled:hover { color:#ffffff; }
.dt-sc-button.rounded-border, .dt-sc-button.bordered { border:2px solid; border-radius:3px; background:none; }
.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); }
.rounded-corner { border-radius:5px; }
.dt-sc-button.filled.white { background:#ffffff; color:#000000; }
.dt-sc-button.filled.white:hover { color:#ffffff; }
.dt-sc-button.filled.black { background:#000000; }
.dt-sc-button.small { font-size:12px; padding:13px 20px 11px; }
.dt-sc-button.medium { font-size:14px; padding:16px 30px 14px; }
.dt-sc-button.large { font-size:16px; padding:20px 40px 18px; }
.dt-sc-button.xlarge { font-size:20px; padding:26px 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.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; }
.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; }
.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; }
.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; }
.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; } .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:130px; 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; }
.dt-sc-button.medium.with-icon.icon-left { padding:16px 25px 14px; }
.dt-sc-button.medium.with-icon.icon-left span { margin-right:20px; }
.dt-sc-button.large.with-icon.icon-left { padding:20px 30px 18px; }
.dt-sc-button.large.with-icon.icon-left span { margin-right:20px; }
.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:3px;} .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; } .dt-sc-button.filled.with-icon.type4{font-weight:normal; text-transform:none;}
.dt-sc-button.filled.with-icon.icon-left.type4{padding:16px 95px 14px 25px;}
.dt-sc-button.filled.with-icon.icon-right.type4{padding:16px 25px 14px 95px;}
.dt-sc-button.filled.with-icon.type4:before{content:"\f105"; font-family:'fontawesome'; font-style:normal; font-weight:normal; position:absolute; top:0px; height:100%; width:50px; right:0; text-align:center; line-height:50px; font-size:30px;}
.dt-sc-button.filled.with-icon.type4.xlarge:before{top:3px;}
.dt-sc-button.filled.with-icon.icon-right.type4:before{left:0px; right:auto;}
.dt-sc-button.filled.with-icon.type4:after{content:""; position:absolute; top:0px; height:100%; width:50px; right:0; display:inline-block; transition:all 0.3s linear; z-index:-1;}
.dt-sc-button.filled.with-icon.icon-right.type4:after{right:auto; left:0px;} .dt-sc-button.filled.with-icon.type4 span{margin:3px 15px 0px 0px;} .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.brown { border-color:#795548; }
.dt-sc-colored-big-buttons.cadetblue { border-color:#3c939d; }
.dt-sc-colored-big-buttons.chillipepper { border-color:#c10841; }
.dt-sc-colored-big-buttons.cyan { border-color:#00bcd4; }
.dt-sc-colored-big-buttons.darkgolden { border-color:#b48b3c; }
.dt-sc-colored-big-buttons.deeporange { border-color:#ff5722; }
.dt-sc-colored-big-buttons.deeppurple { border-color:#673ab7; }
.dt-sc-colored-big-buttons.lime { border-color:#6ca04a; }
.dt-sc-colored-big-buttons.magenta { border-color:#cb506d; }
.dt-sc-colored-big-buttons.pink { border-color:#fd6ca3; }
.dt-sc-colored-big-buttons.purple { border-color:#9c27b0; }
.dt-sc-colored-big-buttons.red { border-color:#da0000; }
.dt-sc-colored-big-buttons.skyblue { border-color:#0eb2e7; }
.dt-sc-colored-big-buttons.teal { border-color:#009688; }	
.dt-sc-colored-big-buttons.turquoise { border-color:#51e8f5; }
.dt-sc-colored-big-buttons.wisteria { border-color:#9b59b6; }
.dt-sc-colored-big-buttons.yellow { border-color:#ffe401; }	
.dt-sc-colored-big-buttons.black { border-color:#222222; }	
.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.brown span, .dt-sc-colored-big-buttons.brown:hover { background:#795548; }
.dt-sc-colored-big-buttons.cadetblue span, .dt-sc-colored-big-buttons.cadetblue:hover { background:#3c939d; }
.dt-sc-colored-big-buttons.chillipepper span, .dt-sc-colored-big-buttons.chillipepper:hover { background:#c10841; }
.dt-sc-colored-big-buttons.cyan span, .dt-sc-colored-big-buttons.cyan:hover { background:#00bcd4; }
.dt-sc-colored-big-buttons.darkgolden span, .dt-sc-colored-big-buttons.darkgolden:hover { background:#b48b3c; }
.dt-sc-colored-big-buttons.deeporange span, .dt-sc-colored-big-buttons.deeporange:hover { background:#ff5722; }
.dt-sc-colored-big-buttons.deeppurple span, .dt-sc-colored-big-buttons.deeppurple:hover { background:#673ab7; }
.dt-sc-colored-big-buttons.lime span, .dt-sc-colored-big-buttons.lime:hover { background:#6ca04a; }
.dt-sc-colored-big-buttons.magenta span, .dt-sc-colored-big-buttons.magenta:hover { background:#cb506d; }
.dt-sc-colored-big-buttons.pink span, .dt-sc-colored-big-buttons.pink:hover { background:#fd6ca3; }
.dt-sc-colored-big-buttons.purple span, .dt-sc-colored-big-buttons.purple:hover { background:#9c27b0; }
.dt-sc-colored-big-buttons.red span, .dt-sc-colored-big-buttons.red:hover { background:#da0000; }
.dt-sc-colored-big-buttons.skyblue span, .dt-sc-colored-big-buttons.skyblue:hover { background:#0eb2e7; }
.dt-sc-colored-big-buttons.teal span, .dt-sc-colored-big-buttons.teal:hover { background:#009688; }	
.dt-sc-colored-big-buttons.turquoise span, .dt-sc-colored-big-buttons.turquoise:hover { background:#51e8f5; }
.dt-sc-colored-big-buttons.wisteria span, .dt-sc-colored-big-buttons.wisteria:hover { background:#9b59b6; }
.dt-sc-colored-big-buttons.yellow span, .dt-sc-colored-big-buttons.yellow:hover { background:#ffe401; }
.dt-sc-colored-big-buttons.black span, .dt-sc-colored-big-buttons.black:hover { background:#222222; }
.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-colored-big-buttons.brown:hover span { background:#573a30; }
.dt-sc-colored-big-buttons.cadetblue:hover span { background:#34818a; }
.dt-sc-colored-big-buttons.chillipepper:hover span { background:#9d0836; }
.dt-sc-colored-big-buttons.cyan:hover span { background:#00a0b4; }
.dt-sc-colored-big-buttons.darkgolden:hover span { background:#a17b35; }
.dt-sc-colored-big-buttons.deeporange:hover span { background:#db4211; }
.dt-sc-colored-big-buttons.deeppurple:hover span { background:#532b99; }
.dt-sc-colored-big-buttons.lime:hover span { background:#b1bf27; }
.dt-sc-colored-big-buttons.magenta:hover span { background:#ae3753; }
.dt-sc-colored-big-buttons.pink:hover span { background:#e86496; }
.dt-sc-colored-big-buttons.purple:hover span { background:#7c1b8c; }
.dt-sc-colored-big-buttons.red:hover span { background:#c50000; }
.dt-sc-colored-big-buttons.skyblue:hover span { background:#0da2d4; }
.dt-sc-colored-big-buttons.teal:hover span { background:#007f73; }	
.dt-sc-colored-big-buttons.turquoise:hover span { background:#24b6a8; }
.dt-sc-colored-big-buttons.wisteria:hover span { background:#7c4094; }
.dt-sc-colored-big-buttons.yellow:hover span{ background:#ebd302; }
.dt-sc-colored-big-buttons.black:hover span { background:#3b3b3b; } .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:#d2ed9e; }
.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:#d2ed9e; }	
.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:#d2ed9e; } .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:#51e8f5; }
.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:#51e8f5; }	
.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:#51e8f5; } .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.with_no_bg{font-size:15px; font-weight:bold; padding:0; background-color:transparent; position:relative;}
.dt-sc-button.with_no_bg:hover{color:#000; background-color:transparent;}
.dt-sc-button.with_no_bg.icon-right.with-icon span{opacity:0; position:absolute; right:0px; top:0px; transition:all 0.3s linear;}
.dt-sc-button.with_no_bg.icon-right.with-icon:hover span{opacity:1; right:-10px;}
@-moz-document url-prefix() { 
.dt-sc-button.with_no_bg.icon-right.with-icon span {
top:2px;
}
} .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, .skin-highlight .dt-sc-button.rounded-border, .skin-highlight .dt-sc-button.bordered { color:#ffffff; }
.skin-highlight .dt-sc-button.rounded-border:hover, .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, .skin-highlight .dt-sc-button.rounded-border, .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; }	
.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; }
.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; }
.dt-sc-button.large{padding:20px 34px 18px;}
}  @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; }
} @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; }	
} .dt-sc-button.filled, .dt-sc-button:hover, .dt-sc-button.rounded-border:hover, .dt-sc-button.bordered:hover, .dt-sc-button.fully-rounded-border:hover, .dt-sc-colored-big-buttons:hover, .dt-sc-colored-big-buttons span { background:#624dd6; }
.dt-sc-button.rounded-border.black:hover, .dt-sc-button.bordered.black:hover, .dt-sc-button.bordered:hover, .dt-sc-button.rounded-border:hover, .dt-sc-colored-big-buttons, .dt-sc-button.fully-rounded-border, .dt-sc-button.fully-rounded-border:hover { border-color:#624dd6; }
.dt-sc-dark-bg.skin-color .dt-sc-button.fully-rounded-border:hover, 
.skin-highlight .dt-sc-button.rounded-border:hover, .skin-highlight .dt-sc-button.bordered:hover,
.dt-sc-button.with-shadow.white, .dt-sc-button.fully-rounded-border, .dt-sc-button.rounded-border, .dt-sc-button.bordered, .dt-sc-button.with_no_bg { color:#624dd6; } .dt-sc-button.with-icon.icon-right.type1:hover, .dt-sc-button.filled:hover, .dt-sc-button.filled.with-icon.type4:after { background:#532b99; }
.dt-sc-button.with-shadow.white { box-shadow:3px 3px 0px 0px #532b99; }
  .carousel-arrows { position:absolute; right:0px; }
.carousel-arrows a { width:32px; height:32px; border:1px solid; border-radius:50%; float:left; text-align:center; margin-left:10px; position:relative; }
.carousel-arrows a:before { width:100%; height:100%; text-align:center; font-size:18px; line-height:28px; vertical-align:middle; font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; }
.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-testimonial-wrapper .carousel-arrows { right:0px; bottom:45px; }
.dt-sc-images-wrapper .carousel-arrows { right:0px; top:-60px; }
.dt-sc-partners-carousel-wrapper .carousel-arrows { left:0px; right:0px; margin:auto; bottom:-35px; }
.caroufredsel_wrapper { margin-bottom:0px !important; }
.carousel-arrows { position:absolute; right:0px; bottom:0; }
.carousel-arrows a { width:35px; height:35px; float:left; text-align:center; margin-left:10px; position:relative; color:#a49d8d; }
.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:35px; height:35px; border-radius:50%; float:left; text-align:center; margin-left:10px; position:relative; font-size:20px; line-height:33px; color:rgba(0, 0, 0, 0.15); border:1px solid;} .dt_carousel .dt-sc-team, .dt_carousel .dt-sc-icon-box, .dt_carousel .dt-sc-image-caption, .dt_carousel .blog-entry, .dt_carousel .portfolio {clear: none;}
.dt_carousel .portfolio { float:left; }
.carousel_items { float:left; width:100%; clear:both; }
.carousel_items .dt_carousel > div, .carousel_items .dt_carousel > article { margin:0px 10px 10px; }
.dt_carousel .dt-sc-team, .dt_carousel .dt-sc-icon-box, .dt_carousel .dt-sc-image-caption, .dt_carousel .blog-entry, .dt_carousel .portfolio{clear:none;}
.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.type1 .carousel-arrows, .dt-sc-testimonial-wrapper.type3 .carousel-arrows, .dt-sc-testimonial-wrapper.type7 .carousel-arrows { right:0px; left:0px; margin:auto; bottom:-60px; text-align:center; width:90px; }
.dt-sc-testimonial-wrapper.type1 .carousel-arrows a { display:inline-block; }
.dt-sc-testimonial-wrapper.type4 .carousel-arrows { bottom: 0; left: 0; right: auto; }
.dt-sc-testimonial-wrapper.type6 .carousel-arrows { bottom:-30px; }	
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-quote, .dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-author { padding-top:0px; padding-bottom:0px; }
.dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6:after, .dt-sc-testimonial-wrapper.type6 .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before { background:none; } .portfolio_carousel_display .dt-carousel-navigation a{margin-top:-45%; position:absolute;}
.portfolio_carousel_display .dt-carousel-navigation a.prev-arrow{left:0px;}
.portfolio_carousel_display .dt-carousel-navigation a.next-arrow{right:10px;}
.portfolio_carousel_display.carousel_items .dt_carousel > div{margin-right:0; margin-left:0;} .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:0px 0px 0px 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; float:left; margin:0px; padding:0px; width:100%; position:relative; }
.dt-sc-images-carousel li { display:block; float:left; margin:0px; }	
.dt-sc-images-carousel li img { max-width:100%; }
.dt-sc-images-wrapper { margin-left:-20px; width:-webkit-calc(100% + 20px); width:-moz-calc(100% + 20px); width:calc(100% + 20px); }
.dt-sc-images-carousel li { margin-left:20px; }	
.dt-sc-images-wrapper .carousel-arrows a { margin-left:15px; border:none; 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:35px; }
.dt-sc-images-wrapper .carousel-arrows a.images-next { margin-right:5px; } .dt-sc-testimonial-carousel li { display:block; float:left; margin: 0; padding: 0; }	
.dt-sc-testimonial-carousel .dt-sc-testimonial.type3 .dt-sc-testimonial-author { 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 .carousel-arrows { margin: 0 auto; right: 0; width: 90px; bottom: -15px; left:0; }
.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 0px 0px; }
.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-testimonial-wrapper.carousel_items .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { left:-100px; right:auto; }
.dt-sc-testimonial-wrapper.type8 .carousel-arrows { left:0; right:auto; } .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%; }
.carousel_items.arrow_with_bg .dt-carousel-navigation a{color:#FFF;}
.carousel_items.arrow_with_bg .dt-carousel-navigation a:hover{color:rgba(0, 0, 0, 0.15); background:none;} .carousel-arrows a, .dt-carousel-navigation a { border-color:rgba(0, 0, 0, 0.15); }
.carousel-arrows a:hover:before, .dt-sc-images-wrapper .carousel-arrows a:hover, .dt-carousel-navigation 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); } .carousel-arrows a:hover, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:hover, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:before, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active:hover:before, .vc_custom_carousel .slick-slider .slick-dots, .vc_custom_carousel .slick-slider:before { border-color:#624dd6; }
.carousel-arrows a:hover, .dt-sc-images-wrapper .carousel-arrows a:hover, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a:hover, .dt-sc-testimonial-wrapper .dt-sc-testimonial-bullets a.active, .dt-carousel-navigation a:hover, .carousel_items.arrow_with_bg .dt-carousel-navigation a { background:#624dd6; }
  .dt-sc-contact-info.type2, .dt-sc-contact-info.type2 span, .dt-sc-contact-info.type5, .dt-sc-contact-info.type8 { -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-contact-info { float:left; margin:0px; padding:0px; clear:both; width:100%; line-height:28px; position:relative; }
.dt-sc-contact-info span { float:left; margin:3px 10px 0px 0px; font-size:20px; width:30px; text-align:center; }
.dt-sc-contact-info p { margin:0px; }
.dt-sc-contact-info .icon-pointer { margin-bottom:10px; }
.dt-sc-contact-info.type1{padding:0 0 0 45px;}
.dt-sc-contact-info.type1 span{position:absolute; left:0; top:3px;}
.dt-sc-contact-info.type2 { border:1px solid; padding:10px 0px 15px 100px; line-height:26px; background-color:#FFF;}
.dt-sc-contact-info.type2 h6 { text-transform:uppercase; font-size:16px; letter-spacing:0.6px; margin:10px 0px; font-weight:bold; }
.dt-sc-contact-info.type2 span { float:left; position:absolute; left:0px; top:-3px; height:100%; width:80px; font-size:30px; line-height:110px; }
.dt-sc-contact-info.type3 { position:relative; padding:40px 20px 90px; text-align:center; }
.dt-sc-contact-info.type3 h6 { font-size:18px; text-transform:uppercase; }
.dt-sc-contact-info.type3 h6, .dt-sc-contact-info.type3 p { position:relative; z-index:1; font-weight:normal; }
.dt-sc-contact-info.type3 span { position:absolute; left:0px; right:0px; margin:auto; bottom:-30px; font-size:32px; line-height:60px; z-index:1; }
.dt-sc-contact-info.type3:before { content:""; position:absolute; left:10px; top:10px; width:100%; height:100%; width:-webkit-calc(100% - 20px); width:-moz-calc(100% - 20px); width:calc(100% - 20px); height:-webkit-calc(100% - 10px); height:-moz-calc(100% - 10px); height:calc(100% - 10px); border:1px solid; border-bottom:0px; }
.dt-sc-contact-info.type3:after { content:""; position:absolute;  left:0px; right:0px; margin:auto; bottom:-30px; width:60px; height:60px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); }
.dt-sc-contact-info.type4 { border:1px solid; text-align:center; padding:30px 10px; margin:0px -1px 0px 0px; float:left; }
.dt-sc-contact-info.type4 span { display:inline-block; float:none; position:relative; width:70px; height:70px; margin-bottom:20px; line-height:68px; }
.dt-sc-contact-info.type4 h6 { font-size:16px; font-weight:bold; text-transform:uppercase; }
.dt-sc-contact-info.type4 p, .dt-sc-contact-info.type4 a { font-size:14px; line-height:22px; }
.dt-sc-contact-info.type4 span:before { position:relative; z-index:1; font-size:30px; }
.dt-sc-contact-info.type4 span:after { content:""; position:absolute; left:0px; right:0px; top:8px; margin:auto; width:50px; height:50px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);   transform:rotate(45deg); border-radius:5px; } .last .dt-sc-contact-info.type4:before { content: none; }
.dt-sc-contact-info-wrapper { float:left; width:100%; text-align:center; position:relative; z-index:99; } 
.dt-sc-contact-info-wrapper .wpb_column { float:none; display:inline-block; }
.dt-sc-contact-info.type5 { text-align:center; padding:40px 20px; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon span { font-size:60px; line-height:130px; position:relative; z-index:9; width:auto; float:none; margin:0px; }
.dt-sc-contact-info.type5 h6 { font-size:16px; text-transform:uppercase; margin:30px 0px 0px; font-weight:600; }
.dt-sc-contact-info.type5 .dt-sc-contact-icon { text-align:center; position: relative; width:130px; height:130px; margin:0px; display:inline-block; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;} .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(//kiaorakids.co.nz/wp-content/plugins/designthemes-core-features/shortcodes/css/images/hexagon-shape-pattern.png) repeat; }
.dt-sc-contact-details-on-map { position:relative; float:left; clear:both; width:100%; margin:0px; padding:0px; }
.dt-sc-contact-details-on-map .map { widows:100%; margin:0px; padding:0px; float:left; clear:both; }
.dt-sc-contact-details-on-map img { max-width:100%; height:auto; display:block;  }
.dt-sc-contact-details-on-map .map-switch-icon { position:absolute; left:0px; right:0px; top:-40px; width:80px; height:80px; margin:auto; border-radius:50%; text-align:center; font-size:32px; line-height:80px; z-index:9; }
.dt-sc-contact-details-on-map .dt-sc-map-overlay { float: none; margin: 0 auto !important; max-width: 1200px; padding: 140px 0 0; position:absolute; left: 0; right: 0; top: 0; height:100%; width:100%; z-index:1; }
.dt-sc-contact-details-on-map .dt-sc-map-overlay h3 { font-weight:normal; }
.dt-sc-contact-info.type6 { text-align:center; padding:30px 20px; position:relative; }
.dt-sc-contact-info.type6 span { font-size:36px; position:relative; z-index:9; width:auto; float:none; margin:0px; }
.dt-sc-contact-info.type6 h6 { font-size:18px; text-transform:uppercase; margin:20px 0px 13px; }
.dt-sc-contact-info.type6:before { content:""; position:absolute; left:-15px; top:-15px; width:100%; height:100%; z-index:-1; }
.dt-sc-contact-info.type7 { padding:0px 0px 10px 100px; position:relative; }
.dt-sc-contact-info.type7 h6 { text-transform:uppercase; font-size:16px; letter-spacing:0.6px; margin:10px 0px; font-weight:bold; }
.dt-sc-contact-info.type7 span { float:left; position:absolute; left:0px; top:15px; height:100%; width:65px; font-size:30px; line-height:65px; color:#ffffff; }
.dt-sc-contact-info.type7 span:after { content:""; position:absolute; width:65px; height:65px; left:0px; top:0px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg);  transform:rotate(45deg); border-radius:10px; z-index:-1; }
.dt-sc-contact-info.type8 { border:1px solid #000000; padding:20px 30px 15px 120px; position:relative; margin:0px 0px 0px; }
.dt-sc-contact-info.type8 span { position:absolute; top:20px; left:20px; width:84px; height:84px; font-size:32px; line-height:84px; color:#ffffff; border-radius:50%;}
.dt-sc-contact-info.type8 h6 { font-size:16px; font-weight:bold; text-transform:uppercase; letter-spacing:0.6px; margin-bottom:10px; } 
.dt-sc-contact-info.type8 p, .dt-sc-contact-info.type8 > a { font-size:16px; } .dt-sc-dark-bg .dt-sc-contact-info.type8 { border-color:#ffffff; }
.dt-sc-dark-bg .dt-sc-contact-info.type8 p a:hover { color:rgba(255, 255, 255, 0.5); }
.dt-sc-contact-info.type2, .dt-sc-contact-info.type2 h6, .dt-sc-contact-info.type2 p, .dt-sc-contact-info.type2 a{color:#000;}
.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:#ffffff; }
.dt-sc-contact-info.type6 a:hover { color:rgba(0, 0, 0, 0.6); }
.dt-sc-contact-info.type3 p a:hover { color:#000000; }
.dt-sc-contact-info.type5 h6 a { color:#222222; }
.dt-sc-dark-bg .dt-sc-contact-info.type8 a:hover { color:rgba(255, 255, 255, 0.2); } .dt-sc-contact-info.type3:before { border-color:rgba(255, 255, 255, 0.4); }
.dt-sc-contact-info.type4, .dt-sc-contact-info.type3:after, .dt-sc-contact-info.type5:hover .dt-sc-contact-icon { background:#ffffff; }
.dt-sc-contact-info.type5:hover .dt-sc-contact-icon{background:#FFF !important;}
.dt-sc-contact-info.type6:before { background:#000000; } .dt-sc-contact-info.type3 span, .dt-sc-contact-info.type5:hover .dt-sc-contact-icon span, .dt-sc-contact-info.type2 a:hover { color:#624dd6; } .dt-sc-contact-info.type3, .dt-sc-contact-info.type4 span:after, .dt-sc-contact-info.type4:before, .dt-sc-contact-info.type5 .dt-sc-contact-icon, .dt-sc-contact-info.type7 span:after, .dt-sc-contact-info.type2 span, .dt-sc-contact-info.type8 span { background:#624dd6; }
.dt-sc-contact-info.type5:hover, .dt-sc-contact-info.type6 { background-color:#624dd6; } .dt-sc-contact-info.type4, .last .dt-sc-contact-info.type4, .dt-sc-contact-info.type2, .dt-sc-contact-info.type8:hover { border-color:#624dd6; } .dt-sc-contact-info.type5 .dt-sc-contact-icon, .dt-sc-contact-info.type5 .dt-sc-contact-icon:before, .dt-sc-contact-info.type5 .dt-sc-contact-icon:after { border-color:#532b99; }
  .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 { -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{border:1px solid; border-style:solid; padding:30px; border-right-width:0;}
.dt-sc-counter.type1.last{border-right-width:1px;}
.dt-sc-counter.type1 .icon-wrapper { width:100%; clear:both; position:relative; margin-bottom:20px; padding-bottom:20px; }
.dt-sc-counter.type1 .icon-wrapper:before { content:""; position:absolute; left:0px; bottom:0px; width:30px; height:2px; }
.dt-sc-counter.type1.alignright .icon-wrapper:before { right:0px; left:inherit; }
.dt-sc-counter.type1 .icon-wrapper span { font-size:32px; }
.dt-sc-counter.type1 .dt-sc-counter-number { font-size:30px; margin-bottom:20px; font-weight:bold;}
.dt-sc-counter.type1 h4 { font-size:14px; font-weight:300; text-transform:uppercase; margin-bottom:5px; letter-spacing:1.5px; }
.dt-sc-counter.type1.aligncenter .icon-wrapper:before { left: 0; right: 0; margin: 0 auto; }
.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; border-right:1px solid; }
.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:rotate3d(1, 1, 5, 47deg) skewX(10deg) skewY(10deg); -ms-transform:rotate3d(1, 1, 5, 47deg) skewX(10deg) skewY(10deg); transform:rotate3d(1, 1, 5, 47deg) 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:1px solid; z-index:1; -webkit-transform:rotate3d(1, 1, 5, 47deg) skewX(10deg) skewY(10deg); -ms-transform:rotate3d(1, 1, 5, 47deg) skewX(10deg) skewY(10deg); transform:rotate3d(1, 1, 5, 47deg) 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:9999; }
.dt-sc-counter.type6 { text-align:center; border:1px solid; 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; } .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, .dt-sc-dark-bg .dt-sc-counter.type1 .icon-wrapper: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-color:rgba(0, 0, 0, 0.1); }
.dt-sc-dark-bg .dt-sc-counter.type1 { border-color:rgba(255, 255, 255, 0.1); }
.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; } .dt-sc-counter.type3:hover .icon-wrapper, .dt-sc-counter.type1 .icon-wrapper:before, .dt-sc-counter.type2 .dt-sc-couter-icon-holder, .dt-sc-counter.type5:hover:after, .dt-sc-counter.type6 h4:before, .dt-sc-counter.type6:hover .dt-sc-couter-icon-holder:before, .dt-sc-counter.type3.diamond-square .dt-sc-couter-icon-holder .icon-wrapper:before, .dt-sc-counter.type4:hover .dt-sc-couter-icon-holder { background:#624dd6; } 
.dt-sc-counter.type3.diamond-square h4, .dt-sc-counter.type6:hover h4 { color:#624dd6; }
.dt-sc-counter.type3.diamond-square, .dt-sc-counter.type5:hover:before, .dt-sc-counter.type5:hover:after, .dt-sc-counter.type6, .dt-sc-counter.type6 .dt-sc-couter-icon-holder:before, .dt-sc-counter.type3 .icon-wrapper:before { border-color:#624dd6; } .dt-sc-counter.type2:hover .dt-sc-couter-icon-holder { background:#532b99; }
.dt-sc-counter.type6 .dt-sc-couter-icon-holder:before { box-shadow:5px 1px 0px 0px #532b99; }
   .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; }
  .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(//kiaorakids.co.nz/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(//kiaorakids.co.nz/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) {
} @media only screen and (min-width:768px) and (max-width:991px) {
}  @media only screen and (max-width: 767px) {
}
  .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; } .dt-sc-event-image-caption .dt-sc-image-content h3 { color:#624dd6; }
.dt-sc-event-image-caption:hover { background:#624dd6; }
.dt-sc-event-image-caption:hover .dt-sc-image-content:before { border-left-color:#624dd6; }
  .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; }
  .dt-sc-hexagon-shape { position:relative; float:left; clear:both; width:100%; margin:110px 0px; }
.dt-sc-hexagon-image { position:relative; width:48%; padding-bottom: 55.3%; margin:0 auto; overflow:hidden; -webkit-transform: rotate(-60deg) skewY(30deg); -ms-transform: rotate(-60deg) skewY(30deg); transform: rotate(-60deg) skewY(30deg); }
.dt-sc-hexagon-image span, .dt-sc-hexagon-image img { position:absolute; visibility:visible; }
.dt-sc-hexagon-image span { width:100%; height:100%; text-align:center; overflow:hidden; -webkit-transform: skewY(-30deg) rotate(60deg); -ms-transform: skewY(-30deg) rotate(60deg); transform: skewY(-30deg) rotate(60deg); -webkit-backface-visibility:hidden; }
.dt-sc-hexagon-image img { left:-100%; right:-100%; width: auto; height:100%; margin:0 auto; }
.dt-sc-hexagon-image span:before { content:""; position:absolute; left:0px; right:0px; top:0px; margin:auto; width:100%; height:100%; z-index:1; }
.dt-sc-hexagon-image-overlay { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; -webkit-transform: skewY(-30deg) rotate(60deg); -ms-transform: skewY(-30deg) rotate(60deg); transform: skewY(-30deg) rotate(60deg); -webkit-backface-visibility:hidden; z-index:1; text-align:center; width:100%; height:170px; }
.dt-sc-hexagon-image-overlay h3 { font-size:25px; font-weight:300; }
.dt-sc-hexagon-image-overlay h2 { font-size:38px; font-weight:normal; text-transform:uppercase; position:relative; }
.dt-sc-hexagon-image-overlay h2:before { content:""; position:absolute; left:0px; right:0px; top:-5px; margin:auto; width:54%; height:65px; border-top:1px solid; border-bottom:1px solid; }
.dt-sc-hexagons { float:left; width:100%; height:100%; margin:0px; padding:0px; position:absolute; top:0px; left:0px; text-align:center; }
.dt-sc-hexagons li { position: absolute; width:180px; height:180px; margin: 86.60px 0; border:3px solid; display:inline-block; left:0px; right:0px; margin:auto; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; } .dt-sc-hexagons li:before, .dt-sc-hexagons li .dt-sc-hexagon-overlay:before { top: -64.0660px; border-top:4.2426px solid; border-right:4.2426px solid; border-bottom:0px; border-left:0px; }
.dt-sc-hexagons li:after, .dt-sc-hexagons li .dt-sc-hexagon-overlay:after { bottom: -64.0660px; border-bottom:4.2426px solid; border-left:4.2426px solid; border-top:0px; border-right:0px; }
.dt-sc-hexagons li:hover, .dt-sc-hexagons li:hover:before, .dt-sc-hexagons li:hover:after { border-style:dashed; }
.dt-sc-hexagons li span { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; font-size:68px; height:68px; text-align:center; z-index:9; }
.dt-sc-hexagons li .dt-sc-hexagon-overlay { position:absolute; left:0px; right:0px; width:100%; height:100%; z-index:9; opacity:0; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-hexagons li:hover .dt-sc-hexagon-overlay { opacity:1; }
.dt-sc-hexagons li .dt-sc-hexagon-overlay:before, .dt-sc-hexagons li .dt-sc-hexagon-overlay:after { border:0px; }
.dt-sc-hexagons li .dt-sc-hexagon-overlay p { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; z-index:9; font-size:18px; font-weight:bold; width:83%; text-align:center; height:50px; line-height:24px; }
.dt-sc-hexagons li .dt-sc-hexagon-overlay:before { top: -62.0660px; left:27.934px; height:127px; }
.dt-sc-hexagons li .dt-sc-hexagon-overlay:after { bottom: -62.0660px; left:24.934px; height:127px; width:122px; }
.dt-sc-hexagons li:first-child { top:-58px; }
.dt-sc-hexagons li:last-child { bottom:-58px; }
.dt-sc-hexagons li:nth-child(2) { top:110px; left:-48%; }
.dt-sc-hexagons li:nth-child(3) { top:110px; left:48%; }
.dt-sc-hexagons li:nth-child(4) { top:426px; left:-48%; }
.dt-sc-hexagons li:nth-child(5) { top:426px; left:48%; }
.dt-sc-content-with-hexagon-shape { position:relative; width:490px; height:282.90px; margin:141.77px 0; display:inline-block; text-align:center; padding:0px 60px; }
.dt-sc-content-with-hexagon-shape:before, .dt-sc-content-with-hexagon-shape:after { content:""; position:absolute; width:0; border-left:245px solid transparent; border-right:245px solid transparent; left:0px; }
.dt-sc-content-with-hexagon-shape:before { bottom:100%; border-bottom:141.45px solid; }
.dt-sc-content-with-hexagon-shape:after { top:100%; width:0; border-top:141.45px solid; }
.dt-sc-content-with-hexagon-shape p, .dt-sc-content-with-hexagon-shape a { position:relative; z-index:9; }
.dt-sc-content-with-hexagon-shape .hexagon-border { position:absolute; width:450px; height:259.81px; margin:144.34px 0; border-left:solid 1.8px; border-right:solid 1.8px; top:-134px; left:18px; }
.dt-sc-content-with-hexagon-shape .hexagon-border:before, .dt-sc-content-with-hexagon-shape .hexagon-border:after { content:""; position:absolute; z-index:1; width:318.20px; height:318.20px; -webkit-transform:scaleY(0.5774) rotate(-45deg); -ms-transform:scaleY(0.5774) rotate(-45deg); transform:scaleY(0.5774) rotate(-45deg); background-color:inherit; left:65.2233px; }
.dt-sc-content-with-hexagon-shape .hexagon-border:before { top:-161.0990px; border-top:solid 2.8284px; border-right:solid 2.8284px; }
.dt-sc-content-with-hexagon-shape .hexagon-border:after { bottom:-161.0990px; border-bottom:solid 2.8284px; border-left:solid 2.8284px; }
.dt-sc-content-with-hexagon-shape .dt-sc-button { font-size:20px; }	
.dt-sc-single-hexagon { width: 181px; height: 100px; margin: 86.60px 0; border-left:3px solid; border-right:3px solid; background:#ffffff; display:inline-block; position:relative; }
.dt-sc-single-hexagon:before, .dt-sc-single-hexagon:after, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after { content: ""; position: absolute; z-index: 1; width:128px; height:128px;
-webkit-transform: scaleY(0.5774) rotate(-45deg); -ms-transform: scaleY(0.5774) rotate(-45deg); transform: scaleY(0.5774) rotate(-45deg); background-color: inherit; left: 23.9340px; }
.dt-sc-single-hexagon:before, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before { top: -64.0660px; border-top:4.2426px solid; border-right:4.2426px solid; border-bottom:0px; border-left:0px; }
.dt-sc-single-hexagon:after, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after { bottom: -64.0660px; border-bottom:4.2426px solid; border-left:4.2426px solid; border-top:0px; border-right:0px; }
.dt-sc-single-hexagon:hover, .dt-sc-single-hexagon:hover:before, .dt-sc-single-hexagon:hover:after { border-style:dashed; }
.dt-sc-single-hexagon span { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; font-size:68px; height:68px; text-align:center; z-index:9; color:rgba(0, 0, 0, 0.4); }
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay { position:absolute; left:0px; right:0px; width:100%; height:100%; z-index:9; opacity:0; color:#ffffff; }
.dt-sc-single-hexagon:hover .dt-sc-single-hexagon-overlay { opacity:1; }
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after { border:0px; }
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay p { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; z-index:9; font-size:18px; font-weight:bold; width:83%; text-align:center; height:50px; line-height:24px; }
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before { top: -61.0660px; left:23.934px; height:127px; }
.dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after { bottom: -62.0660px; left:24.934px; height:127px; width:122px; }
.dt-sc-single-hexagon.hexagon-left-margin { margin-left:13px; }
.dt-sc-hexagon-title h3 { font-size:25px; font-weight:300; color:#000000; }
.dt-sc-hexagon-title h2 { font-size:38px; font-weight:normal; text-transform:uppercase; position:relative; }
.dt-sc-hexagon-title h2:before { content:""; position:absolute; left:0px; right:0px; top:-5px; margin:auto; width:25%; height:65px; border-top:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; } .dt-sc-hexagon-image span, .dt-sc-hexagon-image-overlay h3, .dt-sc-hexagon-image-overlay h2, .dt-sc-hexagons li .dt-sc-hexagon-overlay, .dt-sc-content-with-hexagon-shape { color:#ffffff; }	
.dt-sc-hexagons li span { color:rgba(0, 0, 0, 0.4); }
.dt-sc-hexagon-image-overlay h2:before, .dt-sc-content-with-hexagon-shape .hexagon-border, .dt-sc-content-with-hexagon-shape .hexagon-border:before, .dt-sc-content-with-hexagon-shape .hexagon-border:after { border-color:#ffffff; }
.dt-sc-hexagons li { background-color:#ffffff; } .dt-sc-hexagon-title h2 span { color:#624dd6; }
.dt-sc-hexagon-image span:before { background:rgba(103, 58, 183, 0.9); }
.dt-sc-hexagons li .dt-sc-hexagon-overlay, .dt-sc-content-with-hexagon-shape, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay { background:#624dd6; }
.dt-sc-hexagons li:hover, .dt-sc-hexagons li:hover:before, .dt-sc-hexagons li:hover:after, .dt-sc-hexagons li, .dt-sc-hexagons li:before, .dt-sc-hexagons li .dt-sc-hexagon-overlay:before, .dt-sc-hexagons li:after, .dt-sc-hexagons li .dt-sc-hexagon-overlay:after, .dt-sc-single-hexagon:hover, .dt-sc-single-hexagon:hover:before, .dt-sc-single-hexagon:hover:after, .dt-sc-single-hexagon, .dt-sc-single-hexagon:before, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:before, .dt-sc-single-hexagon:after, .dt-sc-single-hexagon .dt-sc-single-hexagon-overlay:after { border-color:#624dd6; }
.dt-sc-content-with-hexagon-shape:after { border-top-color:#624dd6; }
.dt-sc-content-with-hexagon-shape:before { border-bottom-color:#624dd6; }
  .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.type6,
.dt-sc-icon-box.type3,
.dt-sc-icon-box.type3 *,
.dt-sc-icon-box.type7 {
-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-icon-box {
float: left;
clear: both;
margin: 0px;
padding: 0px;
position: relative;
}
.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 .icon-wrapper span img {
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
}
.dt-sc-icon-box .large-icon {
position: absolute;
right: 0px;
bottom: -30px;
font-size: 160px;
}
.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.type1 {
margin: 0px;
padding: 45px 40px;
width: 100%;
border: 1px solid;
border-right: 0px;
overflow: hidden;
}
.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;
padding-bottom: 20px;
font-weight: 600;
position: relative;
}
.dt-sc-icon-box.type1 .icon-content h4:before {
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 30px;
height: 2px;
}
.dt-sc-icon-box.type1 .icon-content p {
margin-bottom: 0px;
}
.last .dt-sc-icon-box.type1 {
border-right: 1px solid;
}
.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.aligncenter .large-icon {
left: 0;
margin: 0 auto;
}
.dt-sc-icon-box.alignright .large-icon {
left: 0;
right: auto;
}
.dt-sc-icon-box.type2 {
width: 100%;
}
.dt-sc-icon-box.type2.alignright .icon-wrapper {
float: right;
margin: 0px 0px 10px 20px;
}
.dt-sc-icon-box.type2 .icon-wrapper {
float: left;
margin: -10px 20px 10px 0px;
}
.dt-sc-icon-box.type2 .icon-wrapper span {
font-size: 45px;
position: relative;
}
.dt-sc-icon-box.type2 .icon-content h4 {
margin-bottom: 20px;
font-weight: 600;
display: inline-block;
float: left;
}
.dt-sc-icon-box.type2 .icon-content p {
margin: 20px 0px 0px;
clear: both;
}
.dt-sc-icon-box.type2 .dt-sc-small-separator {
display: none;
}
.dt-sc-icon-box.type2 .icon-content {
position: relative;
}
.dt-sc-icon-box.type2 .icon-content>span {
position: absolute;
left: 40px;
font-size: 100px;
top: 0;
font-weight: bold;
color: rgba(0, 0, 0, 0.05);
}
.dt-sc-icon-box.type2.alignright .icon-content>span {
left: auto;
right: 40px;
}
.dt-sc-icon-box.type2.aligncenter .icon-wrapper {
width: 100%;
}
.dt-sc-icon-box.type3 {
border: 1px solid #f3f3f3;
padding: 40px 30px 45px;
background-color: #FFF;
}
.dt-sc-icon-box.type3.dt-sc-rounded {
border: none;
width: 100%;
background-color: transparent;
}
.dt-sc-icon-box.type3.dt-sc-rounded .icon-wrapper {
width: 60px;
margin: 0 auto 30px;
height: 60px;
float: none;
line-height: 60px;
border-radius: 100%;
}
.dt-sc-icon-box.type3.dt-sc-rounded .icon-wrapper span {
line-height: 60px;
font-size: 27px;
color: #FFF !important;
}
.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 0px 22px;
}
.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;
font-size: 48px;
line-height: 48px;
border: none;
width: auto;
height: auto;
}
.dt-sc-icon-box.type3 .icon-content h4 {
font-size: 18px;
margin-bottom: 5px;
font-weight: 600;
display: inline-block;
font-size: 20px;
font-weight: normal;
}
.dt-sc-icon-box.type3 .icon-content p {
margin: 20px 0px 0px;
clear: both;
line-height: 27px;
}
.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: 0px;
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: 0px;
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: 5px 0px 0px 60px;
}
.dt-sc-icon-box.type4:before {
content: "";
position: absolute;
left: 22px;
top: 45px;
border-left: 1px solid;
height: 86%;
}
.dt-sc-icon-box.type4 .icon-wrapper {
position: absolute;
left: 0px;
top: 0px;
width: 45px;
text-align: center;
}
.dt-sc-icon-box.type4 .icon-wrapper span {
font-size: 32px;
}
.dt-sc-icon-box.type4 .icon-content h4 {
font-size: 18px;
}
.dt-sc-icon-box.type4 .icon-content a {
margin: 10px 0px 0px;
display: inline-block;
}
.dt-sc-icon-box.type4 .icon-content a span {
font-size: 10px;
margin: 0px 0px 0px 5px;
display: inline-block;
}
.dt-sc-icon-box.type4.last:before {
border: 0px;
}
.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 72px;
line-height: 24px;
}
.dt-sc-icon-box.type5 .icon-wrapper {
text-align: center;
width: 60px;
height: 60px;
display: inline-block;
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
} .dt-sc-icon-box.type5 .icon-wrapper span {
font-size: 24px;
line-height: 75px;
position: relative;
z-index: 1;
line-height: 60px;
color: #FFF;
font-size: 30px;
}
.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.last:after {
display: none;
}
.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.no-icon-bg:after,
.dt-sc-icon-box.type5.no-icon:after {
display: none;
}
.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-bg {
padding: 0px 0px 0px 50px;
}
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper {
width: auto;
height: auto;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background: none !important;
}
.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-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 {
padding-left: 0;
padding-right: 15px;
width: 100%;
border-style: dashed;
border-width: 0 1px 0 0;
}
.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 .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.type6 {
text-align: center;
border: 1px solid #f3f3f3;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px 10px 0px;
}
.dt-sc-icon-box.type6 .icon-wrapper {
width: 120px;
height: 120px;
float: left;
border: 10px solid;
text-align: center;
margin: 0px 15px 20px 0px;
float: none;
margin: 0px auto;
width: auto;
height: auto;
border: none;
}
.dt-sc-icon-box.type6 .icon-wrapper img {
margin: 0 auto;
}
.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;
font-size: 20px;
text-transform: none;
font-weight: normal;
position: relative;
padding-bottom: 15px;
margin: 18px 0 25px;
}
.dt-sc-icon-box.type6 .icon-content h4:after {
content: "";
width: 40px;
height: 2px;
display: inline-block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.dt-sc-icon-box.type6 .icon-content p {
clear: both;
margin-bottom: 22px;
}
.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:after {
content: '';
background-color: #f8f8f8;
width: 100%;
height: 75px;
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}
.dt-sc-icon-box.type6 .icon-content a.dt-sc-button {
font-weight: normal;
font-size: 14px;
padding: 7px 19px;
border-radius: 5px;
}
.dt-sc-icon-box.type6 .icon-content a.dt-sc-button:hover {
opacity: 0.8;
}
.dt-sc-icon-box.type6 .icon-content {
padding: 0px;
}
.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.type7 {
border: 1px solid;
margin-top: 45px;
padding: 0px 30px 20px;
background: #fff;
}
.dt-sc-icon-box.type7 .icon-wrapper {
margin: -45px 0px 30px 0px;
}
.dt-sc-icon-box.type7 .icon-wrapper span {
width: 90px;
height: 90px;
border: 10px solid;
text-align: center;
font-size: 32px;
line-height: 70px;
display: inline-block;
}
.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 95px;
border-bottom: 1px solid;
width: 100%;
}
.dt-sc-icon-box.type8 .icon-wrapper {
width: 70px;
text-align: center;
position: absolute;
left: 0px;
}
.dt-sc-icon-box.type8 .icon-wrapper span {
font-size: 50px;
}
.dt-sc-icon-box.type8 .icon-content h4 {
margin-bottom: 10px;
}
.dt-sc-icon-box.type8 .icon-wrapper img {
position: relative;
top: 3px;
}
.dt-sc-icon-box.type8.last {
border-bottom-width: 0;
}
.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 {
padding: 10px 80px 10px 0;
}
.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 {
overflow: hidden;
width: 100%;
}
.dt-sc-icon-box.type9 .icon-wrapper {
float: left;
margin: 0;
padding: 0;
position: relative;
width: 46%;
}
.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 {
float: left;
height: 100%;
width: 54%;
padding: 0 35px 30px;
}
.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.type10 {
text-align: center;
border: 1px solid;
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: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 {
font-size: 60px;
line-height: 140px;
position: relative;
z-index: 1;
color: #FFF;
}
.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.last .icon-content h4:before {
content: none;
}
.dt-sc-icon-box.type10 .icon-content p {
margin-bottom: 0px;
} .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: 30px 30px 10px;
margin: 50px 0px 0px;
text-align: center;
color: #FFF;
}
.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: relative;
top: -80px;
margin: 0px 0px -30px;
width: 100%;
text-align: center;
}
.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;
font-size: 17px;
color: #FFF;
}
.dt-sc-icon-box.type11 .dt-sc-button.medium {
padding: 13px 50px 11px 30px;
letter-spacing: 0.5px;
position: relative;
bottom: -41px;
border-width: 2px;
background-color: #FFF;
}
.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.type12 {
text-align: center;
padding: 16px 20px 22px;
-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-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,
.dt-sc-icon-box.type12.selected {
padding: 26px 20px 22px;
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.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;
}
.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 {
font-size: 25px;
color: #ffffff;
line-height: 50px;
}
.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.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;
font-size: 30px;
color: #333;
}
.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;
}
.dt-sc-icon-box.type14 .icon-wrapper img {
display: inline-block;
}
.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 !important;
}
.dt-sc-icon-box.type14.red .icon-content h4 {
color: #e75d5c;
}
.dt-sc-icon-box.type14.green .icon-content h4 {
color: #55a67e;
}
.dt-sc-icon-box.type14.blue .icon-content h4 {
color: #008bd3;
}
.dt-sc-icon-box.type14.cadetblue .icon-content h4 {
color: #2ba5c3;
}
.dt-sc-icon-box.type14.slateblue .icon-content h4 {
color: #526685;
}
.dt-sc-icon-box.type14.brown .icon-content h4 {
color: #ae5d3c;
}
.dt-sc-icon-box.type14.orange .icon-content h4 {
color: #f9a91a;
}
.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.type5: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.type10:hover .icon-wrapper span,
.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.type13:hover .icon-content h4,
.dt-sc-icon-box.type13:hover .icon-content p,
.dt-sc-icon-box.type12, .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.type3.dt-sc-diamond:hover .icon-wrapper span, .dt-sc-dark-bg .dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span,
.dt-sc-dark-bg .dt-sc-icon-box.type5.no-icon-bg:hover .icon-wrapper span {
color: #ffffff;
}
.dt-sc-icon-box.type11 .dt-sc-button:hover {
color: #ffffff !important;
}
.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper span {
background: none;
}
.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.05);
} .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-dark-bg .dt-sc-icon-box.type8 .icon-wrapper span,
.dt-sc-dark-bg .dt-sc-icon-box.type8 .icon-content p {
color: rgba(255, 255, 255, 0.5);
}
.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,
.dt-sc-icon-box.type11,
.dt-sc-icon-box.type11 .icon-wrapper span {
background: #ffffff;
}
.dt-sc-icon-box.type11 .dt-sc-button:hover:before,
.dt-sc-icon-box.type11 .dt-sc-button:hover:after {
background: #FFF !important;
}
.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-content a {
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.type11 .dt-sc-button:hover {
border-color: #FFF !important;
}
.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-icon-box.type7 {
border-color: rgba(0, 0, 0, 0.1);
}
.dt-sc-icon-box.type4:before {
border-left-color: rgba(0, 0, 0, 0.1);
}
.dt-sc-dark-bg .dt-sc-icon-box.type4:before {
border-color: rgba(255, 255, 255, 0.2);
}
.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);
} .dt-sc-icon-box.type6 .icon-content h4:after {
background-color: #ffd338;
} .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);
}  .dt-sc-icon-box.type1 .icon-content h4:before, .dt-sc-icon-box.type5:hover .icon-wrapper:before,
.dt-sc-icon-box.type7 .icon-wrapper span,
.dt-sc-icon-box.type5.rounded:hover .icon-wrapper,
.dt-sc-icon-box.type10:hover .icon-wrapper:before,
.dt-sc-icon-box.type10 .icon-content h4:before,
.dt-sc-icon-box.type11:before,
.dt-sc-icon-box.type5.alter .icon-wrapper:before,
.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper:after,
.dt-sc-icon-box.type5.rounded-skin .icon-wrapper,
.dt-sc-icon-box.type13:hover,
.dt-sc-icon-box.type12,
.dt-sc-icon-box.type14:hover, .dt-sc-icon-box.type5 .icon-wrapper,
.dt-sc-icon-box.type10 .icon-wrapper:after,
.dt-sc-icon-box.type3.dt-sc-rounded .icon-wrapper,
.dt-sc-icon-box.type12:hover,
.dt-sc-icon-box.type12.selected,
.dt-sc-icon-box.type11 .dt-sc-button:before,
.dt-sc-icon-box.type11 .dt-sc-button:after,
.dt-sc-icon-box.type11 .dt-sc-button:hover {
background: #624dd6;
}
.dt-sc-icon-box.type1 .icon-wrapper span,
.dt-sc-icon-box.type2 .icon-wrapper span,
.dt-sc-icon-box.type4 .icon-wrapper span,
.dt-sc-icon-box.type5:hover .icon-content h4 a,
.dt-sc-icon-box.type5.no-icon-bg .icon-wrapper span, .dt-sc-icon-box.type10:hover .icon-content h4, .dt-sc-icon-box.type14 .icon-content h4, .dt-sc-icon-box.type3 .icon-wrapper span,
.dt-sc-icon-box.type3:hover .icon-content h4,
.dt-sc-icon-box.type8 .icon-content h4,
.dt-sc-icon-box.type9 .icon-wrapper span,
.dt-sc-icon-box.type6 .icon-content h4,
.dt-sc-icon-box.type11 .icon-wrapper span {
color: #624dd6;
}
.dt-sc-icon-box.type5.no-icon .icon-content h4,
.dt-sc-icon-box.type5.no-icon,
.dt-sc-icon-box.type10 .icon-wrapper:before,
.dt-sc-icon-box.type10,
.dt-sc-icon-box.type3.dt-sc-diamond:hover .icon-wrapper:after, .dt-sc-icon-box.type3:hover,
.dt-sc-icon-box.type7:hover,
.dt-sc-icon-box.type6:hover {
border-color: #624dd6;
}  .dt-sc-icon-box.type10 .icon-wrapper:before {
box-shadow: 5px 0px 0px 0px #532b99;
}
.dt-sc-icon-box.type10:hover .icon-wrapper:before {
box-shadow: 7px 0px 0px 0px #532b99;
}
  .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.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 {
-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 {
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: 9px;
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 .dt-sc-image-title h3 {
font-weight: normal;
text-transform: none;
margin-bottom: 5px;
position: relative;
top: -2px;
font-size: 20px;
}
.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;
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;
line-height: 22px;
}
.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;
}
.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: -5px;
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 {
border-top: 3px solid;
position: relative;
}
.dt-sc-image-caption.type4 .dt-sc-image-content {
border: 1px solid;
border-top: 0px;
margin: 0px 0px 30px;
padding: 30px 20px 45px;
}
.dt-sc-image-caption.type4 .dt-sc-image-content h3 {
font-size: 16px;
}
.dt-sc-image-caption.type4 .dt-sc-image-title {
margin-bottom: 15px;
}
.dt-sc-image-caption.type4 .dt-sc-button {
border: 1px solid #f0f0f0;
text-transform: none;
font-size: 14px;
position: absolute;
bottom: 13px;
left: 20px;
padding: 10px 20px 9px;
}
.dt-sc-image-caption.type4 .dt-sc-button span {
margin-left: 5px;
}
.dt-sc-image-caption.type4.aligncenter .dt-sc-button {
left: 0;
right: 0;
margin: 0 auto;
}
.dt-sc-image-caption.type4.alignright .dt-sc-button {
left: auto;
right: 20px;
margin: 0 auto;
}
.dt-sc-image-caption.type5 {
float: left;
clear: both;
margin: 0px 0px 40px;
padding: 0px 15px;
width: 100%;
text-align: center;
}
.dt-sc-image-caption.type5 img {
border: 5px solid;
border-radius: 10px;
}
.dt-sc-image-caption.type5 .dt-sc-image-content {
margin-top: 30px;
}
.dt-sc-image-caption.type5 .dt-sc-image-title {
margin-bottom: 0px;
}
.dt-sc-image-caption.type5 h3 {
font-size: 24px;
display: inline-block;
margin: 0px;
padding: 6px 25px 5px;
border-radius: 10px;
letter-spacing: 1px;
background: #ffffff;
color: #6e4d27;
font-weight: normal;
}
.dt-sc-image-caption.type5:hover {
-webkit-transform: skewX(2deg) scale(1.05);
-moz-transform: skewX(2deg) scale(1.05);
-ms-transform: skewX(2deg) scale(1.05);
transform: skewX(2deg) scale(1.05);
}
.dt-sc-image-caption.type5.alignleft {
text-align: left;
}
.dt-sc-image-caption.type5.alignright {
text-align: right;
}
.dt-sc-image-caption.type5.alignleft h3,
.dt-sc-image-caption.type5.alignright h3 {
padding: 6px 0 5px;
}
.dt-sc-image-caption.type6 {
padding-bottom: 36px;
position: relative;
text-align: center;
}
.dt-sc-image-caption.type6:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 2;
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: 85px 0px 0px;
position: inherit;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
position: absolute;
top: 0px;
opacity: 0.2;
max-height: 297px;
width: auto;
max-width: none;
left: 0;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .icon-wrapper {
position: inherit;
}
.dt-sc-image-caption.type6 .dt-sc-image-wrapper .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-wrapper .icon-wrapper span {
margin: 0px;
z-index: 3;
position: relative;
}
.dt-sc-image-caption.type6 .dt-sc-image-content {
color: #ffffff;
padding: 0px 40px;
width: 100%;
float: left;
margin-top: 20px;
}
.dt-sc-image-caption.type6 .dt-sc-image-title {
margin-bottom: 25px;
}
.dt-sc-image-caption.type6 h3 {
color: #ffffff;
font-size: 18px;
position: relative;
z-index: 3;
}
.dt-sc-image-caption.type6 h3:before {
content: "";
position: absolute;
height: 2px;
width: 70px;
left: 0px;
right: 0px;
margin: auto;
bottom: -20px;
background: #ffffff;
}
.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 {}
.dt-sc-image-caption.type6:hover .dt-sc-image-wrapper img {
opacity: 1;
}
.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 .dt-sc-image-wrapper {
float: left;
width: 48%;
margin: 0px 3% 0px 0px;
position: relative;
}
.dt-sc-image-caption.type7 .dt-sc-image-wrapper:before {
content: "";
position: absolute;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid #ffffff;
height: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
}
.dt-sc-image-caption.type7 .dt-sc-image-content {
float: left;
width: 49%;
clear: none;
text-align: center;
margin: 70px 0px 0px;
position: relative;
}
.dt-sc-image-caption.type7 .dt-sc-image-title {
margin-bottom: 10px;
}
.dt-sc-image-caption.type7 .dt-sc-image-content h3 {
font-size: 18px;
font-weight: 600;
text-transform: none;
}
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper {
width: 100%;
margin: 0px;
}
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-wrapper:before {
border-top: 0px;
border-bottom: 15px solid #ffffff;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
bottom: 0px;
width: 0px;
left: 0px;
right: 0px;
top: inherit;
}
.dt-sc-image-caption.type7.bottom-content .dt-sc-image-content {
width: 100%;
margin-top: 90px;
}
.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-wrapper:before {
border-left: 15px solid #ffffff;
border-right: 0px;
right: inherit;
left: 0px;
}
.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper {
width: 100%;
margin: 0px;
}
.dt-sc-image-caption.type7.top-content .dt-sc-image-wrapper:before {
border-top: 15px solid #ffffff;
border-bottom: 0px;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
top: 0px;
width: 0px;
left: 0px;
right: 0px;
bottom: inherit;
}
.dt-sc-image-caption.type7.top-content .dt-sc-image-content {
width: 100%;
margin-top: 70px;
margin-bottom: 90px;
}
.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: -72px;
}
.dt-sc-image-caption.type8 .dt-sc-image-title:after {
width: 20px;
height: 1px;
top: -62px;
}
.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-wrapper>a {
display: block;
}
.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 !important;
color: #000000;
}
.dt-sc-image-caption.type9.alignright {
text-align: right;
}
.dt-sc-image-caption.type9.alignleft {
text-align: left;
} .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 {
color: #ffffff;
}
.dt-sc-image-caption .dt-sc-image-title h6 {
color: rgba(0, 0, 0, 0.5);
}
.dt-sc-image-caption.type4 .dt-sc-button {
color: #5b5b5b;
}
.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 {
background: #000000 !important;
}
.dt-sc-image-caption.type2 .dt-sc-image-content {
background: rgba(0, 0, 0, 0.9);
}
.dt-sc-image-caption.type4 .dt-sc-button {
background: #f9f9f9;
}
.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;
}
.dt-sc-image-caption:hover .dt-sc-image-wrapper .icon-wrapper:before {
border-bottom-color: #000000 !important;
}
.dt-sc-image-caption.type2:hover .dt-sc-image-content {
border-color: rgba(0, 0, 0, 0.5) !important;
} .dt-sc-image-caption.type2:hover .dt-sc-image-content {
background: rgba(103, 58, 183, 0.9);
}
.dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper:before {
border-bottom-color: #624dd6;
}
.dt-sc-image-caption.type3 .dt-sc-image-content h3,
.dt-sc-image-caption.type8:hover .dt-sc-image-content h3 a:hover,
.dt-sc-image-with-caption h3 a {
color: #624dd6;
}
.dt-sc-image-caption.type4:hover .dt-sc-button,
.dt-sc-image-caption.type8 .dt-sc-image-content:before {
background: #624dd6;
}
.dt-sc-image-caption.type2 .dt-sc-image-content,
.dt-sc-image-caption.type4,
.dt-sc-image-caption.type4:hover .dt-sc-button {
border-color: #624dd6;
} .dt-sc-image-caption.type2:hover .dt-sc-image-content {
border-color: #532b99;
}
  .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; }
  .dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay, .dt-sc-keynote-speakers, .dt-sc-keynote-speakers .dt-sc-speakers-details: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-keynote-speakers { float:left; clear:both; width:100%; border-left:1px solid; border-right:1px solid; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb { border-right:1px solid; position:relative; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb-holder { position:relative; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb, .dt-sc-keynote-speakers .dt-sc-speakers-details { width:50%; float:left; }
.dt-sc-keynote-speakers .dt-sc-speakers-details { text-align:left; padding:0px 25px 0px; position:relative; }
.dt-sc-keynote-speakers .dt-sc-speakers-details h4, .dt-sc-keynote-speakers .dt-sc-speakers-thumb h4 { letter-spacing:1px; font-size:16px; text-transform:uppercase; margin-bottom:0px; position:relative; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 { font-weight:normal; font-size:13px; letter-spacing:0px; display:inline-block; padding:0px; }
.dt-sc-keynote-speakers .dt-sc-speakers-details p { margin-top:10px; }
.dt-sc-keynote-speakers .dt-sc-speakers-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-keynote-speakers .dt-sc-speakers-thumb h4, .dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 { padding:0px 20px; float:left; width:100%; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h4 { padding-top:25px; margin-bottom:5px; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 { padding-bottom:25px; margin:0px; }
.dt-sc-keynote-speakers .dt-sc-speakers-details h4 { padding:30px 0px 10px; }
.dt-sc-keynote-speakers .dt-sc-speakers-details h4:before { content:""; position:absolute; width:55px; height:1px; left:0px; bottom:0px; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay { position:absolute; left:0px; top:0px; width:100%; height:100%; opacity:0; }
.dt-sc-keynote-speakers:hover .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay { opacity:1; }
.dt-sc-keynote-speakers:hover .dt-sc-speakers-thumb { background:#f1efea; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-team-social { position:absolute; left:0px; right:0px; top:0px; bottom:0px; text-align:center; height:35px; margin:auto; }
.dt-sc-keynote-speakers .dt-sc-speakers-details h4, .dt-sc-keynote-speakers .dt-sc-speakers-thumb h4, .dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 { font-family:'Roboto', sans-serif; }	
.dt-sc-keynote-speakers:hover .dt-sc-speakers-details h4, .dt-sc-keynote-speakers:hover .dt-sc-speakers-details p { color:#ffffff; }	
.dt-sc-keynote-speakers:hover .dt-sc-speakers-details h4:before { background:#ffffff; }
.dt-sc-keynote-speakers .dt-sc-speakers-details p { color:#222222; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb h5 { color:rgba(0, 0, 0, 0.4); }	
.dt-sc-keynote-speakers { background:#f1efea; }
.dt-sc-keynote-speakers .dt-sc-speakers-thumb { background:#f5f5f5; }
.dt-sc-keynote-speakers, .dt-sc-keynote-speakers .dt-sc-speakers-thumb { border-color:#fafaf6; }
.dt-sc-keynote-speakers .dt-sc-speakers-details:before { border-right-color:#f1efea; }
.dt-sc-keynote-speakers .dt-sc-speakers-details h4:before { background:rgba(0, 0, 0, 0.1); }  .dt-sc-keynote-speakers .dt-sc-speakers-thumb .dt-sc-speakers-thumb-overlay { background:rgba(218, 0, 0, 0.9); }
  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 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:14px; position:absolute; top:5px; left:0px; }
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:"\f10c";  }
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:15px 20px; border-radius:0px; }
.dt-sc-newsletter-section.type1 h2, .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm { padding: 30px 0px; position: relative; }
.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:-5px; }
.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: -5px; }
.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"] { float:none; display:inline-block; min-height:44px; }
.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:-5px; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"] { padding:14px 20px 14px; }
.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 { margin:0 auto; padding-left:7%; }
.dt-sc-newsletter-section.type6 .newsletter-content{width:58.2%; float:left;}
.dt-sc-newsletter-section.type6 .newsletter-content i{font-size:23px; font-style:normal; font-weight:700; display:inline-block;}
.dt-sc-newsletter-section.type6 .newsletter-content h2{width:100%; font-size:16px; font-weight:300; line-height:44px;}
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm { width:100%; float:left; width:41.8%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="email"], .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="text"] { width:55%; text-transform:none; font-size:22px; background:#FFF; margin:3px 0px 3px 3px; border-radius:3px 0px 0px 3px; -moz-border-radius:3px 0px 0px 3px; -webkit-border-radius:3px 0px 0px 3px; width:69.5%; padding:21px 20px; font-size:16px; font-weight:normal;}
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"] { font-weight:normal; float:right; background:none; font-size:14px; font-weight:700; padding:27px 28px 23px; text-align:center; border-radius:0px 5px 5px 0px; -moz-border-radius:0px 5px 5px 0px; -webkit-border-radius:0px 5px 5px 0px;}	
.dt-sc-newsletter-section.type6 > i, .dt-sc-newsletter-section.type6 > h2{width:58.2%; text-align:left; float:left; font-size:16px; font-weight:300; line-height:normal;}
.dt-sc-newsletter-section.type6 > h2{margin-bottom:32px;}
.dt-sc-newsletter-section.type6 > i{font-size:23px; font-style:normal; text-transform:uppercase; font-weight:700; margin-bottom:15px;}
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"]:hover{color:#333;}
.dt-sc-newsletter-section.type7 { text-align:center; }
.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: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"] { width:100%; padding:25px 25px 24px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm:before { content:"\e629"; position:absolute; font-family: 'Pe-icon-7-stroke'; font-size:25px; color:rgba(0, 0, 0, 0.3); right:20px; bottom:20px; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"] { position:absolute; right:15px; top:19px; 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; font-style:italic; width:18%; padding:10px 15px; border-radius:5px; position:relative; top:-17px; color:#fff; line-height:22px; }
.dt-sc-newsletter-section .newsletter-tooltip { top:auto; }
.dt-sc-newsletter-section.type7 .newsletter-tooltip:before { content:""; position:absolute; background:url(//kiaorakids.co.nz/wp-content/plugins/designthemes-core-features/shortcodes/images/newsletter-tooltip-arrow.png) no-repeat; left:-20px; top:18px; width:20px; height:23px; }	
.page-with-sidebar .vc_row-no-padding .dt-sc-newsletter-section.type7 { float: none; margin: 0 auto; max-width: 1170px; text-align: center; } .error-msg{ color:red}
.success-msg{ color:green}
.dt-mc-subscribe .dt-subscribe-msg { text-align: center; padding: 10px; }
.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; width: 100%; max-width: 500px; margin-bottom: 15px; }
.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%;
width: 100%;
}
.dt-mc-subscribe form .email-field-wrap i {
position: absolute;
bottom: 0;
top: 0;
text-align: center;
width: 50px;
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;
margin: 0px;
}
.dt-mc-subscribe form .btn-wrap div {
display: inline-block;
height: 100%;
padding: 0;
border-radius: 3px;
}
.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.inline form > div.dt-privacy-wrapper, .dt-mc-subscribe.inline form > div.clear{ 
border-style: none !important;
border-width: 0px !important;
}
.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;
}
.inline.dt-mc-subscribe .dt-privacy-wrapper{position: absolute;
left: 0;
right: 0;
top: 100%;} .dt-mc-subscribe.inline form .email-field-wrap {
border-right-width: 0 !important;
}
.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;
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;
}
.widget .dt-mc-subscribe form > div.email-field-wrap {
height: auto !important;
margin-bottom: 20px
}
.widget .dt-mc-subscribe form > div.email-field-wrap > div { height: auto; } .dt-mc-subscribe .email-field-wrap label{ position: absolute; top: -15px;}  .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:5px; margin-top:-2px}
.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; line-height:28px;}
.dt-sc-newsletter-section.type3 .dt-privacy-wrapper label{ color:inherit;}
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper{ top: -10px;font-size: 12px;}
.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: 20px; 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 (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.type1 h2 { width: 100%; text-align: center; }
.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: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: 18px 20px 15px; }
} .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.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; }
.dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm, .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"]{background-color:#ffd338;}  .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type="submit"]{color:#624dd6;}
.dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after { background:#624dd6; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="text"] { border-color:#624dd6; } .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="submit"]:hover { background:#532b99; }
.dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type="email"] { border-color:#532b99; } .dt-sc-newsletter-section .dt_ajax_subscribe_msg { font-size:13px; margin-top:10px; }
.dt-sc-newsletter-section .dt-privacy-wrapper, .dt-sc-newsletter-section .dt_ajax_subscribe_msg { line-height:normal; }
.widget .dt-sc-newsletter-section.type2 .dt-privacy-wrapper{ position:absolute;}
.dt-sc-newsletter-section.type1  h2{ line-height:68px; }																									
.dt-sc-newsletter-section.type1 form label, .dt-sc-newsletter-section.type1 form a:hover, .dt-sc-dark-bg .dt-sc-newsletter-section a, .dt-sc-newsletter-section.type1 form label a{ color:#fff;}
.dt-sc-newsletter-section.type1 .dt_ajax_subscribe_msg { text-align:center; width:100%; float:left; }
.dt-sc-newsletter-section.type5 .dt-privacy-wrapper { position: relative; top: -25px; }
.dt-sc-newsletter-section.type6 .dt-privacy-wrapper { position: absolute; top:67px; }
.dt-sc-newsletter-section.type6 .dt_ajax_subscribe_msg { position:absolute; top:118px; right:0; width:38.8%; }
.dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type="submit"]:hover { background-color: transparent !important; }																									
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper { position: absolute; top:67px; }
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper a{ color:#ddd; }	
.dt-sc-newsletter-section.type7 .dt_ajax_subscribe_msg { margin-top:15px; }
.dt-sc-newsletter-section.type7 .dt-privacy-wrapper a:hover, .dt-sc-newsletter-section.type7 i { color:#fff; }
  .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 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:25px 0px 0px; width:100%; }
.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 p { font-size:18px; }
.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); } .dt-sc-popular-procedures .details .duration, .dt-sc-popular-procedures .details .price { color:#624dd6; }
  .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; } .dt-sc-pr-tb-col.type2 .dt-sc-buy-now a { color:#624dd6; }
.dt-sc-pr-tb-col.minimal:hover .dt-sc-price, .dt-sc-pr-tb-col.minimal.selected .dt-sc-price, .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 .icon-wrapper:before, .dt-sc-pr-tb-col.minimal.selected .icon-wrapper:before, .dt-sc-pr-tb-col.type1:hover .dt-sc-tb-header, .dt-sc-pr-tb-col.type1.selected .dt-sc-tb-header, .dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-content:before, .dt-sc-pr-tb-col.type2 .dt-sc-tb-content li .highlight, .dt-sc-pr-tb-col.type2:hover .dt-sc-price:before, .dt-sc-pr-tb-col.type2.selected .dt-sc-price:before, .dt-sc-pr-tb-col.type2:hover .dt-sc-buy-now a { background:#624dd6; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before { border-color:#624dd6; }
.dt-sc-pr-tb-col.type2 .dt-sc-tb-content:after { border-top-color:#624dd6; } .dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before { box-shadow:5px 0px 0px 0px #532b99; }
.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a { box-shadow:3px 3px 0px 0px #532b99; }
  .dt-sc-progress { margin:55px 0px 10px; clear:both; display:inline-block; width:100%; border-radius:3px; height:12px; padding:1px; border:1px solid; border-radius:20px; }
.dt-sc-progress .dt-sc-bar { position:relative; }
.dt-sc-bar-text { font-size:14px; font-weight:600; margin-bottom:5px; margin:-36px 0px 0px; }
.dt-sc-progress .dt-sc-bar-text > span { float:right; display:inline-block; }
@-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-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: #444444; }
.dt-sc-progress { border-color:#000000; }
.dt-sc-bar-text { color:#000000; }
.dt-sc-dark-bg .dt-sc-bar-text { color:#ffffff; }
  .dt-sc-sociable, .dt-sc-sociable.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-sociable { float:left; clear:both; margin:0px; padding:0px; line-height:0px; }
.dt-sc-sociable li { float:left; display:inline; margin: 0 5px 5px; padding: 0; }
.dt-sc-sociable li a { width:36px; height:36px; float:left; text-align:center; line-height:36px; font-size:16px; }
.aligncenter .dt-sc-sociable { text-align:center; width:100%; }
.aligncenter .dt-sc-sociable li, .aligncenter .dt-sc-sociable li a { float:none; display:inline-block; }
.alignright .dt-sc-sociable  { float:right; text-align:right; }
.dt-sc-sociable.rounded-square li a { border-radius:5px; }
.dt-sc-sociable.rounded li a { border-radius:50%; }
.dt-sc-sociable.rounded-border li a { border:2px solid; border-radius:50%; width:40px; height:40px; }
.dt-sc-dark-bg .dt-sc-sociable.rounded-border li a { border:2px solid; }
.dt-sc-sociable.square-border li a { border:1px solid; }
.dt-sc-dark-bg .dt-sc-sociable.square-border li a { border:1px solid; }
.dt-sc-sociable.rounded-border-dashed li a { border:1px dashed; border-radius:50%; }
.dt-sc-sociable.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-sociable.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; }
.dt-sc-sociable.diamond-square-border li:last-child { border-bottom:1px solid rgba(0, 0, 0, 0.5); }
.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); }
.dt-sc-sociable.dt-sc-colored li a{color:#FFF; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.dt-sc-sociable.dt-sc-colored li a:hover{opacity:0.8;} .ie9 .diamond-narrow-square-border li::before { transform: rotate(45deg) skew(10deg, 10deg); -ms-transform: rotate(45deg) skew(10deg, 10deg); }
.dt-sc-sociable.filled li a.fa-facebook, .dt-sc-sociable.square li a.fa-facebook:hover { background:#3162a2; }
.dt-sc-sociable.filled li a.fa-twitter, .dt-sc-sociable.square li a.fa-twitter:hover { background:#2fb1eb; }	
.dt-sc-sociable.filled li a.fa-dribbble, .dt-sc-sociable.square li a.fa-dribbble:hover { background:#ff68c5; }	
.dt-sc-sociable.filled li a.fa-tumblr, .dt-sc-sociable.square li a.fa-tumblr:hover { background:#34465d; }	
.dt-sc-sociable.filled li a.fa-google-plus, .dt-sc-sociable.square li a.fa-google-plus:hover { background:#c54542; }
.dt-sc-sociable.square li a:hover, #footer .dt-sc-sociable.square li a:hover { color:#fff; }	
.dt-sc-sociable.hexagon-with-border li, .dt-sc-sociable.hexagon-border li { position:relative; width:42px; height:25px; margin:14px 5px; border-left:solid 2px;  border-right:solid 2px; }
.dt-sc-sociable.hexagon-with-border li:before, .dt-sc-sociable.hexagon-with-border li:after, .dt-sc-sociable.hexagon-border li:before, .dt-sc-sociable.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-sociable.hexagon-with-border li:before, .dt-sc-sociable.hexagon-border li:before { top:-14.0660px; border-top:solid 2.5px; border-right:solid 2.5px; }
.dt-sc-sociable.hexagon-with-border li:after, .dt-sc-sociable.hexagon-border li:after { bottom:-14.0660px; border-bottom:solid 2.5px; border-left:solid 2.5px; left:5px; }
.dt-sc-sociable.hexagon-with-border li a, .dt-sc-sociable.hexagon-border li a { line-height:52px; position:relative; z-index:9; left:-1px; top:-13px; width:42px; height:52px; } .dt-sc-sociable.filled li a,  .dt-sc-sociable.hexagon-with-border li a, .dt-sc-sociable.hexagon-border li a { color:#ffffff; }
.dt-sc-sociable.diamond-square-border li a { color:rgba(0, 0, 0, 0.5); }
.dt-sc-dark-bg .dt-sc-sociable.diamond-square-border li a { color:rgba(255, 255, 255, 0.2); }
.dt-sc-sociable.hexagon-with-border li:hover, .dt-sc-sociable.hexagon-border li:hover { background:#ffffff; }
.dt-sc-sociable.diamond-square-border li, .dt-sc-sociable.rounded-border li a, .dt-sc-sociable.square-border li a, .dt-sc-sociable.rounded-border-dashed li a { border-color:rgba(0, 0, 0, 0.5); }
.dt-sc-dark-bg .dt-sc-sociable.diamond-square-border li, .dt-sc-dark-bg .dt-sc-sociable.rounded-border li a, .dt-sc-dark-bg .dt-sc-sociable.square-border li a { border-color:rgba(255, 255, 255, 0.2); }
.dt-sc-sociable.dt-sc-colored li a.fa-dribbble{background-color:#f974a4;}
.dt-sc-sociable.dt-sc-colored li a.fa-flickr{background-color:#e30377;}
.dt-sc-sociable.dt-sc-colored li a.fa-github{background-color:#0d2636;}
.dt-sc-sociable.dt-sc-colored li a.fa-pinterest{background-color:#ca1325;}
.dt-sc-sociable.dt-sc-colored li a.fa-stack-overflow{background-color:#e04006;}
.dt-sc-sociable.dt-sc-colored li a.fa-twitter{background-color:#34b3d3;}
.dt-sc-sociable.dt-sc-colored li a.fa-youtube{background-color:#b70400;}
.dt-sc-sociable.dt-sc-colored li a.fa-android{background-color:#97c024;}
.dt-sc-sociable.dt-sc-colored li a.fa-dropbox{background-color:#0089d1;}
.dt-sc-sociable.dt-sc-colored li a.fa-instagram{background-color:#895a4d;}
.dt-sc-sociable.dt-sc-colored li a.fa-windows{background-color:#0cb3ee;}
.dt-sc-sociable.dt-sc-colored li a.fa-apple{background-color:#808080;}
.dt-sc-sociable.dt-sc-colored li a.fa-facebook{background-color:#35538f;}
.dt-sc-sociable.dt-sc-colored li a.fa-google-plus{background-color:#d53e2b;}
.dt-sc-sociable.dt-sc-colored li a.fa-linkedin{background-color:#0173b2;}
.dt-sc-sociable.dt-sc-colored li a.fa-skype{background-color:#00aaf1;}
.dt-sc-sociable.dt-sc-colored li a.fa-tumblr{background-color:#2a445f;}
.dt-sc-sociable.dt-sc-colored li a.fa-vimeo-square{background-color:#41b2dc;} .dt-sc-sociable.diamond-square-border li:hover a, .dt-sc-sociable.hexagon-border li:hover a, .dt-sc-sociable.hexagon-with-border li:hover a { color:#624dd6; }
.dt-sc-sociable.rounded-border li a:hover, .dt-sc-dark-bg .dt-sc-sociable.rounded-border li a:hover, .dt-sc-dark-bg .dt-sc-sociable.square-border li a:hover, .dt-sc-sociable.diamond-square-border li:hover  { border-color:#624dd6; }
.dt-sc-sociable.hexagon-with-border li { background:#624dd6; } .dt-sc-sociable.hexagon-with-border li, .dt-sc-sociable.hexagon-with-border li:before, .dt-sc-sociable.hexagon-with-border li:after { border-color:#532b99; }
  .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: 14px;
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;
margin: 0px 10px 0px 0px;
position: relative;
top: 4px;
}
.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 #fcdb34;
}
.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-size: 20px;
font-weight: normal;
padding: 10px 23px;
border: 2px solid transparent;
margin: -2px -2px 0px 0px;
}
.dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame>li>a.current {
border-top-color: #ffffff;
border-bottom-color: #fcdb34;
border-right-color: #fcdb34;
border-left-color: #fcdb34;
}
.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 #fcdb34;
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: #fcdb34;
border-bottom-color: #ffffff;
border-right-color: #fcdb34;
border-left-color: #fcdb34;
}
.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 1px 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 -9px;
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;
box-sizing: border-box;
}
.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;
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: 3px;
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;
margin: 0px 10px 0px 0px;
position: relative;
top: 5px;
}
.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: 0px 10px 0px 0px;
position: relative;
top: 2px;
}
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;
margin: 0px 10px 0px 0px;
position: relative;
top: 4px;
}
.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: 1.3%;
width: 24%;
text-align: center;
}
.type8 ul.dt-sc-tabs-horizontal-frame>li:last-child {
margin-right: 0px;
}
.type8 ul.dt-sc-tabs-horizontal-frame>li>a {
background: #FFF;
border: 0;
border-radius: 0;
color: #222222;
font-size: 16px;
text-transform: capitalize;
padding: 15px 25px 17px;
margin: 0 0px 0 0;
font-weight: normal;
position: relative;
width: 100%;
}
.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;
}
.type8 ul.dt-sc-tabs-horizontal-frame>li>a>span {
float: none;
top: auto;
}
.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;
} ul.dt-sc-tabs-vertical-frame>li>a:hover,
ul.dt-sc-tabs-vertical-frame>li.current a,
ul.dt-sc-tabs-horizontal>li>a.current,
ul.dt-sc-tabs-vertical>li>a.current,
ul.dt-sc-tabs-horizontal>li>a:hover,
ul.dt-sc-tabs-vertical>li>a:hover,
ul.dt-sc-tabs-horizontal-frame>li>a:hover,
.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current {
color: #624dd6;
}
.type8 ul.dt-sc-tabs-horizontal-frame>li>a.current,
.type8 ul.dt-sc-tabs-horizontal-frame>li>a:hover,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a.current>span:after,
.dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame>li>a.current,
.dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a,
.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,
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:before,
.dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame>li>a:after {
background: #624dd6;
}
ul.dt-sc-tabs-horizontal>li>a.current,
ul.dt-sc-tabs-vertical>li>a.current {
border-color: #624dd6;
}
.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current:before,
.type7 ul.dt-sc-tabs-horizontal-frame>li>a.current:after {
border-top-color: #624dd6;
}
.dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
color: #624dd6;
}
.type3 .dt-sc-toggle-frame .dt-sc-toggle-content,
.dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame>li>a.current:before {
border-left-color: #624dd6;
}
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame>li>a.current,
.dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame>li>a.current {
border-bottom-color: #624dd6;
}
.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 {
border-color: #624dd6;
}
.skin-highlight .dt-sc-tabs-horizontal-frame-container.type6 ul.dt-sc-tabs-horizontal-frame>li>a:before {
border-top-color: #624dd6;
}
  .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 { -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 .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); }
.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-details h5	 { margin-bottom:0px; } 
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { padding:20px; width:100%; position:absolute; opacity:0; top:-74px; left: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-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-dark-bg .dt-sc-team.rounded .dt-sc-team-details h4, .dt-sc-dark-bg .dt-sc-team.rounded:hover .dt-sc-team-details h4, .dt-sc-dark-bg .dt-sc-team.rounded.hide-social-show-on-hover .dt-sc-team-details h5, .dt-sc-dark-bg .dt-sc-team.rounded.hide-social-show-on-hover:hover .dt-sc-team-details h5{color:#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:none; border-right:none; }
.dt-sc-team.type2 .dt-sc-team-thumb { border-right:none; position:relative; }
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { width:50%; float:left; background:none; }
.dt-sc-team.type2 .dt-sc-team-details { text-align:left; padding:70px 25px 0px; 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:none; border-right:0px; }
.dt-sc-team.type2.alter .dt-sc-team-details:before { left:inherit; right:-15px; border-right:0px; border-left:15px solid #f8f8f8; }
.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 { 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:#f8f8f8; }
.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 { 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.hide-social-show-on-hover:hover .dt-sc-team-details h4, .dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-details h5, .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, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-social { background:rgba(255, 255, 255, 0.9); }
.dt-sc-team.type2 { background:#f8f8f8; }
.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; } .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.hexagon-border li a:hover, .dt-sc-team.type2 .dt-sc-team-social.diamond-square-border li a:hover, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li a, .dt-sc-team.rounded .dt-sc-team-details .dt-sc-team-social li a:hover, .dt-sc-team.rounded.team_rounded_border:hover .dt-sc-team-details h4 { color:#624dd6; }
.dt-sc-team .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team-social.hexagon-border li:hover, .dt-sc-team-social.hexagon-border li:hover:before, .dt-sc-team-social.hexagon-border li:hover:after { border-color:#624dd6; }
.dt-sc-team-social.hexagon-border li:hover, .dt-sc-team .dt-sc-team-social.diamond-square-border li:hover, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social.rounded-square li:hover a, .dt-sc-team-social.rounded-border li a:hover, .dt-sc-team-social.rounded-square li a, .dt-sc-team.hide-social-show-on-hover:hover .dt-sc-team-details, .dt-sc-team-social.square-border li a:hover, .dt-sc-team.rounded:hover .dt-sc-team-thumb:after, .dt-sc-team.hide-social-role-show-on-hover:hover .dt-sc-team-details, .dt-sc-team.hide-social-role-show-on-hover .dt-sc-team-social li:hover { background:#624dd6; }
.dt-sc-team.type2 .dt-sc-team-thumb .dt-sc-team-thumb-overlay { background:rgba(103, 58, 183, 0.9); }
.dt-sc-team-social.rounded-border li a:hover, .dt-sc-team-social.square-border li a:hover, .dt-sc-team.team_rounded_border.rounded:hover .dt-sc-team-thumb:before { border-color:#624dd6; } .dt-sc-team-social.rounded-square li a:hover { background:#532b99; }
  .dt-sc-testimonial-images li a img, .dt-sc-testimonial.type4 .dt-sc-testimonial-author 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-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.type1 { text-align:center; }
.dt-sc-testimonial.type1 .dt-sc-testimonial-author { margin:0px 0px 20px; display:inline-block; width:100%; text-align:center; }
.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; width:80%; margin:0 auto;}
.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 .dt-sc-testimonial-author cite { display:inline-block; font-size:16px; font-style:normal; margin:20px 0px 0px 0px; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial .dt-sc-testimonial-author cite small { font-size:14px; display:block; clear:both; font-weight:600; }	
.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.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:0px; top:20px; position:relative; }
.dt-sc-testimonial.type3 blockquote q:after { font-size:50px; position:absolute; bottom:-7px; display:inline-block; margin-left:0px; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite { clear:both; text-align:center; display:inline-block; width:100%; }
.dt-sc-testimonial.type3 .dt-sc-testimonial-author cite { display:inline-block; font-size:16px; font-style:normal; font-weight:bold; margin:20px 0px 0px 0px; }
.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:#ffffff; }
.dt-sc-dark-bg .dt-sc-testimonial.type3 .dt-sc-testimonial-author:before { border-color:#ffffff; }	
.dt-sc-testimonial-wrapper.type3 { padding-bottom:45px; }
.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 { 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 { transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); position:absolute; top:-25px; left:-25px; }
.dt-sc-testimonial-images li.selected img { left:-40px; max-width:none; position:absolute; top:13px; width:125px; }
.dt-sc-testimonial.type4 { padding-bottom:70px; display:inline-block; position:relative; }
.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 { bottom:30px; position:absolute; right:0px; text-align:right; margin:20px 0px 0px; font-style:normal; font-size:16px; }
.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 solid; padding:0px 0px 30px; margin:0px 0px 30px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-quote blockquote { font-size:16px; line-height:28px; font-style:italic; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author img { border-radius:50%; max-width:100px; float:left; margin:0px 20px 0px 0px; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { margin:30px 0px 0px; float:left; font-style:normal; font-weight:600; text-transform:uppercase; font-size:14px; letter-spacing:1px; position:relative; }
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite small { text-transform:none; font-size:13px; clear:both; letter-spacing:normal; display:block; }	
.dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before { content:"\201D"; position:absolute; right:-22px; top:2px; text-align:center; font-size:32px; }
.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 { width:60%; padding:90px 30px 90px 0px; }
.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; }
.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 { text-align:center; position:relative; padding:30px 0px 0px; }
.dt-sc-testimonial.type7:before { content:open-quote; position:absolute; left:0px; right:0px; top:0px; 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 0px 0px; }
.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 { float:left; clear:both; width:100%; margin:0px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote { float:left; width:69%; padding:0px 0px 0px 30px; text-align:left; }
.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 { top:40px; left:0px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after { bottom:0px; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author { width:31%; float:left; position:relative; }
.dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { position:absolute; right:-100px; bottom:0px; 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 { content:""; position:absolute; width:100%; height:100%;     height: calc(100% + 20px ); width:calc(100% + 20px ); border:10px solid rgba(255, 255, 255, 0.65); left:-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); letter-spacing:0px; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-quote { padding-right:30px; padding-left:0px; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author { float:right; }
.dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left:-100px; right:inherit; }
.dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding:0px 20px 0px 0px; } .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-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, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite:before { color:rgba(0, 0, 0, 0.4); }
.dt-sc-testimonial-special-wrapper:before { background:#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-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); } .dt-sc-testimonial-special-wrapper:after, .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:before, .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q:after, .dt-sc-testimonial.type7 .dt-sc-testimonial-quote blockquote cite { color:#624dd6; }
.dt-sc-testimonial-images li.selected div, .dt-sc-testimonial.type5 .dt-sc-testimonial-quote { border-color:#624dd6; } .skin-highlight .dt-sc-testimonial.type6 .dt-sc-testimonial-author:before, .skin-highlight .dt-sc-testimonial.type6:after { background:#532b99; }
  .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 { -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:before { content:""; position:absolute; left:47%; left:-webkit-calc(50% - 13px); left:-moz-calc(50% - 13px); left:calc(50% - 13px); bottom:-13px; width:26px; height:26px; border:5px solid; border-radius:50%; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after { content:""; position:absolute; left:50%; left:-webkit-calc(50% - 2px); left:-moz-calc(50% - 2px); left:calc(50% - 2px); bottom:-43px; width:5px; height:30px; }
.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; text-align:center; padding:0px 0px 75px; position:relative; top:6px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb { padding:93px 0px 0px; top:0px; }
.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; text-transform:uppercase; position:relative; margin-bottom:25px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before { content:""; position:absolute; left:0px; right:0px; bottom:-10px; margin:auto; height:1px; width:70px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content p { margin-bottom:0px; }
.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); bottom:32px; width:26px; height:26px; border:1px solid; border-radius:50%; }
.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); bottom:58px; width:5px; height:24px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:before { bottom:inherit; top:43px; }
.dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline.bottom .dt-sc-hr-timeline-thumb:after { bottom:inherit; top:69px; } .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; }
.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-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; } .dt-sc-timeline .dt-sc-timeline-content h2 span, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content:hover h3, .dt-sc-timeline-section.type4 .dt-sc-timeline:hover .dt-sc-timeline-content h2 { color:#624dd6; }
.dt-sc-hr-timeline-section.type1:before, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:after, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:before, .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline-wrapper:after, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline-content h3:before, .dt-sc-hr-timeline-section.type2 .dt-sc-hr-timeline:hover .dt-sc-hr-timeline-thumb:before, .dt-sc-timeline-section.type2:before, .dt-sc-timeline-section.type3 .dt-sc-timeline .dt-sc-timeline-content h2:before, .dt-sc-timeline-section.type4 .dt-sc-timeline .dt-sc-timeline-content h2:before, .dt-sc-timeline-section.type4 .dt-sc-timeline:hover .dt-sc-timeline-thumb:before { background:#624dd6; }
.dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content:before, .dt-sc-timeline-section.type2 .dt-sc-timeline-image-wrapper, .dt-sc-timeline-section.type2 .dt-sc-timeline .dt-sc-timeline-content:after, .dt-sc-timeline-section.type2:after { border-color:#624dd6; }
.dt-sc-timeline-section.type4 .dt-sc-timeline-thumb-overlay { background:rgba(103, 58, 183, 0.7); }
  .dt-sc-title { position:relative; clear:both; float:left; }
.aligncenter .dt-sc-title { text-align:center; width:100%; }
.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:0px; right:114%; right:-webkit-calc(100% + 30px); right:-moz-calc(100% + 30px); right:calc(100% + 30px); position:absolute; -ms-transform:skewX(-30deg); -webkit-transform:skewX(-30deg); transform:skewX(-30deg); width:9000px; }
.dt-sc-title.with-two-color-bg h2 { padding:25px 30px 23px 10px; position:relative; z-index:1; margin:0px; left:10px; }
.dt-sc-title.script-with-sub-title h2 { font-family:'Great Vibes', cursive; font-weight:normal; margin-bottom:0px; letter-spacing:normal; }
.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:15px; width:80px; height:2px; }
.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:1px; }
.dt-sc-title.with-two-color-stripe { position:relative; width:100%; margin:0px 0px 50px; z-index:1; }
.dt-sc-title.with-two-color-stripe:before { content:""; height:100%; top:0px; right:103%;  right:-webkit-calc(100% + 30px); right:-moz-calc(100% + 30px); right:calc(100% + 30px); position:absolute; -ms-transform:skewX(-30deg); -webkit-transform:skewX(-30deg); transform:skewX(-30deg); width:9000px; }
.dt-sc-title.with-two-color-stripe:after { content:""; height:100%; top:0px; left:103%;  left:-webkit-calc(100% + 30px); left:-moz-calc(100% + 30px); left:calc(100% + 30px); position:absolute; -ms-transform:skewX(-30deg); -webkit-transform:skewX(-30deg); transform:skewX(-30deg); width:9000px; z-index:-1; }
.dt-sc-title.with-two-color-stripe h3 { font-size:20px; margin:40px 0px -5px; letter-spacing:1px; float:left; }
.dt-sc-title.with-two-color-stripe h2 { font-size:34px; font-weight:900; letter-spacing:2px; 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; }
.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:0px; padding:0px 0px 20px 70px; }
.dt-sc-title.with-right-border-decor:before { content:""; position:absolute; left:21px; top:40px; height:89%; height:-webkit-calc(100% - 40px); height:-moz-calc(100% - 40px); height:calc(100% - 40px); width:1px; }
.dt-sc-title.with-right-border-decor:after { content:""; position:absolute; left:15px; bottom:0px; 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 0px 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:-63px; top:13px; 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-boxed { width:100%; height:100%; text-align:center; text-transform:uppercase; }
.dt-sc-title.with-boxed h2 span { font-size:48px; display:block; padding-bottom:20px; margin-bottom:0px; }
.dt-sc-title.with-boxed h2 { position:absolute; left:0px; right:0px; bottom:0px; top:0px; margin:auto; height:120px; }
.dt-sc-photography-style:before { content:""; position:absolute; left:-20px; top:-20px; width:100%; height:100%; z-index:-1; }
.dt-sc-photography-style.alter:before { left:inherit; right:-20px; bottom:-20px; 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 { margin:215px 0px 10px; position:relative; z-index:9; font-size:22px; }
.dt-sc-triangle-title p { font-size:12px; line-height:24px; position:relative; z-index:9; padding:0px 45px; }
.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(//kiaorakids.co.nz/wp-content/plugins/designthemes-core-features/shortcodes/images/ribbon.png) no-repeat; width:500px; height:106px; letter-spacing:1px; text-transform:uppercase; line-height:55px; }
.dt-sc-title.split-title { overflow: hidden; float: left; width: 100%; }
.dt-sc-title.split-title .split-title-content { margin-bottom: 30px; position: relative; clear: both; float: left; }
.dt-sc-title.split-title .split-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); }
.dt-sc-title.split-title .split-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.split-title .split-title-content * { padding:17px 10px 15px 20px; position:relative; z-index:1; margin:0px; left:0px; font-size:16px; text-transform:uppercase; }
.dt-sc-title.split-title .split-title-content * { 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(//kiaorakids.co.nz/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-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 { 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; } .dt-sc-title.with-sub-title h3, .dt-sc-title.script-with-sub-title h2, .dt-sc-title.with-two-color-stripe h2 { color:#624dd6; }
.dt-sc-title.with-two-color-bg:after, .dt-sc-triangle-title:after, .dt-sc-title.with-right-border-decor:after, .dt-sc-title.with-right-border-decor:before, .dt-sc-title.with-boxed, .dt-sc-titled-box h6.dt-sc-titled-box-title, .dt-sc-title.split-title .split-title-content:before, .dt-sc-title.split-title .split-title-content * { background:#624dd6; }
.dt-sc-title.with-right-border-decor h2:before { border-color:#624dd6; } .dt-sc-triangle-title:before { background:#8152d4; }
  h5.dt-sc-toggle-accordion, h5.dt-sc-toggle { position:relative; margin:0px 0px 10px; clear:both; font-size:14px; font-weight:bold; }
h5.dt-sc-toggle-accordion a, h5.dt-sc-toggle a { line-height:35px; padding:0px 0px 0px 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:20px; }
.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-size:14px; font-weight:normal; }
.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%; }	
.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 0px 20px; 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:uppercase; font-weight:600; 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-bottom:0px; border-left:2px solid; border-right:1px solid rgba(0, 0, 0, 0.1); border-top:1px solid rgba(0, 0, 0, 0.1); margin-bottom:0px; padding:20px 20px 25px 25px; margin-top:1px; } .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 h5.dt-sc-toggle-toggle { 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); } .dt-sc-toggle-frame-set > .dt-sc-toggle-accordion.active > a, .dt-sc-toggle-group-set .dt-sc-toggle.active > a { color:#624dd6; }
.dt-sc-toggle-frame-set.type2 > h5.dt-sc-toggle-accordion.active:after { background:#624dd6; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a, .dt-sc-toggle-frame h5.dt-sc-toggle.active a { color:#624dd6; }
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a:before, h5.dt-sc-toggle-accordion.active a:before, .dt-sc-toggle-frame h5.dt-sc-toggle.active a:before, h5.dt-sc-toggle.active a:before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active { background:#624dd6; }
.type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle.active { border-color:#624dd6; }
  .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-training { float:left; clear:both; width:100%; margin:0px; padding:0px; overflow:hidden; }
.dt-sc-training-thumb { float:left; width:45%; margin:0px; padding:0px; position:relative; }
.dt-sc-training-thumb-overlay { position:absolute; width:100%; height:100%; left:0px; top:0px; }
.dt-sc-training-thumb-overlay a { position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; width:90px; height:17px; }
.dt-sc-training-details { float:left; width:55%; margin:0px; padding:30px 30px 31px; position:relative; }
.dt-sc-training-details h6 { text-transform:uppercase; margin-bottom:13px; }
.dt-sc-training-details ul { float:left; margin:0px; padding:0px; }
.dt-sc-training-details ul li { float:left; display:block; margin:2px 0px; padding:0px; clear:both; }
.dt-sc-training-details ul li span { margin:0px 5px 0px 0px; }
.dt-sc-training-details p { clear:both; margin:14px 0px 0px; display:inline-block; }
.dt-sc-training-details-overlay { position:absolute; left:0px; top:0px; width:101%; height:100%; margin:0px; padding:30px; }
.dt-sc-training-details-overlay h6 { font-size:30px; font-weight:bold; line-height:30px; margin:45px 0px 0px; display:inline-block; }
.dt-sc-training-details-overlay .price { font-size:50px; display:inline-block; margin:25px 0px 0px; }
.dt-sc-training-details-overlay .price sup, .dt-sc-training-details-overlay .price sub { font-size:16px; text-transform:uppercase; } 
.dt-sc-training-details-overlay .price sup { top:-26px; }
.dt-sc-training-details-overlay, .dt-sc-training-thumb-overlay { -ms-transform: translatey(100%); -webkit-transform: translatey(100%); transform: translatey(100%); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.dt-sc-training:hover .dt-sc-training-details-overlay, .dt-sc-training:hover .dt-sc-training-thumb-overlay {  -ms-transform: translatey(0); -webkit-transform: translatey(0); transform: translatey(0); }
.dt-sc-training-thumb-overlay { -ms-transform: translatey(-100%); -webkit-transform: translatey(-100%); transform: translatey(-100%); } .dt-sc-training-details h6, .dt-sc-training-details h6, .dt-sc-trainers .dt-sc-trainers-title h6 { color:#624dd6; }
.dt-sc-training-details-overlay, .dt-sc-trainers .dt-sc-sociable { background:#624dd6; }
.dt-sc-trainers:hover, .dt-sc-trainers:hover .dt-sc-trainers-title { border-color: #624dd6; } .dt-sc-training-details-overlay h6, .dt-sc-training-details-overlay .price, .dt-sc-training-details .dt-sc-training-details-overlay h6 { color: #8152d4; } .dt-sc-training-details { background: #532b99; }   
.dt-sc-training-thumb-overlay { background:rgba(103, 58, 183, 0.8); }
  .dt-sc-triangle-wrapper .dt-sc-triangle-content: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-triangle-wrapper { clear: both; float:left; margin: 0; padding: 130px 0 120px; width:100%; }
.dt-sc-triangle-wrapper.alter { padding: 0; margin-bottom:-120px; }
.dt-sc-triangle-img { -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); display:inline-block; -webkit-transition:-webkit-transform 300ms ease-out; -moz-transition:-moz-transform 300ms ease-out; transition:transform 300ms ease-out; position:relative;  z-index:1; }
.alter .dt-sc-triangle-img { width:80px; -webkit-transform:rotate(225deg); -moz-transform:rotate(225deg); -ms-transform:rotate(225deg); -o-transform:rotate(225deg); transform:rotate(225deg); }
.alter .dt-sc-triangle-img { position: relative; left: 300px; top: -128px; }
.alter .dt-sc-triangle-img .dt-sc-triangle-img-crop a { -webkit-transform:skew(-10deg, -10deg) rotate(-225deg); -moz-transform:skew(-10deg, -10deg) rotate(-225deg); -ms-transform:skew(-10deg, -10deg) rotate(-225deg);  -o-transform:skew(-10deg, -10deg) rotate(-225deg); transform:skew(-10deg, -10deg) rotate(-225deg); }
.dt-sc-triangle-img-crop { position:relative; width:395px; height:395px; margin:0; display:block; overflow:hidden; -webkit-transform:skew(10deg, 10deg); -moz-transform:skew(10deg, 10deg); -ms-transform:skew(10deg, 10deg);  -o-transform:skew(10deg, 10deg); transform:skew(10deg, 10deg); }
.dt-sc-triangle-img-crop a { width:370px; height:370px; overflow:hidden; position:absolute; left:-45%; margin-top:36px; margin-left:36px; top:-45%; -webkit-transform:skew(-10deg, -10deg) rotate(-45deg); -moz-transform:skew(-10deg, -10deg) rotate(-45deg); -ms-transform:skew(-10deg, -10deg) rotate(-45deg); -o-transform:skew(-10deg, -10deg) rotate(-45deg); transform:skew(-10deg, -10deg) rotate(-45deg); }
.dt-sc-triangle-img-crop a:hover { opacity:1; }
.dt-sc-triangle-img-crop a img { position:relative; top:20%; z-index:1; }
.dt-sc-triangle-content { margin-top:-323px; padding: 80px 0 0 0; position:relative; left: 52px; text-align:center; width: 350px; }
.dt-sc-triangle-content:before { content:""; position:absolute; left: 0; top: 0; width: 0; height: 0; border-left:175px solid transparent; border-right:175px solid transparent; border-top:250px solid; }
.dt-sc-triangle-wrapper.alter .dt-sc-triangle-content { margin-top: 0; padding:130px 0 0 0; left: 26px; }
.dt-sc-triangle-wrapper.alter .dt-sc-triangle-content:before { border-top:0px; border-bottom:250px solid; }	
.alter .dt-sc-triangle-img .dt-sc-triangle-img-crop a img { top:0; }	
.dt-sc-triangle-content h4, .dt-sc-triangle-content h5 { position:relative; z-index:1; color:#ffffff; }
.dt-sc-triangle-content h4 { margin-bottom: 10px; }
.dt-sc-triangle-content h5 { font-size: 12px; font-style:italic; margin-bottom: 0; } .dt-sc-dark-bg .dt-sc-triangle-content h5 { color:rgba(255, 255, 255, 0.5); }
.dt-sc-triangle-content:before { border-top-color:#040506; }
.dt-sc-triangle-wrapper.alter .dt-sc-triangle-content:before { border-bottom-color:#040506; } .dt-sc-triangle-wrapper.alter:hover .dt-sc-triangle-content:before { border-bottom-color:#624dd6; }
.dt-sc-triangle-wrapper:hover .dt-sc-triangle-content:before { border-top-color:#624dd6; }
   .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(//kiaorakids.co.nz/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; } .dt-sc-video-wrapper .video-overlay-inner a, .dt-sc-video-item:hover .dt-sc-vitem-detail, .dt-sc-video-item.active .dt-sc-vitem-detail, .type2 .dt-sc-video-item:hover, .type2 .dt-sc-video-item.active, .nicescroll-rails.dt-sc-skin { background-color:#624dd6; } .dt-sc-video-wrapper .video-overlay-inner a:hover { background:#532b99; }.tlp-portfolio * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.6;
}
.pfp-carousel .owl-dot:hover {
background: transparent;
}
#tlp_portfolio_sc_settings_meta .wp-picker-container .wp-color-result-text {
position: relative;
z-index: 99;
}
h3.title.color-white a,
h3.title.color-white{
color: #fff !important;
text-decoration: none;
}
.tlp-portfolio-item .tlp-overlay-inner {
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 15px;
}
.tlp-portfolio-isotope {
display: flex;
flex-wrap: wrap;
}
.tlp-portfolio-container .tlp-portfolio-isotope .tlp-single-item,
.tlp-portfolio .tlp-portfolio-thum,
.tlp-portfolio-isotope .tlp-portfolio-item {
width: 100%;
display: block;
}
.tlp-portfolio .tlp-portfolio-thum img{
width: 100%;
backface-visibility: hidden;
}
.tlp-body-overflow {
overflow: hidden;
}
.tlp-portfolio-sd {
margin-bottom: 10px;
}
.rt-container-fluid, .rt-container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.rt-container .rt-row,
.rt-container-fluid .rt-row {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.tlp-portfolio .carousel2  .rt-row ,
.tlp-portfolio .isotope2  .rt-row ,
.tlp-portfolio .layout2 .rt-row {
margin-left: 0;
margin-right: 0;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.rt-container-fluid .rt-row[class*=isotope],
.rt-container .rt-row[class*=isotope] {
display: block;
}
.rt-container-fluid .rt-row[class*=isotope] .tlp-portfolio-isotope,
.rt-container .rt-row[class*=isotope] .tlp-portfolio-isotope {
display: flex;
flex-wrap: wrap;
}
.tlp-col-xs-1,
.tlp-col-sm-1,
.tlp-col-md-1,
.tlp-col-lg-1,
.tlp-col-xs-2,
.tlp-col-sm-2,
.tlp-col-md-2,
.tlp-col-lg-2,
.tlp-col-xs-3,
.tlp-col-sm-3,
.tlp-col-md-3,
.tlp-col-lg-3,
.tlp-col-xs-4,
.tlp-col-sm-4,
.tlp-col-md-4,
.tlp-col-lg-4,
.tlp-col-xs-5,
.tlp-col-sm-5,
.tlp-col-md-5,
.tlp-col-lg-5,
.tlp-col-xs-6,
.tlp-col-sm-6,
.tlp-col-md-6,
.tlp-col-lg-6,
.tlp-col-xs-7,
.tlp-col-sm-7,
.tlp-col-md-7,
.tlp-col-lg-7,
.tlp-col-xs-8,
.tlp-col-sm-8,
.tlp-col-md-8,
.tlp-col-lg-8,
.tlp-col-xs-9,
.tlp-col-sm-9,
.tlp-col-md-9,
.tlp-col-lg-9,
.tlp-col-xs-10,
.tlp-col-sm-10,
.tlp-col-md-10,
.tlp-col-lg-10,
.tlp-col-xs-11,
.tlp-col-sm-11,
.tlp-col-md-11,
.tlp-col-lg-11,
.tlp-col-xs-12,
.tlp-col-sm-12,
.tlp-col-md-12,
.tlp-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.tlp-col-xs-24 {
flex: 0 0 20%;
max-width: 20%;
}
.tlp-col-xs-12 {
flex: 0 0 100%;
max-width: 100%;
}
.tlp-col-xs-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.tlp-col-xs-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.tlp-col-xs-9 {
flex: 0 0 75%;
max-width: 75%;
}
.tlp-col-xs-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.tlp-col-xs-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.tlp-col-xs-6 {
flex: 0 0 50%;
max-width: 50%;
}
.tlp-col-xs-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.tlp-col-xs-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.tlp-col-xs-3 {
flex: 0 0 25%;
max-width: 25%;
}
.tlp-col-xs-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.tlp-col-xs-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.tlp-portfolio .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.tlp-portfolio-item {
direction: initial;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none !important
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #ccc
}
.mfp-preloader a:hover {
color: #fff
}
.mfp-s-ready .mfp-preloader {
display: none
}
.mfp-s-error .mfp-content {
display: none
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
top: 50%;
margin: -55px 0 0;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-figure figure {
margin: 0
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
} .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
cursor: url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/images/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0)
} .owl-theme .owl-controls {
margin-top: 10px;
text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
color: #fff;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);
opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #fff;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px
}
.owl-item.loading {
min-height: 150px;
background: url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/images/AjaxLoader.gif) no-repeat center center
}  .portfolio-feature-img {
text-align: center;
}
.portfolio-feature-img img {
max-width: 100%;
height: auto;
}
.single-portfolio .portfolio-feature-img img{
width: 100%;
}
.tlp-portfolio figure {
margin: 0 !important;
padding: 0 !important;
}
.tlp-portfolio .no-margin {
margin: 0;
padding: 0;
}
.paddingl0 {
padding-left: 0;
}
.paddingr0 {
padding-right: 0;
}
.padding0 {
padding: 0 !important;
}
.allmargin0 {
margin: 0 !important;
padding: 0 !important;
}
.tlp-portfolio ul {
margin: 0;
padding: 0;
}
.tlp-portfolio ul li {
list-style: none !important;
background: none;
margin-left: 0;
margin-bottom: 5px;
}
.tlp-portfolio label {
font-weight: bold;
display: inline-block;
margin-right: 5px;
}
.tlp-portfolio-container .tlp-single-item {
margin-bottom: 30px;
}
.tlp-portfolio .img-responsive {
max-width: 100%;
height: auto;
display: block;
}
.default-margin {
margin-bottom: 30px;
}
.single-portfolio-share {
display: flex;
align-items: baseline;
flex-wrap: wrap;
}
.single-portfolio-share iframe {
margin: 0;
}
.single-portfolio-share .rt-share-item + .rt-share-item {
margin-left: 5px;
}
.tlp-portfolio-container a {
text-decoration: none;
} @font-face {
font-family: 'fontello';
src: url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.eot?77716788);
src: url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.eot?77716788#iefix) format('embedded-opentype'),
url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.woff2?77716788) format('woff2'),
url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.woff?77716788) format('woff'),
url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.ttf?77716788) format('truetype'),
url(//kiaorakids.co.nz/wp-content/plugins/tlp-portfolio/assets/vendor/fontello/fontello.svg?77716788#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   .tlp-portfolio [class^="icon-"]:before, 
.tlp-portfolio [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-left-open:before { content: '\e800'; } .icon-zoom-in:before { content: '\e801'; } .icon-right-open:before { content: '\e802'; } .icon-link-ext:before { content: '\f08e'; }  .tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination {
display: flex;
margin: 20px 0;
justify-content: center;
}
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > li {
display: inline-block;
margin: 0;
}
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > span,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > span:hover,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > span:focus,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > a,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > a:hover,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed;
}
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > li > a,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > li > span {
position: relative;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 0;
}
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > a,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > span,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > a:hover,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > span:hover,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > a:focus,
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > .active > span:focus {
z-index: 3;
color: #ffffff;
background-color: #337ab7;
cursor: default;
}  .tlp-portfolio .layout1 .tlp-portfolio-thum {
background: #ccc;
overflow: hidden;
position: relative;
width: 100%;
}
.tlp-portfolio .layout1 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
}
.tlp-portfolio .layout1 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .layout1 .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .layout1 .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .layout1 .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
padding: 0;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 43px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .layout1 .tlp-portfolio-item:hover .tlp-overlay {
left: 0;
}
.tlp-portfolio .layout1 .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.tlp-portfolio .layout1 .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .layout1 .tlp-content {
width: 100%;
position: relative;
}
.tlp-portfolio .layout1 .tlp-content h3 {
margin: 0 0px 6px 0;
font-size: 22px;
font-weight: 400;
text-decoration: none;
}
.tlp-portfolio .layout1 .tlp-content h3 a {
text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .layout1 .tlp-content p {
padding: 0;
margin: 0;
}
.tlp-portfolio .layout1 .tlp-content .tlp-content-holder {
padding: 15px 0;
display: block;
} .tlp-portfolio .carousel2 .tlp-portfolio-thum ,
.tlp-portfolio .isotope2 .tlp-portfolio-thum,
.tlp-portfolio .layout2 .tlp-portfolio-thum {
overflow: hidden;
position: relative;
padding-left: 0;
padding-right: 0;
}
.tlp-portfolio .carousel2 .tlp-overlay ,
.tlp-portfolio .isotope2 .tlp-overlay ,
.tlp-portfolio .layout2 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
text-align: center;
}
.tlp-portfolio .carousel2 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .carousel2 .tlp-portfolio-thum .link-icon,
.tlp-portfolio .isotope2 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .isotope2 .tlp-portfolio-thum .link-icon,
.tlp-portfolio .layout2 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .layout2 .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.tlp-portfolio .carousel2 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .carousel2 .tlp-portfolio-thum:hover .link-icon,
.tlp-portfolio .isotope2 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .isotope2 .tlp-portfolio-thum:hover .link-icon,
.tlp-portfolio .layout2 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .layout2 .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .carousel2 .tlp-overlay .link-icon a,
.tlp-portfolio .isotope2 .tlp-overlay .link-icon a,
.tlp-portfolio .layout2 .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
padding: 0;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 43px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a {
line-height: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.tlp-portfolio .tlp-overlay .link-icon a i {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 0;
}
.tlp-portfolio .carousel2 .tlp-overlay .link-icon ,
.tlp-portfolio .isotope2 .tlp-overlay .link-icon ,
.tlp-portfolio .layout2 .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
}
.tlp-portfolio .layout2 .tlp-overlay .link-icon li {
list-style: none;
display: inline-block;
margin-right: 4px;
font-size: 16px;
width: 40px;
height: 40px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .layout2 .tlp-overlay .link-icon li a {
text-align: center;
color: #fff;
text-decoration: none;
display: block;
padding: 4px;
} .tlp-portfolio .carousel2 .tlp-portfolio-thum img ,
.tlp-portfolio .isotope2 .tlp-portfolio-thum img ,
.tlp-portfolio .layout2 .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.tlp-portfolio .carousel2 .tlp-portfolio-thum:hover img ,
.tlp-portfolio .isotope2 .tlp-portfolio-thum:hover img ,
.tlp-portfolio .layout2 .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .carousel2 .tlp-content2 p ,
.tlp-portfolio .isotope2 .tlp-content2 p ,
.tlp-portfolio .layout2 .tlp-content2 p {
padding: 0;
margin: 0 0px 12px 0px
}
.tlp-portfolio .carousel2 .tlp-content2 h3 ,
.tlp-portfolio .isotope2 .tlp-content2 h3 ,
.tlp-portfolio .layout2 .tlp-content2 h3 {
margin: 0 0 10px;
padding: 0;
font-size: 24px;
font-weight: 400;
}
.tlp-portfolio .carousel2 .tlp-content2 h3 a ,
.tlp-portfolio .isotope2 .tlp-content2 h3 a ,
.tlp-portfolio .layout2 .tlp-content2 h3 a {
text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .carousel2 .tlp-content-holder ,
.tlp-portfolio .isotope2 .tlp-content-holder ,
.tlp-portfolio .layout2 .tlp-content-holder {
padding: 0 5px;
}
.tlp-portfolio .carousel2 .tlp-portfolio-sd,
.tlp-portfolio .isotope2 .tlp-portfolio-sd,
.tlp-portfolio .layout2 .tlp-portfolio-sd{
padding: 0 0px 10px;
margin: 0;
font-size: 16px;
} .tlp-portfolio .isotope3 .tlp-portfolio-thum ,
.tlp-portfolio .carousel3 .tlp-portfolio-thum ,
.tlp-portfolio .layout3 .tlp-portfolio-thum {
overflow: hidden;
position: relative;
width: 100%;
}
.tlp-portfolio .isotope3 .tlp-overlay ,
.tlp-portfolio .carousel3 .tlp-overlay ,
.tlp-portfolio .layout3 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
}
.tlp-portfolio .isotope3 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .isotope3 .tlp-portfolio-thum .link-icon,
.tlp-portfolio .carousel3 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .carousel3 .tlp-portfolio-thum .link-icon,
.tlp-portfolio .layout3 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .layout3 .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.5s;
-moz-transition: all 0.3s ease-out 0.1s;
-ms-transition: all 0.3s ease-out 0.1s;
-o-transition: all 0.3s ease-out 0.1s;
transition: all 0.3s ease-out 0.1s;
}
.tlp-portfolio .isotope3 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .isotope3 .tlp-portfolio-thum:hover .link-icon ,
.tlp-portfolio .carousel3 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .carousel3 .tlp-portfolio-thum:hover .link-icon ,
.tlp-portfolio .layout3 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .layout3 .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .isotope3 .tlp-portfolio-thum:hover .link-icon ,
.tlp-portfolio .carousel3 .tlp-portfolio-thum:hover .link-icon ,
.tlp-portfolio .layout3 .tlp-portfolio-thum:hover .link-icon {
-webkit-transform: scale(1) translateY(-50%);
-moz-transform: scale(1) translateY(-50%);
-ms-transform: scale(1) translateY(-50%);
-o-transform: scale(1) translateY(-50%);
}
.tlp-portfolio .isotope3 .tlp-overlay .link-icon ,
.tlp-portfolio .carousel3 .tlp-overlay .link-icon ,
.tlp-portfolio .layout3 .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.tlp-portfolio .isotope3 .tlp-overlay .link-icon a ,
.tlp-portfolio .carousel3 .tlp-overlay .link-icon a ,
.tlp-portfolio .layout3 .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 40px;
height: 40px;
line-height: 38px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .isotope3 .tlp-portfolio-item:hover .tlp-overlay ,
.tlp-portfolio .carousel3 .tlp-portfolio-item:hover .tlp-overlay ,
.tlp-portfolio .layout3 .tlp-portfolio-item:hover .tlp-overlay {
left: 0;
}
.tlp-portfolio .isotope3 .tlp-portfolio-thum img ,
.tlp-portfolio .carousel3 .tlp-portfolio-thum img ,
.tlp-portfolio .layout3 .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.tlp-portfolio .isotope3 .tlp-portfolio-thum:hover img ,
.tlp-portfolio .carousel3 .tlp-portfolio-thum:hover img ,
.tlp-portfolio .layout3 .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .isotope3 h3 ,
.tlp-portfolio .carousel3 h3 ,
.tlp-portfolio .layout3 h3 {
padding: 0;
margin: 0;
}
.tlp-portfolio .isotope3 .tlp-content ,
.tlp-portfolio .carousel3 .tlp-content ,
.tlp-portfolio .layout3 .tlp-content {
width: 100%;
position: relative;
}
.tlp-portfolio .isotope3 .tlp-content h3 ,
.tlp-portfolio .carousel3 .tlp-content h3 ,
.tlp-portfolio .layout3 .tlp-content h3 {
margin: 0;
padding: 0;
font-size: 24px;
font-weight: 400;
text-decoration: none;
}
.tlp-portfolio .isotope3 .tlp-content h3 a ,
.tlp-portfolio .carousel3 .tlp-content h3 a ,
.tlp-portfolio .layout3 .tlp-content h3 a {
text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .isotope3 .tlp-content p ,
.tlp-portfolio .carousel3 .tlp-content p ,
.tlp-portfolio .layout3 .tlp-content p {
padding: 0 0 6px;
margin: 0;
}
.tlp-portfolio .isotope3 .tlp-content .tlp-content-holder ,
.tlp-portfolio .carousel3 .tlp-content .tlp-content-holder ,
.tlp-portfolio .layout3 .tlp-content .tlp-content-holder {
padding: 15px 0;
} .tlp-portfolio .isotope1 .tlp-portfolio-thum {
background: #ccc;
overflow: hidden;
position: relative;
width: 100%;
}
.tlp-portfolio .isotope1 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
}
.tlp-portfolio .isotope1 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .isotope1 .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .isotope1 .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .isotope1 .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
}
.tlp-portfolio .isotope1 .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 43px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-overlay {
left: 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.tlp-portfolio .isotope1 .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .isotope1 .tlp-content {
width: 100%;
position: relative; }
.tlp-portfolio .isotope1 .tlp-content h3 {
margin: 0 0 6px 0;
font-size: 22px;
font-weight: 400;
text-decoration: none;
}
.tlp-portfolio .isotope1 .tlp-content h3 a { text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .isotope1 .tlp-content p {
padding: 0;
margin: 0;
}
.tlp-portfolio .isotope1 .tlp-content .tlp-content-holder {
padding: 15px 0;
} .tlp-portfolio .carousel1 .tlp-portfolio-thum {
background: #ccc;
overflow: hidden;
position: relative;
width: 100%;
}
.tlp-portfolio .carousel1 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
}
.tlp-portfolio .carousel1 .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .carousel1 .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.tlp-portfolio .carousel1 .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .carousel1 .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .carousel1 .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
}
.tlp-portfolio .carousel1 .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
padding: 0;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 45px;
height: 45px;
line-height: 43px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
line-height: 0;
}
.tlp-portfolio .carousel1 .tlp-overlay .link-icon a i {
line-height: 0;
}
.tlp-portfolio .carousel1 .tlp-portfolio-item:hover .tlp-overlay {
left: 0;
}
.tlp-portfolio .carousel1 .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%;
}
.tlp-portfolio .carousel1 .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .carousel1 .tlp-content {
width: 100%;
position: relative;
}
.tlp-portfolio .carousel1 .tlp-content h3 {
margin: 0 0px 6px 0;
font-size: 22px;
font-weight: 400;
text-decoration: none;
}
.tlp-portfolio .carousel1 .tlp-content h3 a {
text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .carousel1 .tlp-content p {
padding: 0;
margin: 0;
}
.tlp-portfolio .carousel1 .tlp-content .tlp-content-holder {
padding: 15px 0;
display: block;
text-align: left;
}
.is-carousel .pfp-pre-loader {
height: 100px;
overflow: hidden;
text-align: center;
position: relative;
}
.is-carousel .rt-row.pfp-pre-loader:after {
position: absolute;
content: attr(data-title);
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 45px 0; z-index: 5;
}
.tlp-portfolio-container .pfp-carousel .owl-nav {
position: absolute;
right: 10px;
top: -60px;
}
.tlp-portfolio-container .pfp-carousel.owl-rtl .owl-nav {
right: inherit;
left: 10px;
display: flex;
flex-direction: row-reverse;
}
.pfp-carousel.owl-theme .owl-nav [class*=owl-] {
font-size: 18px;
padding: 8px !important;
} .tlp-portfolio .slider .tlp-portfolio-thum {
background: #ccc;
overflow: hidden;
position: relative;
width: 100%;
}
.tlp-portfolio .slider .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
text-align: center;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
}
.tlp-portfolio .slider .tlp-portfolio-thum .tlp-overlay,
.tlp-portfolio .slider .tlp-portfolio-thum .link-icon {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
}
.tlp-portfolio .slider .tlp-portfolio-thum:hover .tlp-overlay,
.tlp-portfolio .slider .tlp-portfolio-thum:hover .link-icon {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.tlp-portfolio .slider .tlp-overlay .link-icon {
text-align: center;
display: block;
padding: 0;
}
.tlp-portfolio .slider .tlp-overlay .link-icon a {
text-align: center;
color: #fff;
text-decoration: none;
padding: 8px;
margin-right: 4px;
margin-left: 4px;
font-size: 20px;
width: 45px;
height: 45px;
border: 1px solid #fff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.tlp-portfolio .slider .tlp-portfolio-item:hover .tlp-overlay {
left: 0;
}
.tlp-portfolio .slider .tlp-portfolio-thum img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
max-width: 100%;
transition: all 1.1s ease;
}
.tlp-portfolio .slider .tlp-portfolio-thum:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.tlp-portfolio .slider .tlp-content {
width: 100%;
position: relative;
}
.tlp-portfolio .slider .tlp-content h3 {
margin: 0 0 6px 0;
font-size: 22px;
font-weight: 400;
text-decoration: none;
}
.tlp-portfolio .slider .tlp-content h3 a {
text-decoration: none;
border: none;
box-shadow: none;
}
.tlp-portfolio .slider .tlp-content p {
padding: 0;
margin: 0;
}
.tlp-portfolio .slider .tlp-content .tlp-content-holder {
padding: 15px 0;
}
.tlp-portfolio .owl-carousel {
position: relative;
}
.tlp-portfolio .owl-carousel .owl-buttons {
position: absolute;
top: -40px;
right: 0;
}
.tlp-portfolio .button-group {
margin: 10px;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.tlp-portfolio button {
background: #22b8f0;
text-transform: capitalize;
padding: 10px;
border-radius: 2px;
font-size: 16px;
font-weight: 300;
margin: 5px;
border: none;
}
.pfp-carousel.owl-theme .owl-nav .owl-next, 
.pfp-carousel.owl-theme .owl-nav .owl-prev {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid;
}
.pfp-carousel.owl-theme .owl-nav .owl-next i, 
.pfp-carousel.owl-theme .owl-nav .owl-prev i{
line-height: 0;
}
.tlp-portfolio button:focus,
.tlp-portfolio button:hover {
background: #1868f2;
color: #fff;
text-decoration: none;
}
.tlp-portfolio button.selected {
background: #1868f2;
color: #fff;
outline: 0;
}
.tlp-portfolio .tlp-portfolio-isotope-button {
margin: 0 15px 30px;
}
.tlp-portfolio-container .tlp-pagination-wrap .tlp-pagination > li span.hidden-xs {
padding-left: 3px;
} .tlp-portfolio-container .tlp-carousel-item {
padding-top: 30px;
}  .tlp-portfolio-container.tlp-single-detail {
max-width: 85%;
margin-left: auto;
margin-right: auto;
}
.tlp-single-detail{
margin-top: 50px;
}
.tlp-portfolio-detail-wrap {
display: flex;
}
.tlp-portfolio-detail-wrap .tlp-portfolio-image {
flex: 0 0 50%;
margin-right: 15px;
}
.tlp-portfolio-detail-wrap .portfolio-detail-desc {
padding: 0 15px;
flex: 1;
}
.tlp-portfolio-detail-wrap ul.single-item-meta li {
margin: 8px 0;
}
.tlp-single-detail .tlp-portfolio-detail-wrap{
margin-bottom: 50px;
}
.tlp-portfolio-container.tlp-single-detail h2.portfolio-title {
line-height: 1.3;
margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
.fotorama-holder {
width: 80%;
}
}
@media screen and (max-width: 767px) {
.fotorama-holder {
width: 96%;
}
.tlp-portfolio-detail-wrap {
flex-direction: column;
}
.tlp-portfolio-detail-wrap .tlp-portfolio-image {
margin-right: 0;
margin-bottom: 25px;
}
}
@media screen and (max-width: 360px) {
.fotorama-holder {
width: 100%;
}
}
@media (min-width: 768px) {
.tlp-col-sm-24 {
flex: 0 0 20%;
max-width: 20%;
}
.tlp-col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.tlp-col-sm-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.tlp-col-sm-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.tlp-col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.tlp-col-sm-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.tlp-col-sm-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.tlp-col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.tlp-col-sm-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.tlp-col-sm-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.tlp-col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.tlp-col-sm-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.tlp-col-sm-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
}
@media (min-width: 992px) {
.tlp-col-md-24 {
flex: 0 0 20%;
max-width: 20%;
}
.tlp-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.tlp-col-md-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.tlp-col-md-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.tlp-col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.tlp-col-md-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.tlp-col-md-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.tlp-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.tlp-col-md-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.tlp-col-md-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.tlp-col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.tlp-col-md-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.tlp-col-md-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.tlp-col-lg-24 {
flex: 0 0 20%;
max-width: 20%;
}
.tlp-col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.tlp-col-lg-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.tlp-col-lg-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.tlp-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.tlp-col-lg-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.tlp-col-lg-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.tlp-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.tlp-col-lg-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.tlp-col-lg-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.tlp-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.tlp-col-lg-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.tlp-col-lg-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
} .tlp-portfolio .owl-carousel.owl-theme .owl-item > [class*='tlp-col-']{
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 767px) {
.tlp-portfolio .carousel2 .tlp-portfolio-item.rt-row .tlp-content ,
.tlp-portfolio .isotope2 .tlp-portfolio-item.rt-row .tlp-content ,
.tlp-portfolio .layout2 .tlp-portfolio-item.rt-row .tlp-content {
padding: 0;
}
.tlp-portfolio .carousel2 .tlp-portfolio-thum, .tlp-portfolio .isotope2 .tlp-portfolio-thum, .tlp-portfolio .layout2 .tlp-portfolio-thum{
margin-bottom: 15px;
}
}#tlp-portfolio-container-13176 .tlp-pagination ul.page-numbers li .page-numbers {background:rgb(237,237,184);}#tlp-portfolio-container-13176 .isotope2 .tlp-portfolio-item .tlp-overlay .tlp-title,#tlp-portfolio-container-13176 .carousel2 .tlp-portfolio-item .tlp-overlay .tlp-title,#tlp-portfolio-container-13176 .tlp-portfolio-item .tlp-content{background:rgb(237,237,184);}#tlp-portfolio-container-13176 .tlp-portfolio-item .tlp-content .tlp-content-holder{padding:15px}#tlp-portfolio-container-13176 .owl-theme .owl-nav [class*=owl-]{background:rgb(237,237,184)}#tlp-portfolio-container-13176 .owl-theme .owl-dots .owl-dot.active span, #tlp-portfolio-container-13176 .owl-theme .owl-dots .owl-dot:hover span{background:rgb(237,237,184)}#tlp-portfolio-container-13176 .tlp-overlay {background:rgb(216,164,199);}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-building:before{content:"\f1ad"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-highlighter:before{content:"\f591"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-rainbow:before{content:"\f75b"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheelchair:before{content:"\f193"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-v4compatibility.woff2) format("woff2"),url(//kiaorakids.co.nz/wp-content/plugins/wp-font-awesome/font-awesome/fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a}.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-steam,.fa.fa-steam-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f252"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before,.fa.fa-hourglass-half:before{content:"\f254"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:rgba(20,24,39,.62);--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:rgba(51,74,255,.8);--tec-color-accent-primary-active:rgba(51,74,255,.9);--tec-color-accent-primary-background:rgba(51,74,255,.07);--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:rgba(20,24,39,.8);--tec-color-accent-secondary-active:rgba(20,24,39,.9);--tec-color-accent-secondary-background:rgba(20,24,39,.07);--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:rgba(51,74,255,.8);--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:transparent;--tec-color-background-transparent:hsla(0,0%,100%,.6);--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:rgba(20,24,39,.07);--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:rgba(218,57,77,.08);--tec-color-box-shadow:rgba(0,0,0,.14);--tec-color-box-shadow-secondary:rgba(0,0,0,.1);--tec-color-scroll-track:rgba(0,0,0,.25);--tec-color-scroll-bar:rgba(0,0,0,.5);--tec-color-background-primary-multiday:rgba(51,74,255,.24);--tec-color-background-primary-multiday-hover:rgba(51,74,255,.34);--tec-color-background-secondary-multiday:rgba(20,24,39,.24);--tec-color-background-secondary-multiday-hover:rgba(20,24,39,.34);--tec-color-accent-primary-week-event:rgba(51,74,255,.1);--tec-color-accent-primary-week-event-hover:rgba(51,74,255,.2);--tec-color-accent-primary-week-event-featured:rgba(51,74,255,.04);--tec-color-accent-primary-week-event-featured-hover:rgba(51,74,255,.14);--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background)}#tribe-events-header,.recurring-info-tooltip,.single-featured-image-header,.tribe-events-ajax-loading,.tribe-events-divider{display:none}#tribe-events-pg-template{margin:0 auto;max-width:1048px;padding:var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4)}.tribe-events-after-html p,.tribe-events-before-html p{margin:0 0 10px}.tribe-events-back{margin-bottom:var(--tec-spacer-5)}.tribe-events-single>.tribe_events{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events){order:1;width:100%}.tribe-events-notices{margin-bottom:var(--tec-spacer-4);padding-bottom:var(--tec-spacer-2)}.tribe-events-notices li,.tribe-events-notices ul,.tribe-events-single-event-title{margin:0;padding:0}.tribe-events-schedule{align-items:center;display:flex;flex-wrap:wrap;margin:var(--tec-spacer-1) 0 var(--tec-spacer-4)}.tribe-events-schedule h2{margin-bottom:var(--tec-spacer-1);margin-right:var(--tec-spacer-1);order:0;width:100%}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1);position:relative}.tribe-events-schedule .recurringinfo:before,.tribe-related-event-info .recurringinfo:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.797.797 0 0 1-.592.26.797.797 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.797.797 0 0 1 2.43 15a.797.797 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.952.952 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.797.797 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.948.948 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174 0-.065 0-.13.02-.174 0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152z' fill='%23141827'/%3E%3C/svg%3E") 0/12px no-repeat;content:"";height:20px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.tribe-events-schedule .recurringinfo .tribe-events-divider,.tribe-related-event-info .recurringinfo .tribe-events-divider{display:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{padding-left:var(--tec-spacer-4);visibility:hidden}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{visibility:visible}.tribe-events-schedule .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1)}.tribe-events-schedule .tribe-events-cost{margin-right:var(--tec-spacer-1);order:1}.tribe-events-event-image{align-self:flex-start;margin-bottom:var(--tec-spacer-3)}.tribe-events-event-image img{display:block}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{margin-bottom:.75em}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{margin-bottom:var(--tec-spacer-3)}.tribe-events-content ol:last-child,.tribe-events-content p:last-child,.tribe-events-content ul:last-child{margin-bottom:var(--tec-spacer-6)}.tribe-events-content ol,.tribe-events-content ul{padding:0}.tribe-events-content ol{list-style-type:decimal}.tribe-events-content pre{margin-bottom:var(--tec-spacer-5);padding:var(--tec-spacer-5)}.tribe-events-content blockquote p{display:inline-block}.tribe-events-cal-links{margin-bottom:var(--tec-spacer-7)}.tribe-events-cal-links a{display:inline-block}.single-tribe_events .tribe-events-cal-links a,.tribe-events-cal-links a{padding-left:var(--tec-spacer-7)}.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-5)}.tribe-events-event-meta{display:flex;flex-wrap:wrap;margin:0 0 var(--tec-spacer-7)}.tribe-events-event-meta dl{margin-top:var(--tec-spacer-1)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{margin:0 0 var(--tec-spacer-0);padding:0}.tribe-events-event-meta dd[class$=url],.tribe-events-event-meta dt:not(:first-child){margin-top:var(--tec-spacer-3)}.tribe-events-event-meta dt[class*=url]+dd{margin-top:0}.tribe-events-event-meta .tribe-events-address{margin:0}.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:var(--tec-spacer-1);order:2;padding-top:var(--tec-spacer-5);position:relative;width:100%}.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-7);margin-top:calc(var(--tec-spacer-6)*-1)}.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-1);margin-top:calc(var(--tec-spacer-7)*-1)}.tribe-events-event-meta:before{content:"";left:0;position:absolute;right:0;top:0}.tribe-events-meta-group{flex:1 0 140px;margin-right:var(--tec-spacer-5);order:0}.tribe-events-meta-group.tribe-events-meta-group-venue{order:1}.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:100%;margin-top:var(--tec-spacer-1);padding-top:var(--tec-spacer-5);width:auto}.tribe-events-meta-group .tribe-events-single-section-title{margin-bottom:var(--tec-spacer-1)}.tribe-events-venue-map{margin:0 0 var(--tec-spacer-5);order:-1;width:100%}.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{margin-bottom:0;max-height:241px}.tribe-events-related-events-title,.tribe-related-events{order:2}.tribe-events-related-events-title{margin-bottom:var(--tec-spacer-5);padding-top:var(--tec-spacer-7);width:100%}.tribe-events-single ul.tribe-related-events{display:flex;flex-direction:column;margin-bottom:0}.tribe-events-single ul.tribe-related-events li{display:flex;flex:1;flex-direction:column;margin-bottom:var(--tec-spacer-6);padding:0;width:auto}.tribe-events-single ul.tribe-related-events li:last-child{margin-right:0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:var(--tec-spacer-3);width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{display:block;overflow:hidden;padding-top:75%;position:relative}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img{bottom:0;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%) scale(2)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"]{transform:translate(-50%,-50%) scale(1)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{align-items:baseline;display:flex;flex-wrap:wrap;padding:0;width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start{margin:var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo{margin:0 var(--tec-spacer-1) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type{margin-right:var(--tec-spacer-1)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{margin-bottom:var(--tec-spacer-1);width:100%}#tribe-events-footer{padding:var(--tec-spacer-4) 0}.tribe-events-single .tribe-events-sub-nav{display:flex;justify-content:space-between;margin-left:0}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{margin:0}.tribe-events-single .tribe-events-sub-nav a span{display:none}.tribe-events-nav-next a:after,.tribe-events-nav-previous a:before{margin-top:-2px;width:7px}.tribe-theme-twentynineteen .tribe-events-single>.tribe_events{margin-top:0}.tribe-theme-twentytwenty .tribe-events-schedule h2{margin-left:0}.tribe-theme-twentytwenty .tribe-events-content h2,.tribe-theme-twentytwenty .tribe-events-content h3,.tribe-theme-twentytwenty .tribe-events-content h4,.tribe-theme-twentytwenty .tribe-events-content h5,.tribe-theme-twentytwenty .tribe-events-content h6{margin-top:0}.tribe-theme-twentytwenty .tribe-events-content ol,.tribe-theme-twentytwenty .tribe-events-content ul{margin-left:0}.tribe-theme-twentytwenty .tribe-events-related-events-title,.tribe-theme-twentytwenty .tribe-events-single-section-title{margin-top:0}#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template{max-width:1048px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-1)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{margin-right:var(--tec-spacer-1)}#top.tribe-theme-enfold.single-tribe_events .av-single-event-content,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar{margin-left:0}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;position:relative}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner>.event-tickets{width:100%}#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{margin-right:var(--tec-spacer-5)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:0}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,.event-tickets .tribe-tickets__rsvp-actions-button-not-going,.event-tickets .tribe-tickets__rsvp-form-button,.event-tickets .tribe-tickets__tickets-item-quantity button{background-color:transparent;background-image:none;border:none;outline:none}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,.event-tickets .tribe-tickets__rsvp-form-button:focus,.event-tickets .tribe-tickets__tickets-item-quantity button:focus{outline:auto}@media (min-width:768px){.tribe-events-back{margin-bottom:var(--tec-spacer-8)}.tribe-events-schedule{align-items:baseline;flex-wrap:nowrap;margin:var(--tec-spacer-5) 0 var(--tec-spacer-7)}.tribe-events-schedule h2{margin-bottom:0;width:auto}.tribe-events-schedule .recurringinfo{margin-left:var(--tec-spacer-1);padding:var(--tec-spacer-1) var(--tec-spacer-3)}.tribe-events-schedule .recurringinfo:before{left:16px}.tribe-events-schedule .recurringinfo .event-is-recurring{visibility:visible}.tribe-events-schedule .tribe-events-cost{margin:0 var(--tec-spacer-1)}.tribe-events-event-image{margin-bottom:var(--tec-spacer-7)}.tribe-events-cal-links{margin-bottom:var(--tec-spacer-8)}.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-8)}.tribe-events-event-meta{margin-bottom:var(--tec-spacer-3)}.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:0;padding-top:0;position:static;width:auto}.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-8)}.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-3);margin-top:calc(var(--tec-spacer-8)*-1)}.tribe-events-event-meta:before{top:auto}.tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}.tribe-events-meta-group.tribe-events-meta-group-venue{order:0}.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:140px;margin-top:0;padding-top:0}.tribe-events-venue-map{margin-top:var(--tec-spacer-7);order:1;width:211px}.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{max-height:211px}.tribe-events-single ul.tribe-related-events{flex-direction:row;justify-content:space-between}#tribe-events-footer{padding:var(--tec-spacer-6) 0}.tribe-events-nav-previous a:before{margin-right:var(--tec-spacer-1);width:9px}.tribe-events-nav-next a:after{margin-left:var(--tec-spacer-1);width:9px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-4)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:var(--tec-spacer-5)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map{margin-top:var(--tec-spacer-7);width:211px}}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:rgba(20,24,39,.62);--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:rgba(51,74,255,.8);--tec-color-accent-primary-active:rgba(51,74,255,.9);--tec-color-accent-primary-background:rgba(51,74,255,.07);--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:rgba(20,24,39,.8);--tec-color-accent-secondary-active:rgba(20,24,39,.9);--tec-color-accent-secondary-background:rgba(20,24,39,.07);--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:rgba(51,74,255,.8);--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:transparent;--tec-color-background-transparent:hsla(0,0%,100%,.6);--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:rgba(20,24,39,.07);--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:rgba(218,57,77,.08);--tec-color-box-shadow:rgba(0,0,0,.14);--tec-color-box-shadow-secondary:rgba(0,0,0,.1);--tec-color-scroll-track:rgba(0,0,0,.25);--tec-color-scroll-bar:rgba(0,0,0,.5);--tec-color-background-primary-multiday:rgba(51,74,255,.24);--tec-color-background-primary-multiday-hover:rgba(51,74,255,.34);--tec-color-background-secondary-multiday:rgba(20,24,39,.24);--tec-color-background-secondary-multiday-hover:rgba(20,24,39,.34);--tec-color-accent-primary-week-event:rgba(51,74,255,.1);--tec-color-accent-primary-week-event-hover:rgba(51,74,255,.2);--tec-color-accent-primary-week-event-featured:rgba(51,74,255,.04);--tec-color-accent-primary-week-event-featured-hover:rgba(51,74,255,.14);--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background);--tec-border-radius-default:4px;--tec-border-width-week-event:2px;--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);--tec-form-color-background:var(--tec-color-background);--tec-form-color-border-default:var(--tec-color-text-primary);--tec-form-color-border-active:var(--tec-color-accent-secondary);--tec-form-color-border-secondary:var(--tec-color-border-tertiary);--tec-form-color-accent-primary:var(--tec-color-accent-primary);--tec-form-box-shadow-default:var(--tec-box-shadow-default);--tec-opacity-background:0.07;--tec-opacity-select-highlighted:0.3;--tec-opacity-icon-hover:0.8;--tec-opacity-icon-active:0.9;--tec-opacity-default:1;--tec-transition:all 0.2s ease;--tec-transition-background-color:background-color 0.2s ease;--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;--tec-transition-transform:transform 0.2s ease;--tec-transition-border-color:border-color 0.2s ease;--tec-transition-color:color 0.2s ease;--tec-transition-opacity:opacity 0.2s ease;--tec-font-family-sans-serif:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;--tec-font-weight-regular:400;--tec-font-weight-bold:700;--tec-font-size-0:11px;--tec-font-size-1:12px;--tec-font-size-2:14px;--tec-font-size-3:16px;--tec-font-size-4:18px;--tec-font-size-5:20px;--tec-font-size-6:22px;--tec-font-size-7:24px;--tec-font-size-8:28px;--tec-font-size-9:32px;--tec-font-size-10:42px;--tec-line-height-0:1.38;--tec-line-height-1:1.42;--tec-line-height-2:1.5;--tec-line-height-3:1.62}#tribe-events-pg-template{background-color:var(--tec-color-background-events)}.tribe-events-single{-webkit-font-smoothing:antialiased}.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7}.tribe-events-back a,.tribe-events-back a:visited{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);text-decoration:none}.tribe-events-notices{border-bottom:1px solid var(--tec-color-border-secondary);box-shadow:none}.tribe-events-notices ul{list-style:none;text-align:left;text-transform:none}.tribe-events-single-event-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1);color:var(--tec-color-text-event-title)}.tribe-events-schedule{background-color:transparent;border:0}.tribe-events-schedule h2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-2);color:var(--tec-color-text-event-date);font-weight:var(--tec-font-weight-regular)}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0);background-color:var(--tec-color-background-secondary);border-radius:40px}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{letter-spacing:-9999px}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-regular);letter-spacing:normal;line-height:20px;text-decoration:none}.tribe-events-schedule .recurringinfo{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0);background-color:var(--tec-color-background-secondary);border-radius:40px}.tribe-events-schedule .recurringinfo,.tribe-events-schedule .tribe-events-cost{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none}.tribe-events-schedule .tribe-events-cost{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-2);text-transform:uppercase}.tribe-events-content{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);letter-spacing:normal;text-transform:none}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content ol,.tribe-events-content ul{list-style-position:inside}.tribe-events-content ul{list-style-type:disc}.tribe-events-content a{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-events-content a:active,.tribe-events-content a:focus,.tribe-events-content a:hover{border-bottom:1px solid currentColor;color:var(--tec-color-link-accent)}.tribe-events-content a{text-decoration:none}.tribe-events-content pre{background-color:var(--tec-color-background-secondary);font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content blockquote{quotes:auto}.tribe-events-content blockquote:before{content:open-quote}.tribe-events-content blockquote:after{content:close-quote}.tribe-events-cal-links{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-cal-links a{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23141827' d='M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431zm18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18V8.016zM.99 1.239h15.995v2.315H.991V1.239z'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M22.918 10.5H9.207m11.488-3.255l3.252 3.272-3.213 3.213'/%3E%3C/g%3E%3C/svg%3E") 0/24px no-repeat;color:var(--tec-color-link-accent);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);text-decoration:none}.tribe-events-event-meta{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2)}.tribe-events-event-meta a,.tribe-events-event-meta a:visited{color:var(--tec-color-link-accent)}.tribe-events-event-meta a:focus,.tribe-events-event-meta a:hover{color:var(--tec-color-link-accent-hover)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{word-break:break-word}.tribe-events-event-meta dt{line-height:var(--tec-line-height-3)}.tribe-events-event-meta .tribe-events-address{font-style:normal;line-height:26px}.tribe-events-event-meta:before,.tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets){border-top:1px solid var(--tec-color-border-secondary)}.single-tribe_events .tribe-events-single .tribe-events-event-meta{background-color:transparent;color:var(--tec-color-text-primary)}.tribe-events-meta-group .tribe-events-single-section-title{color:var(--tec-color-text-primary);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);letter-spacing:1px;text-transform:uppercase}.tribe-events-meta-group a{color:var(--tec-color-link-accent)}.tribe-events-meta-group.tribe-events-meta-group-gmap{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-venue-map{border:0;border-radius:0}.tribe-events-related-events-title{font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-6);line-height:var(--tec-line-height-2);border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-related-events-title,.tribe-events-single ul.tribe-related-events li,.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a{color:var(--tec-color-link-primary)}#tribe-events-footer{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-single .tribe-events-sub-nav{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);list-style:none}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{color:var(--tec-color-text-secondary);text-decoration:none;vertical-align:middle}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{content:"";display:inline-block;height:20px;vertical-align:middle;width:11px}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:var(--tec-color-text-primary)}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%235d5d5d'/%3E%3C/svg%3E") 0/7px no-repeat}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.916 17.841L10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%235d5d5d'/%3E%3C/svg%3E") 100%/7px no-repeat}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.084 2.159L2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z' fill='%23141827'/%3E%3C/svg%3E")}.tribe-theme-twentynineteen .tribe-events-content h2:before,.tribe-theme-twentynineteen .tribe-events-related-events-title:before,.tribe-theme-twentynineteen .tribe-events-schedule h2:before,.tribe-theme-twentynineteen .tribe-events-single-event-title:before,.tribe-theme-twentynineteen .tribe-events-single-section-title:before{content:normal}.tribe-theme-twentytwentyone .tribe-events-cal-links a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23141827' d='M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431zm18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18V8.016zM.99 1.239h15.995v2.315H.991V1.239z'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M22.918 10.5H9.207m11.488-3.255l3.252 3.272-3.213 3.213'/%3E%3C/g%3E%3C/svg%3E") 0/24px no-repeat}.tribe-theme-twentytwentyone .tribe-events-schedule .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.tribe-theme-twentytwentyone .tribe-related-event-info .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:transparent;text-decoration:none}#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1);color:var(--tec-color-text-event-title)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-2);color:var(--tec-color-text-event-date);font-weight:var(--tec-font-weight-regular)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre{background-image:none}#top.tribe-theme-enfold.single-tribe_events #wrap_all .tribe-events-cal-links a,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{border:0}.fusion-widget-area .tribe-events-event-meta:before,.fusion-widget-area .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border:none}@media (min-width:768px){.tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}.tribe-events-schedule h2{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-schedule .recurringinfo{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-events-schedule .recurringinfo .event-is-recurring{letter-spacing:normal}.tribe-events-schedule .tribe-events-cost{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-events-event-meta.secondary:before{content:normal}.tribe-events-related-events-title{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-events-single .tribe-events-sub-nav{font-size:var(--tec-font-size-3)}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background-size:9px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}[class*=tec-events-elementor-event-widget]{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);margin:0 0 var(--tec-spacer-0);padding:0}[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget]{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:inherit;padding:inherit}[class*=tec-events-elementor-event-widget] a,a[class*=tec-events-elementor-event-widget]{border-bottom-color:currentColor;text-decoration:underline}.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child),.elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child){margin-block-end:var(--tec-spacer-3)}.tec-events-elementor-widget-empty{background-color:var(--tec-color-background-secondary);color:var(--tec-color-text-secondary);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);padding:1em;text-align:center}html.rt-smart-modal-on {
overflow: hidden; }
html.rt-smart-modal-on body {
overflow: auto; }
#rt-smart-modal-container {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
z-index: 99999;
overflow: hidden;
opacity: 0;
background: rgba(33, 33, 33, 0.7);
visibility: hidden;
-webkit-backface-visibility: hidden;
transition: opacity .5s .4s, visibility .5s .4s;
-webkit-transition: opacity .5s .4s, visibility .5s .4s;
-moz-transition: opacity .5s .4s, visibility .5s .4s; }
#rt-smart-modal-container.open {
opacity: 1;
visibility: visible;
transition: opacity .4s, visibility .5s;
-webkit-transition: opacity .4s, visibility .5s; }
#rt-smart-modal-container.open .rt-smart-modal-main .rt-smart-modal {
font-size: initial !important; }
#rt-smart-modal-container.open.ready .rt-smart-modal-main {
transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important; }
#rt-smart-modal-container.loading .rt-spinner {
position: absolute;
display: inline-block;
border: 16px solid #f3f3f3; border-top: 16px solid #fb4c35; border-radius: 50%;
width: 120px;
height: 120px;
animation: rt_spin 2s linear infinite;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
margin: 0 auto; }
#rt-smart-modal-container.loading .rt-smart-modal-header .rt-smart-modal-nav {
display: none; }
#rt-smart-modal-container .rt-smart-modal-main {
max-width: 500px;
margin-left: auto;
height: 100%;
position: absolute;
width: 100%;
right: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform .6s;
-moz-transition: -moz-transform .6s;
transition: transform .6s;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%); }
#rt-smart-modal-container .rt-smart-modal-main.is-rtl {
direction: rtl;
margin-right: auto; }
#rt-smart-modal-container .rt-smart-modal-main.is-rtl .rt-smart-modal .rt-smart-modal-main-content-wrapper {
padding-right: 30px !important;
padding-left: 0; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header {
background: #990028;
position: relative;
padding: 0 30px;
height: 50px;
overflow: hidden;
z-index: 999999;
opacity: 1 !important; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header span.rt-smart-modal-nav {
float: left;
height: 100%; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header .rt-smart-nav-item {
width: 25px;
display: flex;
cursor: pointer;
font-size: 35px;
z-index: 999;
float: left;
align-items: center;
height: 100%;
-webkit-text-stroke: 1px #990028; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header a {
color: white;
text-decoration: none;
outline: none; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-header a.rt-smart-modal-close {
float: right;
width: 35px;
font-size: 35px;
font-weight: normal;
height: 100%;
display: flex;
align-items: center;
border: 0;
-webkit-text-stroke: 6px #990028; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal {
height: 100%;
position: absolute;
right: 0;
top: 0;
left: 0;
z-index: 2;
font-size: 0;
width: 100%;
background: #313131; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper {
position: relative;
padding: 50px 0 18px 30px;
max-height: 100%;
height: 100%; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content {
position: relative;
bottom: 0;
margin: 0 auto;
vertical-align: middle;
display: inline-block;
width: 100%;
overflow: auto;
max-height: 100%;
height: 100%;
color: #ffffff;
opacity: 0;
-webkit-transition: opacity .4s;
-moz-transition: opacity .4s;
transition: opacity .4s; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container {
padding: 15px 20px; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container h3 {
margin-bottom: 10px !important; color: #fff; }
div#rt-smart-modal-container h3 {
font-size: 30px;
}
div#rt-smart-modal-container .tlp-team-skill{
margin-top: 20px;
}
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-position {
margin-bottom: 20px;
line-height: 1.2;
}
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .contact-info ul li {
line-height: 30px; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-team-skill .skill_name {
font-size: 18px;
margin-bottom: 5px; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .tlp-team-skill skill-prog {
height: 10px;
margin-bottom: 10px; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .rt-team-latest-post-wrap ul.author-latest-post {
margin: 0; }
#rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content .rt-team-container .rt-team-latest-post-wrap ul.author-latest-post li {
padding: 5px; }
#rt-smart-modal-container .mCSB_scrollTools {
margin-top: 15px !important; }
@keyframes rt_spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@media (max-width: 767px) {
.rt-smart-modal-container .rt-smart-modal-main.is-rtl .rt-smart-modal-main-content-wrapper {
padding-left: 30px !important; }
.rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal-main-content-wrapper {
padding-right: 30px !important; } }
@media (max-width: 500px) {
.rt-smart-modal-container .rt-smart-modal-main .rt-smart-modal .rt-smart-modal-main-content-wrapper .rt-smart-modal-main-content {
padding: 10px 10px 0; } }
.rt-smart-modal-main-content-wrapper .team-images {
margin-bottom: 20px;
} .rt-team-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.rt-team-container *:before,
.rt-team-container *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.rt-container, .rt-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px; }
.rt-container:before, .rt-container:after,
.rt-container-fluid:before,
.rt-container-fluid:after, .rt-row:before, .rt-row:after {
content: " ";
display: table; }
.clearfix:after, .rt-container:after, .rt-container-fluid:after, .rt-row:after {
clear: both; }
.rt-row {
margin-left: -15px;
margin-right: -15px; }
.rt-team-container > .rt-row > .rt-special-wrapper,
.rt-row.special-items-wrapper,
.rt-team-container[data-layout*="layout"] .rt-row.ttp-even {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.rt-col-xs-1, .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px; }
.rt-col-xs-1, .rt-col-xs-2, .rt-col-xs-3, .rt-col-xs-4, .rt-col-xs-5, .rt-col-xs-6, .rt-col-xs-7, .rt-col-xs-8, .rt-col-xs-9, .rt-col-xs-10, .rt-col-xs-11, .rt-col-xs-12 {
float: left; }
.rt-col-xs-12 {
width: 100%; }
.rt-col-xs-11 {
width: 91.66666667%; }
.rt-col-xs-10 {
width: 83.33333333%; }
.rt-col-xs-9 {
width: 75%; }
.rt-col-xs-8 {
width: 66.66666667%; }
.rt-col-xs-7 {
width: 58.33333333%; }
.rt-col-xs-6 {
width: 50%; }
.rt-col-xs-5 {
width: 41.66666667%; }
.rt-col-xs-4 {
width: 33.33333333%; }
.rt-col-xs-3 {
width: 25%; }
.rt-col-xs-2 {
width: 16.66666667%; }
.rt-col-xs-1 {
width: 8.33333333%; }  .animated {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite {
animation-iteration-count: infinite; }
.animated.hinge {
animation-duration: 2s; }
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
animation-duration: 0.75s; }
@keyframes bounce {
0%, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateZ(0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
0%, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
@keyframes pulse {
0% {
transform: scaleX(1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scaleX(1); } }
.pulse {
animation-name: pulse; }
@keyframes rubberBand {
0% {
transform: scaleX(1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scaleX(1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
0%, to {
transform: translateZ(0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate(15deg); }
40% {
transform: rotate(-10deg); }
60% {
transform: rotate(5deg); }
80% {
transform: rotate(-5deg); }
to {
transform: rotate(0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
0% {
transform: scaleX(1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
to {
transform: scaleX(1); } }
.tada {
animation-name: tada; }
@keyframes wobble {
0% {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate(-5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate(3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate(-3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate(2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate(-1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
0%, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.39063deg) skewY(0.39063deg); }
88.8% {
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scaleX(1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translateZ(0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
0% {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
0% {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
0% {
transform: perspective(400px) rotateY(-1turn);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translateZ(150px) rotateY(-190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translateZ(150px) rotateY(-170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotateX(-20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotateX(10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotateX(-5deg); }
to {
transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotateY(-20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotateY(10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotateY(-5deg); }
to {
transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
0% {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotateX(-20deg);
opacity: 1; }
to {
transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important; }
@keyframes flipOutY {
0% {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotateY(-15deg);
opacity: 1; }
to {
transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
0% {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
0% {
transform-origin: center;
transform: rotate(-200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate(200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate(45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate(-45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate(-45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
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%, 80% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
@keyframes jackInTheBox {
0% {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom; }
50% {
transform: rotate(-10deg); }
70% {
transform: rotate(3deg); }
to {
opacity: 1;
transform: scale(1); } }
.jackInTheBox {
animation-name: jackInTheBox; }
@keyframes rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate(-120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
@keyframes rollOut {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
0% {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
0% {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
0% {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
0% {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }  .rt-clear:after {
clear: both;
content: "";
display: block; }
.rt-team-container .ttp-pre-loader {
position: relative;
overflow: hidden; }
.rt-team-container .rt-loading-overlay {
opacity: 0;
visibility: hidden;
position: absolute;
-webkit-transition: all 0.5s;
transition: all 0.5s;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: #fff; }
.rt-team-container .rt-loading {
color: #fb4c35;
position: absolute;
top: 60px;
left: 50%;
margin-left: -16px;
z-index: 2;
opacity: 0;
visibility: hidden; }
.rt-team-container[data-layout*="carousel"] .rt-loading { z-index: 100;
}
.rt-team-container[data-layout*="carousel"] .rt-loading-overlay {
z-index: 99;
} .rt-team-container.rt-grayscale img.rt-team-img ,
.rt-team-container.rt-grayscale img.rt-profile-img {
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%);
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%); }
.rt-team-container.rt-grayscale img.rt-team-img:hover,
.rt-team-container.rt-grayscale img.rt-profile-img:hover,
.rt-team-container.rt-grayscale .rt-grid-item:hover img.rt-profile-img {
-webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0);
filter: none;
filter: grayscale(0); } .rt-team-container .ttp-pre-loader .rt-loading-overlay {
opacity: 0.8;
visibility: visible; }
.rt-team-container[data-layout*="carousel"] .ttp-pre-loader .rt-loading-overlay {
opacity: 1;
}
.rt-team-container .ttp-pre-loader .rt-loading {
opacity: 1;
visibility: visible; }
.single-team .rt-team-container .social-icons a {
color: inherit;
}
.rt-ball-clip-rotate {
width: 32px;
height: 32px; }
.rt-ball-clip-rotate {
display: block;
font-size: 0;
color: #fff; }
.rt-ball-clip-rotate, .rt-ball-clip-rotate > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.rt-ball-clip-rotate > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.rt-ball-clip-rotate > div {
width: 32px;
height: 32px;
background: transparent;
border-width: 2px;
border-bottom-color: transparent;
border-radius: 100%;
-webkit-animation: ball-clip-rotate 0.75s linear infinite;
-moz-animation: ball-clip-rotate 0.75s linear infinite;
-o-animation: ball-clip-rotate 0.75s linear infinite;
animation: ball-clip-rotate 0.75s linear infinite; } .rt-clear::after,
.rt-clear::-ms-ticks-after {
clear: both;
display: block;
content: ""; }
.rt-layout-filter-container {
font-size: 0;
line-height: 0;
padding: 0;
margin: -5px -5px 30px; }
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item {
padding: 9px 10px;
border: 1px solid;
margin: 4px;
display: inline-block; }
.rt-layout-filter-container .rt-filter-wrap  .rt-filter-item-wrap.rt-tax-filter.rt-filter-button-wrap {
padding: 0;
margin: 0; }
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item.selected,
.rt-filter-item-wrap.rt-filter-button-wrap span.rt-filter-button-item:hover {
background: #222222;
color: #b4b4b4; }
.rt-filter-item-wrap.rt-order-by-action, .rt-filter-item-wrap.rt-sort-order-action {
float: right; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap {
line-height: 1.55;
display: inline-block;
vertical-align: top;
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin: 4px;
padding: 8px 10px;
cursor: pointer;
position: relative;
border: 1px solid transparent;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
color: #666; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-button-wrap {
padding-left: 0px; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap {
border: 1px solid #666;
color: #666;
position: relative; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap:hover {
border-color: #222;
color: #222; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action:hover {
border-color: #222; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap > .rt-filter-dropdown-default {
min-width: 135px;
max-width: 135px;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
display: block;
white-space: nowrap; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown {
display: block;
position: absolute;
top: 100%;
left: -1px;
right: -1px;
background-color: #222;
z-index: 2;
margin-top: 1px;
border: none;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-filter-dropdown {
opacity: 1;
visibility: visible; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap.active-dropdown .rt-arrow-angle {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg); }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-filter-dropdown .rt-filter-dropdown-item {
display: block;
padding: 10px 15px 9px 15px;
border-bottom: 1px solid #323232;
color: #b4b4b4;
text-align: center; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-filter-dropdown-wrap .rt-arrow-angle {
letter-spacing: 0;
transition: transform 0.2s ease-in-out;
-webkit-transition: transform 0.2s ease-in-out;
-ms-transition: transform 0.2s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-sort-order-action {
border: 1px solid #666;
color: #666;
position: relative;
min-width: 38px; }
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow {
position: static; }
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span {
display: block;
position: absolute;
width: 14px;
height: 8px;
top: 50%;
left: 50%;
margin-top: -4px;
margin-left: -7px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transition: transform 0.2s ease-in-out;
-webkit-transition: transform 0.2s ease-in-out;
-ms-transition: transform 0.2s ease-in-out; }
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow[data-sort-order="ASC"] > span {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg); }
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:before {
content: '';
display: block;
width: 2px;
height: 9px;
position: absolute;
background-color: #666;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
top: 0;
left: 3px;
transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out; }
.rt-filter-item-wrap.rt-sort-order-action .rt-sort-order-action-arrow > span:after {
content: '';
display: block;
width: 2px;
height: 9px;
position: absolute;
background-color: #666;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
top: 0;
left: 9px;
transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out; }
.rt-layout-filter-container .rt-filter-wrap .rt-filter-item-wrap.rt-search-filter-wrap {
padding: 0;
position: relative;
float: right; }
.rt-filter-item-wrap.rt-search-filter-wrap input.rt-search-input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 10px 10px;
background: transparent;
font-size: 12px;
font-weight: 600;
font-family: "Dosis", sans-serif;
border: 1px solid #666;
color: #666; }
.rt-filter-item-wrap.rt-search-filter-wrap span.rt-action {
position: absolute;
right: 5px;
top: 6px;
font-size: 15px;
display: inline-block;
cursor: pointer; }
.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-webkit-input-placeholder {
font-size: 12px;
font-weight: 600;
font-family: "Dosis", sans-serif; }
.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input::-moz-placeholder {
font-size: 12px;
font-weight: 600;
font-family: "Dosis", sans-serif; }
.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-ms-input-placeholder {
font-size: 12px;
font-weight: 600;
font-family: "Dosis", sans-serif; }
.rt-filter-item-wrap.rt-search-filter-wrap .rt-search-input:-moz-placeholder {
font-size: 12px;
font-weight: 600;
font-family: "Dosis", sans-serif; } .rt-team-container .special-items-wrapper .even-grid-item {
margin: 0; }
.single-team-item.image-wrapper {
cursor: pointer; }
.ttp-label {
background: #c51f33;
color: #fff;
text-align: center;
height: 100%; }
.special-selected-top-wrap > div,
.rt-row.special-items-wrapper > div {
padding: 0; }
.special-selected-short-bio {
position: relative; }
.special-selected-top-wrap .img {
position: relative; }
.special-selected-top-wrap .img:after {
position: absolute;
width: 100%;
height: 100%;
background: rgba(197, 31, 51, 0.2);
content: "";
top: 0;
left: 0;
z-index: 1; }
.special-selected-top-wrap:after {
clear: both;
content: "";
display: block; }
.special-selected-short-bio {
padding: 10px 0 0; }
.special-selected-short-bio:after {
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid #fff;
content: "";
top: -25px;
position: absolute;
left: calc(50% - 25px);
z-index: 3; }
.rt-team-container .special-selected-top-wrap .ttp-label-inner {
padding: 15px;
text-align: left;
box-sizing: border-box;
}
.padding-0{
padding:0 ;
} .rt-team-container figure {
margin: 0; }
.rt-team-container .round-img img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .margin-bottom {
margin-bottom: 30px; }
.rt-team-container h3 {
margin-bottom: 5px !important;
padding: 0px !important;
line-height: 1.3;
font-weight: 400; }
.rt-team-container h3 a {
text-decoration: none !important; }
.rt-team-container .tlp-position {
font-weight: 400;
line-height: 1.3;
margin-bottom: 5px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
}
.rt-team-container .layout1 .tlp-position a {
color: white; }
.rt-team-container .layout2 .tlp-position a {
color: #565656;
font-size: 16px;
font-weight: 500; }
.rt-team-container .tlp-position a:hover,
.rt-team-container h3 a:hover,
.rt-team-container .short-bio a:hover {
text-decoration: none !important; }
.rt-team-container .paddingl0 {
padding-left: 0px; }
.rt-team-container .paddingr0 {
padding-right: 0; }
.rt-team-container .even-grid-item {
margin-bottom: 30px; }
.rt-team-container .no-margin {
margin: 0 !important;
padding: 0 !important; }
.rt-team-container a {
text-decoration: none;
box-shadow: none;
border: none; }
.rt-team-container-item-count {
display: none; }
.rt-team-container .tlp-detail h3 {
font-size: 35px;
line-height: 1.2;
}
.rt-team-container .tlp-detail h3.member-name,
.rt-team-container .tlp-detail .team-images {
margin: 15px 0 5px; }
.rt-team-container .tlp-detail .experience {
padding-left: 3px; } .rt-team-container .rt-team-container-skill {
margin-bottom: 15px; }
.rt-team-container .skill-prog {
height: 4px;
margin-bottom: 10px;
background: #fff;
border: 1px solid #edeaea;
border-radius: 4px;
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
.rt-team-container .skill-prog .fill {
height: 100%;
-webkit-animation: 400ms;
background-color: #00afd1;
border-radius: 4px; }
.tooltip + .tooltip > .tooltip-inner {
background-color: #00afd1;
font-size: 80%; }
.tooltip.top .tooltip-arrow {
border-top-color: #00afd1; }
.rt-team-container-skrill {
font-size: 90%;
padding: 0px 0px 15px 0px; }
.rt-team-container .equal-height {
margin-bottom: 30px; }
.tlp-equal-height .paddingl0 {
padding-left: 0px; }
.tlp-equal-height .paddingr0 {
padding-right: 0px; } .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
#rt-smart-modal-container .tooltip.in,
#tlp-modal .tooltip.in,
.tlp-popup-wrap .tooltip.in,
.tlp-single-detail  .tooltip.in ,
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.single-team-content-area{
margin-top: 50px;
} .rt-team-container .social-icons {
margin: 10px 0px 0px;
padding: 0px;
display: block; }
.rt-team-container .layout10 .social-icons {
margin-top: 3px;
}
.rt-team-container .layout2 .social-icons{
margin: 0px 0px 0px;
}
.rt-team-container .layout6 .social-icons {
margin: 0 0 10px;
padding: 0 0 10px 7px;
}
.rt-team-container .layout13 .social-icons,
.rt-team-container .isotope8 .social-icons {
margin: 0px 0px; }
.rt-team-container .layout13 .social-icons {
margin-bottom: -3px;
}
.rt-team-container .social-icons a:before {
content: none; }
.rt-team-container .social-icons a {
text-align: center;
color: #fff;
text-decoration: none;
display: inline-block;
margin-right: 4px;
margin-bottom: 3px;
font-size: 20px;
padding: 0px;
text-decoration: none !important;
width: 30px;
transition: all 0.3s;
height: 30px; }
.rt-team-container .social-icons a i { line-height: 30px;
transition: all 0.3s;
display: block; }
.rt-team-container .layout6 .social-icons a i {
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.rt-team-container .social-icons a .fa-Bandcamp {
background: url(https://s1.bcbits.com/img/buttons/bandcamp_22x22_blue.png);
width: 22px;
height: 22px;
margin-top: 12px; }
.rt-team-container .social-icons a:hover .fa-facebook-f,
.rt-team-container .social-icons a:focus .fa-facebook-f {
background: #3b5999;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-twitter,
.rt-team-container .social-icons a:focus .fa-twitter {
background: #3aa9e0;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-linkedin,
.rt-team-container .social-icons a:focus .fa-linkedin {
background: #0080b1;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-xing,
.rt-team-container .social-icons a:focus .fa-xing {
background: #1C5D5B;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-skype,
.rt-team-container .social-icons a:focus .fa-skype {
background: #06bcff;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-whatsapp,
.rt-team-container .social-icons a:focus .fa-whatsapp {
background: #25D366;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-telegram,
.rt-team-container .social-icons a:focus .fa-telegram {
background: #29b6f6;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover  .far.fa-envelope ,
.rt-team-container .social-icons a:hover .fa-google-plus {
background: #d04333;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-youtube {
background: #cd322d;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-soundcloud {
background: #ff5500;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-vimeo {
background: #44bbff;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .social-icons a:hover .fa-instagram {
background: #3e729a;
color: #fff;
width: 30px;
height: 30px; }
.rt-team-container .round-img .social-icons a {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-facebook-f {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-twitter {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-linkedin {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-google-plus {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-youtube {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-soundcloud {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-vimeo {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .round-img .social-icons a:hover .fa-instagram {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .tlp-detail .social-icons a {
background-color: #00afd1; } .rt-team-container .contact-info {
margin: 0px;
padding: 0px 0px 10px 0px; }
.rt-team-container .contact-info ul {
margin: 0px;
padding: 0px;
list-style: none; }
.rt-team-container .contact-info ul li {
margin: 0px;
padding: 0px;
line-height: 22px;
list-style: none !important;
border: none;
background: no-repeat; }
.rt-team-container .contact-info ul li a {
color: inherit;
}
.md-modal .rt-team-container .contact-info ul li,
.md-modal .rt-team-container .contact-info ul li a {
color: #fff;
}
.rt-team-container .contact-info ul li + li {
margin-top: 10px;
}
.rt-team-container .contact-info i {
width: 20px;
margin-right: 4px;
text-align: center;
} .rt-team-container .layout1 {
position: relative; }
.rt-team-container .short-bio p  {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .tlp-content {
background: #007acc;
color: #ffffff;
padding: 10px; }
.rt-team-container .layout1 .tlp-content-layout1, .rt-team-container .short-bio p {
margin-bottom: 5px;
margin-top: 5px;
}
.rt-team-container .layout1 .single-team-area h3 {
padding: 0;
margin: 0 0 10px 0;
font-size: 22px; }
.rt-team-container .layout1 .single-team-area h3, .rt-team-container .layout1 .single-team-area h3 a, .rt-team-container .layout1 .tlp-position {
color: #fff; }
.rt-team-container .layout1 .single-team-area img {
max-width: 100%;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-transform: scale(1.01);
transform: scale(1.01);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .layout1 .single-team-area:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1); }
.rt-team-container .layout1 .single-team {
position: relative;
overflow: hidden; }
.rt-team-container .layout1 .overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s; }
.rt-team-container .layout1 .single-team-area .overlay,
.rt-team-container .layout1 .single-team-area .overlay-element h3,
.rt-team-container .layout1 .single-team-area .detile-popup {
opacity: 0; }
.rt-team-container .layout1 .single-team-area:hover .overlay,
.rt-team-container .layout1 .single-team-area:hover .overlay-element h3,
.rt-team-container .layout1 .single-team-area:hover .detile-popup,
.rt-team-container .single-team-area:hover .overlay {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout1 .short-bio p {
padding: 2px 0px 0px;
margin-bottom: 10px; }
.rt-team-container .layout1 .overlay .social-icons {
text-align: center;
padding: 20% 0; }
.rt-team-container .layout1 .single-team:hover .overlay {
top: 0; }
.rt-team-container .layout1 .single-team-area:hover > .single-team:before {
display: none; }
.rt-team-container .layout1 .overlay-element {
text-align: center;
color: #ffffff; }
.rt-team-container .layout1 .overlay-element .detail-link i.fa {
color: #ffffff;
font-size: 20px;
margin-top: 45%;
z-index: 9999;
padding: 4px 6px; }
.rt-team-container .layout1 .overlay-element .detail-link:hover i.fa {
background: #fff;
color: #ed344a;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; } .rt-team-container .layout2 h3 {
margin-top: 0;
padding: 0; }
.rttm-content-area h3, .rttm-content-area .tlp-position {
line-height: 1.3;
}
.rt-team-container .layout2 .single-team-area .img-area {
padding: 0 0 15px 0; }
.rt-team-container .layout2 .short-bio p {
margin-bottom: 10px; }
.rt-team-container .layout2 .round-img img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }  .rt-team-container .layout3 .tlp-content {
background: none;
padding: 10px 0px 8px; }
.rt-team-container .layout3 .single-team-area { text-align: center; }
.rt-team-container .layout3 .single-team-area h3 {
margin-top: 15px;
padding: 0px; }
.rt-team-container .layout3 .short-bio {
padding: 0px 0px 0px; }
.rt-team-container .layout3 .round-img img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout3 .single-team-area  .contact-info {
padding-bottom: 5px;
}  .rt-team-container .layout4 .single-team-area {
position: relative; }
.rt-team-container .layout4 .single-team-area h3 a, .rt-team-container .layout4 .single-team-area h3 {
margin: 15px 7px 0px;
padding: 0;
text-align: center;
color: #fff; }
.rt-team-container .layout4 .tlp-position {
color: #fff;
padding: 0px 15px; }
.rt-team-container .layout4 .short-bio {
margin: 0px;
padding: 0px; }
.rt-team-container .layout4 .social-icons {
padding: 0px 15px;
text-align: center; }
.rt-team-container .layout4 .short-bio p {
text-align: center;
font-size: 14px;
color: #fff;
padding: 5px 15px 5px;
line-height: 20px; }
.rt-team-container .layout4 .single-team-area .overlay {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
width: 100%;
height: 100%;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s; }
.rt-team-container .layout4 .single-team-area .tlp-content {
text-align: center;
padding: 20px;
padding-top: 30%; }
.rt-team-container .layout4 .single-team-area .overlay, .rt-team-container .layout4 .single-team-area .detile-popup {
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; }
.rt-team-container .layout4 .single-team-area:hover .overlay,
.rt-team-container .layout4 .single-team-area:hover .detile-popup {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout4 .round-img .overlay {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding-top: 10%; }
.rt-team-container .layout4 .round-img .single-team-area:hover .overlay {
top: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout4 .round-img .tlp-content {
background: none;
padding-top: 15%; }
.rt-team-container .layout4 .round-img .overlay .social-icons {
text-align: center;
margin: 0;
padding: 0; }  .rt-team-container .layout5 .tlp-content {
background: none; }
.rt-team-container .layout5 .table tr td {
vertical-align: middle; }
.rt-team-container .layout5 .table > thead > tr > th,
.rt-team-container-layout5 .table > tbody > tr > th, .rt-team-container-layout5 .table > thead > tr > td, .table > tbody > tr > td {
vertical-align: middle !important; }
.rt-team-container .layout5 .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
} .rt-team-container .layout6 .tlp-img-responsive {
padding: 0 !important;
margin: 0 !important; }
.rt-team-container .layout6 img.img-responsive.rt-profile-img {
width: 100%; }
.rt-team-container .layout6 .tlp-info-block h3 a {
color: #fff; }
.rt-team-container .layout6 .tlp-info-block h3 {
margin: 15px 15px 2px 15px;
padding: 0px;
color: #fff; }
.rt-team-container .layout6 .tlp-position {
color: #fff;
text-align: left;
padding: 0px 15px;
margin-bottom: 15px;
}
.rt-team-container .layout6 .short-bio {
margin: 0px;
padding: 0px; }
.rt-team-container .layout6 .short-bio a,
.rt-team-container .layout6 .short-bio p {
text-align: center;
font-size: 14px;
color: #fff;
padding: 0px 15px 0px;
margin-bottom: 10px;
line-height: 20px; }
.rt-team-container .layout6 .tlp-img-block {
padding: 0; }
.rt-team-container .layout6 .tlp-info-block {
padding: 0 8px;
padding-bottom: 20px;
background: #fd662d;
color: #fff;
position: relative;
}
.rt-team-container .layout6 .tlp-right-arrow:after {
border-color: transparent #fd642d;
border-style: solid;
border-width: 0 34px 34px 0;
content: " ";
display: block;
height: 0;
left: -34px;
position: absolute;
top: 50%;
width: 0; }
.rt-team-container .layout6 .tlp-left-arrow:after {
border-color: #fd642d transparent transparent;
border-style: solid;
border-width: 34px 34px 0 0;
content: " ";
display: block;
height: 0;
position: absolute;
right: -34px;
top: 50%;
width: 0;
z-index: 2; }
.rt-team-container .layout6 .tlp-img.tlp-single-team {
height: 100%;
width: 100%; }
.rt-team-container .layout6 .tlp-img-responsive {
width: 100%;
height: 100%; }
.rt-team-container .layout6 .contact-info {
margin: 0 0 10px;
padding: 0 0 5px 15px; }
.rt-team-container .layout6  .social-icons {
padding-left: 10px;
}
@media (min-width: 768px) {
.rt-team-container .layout6 .rt-grid-item .tlp-img-block,
.rt-team-container .layout6 .rt-grid-item .tlp-info-block {
height: 100%; } }  .rt-team-container .layout7 .tlp-team-item h3 {
margin: 0px 25px 2px !important;
padding: 0px;
color: #fff; }
.rt-team-container .layout7 .tlp-position {
color: #fff;
text-align: left;
padding: 0px 25px;
line-height: 22px; }
.rt-team-container .layout7 .social-icons {    text-align: center;
margin-top: 0;
}
.rt-team-container .layout7 .caption-inner-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
left: 15px;
}
.rt-team-container .layout7 .tlp-team-item {
position: relative;
text-align: center;
cursor: pointer; }
.rt-team-container .layout7 .tlp-team-item img {
position: relative;
display: block; }
.rt-team-container .layout7 .tlp-team-item figcaption {
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .layout7 .tlp-team-item figcaption::before,
.rt-team-container .layout7 .tlp-team-item figcaption::after {
pointer-events: none; }
.rt-team-container .layout7 .tlp-team-item figcaption {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.rt-team-container .layout7 .tlp-team-item img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s; }
.rt-team-container .layout7 figcaption:hover {
opacity: 1;
background-color: rgba(46, 44, 44, 0.4); }
.rt-team-container .layout7 .tlp-team-item:hover .tpl-social {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: -30px; }
.rt-team-container .layout7 .tlp-team-item figcaption::before,
.rt-team-container .layout7 .tlp-team-item figcaption::after {
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.rt-team-container .layout7 .tlp-team-item figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1); }
.rt-team-container .layout7 .tlp-team-item figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0); }
.rt-team-container .layout7 .tlp-team-item h3 {
padding-top: 2%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0; }
.rt-team-container .layout7 .tlp-team-item .tlp-position,
.rt-team-container .layout7 .tlp-team-item:hover .short-bio {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .layout7 .tlp-team-item:hover figcaption::before,
.rt-team-container .layout7 .tlp-team-item:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout7 .tlp-team-item:hover h3,
.rt-team-container .layout7 .tlp-team-item:hover .short-bio,
.rt-team-container .layout7 .tlp-team-item:hover .tlp-position {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .layout7 .tlp-team-item .short-bio {
opacity: 0;
padding: 0px 10px 5px; }
.rt-team-container .layout7 .tlp-team-item:hover .tlp-position {
margin-bottom: 12px;
}
.rt-team-container .layout7 .short-bio p {
text-align: center;
font-size: 14px;
color: #fff;
padding: 2px 15px 0px;
margin-bottom: 10px;
line-height: 20px; }
.rt-team-container .layout7 .round-img .tlp-team-item figcaption {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout7 .round-img figcaption::before,
.rt-team-container .layout7 .round-img figcaption::after {
border: none; }
.rt-team-container .layout7 .round-img .social-icons {
bottom: 50px; }  .rt-team-container .layout8 .tlp-position {
color: #fff;
margin: 0px;
padding: 0px;
line-height: 22px; }
.rt-team-container .layout8 .single-team-area {
position: relative;
overflow: hidden; }
.rt-team-container .layout8 .single-team-area img {
position: relative;
display: block; }
.rt-team-container .layout8 .tlp-overlay {
background: none !important;
overflow: hidden;
padding: 15px;
margin: 0px;
color: #fff;
font-size: 14px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: auto;
bottom: 0;
color: #fff;
-webkit-transition: -webkit-transform 0.55s;
transition: transform 0.55s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.rt-team-container .layout8 .tlp-overlay .tlp-title {
background-color: rgba(245, 46, 46, 0.9);
color: #fff;
opacity: 0;
padding: 9px 10px;
margin: 0px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
left: 0;
width: 100%;
height: 100%;
bottom: 70px;
height: 70px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.rt-team-container .layout8 .tlp-overlay .tlp-title {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.rt-team-container .layout8 .tlp-overlay .tlp-title * {
flex: 0 0 100%;
}
.rt-team-container .layout8 .tlp-overlay .tlp-position {
margin-bottom: 8px !important;
}
.rt-team-container .layout8 .tlp-overlay h3, .rt-team-container .layout8 .tlp-overlay h3 a {
color: #fff;
font-size: 20px; }
.rt-team-container .layout8 .tlp-overlay .tlp-content2 {
background: none;
position: absolute;
bottom: 70px;
text-align: center; }
.rt-team-container .layout8 .tlp-overlay .tlp-content2 p {
line-height: 22px;
margin: 0px;
padding: 0px 0px 5px; }
.rt-team-container .layout8 .tlp-overlay h3 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0); }
.rt-team-container .layout8 .tlp-overlay h3 {
margin: 0px;
margin-bottom: 2px !important;
line-height: 1.2;
padding: 0px 0px; }
.rt-team-container .layout8 .tlp-overlay .tlp-position, .rt-team-container .layout8 .tlp-overlay .tlp-position a {
color: #fff;
line-height: 22px;
margin: 0px;
padding: 0px; }
.rt-team-container .layout8 .single-team-area:hover img {
opacity: .9; }
.rt-team-container .layout8 .single-team-area:hover .tlp-title,
.rt-team-container .layout8 .single-team-area:hover .tlp-content {
opacity: 1; }
.rt-team-container .layout8 .single-team-area:hover .tlp-overlay,
.rt-team-container .layout8 .single-team-area:hover h3 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .layout8 .single-team-area:hover h3 {
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s; }
.rt-team-container .layout8 .round-img .tlp-overlay,
.rt-team-container .layout8 .round-img .single-team-area img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }  .rt-team-container .layout9 .single-team-area {
position: relative;
overflow: hidden;
margin: 0px;
width: 100%;
height: auto;
text-align: center; }
.rt-team-container .layout9 img {
position: relative;
display: block; }
.rt-team-container .layout9 .tlp-overlay {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 10px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .layout9 .single-team-area:hover .tlp-overlay-inner {
position: absolute;
left: 15px;
right: 15px;
top: 50%;
transform: translateY(-50%);
}
.rt-team-container .layout9 .single-team-area img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15); }
.rt-team-container .layout9 .single-team-area:hover img {
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout9 .single-team-area h3 {
font-size: 24px;
margin-top: 60%;
padding: 0px 15px !important;
margin-bottom: 0px !important;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .layout9 .tlp-position {
opacity: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .layout9 .single-team-area h3 a {
color: #fff; }
.rt-team-container .layout9 .single-team-area p {
margin: 0;
padding: 5px 15px 14px 15px;
line-height: 20px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1); }
.rt-team-container .layout9 .single-team-area  .short-bio {
padding-top: 5px;
}
.rt-team-container .layout9 .single-team-area:hover .tlp-overlay {
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.35s ease-out 0.15s;
-moz-transition: all 0.35s ease-out 0.15s;
-ms-transition: all 0.35s ease-out 0.15s;
-o-transition: all 0.35s ease-out 0.15s;
transition: all 0.35s ease-out 0.15s; }
.rt-team-container .layout9 .single-team-area .social-icons {
margin: 0px;
text-align: center;
padding: 0px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1); }
.rt-team-container .layout9 .single-team-area:hover .social-icons {
opacity: 1;
padding: 0px 15px;
transform: translate3d(0, 0, 0) scale(1.1);
}
.rt-team-container .layout9 .single-team-area:hover h3 {
margin-top: 5%;
padding: 0px 15px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .layout9 .single-team-area:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
.rt-team-container .layout9 .single-team-area:hover .tlp-position {
padding: 0px 15px;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0); }
.rt-team-container .layout9 .round-img .tlp-overlay,
.rt-team-container .layout9 .round-img .single-team-area img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout9 .round-img .single-team-area img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1);
transform: scale(1); } .rt-team-container .layout10 .image-container {
overflow: hidden;
position: relative;
width: 100%;
padding: 0;
margin: 0;
line-height: 11px; }
.rt-team-container .layout10 .image-container img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%; }
.rt-team-container .layout10 .image-container:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.rt-team-container .layout10 .tlp-overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
text-align: center; }
.rt-team-container .layout10 .tlp-overlay .tlp-title {
padding: 2px 10px !important;
opacity: 0;
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s;
display: block;
background-color: rgba(255, 255, 255, 0.85);
text-align: center;
padding: 1px 0;
margin: 25px 0px 5px;
color: #000;
font-size: 20px; }
.rt-team-container .layout10 .tlp-position {
padding: 8px 10px;
color: #fff; }
.rt-team-container .layout10 .tlp-overlay:hover .tlp-title {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
.rt-team-container .layout10 .tlp-overlay .tlp-title h3 {
padding: 8px 10px 2px !important;
margin: 0px;
color: #000; }
.rt-team-container .layout10 .tlp-overlay .tlp-title h3 a {
color: #000; }
.rt-team-container .layout10 .tlp-overlay p {
padding: 2px 10px 10px;
margin: 0px;
line-height: 20px; }
.rt-team-container .layout10 .tlp-overlay {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.5s ease-out 0.15s;
-moz-transition: all 0.5s ease-out 0.15s;
-ms-transition: all 0.5s ease-out 0.15s;
-o-transition: all 0.5s ease-out 0.15s;
transition: all 0.5s ease-out 0.15s; }
.rt-team-container .layout10 .image-container:hover .tlp-overlay {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px); }
.rt-team-container .layout10 .tlp-team-item {
margin: 6px;
border: 6px solid #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
.rt-team-container .layout10 .tlp-team-item .tlp-info h3,
.rt-team-container .layout10 .tlp-team-item .tlp-info h3 a {
margin: 15px 5px;
padding: 0; }
.rt-team-container .layout10 .round-img .tlp-overlay,
.rt-team-container .layout10 .round-img .tlp-team-item,
.rt-team-container .layout9 .round-img .image-container img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout10 .round-img .image-container img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout10 .tlp-team-item .tlp-title {
padding: 10px 10px 5px;
} .rt-team-container .layout11 .tlp-position {
color: #fff;
margin: 0px;
padding: 0px;
line-height: 22px; }
.rt-team-container .layout11 .single-team-area {
position: relative;
overflow: hidden; }
.rt-team-container .layout11 h3 {
margin-top: 0;
flex: 0 0 100%;
line-height: 1.2;
}
.rt-team-container .layout11 .single-team-area img {
position: relative;
display: block; }
.rt-team-container .layout11 .single-team-area .tlp-overlay {
background: none !important;
overflow: hidden;
padding: 15px;
margin: 0px;
color: #fff;
font-size: 14px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
left: 0;
width: 100%;
height: 100px;
top: 0;
color: #fff;
-webkit-transition: -webkit-transform 0.55s;
transition: transform 0.55s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.rt-team-container .layout11 .single-team-area .tlp-title {
background-color: rgba(245, 46, 46, 0.9);
color: #fff;
opacity: 1;
padding: 10px 10px;
margin: 0;
position: absolute;
left: 0;
width: 100%;
bottom: 0; display: flex;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.rt-team-container .layout11 .single-team-area .tlp-title * {
flex: 0 0 100%;
margin: 0px !important;
}
.rt-team-container .layout11.carousel-item .single-team-area .carousel-item{
}
.rt-team-container .layout11.carousel-item .single-team-area .carousel-item .tlp-position {
margin-bottom: 5px;
} .rt-team-container .layout11 .tlp-overlay h3,
.rt-team-container .layout11 .tlp-overlay h3 a {
color: #fff;
font-size: 20px; }
.rt-team-container .layout11 .tlp-overlay .tlp-content2 {
background: none;
position: absolute;
bottom: 70px;
text-align: center; }
.rt-team-container .layout11 .tlp-overlay .tlp-content2 p {
line-height: 22px;
margin: 0px;
padding: 0px 0px 5px; }
.rt-team-container .layout11 .tlp-overlay h3 {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0); }
.rt-team-container .layout11 .tlp-overlay h3 {
margin: 0px;
margin-bottom: 2px !important;
padding: 0px 0px; }
.rt-team-container .layout11 .tlp-overlay .tlp-position {
color: #fff;
line-height: 22px;
margin: 0px;
padding: 0px; }
.rt-team-container .layout11 .single-team-area:hover img {
opacity: .9; }
.rt-team-container .layout11 .single-team-area:hover .tlp-title {
opacity: 1; }
.rt-team-container .layout11 .round-img .single-team-area h3 {
margin-bottom: 0px !important; }
.rt-team-container .layout11 .round-img .single-team-area:hover .tlp-overlay,
.rt-team-container .layout11 .round-img .single-team-area {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout11 .single-team-area .social-icons {
opacity: 0;
padding-top: 40px;
text-align: center; }
.rt-team-container .layout11 .single-team-area:hover .social-icons {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .layout11 .single-team-area:hover .social-icons {
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s; } .rt-team-container .layout12 .single-team-area {
position: relative;
overflow: hidden;
margin: 0px;
width: 100%;
height: auto;
text-align: center; }
.rt-team-container .layout12 img {
position: relative;
display: block; }
.rt-team-container .layout12 .tlp-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: flex;
align-items: flex-end;
justify-content: center;
}
.rt-team-container .layout12 .tlp-overlay .tlp-overlay-inner {
flex: 0 0 100%;
padding-bottom: 20px;
}
.rt-team-container .layout12 .single-team-area img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%; }
.rt-team-container .layout12 .single-team-area:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.rt-team-container .layout12 .single-team-area h3 {
font-size: 24px; padding: 0px !important;
margin-bottom: 5px !important;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
overflow: hidden;
}
.rt-team-container .layout12 .single-team-area h3 .team-name {
background: #0850d0;
padding: 3px 10px;
overflow: hidden;
display: inline-block;
color: #fff; }
.rt-team-container .layout12 .tlp-position {
margin-top: 8px;
margin-bottom: 15px;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.rt-team-container .layout12 .tlp-position span {
background: #313131;
padding: 5px 10px;
color: #fff; }
.rt-team-container .layout12 .single-team-area h3 a {
display: block;
color: #fff; }
.rt-team-container .layout12 .single-team-area p {
margin: 0;
padding: 5px 15px 14px 15px;
line-height: 20px; display: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1);
}
.rt-team-container .layout12 .single-team-area:hover .tlp-overlay {
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.35s ease-out 0.15s;
-moz-transition: all 0.35s ease-out 0.15s;
-ms-transition: all 0.35s ease-out 0.15s;
-o-transition: all 0.35s ease-out 0.15s;
transition: all 0.35s ease-out 0.15s; }
.rt-team-container .layout12 .single-team-area .social-icons {
margin: 0px;
text-align: center;
padding: 0px; display: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 0px, 0) scale(1.1);
transform: translate3d(0, 0px, 0) scale(1.1); }
.rt-team-container .layout12 .tlp-overlay .tlp-overlay-inner .short-bio {
margin-bottom: 15px;
}
.rt-team-container .layout12 .single-team-area:hover .social-icons { display: block;
padding: 0px 15px; }
.rt-team-container .layout12 .single-team-area:hover h3 {
text-align: center !important;
line-height: 1.2;
padding: 0px 15px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .layout12 .single-team-area:hover p { display: block;
padding-bottom: 0;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
.rt-team-container .layout12 .single-team-area:hover .tlp-position {
text-align: center !important;
margin-top: 0px;
padding: 0px 15px;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0); }
.rt-team-container .layout12 .single-team-area:hover h3 .team-name,
.rt-team-container .layout12 .single-team-area:hover .tlp-position span {
background: none !important;
padding: 0px;
overflow: hidden;
line-height: 1;
}
.rt-team-container .layout12 .round-img .tlp-overlay,
.rt-team-container .layout12 .round-img .single-team-area img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .layout12 .round-img .single-team-area img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .layout12 .round-img .single-team-area:hover h3 {
margin-top: 25%; }
.rt-team-container .layout10 .tlp-team-item .tlp-info {
overflow: hidden;
}
.rt-team-container .layout10 .tlp-team-item .tlp-info h3 {
margin-top: 10px;
} .rt-team-container .layout13 .single-team-area,
.rt-team-container .isotope8 .single-team-area {
position: relative;
line-height: 1.3;
}
.rt-team-container .layout13 .tlp-overlay h3,
.rt-team-container .isotope8 .tlp-overlay h3 {
margin-top: 0; }
.rt-team-container .layout13 .tlp-overlay,
.rt-team-container .isotope8 .tlp-overlay {
position: absolute;
width: 100%;
text-align: center;
z-index: 2;
left: 0;
bottom: 0;
padding: 10px 15px;
background: rgba(255, 255, 255, 0.7); }
.rt-team-container .layout13 .single-team-area:hover:after,
.rt-team-container .isotope8 .single-team-area:hover:after {
content: initial; }
.rt-team-container .layout13 .single-team-area .tlp-overlay .social-icons a,
.rt-team-container .isotope8 .single-team-area .tlp-overlay .social-icons a {
color: #000; } .rt-team-container .isotope1 .team-member figure {
position: relative; }
.rt-team-container .isotope1 .team-member h3 a {
color: #fff; }
.rt-team-container .isotope1 .team-member h3 {
color: #fff;
margin: 0px;
padding: 0px 0px 4px; }
.rt-team-container .isotope1 .team-member .overlay .tlp-position, .rt-team-container .isotope1 .team-member .overlay .tlp-position a {
color: #fff;
text-align: center; }
.rt-team-container .isotope1 .team-member {
overflow: hidden;
position: relative; }
.rt-team-container .isotope1 .overlay .short-bio {
padding-top: 5px;
margin-bottom: 10px;
line-height: 20px; }
.rt-team-container .isotope1 .team-member .overlay {
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
text-align: center;
padding: 20px;
display: inline-block;
float: left; }
.rt-team-container .isotope1 .team-member .overlay,
.rt-team-container .isotope1 .team-member .detile-popup {
-moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; }
.rt-team-container .isotope1 .team-member:hover .overlay,
.rt-team-container .isotope1 .team-member:hover .detile-popup {
opacity: 1;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.rt-team-container .isotope1 .button-group {
text-align: center;
padding-bottom: 20px; }
.rt-team-container .isotope1 .button-group button {
background: #000000;
border: none;
color: #fff;
text-transform: none;
font-weight: 400 !important;
margin: 5px;
padding: 10px 15px;
outline: 0px; }
.rt-team-container .isotope1 .button-group button:hover {
opacity: .8; }
.rt-team-container .isotope1 .button-group .selected {
background: #26aae1; }
.rt-team-container .isotope1 .social-icons {
padding-top: 10px;
}  .rt-team-container .isotope2 h3 {
padding-top: 10px !important;
margin: 0px; }
.rt-team-container .isotope2 .tlp-content {
background: none;
padding-top: 0px; }
.rt-team-container .isotope2 .team-item {
display: inline-block;
float: left; }
.rt-team-container .isotope2 .short-bio {
padding-top: 5px; }
.rt-team-container .isotope2 .short-bio p {
margin: 0px 0px 10px; }
.rt-team-container .isotope2 .social-icons {
padding-top: 5px; }
.rt-team-container .isotope2  .team-member figure {
margin-bottom: 10px;
}  .rt-team-container .isotope3 .single-team-area {
position: relative;
overflow: hidden;
margin: 0px;
width: 100%;
height: auto;
background: #3085a3;
text-align: center; }
.rt-team-container .isotope3 img {
position: relative;
display: block; }
.rt-team-container .isotope3 .tlp-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 10px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .isotope3 .single-team-area img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15); }
.rt-team-container .isotope3 .single-team-area:hover img {
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .isotope3 .single-team-area h3 {
font-size: 24px;
margin-top: 60%;
padding: 0px 15px !important;
margin-bottom: 0px !important;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .isotope3 .tlp-position {
opacity: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .isotope3 .single-team-area h3 a {
color: #fff; }
.rt-team-container .isotope3 .single-team-area p {
margin: 0;
padding: 5px 15px 14px 15px;
line-height: 20px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1); }
.rt-team-container .isotope3 .single-team-area:hover .tlp-overlay {
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.35s ease-out 0.15s;
-moz-transition: all 0.35s ease-out 0.15s;
-ms-transition: all 0.35s ease-out 0.15s;
-o-transition: all 0.35s ease-out 0.15s;
transition: all 0.35s ease-out 0.15s; }
.rt-team-container .isotope3 .single-team-area .social-icons {
margin: 0px;
text-align: center;
padding: 0px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;  }
.rt-team-container .isotope3 .single-team-area:hover .social-icons {
opacity: 1;
padding: 0px 15px; }
.rt-team-container .isotope3 .single-team-area:hover h3 {
margin-top: 15%;
padding: 0px 15px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .isotope3 .single-team-area:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
.rt-team-container .isotope3 .single-team-area:hover .tlp-position {
padding: 0px 15px;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0); } .rt-team-container .isotope4 .tlp-team-item h3 {
margin: 15px 25px 2px !important;
padding: 0px;
color: #fff; }
.rt-team-container .isotope4 .tlp-position {
color: #fff;
text-align: left;
padding: 0px 25px;
line-height: 22px; } .rt-team-container .isotope4 .tlp-team-item .short-bio p:last-child {
margin: 0;
}
.rt-team-container .isotope4 .social-icons {
bottom: inherit;
position: relative;
left: 0;
text-align: center;
margin-top: 0;
}
.rt-team-container .isotope4 .tlp-team-item {
position: relative;
text-align: center;
cursor: pointer; }
.rt-team-container .isotope4 .tlp-team-item img {
position: relative;
display: block; }
.rt-team-container .isotope4 .tlp-team-item figcaption {
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .isotope4 .tlp-team-item figcaption::before,
.rt-team-container .isotope4 .tlp-team-item figcaption::after {
pointer-events: none; }
.rt-team-container .isotope4 .tlp-team-item figcaption {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.rt-team-container .isotope4 .tlp-team-item img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s; }
.rt-team-container .isotope4 figcaption:hover {
opacity: 1;
background-color: rgba(46, 44, 44, 0.4); }
.rt-team-container .isotope4 .tlp-team-item:hover .tpl-social {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: -30px; }
.rt-team-container .isotope4 .tlp-team-item figcaption::before,
.rt-team-container .isotope4 .tlp-team-item figcaption::after {
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.rt-team-container .isotope4 .tlp-team-item figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1); }
.rt-team-container .isotope4 .tlp-team-item figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0); }
.rt-team-container .isotope4 .tlp-team-item h3 {
padding-top: 2%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
opacity: 0; }
.rt-team-container .isotope4 .tlp-team-item .tlp-position,
.rt-team-container .isotope4 .tlp-team-item:hover .short-bio {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
.rt-team-container .isotope4 .tlp-team-item:hover figcaption::before,
.rt-team-container .isotope4 .tlp-team-item:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.rt-team-container .isotope4 .tlp-team-item:hover h3,
.rt-team-container .isotope4 .tlp-team-item:hover .short-bio,
.rt-team-container .isotope4 .tlp-team-item:hover .tlp-position {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .isotope4 .tlp-team-item .short-bio {
opacity: 0;
padding: 0px 10px 10px; }
.rt-team-container .isotope4 .short-bio p {
text-align: center;
font-size: 14px;
color: #fff;
padding: 2px 15px 0px;
margin-bottom: 10px;
line-height: 20px; }
.rt-team-container .isotope4 .round-img .tlp-team-item figcaption {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.rt-team-container .isotope4 .round-img figcaption::before,
.rt-team-container .isotope4 .round-img figcaption::after {
border: none; } .rt-team-container .isotope5 .tlp-position,
.rt-team-container .isotope5 .tlp-position a {
color: #fff;
margin: 0;
padding: 0;
line-height: 22px; }
.rt-team-container .isotope5 .single-team-area {
position: relative;
overflow: hidden; }
.rt-team-container .isotope5 .single-team-area img {
position: relative;
display: block; }
.rt-team-container .isotope5 .tlp-overlay .social-icons {
opacity: 0;
position: absolute;
left: 0;
bottom: 75px;
width: 100%;
text-align: center; }
.rt-team-container .isotope5 .tlp-overlay .tlp-title {
background-color: rgba(245, 46, 46, 0.9);
color: #fff;
opacity: 1;
padding: 5px 15px;
margin: 0px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
left: 0;
width: 100%;
height: 100%;
bottom: 60px;
height: 60px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.rt-team-container .isotope5 .tlp-overlay h3,
.rt-team-container .isotope5 .tlp-overlay h3 a {
color: #fff;
font-size: 20px; }
.rt-team-container .isotope5 .tlp-overlay .tlp-content2 {
background: none;
position: absolute;
bottom: 70px;
text-align: center; }
.rt-team-container .isotope5 .tlp-overlay .tlp-content2 p {
line-height: 22px;
margin: 0px;
padding: 0px 0px 5px; }
.rt-team-container .isotope5 .tlp-overlay h3 {
margin: 0px;
margin-bottom: 0px !important;
padding: 0px 0px; }
.rt-team-container .isotope5 .tlp-overlay .tlp-position, .rt-team-container .isotope5 .tlp-overlay .tlp-position a {
color: #fff;
line-height: 22px;
margin: 0px;
padding: 0px; }
.rt-team-container .isotope5 .single-team-area:hover .tlp-overlay,
.rt-team-container .isotope5 .single-team-area:hover .short-bio,
.rt-team-container .isotope5 .single-team-area:hover .social-icons {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .isotope5 .single-team-area:hover .short-bio,
.rt-team-container .isotope5 .single-team-area:hover .social-icons {
opacity: 1;
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s; } .rt-team-container .isotope6 .single-team-area {
position: relative;
overflow: hidden;
margin: 0px;
width: 100%;
height: auto;
background: #3085a3;
text-align: center; }
.rt-team-container .isotope6 img {
position: relative;
display: block; }
.rt-team-container .isotope6 .tlp-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0px;
color: #fff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.rt-team-container .isotope6 .single-team-area img {
-webkit-transition: all 1.1s ease;
-moz-transition: all 1.1s ease;
-o-transition: all 1.1s ease;
-ms-transition: all 1.1s ease;
transition: all 1.1s ease;
max-width: 100%; }
.rt-team-container .isotope6 .single-team-area:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.rt-team-container .isotope6 .single-team-area h3 {
font-size: 24px;
margin-top: 65%;
padding: 0px !important;
margin-bottom: 0px !important;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
overflow: hidden;
transform: translate3d(0, 20px, 0); }
.rt-team-container .isotope6 .single-team-area h3 .team-name {
background: #0850d0;
padding: 3px 10px;
color: #fff;
}
.rt-team-container .isotope6 .tlp-position {
margin-top: 8px;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
overflow: hidden;
display: block;
padding: 5px 5px;
}
.rt-team-container .isotope6 .tlp-position span {
background: #313131;
padding: 5px 10px;
color: #fff; }
.rt-team-container .isotope6 .single-team-area h3 a {
color: #fff; }
.rt-team-container .isotope6 .single-team-area p {
margin: 0;
padding: 5px 15px 5px 15px;
line-height: 20px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1); }
.rt-team-container .isotope6 .single-team-area:hover .tlp-overlay {
background-color: rgba(217, 35, 45, 0.85);
-webkit-transition: all 0.35s ease-out 0.15s;
-moz-transition: all 0.35s ease-out 0.15s;
-ms-transition: all 0.35s ease-out 0.15s;
-o-transition: all 0.35s ease-out 0.15s;
transition: all 0.35s ease-out 0.15s; }
.rt-team-container .isotope6 .single-team-area .social-icons {
margin: 0px;
text-align: center;
padding: 0px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
transform: translate3d(0, 20px, 0) scale(1.1); }
.rt-team-container .isotope6 .single-team-area:hover .social-icons {
opacity: 1;
padding: 0px 15px;
margin-top: -10px;
}
.rt-team-container .isotope6 .single-team-area:hover h3 {
text-align: center !important;
margin-top: 15%;
padding: 0px 15px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.rt-team-container .isotope6 .single-team-area:hover p {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
.rt-team-container .isotope6 .single-team-area:hover .tlp-position {
text-align: center !important;
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0); }
.rt-team-container .isotope6 .single-team-area:hover h3 .team-name,
.rt-team-container .isotope6 .single-team-area:hover .tlp-position span { }
.rt-team-container .isotope7 .tlp-overlay {
padding: 15px;
}
.rt-team-container .isotope7 .tlp-overlay .social-icons {
margin-top: 15px;
}  .rt-carousel-holder .carousel-item {
display: block;
}
.rt-carousel-holder.top-nav .swiper-nav {
position: absolute;
right: 0;
top: -30px;
}
.rt-carousel-holder.swiper-rtl.top-nav .swiper-nav {
right: auto;
left: 100px;
}
.rt-carousel-holder .swiper-arrow::after {
content: none !important;
}
.rt-carousel-holder.top-nav .swiper-button-next {
right: 15px;
}
.rt-carousel-holder.top-nav .swiper-button-prev {
left: -85px;
}
.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-prev {
right: 15px;
left: auto;
}
.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-next {
left: -85px;
right: auto;
}
.rt-carousel-holder.standard-nav .swiper-nav {
position: absolute;
top: 50%;
margin-top: -30px;
width: 100%;
}
.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav {
margin-top: 0;
}
.tlp-widget-holder .rt-carousel-holder.standard-nav.has-dots .swiper-nav {
margin-top: -15px;
}
.rt-carousel-holder.bottom-nav .swiper-nav {
position: absolute;
bottom: 0;
left: 50%;
bottom: 50px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.rt-team-container .rt-carousel-holder.bottom-nav .swiper-nav + .swiper-pagination {
margin-top: 40px;
}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-arrow {
top: 7.5px;
}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next {
right: -12px;
}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev {
left: -12px;
}
.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next {
right: 0;
}
.tlp-widget-holder .rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev {
left: 0;
}
.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-next {
right: auto;
left: 5px;
}
.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-prev {
left: auto;
right: 5px;
}
.rt-carousel-holder .swiper-arrow {
width: 30px;
height: 30px;
background: #000;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.rt-carousel-holder .swiper-arrow:hover {
background: #333;
}
.rt-carousel-holder .swiper-arrow i {
color: #fff;
}
.rt-carousel-holder.swiper-rtl .swiper-button-prev i,
.rt-carousel-holder.swiper-rtl .swiper-button-next i {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.rt-carousel-holder.bottom-nav.no-dots {
margin-bottom: 40px;
}
.rt-carousel-holder.bottom-nav.no-dots.no-nav {
margin-bottom: 0;
}
.rt-carousel-holder.bottom-nav.no-dots .swiper-nav {
bottom: 20px;
}
#team-member-profile-gallery .profile-img-wrapper {
margin-bottom: 30px;
}
#team-member-profile-gallery .swiper-arrow {
position: absolute;
top: 50%;
font-size: 18px;
background: #000;
width: 40px;
height: 40px;
color: #fff;
line-height: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
margin-top: -35px;
}
#team-member-profile-gallery .swiper-arrow:hover {
background: #333;
}
#team-member-profile-gallery .swiper-arrow::after {
content: none;
}
#team-member-profile-gallery .swiper-button-prev {
left: 15px;
}
#team-member-profile-gallery .swiper-button-next {
right: 15px;
}
.rt-smart-modal #team-member-profile-gallery .swiper-button-prev,
.tlp-md-content-holder #team-member-profile-gallery .swiper-button-prev {
left: 0;
}
.rt-smart-modal #team-member-profile-gallery .swiper-button-next,
.tlp-md-content-holder #team-member-profile-gallery .swiper-button-next {
right: 0;
}
.rt-smart-modal #team-member-profile-gallery .swiper-pagination,
.tlp-md-content-holder #team-member-profile-gallery .swiper-pagination {
display: none;
}
.rt-team-container .rt-carousel-holder.swiper .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 10px 5px 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.rt-carousel-holder .swiper-pagination-bullet:hover {
background: #000;
opacity: 0.75;
}
.rt-carousel-holder .swiper-pagination-bullet-active {
opacity: 0.75;
background: #000;
}
.rt-carousel-holder.swiper-autoheight .swiper-pagination  {
margin-top: 20px;
}
.rt-carousel-holder.swiper-autoheight .swiper-pagination,
.rt-team-container .swiper-pagination-bullets-dynamic {
margin-left: auto;
margin-right: auto;
-webkit-transform: none !important;
transform: none !important;
}
.rt-team-container .rt-carousel-holder .swiper-pagination {
width: calc(100% - 30px);
bottom: -20px;
height: 30px;
}
.rt-team-container .carousel11 .rt-carousel-holder .swiper-pagination {
margin-top: 30px;
}
.rt-pos-s {
position: static !important;
}
.rt-pos-r {
position: relative !important;
}
.rt-smart-modal .rt-pos-s,
.tlp-md-content-holder .rt-pos-s {
position: relative !important;
}
.rt-carousel-holder .default-img {
width: 100%;
}
.rt-carousel-holder .default-img + .swiper-lazy-preloader {
display: none;
}
.rt-team-container .carousel8 .rt-grid-item .single-team-area,
.rt-team-container .isotope9 .rt-grid-item .single-team-area,
.rt-team-container .layout14 .rt-grid-item .single-team-area {
overflow: hidden;
position: relative; }
.rt-team-container .layout14 .rt-grid-item .tlp-overlay,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay,
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay {
text-align: center;
padding: 15px 0 15px 0;
background: #00bfa5;
width: 100%;
position: absolute;
bottom: -50px;
z-index: 2;
-webkit-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
-moz-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
-ms-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
-o-transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
transition: all 0.4s cubic-bezier(0, 0, 0.5, 0);
}
.rt-team-container .layout14 .rt-grid-item .tlp-overlay .social-icons,
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay .social-icons,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay .social-icons {
position: relative;
margin-top: 15px;
padding-top: 5px;
transition: 0.3s all;
opacity: 0;
}
.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay .social-icons,
.rt-team-container .carousel8 .rt-grid-item:hover .tlp-overlay .social-icons,
.rt-team-container .isotope9 .rt-grid-item:hover .tlp-overlay .social-icons {
opacity: 1;
padding-top: 0;
}
.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay .social-icons{
margin-top: 5px;
}
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay h3 a:hover,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay h3 a:hover,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay h3 a:hover {
color: #00bfa5; }
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay h3,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay h3,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay h3 {
margin: 0; }
.rt-team-container .carousel8 .rt-grid-item .tlp-overlay .social-icons:before,
.rt-team-container .isotope9 .rt-grid-item .tlp-overlay .social-icons:before,
.rt-team-container .layout14 .rt-grid-item .tlp-overlay .social-icons:before {
content: "";
background: #00bfa5;
height: 1px;
width: 170px;
z-index: 3;
position: absolute;
left: 0;
right: 0;
top: -5px;
margin: 0 auto 10px;
display: block; }
.rt-team-container .carousel8 .rt-grid-item:hover .tlp-overlay,
.rt-team-container .isotope9 .rt-grid-item:hover .tlp-overlay,
.rt-team-container .layout14 .rt-grid-item:hover .tlp-overlay {
background: #222222;
bottom: 0;
-webkit-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
-moz-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
-ms-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
-o-transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
transition: all 0.6s cubic-bezier(0, 0, 0.8, -0.5);
} .rt-team-container .layout15 .single-team-area, .rt-team-container .isotope10 .single-team-area, .rt-team-container .carousel11 .single-team-area {
text-align: center;
position: relative;
overflow: hidden; }
.rt-team-container .layout15 .single-team-area::before, .rt-team-container .isotope10 .single-team-area::before, .rt-team-container .carousel11 .single-team-area::before {
content: "";
position: absolute;
height: 100%;
width: 200%;
z-index: 2;
background: rgba(217, 35, 45, 0.8);
-webkit-transform: rotate(8deg);
-moz-transform: rotate(8deg);
-ms-transform: rotate(8deg);
transform: rotate(8deg);
top: 60%;
left: -90%;
-webkit-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
-moz-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
-ms-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
-o-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2); }
.rt-team-container .layout15 .single-team-area:hover:before, .rt-team-container .isotope10 .single-team-area:hover:before, .rt-team-container .carousel11 .single-team-area:hover:before {
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
transform: rotate(20deg);
top: 22%;
left: -90%; }
.rt-team-container .layout15 .single-team-area:hover img, .rt-team-container .isotope10 .single-team-area:hover img, .rt-team-container .carousel11 .single-team-area:hover img {
transform: scale(1.1); }
.rt-team-container .layout15 .single-team-area:hover .ttp-member-title, .rt-team-container .isotope10 .single-team-area:hover .ttp-member-title, .rt-team-container .carousel11 .single-team-area:hover .ttp-member-title {
bottom: 23%;
-webkit-transition: all .8s ease-out;
-moz-transition: all .8s ease-out;
-ms-transition: all .8s ease-out;
-o-transition: all .8s ease-out;
transition: all .8s ease-out; }
.rt-team-container .layout15 .single-team-area:hover .social-icons, .rt-team-container .isotope10 .single-team-area:hover .social-icons, .rt-team-container .carousel11 .single-team-area:hover .social-icons {
left: 20px;
opacity: 1;
visibility: visible; }
.rt-team-container .layout15 .single-team-area img, .rt-team-container .isotope10 .single-team-area img, .rt-team-container .carousel11 .single-team-area img {
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all .7s ease-out;
-moz-transition: all .7s ease-out;
-ms-transition: all .7s ease-out;
-o-transition: all .7s ease-out;
transition: all .7s ease-out; }
.rt-team-container .layout15 .single-team-area .ttp-member-title, .rt-team-container .isotope10 .single-team-area .ttp-member-title, .rt-team-container .carousel11 .single-team-area .ttp-member-title {
text-align: left;
width: 100%;
position: absolute;
left: 20px;
z-index: 6;
bottom: 5%;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out; }
.rt-team-container .layout15 .single-team-area .ttp-member-title a, .rt-team-container .isotope10 .single-team-area .ttp-member-title a, .rt-team-container .carousel11 .single-team-area .ttp-member-title a {
color: #ffffff; }
.rt-team-container .layout15 .single-team-area .social-icons, .rt-team-container .isotope10 .single-team-area .social-icons, .rt-team-container .carousel11 .single-team-area .social-icons {
position: absolute;
left: -100%;
z-index: 3;
opacity: 0;
visibility: hidden;
bottom: 5%;
-webkit-transform: translateY(-5%);
-moz-transform: translateY(-5%);
-ms-transform: translateY(-5%);
-o-transform: translateY(-5%);
transform: translateY(-5%);
-webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
-moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
-ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
-o-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
transition: all 1s cubic-bezier(0, 0, 0.25, 1.38); } .rt-team-container .carousel10 .profile-img-wrap {
text-align: center; }
.rt-team-container .carousel10 .profile-img-wrap img {
display: inline-block;
margin: 0 auto;
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
-ms-transform: scale(0.75);
-o-transform: scale(0.75);
transform: scale(0.75);
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out; }
.rt-team-container .carousel10 .swiper-slide-active .profile-img-wrap img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.rt-team-container .carousel10 .single-team-area {
text-align: center;
padding: 15px; }
.rt-team-container .carousel10 .single-team-area .profile-content {
max-width: 300px;
text-align: center;
margin: 0 auto; }
.rt-carousel-holder .swiper-nav-main .swiper-button-next {
right: -12px;
}
.rt-carousel-holder .swiper-nav-main .swiper-button-prev {
left: -12px;
}
.rt-carousel-holder .swiper-nav-main .swiper-arrow {
border-radius: 50%;
font-size: 13px;
top: 0;
}
.rt-team-container .carousel9 .single-team-area .tlp-overlay {
padding: 15px 10px  15px;
}
.rt-team-container .carousel9 .single-team-area .social-icons {
margin: 5px 0px -4px;
}
.rt-team-container .carousel10 .single-team-area {
text-align: center;
padding: 15px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.rt-team-container .carousel10 .rttm-carousel-main .rt-grid-item.swiper-slide {
margin-bottom: 15px;
} .rt-team-container .layout16 .single-team-area{
padding: 30px;
background-color: #fff;
box-shadow: 0 0 38px 0 rgb(0 0 0 / 10%);
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.rt-team-container.rt-grayscale .layout16 img.rt-team-img{
transition: all .3s;
transform: scale(1);
transition: all 0.3s ease-in-out;
filter: grayscale(100%);
}
.rt-team-container.rt-grayscale .layout16 .single-team-area:hover img.rt-team-img{
transform: scale(1.1);
filter:grayscale(0);
}
.rt-team-container .layout16 .single-team-area:before{
content: "";
width: 70px;
height: 70px;
background-color: #e1e1e1;
border: none;
border-radius: 6px;
position: absolute;
bottom: 22px;
right: -40px;
z-index: 11;
transform: rotate(50deg);
transition: all 0.3s ease-in-out;
}
.rt-team-container .layout16 .single-team-area:after{
content: "";
width: 70px;
height: 70px;
border: 2px solid #e1e1e1;
border-radius: 6px;
position: absolute;
right: -45px;
bottom: -12px;
z-index: 10;
transform: rotate(50deg);
transition: all 0.3s ease-in-out;
}
.rt-team-container .layout16 .single-team-area:hover:before{
background-color: #007acc;
}
.rt-team-container .tlp-position{
color:initial;
}
.rt-team-container .layout16 .single-team-area:hover:after{
border-color: #007acc;
}
.rt-team-container .layout16 .single-team-area .social-icons{
z-index: 5;
position: absolute;
bottom: -20%;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
width: 100%;
padding: 15px 0;
background-color:#007acc;
margin-top: 0;
text-align: center;
transition: all 0.3s ease-in-out;
}
.rt-team-container .layout16 .single-team-area:hover .social-icons{
visibility: visible;
opacity: 1;
bottom: 0;
}
.rt-team-container .layout16 .single-team-area .social-icons a:hover i{
background-color:transparent;
opacity: .8;
}
.rt-team-container .layout16 .single-team-area .short-bio{
margin-bottom: 15px;
}
.rt-team-container .layout16 .single-team-area  .tlp-position a{
color: initial;
text-decoration: none;
}
.rt-team-container .layout16 .single-team-area .tlp-content{
background-color: transparent;
padding-left: 0;
padding-right: 0;
padding-top: 20px;
padding-bottom: 0;
} .rt-team-container .layout17 .single-team-area{
position: relative;
z-index: 1;
border-radius: 10px;
text-align: center;
}
.rt-team-container .layout17 .masonry-grid-item .single-team-area{
margin-bottom: 30px;
}
.rt-team-container .layout17 .single-team-area .tlp-portfolio-thum{
margin: 0 30px;
box-shadow: 0 21px 51px 0 rgb(0 0 0 / 15%);
border-radius: 0 30px 0 30px;
border: 6px solid #fff;
z-index: 2;
position: relative;
overflow: hidden;
}
.rt-team-container .layout17 .single-team-area .tlp-content{
background-color: #f5f6f7;
position: relative;
padding: 20px 20px 20px;
transition: all 0.3s ease;
-webkit-transition: background-color 0.3s ease;
z-index: 1;
}
.rt-team-container .layout17 .single-team-area.has-thumbnail .tlp-content{
margin-top: -240px;
padding-top: 260px;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content{
background-color:#007acc;
}
.rt-team-container .layout17 .single-team-area .tlp-overlay{
position: absolute;
right: 0;
bottom: 0;
display: inline-block;
margin: 0;
}
.rt-team-container .layout17 .single-team-area .icons-wrapper{
position: relative;
display: inline-block;
}
.rt-team-container .layout17 .single-team-area .icons-wrapper a.share-icon{
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: #fff;
color: #666;
font-size: 17px;
text-decoration: none;
}
.rt-team-container .layout17 .single-team-area .social-icons{
position: absolute;
right: 0;
bottom: -300%;
opacity: 0;
visibility: hidden;
transition: all ease 0.8s;
z-index: 9999;
}
.rt-team-container .layout17 .single-team-area .social-icons a{
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: #fff;
color: #666;
transition: all ease 0.4s;
margin: 0;
}
.rt-team-container .layout17 .single-team-area:hover .social-icons{
opacity: 1;
visibility: visible;
bottom: 0;
z-index: 9999;
}
.rt-team-container .layout17 .single-team-area .social-icons a:hover i{
background-color: transparent;!important;
}
.rt-team-container .layout17 .single-team-area .social-icons a:hover{
background-color: #007acc;
}
.rt-team-container .layout17 .single-team-area .tlp-portfolio-thum img{
transition: all 0.3s ease-in-out;
}
.rt-team-container .layout17 .tlp-content{
color: #000;
}
.rt-team-container .layout17 .tlp-content a{
text-decoration: none !important;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-email,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-phone,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-mobile,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-location,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-website,
.rt-team-container .layout17 .single-team-area:hover .tlp-content .tlp-url,
.rt-team-container .layout17 .single-team-area:hover .tlp-position a,
.rt-team-container .layout17 .single-team-area:hover .tlp-content{
color: #fff !important;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-content i{
color: #fff;
}
.rt-team-container .layout17 .short-bio p{
margin: 10px 0;
}
.rt-team-container .layout17 .single-team-area .tlp-title h3 a,
.rt-team-container .layout17 .single-team-area .tlp-position a{
color: #000;
text-decoration: none;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-title h3 a,
.rt-team-container .layout17 .single-team-area:hover .tlp-title h3{
color: #fff;
}
.rt-team-container .layout17 .single-team-area:hover .tlp-position a,
.rt-team-container .layout17 .single-team-area:hover .tlp-position{
color: #fff;
} .rt-team-container .layout18 .single-team-area .tlp-portfolio-thum{
position: relative;
border-radius: 6px;
overflow: hidden;
}
.rt-team-container .layout18 .single-team-area .tlp-portfolio-thum img{
transform: scale3d(1,1,1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
transition: all .6s;
}
.rt-team-container .layout18 .single-team-area .tlp-portfolio-thum:hover  img{
transform: scale3d(1.1,1.1,1.1);
}
.rt-team-container .layout18 .single-team-area .tlp-overlay{
position: absolute;
right: 30px;
top: 30px;
margin: 0;
padding: 0;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .icons-wrapper a{
position: relative;
margin-bottom: 5px;
text-decoration: none;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  a.share-icon{
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
color: #007acc;
font-size: 16px;
border: none;
border-radius: 50%;
transition: all 0.4s ease-in-out;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons{
position: absolute;
top: 50px;
left: 0;
bottom: 0;
list-style: none;
margin: 0;
padding: 0;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a{
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
color:#007acc;
box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
font-size: 14px;
border: none;
border-radius: 50%;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: visibility 0.3s ease-in-out,opacity 0.3s ease-in-out,transform 0.3s ease-in-out;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:hover i{
background-color: transparent;
color:inherit;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(1){
transition-delay: 0.1s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(2){
transition-delay: 0.2s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(3){
transition-delay: 0.3s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(4){
transition-delay: 0.4s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(5){
transition-delay: 0.5s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(6){
transition-delay: 0.6s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(7){
transition-delay: 0.7s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .social-icons > a:nth-child(8){
transition-delay: 0.8s;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  .social-icons > a i{
transition: unset;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay .icons-wrapper:hover  .social-icons > a{
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  a.share-icon:hover{
background-color:#007acc;
color: #fff!important;
}
.rt-team-container .layout18 .single-team-area .tlp-overlay  .social-icons > a:hover{
background-color: #007acc;
color: #fff!important;
}
.rt-team-container .layout18 .tlp-content{
color: inherit;
}
.rt-team-container .layout18 .even-grid-item,
.rt-team-container .layout18 .masonry-grid-item{
margin-bottom: 60px;
}
.rt-team-container .layout18 .single-team-area .tlp-content{
position: absolute;
left: 24px;
right: 24px;
bottom: -24px;
box-shadow: 0px 0px 35px rgb(0 0 0 / 8%);
border-radius: 6px 0 6px 6px;
padding: 20px 24px 24px;
background-color:#fff;
}
.rt-team-container .layout18 .single-team-area .tlp-content:after{
content: "";
position: absolute;
top: -29px;
left: 0;
width: 100%;
display: block;
background: #fff;
clip-path: polygon(100% 100%, 104% 0%, 0% 100%, 0% 100%);
height: 30px;
border-radius: 6px 6px 0 6px;
}
.rt-team-container .layout18 .single-team-area .tlp-title a{
color: #00235a;
}
.rt-team-container .layout18 .single-team-area .tlp-title a:hover{
color:#007acc;
}
.rt-team-container .layout18 .single-team-area a{
text-decoration: none;
}
.rt-team-container .readmore-btn{
margin-top: 20px;
}
.rt-team-container .readmore-btn a{
padding:10px 20px;
background:#007acc;
text-decoration:none;
color:#fff;
border-radius:4px;
transition: all 0.3s;
}
.rt-team-container .readmore-btn a:hover{
background-color:#07639e;
} #tlp-popup-wrap .tlp-popup-singlePage-counter {
color: #fff;
position: absolute;
margin: auto;
right: 40px;
top: 0;
bottom: 0;
font: 400 13px/30px "Open Sans", sans-serif;
height: 30px; }
.tlp-popup-wrap {
min-height: 100%;
position: fixed;
width: 100%;
left: 0;
top: 0;
margin-left: 100%;
display: none;
overflow-y: scroll;
overflow-x: hidden;
z-index: 999999;
padding: 0px; }
.tlp-popup-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle; }
.tlp-popup-wrap .tlp-popup-navigation-wrap {
background-color: #8cc63e; }
.tlp-popup-wrap .tlp-popup-loading {
background: url(//kiaorakids.co.nz/wp-content/plugins/tlp-team/assets/images/tlp-loading.gif) no-repeat center;
height: 200px; }
.tlp-popup-content {
width: 100%;
height: 100%;
background: #fff;
position: fixed;
overflow-y: scroll;
padding-bottom: 30px;
}
.tlp-popup-singlePage-sticky .tlp-popup-navigation-wrap {
position: fixed;
top: 0; }
.tlp-popup-singlePage .tlp-popup-next, .tlp-popup-singlePage .tlp-popup-prev {
width: 44px;
height: 44px;
bottom: 0; }
.tlp-popup-singlePage .tlp-popup-next { }
.tlp-popup-navigation .tlp-popup-next, .tlp-popup-navigation .tlp-popup-close, .tlp-popup-navigation .tlp-popup-prev {
display: inline-block;
margin: 5px !important;
cursor: pointer;
border: 1px solid;
border-radius: 50%;
display: inline-flex;
padding: 10px;
align-items: center;
justify-content: center;
color: #fff;
font-size: 27px;
}
.tlp-popup-navigation {
padding: 5px 0px;
text-align: center; }
.tlp-popup-singlePage .tlp-popup-next:hover { }
.tlp-popup-navigation, .tlp-popup-navigation-wrap {
width: 100%; }
.tlp-detail ul.author-latest-post {
margin: 2px 0px 10px 20px !important; }
.tlp-detail ul.author-latest-post li {
padding: 2px 0px; }
.tlp-team-skill {
margin-bottom: 30px;
} .rt-team-container .button-group {
text-align: center;
padding-bottom: 20px; }
.rt-team-container .button-group button {
background: #000000;
border: none;
color: #fff;
text-transform: none;
font-weight: 400 !important;
margin: 5px;
padding: 10px 15px;
outline: 0px;
box-shadow: none;
text-shadow: none; }
.rt-team-container .button-group button:hover {
opacity: .8; }
.rt-team-container .button-group .selected {
background: #26aae1; } .tlp-popup-singlePage .tlp-popup-prev {  }
.tlp-popup-singlePage .tlp-popup-prev:hover { }
.tlp-popup-singlePage .tlp-popup-close { height: 44px;
width: 44px;
margin: auto; }
.tlp-popup-singlePage .tlp-popup-close:hover {
background-position: -92px -138px; }
.tlp-layout-isotope .team-member {
display: inline-block;
float: left; }
.rt-team-container figure {
margin: 0; }
.rt-team-container img {
max-width: 100%;
height: auto;
vertical-align: middle; }
.rt-team-container .img-responsive {
display: block;
max-width: 100%;
width: 100%;
height: auto; }
.rt-team-container .img-responsive.swiper-lazy:not(.swiper-lazy-loaded) {
visibility: hidden;
opacity: 0;
}
.rt-team-container figure {
position: relative;
width: 100%;
overflow: hidden;
}
.rt-team-container .swiper-lazy-preloader {
width: 30px;
height: 30px;
margin-left: -15px;
margin-top: -15px;
border-width: 2px;
border-color: #fb4c35;
border-top-color: transparent;
}
.rt-team-container .img-rounded {
border-radius: 6px; }
.rt-team-container .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto; }
.rt-team-container .img-circle {
border-radius: 50%; }
.rt-team-container .table-responsive {
overflow-x: auto;
min-height: 0.01%; }   .rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > * {
margin-left: 1px;
margin-right: 1px;
font-size: 16px;
line-height: 1.55;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
font-size: 18px;
background-color: #bcbcbc;
color: #fff;
line-height: 30px;
bottom: auto;
cursor: pointer;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }
.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > * i {
line-height: 1; }
.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next > .rt-disabled {
opacity: 0.5;
pointer-events: none; }
.rt-cb-page-prev-next {
text-align: left; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-style .rt-loadmore-loading {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-top: -32px;
margin-left: -32px;
visibility: hidden;
opacity: 0; }
.rt-ball-scale-multiple.rt-2x {
width: 64px;
height: 64px; }
.rt-ball-scale-multiple.rt-2x > div {
width: 64px;
height: 64px; }
.rt-ball-scale-multiple, .rt-ball-scale-multiple > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.rt-ball-scale-multiple > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.rt-ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-o-animation-delay: .2s;
animation-delay: .2s; }
.rt-ball-scale-multiple > div {
position: absolute;
top: 0;
left: 0;
width: 32px;
height: 32px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
-moz-animation: ball-scale-multiple 1s 0s linear infinite;
-o-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite; }
.rt-team-container .rt-pagination-wrap {
text-align: center;
margin-top: 10px; }
.rt-team-container .rt-pagination-wrap .rt-infinite-action.rt-active-elm {
display: block; }
.rt-team-container .rt-pagination-wrap .rt-infinite-action {
width: 40px;
height: 40px;
margin: 0 auto;
position: relative;
display: none;
border-top-left-radius: 50%;
-webkit-border-top-left-radius: 50%;
-moz-border-top-left-radius: 50%;
-ms-border-top-left-radius: 50%;
-o-border-top-left-radius: 50%;
border-top-right-radius: 50%;
-webkit-border-top-right-radius: 50%;
-moz-border-top-right-radius: 50%;
-ms-border-top-right-radius: 50%;
-o-border-top-right-radius: 50%;
border-bottom-left-radius: 50%;
-webkit-border-bottom-left-radius: 50%;
-moz-border-bottom-left-radius: 50%;
-ms-border-bottom-left-radius: 50%;
-o-border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
-webkit-border-bottom-right-radius: 50%;
-moz-border-bottom-right-radius: 50%;
-ms-border-bottom-right-radius: 50%;
-o-border-bottom-right-radius: 50%; }
.rt-team-container .rt-pagination-wrap .rt-infinite-action .rt-infinite-loading {
color: rgba(251, 76, 53, 0.5);
position: absolute;
top: 50%;
left: 50%;
margin-top: -32px;
margin-left: -32px; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-style {
cursor: pointer;
position: relative;
user-select: none;
-webkit-user-select: none; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-infinite-action.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-page-numbers.rt-hidden-elm,
.rt-team-container .rt-pagination-wrap .rt-cb-page-prev-next.rt-hidden-elm {
display: none !important; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-text {
opacity: 0;
visibility: hidden; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-style.rt-lm-loading .rt-loadmore-loading {
opacity: 1;
visibility: visible; }
.rt-team-container .rt-pagination-wrap .rt-loadmore-btn {
font-size: 13px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #fff;
background-color: #fb4c35;
text-decoration: none;
padding: 9px 20px 8px 20px;
display: inline-block;
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
.rt-team-container .rt-loadmore-btn:hover {
background-color: #666; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages {
float: none;
padding-top: 0.1px;
padding-bottom: 0.1px; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers.rt-lm-loading {
pointer-events: none;
opacity: 0.5; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul {
float: none;
text-align: center;
font-size: 0;
line-height: 0;
margin: -2px; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li {
float: none;
font-size: 16px;
line-height: 1.55;
display: inline-block;
min-width: 30px;
min-height: 30px;
border: none;
padding: 2px; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li > a {
-moz-border-top-left-radius: 0;
-ms-border-top-left-radius: 0;
-o-border-top-left-radius: 0;
-moz-border-top-right-radius: 0;
-ms-border-top-right-radius: 0;
-o-border-top-right-radius: 0;
-moz-border-bottom-left-radius: 0;
-ms-border-bottom-left-radius: 0;
-o-border-bottom-left-radius: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-bottom-right-radius: 0;
-ms-border-bottom-right-radius: 0;
-o-border-bottom-right-radius: 0;
text-decoration: none;
min-width: 30px;
height: 30px;
font-size: 16px;
line-height: 1.55;
font-weight: normal;
color: #999;
letter-spacing: 0;
line-height: 29px;
border: 1px solid #d7d7d7;
display: block;
padding-left: 8px;
padding-right: 8px;
color: #999; }
.rt-team-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {
background-color: #fb4c35;
color: #fff; } .rt-team-container .tlp-pagination {
text-align: center; }
.rt-team-container .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px; }
.rt-team-container .pagination > li {
display: inline; }
.rt-team-container .pagination > li > a,
.rt-team-container .pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #337ab7;
background-color: #ffffff;
border: 0;
margin-left: -1px; }
.rt-team-container .pagination > li:first-child > a,
.rt-team-container .pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; }
.rt-team-container .pagination > li:last-child > a,
.rt-team-container .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; }
.rt-team-container .pagination > li > a:hover,
.rt-team-container .pagination > li > span:hover,
.rt-team-container .pagination > li > a:focus,
.rt-team-container .pagination > li > span:focus {
z-index: 2;
color: #23527c;
background-color: #eeeeee;
border-color: #dddddd; }
.rt-team-container .pagination > .active > a,
.rt-team-container .pagination > .active > span,
.rt-team-container .pagination > .active > a:hover,
.rt-team-container .pagination > .active > span:hover,
.rt-team-container .pagination > .active > a:focus,
.rt-team-container .pagination > .active > span:focus {
z-index: 3;
color: #ffffff;
background-color: #337ab7;
cursor: default; }
.rt-team-container .pagination > .disabled > span,
.rt-team-container .pagination > .disabled > span:hover,
.rt-team-container .pagination > .disabled > span:focus,
.rt-team-container .pagination > .disabled > a,
.rt-team-container .pagination > .disabled > a:hover,
.rt-team-container .pagination > .disabled > a:focus {
color: #777777;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed; }
.rt-team-container .pagination-lg > li > a,
.rt-team-container .pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333; }
.rt-team-container .pagination-lg > li:first-child > a,
.rt-team-container .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; }
.rt-team-container .pagination-lg > li:last-child > a,
.rt-team-container .pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; }
.rt-team-container .pagination-sm > li > a,
.rt-team-container .pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5; }
.rt-team-container .pagination-sm > li:first-child > a,
.rt-team-container .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; }
.rt-team-container .pagination-sm > li:last-child > a,
.rt-team-container .pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; } .tlp-single-container {
margin: 25px auto;
width: 100%;
max-width: 1170px;}
.rt-team-container .tlp-detail {
text-align: left !important;
padding-bottom: 30px !important; }
.rt-team-container .tlp-detail ul {
margin: 10px 0px; }
.tlp-single-detail {
display: inline-block;
width: 100%;
line-height: 1.6;
}
.rt-team-container .tlp-detail .tlp-position, .tlp-single-detail .tlp-position {
font-weight: 400;
margin-bottom: 20px;
font-size: 20px;
}
.tlp-single-detail .social-icons a { }
#tlp-member-container:after {
clrar: both;
content: ".";
display: block;
visibility: hidden;
height: 0; }
.rt-team-container .tlp-detail .social-icons {
margin-bottom: 15px; }
.tlp-single-detail .tlp-team-skill ul {
margin: 0; }
.tlp-single--detail ul li label {
font-weight: bold;
margin-right: 10px; } .md-modal {
top: 10%;
position: fixed;
left: 0;
right: 0;
margin: auto;
width: 50%;
max-width: 630px;
min-width: 320px;
height: 80%;
z-index: 2000;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.md-show {
visibility: visible; }
.md-overlay {
position: fixed;
width: 100%;
height: 100%;
visibility: hidden;
top: 0;
left: 0;
z-index: 1000;
opacity: 0;
background: rgba(0, 0, 0, 0.9);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.md-show ~ .md-overlay {
opacity: 1;
visibility: visible; }
.md-modal .social-icons { }
.md-modal .social-icons a {
width: 35px;
height: 35px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
}
.md-modal .social-icons a i {
line-height: 30px;
}
.md-modal .social-icons .fa {
font-size: 22px;
padding-top: 5px;
width: 30px;
height: 30px;
color: #fff; }
.md-modal .social-icons a:hover .fa-facebook-f {
background: #3b5999;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-twitter {
background: #3aa9e0;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-linkedin {
background: #0080b1;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-xing {
background: #1C5D5B;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-google-plus {
background: #d04333;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-youtube {
background: #cd322d;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-soundcloud {
background: #ff5500;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-vimeo {
background: #44bbff;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-instagram {
background: #3e729a;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-skype {
background: #06bcff;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-whatsapp {
background: #25D366;
color: #fff;
width: 30px;
height: 30px; }
.md-modal .social-icons a:hover .fa-telegram {
background: #29b6f6;
color: #fff;
width: 30px;
height: 30px; } .md-content {
color: #fff;
background: #0071bd;
position: relative;
border-radius: 3px;
margin: 0 auto;
height: 100%;
position: relative;
overflow: hidden;
}
.md-content .tlp-md-content-holder > .md-header {
opacity: 0.8; text-align: center;
margin: 0;
padding: 15px 0 10px; }
.md-content .tlp-md-content-holder > .md-header h4 {
font-size: 14px;
margin: 0;
}
.md-content .tlp-md-content-holder > .md-header h4,
.md-content .tlp-md-content-holder > .md-header h3 {
color: #fff;
}
.md-content .tlp-md-content-holder > .md-header h3 {
padding: 0;
font-size: 28px;
margin: 0;
text-transform: uppercase; }
div#tlp-modal .tlp-md-content-holder {
min-height: 15px;
height: 100%;
overflow: hidden;
}
div#tlp-modal .tlp-md-loading {
text-align: center;
padding: 15px 40px 30px; }
.md-content > .tlp-md-content-holder .tlp-md-content {
padding: 0px 0;
margin: 15px 30px; height: 70%; }
.md-content > .tlp-md-content-holder .tlp-md-content .tlp-md-member-details {
margin: 15px 0; }
.tlp-md-member-details p {
margin: 5px 0; }
.tlp-md-content .rt-team-container .tlp-team-skill ul {
margin: 0; }
.tlp-md-content .rt-team-container a {
color: #fff; }
.tlp-md-content .tlp-short-bio {
margin: 15px 0; }
.md-content .md-cls-btn {
text-align: right;
padding: 4px;
position: absolute;
top: 0;
left: 0;
right: 0; }
.md-content button {
display: inline-block;
margin: 0 auto;
background-color: transparent;
font-size: 0.8em; }
.md-content button.md-close {
background: transparent;
}
.md-content .md-cls-btn i {
font-size: 22px;
line-height: 34px;
}
.md-content .author-latest-post li {
padding-bottom: 5px; }
#tlp-modal .md-content .author-latest-post li a:hover{
text-decoration: underline;
}
#tlp-modal .rt-team-container .contact-info{
margin-bottom: 10px;
}  .tlp-md-effect .md-content {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.md-show.tlp-md-effect .md-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
} @media (min-width: 768px) {
.rt-container {
max-width: 750px; } }
@media (min-width: 992px) {
.rt-container {
max-width: 970px; } }
@media (min-width: 1200px) {
.rt-container {
max-width: 1170px; } }
@media (max-width: 767px) {
.hidden-xs {
display: none !important; } }
@media (max-width: 360px) {
.rt-team-container .layout6 .tlp-left-arrow::after {
bottom: -111px; } }
@media screen and (max-width: 767px) {
.rt-team-container .margin-bottom15 {
margin-bottom: 5px !important; }
.rt-team-container .layout6 .tlp-right-arrow:after {
display: inline-block;
left: 0;
margin: auto;
right: 0;
top: -15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.rt-team-container .layout6 .tlp-left-arrow:after {
display: inline-block;
-webkit-transform: rotate(-136deg);
-moz-transform: rotate(-136deg);
-o-transform: rotate(-136deg);
-ms-transform: rotate(-136deg);
transform: rotate(-136deg);
bottom: -94px;
left: 0;
margin: auto;
right: 0; }
.tlp-member-feature-img,
.tlp-member-description-container {
float: none;
width: 100%; }
.tlp-member-description-container{
padding-top: 15px;
}
}
@media (min-width: 768px) {
.margin-bottom15 {
margin-bottom: 5px !important; }
.rt-col-sm-1, .rt-col-sm-2, .rt-col-sm-3, .rt-col-sm-4, .rt-col-sm-5, .rt-col-sm-6, .rt-col-sm-7, .rt-col-sm-8, .rt-col-sm-9, .rt-col-sm-10, .rt-col-sm-11, .rt-col-sm-12 {
float: left; }
.rt-col-sm-24 {
float: left; }
.rt-col-sm-24 {
width: 20%; }
.rt-col-sm-12 {
width: 100%; }
.rt-col-sm-11 {
width: 91.66666667%; }
.rt-col-sm-10 {
width: 83.33333333%; }
.rt-col-sm-9 {
width: 75%; }
.rt-col-sm-8 {
width: 66.66666667%; }
.rt-col-sm-7 {
width: 58.33333333%; }
.rt-col-sm-6 {
width: 50%; }
.rt-col-sm-5 {
width: 41.66666667%; }
.rt-col-sm-4 {
width: 33.33333333%; }
.rt-col-sm-3 {
width: 25%; }
.rt-col-sm-2 {
width: 16.66666667%; }
.rt-col-sm-1 {
width: 8.33333333%; } }
@media (min-width: 992px) {
.margin-bottom15 {
margin-bottom: 15px; }
.rt-col-md-1, .rt-col-md-2, .rt-col-md-3, .rt-col-md-4, .rt-col-md-5, .rt-col-md-6, .rt-col-md-7, .rt-col-md-8, .rt-col-md-9, .rt-col-md-10, .rt-col-md-11, .rt-col-md-12 {
float: left; }
.rt-col-md-24 {
float: left; }
.rt-col-md-24 {
width: 20%; }
.rt-col-md-12 {
width: 100%; }
.rt-col-md-11 {
width: 91.66666667%; }
.rt-col-md-10 {
width: 83.33333333%; }
.rt-col-md-9 {
width: 75%; }
.rt-col-md-8 {
width: 66.66666667%; }
.rt-col-md-7 {
width: 58.33333333%; }
.rt-col-md-6 {
width: 50%; }
.rt-col-md-5 {
width: 41.66666667%; }
.rt-col-md-4 {
width: 33.33333333%; }
.rt-col-md-3 {
width: 25%; }
.rt-col-md-2 {
width: 16.66666667%; }
.rt-col-md-1 {
width: 8.33333333%; } }
@media (min-width: 1200px) {
.rt-col-lg-1, .rt-col-lg-2, .rt-col-lg-3, .rt-col-lg-4, .rt-col-lg-5, .rt-col-lg-6, .rt-col-lg-7, .rt-col-lg-8, .rt-col-lg-9, .rt-col-lg-10, .rt-col-lg-11, .rt-col-lg-12 {
float: left; }
.rt-col-lg-24 {
float: left; }
.rt-col-lg-24 {
width: 20%; }
.rt-col-lg-12 {
width: 100%; }
.rt-col-lg-11 {
width: 91.66666667%; }
.rt-col-lg-10 {
width: 83.33333333%; }
.rt-col-lg-9 {
width: 75%; }
.rt-col-lg-8 {
width: 66.66666667%; }
.rt-col-lg-7 {
width: 58.33333333%; }
.rt-col-lg-6 {
width: 50%; }
.rt-col-lg-5 {
width: 41.66666667%; }
.rt-col-lg-4 {
width: 33.33333333%; }
.rt-col-lg-3 {
width: 25%; }
.rt-col-lg-2 {
width: 16.66666667%; }
.rt-col-lg-1 {
width: 8.33333333%; } }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; }
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; }
.rt-team-container .layout16 .single-team-area{
padding:20px;
margin-bottom: 20px;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; } } @-webkit-keyframes ball-scale-multiple {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0); }
5% {
opacity: .75; }
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes ball-scale-multiple {
0% {
opacity: 0;
-moz-transform: scale(0);
transform: scale(0); }
5% {
opacity: .75; }
100% {
opacity: 0;
-moz-transform: scale(1);
transform: scale(1); } }
@-o-keyframes ball-scale-multiple {
0% {
opacity: 0;
-o-transform: scale(0);
transform: scale(0); }
5% {
opacity: .75; }
100% {
opacity: 0;
-o-transform: scale(1);
transform: scale(1); } }
@keyframes ball-scale-multiple {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
5% {
opacity: .75; }
100% {
opacity: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes ball-clip-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes ball-clip-rotate {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-moz-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes ball-clip-rotate {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-o-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes ball-clip-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes fire-diamonds {
0% {
-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-moz-keyframes fire-diamonds {
0% {
-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-o-keyframes fire-diamonds {
0% {
-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@keyframes fire-diamonds {
0% {
-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
.la-fire, .la-fire > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-fire {
display: block;
font-size: 0;
color: #fff; }
.la-fire.la-dark {
color: #333; }
.la-fire > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-fire {
width: 32px;
height: 32px; }
.la-fire > div {
position: absolute;
bottom: 0;
left: 50%;
width: 12px;
height: 12px;
border-radius: 0;
border-radius: 2px;
-webkit-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
-moz-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
-ms-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
-o-transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(0) translateX(-50%) rotate(45deg) scale(0);
-webkit-animation: fire-diamonds 1.5s infinite linear;
-moz-animation: fire-diamonds 1.5s infinite linear;
-o-animation: fire-diamonds 1.5s infinite linear;
animation: fire-diamonds 1.5s infinite linear; }
.la-fire > div:nth-child(1) {
-webkit-animation-delay: -.85s;
-moz-animation-delay: -.85s;
-o-animation-delay: -.85s;
animation-delay: -.85s; }
.la-fire > div:nth-child(2) {
-webkit-animation-delay: -1.85s;
-moz-animation-delay: -1.85s;
-o-animation-delay: -1.85s;
animation-delay: -1.85s; }
.la-fire > div:nth-child(3) {
-webkit-animation-delay: -2.85s;
-moz-animation-delay: -2.85s;
-o-animation-delay: -2.85s;
animation-delay: -2.85s; }
.la-fire.la-sm {
width: 16px;
height: 16px; }
.la-fire.la-sm > div {
width: 6px;
height: 6px; }
.la-fire.la-2x {
width: 64px;
height: 64px; }
.la-fire.la-2x > div {
width: 24px;
height: 24px; }
.la-fire.la-3x {
width: 96px;
height: 96px; }
.la-fire.la-3x > div {
width: 36px;
height: 36px; }
@-webkit-keyframes fire-diamonds {
0% {
-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-moz-keyframes fire-diamonds {
0% {
-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@-o-keyframes fire-diamonds {
0% {
-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } }
@keyframes fire-diamonds {
0% {
-webkit-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
-moz-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
-o-transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(75%) translateX(-50%) rotate(45deg) scale(0); }
50% {
-webkit-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
-moz-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
-o-transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);
transform: translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1); }
100% {
-webkit-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
-moz-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
-o-transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);
transform: translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0); } } .isotope-free .single-team-area .social-icons a {
background: #0367bf;
color: #fff;
} .rt-team-container .layout1 figure, .rt-team-container .layout3 figure, .rt-team-container .isotope-free figure {
margin: auto;
display: table;
}
.rt-team-container .isotope-free .short-bio p, .rt-team-container .layout1 .short-bio p  {
margin-top: 10px;
} .tlp-single-container .tlp-member-title {
margin-bottom: 10px;
line-height: 1.2;
}
.tlp-single-container.rt-team-container .contact-info {
margin-bottom: 15px;
}
@media (max-width: 992px) {
.rt-team-container .special01 .img-responsive,
.rt-team-container .single-team-area img {
width: 100%;
}
.rt-team-container .round-img .single-team img{
width: initial;
}
}
@media (max-width: 767px) {
.rt-team-container .layout6 .tlp-img.tlp-single-team img{
width: 100%;
}
}
@media (max-width: 576px) {
#team-member-profile-gallery .swiper-arrow {
width: 34px;
height: 34px;
margin-top: -32px;
}
#team-member-profile-gallery .swiper-pagination-bullet {
margin: 5px;
}
.rt-team-container .rt-carousel-holder .swiper-pagination {
margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
.rt-team-container .rt-carousel-holder.swiper-autoheight .swiper-pagination {
margin-top: 20px;
}
#team-member-profile-gallery {
margin-bottom: 30px;
}
.tlp-popup-content #team-member-profile-gallery,
.rt-smart-modal #team-member-profile-gallery,
.tlp-md-content-holder #team-member-profile-gallery {
margin-bottom: 0;
}
.rt-team-container .rt-carousel-holder:not(#team-member-profile-gallery):not(.bottom-nav):not(.rttm-carousel-main) {
margin-top: 50px;
}
.rt-carousel-holder.standard-nav .swiper-nav,
.rt-carousel-holder.top-nav .swiper-nav {
top: 25px;
right: auto;
left: 50%;
margin-top: 0;
width: auto;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next,
.rt-carousel-holder .swiper-nav .swiper-button-next {
right: -35px;
}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev,
.rt-carousel-holder .swiper-nav .swiper-button-prev {
left: -35px;
}
}.rt-team-container.rt-team-container-13089 h3,                .rt-team-container.rt-team-container-13089 .isotope1 .team-member h3,                .rt-team-container.rt-team-container-13089 h3 a,.rt-team-container.rt-team-container-13089 .overlay h3 a,                .rt-team-container.rt-team-container-13089 .layout8 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13089 .layout9 .single-team-area h3 a,                .rt-team-container.rt-team-container-13089 .layout6 .tlp-info-block h3 a,                .rt-team-container.rt-team-container-13089 .carousel11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13089 .layout10 .tlp-overlay .tlp-title h3 a,                .rt-team-container.rt-team-container-13089 .layout11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13089 .layout12 .single-team-area h3 a,                .rt-team-container.rt-team-container-13089 .layout15 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13089 .isotope5 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13089 .isotope6 .single-team-area h3 a,                .rt-team-container.rt-team-container-13089 .isotope10 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13089 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13089 .tlp-position,.rt-team-container.rt-team-container-13089 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13089 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13089 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13089 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13089 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13089 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13089 .tlp-position a,.rt-team-container.rt-team-container-13089 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13089 .overlay .tlp-position,.rt-team-container.rt-team-container-13089 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13089 .short-bio p,.rt-team-container.rt-team-container-13089 .short-bio p a,.rt-team-container.rt-team-container-13089 .overlay .short-bio p, .rt-team-container.rt-team-container-13089 .overlay .short-bio p a{font-size:16px;}  .rt-team-container.rt-team-container-13093 h3,                .rt-team-container.rt-team-container-13093 .isotope1 .team-member h3,                .rt-team-container.rt-team-container-13093 h3 a,.rt-team-container.rt-team-container-13093 .overlay h3 a,                .rt-team-container.rt-team-container-13093 .layout8 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13093 .layout9 .single-team-area h3 a,                .rt-team-container.rt-team-container-13093 .layout6 .tlp-info-block h3 a,                .rt-team-container.rt-team-container-13093 .carousel11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13093 .layout10 .tlp-overlay .tlp-title h3 a,                .rt-team-container.rt-team-container-13093 .layout11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13093 .layout12 .single-team-area h3 a,                .rt-team-container.rt-team-container-13093 .layout15 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13093 .isotope5 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13093 .isotope6 .single-team-area h3 a,                .rt-team-container.rt-team-container-13093 .isotope10 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13093 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13093 .tlp-position,.rt-team-container.rt-team-container-13093 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13093 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13093 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13093 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13093 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13093 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13093 .tlp-position a,.rt-team-container.rt-team-container-13093 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13093 .overlay .tlp-position,.rt-team-container.rt-team-container-13093 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13093 .short-bio p,.rt-team-container.rt-team-container-13093 .short-bio p a,.rt-team-container.rt-team-container-13093 .overlay .short-bio p, .rt-team-container.rt-team-container-13093 .overlay .short-bio p a{font-size:16px;}  .rt-team-container.rt-team-container-13096 h3,                .rt-team-container.rt-team-container-13096 .isotope1 .team-member h3,                .rt-team-container.rt-team-container-13096 h3 a,.rt-team-container.rt-team-container-13096 .overlay h3 a,                .rt-team-container.rt-team-container-13096 .layout8 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13096 .layout9 .single-team-area h3 a,                .rt-team-container.rt-team-container-13096 .layout6 .tlp-info-block h3 a,                .rt-team-container.rt-team-container-13096 .carousel11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13096 .layout10 .tlp-overlay .tlp-title h3 a,                .rt-team-container.rt-team-container-13096 .layout11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13096 .layout12 .single-team-area h3 a,                .rt-team-container.rt-team-container-13096 .layout15 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13096 .isotope5 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13096 .isotope6 .single-team-area h3 a,                .rt-team-container.rt-team-container-13096 .isotope10 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13096 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13096 .tlp-position,.rt-team-container.rt-team-container-13096 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13096 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13096 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13096 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13096 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13096 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13096 .tlp-position a,.rt-team-container.rt-team-container-13096 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13096 .overlay .tlp-position,.rt-team-container.rt-team-container-13096 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13096 .short-bio p,.rt-team-container.rt-team-container-13096 .short-bio p a,.rt-team-container.rt-team-container-13096 .overlay .short-bio p, .rt-team-container.rt-team-container-13096 .overlay .short-bio p a{font-size:16px;}  .rt-team-container.rt-team-container-13094 h3,                .rt-team-container.rt-team-container-13094 .isotope1 .team-member h3,                .rt-team-container.rt-team-container-13094 h3 a,.rt-team-container.rt-team-container-13094 .overlay h3 a,                .rt-team-container.rt-team-container-13094 .layout8 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13094 .layout9 .single-team-area h3 a,                .rt-team-container.rt-team-container-13094 .layout6 .tlp-info-block h3 a,                .rt-team-container.rt-team-container-13094 .carousel11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13094 .layout10 .tlp-overlay .tlp-title h3 a,                .rt-team-container.rt-team-container-13094 .layout11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13094 .layout12 .single-team-area h3 a,                .rt-team-container.rt-team-container-13094 .layout15 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13094 .isotope5 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13094 .isotope6 .single-team-area h3 a,                .rt-team-container.rt-team-container-13094 .isotope10 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13094 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13094 .tlp-position,.rt-team-container.rt-team-container-13094 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13094 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13094 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13094 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13094 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13094 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13094 .tlp-position a,.rt-team-container.rt-team-container-13094 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13094 .overlay .tlp-position,.rt-team-container.rt-team-container-13094 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13094 .short-bio p,.rt-team-container.rt-team-container-13094 .short-bio p a,.rt-team-container.rt-team-container-13094 .overlay .short-bio p, .rt-team-container.rt-team-container-13094 .overlay .short-bio p a{font-size:16px;}  .rt-team-container.rt-team-container-13526 h3,                .rt-team-container.rt-team-container-13526 .isotope1 .team-member h3,                .rt-team-container.rt-team-container-13526 h3 a,.rt-team-container.rt-team-container-13526 .overlay h3 a,                .rt-team-container.rt-team-container-13526 .layout8 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13526 .layout9 .single-team-area h3 a,                .rt-team-container.rt-team-container-13526 .layout6 .tlp-info-block h3 a,                .rt-team-container.rt-team-container-13526 .carousel11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13526 .layout10 .tlp-overlay .tlp-title h3 a,                .rt-team-container.rt-team-container-13526 .layout11 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13526 .layout12 .single-team-area h3 a,                .rt-team-container.rt-team-container-13526 .layout15 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13526 .isotope5 .tlp-overlay h3 a,                .rt-team-container.rt-team-container-13526 .isotope6 .single-team-area h3 a,                .rt-team-container.rt-team-container-13526 .isotope10 .single-team-area .ttp-member-title h3 a,                .rt-team-container.rt-team-container-13526 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13526 .tlp-position,.rt-team-container.rt-team-container-13526 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13526 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13526 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13526 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13526 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13526 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13526 .tlp-position a,.rt-team-container.rt-team-container-13526 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13526 .overlay .tlp-position,.rt-team-container.rt-team-container-13526 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13526 .short-bio p,.rt-team-container.rt-team-container-13526 .short-bio p a,.rt-team-container.rt-team-container-13526 .overlay .short-bio p, .rt-team-container.rt-team-container-13526 .overlay .short-bio p a{font-size:16px;}  .rt-team-container.rt-team-container-13095 h3,
.rt-team-container.rt-team-container-13095 .isotope1 .team-member h3,
.rt-team-container.rt-team-container-13095 h3 a,.rt-team-container.rt-team-container-13095 .overlay h3 a,
.rt-team-container.rt-team-container-13095 .layout8 .tlp-overlay h3 a,
.rt-team-container.rt-team-container-13095 .layout9 .single-team-area h3 a,
.rt-team-container.rt-team-container-13095 .layout6 .tlp-info-block h3 a,
.rt-team-container.rt-team-container-13095 .carousel11 .single-team-area .ttp-member-title h3 a,
.rt-team-container.rt-team-container-13095 .layout10 .tlp-overlay .tlp-title h3 a,
.rt-team-container.rt-team-container-13095 .layout11 .single-team-area .ttp-member-title h3 a,
.rt-team-container.rt-team-container-13095 .layout12 .single-team-area h3 a,
.rt-team-container.rt-team-container-13095 .layout15 .single-team-area .ttp-member-title h3 a,
.rt-team-container.rt-team-container-13095 .isotope5 .tlp-overlay h3 a,
.rt-team-container.rt-team-container-13095 .isotope6 .single-team-area h3 a,
.rt-team-container.rt-team-container-13095 .isotope10 .single-team-area .ttp-member-title h3 a,
.rt-team-container.rt-team-container-13095 .single-team-area .tlp-content h3 a{ font-size:28px; }.rt-team-container.rt-team-container-13095 .tlp-position,.rt-team-container.rt-team-container-13095 .isotope10 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13095 .isotope1 .team-member .overlay .tlp-position,.rt-team-container.rt-team-container-13095 .layout11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13095 .carousel11 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13095 .layout15 .single-team-area .ttp-member-title .tlp-position a,.rt-team-container.rt-team-container-13095 .layout16 .single-team-area .tlp-position a ,.rt-team-container.rt-team-container-13095 .tlp-position a,.rt-team-container.rt-team-container-13095 .layout17 .single-team-area .tlp-position a,.rt-team-container.rt-team-container-13095 .overlay .tlp-position,.rt-team-container.rt-team-container-13095 .tlp-layout-isotope .overlay .tlp-position{ font-size:20px; }.rt-team-container.rt-team-container-13095 .short-bio p,.rt-team-container.rt-team-container-13095 .short-bio p a,.rt-team-container.rt-team-container-13095 .overlay .short-bio p, .rt-team-container.rt-team-container-13095 .overlay .short-bio p a{font-size:16px;}:root{--rttm-primary-color:#007acc}
.rt-elementor-container *{-webkit-box-sizing:border-box;box-sizing:border-box}
.rt-elementor-container *::before,.rt-elementor-container *::after{-webkit-box-sizing:border-box;box-sizing:border-box}
.rt-elementor-container figure{width:100%;overflow:hidden}
.rt-elementor-container img{max-width:100%;height:auto;vertical-align:middle}
.rt-elementor-container .round-img img{border-radius:50%}
.rt-elementor-container .img-responsive{display:block;max-width:100%;margin:0 auto;height:auto}
.rt-elementor-container .img-responsive.swiper-lazy:not(.swiper-lazy-loaded){visibility:hidden;opacity:0}
.rt-elementor-container .swiper-lazy-preloader{width:30px;height:30px;margin-left:-15px;margin-top:-15px;border-width:2px;border-color:var(--rttm-primary-color);border-top-color:transparent}
.rt-elementor-container .img-rounded{border-radius:6px}
.rt-elementor-container .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.rt-elementor-container .img-circle{border-radius:50%}
.rt-elementor-container .table-responsive{overflow-x:auto;min-height:.01%}
.rt-row::before,.rt-row::after,.rt-container-fluid::before,.rt-container-fluid::after,.rt-container::before,.rt-container::after{content:" ";display:table}
.rt-elementor-container .button-group button,.rt-elementor-container .contact-info i,.rt-elementor-container .social-icons a .fa,.rt-elementor-container .social-icons a .fas,.rt-elementor-container .social-icons a .fab,.rt-elementor-container .social-icons a .far,.rt-elementor-container .short-bio,.rt-elementor-container .tlp-department,.rt-elementor-container .tlp-position,.rt-elementor-container h3,.rt-elementor-container a{-webkit-transition:all .3s;transition:all .3s}
.rt-elementor-container>.rt-row>.rt-el-special-wrapper,.rt-row.special-items-wrapper,.rt-elementor-container[data-layout*=layout] .rt-row.ttp-even,.rt-d-flex,.rt-elementor-container .layout2 .single-team-area{display:-webkit-box;display:-ms-flexbox;display:flex}
.rt-elementor-container>.rt-row>.rt-el-special-wrapper,.rt-row.special-items-wrapper,.rt-elementor-container[data-layout*=layout] .rt-row.ttp-even,.rt-flex-wrap,.rt-elementor-container .layout2 .single-team-area{-ms-flex-wrap:wrap;flex-wrap:wrap}
.rt-justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.rt-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.rt-pos-s{position:static !important}
.rt-pos-r,.rt-row,.rt-elementor-container .pagination>li>span,.rt-elementor-container .pagination>li>a,.rt-elementor-container .single-team,.rt-elementor-container .ttp-pre-loader,.rt-ball-clip-rotate>div,.rt-ball-clip-rotate,.rt-elementor-container figure{position:relative}
.rt-default-gutter,.rt-elementor-container .equal-height,.rt-elementor-container .even-grid-item{margin-bottom:30px}
.rt-gutter-half,.rt-elementor-container .short-bio{margin-top:15px;margin-bottom:15px}
.rt-primary-color,.rt-elementor-container .carousel-el-1 .tlp-overlay1 h3,.rt-elementor-container .carousel-el-1 .tlp-overlay1 .tlp-position,.rt-elementor-container .layout3 .tlp-content h3,.rt-elementor-container .layout3 .tlp-content .tlp-position,.rt-elementor-container .layout2 .rttm-content-area h3,.rt-elementor-container .layout2 .rttm-content-area .tlp-position,.rt-elementor-container .pagination>li>span,.rt-elementor-container .contact-info i,.rt-elementor-container .contact-info ul li:hover a,.rt-elementor-container .contact-info ul li:hover i,.isotope-free .single-team-area .social-icons a,.rt-elementor-container .social-icons a,.rt-elementor-container .short-bio a:hover,.rt-elementor-container .rt-loading{color:var(--rttm-primary-color)}
.rt-primary-color-bg,.rt-elementor-container .isotope-free .tlp-content,.rt-elementor-container .layout1 .tlp-content,.rt-elementor-container .pagination>.active>span:focus,.rt-elementor-container .pagination>.active>span:hover,.rt-elementor-container .pagination>.active>span,.rt-elementor-container .pagination>.active>a:focus,.rt-elementor-container .pagination>.active>a:hover,.rt-elementor-container .pagination>.active>a,.rt-elementor-container .pagination>li>span:focus,.rt-elementor-container .pagination>li>span:hover,.rt-elementor-container .pagination>li>a:focus,.rt-elementor-container .pagination>li>a:hover,.rt-elementor-container .button-group .selected,.rt-elementor-container .button-group button:hover,.rt-elementor-container .tlp-content{background-color:var(--rttm-primary-color)}
.rt-white-color,.rt-elementor-container .isotope-free .tlp-content,.rt-elementor-container .isotope-free h3,.rt-elementor-container .isotope-free .tlp-position,.rt-elementor-container .layout1 .tlp-content,.rt-elementor-container .layout1 h3,.rt-elementor-container .layout1 .tlp-position,.rt-carousel-holder .swiper-arrow,.rt-elementor-container .pagination>.active>span:focus,.rt-elementor-container .pagination>.active>span:hover,.rt-elementor-container .pagination>.active>span,.rt-elementor-container .pagination>.active>a:focus,.rt-elementor-container .pagination>.active>a:hover,.rt-elementor-container .pagination>.active>a,.rt-elementor-container .pagination>li>span:focus,.rt-elementor-container .pagination>li>span:hover,.rt-elementor-container .pagination>li>a:focus,.rt-elementor-container .pagination>li>a:hover,.rt-elementor-container .button-group button,.md-el-modal .rt-elementor-container .contact-info ul li,.md-el-modal .rt-elementor-container .contact-info ul li a,.rt-elementor-container .social-icons a:hover .fa-facebook-f,.rt-elementor-container .social-icons a:hover .fa-twitter,.rt-elementor-container .social-icons a:hover .fa-xing,.rt-elementor-container .social-icons a:hover .fa-google-plus,.rt-elementor-container .social-icons a:hover .fa-envelope,.rt-elementor-container .social-icons a:hover .fa-youtube,.rt-elementor-container .social-icons a:hover .fa-vimeo,.rt-elementor-container .social-icons a:hover .fa-instagram,.rt-elementor-container .social-icons a:hover .fa-soundcloud,.rt-elementor-container .social-icons a:hover .fa-skype,.rt-elementor-container .social-icons a:hover .fa-telegram,.rt-elementor-container .social-icons a:hover .fa-whatsapp,.rt-elementor-container .social-icons a:hover .fa-linkedin,.rt-ball-clip-rotate{color:#fff}
.rt-white-color-bg,.rt-elementor-container .pagination>.disabled>a:focus,.rt-elementor-container .pagination>.disabled>a:hover,.rt-elementor-container .pagination>.disabled>a,.rt-elementor-container .pagination>.disabled>span:focus,.rt-elementor-container .pagination>.disabled>span:hover,.rt-elementor-container .pagination>.disabled>span,.rt-elementor-container .pagination>li>span,.rt-elementor-container .pagination>li>a{background-color:#fff}
.rt-elementor-container .carousel-el-1 .tlp-overlay1{text-align:center}
.rt-mb-0,.rt-elementor-container .short-bio p:last-child,.rt-elementor-container figure{margin-bottom:0}
.rt-elementor-container .rt-col-xs-12,.rt-elementor-container .rt-col-sm-12,.rt-elementor-container .rt-col-md-12,.rt-elementor-container .rt-col-lg-12,.rt-elementor-container .rt-col-xs-11,.rt-elementor-container .rt-col-sm-11,.rt-elementor-container .rt-col-md-11,.rt-elementor-container .rt-col-lg-11,.rt-elementor-container .rt-col-xs-10,.rt-elementor-container .rt-col-sm-10,.rt-elementor-container .rt-col-md-10,.rt-elementor-container .rt-col-lg-10,.rt-elementor-container .rt-col-xs-9,.rt-elementor-container .rt-col-sm-9,.rt-elementor-container .rt-col-md-9,.rt-elementor-container .rt-col-lg-9,.rt-elementor-container .rt-col-xs-8,.rt-elementor-container .rt-col-sm-8,.rt-elementor-container .rt-col-md-8,.rt-elementor-container .rt-col-lg-8,.rt-elementor-container .rt-col-xs-7,.rt-elementor-container .rt-col-sm-7,.rt-elementor-container .rt-col-md-7,.rt-elementor-container .rt-col-lg-7,.rt-elementor-container .rt-col-xs-6,.rt-elementor-container .rt-col-sm-6,.rt-elementor-container .rt-col-md-6,.rt-elementor-container .rt-col-lg-6,.rt-elementor-container .rt-col-xs-5,.rt-elementor-container .rt-col-sm-5,.rt-elementor-container .rt-col-md-5,.rt-elementor-container .rt-col-lg-5,.rt-elementor-container .rt-col-xs-4,.rt-elementor-container .rt-col-sm-4,.rt-elementor-container .rt-col-md-4,.rt-elementor-container .rt-col-lg-4,.rt-elementor-container .rt-col-xs-3,.rt-elementor-container .rt-col-sm-3,.rt-elementor-container .rt-col-md-3,.rt-elementor-container .rt-col-lg-3,.rt-elementor-container .rt-col-xs-2,.rt-elementor-container .rt-col-sm-2,.rt-elementor-container .rt-col-md-2,.rt-elementor-container .rt-col-lg-2,.rt-elementor-container .rt-col-xs-1,.rt-elementor-container .rt-col-sm-1,.rt-elementor-container .rt-col-md-1,.rt-elementor-container .rt-col-lg-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.rt-elementor-container .rt-col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}
.rt-elementor-container .rt-col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}
.rt-elementor-container .rt-col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.rt-elementor-container .rt-col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}
.rt-elementor-container .rt-col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}
.rt-elementor-container .rt-col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.rt-elementor-container .rt-col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}
.rt-elementor-container .rt-col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}
.rt-elementor-container .rt-col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.rt-elementor-container .rt-col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}
.rt-elementor-container .rt-col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}
.rt-elementor-container .rt-col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.rt-ball-clip-rotate{width:32px;height:32px;display:block;font-size:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.rt-ball-clip-rotate>div{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;width:32px;height:32px;background:transparent;border-width:2px;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate .75s linear infinite;animation:ball-clip-rotate .75s linear infinite}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.rt-elementor-container .ttp-pre-loader{overflow:hidden}
.rt-elementor-container .ttp-pre-loader .rt-loading-overlay{opacity:.85;visibility:visible}
.rt-elementor-container .ttp-pre-loader .rt-loading-overlay+.rt-loading{opacity:.85;visibility:visible}
.rt-elementor-container .ttp-pre-loader .rt-loading-overlay.full-op{opacity:1}
.rt-elementor-container .ttp-pre-loader .rt-loading-overlay.full-op+.rt-loading{opacity:1}
.rt-elementor-container .ttp-pre-loader.element-loading .rt-loading-overlay,.rt-elementor-container .ttp-pre-loader.element-loading .rt-loading{opacity:1}
.rt-elementor-container .rt-loading-overlay{opacity:0;visibility:hidden;position:absolute;-webkit-transition:all .5s;transition:all .5s;top:0;left:0;width:100%;height:100%;z-index:49;background-color:#fff}
.rt-elementor-container .rt-loading{position:absolute;top:60px;left:50%;margin-left:-16px;z-index:50;opacity:0;visibility:hidden}
.rt-elementor-container[data-layout*=carousel] .rt-loading{z-index:100}
.rt-elementor-container[data-layout*=carousel] .rt-loading-overlay{z-index:99}
.rt-elementor-container[data-layout*=carousel] .ttp-pre-loader .rt-loading-overlay{opacity:1}
.rt-elementor-container .carousel10 .ttp-pre-loader .rt-loading-overlay{opacity:1}
.rt-elementor-container .carousel10 .ttp-pre-loader .rt-loading-overlay+.rt-loading{opacity:1}
.rt-elementor-container .ttp-pre-loader.rt-lm-loading .rt-loading-overlay{display:none}
.rt-elementor-container .ttp-pre-loader.rt-lm-loading .rt-loading-overlay+.rt-loading{display:none}
.rt-elementor-container .margin-bottom{margin-bottom:30px}
.rt-elementor-container .paddingl0{padding-left:0}
.rt-elementor-container .paddingr0{padding-right:0}
.rt-elementor-container .no-margin{margin:0 !important;padding:0 !important}
.tlp-equal-height .paddingl0{padding-left:0}
.tlp-equal-height .paddingr0{padding-right:0}
.single-team-content-area{margin-top:50px}
.rt-elementor-container h3{line-height:1.3;font-weight:500;padding:0;margin:0 0 10px 0;font-size:22px}
.rt-elementor-container h3 a,.rt-elementor-container .tlp-department a:hover,.rt-elementor-container .tlp-position a:hover,.rt-elementor-container h3 a:hover,.rt-elementor-container .short-bio a:hover{text-decoration:none !important;outline:0}
.rt-elementor-container .tlp-department,.rt-elementor-container .tlp-position{font-weight:400;line-height:1.3}
.rt-elementor-container a{display:block;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;border:0}
.rt-elementor-container-item-count{display:none}
.rt-elementor-container .tlp-content{padding:15px}
.rt-elementor-container .tlp-content h3 a,.rt-elementor-container .tlp-content .tlp-department a,.rt-elementor-container .tlp-content .tlp-position a{color:inherit;-webkit-transition:none;transition:none;outline:0}
.rt-elementor-container .short-bio a{color:inherit;outline:0}
.rt-elementor-container .single-team{overflow:hidden}
.rt-elementor-container .social-icons{margin:10px 0 0;padding:0;display:block}
.rt-elementor-container .social-icons a{text-align:center;text-decoration:none;display:inline-block;margin-right:4px;margin-bottom:3px;font-size:20px;padding:0;text-decoration:none !important;width:30px;height:30px}
.rt-elementor-container .social-icons a:before{content:none}
.rt-elementor-container .social-icons a i{display:block}
.rt-elementor-container .social-icons a .fa,.rt-elementor-container .social-icons a .fas,.rt-elementor-container .social-icons a .fab,.rt-elementor-container .social-icons a .far{width:30px;height:30px;line-height:30px}
.rt-elementor-container .social-icons a:hover .fa-facebook-f{background:#3b5999}
.rt-elementor-container .social-icons a:hover .fa-twitter{background:#3aa9e0}
.rt-elementor-container .social-icons a:hover .fa-linkedin{background:#0080b1}
.rt-elementor-container .social-icons a:hover .fa-xing{background:#1c5d5b}
.rt-elementor-container .social-icons a:hover .fa-google-plus,.rt-elementor-container .social-icons a:hover .fa-envelope{background:#d04333}
.rt-elementor-container .social-icons a:hover .fa-youtube{background:#cd322d}
.rt-elementor-container .social-icons a:hover .fa-soundcloud{background:#f50}
.rt-elementor-container .social-icons a:hover .fa-vimeo{background:#4bf}
.rt-elementor-container .social-icons a:hover .fa-instagram{background:#4bf}
.rt-elementor-container .social-icons a:hover .fa-skype{background:#06bcff}
.rt-elementor-container .social-icons a:hover .fa-whatsapp{background:#25d366}
.rt-elementor-container .social-icons a:hover .fa-telegram{background:#29b6f6}
.rt-elementor-container .tlp-detail .social-icons a{background-color:#00afd1}
.isotope-free .single-team-area .social-icons a{font-size:16px;background:transparent}
.rt-elementor-container .contact-info{margin:0;padding:0 0 10px 0}
.rt-elementor-container .contact-info ul{margin:0;padding:0;list-style:none}
.rt-elementor-container .contact-info ul li{margin:0;padding:0;line-height:22px;list-style:none !important;border:0;background:no-repeat}
.rt-elementor-container .contact-info ul li a{color:inherit;display:inline-block}
.rt-elementor-container .contact-info ul li+li{margin-top:10px}
.rt-elementor-container .contact-info i{width:20px;margin-right:4px;text-align:center}
.rt-elementor-container .single-team-area img{max-width:100%;-webkit-transition:opacity .6s,-webkit-transform .6s;transition:opacity .6s,-webkit-transform .6s;transition:opacity .6s,transform .6s;transition:opacity .6s,transform .6s,-webkit-transform .6s;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
.rt-elementor-container .single-team-area:hover img{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}
.rt-carousel-holder .default-img{width:100%}
.rt-elementor-container .button-group{text-align:center;padding-bottom:20px;padding-left:10px;padding-right:10px}
.rt-elementor-container .button-group button{background:#000;border:0;text-transform:none;font-weight:400;margin:5px;padding:10px 15px;outline:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}
.rt-team-container .readmore-btn{margin-top:20px}
.rt-team-container .readmore-btn a{padding:10px 20px;background:#007acc;text-decoration:none;color:#fff;border-radius:4px;-webkit-transition:all .3s;transition:all .3s}
.rt-team-container .readmore-btn a:hover{background-color:#07639e}
.rt-elementor-container .tlp-pagination{text-align:center}
.rt-elementor-container .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin:20px 0}
.rt-elementor-container .pagination>li{display:inline;margin-left:3px;margin-right:3px}
.rt-elementor-container .pagination>li>a{float:left;padding:6px 12px;line-height:1.4;text-decoration:none;border:0;margin-left:-1px;outline:0;color:inherit;border-radius:0}
.rt-elementor-container .pagination>li>a:hover{z-index:2}
.rt-elementor-container .pagination>li>a:focus{z-index:2}
.rt-elementor-container .pagination>li>span{float:left;padding:6px 12px;line-height:1.4;text-decoration:none;border:0;margin-left:-1px}
.rt-elementor-container .pagination>li>span:hover{z-index:2}
.rt-elementor-container .pagination>li>span:focus{z-index:2}
.rt-elementor-container .pagination>li:first-child>a{margin-left:0}
.rt-elementor-container .pagination>li:first-child>span{margin-left:0}
.rt-elementor-container .pagination>li:last-child>a{margin-left:0;border-radius:0}
.rt-elementor-container .pagination>li:last-child>span{margin-left:0}
.rt-elementor-container .pagination>.active>a{z-index:3;cursor:default}
.rt-elementor-container .pagination>.active>a:hover{z-index:3;cursor:default}
.rt-elementor-container .pagination>.active>a:focus{z-index:3;cursor:default}
.rt-elementor-container .pagination>.active>span{z-index:3;cursor:default}
.rt-elementor-container .pagination>.active>span:hover{z-index:3;cursor:default}
.rt-elementor-container .pagination>.active>span:focus{z-index:3;cursor:default}
.rt-elementor-container .pagination>.disabled>span{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-elementor-container .pagination>.disabled>span:hover{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-elementor-container .pagination>.disabled>span:focus{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-elementor-container .pagination>.disabled>a{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-elementor-container .pagination>.disabled>a:hover{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-elementor-container .pagination>.disabled>a:focus{color:#777;border-color:#ddd;cursor:not-allowed}
.rt-carousel-holder .carousel-item{display:block}
.rt-carousel-holder .default-img+.swiper-lazy-preloader{display:none}
.rt-carousel-holder.slider-loading{opacity:0;visibility:hidden}
.rt-elementor-container .img-responsive.swiper-lazy:not(.swiper-lazy-loaded){visibility:hidden;opacity:0}
.rt-elementor-container .swiper-lazy-preloader::after{background:0}
.rt-carousel-holder .swiper-arrow{width:30px;height:30px;-webkit-transition:all .3s;transition:all .3s;background-image:none;background:#000}
.rt-carousel-holder .swiper-arrow::after{content:none !important}
.rt-carousel-holder .swiper-arrow:hover{background:#333}
.rt-carousel-holder .swiper-arrow i{color:inherit}
.rt-carousel-holder.top-nav .swiper-nav{position:absolute;right:-15px;top:-30px}
.rt-carousel-holder.top-nav .swiper-button-next{right:15px}
.rt-carousel-holder.top-nav .swiper-button-prev{left:-85px}
.rt-carousel-holder.top-nav.swiper-rtl .swiper-nav{right:auto;left:85px}
.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-prev{right:15px;left:auto}
.rt-carousel-holder.top-nav.swiper-rtl .swiper-button-next{left:-85px;right:auto}
.rt-carousel-holder.standard-nav .swiper-nav{position:absolute;top:50%;margin-top:-30px;width:100%}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-arrow{top:7.5px}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next{right:-15px}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev{left:-15px}
.rt-carousel-holder.bottom-nav .swiper-nav{position:absolute;bottom:0;left:50%;bottom:50px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-next{right:auto;left:5px}
.rt-carousel-holder.bottom-nav .swiper-nav .swiper-button-prev{left:auto;right:5px}
.rt-carousel-holder.bottom-nav.no-dots{margin-bottom:40px}
.rt-carousel-holder.bottom-nav.no-dots .swiper-nav{bottom:20px}
.rt-carousel-holder.bottom-nav.no-dots.no-nav{margin-bottom:0}
.rt-carousel-holder.swiper-rtl .swiper-button-prev i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.rt-carousel-holder.swiper-rtl .swiper-button-next i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.rt-elementor-container .rt-carousel-holder.bottom-nav .swiper-nav+.swiper-pagination{margin-top:40px}
.rt-elementor-container .rt-carousel-holder.swiper .swiper-pagination-bullet{width:10px;height:10px;margin:10px 5px 5px;-webkit-transition:all .3s;transition:all .3s}
.rt-elementor-container .rt-carousel-holder .swiper-pagination{bottom:-20px;height:30px}
.rt-elementor-container .rt-carousel-holder .swiper-pagination-bullet:hover{background:#000;opacity:.75}
.rt-elementor-container .rt-carousel-holder .swiper-pagination-bullet-active{opacity:.75;background:#000}
.rt-elementor-container .rt-carousel-holder.swiper-autoheight .swiper-pagination{margin-top:20px;margin-left:auto;margin-right:auto;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}
.rt-elementor-container .swiper-pagination-bullets-dynamic{margin-left:auto;margin-right:auto;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}
.rt-container,.rt-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.clearfix::after,.rt-container::after,.rt-container-fluid::after,.rt-row::after{clear:both}
.rt-row{margin-left:-15px;margin-right:-15px}
.rt-clear:after{clear:both;content:"";display:block}
.rt-elementor-container .layout2 .single-team-area .img-area{padding:0 0 15px 0}
.rt-elementor-container .layout2 .rttm-content-area h3 a,.rt-elementor-container .layout2 .rttm-content-area .tlp-position a{color:inherit;-webkit-transition:none;transition:none}
.rt-elementor-container .layout2 .rttm-content-area .tlp-position{font-weight:500}
.rt-elementor-container .layout2 .rttm-content-area .tlp-position a{font-size:inherit;font-weight:inherit}
.rt-elementor-container .layout3{text-align:center}
.rt-elementor-container .layout3 .tlp-content{padding:0;background:0}
.rt-elementor-container .layout3 .tlp-content h3{margin-top:0}
.rt-elementor-container .layout3 .tlp-content h3 a,.rt-elementor-container .layout3 .tlp-content .tlp-position a{color:inherit;-webkit-transition:none;transition:none}
.rt-elementor-container .layout3 figure+.tlp-content{padding-top:15px}
.rt-elementor-container .layout16 .single-team-area{padding:30px;background-color:#fff;-webkit-box-shadow:0 0 38px 0 rgba(0,0,0,0.1);box-shadow:0 0 38px 0 rgba(0,0,0,0.1);position:relative;overflow:hidden}
.rt-elementor-container .layout16 .single-team-area .default-img{width:100%}
.rt-elementor-container .layout16 .single-team-area:before{content:"";width:70px;height:70px;background-color:#e1e1e1;border:0;border-radius:6px;position:absolute;bottom:22px;right:-40px;z-index:11;-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.rt-elementor-container .layout16 .single-team-area:after{content:"";width:70px;height:70px;border:2px solid #e1e1e1;border-radius:6px;position:absolute;right:-45px;bottom:-12px;z-index:10;-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.rt-elementor-container .layout16 .single-team-area:hover:before{background-color:var(--rttm-primary-color)}
.rt-elementor-container .layout16 .single-team-area:hover:after{border-color:var(--rttm-primary-color)}
.rt-elementor-container .layout16 .single-team-area:hover .social-icons{visibility:visible;opacity:1;bottom:0}
.rt-elementor-container .layout16 .single-team-area .social-icons{z-index:5;position:absolute;bottom:-20%;left:0;right:0;visibility:hidden;opacity:0;width:100%;padding:15px 0;background-color:var(--rttm-primary-color);margin-top:0;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.rt-elementor-container .layout16 .single-team-area .social-icons a{color:#fff}
.rt-elementor-container .layout16 .single-team-area .social-icons a:hover i{background-color:transparent;opacity:.8}
.rt-elementor-container .layout16 .single-team-area .short-bio{margin-bottom:15px}
.rt-elementor-container .layout16 .single-team-area .tlp-content{background-color:transparent;padding-left:0;padding-right:0}
.rt-elementor-container .tlp-position{color:initial}
.rt-elementor-container .tlp-position a{text-decoration:none;color:initial}
.rt-elementor-container .carousel-el-1 .tlp-overlay1{padding:0}
.rt-elementor-container .carousel-el-1 .tlp-overlay1 h3{margin-top:15px;margin-bottom:6px}
.rt-elementor-container .carousel-el-1 .tlp-overlay1 h3 a,.rt-elementor-container .carousel-el-1 .tlp-overlay1 .tlp-position a{color:inherit;-webkit-transition:none;transition:none}
.rt-elementor-container [class*=carousel] .rt-grid-item{margin-bottom:30px;padding:0}
@media only screen and (min-width:768px){.margin-bottom15{margin-bottom:5px !important}
.rt-elementor-container .rt-col-sm-24{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.rt-elementor-container .rt-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}
.rt-elementor-container .rt-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}
.rt-elementor-container .rt-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.rt-elementor-container .rt-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}
.rt-elementor-container .rt-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}
.rt-elementor-container .rt-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.rt-elementor-container .rt-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}
.rt-elementor-container .rt-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}
.rt-elementor-container .rt-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.rt-elementor-container .rt-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}
.rt-elementor-container .rt-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}
.rt-elementor-container .rt-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.rt-container{width:750px}
}@media only screen and (min-width:992px){.margin-bottom15{margin-bottom:15px}
.rt-elementor-container .rt-col-md-24{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.rt-elementor-container .rt-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}
.rt-elementor-container .rt-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}
.rt-elementor-container .rt-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.rt-elementor-container .rt-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}
.rt-elementor-container .rt-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}
.rt-elementor-container .rt-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.rt-elementor-container .rt-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}
.rt-elementor-container .rt-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}
.rt-elementor-container .rt-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.rt-elementor-container .rt-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}
.rt-elementor-container .rt-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}
.rt-elementor-container .rt-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.rt-container{width:970px}
}@media only screen and (min-width:1200px){.rt-elementor-container .rt-col-lg-24{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.rt-elementor-container .rt-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}
.rt-elementor-container .rt-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}
.rt-elementor-container .rt-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.rt-elementor-container .rt-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}
.rt-elementor-container .rt-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}
.rt-elementor-container .rt-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.rt-elementor-container .rt-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}
.rt-elementor-container .rt-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}
.rt-elementor-container .rt-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.rt-elementor-container .rt-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}
.rt-elementor-container .rt-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}
.rt-elementor-container .rt-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.rt-container{width:1170px}
}@media only screen and (max-width:1199px){.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next{right:15px}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev{left:15px}
}@media only screen and (max-width:991px){.rt-elementor-container .layout2 .single-team-area img{width:100%}
}@media only screen and (max-width:767px){.hidden-xs{display:none !important}
.rt-elementor-container .margin-bottom15{margin-bottom:5px !important}
.tlp-member-feature-img,.tlp-member-description-container{float:none;width:100%}
}@media(max-width:767px){.rt-elementor-container .layout16 .single-team-area{padding:20px}
}@media only screen and (max-width:576px){.rt-elementor-container .rt-carousel-holder:not(#team-member-profile-gallery):not(.bottom-nav):not(.rttm-carousel-main){margin-top:50px}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-arrow{top:auto}
.rt-carousel-holder.standard-nav .swiper-nav,.rt-carousel-holder.top-nav .swiper-nav{top:25px;right:auto;left:50%;margin-top:0;width:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-next,.rt-carousel-holder .swiper-nav .swiper-button-next{right:-35px}
.rt-carousel-holder.standard-nav .swiper-nav .swiper-button-prev,.rt-carousel-holder .swiper-nav .swiper-button-prev{left:-35px}
.rt-elementor-container .rt-carousel-holder .swiper-pagination{margin-top:-10px;margin-left:auto;margin-right:auto}
}@-webkit-keyframes rt_spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes rt_spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}
5%{opacity:.75}
100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}
}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}
5%{opacity:.75}
100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}
}@-webkit-keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}
50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@-webkit-keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}
50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}
100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}
}@keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}
50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}
100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}
}@-webkit-keyframes fadeIn{0%{opacity:0}
to{opacity:1}
}@keyframes fadeIn{0%{opacity:0}
to{opacity:1}
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}