::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #000;
  }
  
  ::selection {
    color: #fff;
    background: #000;
  }


html #header-outer #top nav .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover), #header-outer .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover) {
    color: #00427a!important;
    margin: 0 !important;
}
body #header-outer .menu-item-336[class*="menu-item-btn-style-button"] > a:hover{
    margin: 0 !important;
}

html #header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu:not(.buttons){
    -webkit-justify-content: right;
    justify-content: right;
}

html #header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu:not(.buttons) + .sf-menu:not(.buttons){
    -webkit-justify-content: left;
    justify-content: left;
}

html #header-outer[data-format="centered-menu"] #top .span_9 nav #searchHeader {
    -webkit-justify-content: center;
    justify-content: center;
}

html #header-outer[data-format="centered-menu"] #top nav >.buttons{
    position: relative;
}

body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > li:first-child {
    width: 168px;
}

#header-outer[data-format="centered-menu"] .logo-spacing{
    display: none;
}

body #header-outer #top nav li#search-btn {
    display: none;
}

ul#searchHeader input{
    font-size: 11px;
    font-style: italic;
    font-weight: 100;
    line-height: 36;
    height: 36px;
    padding-right: 50px;
    border-radius: 0;
    border: 0;
    border: 1px solid #7d7e80;
    width: 360px;
    position: relative;
    background-color: transparent;
    letter-spacing: .04em;
    color: #000;
    border-radius: 18px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;

}



ul#searchHeader input::-webkit-input-placeholder{
    color: inherit;
}
ul#searchHeader li {
    position: relative;
}
ul#searchHeader .icon-salient-search{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before,
#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:after {
    height: 36px;
}

body #header-outer.transparent[data-transparent-header="true"] ul#searchHeader input, 
body #header-outer.transparent[data-transparent-header="true"] ul#searchHeader .icon-salient-search{
    color: #fff;
}

html body.material #header-secondary-outer nav >.sf-menu {
    padding: 0;
}

html .material #header-secondary-outer > .container > nav, 
html .material #header-secondary-outer > .container, 
html .material #header-secondary-outer {
    min-height:0;
}

html body.material #header-secondary-outer nav >ul >li >a {
    line-height: 26px;
    text-transform: uppercase;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.22px;
    font-weight: 400;
}

html body #header-outer .menu-item-336 > a:before, 
html body #header-outer .menu-item-336 > a:after {
    left: -18px;
    width: calc(100% + 36px);
}
#home-landing{
    z-index: 1 !important;
}


#home-landing .HLcon >.vc_column-inner {
    padding: 9vw 8% 4vw 8% !important;
    background-color: rgba(0,0,0,0.87);
}



.main-content > .row > div{
    background-color: #fff;
    z-index: 1;
}

#home-landing{
    min-height: calc(100vh + 680px);
}

#home-landing .nectar-split-heading{
    font-weight: 700;
}

#home-landing .nectar-split-heading .heading-line:last-child{
    color: #00427a;
}

#home-landing .wpb_text_column.wpb_content_element{
    margin-left: auto;
    width: 500px;
}

#home-landing .wpb_text_column.wpb_content_element p{
    font-size: 22px;
    line-height: 1.3em;
}

#home-landing .nectar-flickity img.img-with-animation {
    max-width: 75px;
    transition: transform .45s cubic-bezier(0.25,1,0.33,1), opacity .4s cubic-bezier(0.25,1,0.33,1) 2s;
}

#home-landing  .img-with-aniamtion-wrap a:hover img.img-with-animation {
    transform: scale(1.2);
}

#home-landing  .nectar-flickity[data-desktop-columns="9"]:not(.masonry) .flickity-slider .cell {
    width:  calc(100% / 13);
}

#home-landing  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin-bottom: 0px;
}

#home-landing  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport .flickity-slider {
    transform: translateX(0) !important;
}

#home-landing .nectar-flickity img{
    opacity: 0;
}

#home-landing .nectar-flickity img.loaded{
    opacity: 1;
}



#video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

#video-container  #video {
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}



#textCon .right * {
   width: 100%;
}

#customButton {
    background-color: #00427a;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    display: flex;
  }

 #customButton span{
    margin-right: 10px;
 }

 #customButton span, #customButton svg{
    align-self: center;
 }

 #customButton svg{
    width: 10px;
    height: 20px;
    fill: #fff;
 }

 .playing #customButton {
    padding: 7px 20px;
    position: fixed;
    top: 60px;
    right: 60px;
}

.playing #customButton svg {
    width: 26px;
    height: 26px;
}


  #abtVideo{
    position: absolute;
    right: 8%;
    top : 100px;
    z-index: 10;
    width: 288px;
  }

  #abtVideo{
    position: absolute;
    right: 8%;
    top : 100px;
    z-index: 10;
    width: 288px;
  }


  #abtVideo h4{
    color: #fff;
    font-size: 12px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  #abtVideo h3{
    color: #fff;
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 23px;
    margin-bottom: 30px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  #abtVideo h4:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 43%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #00427a;
    transition: opacity .4s cubic-bezier(0.25,1,0.33,1) 1s;
}

