@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-color: #fff #fff;
    scrollbar-width: none; }
  ::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }
  #wpadminbar {
    display: none; }
  #map1 {
    height: 450px !important; }
  .nowrap {
    white-space: unset !important; }
  .nobordermobile {
    border: none !important; }
    .nobordermobile .vce-col-inner {
      border: none !important; }
  .margintm {
    margin-top: 25px !important; }
  .marginbm {
    margin-bottom: 25px !important; }
  .nomobile {
    display: none !important; }
  .fullmobile, .widget-area {
    margin-left: -40px;
    margin-right: -40px; }
  /*******************************************************************************************************/
  /***************** header ******************/
  .site-header.padding140x.padding35t.padding120b {
    padding-bottom: 0 !important; }
  header {
    margin: 0; }
    header .padding416x {
      padding: 0 !important; }
    header .content-header {
      background: #000;
      position: unset;
      float: left; }
    header .main-navigation {
      float: left !important;
      width: 100% !important; }
      header .main-navigation .headerpart1 {
        width: calc(81% - 1px) !important;
        padding: 15px 0 !important;
        text-align: left !important;
        background-color: #000; }
        header .main-navigation .headerpart1 .headertel {
          float: left !important;
          text-align: center;
          padding-bottom: 0 !important;
          color: #fff;
          font-size: 14px !important; }
          header .main-navigation .headerpart1 .headertel .yellow {
            color: #fff; }
      header .main-navigation .info {
        width: 19% !important;
        height: 50px;
        background-color: #494849 !important;
        background-image: url("/wp-content/themes/vsc-theme/images/facebook.svg");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
        header .main-navigation .info a {
          width: 100%;
          height: 100%; }
        header .main-navigation .info img {
          display: none; }
    header .site-branding {
      margin: 14px 30px;
      display: block; }
      header .site-branding img {
        width: 100%;
        height: auto;
        margin: 20px 0 20px 10px;
        min-width: 200px !important;
        padding: 0 !important; }
      header .site-branding .rs-header {
        width: 100%;
        float: left !important;
        padding: 13px 0 !important;
        background: #d7595a; }
        header .site-branding .rs-header .insta, header .site-branding .rs-header .tel, header .site-branding .rs-header .fb {
          float: left !important; }
        header .site-branding .rs-header .tel {
          padding-left: 20px;
          line-height: 1.5; }
  /************ menu mobile ***********/
  /*********** sidebar menu mobile **************/
  .bar {
    display: block;
    border-top: 2px solid #fff;
    width: 33px;
    margin: 7px auto;
    border-radius: 10px; }
  .bar.top {
    margin-top: 8px; }
  .bar.bottom {
    margin-bottom: 0; }
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .nav-right {
    position: fixed;
    right: 0;
    background: #232323;
    top: 0;
    padding: 24px 15px;
    width: calc(19% - 30px);
    text-align: center;
    z-index: 3; }
    .nav-right .menu-opened {
      right: 70vw;
      position: relative;
      width: 100%;
      text-align: left;
      display: block;
      float: left; }
  .nav-right.visible-xs {
    z-index: 3; }
  .nav-right {
    position: absolute; }
  .hidden-xs {
    display: block; }
  .visible-xs {
    display: none; }
  .middle {
    margin: 0 auto; }
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .button.active .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg); }
  .button.active .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg); }
  .button.active .middle {
    width: 0; }
  header .menu {
    height: 100%;
    max-width: 90% !important;
    position: fixed !important;
    top: 0;
    z-index: 1;
    right: 0 !important;
    background-color: #232323 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    header .menu li {
      min-width: 195px !important; }
  .move-to-left {
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    transform: translateX(-85%);
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-overflow-scrolling: touch; }
    .move-to-left #primary-menu {
      display: block !important; }
    .move-to-left .stickytext {
      display: block !important; }
    .move-to-left.mobilemv {
      -webkit-transform: translateX(-85%);
      -moz-transform: translateX(-85%);
      -ms-transform: translateX(-85%);
      -o-transform: translateX(-85%);
      transform: translateX(-85%);
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-overflow-scrolling: touch; }
    .move-to-left.site-branding {
      /*height: auto;
      max-width: 25% !important;
      float: right;
      padding-right: 12px;*/
      display: block; }
      .move-to-left.site-branding img, .move-to-left.site-branding a {
        -webkit-transform: translateX(-85%);
        -moz-transform: translateX(-85%);
        -ms-transform: translateX(-85%);
        -o-transform: translateX(-85%);
        transform: translateX(-85%);
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767px) and (max-width: 320px) {
    .move-to-left .stickytext {
      display: none !important; } }

