:root {
	--clr-primary: #00ccff;	
	--clr-white: #ffffff;
	--clr-black: #000000;
	--clr-gray: #bbbbbb;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Regular.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/opensans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-Bold.eot');
    src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/opensans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans/OpenSans-BoldItalic.eot');
    src: url('../fonts/opensans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-BoldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype'),
        url('../fonts/opensans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Regular.eot');
    src: url('../fonts/oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Regular.woff') format('woff'),
        url('../fonts/oswald/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-SemiBold.eot');
    src: url('../fonts/oswald/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-SemiBold.woff') format('woff'),
        url('../fonts/oswald/Oswald-SemiBold.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Bold.eot');
    src: url('../fonts/oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Bold.woff') format('woff'),
        url('../fonts/oswald/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body:not(.logged-in) #wpadminbar {
	display: none !important;
}
body:not(.logged-in) .edgtf-page-header .edgtf-fixed-wrapper.fixed {
	top: 0 !important;
}
body:not(.logged-in) .edgtf-page-header {
	min-height: auto !important;
}
.bsHide{
    display: none !important;
}
.bsMargin0 p{
    margin-bottom: 0;
}
.bsBgGradient {
    background:rgba(225,225,225,1) !important;
    background: linear-gradient(180deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(225,225,225,1) 100%) !important;
}
.edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
    padding-top: 0 !important;
}
.bsSolidBtn a {
    padding: 10px 35px !important;
    font-weight: 700;
    font-size: 16px !important;
	border: 2px solid var(--clr-primary) !important;
	background: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
.bsSolidBtn a:hover {
    background: var(--clr-white) !important;
    color: var(--clr-primary) !important;
	border-color: var(--clr-primary) !important;
}
.bsClipText,
.bsClipText .edgtf-st-title {
    color: transparent !important;
    -webkit-text-stroke: 1px #bbbbbb !important;
}
.bsClipText:hover,
.bsClipText .edgtf-st-title:hover {
    color: #000000 !important;
    -webkit-text-stroke-color: #000000 !important;
}
.elementor-widget-container p a strong {
    word-wrap: break-word !important;
}
.bsH6MarginBottom0 h6 {
	margin-bottom: 0 !important;
}	
.bsStickyContactInfo {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: -110px;
    z-index: 10000;
    transform: rotate(-90deg) translateY(-50%);
}
#edgtf-theme-cursor circle {
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}
#edgtf-theme-cursor.edgtf-hovering circle {
    -webkit-transform: scale(2) !important;
    -ms-transform: scale(2) !important;
    transform: scale(2) !important;
}
.no-touch .edgtf-theme-cursor .pp_content_container,
.no-touch .edgtf-theme-cursor .pp_top,
.no-touch .edgtf-theme-cursor .pp_left,
.no-touch .edgtf-theme-cursor .pp_right,
.no-touch .edgtf-theme-cursor .pp_bottom {
    cursor: default !important;
}


.no-touch .edgtf-theme-cursor .jig-filterButton,
.no-touch .edgtf-theme-cursor a,
.no-touch .edgtf-theme-cursor button {
    cursor: pointer !important;
}
.no-touch .edgtf-theme-cursor:has(.jig-filterButton:hover) #edgtf-theme-cursor svg,
.no-touch .edgtf-theme-cursor:has(a:hover) #edgtf-theme-cursor svg,
.no-touch .edgtf-theme-cursor:has(button:hover) #edgtf-theme-cursor svg{
    display: none !important; /* Hide the custom cursor */
}


.no-touch .edgtf-theme-cursor .justified-image-grid .jig-imageContainer * :not(.pp_overlay) {
    cursor: pointer !important;
}
.no-touch .edgtf-theme-cursor:has(.justified-image-grid:hover) #edgtf-theme-cursor svg {
    display: none !important;
}


.bsBorderLineText span {   
    position: relative;
	display: inline;
    z-index: 1;
}
.bsBorderLineText span::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: -1;
    background: #00ccff;
}
.bsToggles .elementor-toggle-item .elementor-tab-title {
    position: relative; 
    padding-left: 25px !important; 
}
.bsToggles .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
    position: absolute;
    top: 5px;
    left: 0;
}
#respond textarea, .edgtf-style-form textarea, .wpcf7-form textarea {
    height: auto !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--clr-primary) !important;
}
/*
.bsWorkImageGalleryWrap,
.bsWorkVideoGalleryWrap{
    display: none;
}*/