#textCon {
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 9vw 8% 4vw 8% !important;
    background-color: rgba(0,0,0,0.87);
}

#videoWindow{
    height: 50vh;
    width: 100%;
    position: relative;
    transition: height 1s ease-in-out;
}

#videoWindow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .3;
    transition: opacity 1s ease-in-out;
}

#videoWindow.playing:after , #videoWindow.playing #abtVideo h4, #videoWindow.playing #abtVideo h3{
    opacity: 0;
}



#videoWindow.playing{
    height: 100vh;
}

#textCon .row1 {
    display: flex;
    align-items: end;
}

#textCon .left {
    flex-grow: 1;
}

#textCon .right {
    max-width: 500px;
}

#homeLanding .nectar-flickity img.img-with-animation {
    max-width: 75px;
    transition: transform .45s cubic-bezier(0.25,1,0.33,1), opacity .4s cubic-bezier(0.25,1,0.33,1) 2s;
}
#homeLanding  .img-with-aniamtion-wrap a:hover img.img-with-animation {
    transform: scale(1.2);
}

#homeLanding  .nectar-flickity[data-desktop-columns="9"]:not(.masonry) .flickity-slider .cell {
    width:  calc(100% / 13);
}

#homeLanding  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin-bottom: 0px;
}
@media only screen and (min-width : 691px) {
    #homeLanding  .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport .flickity-slider {
        transform: translateX(0) !important;
    }
}
#homeLanding .nectar-split-heading .heading-line:last-child {
    color: #00427a;
}

#homeLanding .nectar-split-heading {
    font-weight: 500;
}

#homeLanding .nectar-flickity img{
    opacity: 0;
}


#homeLanding .nectar-flickity img.loaded{
    opacity: 1;
}

#homeLanding .wpb_text_column.wpb_content_element p {
    font-size: 22px;
    line-height: 1.3em;
    position: relative;
    top: -1vw;
}


#videoTabs .tabbed[data-style*=vertical] .wpb_tabs_nav {
    float: right;
}

#videoTabs .tabbed[data-style="vertical_modern"] >div {
    padding-right: 80px;
    padding-left: 0px;
}
#videoTabs  .wpb_text_column{
    margin-bottom: 0;
}

#videoTabs .divider-wrap{
    flex-grow: 1;
}

#videoTabs .tabbed[data-style*=vertical] .wpb_tabs_nav li a img {
    width: 122px;
    border-radius: 10px;
    margin-right: 10px;
    border: 2px solid rgba(255,255,255,0);
    transition: all .3s ease-in-out;
}

#videoTabs .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a{
    background: none;
    color: #000;
    box-shadow: none;
    opacity: .4;
}

#videoTabs .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a.active-tab{
    opacity: 1;
}

#videoTabs .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a.active-tab img{
   border-color: #00427a;
}

#videoTabs .tabbed[data-style*=vertical] .wpb_tabs_nav li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

#videoTabs .tabbed[data-style*=vertical] .wpb_tabs_nav li:last-child {
    border-bottom: none;
    padding-bottom: 13px;
}

body .videoTabs .ui-tabs-panel h5, #videoTabs h5{
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 39px;
    margin-bottom: 1em;
}

body #videoTabs .nectar_video_lightbox.play_button:before {
    border-width: 0;
    background-color: #00427a;
    z-index: 0;
}

 #videoTabs h5{
    position: relative;
}
#videoTabs h5:before{
    content: "";
    position: absolute;
    top: -130px;
    left: 0;
    width: 36px;
    height: 39px;
    background-image: url(../../img/quote.png);

}

 #videoTabs h5 + p {
    padding-left: 80px;
    position: relative;
    text-transform: uppercase;
}

 #videoTabs h5 + p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 50px;
    background-color: #fff;
}






.dot-heading h5{
    position: relative;
    margin-bottom: 0;
    line-height: 1em !important;
    z-index: 1;
}

.dot-heading h5::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 43%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #00427a;
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.25,1,0.33,1) 1s ;
}

.dot-heading  .animated-in h5::before, 
#hover_images_section.dot-heading h5::before{
    opacity: 1;
}


#hover_images_section{
    height: 100vh;
    position: relative;
    padding: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#home_hover_images{
    margin: 0;
}

#home_hover_images li{
    list-style: none;
    text-align: center;
}
#home_hover_images a {
    z-index: 2;
    position: relative;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
#home_hover_images a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom:33px;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
}

#home_hover_images a:hover:before {
    opacity: 1;
}

#home_hover_images a h4 {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.72px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    opacity: .7;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
    line-height: 3em;
}

#hover_images_section.dot-heading h5 {
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #fff;

    
}
#videoImage{width: 300px;}
#home_hover_images .bckg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.25,1,0.33,1);
    background-size: cover;
    background-position: center;
}

