body{
  background-color: #FFF;
  margin: 0 0 70px 0;
  padding: 0;
  min-width: 350px;
}
#mobileBarTop{
  position: fixed;
  top: -40px;
  left: 25%;
  right: 25%;
  height: 40px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  transition: 0.2s
}
#mobileBar{
  position: fixed;
  bottom: 8px;
  left: 35%;
  right: 35%;
  height: 4px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999999;
}
#browser{
  background: rgba(0, 0, 0, 0.2);
  width: calc(100% - 30px);
  height: 15px;
  padding:15px 15px;
  margin-top: 0;
  transition: 1s;
}
#browser .point{
  width:15px;
  height: 15px;
  border-radius: 10px;
  background-color: #FFF;
  float: left;
  margin-left: 6px;
}
#slider{
  margin-top:30px;
  height:300px;
  width:80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.1);
}
#content_Column{
  margin-top:30px;
  width:80%;
    max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#content_Column .column{
  width:calc(33% - 10px);
  float: left;
  min-height: 50px;
  margin: 0;
}
#content_Column .column:nth-child(2){
margin: 0 15px;
}
#content_Column .column .title span{
  width: 60%;
  padding-top: 8%;
  background: rgba(0, 0, 0, 0.25);
  margin-top: 8px;
  display: block;
}
#content_Column .column .title span:last-child{
  width: 90%!important;
}
#content_Column .column:nth-child(2) .title span:nth-child(1){
opacity: 0;
}
#content_Column .column .img{
  width: 100%;
  padding-top: 65%;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
#content_Column .column .text span{
  width: 100%;
  padding-top: 4%;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  display: block;
}
#content_Column .column .text span:last-child{
  width: 40%;
}
#content_List{
  padding-top:30px;
  width:80%;
    max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#content_List .item{
  padding: 10px 0;

}
#content_List .item .img{
  width: 40%;
  padding-top: 25%;
  background: rgba(0, 0, 0, 0.1);
}
#content_List .item .title{
  float:left;
    width: 50%;
          margin-left: calc(40% + 20px);
}
#content_List .item .title span{
      padding-top: 4%;
      background: rgba(0, 0, 0, 0.25);
      margin-bottom: 8px;
      display: block;
}
#content_List .item .title span:last-child{
  width: 50%;
}
#content_List .item .text{
  float: left;
  width: 50%;
  margin-left: calc(40% + 20px);
  margin-top: -16%;

}
#content_List .item .text span{
      padding-top: 2%;
      background: rgba(0, 0, 0, 0.2);
      margin-bottom: 8px;
      display: block;
}
#content_List .item .text span:last-child{
  width: 40%;
}
#touchCursor {
  display:none;
  position: absolute;
  height: 30px;
  width: 30px;
z-index: 999999999999999999999999999999999999999;
  transform: translateX(-50%) translateY(-50%);
  pointer-events:none;
}

#touchCursor span:nth-child(1) {
  background-color: rgba(0,0,0,0.1);
  height: 40px;
  width: 40px;
  z-index: 1;
  display: block;
    border-radius: 50%;
    position: absolute;
    top:0;
    right: 0;

}

#touchCursor span:nth-child(2) {
  background-color: rgba(0,0,0,0.1);
  height: 30px;
  width: 30px;
  display: block;
    border-radius: 50%;
    position: absolute;
    top:5px;
    right: 5px;
}
@media (max-width: 767px){
  * {
  cursor: none!important;
  }
  #touchCursor {
    display:block;
  }
  #slider{
    display: none;
  }
  #content_Column .column {
    width: 100%;
    float: none;
    margin:0 0 30px 0!important;
}
#content_Column .column .title span{
  padding-top: 5%;
  margin-top: 8px;
}
#content_Column .column .img{
  padding-top: 35%;
}
#content_Column .column .text span{
  padding-top: 2%;
  margin-top: 8px;
}

body:hover #mobileBar{
  background-color: rgba(0, 0, 0, 0.6);
}
#browser{
    margin-top: -50px;
}
}
@media (max-width: 400px){
#mobileBarTop{
top:-10px;
transition: 0.5s!important;
}
#mobileBar{
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
}