.bsImageGalleryBtn a,
.bsImageGalleryBtn a:hover,
.bsVideoGalleryBtn a,
.bsVideoGalleryBtn a:hover{
    background: var(--clr-primary) !important;
    color: var(--clr-white) !important;
    border-color: var(--clr-primary) !important;
}
.bsWorkGalleryDeActiveBtn a{
    background: var(--clr-white) !important;
    color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}


.bsCustomVideo {
    position: relative;
}
.bsCustomVideo .elementor-custom-embed-play {
    z-index: 5;
}
.bsCustomVideo .elementor-custom-embed-image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
}
/* Jig Gallery */ 
.pp_pic_holder.dark_square .pp_details,
.pp_pic_holder.dark_square .pp_nav a,
.pp_pic_holder.dark_square .pp_bottom_right a,
.pp_pic_holder.dark_square .pp_hoverContainer a,
#html5-lightbox-box #html5-close {
    cursor: pointer !important;
}
#jig1.jig-id-14061 .jig-imageContainer img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}
#jig1.jig-id-14061 .jig-imageContainer .jig-overlay-icon-wrapper {
    display: none !important;
}
#jig1.jig-id-14061 .jig-imageContainer.jig-contentID-ML-14879:hover .jig-overlay-icon-wrapper {
    display: block !important;
}
#jig1.jig-id-14061 .jig-caption-wrapper,
#jig2.jig-id-12833 .jig-caption-wrapper {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
#jig2.jig-id-12833 .jig-imageContainer .jig-overlay-icon-wrapper{
    display: none !important;
}
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14788:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14789:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14790:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14809:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14810:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14813:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14816:hover .jig-overlay-icon-wrapper,
#jig2.jig-id-12833 .jig-imageContainer.jig-contentID-ML-14867:hover .jig-overlay-icon-wrapper {
    display: block !important;
}

.jig-filterButtons{
    text-align: left !important;
}

.jig-filterButton:hover,
.jig-filterButton.jig-filterButtonSelected{
    background: var(--clr-primary) !important;
    color: var(--clr-white) !important;
    border-color: var(--clr-primary) !important;
}