#home_hover_images .bckg:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
}


#home_hover_images a:hover+.bckg, 
#home_hover_images a:hover h4{
    opacity: 1;
}

html .nectar-simple-slider .flickity-page-dots {
    bottom: -60px;
}

body[data-button-style^="rounded"] .nectar-cta:not([data-style="material"]):not(.bluee) .link_wrap {
    border: none;
    padding-left: 0 !important;
}

body[data-button-style^="rounded"] .nectar-cta:not([data-style="material"]).bluee .link_wrap {
    border: none;
}

.videoSeemore.nectar-cta{
    position: relative;
    top: -7vw;
}


html .nectar-flickity.nectar-simple-slider:not([data-arrows="true"]) .flickity-slider .cell {
    padding: 0 min(3%,90px);
}


#home-grid-image .nectar-split-heading {
    position: absolute;
    left: 30px;
    bottom: 0px;
    margin-bottom: 0;
}

#home-grid-image .last-col .nectar-split-heading{
    bottom: 20px;
}

#home-grid-image .nectar-split-heading h3{
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.48px;
    line-height: 24px;
}


html .nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
}

#home-numbers > .row_col_wrap_12:after{
    content: "";
    left: 0;
    width: 84%;
    bottom: 82px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    visibility: visible;
    margin: 0 8%;
}

small {
    font-size: 80%;
}
html body .nectar_icon_wrap a + i{
    transition: color 300ms cubic-bezier(0.25,1,0.33,1); ;
}

html body .nectar_icon_wrap a:hover + i{
    color: #00427a !important;
}

#home-numbers .nectar-milestone {
    text-align: left;
}

#home-numbers .nectar-milestone .number {
    margin-bottom: 30px;
    font-size: 5vw !important;
    line-height: 1em !important;
}

#home-numbers .nectar-milestone .number .symbol-wrap {
    font-size: 2.5vw !important;
    line-height: 1em !important;
}


#home-numbers .nectar-milestone .subject {
   max-width: 190px;
   font-size: 16px;
}

.blue-bg .dot-heading h5:before{
    background-color: #fff;
}

#home-blog .nectar-post-grid .nectar-post-grid-item .inner{
    display: table;
    width: 100%;

}

.btn.contact-us {
    background: #00427a;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 110px;
    z-index: 11;
    top: calc(50% - 150px);
    padding: 0;
  }

#home-blog .nectar-post-grid-wrap .nectar-post-grid-item-bg-wrap,
#home-blog .nectar-post-grid .nectar-post-grid-item .content{
    display: table-cell;
    vertical-align: middle;
}

#home-blog .nectar-post-grid-wrap .nectar-post-grid-item-bg-wrap {
    width: auto;
}
#home-blog .nectar-post-grid-wrap .nectar-post-grid-item-bg {
    height:102px;
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

#home-blog  .nectar-post-grid .nectar-post-grid-item .content .item-main {
    transform: translateY(-13px);
}

#home-blog .nectar-post-grid .nectar-post-grid-item .content{
    padding: 10px;
    padding-right: 20px;
   
}
#home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 17px;
    position: relative;
}


#home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a:before{
    content:"";
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: -20px;
}
#home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a:after {
    content: "Read More";
    position: absolute;
    left: 56px;
    bottom: -27px;
    font-size: 10px;
}

#home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
    line-height: inherit;
    display: block;
}

#home-blog .row-bg {
    background-size: 94%;
    background-position-y: 118% !important;
}


#home-blog .vc_col-sm-12 .nectar-post-grid {
    margin: 0 !important;
    flex-wrap: nowrap;
}

#home-blog .nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item {
    margin: 0 !important;
    width: auto;
}

#expanding-section .wpb_row:not(.full-width-section):not(.full-width-content){
    margin-bottom: 20px;
}

#collap-row {
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 75px;
}

#collap-row  .nectar-split-heading {
    margin-top: 24px;
    cursor: pointer;
}

div#collap-row .widget.widget_nav_menu{
    max-height: 0px;
    transition: max-height 1000ms ease-in-out;
    overflow: hidden;
}

.wpcf7-list-item {
    margin: 0;
}

div#collap-row.expand .widget.widget_nav_menu{
    max-height: 250px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 48px;
    position: relative;
    width: 48px;
    background-color: #fff;
    border-radius: 50%;
}
.plus-minus-toggle:before, .plus-minus-toggle:after {
    background: #000;
    content: '';
    height: 3px;
    left: 14px;
    position: absolute;
    top: 23px;
    width: 21px;
    transition: transform 500ms ease;
}
  .plus-minus-toggle:after {
    transform-origin: center;
  }
  .plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
  }
  .plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
  }

#headings-row h5, div#collap-row h5{
    font-size: 12px;
    line-height: 1.3em;
}

div#collap-row ul {
    margin-left: 0;
}

