
@media only screen and (max-width: 899px) {
  div.cap {
    display: block;
    height: 100%;
    width: 50%;
    background: url('../images/DockPlatFormMobile.png') bottom left no-repeat;
  }
  
  div.cap.left {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  
  div.cap.right {
    background-position: right bottom;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  ul.osx-dock { 
    display: inline-block;
    height: 40px;
    min-width: 20px;
    min-height: 50px;
    padding: 0 40px 0 0;
    background: url('../images/DockPlatFormMobile.png') no-repeat right bottom;
    overflow: hidden;
    margin: 0 0 0 40px;
  }
  
  ul.osx-dock li {
    display: block;
    position: relative;
    float: left;
    /* height: 100%; */
    width: 35px;
    /* min-width: 42.5px; */
    /* height: 85px; */
    margin: 10px 0 4px 0;
  
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;
  
    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    text-align: center;
  }
  
  ul.osx-dock li a {
    display: block;
    height: 20px;
    padding: 0 2px;
  
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;
  
    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    margin: 0;
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));
  }
  
  ul.osx-dock li a img {
    width: 20px;
    /* margin-bottom: 10px; */
    /* padding: 1px; */
  }
  
  ul.osx-dock li:hover {
    margin-left: 0px;
    margin-right: 0px;
    z-index: 200;
  }
  
  ul.osx-dock li:hover a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  
  ul.osx-dock li.nearby {
    margin-left: 6px;
    margin-right: 6px;
    z-index: 100;
  }
  
  ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  
  ul.osx-dock li span {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top:30px;
    right: 0px;
    /* bottom: 100px; */
    /* text-align: center; */
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    font-size: 4px;
    font-style: 'Montserrat';
    font-weight: bold;
    /* padding: 1px; */
    border-radius: 6px;
    color: rgb(255, 255, 255);
  }
  
  /* ul.osx-dock li:hover span {
    display: block;
  }
   */


   .parentDiv {
     position: relative;
   }

  div#dockContainer {
    position: absolute;
    bottom: 10px;
    /* top: 1080px; */
    /* top: 1080px; */
    /* right: 0; */
    /* right:0px;
    bottom: 50px; */
    height: 40px;
    /* padding: 50px 0 0; */
    text-align: center;
    border-radius: 6px;
    width: 100%;
    line-height: 1;
    /* z-index: 100; */
  }
  
  div#dockWrapper {
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom: solid 3px rgba(138, 138, 138, 0.9);
    line-height: 0;
  }
}

@media only screen and (min-width :900px){
  div.cap {
    display: block;
    height: 100px;
    width: 40px;
    background: url('../images/DockPlatform.png') bottom left no-repeat;
  }
  
  div.cap.left {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  
  div.cap.right {
    background-position: right bottom;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  ul.osx-dock { 
    display: inline-block;
    /* height: 130px; */
    min-width: 20px;
    min-height: 50px;
    padding: 0 40px 0 0;
    background: url('../images/DockPlatform.png') no-repeat right bottom;
    overflow: hidden;
    margin: 0 0 0 40px;
  }
  
  ul.osx-dock li {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    width: 85px;
    min-width: 42.5px;
    /* height: 85px; */
    margin: 30px 0 4px 0;
  
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;
  
    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    text-align: center;
  }
  
  ul.osx-dock li a {
    display: block;
    /* height: 60px; */
    padding: 0 2px;
  
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    transition: 0.15s linear;
  
    -webkit-transition-property: -webkit-transform margin;
    -moz-transition-property: -moz-transform margin;
    -o-transition-property: -o-transform margin;
    -ms-transition-property: -ms-transform margin;
    transition-property: transform margin;
    margin: 0;
    -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));
  }
  
  ul.osx-dock li a img {
    width: 48px;
    margin-bottom: 10px;
    /* padding: 1px; */
  }
  
  ul.osx-dock li:hover {
    margin-left: 0px;
    margin-right: 0px;
    z-index: 200;
  }
  
  ul.osx-dock li:hover a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  
  ul.osx-dock li.nearby {
    margin-left: 6px;
    margin-right: 6px;
    z-index: 100;
  }
  
  ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
  }
  
  ul.osx-dock li span {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top:55px;
    right: 0px;
    /* bottom: 100px; */
    /* text-align: center; */
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    font-size: 11px;
    font-style: 'Montserrat';
    font-weight: bold;
    /* padding: 1px; */
    border-radius: 6px;
    color: rgb(255, 255, 255);
  }
  
  /* ul.osx-dock li:hover span {
    display: block;
  }
   */


   .parentDiv {
     position: relative;
   }

  div#dockContainer {
    position: absolute;
    bottom: 3%;
    /* top: 1080px; */
    /* top: 1080px; */
    /* right: 0; */
    /* right:0px;
    bottom: 50px; */
    /* height: 120px; */
    /* padding: 50px 0 0; */
    text-align: center;
    border-radius: 6px;
    width: 100%;
    line-height: 1;
    /* z-index: 100; */
  }
  
  div#dockWrapper {
    width: auto;
    display: inline-block;
    position: relative;
    border-bottom: solid 3px rgba(138, 138, 138, 0.9);
    line-height: 0;
  }
}