/*SIDEBAR*/
.pop-sidebar {
  display: none;
}

@media screen and (min-width: 1200px) {
  .pop-sidebar {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    right: -200px;
    position: fixed;
    top: 0;
    -moz-transition: right 0.2s linear;
    -o-transition: right 0.2s linear;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
    width: 200px;
    z-index: 9001;
    /* IT'S OVER 9000! */
    display: block !important;
  }

  .open {
    right: 0px !important;
  }

  .pop-sidebar .scrollrd {
    overflow-y: scroll;
    height: 100%;
    direction: rtl;
  }

  .pop-sidebar .scrollrd::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .pop-sidebar .scrollrd::-webkit-scrollbar-track {
    background-color: rgba(113, 112, 107, 0.3);
    -webkit-border-radius: 5px;
  }

  .pop-sidebar .scrollrd::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
  }

  .pop-sidebar .scrollrd::-webkit-scrollbar-thumb:vertical:hover,
  .pop-sidebar .scrollrd::-webkit-scrollbar-thumb:horizontal:hover {
    background: #0080b4;
  }

  .pop-sidebar .scrollrd::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
  }

  .pop-sidebar #menuToggle {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: relative;
    height: 40px;
    left: -50px;
    top: 75px;
    width: 50px;
  }

  .pop-sidebar #menuToggle span {
    background: white;
    display: block;
    height: 10%;
    left: 10%;
    position: absolute;
    top: 45%;
    width: 80%;
  }

  .pop-sidebar #menuToggle span:before,
  .pop-sidebar #menuToggle span:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -250%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%;
  }

  .pop-sidebar #menuToggle span:after {
    top: 250%;
  }

  .pop-sidebar h1 {
    color: white;
    text-align: center;
    margin: auto;
    padding: 0px;

    font-size: 25px;
    font-weight: bold;
  }

  /*
  .pop-sidebar h2 {
    color: white;
    text-align: center;
    margin: auto;
    padding: 0px;
    height: 35px;

    font-size: 20px;
    font-weight: 400;
  }
  */
  .pop-sidebar p {
    color: white;
    text-align: center;
    margin: auto;
    padding: 0px;
    height: 35px;

    font-size: 20px;
    font-weight: 400;
  }

  .pop-sidebar hr {
    margin: auto;
    border-color: #0080b4;
    margin-bottom: 10px;
  }

  /*
  .pop-sidebar h1:nth-child(n) {
    color: white;
    display: block;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;

    cursor: pointer;
    background: url(https://lenoxlaser.com/wp-content/uploads/2016/06/arrow_down.png) no-repeat center left !important;
    font-size: 1.5rem;
    font-weight: normal;
    padding-left: 30px;
  }

  .pop-sidebar h1:nth-child(n):after {
    background: #0080b4;
    content: "";
    display: block;
    height: 2px;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    width: 0;
  }

  .pop-sidebar h1:nth-child(n):hover:after {
    width: 100%;
  }
  */

  .open {
    right: 0;
  }

  .open #menuToggle span {
    background: transparent;
    left: 10%;
    top: 45%;
  }

  .open #menuToggle span:before,
  .open #menuToggle span:after {
    background: white;
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #menuToggle span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menuToggle .navClosed {
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
  }

  #menuToggle .navClosed:before,
  #menuToggle .navClosed:after {
    -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
    -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transition-delay: 0.1s, 0.1s;
    transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
  }

  #menuToggle .navOpen {
    -moz-transition: background 0.1s linear 0.2s;
    -o-transition: background 0.1s linear 0.2s;
    -webkit-transition: background 0.1s linear;
    -webkit-transition-delay: 0.2s;
    transition: background 0.1s linear 0.2s;
  }

  #menuToggle .navOpen:before,
  #menuToggle .navOpen:after {
    -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
    -o-transition: top 0.2s linear, -o-transform 0.2s linear;
    -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
    transition: top 0.2s linear, transform 0.2s linear;
  }

  /*
  .accordion h1,
  h2 {
    cursor: pointer;
    background: url(https://lenoxlaser.com/wp-content/uploads/2016/06/arrow_down.png) no-repeat center left !important;
  }

  .accordion h1 {
    font-size: 1.5rem;
    font-weight: normal;
    padding-left: 30px;
  }

  .accordion div {
    display: none;
  }

  .accordion h2 {
    font-size: 18px;
    padding-left: 30px;
    margin-left: 15px;
    line-height: 22px;
    color: #ffffff;
  }

  .accordion h2 ul li {
    padding-left: 25px;
  }
  */

  a.acc-link {
    color: white !important;
    text-align: center;
    margin: auto;
    padding: 0px;
    height: 35px;

    font-size: 20px;
    font-weight: 400;
  }

  a.acc-link:hover {
    color: #6fd5ff !important;
  }

  /*
  .acc-list {
    padding-left: 20px;
    margin-left: 45px !important;
    padding-right: 7px;
  }
  */
  .doubleline {
    line-height: 125%;
    height: 50px !important;
  }
}