div#collap-row  ul li {
    list-style: none;
}

div#collap-row  ul li a, 
div#collap-row  ul li {
    font-size: 12px !important;
    font-weight: 400 !important;
}

#popcat p{
    color: #00427a;
    font-weight: 500;
}

.sliderr .flickity-slider .cell img{
    border-radius: 20px;
}



#pageHeader .nectar-split-heading {
    font-weight: 500;
    font-size: calc(25px + 2.5vw) !important;
}

#pageHeader .nectar-split-heading .heading-line:last-child {
    color: #00427a;
}

#pageHeader .nectar-cta .link_text {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#pageHeader .nectar-cta .link_text:after {
    border-color: rgba(255,255,255,0);
}

#pageHeader .nectar-cta .link_text:hover:after {
    border-color: rgba(255,255,255,.5);
}

#breadcrumb  {
    font-size: 12px;
}

#pageHeader .headerPara{
    margin-left: auto;
    display: block !important;
    max-width: 40vw;
}
body .portfolio-filters-inline{
    background-color: transparent;
}

body .portfolio-filters-inline:before {
    content: "";
    top: 0;
    left: -20%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    right: -20%;
}


html .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg{
    background-color: #000 !important;
}

.portfolio-items .work-info p{
    display: none;
}

body .portfolio-items .col.span_4:first-child{
    width: 66.66%;
}

html body{
    overflow: visible;
}

.portfolio-filters-inline.full-width-content {
    position: sticky;
    top: 0px;
    margin-left: 0;
    width: 100% !important;
    left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}

.admin-bar .portfolio-filters-inline.full-width-content{
    top: 32px;
}

.portfolio-filters-inline #current-category, .portfolio-filters-inline .container > ul #sort-label{
    display: none;
}

.portfolio-filters-inline .container > ul {
    float: left;
}

body .portfolio-filters-inline .container ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    padding: 0 0px;
    margin: 7px 10px;
    position: relative;
    line-height: 1.6em;
}

body .portfolio-filters-inline .container ul li .active{
    color: #fff !important;
    
}

body .portfolio-filters-inline .container ul li .active:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}


#callbacKFormFooter .wpcf7-form-control-wrap {
    display: inline-block!important;
}
#callbacKFormFooter .wpcf7-form-control-wrap[data-name="your-mobile"] {
   width: calc(100% - 189px);
}

#callbacKFormFooter .wpcf7-form-control-wrap[data-name="your-mobile"] input{
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    color: #000;
    padding-left: 25px;
    
}

#callbacKFormFooter .span_12.light input[type=tel]::placeholder {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
    font-style: italic;
}

#callbacKFormFooter  input.wpcf7-form-control.wpcf7-submit{
    width: 189px;
    background-color: #00427a;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-top: 21px!important;
    padding-bottom: 18px!important;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1em;
}

#callbacKFormFooter h3{
    font-size: 36px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 47px;
    max-width: 523px;

}

#callbacKFormFooter form{
    position: relative;
}

#callbacKFormFooter form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin: 0;
}

#callbacKFormFooter .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    font-size: 11px;
    left: 20px;
}

#callbacKFormFooter .wpcf7 form .wpcf7-response-output {
 
    position: absolute;
    bottom: -63px;
    background: transparent;
    font-size: 12px;
    margin: 0;
    margin-left: 19px;
}
#callbacKFormFooter  .light .wpcf7 div.wpcf7-response-output {
    color: #b9b9b9!important;
}


.aboutBold{
    font-weight: 500;
}

.aboutBlue{
    color: #00427a;
}

.aboutSlider  .flex-direction-nav {
    bottom: 29px;
    left: 13px;
    top: auto;
}

.aboutSlider  .slides img {
    border-radius: 20px;
}

.team-member .team-member-image{
    border-radius: 20px;
}

body .row .team-member h5 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body .row .team-member h3 {
    font-size: 24px;
    font-weight: 400;
}

#storySoFar h3{
    font-size: 72px;
    font-weight: 700;
}

#storySoFar p {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: .05em;
    padding-bottom: 60px;
}

.nectar-next-section-wrap a{ 
    position: relative;
}

.nectar-next-section-wrap a:before{
    content: "SKIP THIS SECTION";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 1.67px;
    width: 200px;

}

html body .latestNews .col h5{
    font-size: 14px;
    letter-spacing: 2.4px;
}

.blog1 .nectar-recent-post-slide{
    border-radius: 20px;
}