#respond textarea, .edgtf-style-form textarea, .wpcf7-form textarea {
    height: auto !important;
    margin: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--clr-primary) !important;
}
.wpcf7 .wpcf7-list-item {
    margin-left: 0 !important;
}
.bsCheckBoxField {
    margin-bottom: 35px;
}
.bsCheckBoxField input {
    display: none;
}
.bsCheckBoxField label {
    font-family: "Open Sans", sans-serif !important;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    display: inline-block;
    line-height: 1.3em;
}
.bsCheckBoxField label input + span::before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 2px solid #000000;
}
.bsCheckBoxField label input:checked + span::before {
    background: #000000;
}
.bsCheckBoxField label input:checked + span::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 2px;
    height: 2px;
    transform: rotate(45deg);
    box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
    background: #ffffff;
}
.bsCheckBoxField label input + span {
    display: inline-block;
}
.bsCheckBoxField label input + span a {
    font-weight: bold;
}
.bsBusinessFormWrp .wpcf7-submit:disabled,
.bsBusinessFormWrp .wpcf7-submit.edgtf-btn.edgtf-btn-solid:disabled {
    cursor: not-allowed !important;
    background: #dfdfdf;
}
.bsBusinessFormWrp .wpcf7-submit:hover:disabled,
.bsBusinessFormWrp .wpcf7-submit.edgtf-btn.edgtf-btn-solid:hover:disabled {
    color: #dfdfdf;
}
.bsBusinessFormWrp .wpcf7-submit.edgtf-btn.edgtf-btn-solid:disabled:after {
    background: #dfdfdf;   
}
.bsBusinessFormWrp .wpcf7-submit.edgtf-btn.edgtf-btn-solid:disabled span {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener,
.bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener {
    font-family: "Oswald", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener span,
.bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;   
    color: #000000;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener img {
    max-width: 30px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
    font-size: 30px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener img {
    max-width: 40px;
}
.pp_pic_holder.dark_square .pp_details,
.pp_pic_holder.dark_square .pp_nav a,
.pp_pic_holder.dark_square .pp_bottom_right a,
.pp_pic_holder.dark_square .pp_hoverContainer a,
#html5-lightbox-box #html5-close {
    cursor: pointer !important;
}
/* Showroom Iframe */
.bs-showrooms-thumb-wrp {
    float: left;
    width: 100%;    
}
.bs-showrooms-thumb-wrp .bs-showrooms-thumb {
    float: left;
    width: calc(100% / 2 - 10px);
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.bs-showrooms-thumb-wrp .bs-showrooms-thumb .bs-showrooms-thumb-overlay-cnt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 1.5;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    transition: all 0.3s;
}
.bs-showrooms-thumb-wrp .bs-showrooms-thumb:hover .bs-showrooms-thumb-overlay-cnt {
    opacity: 1;
    visibility: visible;
}
.bs-showrooms-thumb-wrp .bs-showrooms-thumb img {
    transition: all 0.3s;
    transform: scale(1);
}
.bs-showrooms-thumb-wrp .bs-showrooms-thumb:hover img {
    transform: scale(1.15);
}
.bs-dmp-fw .bs-showrooms-thumb-wrp .bs-showrooms-thumb {
    width: 100%;
    margin: 0;
}
.bs-dmp-fw .bs-showrooms-thumb-wrp .bs-showrooms-thumb .bs-showrooms-thumb-overlay-cnt {
    display: none;
}
.bs-dmp-fw .bs-showrooms-thumb-wrp .bs-showrooms-thumb:hover img {
    transform: scale(1);
}
.bs-dmp-fw .bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb.bsButtonTypeicon::before {
    display: none;
    content: '';
    background: url('../img/circle-play-solid.png') no-repeat center center;
    height: 60px;
    width: auto;
    transition: all 0.3s;   
}
.bs-dmp-fw .bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb.bsButtonTypeicon::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s;   
}
.bs-dmp-fw .bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb.bsButtonTypeicon:hover::before,
.bs-dmp-fw .bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb.bsButtonTypeicon:hover::after {
    display: block;
}
.bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb {
    position: relative;
}
.bs-dmp-enter-button .bs-showrooms-thumb-wrp .bs-showrooms-thumb::before {
    content: 'ENTER';
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    min-width: 160px;
    height: 32px;
    line-height: 30px;
    transform: translate(-50%,-50%);
    background: #006699;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.bs-sr-iframe-opener,
.bs-sr-video-iframe-opener {
    cursor: pointer;
}
.bs-sr-iframe-opener:hover,
.bs-sr-video-iframe-opener:hover {
    color: #00ccff;
}
.bs-iframe-wrp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 93vh;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    background: rgba(30,30,30,0.9);
}
.bs-iframe-wrp iframe {
    width: 100% !important;
    height: 100% !important;
}
.bs-iframe-wrp iframe html {
    overflow: hidden !important;
}
.bs-iframe-wrp .bs-sr-iframe-close {
    position: absolute;
    top: 10px;
    right: 40px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.bs-iframe-wrp .bs-sr-iframe-close:hover svg {
    fill: #cccccc;
}
.bs-spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000000;
}
.bs-spinner-overlay .bs-spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10000000;
}
.bs-spinner-overlay .bs-spinner::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: bs-spinner-frame 1.2s linear infinite;
}
@-webkit-keyframes bs-spinner-frame {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bs-spinner-frame {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.bsIframeOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
}
.bsIframeWrp {
    position: fixed;
    top: 120px;
    left: 50%;
    padding: 20px;
    max-width: 1280px !important;
    height: 75vh;
    width: 100%;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transform: translateX(-50%);
}
.bsIframeClose {
    position: absolute;
    top: 0;
    right: 10px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
.bsIframeWrp iframe {
    border: none;
    width: 100% !important;
    height: 100% !important;
}
.bsIframeWrp video {
    border: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}


.bsFocusColumn > .vc_column-inner {
    border: 1px solid #000;
    padding: 15px !important;
    margin: 5px 5px 5% 5px;
    width: calc(95% - 10px) !important;
}
.bsFocusHighlightedColumn > .vc_column-inner {
    border: 1px solid #ff3ea5;
}
.bsFocusColumn .bsFocusColumnText .wpb_wrapper {
    padding-left: 50px;
}
.bsFocusColumn .bsFocusColumnText .wpb_wrapper > p {
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0;
    font-size: 36px;
}
.bsFocusColumn .bsFocusColumnText .wpb_wrapper > p img {
    max-width: 45px;
    margin-top: 8px;
}
.bsFocusColumn .bsFocusColumnText .wpb_wrapper > h4 {
    margin: 0;
}
.bsFocusColumn .bsFocusColumnText .wpb_wrapper > ul {
    padding: 0;
    margin: 10px 0 0 17px;
    list-style: outside;
}
.bsFocusHighlightedColumn .bsFocusColumnText .wpb_wrapper > p,
.bsFocusHighlightedColumn .bsFocusColumnText .wpb_wrapper > h4,
.bsFocusHighlightedColumn .bsFocusColumnText .wpb_wrapper > ul {
    color: #ffffff;   
}
.bsFocusHighlightedColumn .bsSolidBtn a {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}
.bsFocusHighlightedColumn .bsSolidBtn a:hover {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* Video Slider Video */
.bsVideoSliderWrp .bsVideoSliderHolder {
    display: flex;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol, 
.bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol {
    width: 50%;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsColContent {
    max-width: 615px;
} 
.bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol {
    display: flex;
	position:relative;
    align-items: center;
	/*
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;*/
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video {
    width: 100%;
    display: inline-block;
    height: fit-content;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol a {
    position: absolute;
    bottom: 70px;
    right: 10px;
    display: inline-block;
    width: auto;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener {
    font-family: Oswald, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;   
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener img {
    max-width: 30px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem{
    cursor: pointer;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderVideoItem{
	position: relative;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderVideoItem a{
	position: absolute;
    bottom: 0;
    right: 10px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem + .bsSolidBtn {
    display: block;
    margin-top: 20px;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderSubtitle {
    display: none;
    font-size: 16px;
    line-height: 1em;
    margin-left: 5px;
    pointer-events: none;
    color: #bbbbbb;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    font-size: 2.7rem;
    padding-bottom: 15px;
    -webkit-transition: .2s cubic-bezier(.2,.84,.5,1);
    -o-transition: .2s cubic-bezier(.2,.84,.5,1);
    transition: .2s cubic-bezier(.2,.84,.5,1);
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem:last-child .bsVideoSliderCont .bsVideoSliderLink {
	padding-bottom: 0;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink span {
    color: transparent !important;
    -webkit-text-stroke: 1px #bbbbbb !important;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink i.fas.fa-play-circle {
    display: none;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item .bsVideoSliderCont .bsVideoSliderLink i.far.fa-play-circle {
    display: none;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item .bsVideoSliderCont .bsVideoSliderLink i.fas.fa-play-circle {
    display: inline-block;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem:hover .bsVideoSliderCont .bsVideoSliderLink span,
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item .bsVideoSliderCont .bsVideoSliderLink span,
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item:hover .bsVideoSliderCont .bsVideoSliderLink span {
    color: #000000 !important;
    -webkit-text-stroke-color: #000000 !important;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink i {
    vertical-align: middle;
    color: #bbbbbb;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem:hover .bsVideoSliderCont .bsVideoSliderLink i,
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item .bsVideoSliderCont .bsVideoSliderLink i,
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem.active-item:hover .bsVideoSliderCont .bsVideoSliderLink i {
    color: #000000 !important;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink .bsVideoSliderTitle {
    font-family: "Oswald",sans-serif;
    position: relative;
    display: inline-block;
    line-height: inherit;
    z-index: 2;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem + .elementor-element .elementor-widget-container {
    margin: 0;
}
.bsIframeOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
}
.bsIframeWrp {
    position: fixed;
    top: 120px;
    left: 50%;
    padding: 20px;
    max-width: 1280px !important;
    height: 75vh;
    width: 100%;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transform: translateX(-50%);
}
.bsIframeClose {
    position: absolute;
    top: 0;
    right: 10px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}
.bsIframeWrp iframe {
    border: none;
    width: 100% !important;
    height: 100% !important;
}
.bsIframeWrp video {
    border: none;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.bsSecContainerWrp {
    margin-left: auto !important;
}
.bsSecContainerWrp .bsSecContainerRev {
    margin-right: auto !important;
    margin-left: unset !important;
}
.bsSubcribersInlineForm,
.bsSubcribersInlineForm p {
    display: flex;
}
.bsSubcribersInlineForm .wpcf7-form-control-wrap input,
.bsSubcribersInlineForm p .wpcf7-form-control-wrap input {
    margin-bottom: 0 !important;
    height: 100%;
    border: 1px solid #000;
}
.bsSubcribersInlineForm button.wpcf7-form-control.wpcf7-submit,
.bsSubcribersInlineForm p button.wpcf7-form-control.wpcf7-submit {
    min-width: unset;
    height: unset;
    line-height: unset;
    padding: 0;
    display: flex;
    border: unset;
}
.bsSubcribersInlineForm button.wpcf7-form-control.wpcf7-submit span,
.bsSubcribersInlineForm p button.wpcf7-form-control.wpcf7-submit span {
    position: relative;
    display: inline-flex;
    background: transparent;
    transform: unset;
    color: transparent;
    font-size: 0;
}
.bsSubcribersInlineForm button.wpcf7-form-control.wpcf7-submit span::before,
.bsSubcribersInlineForm p button.wpcf7-form-control.wpcf7-submit span::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 40px;
    padding: 12px 15px;
    background: #000;
    border: 1px solid #000;
    color: #ffffff;
}
.bsSubcribersInlineForm button.wpcf7-form-control.wpcf7-submit::after,
.bsSubcribersInlineForm p button.wpcf7-form-control.wpcf7-submit::after {
    background: unset;
    position: unset;
    display: inline-flex;
    padding: 0;
    width: unset;
    height: unset;
    display: none;
}
.bsSubcribersInlineForm button.wpcf7-form-control.wpcf7-submit span:hover::before,
.bsSubcribersInlineForm p button.wpcf7-form-control.wpcf7-submit span:hover::before {
    background: #fff;
    color: #000;
}


/* latest news popup */

.bs-dmp-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.6); 
}
.bs-dmp-popup-wrp {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    border: 3px solid #00ccff;
    z-index: 100000;
    background: #ffffff;
}
.bs-dmp-popup-wrp #bs-dmp-popup-close-btn {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
    color: #00ccff;
}
.bs-dmp-popup-wrp .bs-dmp-popup-heading {
    margin: 0;
}
.bs-dmp-popup-wrp .bs-dmp-popup-heading span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.3;
    background: #000000;
    color: #00ccff;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(100% / 3);
    margin-top: 20px;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item:nth-child(1) {
    padding-left: 0;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item:nth-child(3) {
    padding-right: 0;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item .bs-dmp-latest-news-title {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 1.3;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item .bs-dmp-latest-news-excerpt {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item .bs-dmp-latest-news-read-more {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item .bs-dmp-latest-news-read-more img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item .bs-dmp-latest-news-read-more i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
    color: #00ccff;
}
.bs-dmp-showroom-popup {
    max-width: 700px;
}
.bs-dmp-showroom-popup .bs-dmp-popup-content {
    float: left;
    width: 100%;
}
.bs-dmp-showroom-popup .bs-dmp-popup-content * {
    box-sizing: border-box;
}
.bs-dmp-showroom-popup .bs-dmp-popup-content > h4 {
    margin: 0 0 10px;
}
.bs-dmp-showroom-popup .bs-dmp-popup-content > h4 span {
    display: inline-block; 
    padding: 5px 10px; 
    font-weight: bold; 
    line-height: 1.3; 
    color: #00ccff; 
    background: #000;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content {
    float: left;
    width: calc(50% - 20px);
    padding: 40px 20px 40px 28px;
    margin-right: 20px;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content h5 {
    position: relative;
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content h5 a {
    color: #000000;
    cursor: pointer;
	font-family: "Oswald",Sans-serif;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content h5 a:hover {
    color: #00ccff;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content:first-child  {
    border-right: 2px solid #00ccff;
}
.bs-dmp-showroom-popup .bs-showroom-popup-content img {
    position: absolute;
    top: -5px;
    left: -25px;
    width: 17px;
    height: 33px;
}
.bs-dmp-showroom-popup .bs-dmp-popup-content iframe {
    height: 100%;
    width: 100%;
}

/* cookie consent */

.cky-consent-container {
    z-index: 100000000 !important;
}
.cky-consent-container.cky-box-bottom-left {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cky-consent-container .cky-consent-bar {
    animation: boxHeight 0.5s;
    transition: scale 1s linear;
}
.cky-consent-container .cky-notice-btn-wrapper .cky-btn {
    max-width: 200px;
    margin: auto;
}
.cky-consent-container .cky-consent-bar:hover,
.cky-consent-container .cky-notice-btn-wrapper .cky-btn:hover {
    cursor: pointer !important;
}
@keyframes boxHeight {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@-webkit-keyframes boxHeight {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

.bsVideoPlayerHover #edgtf-theme-cursor{
    display: none !important;
}

body.bsVideoPlayerHover {
    cursor: none;
}

.bsVideoCursor{
    position: fixed;
    display: none !important; /* Hidden by default */
    pointer-events: none; /* Ensure it doesn't block interaction with the video */
    z-index: 1000; /* Make sure it's on top of other elements */
    padding: 10px 35px !important;
    font-weight: 700;
    font-size: 16px !important;
    border: 2px solid var(--clr-primary) !important;
    background: var(--clr-primary) !important;
    color: var(--clr-white) !important;
    -webkit-transition: opacity .15s ease-in-out !important;
    transition: opacity .15s ease-in-out !important;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: min-content;
    font-family: Montserrat, sans-serif;
    -webkit-transform: translate(-14px, -50%);
    transform: translate(-14px, -50%);
    cursor: default;
    width:215px;
}
.bsVideoCursor img{
    max-width: 20px;
}
body.bsVideoPlayerHover .bsVideoCursor{
    display: flex !important;
}

/*new*/

@media only screen and (max-width: 1450px) and (min-width: 1024px)  {
    .bsStickyContactInfo {
        left: -130px;
    }
}
@media screen and (min-width: 1200px){
    body.edgtf-buttons-leftalign .edgtf-btn.edgtf-btn-solid:after {
        text-align: center !important;
    }
}
@media screen and (max-width: 1440px){
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        font-size: 2rem;        
    }
}
/*@media screen and (max-width: 1380px){
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsColContent {
        max-width: 520px;
    } 
}
@media screen and (max-width: 1200px){
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsColContent {
        max-width: 440px;
    }
}*/
@media screen and (max-width: 1024px){
	body:not(.logged-in) {
		padding-top: 0 !important;	
	}
    .edgtf-mobile-header .edgtf-mobile-header-inner {
        height: 100px !important;
    }
    .edgtf-btn.edgtf-btn-solid {
        text-align: center !important;
    }
	body.admin-bar .dialog-type-lightbox {
		position: fixed !important;
	}
    .bsVideoSliderOuterWrp.vc_row.wpb_row {
        padding-right: 0 !important;
    }
    /*.bsVideoSliderWrp {
        width: 768px !important;
        margin: auto;
        padding: 0 30px;
    }*/
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsColContent {
        max-width: 100%;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia {
        display: none;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder {
        padding: 0;
        height: auto;
        flex-direction: column;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol,
    .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol,
    .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video {
        width: 100%;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia video,
    .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video  {
        max-width: 100%;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener {
        width: 100%;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia {
        margin-bottom: 30px
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        font-size: 2.6rem;        
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem:last-child .bsVideoSliderCont .bsVideoSliderLink {
        padding-bottom: 25px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsVideoSliderItem .bsVideoSliderVideoItem video,
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsVideoSliderItem .bsVideoSliderVideoItem .bsLinkOpener {
        display: none;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsVideoSliderItem.active-item .bsVideoSliderVideoItem video,
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLeftCol .bsVideoSliderItem.active-item .bsVideoSliderVideoItem .bsLinkOpener {
        display: flex;
        width: 100%;
    }
    .bsIframeWrp {
        width: 95% !important;
        height: 60vh;
    }
    .bsBorderLineText b::after {
        bottom: 13%;
    }
    .edgtf-st-title br {
        display: none !important;
    }
    .edgtf-container-inner, .edgtf-grid, .edgtf-row-grid-section {
        width: calc(100% - 120px) !important;
    }
    .bsStickyContactInfo {
        display: none;
    }
    .bs-dmp-popup-wrp {
        max-width: 80% !important;
        max-height: 90vh;
        overflow-x: auto; 
    }
}

@media screen and (max-width: 991px){
    html.js.flexbox {
		margin-top: 0px !important;
	}
    .bsIframeWrp {
        top: 200px;
    }
    .bsStickyContactInfo {
        display: none;
        left: -145px;
    }
    .bsVideoSliderOuterWrp.vc_row.wpb_row {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    html.js.flexbox {
        margin-top: 0px!important;
    }
    .edgtf-container-inner, .edgtf-grid, .edgtf-row-grid-section {
        width: calc(100% - 60px) !important;
    }
    .edgtf-row-grid-section-wrapper .edgtf-row-grid-section {
        width: 100% !important;
    }
    .bsVideoSliderWrp {
        width: 100% !important;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia video, 
    .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video, 
    .bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener {
        max-width: 95%;
    }
    .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner .edgtf-page-content-holder  {
        padding: 0 15px 0  !important;
    }
    #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-playvideo {
        background-size: 70px;
    }
    #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-text {
        top: 70% !important;
    }
    #wonderplugin3dcarousel-1 .wonderplugin3dcarousel-title {
        font-size: 24px !important;
    }
    .bsStickyContactInfo {
        /*left: -120px;*/
        display: none;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
        font-size: 30px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener img {
        max-width: 40px;
    }
	.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem + .bsSolidBtn {
		display: flex;
		flex-wrap: wrap;
	}
	.bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem + .bsSolidBtn a{
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 680px){
    html {
        margin-top: 0px !important;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        font-size: 1.9rem;
    }
    .bs-iframe-wrp {
        padding: 30px 15px;
    }
    .bs-iframe-wrp .bs-sr-iframe-close {
        right: 10px;
    }
    .bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item {
        width: 100%;
        padding: 0 !important;
    }
    .bs-dmp-popup-wrp .bs-dmp-latest-news .bs-dmp-latest-news-item {
        width: 100%;
        padding: 0 !important;
    }
    .bs-showrooms-thumb-wrp .bs-showrooms-thumb {
        width: 100%;
        height: auto;
    }
    .bs-dmp-showroom-popup .bs-showroom-popup-content {
        width: 100%;
        margin: 0;
    }
    .bs-dmp-showroom-popup .bs-showroom-popup-content:first-child  {
        border-right: 0px;
        border-bottom: 2px solid #00ccff;
    } 
}

@media screen and (max-width: 500px){
     html.js.flexbox {
	    margin-top: 0px !important;
	}
    .cky-consent-container {
        max-width: 90% !important;
    }
    .cky-notice-des p:last-child {
        margin-bottom: 20px;
    }
    .bsIframeWrp {
        width: 90% !important;
        height: 30vh;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderSubtitle {
        line-height: 5px;
        margin: 0 0 5px 0;
        display: none;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        /*font-size: 2rem;*/
        padding-bottom: 10px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
        font-size: 24px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia video, 
    .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video, 
    .bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener {
        max-width: 90%;
    }
    .bsStickyContactInfo {
        /*left: -130px;*/
        display: none;

    }
    .edgtf-elements-holder .edgtf-eh-item-content {
        padding: 0 !important;
    }
    .jig-filterButtons {
        text-align: left !important;
    }
}
@media screen and (max-width: 420px){
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
        font-size: 24px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 400px){
    .bsIframeWrp {
        padding: 20px 6px 6px;
    }
    .bsStickyContactInfo {
        /*left: -135px;*/
    }
    .bsVideoSliderWrp {
        padding: 0px !important;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderMedia video, .bsVideoSliderWrp .bsVideoSliderHolder .bsRightCol video, .bsVideoSliderWrp .bsVideoSliderHolder .bsIframeOpener {
            max-width: 100%;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener span {
        font-size: 18px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener img {
        max-width: 30px;
    }
    .bsVideoSliderWrp .bsVideoSliderHolder .bsLinkOpener {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 360px){
    .bsVideoSliderWrp .bsVideoSliderHolder .bsVideoSliderItem .bsVideoSliderCont .bsVideoSliderLink {
        font-size: 1.4rem;
    }
}