@media (max-width: 767px) {
  .content-header .site-branding a {
    line-height: 1;
    float: left;
    max-width: 80%;
    padding: 0 7px; }
  .contentpos {
    position: fixed !important; }
  /************ end sidebar menu mobile **********/
  .cssmenu {
    /*position: fixed;
    z-index: 5;
    width: 100%;
    max-width: 100% !important;*/ }
    .cssmenu ul {
      width: 100%;
      display: none;
      position: relative;
      z-index: 3;
      padding: 80px 0;
      float: none !important; }
      .cssmenu ul li {
        background: #232323;
        width: 100%;
        padding: 0 30px 0 25px;
        margin-top: -1px;
        display: block;
        box-sizing: border-box; }
        .cssmenu ul li:last-child {
          padding-right: 30px; }
        .cssmenu ul li a {
          width: 100%;
          border-bottom: 0;
          color: #ffffff !important;
          font-size: 18px;
          border-top: 1px solid #fff;
          padding: 15px 0;
          text-transform: none;
          text-align: left; }
      .cssmenu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        background: none;
        margin: 0;
        text-align: left;
        padding: 0;
        border: none; }
        .cssmenu ul ul li {
          max-height: none;
          height: auto;
          background: #69c6f9 !important;
          padding: 0 35px !important; }
          .cssmenu ul ul li a {
            width: 100%;
            border-bottom: 0;
            padding: 10px 0 !important;
            color: #000;
            background: none;
            border: none; }
          .cssmenu ul ul li:hover > a {
            color: #000; }
          .cssmenu ul ul li.active > a {
            color: #000; }
        .cssmenu ul ul ul {
          position: relative;
          left: 0 !important;
          width: 100%;
          text-align: left;
          border-top: none; }
          .cssmenu ul ul ul li {
            background-color: rgba(242, 233, 197, 0.22) !important;
            max-height: none;
            padding: 0 5px !important; }
            .cssmenu ul ul ul li a {
              border: none; }
            .cssmenu ul ul ul li.active a {
              border-left: none; }
        .cssmenu ul ul .submenu-button {
          height: 34px;
          width: 34px;
          right: 36px;
          top: 3px; }
          .cssmenu ul ul .submenu-button:after {
            top: 19px;
            left: 8px; }
        .cssmenu ul ul > li.has-sub > a:after {
          display: none; }
        .cssmenu ul ul > li.has-sub > a:before {
          display: none; }
    .cssmenu > ul > li {
      float: none; }
      .cssmenu > ul > li.has-sub > a {
        position: relative; }
        .cssmenu > ul > li.has-sub > a:after {
          display: none; }
        .cssmenu > ul > li.has-sub > a:before {
          display: none; }
      .cssmenu > ul > li.has-sub > ul > li.active > a {
        border-top: none; }
    .cssmenu > ul ul > li.has-sub > ul > li.active > a {
      border-top: none; }
    .cssmenu #head-mobile {
      display: block;
      /*padding: 74px;*/
      color: #000;
      font-size: 12px;
      font-weight: 700; }
    .cssmenu .submenu-button.submenu-opened:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      -o-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg); }
    .cssmenu .submenu-button:after {
      content: '';
      display: block;
      height: 30px;
      width: 30px;
      position: absolute;
      top: 25px;
      bottom: auto;
      right: 8%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(/wp-content/themes/vsc-theme/images/arrow-down.svg) no-repeat center center;
      background-size: 40% 100%;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .cssmenu li:hover > ul > li {
      height: auto; }
    .cssmenu .contactmobilesidebar {
      background: #000;
      padding: 0;
      text-align: center; }
      .cssmenu .contactmobilesidebar a {
        border: none;
        padding: 23.5px 30px;
        text-transform: uppercase;
        line-height: 1;
        font-size: 12px; }
    .cssmenu .telmobilesidebar {
      background: none;
      text-align: center;
      padding: 15px 0; }
      .cssmenu .telmobilesidebar a {
        border: none;
        font-size: 18px;
        color: #000 !important; }
    .cssmenu .telemenu a {
      border: none;
      font-size: 20px;
      padding: 40px 0;
      text-align: center; }
    .cssmenu .fbmenu, .cssmenu .instamenu, .cssmenu .linkmenu {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      float: right;
      min-width: unset !important;
      padding-left: 0; }
      .cssmenu .fbmenu a, .cssmenu .instamenu a, .cssmenu .linkmenu a {
        width: auto;
        border: none;
        font-size: 42px; }
  .services-menu li {
    width: calc(100% - 70px) !important; }
  /************* end header *****************/
  /*****************************************************************************************************/
  /******** general ***********/
  .padding330x .padding53, .padding330x .padding53.vce-row.vce-element--has-background {
    background-color: #08628b; }
  .fullwidthimg img {
    border-radius: 10px !important; }
  .padding140l.padding167r .padding135r {
    padding: 0 !important; }
  .padding140x .padding140x, .padding278x .padding140x {
    padding: 0 !important; }
  .home .fullwidthimg {
    margin: 0 -35px; }
  .hovergrey {
    margin-bottom: 25px; }
  .padding140x .padding208x {
    margin: 0 -35px; }
  .bgheader.padding140l {
    padding-left: 35px;
    padding-right: 35px; }
  br {
    display: none; }
  .bgredcc br, .bgredc br, .bgred br, .bgredcr br {
    display: block; }
  .nobgmobile .vce-asset-background-simple--position-right-center .vce-asset-background-simple-item {
    background: none !important; }
  .padding208x.padding100y .vce-asset-background-simple--position-right-center .vce-asset-background-simple-item {
    background-position: 0 !important; }
  .padding208x.padding100y .vce-asset-background-simple--position-left-center .vce-asset-background-simple-item, .padding208x.padding100y .vce-asset-background-simple--position-left-top .vce-asset-background-simple-item {
    background-position: 100% !important; }
  .max50mobile {
    max-width: 50%;
    margin: 0 auto; }
  .single-cat .widget-area {
    padding-right: 35px;
    padding-left: 35px; }
  .ctel .btnredc a {
    float: none !important; }
  .cformblue {
    margin-top: 35px; }
    .cformblue .padding53, .cformblue .padding53.vce-row.vce-element--has-background {
      background-color: #08628b; }
  .mapmobile {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .mobile100 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 12px 0; }
  footer br {
    display: block; } }

/*# sourceMappingURL=../css/mobile.css.map */