.blog1 .nectar-button i.icon-button-arrow{
    display: none;
}

 body.material .blog1 .nectar-button.has-icon.large{
    padding-left: 60px;
    padding-right: 60px;
 }

 body.material .blog1 .nectar-button.has-icon.large:before{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 50px;
    background-color: #fff;
 }

 body.material .blog1 .nectar-button.has-icon span{
    transform: translateX(30px);
 }

 .blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header.small h5{
    font-size: 14px;
    line-height: 1.3em;
 }
 .blog-recent[data-style=list_featured_first_row] .excerpt {
    font-size: 14px;
    line-height: 1.3em;
}
 .blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header h3{
    font-size: 20px;
    line-height: 1.3em;
 }


 h3.post-heading {
    font-size: 20px !important;
    font-weight: 400 !important;
}

 #freshVideos h3.title{
    font-size: 20px !important;
    line-height: 1.3em !important;
    font-weight: 400 !important;
}

html body .nectar-post-grid .nectar-post-grid-item .content .meta-category a {
    line-height: 1.2em !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
    display: inherit;
}

a.tag-cloud-link {
    background-color: #c4d4e0;
    padding: 5px;
    border-radius: 8px;
    color: #00427a;
    margin: 3px;
    display: inline-block;
}

#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li.nectar-woo-cart{
    display: none;
}


.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    list-style: none;
    max-width: 200px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label{
    display: flex;
    align-items: flex-start;
}

.yith-wcan-filters .yith-wcan-filter:first-child  .filter-items .filter-item {
    padding-right: 50px;
    max-width: 250px;
}

.yith-wcan-filters .yith-wcan-filter:first-child .filter-items .filter-item .filter-item{
    padding-right: 0;
}


.yith-wcan-filters .filters-container form {
    display: flex;
}

.yith-wcan-filters .yith-wcan-filter {
    padding-right: 30px;
    margin-bottom: 0;
    flex-grow: 1;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 40px;
}

.yith-wcan-filters button.yith-wcan-reset-filters {
    width: 140px;
    height: 40px;
    border: 0;
    cursor: pointer;
    position: relative;
    top: 0px;
    font-size: 14px;
    white-space: nowrap;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
    right: 10px;
    top: 8px;
}

.yith-wcan-active-filters h4 {
    display: none;
}

.page-id-1112 .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0;
}

.yith-wcan-filters {
    background-color: transparent;
}

body .yith-wcan-filters .yith-wcan-filter .filter-items.level-0 ul {
    margin-left: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
    color: #fff;
    font-size: 12px;
    transition: all 300ms cubic-bezier(0.25,1,0.33,1);
    line-height: 1.1em;
    margin-left: 8px;
    padding-top: 3px;
    padding-bottom: 13px;
    text-transform: capitalize;
    font-weight: 400;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
    opacity: .7;
    color: #fff;
}



.page-id-1112 .select2-results__options *{
    font-size: 12px;
    line-height: 1.2em;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
    font-size: 14px;
    padding-right: 21px;
    padding: 0px 16px 0px 0px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    border: 0px solid #000;
    padding: 0px 19px 0px 0px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items{
    margin: 0;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a{
    font-size: 12px;
    line-height: 1.3em;
    color: #000;
}

body.single-product .product[data-n-lazy="1"][data-gallery-style=left_thumb_sticky] .product-thumbs .thumb img {
    border-radius: 50%;
}

body.single-product .product[data-gallery-style=left_thumb_sticky] .product-slider .slide{
    border-radius: 20px;
    overflow: hidden;
}

body.single-product section.related.products {
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
}

body.single-product section.related.products:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    background-color: #d8d8d8;
    z-index: -1;
}

body #top .mobile-search, body.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner:before{
display: none;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    line-height:1em;
}

span.sku {
    font-size: 14px;
    opacity: .55;
    font-weight: 300;
}

body.single-product div.product h1.product_title, .nectar-shop-header .page-title {
    line-height: 34px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 300;
}

span.sku_wrapper {
    margin-bottom: 30px;
    display: block;
}

.descImages{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
}
.descImages div{
    padding-right: 10px;
}
.descImages h6 {
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    max-width: 120px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .06em;
    margin-left: auto;
    margin-right: auto;
}
.descImages img {
    width: 80px;
    height: auto;
   
}

.woocommerce-breadcrumb [class*=fa-] {
    line-height: 18px;
}

.descImages .imgCOn {
    padding: 15px;
    border-radius: 50%;
    border: 2px solid #00427a;
    width: 66px;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}





/*******************Black Product Page*************/
.single-product  #ajax-content-wrap .container-wrap, .single-product  .main-content > .row > div{
    background-color: #000;
}

body.single-product .row>.product[data-gallery-style=left_thumb_sticky][data-tab-pos*=fullwidth] .summary.entry-summary *{
    color: #fff;
}

body.single-product.woocommerce .woocommerce-breadcrumb a,
body.single-product.woocommerce .woocommerce-breadcrumb i,
body.single-product .woocommerce .woocommerce-breadcrumb span:last-child{
    color: #fff;
}


