        *{
            padding: 0;
            box-sizing: border-box;
        }
        
        html{
        /*    background-color: #eee;*/
        /*    background-color: #000000;*/
        /*      background-color: lightgrey;*/
              background-color: white;
        }
        
        body{
            font: normal 14px sans-serif;
            margin:0 auto;
        }
        
        header{
            box-sizing: border-box;
            text-align: center;
            width: 100%;
            padding: 25px 40px;
            background-color: #3A56B7;
            overflow: hidden;
        }
        
        
        header h1{
            float: left;
            font: normal 24px/1.5 'Open Sans', sans-serif;
            color: #fff;
        }
        
        header a{
            color:#fff;
            float: right;
            text-decoration: none;
            display: inline-block;
            padding: 13px 50px;
            border-radius: 3px;
            font: bold 14px/1 'roboto', sans-serif;
            text-transform: capitalize;
            background-color:#F05283;
            font-weight: bold;
        
        }

        #player-container{
            //overflow: hidden;
            //position: relative;
            //width:100%;
            //height: auto;
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; 
            height: 0;
        }
    
        
        #player{
            position: absolute;
            top:0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 2px solid black;
            margin: 0 auto;
            //position: absolute;
            //top: 0;
           // left: 0;
           // width: 804px;
           // height: 454px;
        
        }
        
        #playPauseImage{
            display: none;
            margin: 0 auto;
            border: 2px solid black;
            max-width: 100%;
            height: auto;
            
        //    height: 454px;
        //    width: 804px;
        }
        
        .pauseImage{
            display: none;
            margin: 0 auto;
            border: 2px solid black;
            max-width: 100%;
            height: auto;
        }
        
        #controls{
            text-align: center;
            margin:0 auto;
            max-width: 100% ;
            color: black;
        }
        
        #controls ul{
            list-style: none;
            margin:0 auto;
        }
        
        #controls pre{
            border: 6px solid #E7E9F3;
            box-shadow: 0 1px 2px rgba(0,0,0,0.2);
            margin:0 auto;
        }
        
        #controls ul li {
            margin:0 auto;
        }
        
        #controls ul li code{
            padding: 5px;
            line-height: 1.45;
            font-size: 13px;
            margin:0 auto;
        }
        
        
        h2{
            display: block;
            margin-bottom: 10px;
            font-size: 26px;
            color: black;
            text-align: center;
        }
        
        h2 ~ * {
            margin-bottom: 10px;
        }
        
        h2 + pre {
            margin-top: 20px;
        }
        
        .thumbnail{
            cursor: pointer;
        //    margin: 0 10px 20px 0;
            border: 2px solid black;
            box-shadow: 0 1px 1px #ccc;
            width: 160px;
        }
        
        .thumbnail-switch{
            cursor: pointer;
        //    margin: 0 10px 20px 0;
            border: 2px solid red;
            box-shadow: 0 1px 1px #ccc;
            width: 160px;
        }
        .thumbnail-container {
            overflow-x:scroll;
            overflow-x: hidden;
            overflow-x: auto;
            height:800px;
            padding: 0 15px;
            margin:0 auto;
            
        }
        
        .thumbnail-list {
            position:absolute;
            top:155px;
            right:8%;
            width: 150px;
        }
        
        .equipment-list {
            //position:absolute;
            //top:155px;
            //left:8%;
            //width: 150px;
        }
        
        #thumbnail-ul {
            list-style-type: none;
            margin:0 auto;
        }
        
        
        .thumbnail-image {
            cursor: pointer;
            display: block;
            padding: 2px;
            max-width: 20px;
            height:auto;
        }
        
        #circuitCount{
         
        }
        #circuitCounter{
            
        }
        #current-time{
            margin-right: 30px;
            
        }
        
        .player-labels {
            color:$logo_color;
        }
        
        #progress-bar{
            position: relative;
            width: 100%;
            height: 20px;
            cursor: pointer;
            margin:0 auto;
        }
        
        
        #controls i {
            color: black;
            font-size: 32px;
            cursor: pointer;
            margin:0 auto;
        }
        
        #volume-input{
            height: 32px;
            width: 45px;
        }
        
        #next,
        #prev{
            display: block;
        }
        
        
        @media (max-width: 1000px) {
        
            header h1{
                float: none;
            }
        
            header a{
                margin-top: 25px;
                float: none;
            }
        }
        
        @media (max-width: 1200px) {
        
            #player{
                max-width: 100%;
                position: static;
            }
        
            #controls{
                margin: 0 auto;
            }
        
            #bsaHolder{ 
                display:none;
                
            }
            }
        
        }
        
        .center-div
        {
             margin: 0 auto;
             width: 100%;
        }
        
        .embedded-video-16-9 {
          width:  90vw;
          height: 50.625vw; /* 90*9/16 */
          margin-left: 5vw;
          margin-right: 5vw;
        }
        
        .styled {
            border: 0;
            line-height: 2.5;
            padding: 0 20px;
            font-size: 1rem;
            text-align: center;
            color: #fff;
            text-shadow: 1px 1px 1px #000;
            border-radius: 10px;
            background-color: rgba(220, 0, 0, 1);
            background-image: linear-gradient(to top left,
                                              rgba(0, 0, 0, .2),
                                              rgba(0, 0, 0, .2) 30%,
                                              rgba(0, 0, 0, 0));
            box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                        inset -2px -2px 3px rgba(0, 0, 0, .6);
        }
        
        .styled:hover {
            background-color: rgba(255, 0, 0, 1);
        }
        
        .styled:active {
            box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                        inset 2px 2px 3px rgba(0, 0, 0, .6);
        }
        
        .button {
            display: inline-block;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            color: #ffffff;
            background-color: #7aa8b7;
            border-radius: 6px;
            outline: none;
        }
         .object-information-icon {
         position: relative;
          display: inline-block;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          font-size: 16px;
          font-weight: 100;
          color: #005A9C;
          line-height: 12px;
          text-align: center;
          //background: white;
          //border: 1px #005A9C solid;
          cursor: context-menu;
          margin-left: 4px;
        }
        
        *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}


.fit-container {
  height: 120px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.fit-container .logo {
  max-width: 1000px;
  padding: 0 10px;
  overflow: hidden;
}

.fit-container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.fit-container .logo a img {
  max-width: 100%;
  max-height: 100px;
}

.fit-container .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.fit-container .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit-container .navbar ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding: 0 10px;
  font-weight: bold;
}

.fit-container .navbar ul li a:hover {
  color: $logo_color;
  background-color: white;
}

.fit-container .navbar ul .close {
  display: none;
  text-align: right;
  padding: 10px;
}

.fit-container .navbar ul .close span {
  font-size: 40px;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0 10px;
  cursor: pointer;
}

.fit-container .navbar .icon-bar {
  padding: 18px 8px;
  width: 50px;
  height: 60px;
  display: none;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.fit-container .navbar .icon-bar i {
  background-color: #333;
  height: 2px;
}

@media only screen and (max-width: 1200px) {
  .fit-container {
    -webkit-box-pack: justify;
    -ms-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fit-container .logo {
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fit-container .navbar {
    -webkit-box-flex: 0;
    -ms-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 0;
    flex: 0;
  }

  .fit-container .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
  }

  .fit-container .navbar ul li a {
    padding: 10px;
    font-size: 16px;
    height: auto;
    line-height: normal;
    color: #555555;
  }

  .fit-container .navbar ul .close {
    display: block;
  }

  .fit-container .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fit-container .navbar ._Menus-show {
    left: 0;
  }
}