.navbar-inverse {
  background: white;
  border-bottom: 1px solid #eeeeee;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
  color: #444;
}

.navbar-toggle {
  background: #444;
}

a {
  color: #e27576;
}

a:hover {
  color: #e27576;
}

.fa {
  width: 20px;
  text-align: center;
}

.cover-container {
  background-image: url("/images/cover.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #f9f9f9;
}

.cover-body {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  font-weight: bold;
}

.cover-body p {
  margin-top: 10px;
}

.top-section {
  background: #e27576;
}
.odd-section {
  background: #f9f9f9;
}

.even-section {
  background: #fff;
}

.app-small-icon {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: block;
  margin: 20px auto
}

.go-store-image {
  width: 200px;
  margin-bottom: 20px
}

.btn-go-site {
  border-radius: 0;
  color: #e27576;
  background-color: #ffffff;
  border: 1px solid #e27576;
  border-radius: 20px;
  padding: 10px 0 10px 10px;
  margin: 0 0 10px 0;
  display: block;
  cursor: pointer;
}

.btn-go-site:hover {
  text-decoration: none;
  cursor: pointer;
}

@media screen and min-width(480px) {
  .btn-go-site:hover {
    color: #fff;
    background-color: #e27576;
    text-decoration: none;
    cursor: pointer;
  }
}

.footer {
  margin: 20px 0;
}

.footer a {
  color: #000;
}

.title {
  color: #ffffff;
  padding: 18px 0;
  font-size: 20px;
  margin: 50px 0 0 0;
}

.detail {
  margin: 20px 0;
}

.togo-mission-title {
  color: #ffffff;
  background: #e27576;
  text-align: center;
  padding: 0px;
  margin: 20px 0;
  border-radius: 5px;
  position: relative;
}

.togo-mission-title:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e27576;
}

.togo-mission-title p {
  padding: 10px;
}

/* vrplayer */

#vrplayer {
  position: relative;
  height: 500px;
  margin: 0;
}
@media (max-width:767px) {
  #vrplayer {
    height: 300px;
  }
}

#vrplayer:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
#vrplayer_controller {
  position: absolute;
  color: white;
  bottom: 0px;
  height: 60px;
  font-size: 20px;
  width: 100%;
}
#vrplayer_play_button {
  cursor: pointer;
  float: left;
  width: 10%;
  text-align: center;
  margin: 5px 0;
}
#vrplayer_progress {
  float: left;
  background: #eeeeee;
  height: 20px;
  width: 85%;
  margin: 5px 0;
  cursor: pointer;
}
#vrplayer_progress_bar {
  background: #428bca;
  height: 20px;
  width: 0px;
}
#vrplayer_time {
  font-size: 12px;
  text-align: right;
  padding: 0 20px;
}
.clear {
  width: 100%;
  clear: both;
}