@media only screen and (min-width: 1000px)  {
    body.single-product .row>.product[data-gallery-style=left_thumb_sticky] .single-product-main-image {
        width: 50%;
    }

    body.single-product .row>.product[data-gallery-style=left_thumb_sticky][data-tab-pos*=fullwidth] .summary.entry-summary, 
    body.single-product .row>.product[data-gallery-style=left_thumb_sticky][data-tab-pos=in_sidebar] .single-product-summary {
        width: 50%;
    }

    body.single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs .theiaStickySidebar {
        width: 70px!important;
    }
    body.single-product .product[data-gallery-style=left_thumb_sticky] div.images .product-slider {
        width: calc(100% - 70px)!important;
    }
    body.single-product .product[data-gallery-style=left_thumb_sticky] .flickity.product-thumbs {
        width: 70px;
    }
}

#sendEnquiryButton{
    background-color: #00427a;
}

html body .fancybox-slide--html .fancybox-close-small {
    color: #fff !important;
}


div#prodInfo {
    display: flex;
}

div#enquiry {
    max-width: 80%;
    border-radius: 20px;
    padding: 20px;
}

div#prodInfo .imagee {
    max-width: 400px;
}

div#prodInfo  .formm{
    max-width: 500px;
    padding: 0 30px;
}

html body .fancybox-container form  textarea {
    padding: 10px;
    height: 100px;
}

div#prodInfo  .formm h6, .single-product .fancybox-container h6, .nectar-quick-view-box span.sku, .fancybox-container .formm h6 {
    opacity: .5;
    margin-bottom: 2em;
    font-size: 12px;
}

div#prodInfo .formm h3, 
.single-product .fancybox-container h3,
body .nectar-quick-view-box h1.product_title.entry-title,
.fancybox-container .formm h3 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 0px;
    padding-right: 50px;
    max-width: 600px;
}

html body  .fancybox-container  input::placeholder, html body  .fancybox-container  textarea::placeholder {
    font-size: 12px;
    letter-spacing: 1px;
}

html body[data-button-style^=rounded]  .fancybox-container  .fancybox-close-small {
    padding: 10px;
    right: 20px;
    top: 20px;
    border-radius: 50% !important;
}

html body  .fancybox-container span.wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 16px;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.fancybox-container form  span.wpcf7-list-item.first.last, 
.wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

 .fancybox-container form  .wpcf7-submit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px 60px 15px 80px;
    text-transform: uppercase !important;

}

.fancybox-container form .row {
    padding-bottom: 10px;
}

.fancybox-container form  span.wpcf7-list-item-label {
    font-size: 10px;
}

a#sendEnquiryButton {
    padding: 15px 30px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 25px;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    max-width: 100%;
}

a#sendEnquiryButton span.icon {
    font-size: 25px;
    line-height: 1em;
    padding-right: 13px;
}

#sendEnquiryButton:hover {
    opacity: .85;
    box-shadow: 0 20px 38px rgba(0,0,0,0.16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.single-product .nectar-global-section.before-footer {
    background-color: #000;
    padding-top: 0 !important;
}


.single-product #header-space{
    background-color: #000 !important;
}


.single-product.woocommerce .woocommerce-breadcrumb span:last-child {
    opacity: .55;
    color: white;
}


body[data-header-resize="0"].single-product .container-wrap, body[data-header-resize="0"].single-product .project-title {
    padding-top: 13px;
}

div#install {
    border-radius: 20px;
}

div#install label {
    display: flex;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #00427a;
}

.rightLine{
    padding-right: 70px;
    position: relative;
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    max-width: 320px;
    vertical-align: middle;
    line-height: 1.3em;
}

.rightLine:before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 2px;
    background-color: #fff;
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

.rightLine:hover:before{
    width: 25px;
}

.rightLine:hover{
    padding-left: 25px;
    padding-right: 45px;
}

.pInfo {
   display: flex;
}
body .pInfo  li, body .pInfo h5{
    font-size: 12px;
    line-height: 1.5em;
}

.pInfo h5{
    text-transform: uppercase;
}

.pInfo h5 a{
    text-decoration: underline;
}

.pInfo .image{
    flex: 0 0 40px;
    margin-right: 30px;
}

.infoSection{
    padding-right: 70px;
}



.infoSection *{
    color: #fff;
}

.gridColumsEqual{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}

div#infoSections {
    margin-top: 100px;
    margin-bottom: 50px;
}


.woocommerce-product-details__short-description .links a:first-child{
    margin-right: 30px;

}

#install span.wpcf7-form-control.wpcf7-acceptance {
    margin-top: 15px;
    display: block;
}
.descript li {
    font-size: 14px;
    line-height: 1.4em;
}

.woocommerce-product-details__short-description .links{
    margin-top: 50px; 
    display: flex;
    align-items: center;
}


.infoSection.datasheet a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    border-top: 2px solid #00427a;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.3em;
}

.infoSection.datasheet a:first-child {
    border-top: none;
}

.infoSection.datasheet a:hover {
    color: #00427a;
}

.infoSection.datasheet a span {
    position: absolute;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
}



