.gdpr-hidden {
display: none;
}
.gdpr-overlay {
background: #141618;
display: none;
height: 100%;
left: 0;
opacity: .6;
position: fixed;
top: 0;
width: 100%;
z-index: 99999999;
}
.gdpr * {
font-family: inherit !important;
}
.gdpr input[type="submit"],
.gdpr button {
border-radius: 2px;
border-width: 0;
box-shadow: none;
font-family: inherit !important;
font-size: 12px !important;
font-weight: 600 !important;
letter-spacing: -0.3px;
line-height: 22px;
padding: 9px 27px 9px 27px;
text-shadow: none;
text-transform: none;
}
.gdpr input[type="submit"].btn-accent.gdpr-agreement:focus, .gdpr input[type="submit"].btn-accent:focus,
.gdpr button.btn-accent.gdpr-agreement:focus,
.gdpr button.btn-accent:focus {
color: #fff !important;
}
.gdpr img {
width: 100%;
}
.gdpr-privacy-bar {
background: rgba(0, 0, 0, 0.9);
bottom: 0;
color: #fff;
left: 0;
position: fixed;
width: 100%;
z-index: 9999999;
}
.gdpr-privacy-bar.gdpr-hide-bar {
transition: bottom 1s ease-in-out;
bottom: -999px;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float.gdpr-hide-bar {
transition: none;
bottom: -999px;
}
.gdpr-privacy-bar .gdpr-wrapper {
overflow: hidden;
padding: 18px 27px;
}
.gdpr-privacy-bar .gdpr-wrapper p {
font-size: 13px;
margin: 0;
}
.gdpr-privacy-bar .gdpr-wrapper a {
color: #006cff;
}
.gdpr-privacy-bar .gdpr-preferences {
background-color: transparent !important;
color: #fff !important;
line-height: 40px;
}
body:not(.rtl) .gdpr-privacy-bar .gdpr-preferences {
padding: 0 27px 0 0 !important;
}
body.rtl .gdpr-privacy-bar .gdpr-preferences {
padding: 0 0 0 27px !important;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float {
background: #000;
border-radius: 4px;
bottom: 18px;
left: 5%;
right: 5%;
width: auto;
margin-left: auto;
margin-right: auto;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-wrapper {
padding: 18px;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-wrapper p {
font-size: 12px;
font-weight: 500;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement,
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-reject {
background-color: #fff !important;
color: #000 !important;
font-weight: 500 !important;
padding-bottom: 5px;
padding-top: 5px;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-agreement:hover,
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-reject:hover {
background-color: #fff !important;
color: #000 !important;
}
.gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-preferences {
font-weight: 500 !important;
}
body:not(.rtl) .gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-preferences {
padding: 0 18px 0 0 !important;
}
body.rtl .gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-preferences {
padding: 0 0 0 18px !important;
}
body[data-border="9"] .gdpr-privacy-bar.gdpr-privacy-bar--float {
bottom: 27px;
}
body[data-border="9"] .gdpr-privacy-bar.gdpr-privacy-bar--float.gdpr-hide-bar {
bottom: -999px;
}
body[data-border="18"] .gdpr-privacy-bar.gdpr-privacy-bar--float {
bottom: 36px;
}
body[data-border="18"] .gdpr-privacy-bar.gdpr-privacy-bar--float.gdpr-hide-bar {
bottom: -999px;
}
body[data-border="27"] .gdpr-privacy-bar.gdpr-privacy-bar--float {
bottom: 45px;
}
body[data-border="27"] .gdpr-privacy-bar.gdpr-privacy-bar--float.gdpr-hide-bar {
bottom: -999px;
}
body[data-border="36"] .gdpr-privacy-bar.gdpr-privacy-bar--float {
bottom: 54px;
}
body[data-border="36"] .gdpr-privacy-bar.gdpr-privacy-bar--float.gdpr-hide-bar {
bottom: -999px;
}
.gdpr-privacy-preferences .gdpr-wrapper,
.gdpr-general-confirmation .gdpr-wrapper {
border-radius: 2.5px;
box-sizing: border-box;
display: none;
height: 100%;
left: 50%;
max-height: 700px;
max-width: 1000px;
overflow: hidden;
overflow: visible;
padding: 15px;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
z-index: 999999999;
padding: 36px;
}
.gdpr-privacy-preferences form,
.gdpr-general-confirmation form {
box-shadow: 0 50px 50px -30px rgba(0, 0, 0, 0.2), 0 30px 50px 0 rgba(0, 0, 0, 0.15);
height: 100%;
position: relative;
}
.gdpr-privacy-preferences .gdpr-box-title,
.gdpr-general-confirmation .gdpr-box-title {
height: 0;
position: relative;
}
.gdpr-privacy-preferences .gdpr-box-title h3,
.gdpr-general-confirmation .gdpr-box-title h3 {
display: none;
}
.gdpr-privacy-preferences .gdpr-close,
.gdpr-general-confirmation .gdpr-close {
color: #fff;
cursor: pointer;
line-height: 0;
position: absolute;
top: 50%;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-close, body:not(.rtl)
.gdpr-general-confirmation .gdpr-close {
right: -27px;
}
body.rtl .gdpr-privacy-preferences .gdpr-close, body.rtl
.gdpr-general-confirmation .gdpr-close {
left: -27px;
}
.gdpr-privacy-preferences .gdpr-close:before,
.gdpr-general-confirmation .gdpr-close:before {
content: '\e117';
font-family: uncodeicon !important;
font-size: 18px;
transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
display: inline-block;
}
.gdpr-privacy-preferences .gdpr-close:hover:before,
.gdpr-general-confirmation .gdpr-close:hover:before {
transform: rotate(180deg);
}
.gdpr-privacy-preferences footer,
.gdpr-general-confirmation footer {
background-color: #f7f7f7;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top: 1px solid #eaeaea;
bottom: 0;
height: 96px;
left: 0;
margin-left: 0;
overflow: hidden;
padding: 18px 36px;
position: absolute;
right: 0;
width: auto;
}
.gdpr-privacy-preferences footer input,
.gdpr-general-confirmation footer input {
margin-top: 0;
}
.gdpr-privacy-preferences footer span,
.gdpr-general-confirmation footer span {
margin-top: 9px;
display: block;
text-align: center;
}
.gdpr-privacy-preferences footer a,
.gdpr-general-confirmation footer a {
color: #555d66;
display: inline-block;
font-size: 12px;
text-decoration: none;
}
.gdpr-privacy-preferences .gdpr-content,
.gdpr-general-confirmation .gdpr-content {
background: #fff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.gdpr-privacy-preferences .gdpr-tab-content,
.gdpr-general-confirmation .gdpr-tab-content {
background-color: #fff;
bottom: 76px;
display: block;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
.gdpr-privacy-preferences .gdpr-tab-content header,
.gdpr-general-confirmation .gdpr-tab-content header {
padding: 36px 36px 0;
}
.gdpr-privacy-preferences .gdpr-tab-content h4,
.gdpr-general-confirmation .gdpr-tab-content h4 {
color: #303133;
font-family: inherit !important;
font-size: 16px;
margin-bottom: 18px;
margin-top: 0;
}
.gdpr-privacy-preferences .gdpr-tab-content > div,
.gdpr-general-confirmation .gdpr-tab-content > div {
max-height: 100%;
overflow-y: auto;
}
.gdpr-privacy-preferences .gdpr-tab-content .gdpr-active,
.gdpr-general-confirmation .gdpr-tab-content .gdpr-active {
display: block;
}
.gdpr-privacy-preferences .gdpr-info,
.gdpr-general-confirmation .gdpr-info {
color: #72777c;
font-size: 14px;
font-weight: 400;
padding: 0 36px 36px;
}
.gdpr-privacy-preferences .gdpr-info p,
.gdpr-general-confirmation .gdpr-info p {
color: #72777c;
font-size: 13px;
font-weight: 400;
margin-bottom: 27px;
margin-top: 0;
}
.gdpr-privacy-preferences .gdpr-info a,
.gdpr-general-confirmation .gdpr-info a {
color: #72777c;
font-weight: 700;
text-decoration: underline;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p,
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
color: #303133;
font-weight: 600;
line-height: 1.1;
margin-bottom: 0;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
padding-right: 100px;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
padding-left: 100px;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
font-size: 12px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
padding-right: 100px;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
padding-left: 100px;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookies-used,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies-used {
border-top: 1px solid #eaeaea;
margin-top: 18px;
padding-top: 18px;
position: relative;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookies-used a,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies-used a {
font-size: 12px;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-always-active,
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
color: #303133;
display: inline-block;
font-size: 11px;
font-weight: 700;
padding: 5px 0;
position: absolute;
text-transform: uppercase;
top: 15px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-always-active, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
right: 0;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-always-active, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
left: 0;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-button,
.gdpr-general-confirmation .gdpr-info .gdpr-button {
position: absolute;
top: 15px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-button, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-button {
right: 0;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-button, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-button {
left: 0;
}
.gdpr-switch {
display: inline-block;
height: 24px;
margin-bottom: 0;
min-width: 45px;
position: absolute;
top: 15px;
}
body:not(.rtl) .gdpr-switch {
right: 0;
}
body.rtl .gdpr-switch {
left: 0;
}
.gdpr-switch input {
display: none !important;
}
.gdpr-switch .gdpr-slider {
background-color: #ccc;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: white;
bottom: 4px;
content: "";
height: 16px;
position: absolute;
transition: .4s;
width: 16px;
}
body:not(.rtl) .gdpr-switch .gdpr-slider:before {
left: 4px;
}
body.rtl .gdpr-switch .gdpr-slider:before {
right: 4px;
}
.gdpr-switch .gdpr-slider.round {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-radius: 34px;
}
.gdpr-switch .gdpr-slider.round:before {
border-radius: 50%;
}
body:not(.rtl) .gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(21px);
}
body.rtl .gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(-21px);
} .tmb-consent-blocked:not(.tmb-lightbox) .t-entry-visual-overlay,
.tmb-consent-blocked:not(.tmb-lightbox) .t-overlay-wrap {
display: none;
}
.tmb-consent-blocked .pushed {
margin-top: 0;
}
.tmb-consent-blocked .uncode-single-media-wrapper .pushed {
display: table;
height: 0;
position: relative;
width: 100%;
}
.tmb-consent-blocked .uncode-single-media-wrapper .pushed .uncode-noconsent-gdpr-poster img {
height: auto !important;
}
.tmb-consent-blocked .uncode-single-media-wrapper .pushed .uncode-noconsent-gdpr-wrap-no-poster {
height: 0;
padding-top: 66.7%;
}
.uncode-noconsent-gdpr-wrap {
background-size: cover;
height: 100%;
position: relative;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster, .uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster img {
transform: none !important;
transition: none !important;
}
.uncode-single-media-wrapper .uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster img {
position: relative !important;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-overlay {
background: #141618;
height: 100%;
left: 0;
opacity: .5;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.uncode-noconsent-gdpr-wrap.uncode-noconsent-gdpr-wrap-no-poster .uncode-noconsent-gdpr-overlay {
opacity: 1;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-holder {
bottom: 0;
display: table;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap {
color: #ffffff;
display: table-cell;
padding: 0 36px;
position: relative;
text-align: center;
vertical-align: middle;
width: 100%;
z-index: 2;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon,
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text {
display: block;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon {
padding-bottom: 10px;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon i.fa {
font-size: 30px;
margin-bottom: 18px;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text {
display: block;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
margin-top: 0;
vertical-align: middle;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text .gdpr-preferences {
color: #ffffff;
font-weight: 600;
text-decoration: underline;
}
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text .gdpr-preferences:hover {
text-decoration: none;
}
.uncode_consent_notice {
text-align: center;
}
.uncode_consent_notice i.fa {
display: block;
font-size: 30px;
margin-bottom: 18px;
}
.uncode_consent_notice a {
color: #ffffff !important;
text-decoration: underline;
}
.uncode_consent_notice a:hover {
text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
font-size: 13px;
font-weight: 400;
}
body:not(.rtl) .wpcf7-acceptance .wpcf7-list-item-label {
padding-left: 12px;
}
body.rtl .wpcf7-acceptance .wpcf7-list-item-label {
padding-right: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item-label::before {
display: none;
}
.comment-form-cookies-consent label {
font-size: 13px;
font-weight: 400;
}
body:not(.rtl) .comment-form-cookies-consent label {
padding-left: 12px;
}
body.rtl .comment-form-cookies-consent label {
padding-right: 12px;
}
@media (min-width: 320px) {
body:not(.rtl) .gdpr-privacy-bar .gdpr-right--single .gdpr-bar-buttons {
float: right;
}
body.rtl .gdpr-privacy-bar .gdpr-right--single .gdpr-bar-buttons {
float: left;
}
}
@media (min-width: 480px) {
.gdpr-privacy-bar .gdpr-right--double .gdpr-preferences {
line-height: 40px;
}
body:not(.rtl) .gdpr-privacy-bar .gdpr-right--double .gdpr-bar-buttons {
float: right;
}
body.rtl .gdpr-privacy-bar .gdpr-right--double .gdpr-bar-buttons {
float: left;
}
.gdpr-privacy-preferences footer,
.gdpr-general-confirmation footer {
height: 76px;
}
.gdpr-privacy-preferences footer input,
.gdpr-general-confirmation footer input {
width: auto !important;
}
.gdpr-privacy-preferences footer span,
.gdpr-general-confirmation footer span {
margin-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
body:not(.rtl) .gdpr-privacy-preferences footer span, body:not(.rtl)
.gdpr-general-confirmation footer span {
right: 36px;
}
body.rtl .gdpr-privacy-preferences footer span, body.rtl
.gdpr-general-confirmation footer span {
left: 36px;
}
}
@media (min-width: 570px) {
.gdpr-privacy-preferences .gdpr-content,
.gdpr-general-confirmation .gdpr-content {
border-radius: 2px;
}
.gdpr-privacy-preferences .gdpr-tab-content,
.gdpr-general-confirmation .gdpr-tab-content {
display: block;
}
}
@media (min-width: 768px) {
.gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title,
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
display: inline-block;
vertical-align: top;
width: 180px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
padding-right: 27px;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
padding-left: 27px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
padding-right: 0;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
padding-left: 0;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
display: inline-block;
vertical-align: top;
width: 330px;
}
body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
padding-right: 0 !important;
}
body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
padding-left: 0 !important;
}
}
@media (min-width: 960px) {
.gdpr-privacy-bar .gdpr-wrapper {
padding-bottom: 27px;
padding-top: 27px;
}
.gdpr-privacy-bar .gdpr-wrapper p {
margin: 0;
}
body:not(.rtl) .gdpr-privacy-bar .gdpr-wrapper p {
padding-right: 250px;
}
body.rtl .gdpr-privacy-bar .gdpr-wrapper p {
padding-left: 250px;
}
body:not(.rtl) .gdpr-privacy-bar.gdpr-privacy-bar--has-reject .gdpr-wrapper p {
padding-right: 400px;
}
body.rtl .gdpr-privacy-bar.gdpr-privacy-bar--has-reject .gdpr-wrapper p {
padding-left: 400px;
}
.gdpr-privacy-bar .gdpr-right {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
body:not(.rtl) .gdpr-privacy-bar .gdpr-right {
right: 36px;
}
body.rtl .gdpr-privacy-bar .gdpr-right {
left: 36px;
}
.gdpr-privacy-bar .gdpr-right .gdpr-preferences {
line-height: 22px;
}
body:not(.rtl) .gdpr-privacy-bar .gdpr-right .gdpr-bar-buttons, body.rtl .gdpr-privacy-bar .gdpr-right .gdpr-bar-buttons {
float: none;
display: inline-block;
}
body:not(.rtl) .gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-right {
right: 18px;
}
body.rtl .gdpr-privacy-bar.gdpr-privacy-bar--float .gdpr-right {
left: 18px;
}
.gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
width: 550px;
}
}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.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-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;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:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{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:.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,.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,.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,.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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.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}}.slick-loading .slick-list{background:#fff url(//ingles4u.net/uceeghil/videogallery-plus-player-pro/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wp-vgp-video-gallery-slider{visibility:hidden;opacity:0;transition:opacity .5s linear}.wp-vgp-video-gallery-slider.slick-initialized{visibility:visible;opacity:1}.wp-vgp-video-grid-wrp *,.wp-vgp-video-slider-wrap *{outline:0!important;box-sizing:border-box}.wp-vgp-video-grid-wrp img,.wp-vgp-video-slider-wrap img{max-width:100%;height:auto}.wp-vgp-popup-modal img{border-radius:0!important;box-shadow:0 0 0 transparent!important}.wp-vgp-video-wrap{position:relative}.wp-vgp-popup-wrp button.mfp-close{top:-40px!important;right:0;color:#fff;text-align:right;outline:0}.wp-vgp-popup-wrp button.mfp-close:active,.wp-vgp-popup-wrp button.mfp-close:focus,.wp-vgp-popup-wrp button.mfp-close:hover{top:-40px!important;background:0 0!important;background-color:transparent!important;box-shadow:none!important}.wp-vgp-mfp-popup button.mfp-arrow:active,.wp-vgp-mfp-popup button.mfp-arrow:focus,.wp-vgp-mfp-popup button.mfp-arrow:hover{background:0 0!important;background-color:transparent!important;box-shadow:none!important;background-image:none}.wp-vgp-mfp-popup .wp-vgp-mfp-bottom-bar{margin:8px 0 0 0}.wp-vgp-column,.wp-vgp-columns{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-vgp-clearfix::after,.wp-vgp-clearfix::before{content:"";display:table}.wp-vgp-clearfix::after{clear:both}.wp-vgp-video-row{margin:10px -.9375em}.wp-vgp-video-frame-wrap{text-align:center;position:relative;overflow:hidden}.wp-vgp-video-frame-wrap .wp-vgp-video-title{font-size:16px;padding:15px 10px 10px 10px}.wp-vgp-popup-wrp iframe,.wp-vgp-popup-wrp video{margin:0!important;padding:0!important;border:0!important;max-height:400px;object-fit:cover}.wp-vgp-iframe-wrap{position:relative;overflow:hidden;padding-top:56.25%}.wp-vgp-iframe-wrap iframe{position:absolute;left:0;top:0;border:0;width:100%!important;height:100%!important}.wp-vgp-video-image-frame{height:250px;position:relative}.wp-vgp-medium-12 .wp-vgp-video-image-frame{height:350px}.wp-vgp-medium-6 .wp-vgp-video-image-frame{height:300px}.wp-vgp-medium-4 .wp-vgp-video-image-frame{height:220px}.wp-vgp-medium-3 .wp-vgp-video-image-frame{height:180px}.wp-vgp-first{clear:both}.wp-vgp-design-8 .wp-vgp-first{clear:none}.wp-vgp-video-icon{display:inline-block;line-height:0;position:absolute;left:50%;top:50%;transition:all .2s ease-in-out 0s;width:50px;transform:translateX(-50%) translateY(-50%)}.wp-vgp-video-default-icon{background-color:rgba(221,221,221,.8);width:50px;height:50px;padding:5px;border-radius:50%}.wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:#009eed}.fusion-flex-container.wp-vgp-fusion-flex{flex-direction:column}.wp-vgp-video-slider-wrap{padding-bottom:45px}.wp-vgp-video-slider-wrap .wp-vgp-video-frame-wrap{margin:0 8px}.wp-vgp-video-gallery-slider button.slick-arrow{width:15px;height:26px;position:absolute;z-index:9;text-indent:-99999px;border:0!important;padding:20px 15px!important;text-align:center;border-radius:0!important;margin-bottom:0;cursor:pointer}.wp-vgp-video-gallery-slider button.slick-next{background:#009eed url(//ingles4u.net/uceeghil/videogallery-plus-player-pro/assets/images/arrow-right.png) center center no-repeat!important;background-size:12px 21px!important;box-shadow:none!important}.wp-vgp-video-gallery-slider button.slick-next:hover{background:#555 url(//ingles4u.net/uceeghil/videogallery-plus-player-pro/assets/images/arrow-right.png) center center no-repeat!important;background-size:12px 21px!important;box-shadow:none!important}.wp-vgp-video-gallery-slider button.slick-prev{background:#009eed url(//ingles4u.net/uceeghil/videogallery-plus-player-pro/assets/images/arrow-left.png) center center no-repeat!important;background-size:12px 21px!important;box-shadow:none!important}.wp-vgp-video-gallery-slider button.slick-prev:hover{background:#555 url(//ingles4u.net/uceeghil/videogallery-plus-player-pro/assets/images/arrow-left.png) center center no-repeat!important;background-size:12px 21px!important;box-shadow:none!important}.wp-vgp-video-gallery-slider .slick-arrow{bottom:-40px}.wp-vgp-video-gallery-slider button.slick-next{right:50%;margin-right:-30px!important}.wp-vgp-video-gallery-slider button.slick-prev{left:50%;margin-left:-30px!important}.wp-vgp-center-mode .wp-vgp-video-wrap{opacity:.5;transform:scale(.7);transition:all .3s ease 0s}.wp-vgp-center-mode .wp-vgp-video-wrap.slick-center{opacity:1;transform:scale(1)}.wp-vgp-slider-value-1 .wp-vgp-video-image-frame{height:450px}.wp-vgp-slider-value-2 .wp-vgp-video-image-frame{height:300px}.wp-vgp-slider-value-3 .wp-vgp-video-image-frame{height:230px}.wp-vgp-slider-value-4 .wp-vgp-video-image-frame{height:200px}.wp-vgp-paging br{display:none}.wp-vgp-paging{width:100%;padding:10px .9375em 10px .9375em;text-align:center;color:#666;clear:both}.wp-vgp-paging a{color:#fff!important;background:#666;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;border:1px solid #666;text-decoration:none!important;-webkit-transition:all .3s ease;transition:all .3s ease;outline:0}.wp-vgp-paging .page-numbers.current{color:#666;background:0 0;padding:7px 10px;margin:0 1px 6px 2px;display:inline-block;text-align:center;line-height:normal;box-shadow:none;text-shadow:none;font-size:14px;text-transform:uppercase;border:1px solid #666;text-decoration:none!important}.wp-vgp-paging a:focus,.wp-vgp-paging a:hover,.wp-vgp-paging a:visited:hover{color:#666!important;background:#fff;outline:0}.wp-vgp-paging a.next,.wp-vgp-paging a.prev{min-width:90px}.wp-vgp-prev-next .next{float:right}.wp-vgp-prev-next .prev{float:left}.wp-vgp-design-1 .wp-vgp-video-image-frame{-webkit-box-shadow:0 0 5px#888;box-shadow:0 0 5px #888;border:3px solid #fff}.wp-vgp-design-1 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-design-1 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-image-frame{-moz-box-shadow:0 0 5px #555;-webkit-box-shadow:0 0 5px#555;box-shadow:0 0 5px #555;border:3px solid #f1f1f1}.wp-vgp-design-1 .wp-vgp-video-frame-wrap{overflow:unset}.wp-vgp-design-1 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:15px}.wp-vgp-design-1 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-video-gallery-slider.wp-vgp-design-1 .wp-vgp-video-wrap{padding-top:10px}.wp-vgp-design-2 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center}.wp-vgp-design-2 .wp-vgp-video-frame-wrap .wp-vgp-video-title{max-width:85%;margin:0 auto;background:#fff;margin-top:-30px!important;position:relative;border:4px double #ccc}.wp-vgp-design-2 .wp-vgp-video-frame-wrap .wp-vgp-video-title{font-size:16px;padding:10px;transition:all .2s ease-in-out 0s}.wp-vgp-design-2 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:15px}.wp-vgp-design-2 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-title{border:4px double #009eed}.wp-vgp-design-2 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-3 .wp-vgp-video-frame-wrap{border:1px solid #ddd;border-bottom:0 solid #ddd;padding-top:0;transition:all .2s ease-in-out 0s}.wp-vgp-design-3 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center}.wp-vgp-design-3 .wp-vgp-video-frame-wrap .wp-vgp-video-title{border-bottom:1px solid #ddd;transition:all .2s ease-in-out 0s}.wp-vgp-design-3 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding:15px 15px 15px 15px;border-bottom:1px solid #ddd;transition:all .2s ease-in-out 0s}.wp-vgp-design-3 .wp-vgp-video-wrap:hover .wp-vgp-video-frame-wrap{border:1px solid #009eed;border-bottom:0 solid #ddd}.wp-vgp-design-3 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-title{border-bottom:1px solid #009eed}.wp-vgp-design-3 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-content{border-bottom:1px solid #009eed}.wp-vgp-design-3 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-4 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center}.wp-vgp-design-4 .wp-vgp-video-frame-wrap .wp-vgp-video-title{max-width:85%;margin:0 auto;color:#fff;background:#d33;margin-top:-25px!important;position:relative}.wp-vgp-design-4 .wp-vgp-video-frame-wrap .wp-vgp-video-title{font-size:16px;padding:10px;transition:all .2s ease-in-out 0s}.wp-vgp-design-4 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:15px}.wp-vgp-design-4 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-title{background-color:#009eed}.wp-vgp-design-4 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-5 .wp-vgp-video-frame-wrap{padding-top:0}.wp-vgp-design-5 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center}.wp-vgp-design-5 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:50px 10px 20px 10px;background-color:#fff;content:"";margin:-50px auto auto;transform:skewY(-5deg);transition:all .2s ease-in-out 0s;width:101%}.wp-vgp-design-5 .wp-vgp-video-frame-wrap .wp-vgp-video-title .video-title-text{display:block;transform:skewY(5deg)}.wp-vgp-design-5 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding:0;position:relative}.wp-vgp-design-5 .wp-vgp-video-icon{bottom:20px;z-index:1;top:auto!important;display:inline-block}.wp-vgp-design-5 .wp-vgp-video-default-icon{background-color:#ddd}.wp-vgp-design-5 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-6 .wp-vgp-video-image-frame{-moz-box-shadow:0 0 5px #888;-webkit-box-shadow:0 0 5px #888;box-shadow:0 0 5px #888;border:3px solid #fff;overflow:hidden}.wp-vgp-design-6 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;transition:transform .4s ease 0s;position:relative;z-index:11}.wp-vgp-design-6 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-image-frame .wp-vgp-video-img{transform:translateY(-44px)}.wp-vgp-design-6 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-icon{-webkit-transform:translateX(-50%) translateY(-55px);transform:translateX(-50%) translateY(-55px)}.wp-vgp-design-6 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-6 .wp-vgp-video-title{background:#009eed;box-sizing:border-box;height:44px;color:#fff;left:3px;right:3px;bottom:3px;padding:10px;position:absolute}.wp-vgp-design-6 .wp-vgp-video-content{display:none}.wp-vgp-design-6 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-6 .wp-vgp-video-frame-wrap{overflow:initial}.wp-vgp-video-gallery-slider.wp-vgp-design-6 .wp-vgp-video-wrap{padding:10px 0 25px 0}.wp-vgp-design-7{margin-left:0;margin-right:0}.wp-vgp-design-7 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-7 .wp-vgp-video-wrap .wp-vgp-video-frame-wrap{margin:0}.wp-vgp-design-7 .wp-vgp-video-image-frame{overflow:hidden}.wp-vgp-design-7 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;transition:transform .4s ease 0s;position:relative;z-index:11}.wp-vgp-design-7 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-image-frame .wp-vgp-video-img{-webkit-transform:translateY(-44px);transform:translateY(-44px)}.wp-vgp-design-7 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-icon{-webkit-transform:translateX(-50%) translateY(-55px);transform:translateX(-50%) translateY(-55px)}.wp-vgp-design-7 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-7 .wp-vgp-video-title{background:#009eed;box-sizing:border-box;height:44px;color:#fff;left:0;right:0;bottom:0;padding:10px;position:absolute}.wp-vgp-design-7 .wp-vgp-video-content{display:none}.wp-vgp-design-8{margin-left:0;margin-right:0}.wp-vgp-design-8 .wp-vgp-video-wrap{padding:4px!important}.wp-vgp-video-gallery-slider.wp-vgp-design-8 .wp-vgp-video-wrap{padding:4px 4px 25px 4px!important}.wp-vgp-design-8 .wp-vgp-video-wrap .wp-vgp-video-frame-wrap{margin:0}.wp-vgp-design-8 .wp-vgp-video-image-frame{overflow:hidden}.wp-vgp-design-8 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;transition:transform .4s ease 0s;position:relative;z-index:11}.wp-vgp-design-8 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-image-frame .wp-vgp-video-img{transform:translateY(-44px)}.wp-vgp-design-8 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-icon{-webkit-transform:translateX(-50%) translateY(-55px);transform:translateX(-50%) translateY(-55px)}.wp-vgp-design-8 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-8 .wp-vgp-video-title{background:#009eed;box-sizing:border-box;height:44px;color:#fff;left:0;right:0;bottom:0;padding:10px;position:absolute}.wp-vgp-design-8 .wp-vgp-video-content{display:none}.wp-vgp-design-8 .wp-vgp-medium-3:nth-child(4n+1){width:50%}.wp-vgp-design-8 .wp-vgp-medium-4:nth-child(5n+1){width:66.66%}.wp-vgp-design-9 .wp-vgp-video-title{color:#fff;padding:10px}.wp-vgp-design-9 .wp-vgp-video-image-frame{padding-top:4px}.wp-vgp-design-9 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-frame-wrap{background:#00a857}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-frame-wrap{background:#fea82a}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-frame-wrap{background:#4a8cf6}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-frame-wrap{background:#db4437}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+1):hover .wp-vgp-video-default-icon{background-color:#00a857}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+2):hover .wp-vgp-video-default-icon{background-color:#fea82a}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+3):hover .wp-vgp-video-default-icon{background-color:#4a8cf6}.wp-vgp-design-9 .wp-vgp-video-wrap:nth-child(4n+4):hover .wp-vgp-video-default-icon{background-color:#db4437}.wp-vgp-design-9 .wp-vgp-video-content{padding:0 15px 15px 15px}.wp-vgp-design-9 .wp-vgp-video-content p{color:#fff}.wp-vgp-design-9 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-10 .wp-vgp-video-frame-wrap{position:relative;overflow:hidden}.wp-vgp-design-10 .wp-vgp-video-image-frame a::before{content:'';width:1%;height:100%;position:absolute;top:0;left:50%;display:inline-block;background:rgba(0,0,0,0);z-index:1;transition:width .3s ease 0s,background .4s ease 0s}.wp-vgp-design-10 .wp-vgp-video-image-frame a::after{content:'';width:1%;height:100%;position:absolute;top:0;right:50%;display:inline-block;background:rgba(0,0,0,0);z-index:1;transition:width .3s ease 0s,background .4s ease 0s}.wp-vgp-design-10 .wp-vgp-video-wrap:hover .wp-vgp-video-image-frame a::before{background:rgba(0,0,0,.6);width:50%}.wp-vgp-design-10 .wp-vgp-video-wrap:hover .wp-vgp-video-image-frame a::after{background:rgba(0,0,0,.6);width:50%}.wp-vgp-design-10 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-10 .wp-vgp-video-frame-wrap .wp-vgp-video-title{box-sizing:border-box;line-height:normal;text-align:left;width:100%;background:rgba(255,255,255,.85);color:#fff;background:#2c363f;padding:10px;text-align:center}.wp-vgp-design-10 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:15px}.wp-vgp-design-10 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:#000}.wp-vgp-design-10 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-10 .wp-vgp-video-default-icon{background-color:#7a7a7a}.wp-vgp-design-10 .wp-vgp-video-image-frame a{display:block;height:100%}.wp-vgp-design-10 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-11 .wp-vgp-video-frame-wrap{position:relative;overflow:hidden;display:block;opacity:1;-webkit-transition:padding .6s ease,opacity 0s ease .6s;transition:padding .6s ease,opacity 0s ease .6s}.wp-vgp-design-11 .wp-vgp-video-image-frame a::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:50%;transform:scale(0);transition:all .4s ease;z-index:1}.wp-vgp-design-11 .wp-vgp-video-image-frame{overflow:hidden}.wp-vgp-design-11 .wp-vgp-video-wrap:hover .wp-vgp-video-image-frame a::before{transform:scale(2);opacity:.8!important}.wp-vgp-design-11 .wp-vgp-video-image-frame a{display:block;height:100%}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+1) .wp-vgp-video-default-icon{background-color:#2b467b}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+2) .wp-vgp-video-default-icon{background-color:#c3221f}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+3) .wp-vgp-video-default-icon{background-color:#51bfe2}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+4) .wp-vgp-video-default-icon{background-color:#7d6c74}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+5) .wp-vgp-video-default-icon{background-color:#b26366}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+6) .wp-vgp-video-default-icon{background-color:#2ec797}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+1) .wp-vgp-video-image-frame a::before{background-color:#2b467b}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+2) .wp-vgp-video-image-frame a::before{background-color:#c3221f}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+3) .wp-vgp-video-image-frame a::before{background-color:#51bfe2}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+4) .wp-vgp-video-image-frame a::before{background-color:#7d6c74}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+5) .wp-vgp-video-image-frame a::before{background-color:#b26366}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+6) .wp-vgp-video-image-frame a::before{background-color:#2ec797}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+1) .wp-vgp-video-title{background-color:#2b467b}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+2) .wp-vgp-video-title{background-color:#c3221f}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+3) .wp-vgp-video-title{background-color:#51bfe2}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+4) .wp-vgp-video-title{background-color:#7d6c74}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+5) .wp-vgp-video-title{background-color:#b26366}.wp-vgp-design-11 .wp-vgp-video-wrap:nth-child(6n+6) .wp-vgp-video-title{background-color:#2ec797}.wp-vgp-design-11 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-11 .wp-vgp-video-frame-wrap .wp-vgp-video-title{line-height:normal;text-align:center;padding:10px;color:#fff}.wp-vgp-design-12 .wp-vgp-video-frame-wrap .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-11 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:5px}.wp-vgp-design-11 .wp-vgp-video-frame-wrap a:hover .wp-vgp-video-default-icon{background-color:rgba(0,0,0,.38)}.wp-vgp-design-11 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-11 .wp-vgp-video-default-icon{background-color:#7a7a7a}.wp-vgp-design-11 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-12 .wp-vgp-video-frame-wrap{overflow:hidden;display:block;opacity:1;-webkit-transition:padding .6s ease,opacity 0s ease .6s;transition:padding .6s ease,opacity 0s ease .6s}.wp-vgp-design-12 .wp-vgp-video-image-frame{position:relative;overflow:hidden}.wp-vgp-design-12 .wp-vgp-video-image-frame a::before{content:'';border:1px solid #fff;display:block;position:absolute;left:20px;top:20px!important;opacity:1;transform:scale(1.3);transition:all .3s ease-in-out;right:20px;bottom:20px;z-index:1;background:rgba(17,17,17,.51)}.wp-vgp-design-12 .wp-vgp-video-wrap:hover .wp-vgp-video-image-frame a::before{transform:scale(1)}.wp-vgp-design-12 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-12 .wp-vgp-video-frame-wrap .wp-vgp-video-title{box-sizing:border-box;line-height:normal;text-align:center;z-index:11;width:100%;padding:10px 26px;color:#fff;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:#222;color:#fff}.wp-vgp-design-12 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:5px}.wp-vgp-design-12 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:rgba(0,0,0,.38)}.wp-vgp-design-12 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-12 .wp-vgp-video-default-icon{background-color:#7a7a7a}.wp-vgp-design-12 .wp-vgp-video-frame-wrap .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-12 .wp-vgp-video-image-frame a{display:block;height:100%}.wp-vgp-design-12 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-13 .wp-vgp-video-frame-wrap{position:relative;overflow:hidden;display:block}.wp-vgp-design-13 .wp-vgp-video-image-frame{overflow:hidden}.wp-vgp-design-13 .wp-vgp-video-image-frame a::before{z-index:6;content:'';opacity:0;position:absolute;left:0;top:0;width:500%;height:500%;transition:all .2s ease-in-out;display:block}.wp-vgp-design-13 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-image-frame a::before{background-color:#fff;opacity:.5}.wp-vgp-design-13 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-13 .wp-vgp-video-frame-wrap .wp-vgp-video-title{line-height:normal;text-align:center;z-index:11;width:100%;padding:10px;text-transform:capitalize;background:#222;color:#fff}.wp-vgp-design-13 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:5px}.wp-vgp-design-13 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:rgba(3,0,0,.5)}.wp-vgp-design-13 .wp-vgp-video-icon{z-index:11}.wp-vgp-design-13 .wp-vgp-video-default-icon{background-color:#7a7a7a}.wp-vgp-design-13 .wp-vgp-video-frame-wrap .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-13 .wp-vgp-video-image-frame a{display:block;height:100%}.wp-vgp-design-13 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-14 .wp-vgp-video-frame-wrap{position:relative;overflow:hidden;display:block;opacity:1;transition:all .6s ease-in-out}.wp-vgp-design-14 .wp-vgp-video-image-frame{position:relative}.wp-vgp-design-14 .wp-vgp-video-image-frame a::before{content:'';opacity:0;position:absolute;left:0;top:100%;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:block;z-index:8}.wp-vgp-design-14 .wp-vgp-video-wrap:hover .wp-vgp-video-image-frame a::before{opacity:.7;top:0;background-color:#fff}.wp-vgp-design-14 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-14 .wp-vgp-video-frame-wrap .wp-vgp-video-title{box-sizing:border-box;line-height:normal;text-align:center;z-index:11;width:100%;padding:10px;text-transform:capitalize;background:#00a6ed;color:#fff}.wp-vgp-design-14 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:5px}.wp-vgp-design-14 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:#00a6ed}.wp-vgp-design-14 .wp-vgp-video-icon{z-index:11;height:60px;width:60px}.wp-vgp-design-14 .wp-vgp-video-default-icon{border:3px solid #fff;background-color:rgba(0,0,0,.65)}.wp-vgp-design-14 .wp-vgp-video-frame-wrap .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-14 .wp-vgp-video-image-frame a{display:block;height:100%}.wp-vgp-design-14 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-15 .wp-vgp-video-frame-wrap{position:relative;overflow:hidden;display:block;opacity:1;transition:all .6s ease-in-out}.wp-vgp-design-15 .wp-vgp-video-wrap:hover .wp-vgp-video-frame-wrap::before{opacity:.7;top:0;background-color:#fff}.wp-vgp-design-15 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;max-width:none}.wp-vgp-design-15 .wp-vgp-video-frame-wrap .wp-vgp-video-title{line-height:normal;box-sizing:border-box;z-index:11;width:95%;text-transform:capitalize;background:rgba(255,255,255,.95);color:#444;border:3px solid #444;margin:-15px auto 0;position:relative}.wp-vgp-design-15 .wp-vgp-video-frame-wrap .wp-vgp-video-content{padding-top:5px}.wp-vgp-design-15 .wp-vgp-video-frame-wrap:hover .wp-vgp-video-default-icon{background-color:rgba(0,0,0,.65)}.wp-vgp-design-15 .wp-vgp-video-icon{z-index:11;height:42px;width:42px;box-sizing:content-box}.wp-vgp-design-15 .wp-vgp-video-default-icon{border:8px solid #fff;background-color:rgba(0,0,0,.65)}.wp-vgp-design-15 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:10px}.wp-vgp-design-15 .wp-vgp-popup-modal:before{content:"";visibility:hidden;display:block;width:100%;height:100%;background:rgba(0,0,0,.7);position:absolute;z-index:5;top:0;text-align:center;transform:scale(0);transition:all .6s ease-in-out}.wp-vgp-design-15 .wp-vgp-video-wrap:hover .wp-vgp-popup-modal:before{visibility:visible;transform:scale(1)}.wp-vgp-design-15 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-design-15 .wp-vgp-video-frame-wrap .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-16 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-video-gallery-slider.wp-vgp-design-16 .wp-vgp-video-wrap{padding-top:10px}.wp-vgp-design-16 .wp-vgp-video-right-content{text-align:left}.wp-vgp-design-16 .wp-vgp-video-right-content .wp-vgp-video-title{padding:10px 0 10px 0;font-size:22px;line-height:26px}.wp-vgp-design-16 .wp-vgp-medium-12 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-16 .wp-vgp-video-wrap{margin-bottom:25px;padding:0}.wp-vgp-slider-value-1 .wp-vgp-design-16 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-16.wp-vgp-cols-3 .wp-vgp-medium-3 .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-4 .wp-vgp-design-16 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%;padding:0}.wp-vgp-design-16.wp-vgp-cols-4 .wp-vgp-medium-4 .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-3 .wp-vgp-design-16 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%;padding:0}.wp-vgp-slider-value-2 .wp-vgp-design-16 .wp-vgp-video-wrap .wp-vgp-video-image-frame.wp-vgp-medium-6{padding:0}.wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-content{padding-bottom:15px}.wp-vgp-design-17 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-design-17 .wp-vgp-video-right-content{text-align:left;color:#fff}.wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-title{padding:10px 0 10px 0;font-size:22px;line-height:26px;color:#fff}.wp-vgp-design-17 .wp-vgp-medium-12 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-17 .wp-vgp-video-wrap{padding-bottom:25px}.wp-vgp-slider-value-1 .wp-vgp-design-17 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-17 .slick-arrow{bottom:-30px}.wp-vgp-design-17.wp-vgp-cols-3 .wp-vgp-video-wrap{margin-bottom:0;margin-top:0;padding-top:0}.wp-vgp-design-17.wp-vgp-cols-3 .wp-vgp-medium-3 .wp-vgp-medium-6{width:100%}.wp-vgp-design-17.wp-vgp-cols-3 .wp-vgp-video-right-content .wp-vgp-video-title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-17.wp-vgp-cols-3 .wp-vgp-video-wrap.wp-vgp-columns .wp-vgp-video-frame-wrap{padding:15px 0 0}.wp-vgp-slider-value-4 .wp-vgp-design-17 .wp-vgp-video-wrap{margin-bottom:0;margin-top:0;padding-top:0}.wp-vgp-slider-value-4 .wp-vgp-design-17 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-4 .wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-4 .wp-vgp-design-17 .wp-vgp-video-wrap .wp-vgp-video-frame-wrap{padding:15px 0 0}.wp-vgp-design-17.wp-vgp-cols-4 .wp-vgp-video-wrap{margin-bottom:0;margin-top:0;padding-top:0}.wp-vgp-design-17.wp-vgp-cols-4 .wp-vgp-medium-4 .wp-vgp-medium-6{width:100%}.wp-vgp-design-17.wp-vgp-cols-4 .wp-vgp-video-right-content .wp-vgp-video-title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-17.wp-vgp-cols-4 .wp-vgp-video-wrap.wp-vgp-columns .wp-vgp-video-frame-wrap{padding:15px 0 0}.wp-vgp-slider-value-3 .wp-vgp-design-17 .wp-vgp-video-wrap{margin-bottom:0;margin-top:0;padding-top:0}.wp-vgp-slider-value-3 .wp-vgp-design-17 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-3 .wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-3 .wp-vgp-design-17 .wp-vgp-video-wrap .wp-vgp-video-frame-wrap{padding:15px 0 0}.wp-vgp-design-17.wp-vgp-cols-6 .wp-vgp-video-right-content .wp-vgp-video-content{padding-bottom:0}.wp-vgp-slider-value-2 .wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-content{padding-bottom:0}.wp-vgp-design-17.wp-vgp-cols-12 .wp-vgp-video-right-content .wp-vgp-video-content{padding-bottom:0}.wp-vgp-slider-value-1 .wp-vgp-design-17 .wp-vgp-video-right-content .wp-vgp-video-content{padding-bottom:0}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-frame-wrap{background:#00a857;padding:15px 0}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-frame-wrap{background:#fea82a;padding:15px 0}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-frame-wrap{background:#4a8cf6;padding:15px 0}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-frame-wrap{background:#db4437;padding:15px 0}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-frame-wrap{padding-bottom:0}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+1):hover .wp-vgp-video-default-icon{background-color:#00a857}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+2):hover .wp-vgp-video-default-icon{background-color:#fea82a}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+3):hover .wp-vgp-video-default-icon{background-color:#4a8cf6}.wp-vgp-design-17 .wp-vgp-video-wrap:nth-child(4n+4):hover .wp-vgp-video-default-icon{background-color:#db4437}.wp-vgp-design-18 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-design-18 .wp-vgp-video-right-content{text-align:left}.wp-vgp-design-18 .wp-vgp-video-right-content .wp-vgp-video-title{padding:15px 20px;font-size:22px;line-height:26px;margin-top:30px;margin-bottom:15px;color:#fff;position:relative;left:-50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-18 .wp-vgp-medium-12 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-18 .wp-vgp-video-wrap{margin-bottom:20px}.wp-vgp-design-18 .wp-vgp-video-right-content .wp-vgp-video-content{padding-top:15px}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-video-image-frame{height:250px}.wp-vgp-design-18 .slick-arrow{bottom:-40px}.wp-vgp-design-18.wp-vgp-cols-3 .wp-vgp-video-wrap.wp-vgp-medium-3 .wp-vgp-medium-6{width:100%}.wp-vgp-design-18.wp-vgp-cols-3 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-design-18.wp-vgp-cols-3 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-4 .wp-vgp-design-18 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-4 .wp-vgp-design-18 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-slider-value-4 .wp-vgp-design-18 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-18.wp-vgp-cols-4 .wp-vgp-video-wrap.wp-vgp-medium-4 .wp-vgp-medium-6{width:100%}.wp-vgp-design-18.wp-vgp-cols-4 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-design-18.wp-vgp-cols-4 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-3 .wp-vgp-design-18 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-3 .wp-vgp-design-18 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-slider-value-3 .wp-vgp-design-18 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-18.wp-vgp-cols-6 .wp-vgp-video-wrap.wp-vgp-medium-6 .wp-vgp-medium-6{width:100%}.wp-vgp-design-18.wp-vgp-cols-6 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-design-18.wp-vgp-cols-6 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-2 .wp-vgp-design-18 .wp-vgp-video-wrap .wp-vgp-medium-6{width:100%}.wp-vgp-slider-value-2 .wp-vgp-design-18 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-slider-value-2 .wp-vgp-design-18 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-18.wp-vgp-cols-12 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-design-18.wp-vgp-cols-12 .wp-vgp-video-right-content .wp-vgp-video-content{padding-top:0}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-video-right-content .wp-vgp-video-content{padding-top:0}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-title{background:#00a857}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-title{background:#fea82a}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-title{background:#4a8cf6}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-title{background:#db4437}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+1):hover .wp-vgp-video-default-icon{background-color:#00a857}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+2):hover .wp-vgp-video-default-icon{background-color:#fea82a}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+3):hover .wp-vgp-video-default-icon{background-color:#4a8cf6}.wp-vgp-design-18 .wp-vgp-video-wrap:nth-child(4n+4):hover .wp-vgp-video-default-icon{background-color:#db4437}.wp-vgp-design-19 .wp-vgp-video-image-frame .wp-vgp-video-img{height:100%!important;width:100%!important;object-fit:cover;object-position:top center;-moz-box-shadow:0 0 5px #888}.wp-vgp-design-19 .wp-vgp-video-image-frame-wrap{position:relative}.wp-vgp-design-19 .wp-vgp-video-content{padding:10px 0}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title{padding:10px;width:100%;right:0;font-size:20px;line-height:normal}.wp-vgp-slider-value-4 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title{padding:10px;width:100%;right:0;font-size:20px;line-height:normal}.wp-vgp-slider-value-3 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-2 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title{padding:10px;font-size:20px;line-height:normal;right:50px;left:50px;width:auto}.wp-vgp-slider-value-2 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-19 .wp-vgp-medium-3 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:10px;width:100%;right:0;font-size:20px;line-height:normal}.wp-vgp-design-19 .wp-vgp-medium-3 .wp-vgp-video-frame-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-19 .wp-vgp-medium-4 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:10px;width:100%;right:0;font-size:20px;line-height:normal}.wp-vgp-design-19 .wp-vgp-medium-4 .wp-vgp-video-frame-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-19 .wp-vgp-medium-6 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:10px;font-size:20px;line-height:normal;right:50px;left:50px;width:auto}.wp-vgp-design-19 .wp-vgp-medium-6 .wp-vgp-video-frame-wrap .wp-vgp-video-title .video-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-19 .wp-vgp-medium-12 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:10px;width:225px;top:60%}.wp-vgp-design-19 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:30px 20px 80px 20px;font-size:26px;line-height:35px;font-weight:700;color:#fff;position:absolute;right:50px;bottom:0;background:rgba(255,255,255,.5);width:210px}.wp-vgp-design-19 .wp-vgp-video-wrap{margin-bottom:25px}.wp-vgp-video-slider-wrap .wp-vgp-design-19 .wp-vgp-video-wrap{margin-bottom:15px}.wp-vgp-design-19 .slick-arrow{bottom:-40px}.wp-vgp-video-slider-wrap.wp-vgp-slider-value-1.wp-vgp-design-19{padding:0;margin:0}.wp-vgp-slider-value-1 .wp-vgp-design-19 .slick-arrow{bottom:30px}.wp-vgp-slider-value-1 .wp-vgp-design-19.wp-vgp-video-gallery-slider button.slick-next{right:267px}.wp-vgp-slider-value-1 .wp-vgp-design-19.wp-vgp-video-gallery-slider button.slick-prev{right:267px;left:auto;margin:0}.wp-vgp-design-19 .wp-vgp-video-wrap:nth-child(4n+1) .wp-vgp-video-title{background:rgba(0,168,87,.8)}.wp-vgp-design-19 .wp-vgp-video-wrap:nth-child(4n+2) .wp-vgp-video-title{background:rgba(254,168,42,.8)}.wp-vgp-design-19 .wp-vgp-video-wrap:nth-child(4n+3) .wp-vgp-video-title{background:rgba(74,140,246,.8)}.wp-vgp-design-19 .wp-vgp-video-wrap:nth-child(4n+4) .wp-vgp-video-title{background:rgba(219,68,55,.8)}.wp-vgp-white-popup-block{background:#fff;margin:40px auto;line-height:0;width:auto;max-width:700px;position:relative;text-align:left;padding:15px}.wp-vgp-mfp-zoom-in .wp-vgp-zoom-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.wp-vgp-mfp-zoom-in.mfp-ready .wp-vgp-zoom-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.wp-vgp-mfp-zoom-in.mfp-removing .wp-vgp-zoom-dialog{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.wp-vgp-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.wp-vgp-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.wp-vgp-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.wp-vgp-video-content p{margin:0!important}.wp-vgp-column,.wp-vgp-columns{padding-left:.9375em;padding-right:.9375em;width:100%;float:left;position:relative}@media only screen{.wp-vgp-column,.wp-vgp-columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}}@media only screen and (min-width:40.0625em){.wp-vgp-column,.wp-vgp-columns{position:relative;padding-left:.9375em;padding-right:.9375em;float:left}.wp-vgp-medium-1{width:8.33333%}.wp-vgp-medium-2{width:16.66667%}.wp-vgp-medium-3{width:25%}.wp-vgp-medium-4{width:33.33333%}.wp-vgp-medium-5{width:41.66667%}.wp-vgp-medium-6{width:50%}.wp-vgp-medium-7{width:58.33333%}.wp-vgp-medium-8{width:66.66667%}.wp-vgp-medium-9{width:75%}.wp-vgp-medium-10{width:83.33333%}.wp-vgp-medium-11{width:91.66667%}.wp-vgp-medium-12{width:100%}}@media only screen and (max-width:479px){.wp-vgp-center-mode .wp-vgp-video-wrap{opacity:1;transform:scale(1);transition:all .3s ease 0s}}@media only screen and (max-width:40.063em){.wp-vgp-video-image-frame{height:270px!important}.wp-vgp-design-8 .wp-vgp-medium-3:nth-child(4n+1){width:100%}.wp-vgp-design-8 .wp-vgp-medium-4:nth-child(5n+1){width:100%}.wp-vgp-slider-value-1 .wp-vgp-design-16 .wp-vgp-video-wrap .wp-vgp-medium-6,.wp-vgp-slider-value-2 .wp-vgp-design-16 .wp-vgp-video-wrap .wp-vgp-medium-6{padding:0}.wp-vgp-design-17.wp-vgp-cols-12 .wp-vgp-video-right-content .wp-vgp-video-title,.wp-vgp-design-17.wp-vgp-cols-6 .wp-vgp-video-right-content .wp-vgp-video-title{text-align:center}.wp-vgp-design-18.wp-vgp-cols-12 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-design-18.wp-vgp-cols-12 .wp-vgp-video-right-content .wp-vgp-video-content{padding-top:15px}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-video-image-frame.wp-vgp-medium-6.wp-vgp-columns{padding:0}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-medium-6.wp-vgp-video-right-content .wp-vgp-video-title{left:0;right:0;text-align:center;margin-top:-25px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-vgp-slider-value-1 .wp-vgp-design-18 .wp-vgp-video-right-content .wp-vgp-video-content{padding-top:15px}.wp-vgp-design-19 .wp-vgp-medium-12 .wp-vgp-video-frame-wrap .wp-vgp-video-title,.wp-vgp-slider-value-1 .wp-vgp-video-gallery-slider.wp-vgp-design-19 .wp-vgp-video-frame-wrap .wp-vgp-video-title{padding:20px;right:50px;left:50px;width:auto;top:65%}.wp-vgp-slider-value-1 .wp-vgp-design-19 .slick-arrow{bottom:-40px}.wp-vgp-slider-value-1 .wp-vgp-design-19.wp-vgp-video-gallery-slider button.slick-next{right:50%;margin-right:-30px!important}.wp-vgp-slider-value-1 .wp-vgp-design-19.wp-vgp-video-gallery-slider button.slick-prev{left:50%;margin-left:-30px!important}.wp-vgp-video-slider-wrap.wp-vgp-slider-value-1.wp-vgp-design-19{padding-bottom:45px}}@media only screen and (max-width:767px){.wp-vgp-center-mode .wp-vgp-video-wrap{opacity:1;transform:none}}@media only screen and (min-width:40.063em) and (max-width:64em){.wp-vgp-design-8 .wp-vgp-medium-3:first-child{width:100%}.wp-vgp-design-8 .wp-vgp-medium-4:nth-child(5n+1){width:100%}}