table.woocommerce-product-attributes.shop_attributes *{
    color: #fff !important;
}
table.woocommerce-product-attributes.shop_attributes,
table.woocommerce-product-attributes.shop_attributes th,
table.woocommerce-product-attributes.shop_attributes td{
    background-color: transparent !important;
    border: none !important;
}

table.woocommerce-product-attributes.shop_attributes tr{
    display: inline-block;
    background-color: transparent !important;
    border: none !important;
}

table.woocommerce-product-attributes.shop_attributes th{
    width: auto !important;
    padding-right: 10px;
}

.nectar-shop-header .nectar-shop-header-bottom, #ajax-content-wrap ul.products li.product.minimal .price{
    display: none !important;
}


#prodFilter{
    overflow: hidden;
    /*max-height: 63px;
    transition: max-height 1200ms cubic-bezier(0.25,1,0.33,1);*/
    will-change:position;
    cursor: pointer;
}

.filter-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1200ms cubic-bezier(0.25,1,0.33,1), padding 1200ms cubic-bezier(0.25,1,0.33,1);
    padding-top: 0px;
}


#prodFilter.open .filter-content {
    max-height:500px;
    transition: max-height 500ms cubic-bezier(0.25,1,0.33,1), padding 500ms cubic-bezier(0.25,1,0.33,1) ;
    padding-top: 20px;
}

#prodFilter.fixed {
    position: fixed;
    top: 0;
}

#prodFilter .filter-title::after {
    display: inline-block;
    text-rendering: auto;
    content: "+";
    padding-left: 10px;
    
  }

 #prodFilter.open .filter-title::after{
    content: "-";
 }

body.single-product section.related.products > div{
    margin-bottom: 50px;
}


section.up-sells.upsells.products {
    display: none !important;
}


body .document-library-pro-button {
    background-color: #00427a;
    color: #fff;
    transition: all 300ms cubic-bezier(0.25,1,0.33,1);
    font-size: 13px !important;
    padding: 5px 20px !important;
    border-radius: 6px;
}

.document-library-pro-button:hover {
    background-color: #333;
    color: #fff;
}

.dlp-grid-card-file-info {
    display: none !important;
}

.dlp-grid-card-info .dlp-grid-card-categories {
    color: #74a9cb;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
}

.dlp-grid-card-featured-img a{
    width: 100%;
    height: 250px;
    overflow: hidden;
    
}

.dlp-grid-card-featured-img a img{
    width: 100%;

}

.dlp-grid-card-content {
    border: none;
}

.dlp-grid-card {
    border: 1px solid #cdcecf;
    border-radius: 10px;
    overflow: hidden;
}

.dlp-grid-card-title a {
    font-size: 18px;
    line-height: 1.2em;
    color: #000;
    font-weight: 400;
    display: block;
}

#docCat ul{
    display: flex;
    margin: 0;
}

#docCat ul li{
    list-style: none !important;
    margin-right: 20px;
}

#docCat ul li a{
    text-decoration: none;
    line-height: 40px;
}

#docCat ul li.active a{
    text-decoration:underline
}


#docCat form.dlp-document-search {
    margin: 0;
}

header.dlp-grid-header {
    display: none; 
}

#docCat  form.dlp-document-search button.button{
    padding: 10px 30px !important;
}

#docCat form.dlp-document-search input[type=search].dlp-document-search-field{
    padding: 5px 15px;
    background-color: rgba(255,255,255,0.1);
}

.dlp-document-search-container, .dlp-document-search-container + hr{
    display: none;
}

#docCat .dlp-document-search-container{
    display: block;
}

.page-id-1345 .nectar-sticky-row-wrap + .dlp-document-search-container{
    display: block;
}




.dlp-grid-documents {
    min-height: 400px;
}

#storerocket-widget{
    margin-bottom: 0;
}

.roundcol .column-image-bg-wrap .inner-wrap, .roundcol .column-bg-overlay-wrap.column-bg-layer {
    border-radius: 20px;
    overflow: hidden;
}

.caseStudy h3{
    font-weight: 300 !important;
}

.caseStudy {
    max-width: 47%;
}

#header-outer nav>ul>.megamenu>ul>li>ul{
    padding-left: 10px !important;
}

#header-outer nav>ul>.megamenu>ul>li>ul a{
    font-size: 13px;
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    line-height: 1.3em;
    align-items: center;
}


html body #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu{
    border-top: 6px solid #00427a !important;
}

#header-outer header .nectar-menu-icon-img{
    width: 30px;
}

#header-outer #top .sf-menu > .sf-with-ul > a.sf-with-ul + ul > li > a.sf-with-ul   {
    margin-bottom: 15px;

}

.columno2{
    margin-top: 46px;
}

.back + .back {
    display: none !important;
}


body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container.mobile-only {
    text-align: left;
   /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 208px);*/
}

body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container.mobile-only .secondary-header-items > li:first-child{
    border-top: 1px solid #545454;
    padding-top: 25px;
}

body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container.mobile-only  li a{
   opacity: 1 !important;
}

#slide-out-widget-area .off-canvas-menu-container.mobile-only {
    padding: 0px 10px;
}

body #slide-out-widget-area.fullscreen .inner{
    margin-top: 20px;
}

body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container.mobile-only .secondary-header-items li a{
    font-size: 13px !important;
    line-height: 13px  !important;
}

body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only li.menu-item-has-icon>a {
    justify-content:left;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before{
    display: none;
}

html .slide-out-widget-area-toggle.mobile-icon a>span {
    height: 15px;
}


html body .nectar-quick-view-box .descImages .imgCOn {
    background-color: #00427a;
    margin-left: 0;
}

html body .nectar-quick-view-box  .descImages img {
    width: 35px;
    height: auto;
}

.nectar-quick-view-box  .descript li {
    font-size: 12px;
    line-height: 1.4em;
}


html body .fancybox-slide .imagee > img {
    max-width: 100%;
    height: auto;
}

 html body .fancybox-container form textarea {
    padding: 10px;
    height: 100px;
}

.nectar-ajax-search-results .meta{
   /* display: none !important;*/
}



.nectar-quick-view-box .descImages > div {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nectar-quick-view-box  #sendEnquiryButton {
    color: #fff;
}

.nectar-quick-view-box .rightLine:before{
    background-color: #00427a;
}

.nectar-quick-view-box  span.sku {
    font-weight: 600;
}

.nectar-quick-view-box  a#getItInstalled {
    margin-bottom: 20px;
}

.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

body .products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:last-child{
    border-radius: 10px !important;
}


html body .yith-wcan-active-filters .active-filter .active-filter-label {
    border: 1px solid #00427a;
    color: #00427a;
    padding: 8px 15px 8px;
    border-radius: 19px;
    padding-right: 30px;
}

html body .yith-wcan-active-filters .active-filter .active-filter-label:after {
    background-color: #00427a;
    top: 9px;
    right: 6px;
   
}

.footerImages {
    margin-left: 80px;
    text-align: right;
}


html body .row .col .footerImages p img:not([srcset]) {
    width: 11vw;
}

.footerText p {
    font-size: 12px;
    line-height: 1.5em;
}

html body.page-id-1669 .nectar_icon_wrap a:hover + i {
    color: #b0b0b0 !important;
}

#mobileSpaces{
    display: none;
}

@media only screen and (max-width : 690px) {
    #mobileSpaces{
        display: block;
    }
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell img{
    border-radius: 60px;
    margin: 0 auto;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell a {
    text-decoration: none;
    display: block;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell .inner-wrap-outer > .inner-wrap{
    padding: 0;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell {
    margin-right: 0;
    width: 100px;
}

#textCon  #mobileSpaces svg{
    width: 12px;
}

#textCon  #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next, #textCon  #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{
    width: 40px;
}

div#mobileSpaces {
    left: 0;
    padding-top: 40px !important;
    /*padding-bottom: 50px !important;*/
    padding-bottom: 0px !important;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell a{
    opacity: 0;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell a.img-loaded{
    opacity: 1;
}

.loaded #textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell .wpb_text_column.wpb_content_element a{
    opacity: 1;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell .wpb_text_column.wpb_content_element a {
    transition: opacity .4s cubic-bezier(0.25,1,0.33,1) 2800ms;
    max-width: 80px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2em;
}

#textCon #mobileSpaces .nectar-flickity:not(.masonry) .flickity-slider .cell .wpb_text_column.wpb_content_element p{
    margin-bottom: 0;
}

#textCon #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: -20px;
    top: 32px;
    transition: opacity .4s cubic-bezier(0.25,1,0.33,1) 2800ms;
    opacity: 0;
}
#textCon #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{
    left:-20px;
    top: 32px;
    transition: opacity .4s cubic-bezier(0.25,1,0.33,1) 2800ms;
    opacity: 0;
}


.loaded #textCon #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next,
.loaded #textCon #mobileSpaces .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    opacity: 1;
}


#textCon #mobileSpaces li.dot {
    width: 30px !important;
}

#textCon #mobileSpaces .nectar-flickity .flickity-page-dots {
    bottom: -50px !important;
    display: none;
}


#textCon #mobileSpaces .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,
#textCon #mobileSpaces .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before{
    box-shadow: inset 0 0 0 5px #fff;
}


































@media only screen and (min-width : 1000px) {
    .wrkSpaces > .sub-menu{
        display: block !important;
    }

    .wrkSpaces > .sub-menu > li{
        display: inline-block !important;
        vertical-align: top;
    }

    .wrkSpaces > .sub-menu > li:first-child{
        width: calc( 100% * 0.33) !important;
    }

    .wrkSpaces > .sub-menu > li:last-child{
        width: calc( 100% * 0.66) !important;
    }

    .wrkSpaces > .sub-menu > li:last-child .sub-menu{
        columns: 2;
    }
}