@charset "utf-8";
/* CSS Document */

/*ranger*/

body,
html {
  margin: 0 auto;
  width: 750px;
  height: 100%;
}

body {
  background: #ffffff;
}

@font-face {
  font-family: 'SF_Pro_bold';
  src: url('../font/SF-Pro-Display-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF_Pro_medium';
  src: url('../font/SF-Pro-Display-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF_Pro_Regular';
  src: url('../font/SF-Pro-Display-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF_Pro_Light';
  src: url('../font/SF-Pro-Display-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.f-SF_Pro_bold {
  font-family: 'SF_Pro_bold';
}

.f-SF_Pro_medium {
  font-family: 'SF_Pro_medium';
}

.f-SF_Pro_Regular {
  font-family: 'SF_Pro_Regular';
}

.f-SF_Pro_Light {
  font-family: 'SF_Pro_Light';
}

.cf {
  clear: both;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

/*==========  Mobile First Method  ==========*/

#content-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  background-size: contain;
}

#content-wrapper .container {
  padding: 0;
  position: relative;
}

header {
  width: 100%;
  float: left;
  margin: 4% 0 0 0;
}

header .left-stack {
  width: 30%;
  display: block;
  float: left;
  margin-left: 4%;
}

header .left-stack img {
  max-width: 100%;
}

header .right-stack {
  width: 58%;
  display: block;
  float: left;
  margin-right: 4%;
  margin-left: 4%;
  font-size: 46px;
  color: #1d1d1f;
  line-height: 55px;
}

header .right-stack h5 {
  font-size: 41px;
  color: #1d1d1f;
}

header .right-stack h6 {
  font-size: 26px;
  color: #8a8a8e;
  line-height: 26px;
}

header .right-stack .rowline {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

header .right-stack .rowline a {
  width: 50%;
  display: block;
  color: #ffffff;
  background: #0a84ff;
  text-align: center;
  line-height: 25px;
  font-size: 33px;
  border-radius: 50px;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  margin: 4% 0 0 0;
}

header .right-stack .rowline a::before {
  animation: shiny-btn1 3s ease-in-out infinite;
}

header .right-stack .rowline span {
  width: 35%;
  display: block;
  color: #8a8a8e;
  line-height: 25px;
  font-size: 23px;
  text-decoration: none;
  margin: 12% 0 0 3%;
}

header .right-stack .rowline img {
  width: 8%;
  height: 8%;
  margin: 8% 0 0 36%;
  right: 0;
  text-align: right;
}

.rowline .img-responsive {
  width: 0.15%;
}

.custom-btn {
  width: 230px;
  height: 60px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  /*transition: all 0.3s ease;*/
  position: relative;
  display: inline-block;
  outline: none;
  line-height: 25px;
  font-size: 33px;
  border-radius: 50px;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  margin: 4% 0 0 0;
}

.btn-11 {
  border: none;
  background: #0a84ff;
  color: #fff;
  overflow: hidden;
}

.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

.btn-11:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
  opacity: 0.7;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.header-info {
  width: 100%;
  margin: 4% auto 0 auto;
  float: left;
  border-top: 1px solid #cccccc;
}

.scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 0;
  cursor: default;
  overflow: scroll hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
  display: none;
}

.scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}

.scroll .ratings {
  width: 32%;
  height: auto;
  flex: 0 0 auto;
  margin: 4% 0;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 22px;
  text-align: center;
  background: url('../images/line.jpg') top right no-repeat;
}

.scroll .Capacity {
  width: 32%;
  height: auto;
  flex: 0 0 auto;
  margin: 4% 0;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 22px;
  text-align: center;
  background: url('../images/line.jpg') top right no-repeat;
}

.scroll .ratings h1,
.scroll .Capacity h1 {
  color: #8a8a8e;
  font-size: 44px;
  padding: 15px 0 0 0;
}

.scroll .ratings h2,
.scroll .Capacity h2 {
  color: #8a8a8e;
  font-size: 22px;
  padding: 10px 0 0 0;
}

.scroll .publisher {
  width: 32%;
  height: auto;
  flex: 0 0 auto;
  margin: 4% 0;
  color: #a2a2a2;
  font-size: 22px;
  text-align: center;
  background: url('../images/line.jpg') top right no-repeat;
}

.scroll .publisher h1 {
  color: #8a8a8e;
  font-size: 44px;
  padding: 15px 0 0 0;
}

.scroll .publisher h2 {
  color: #8a8a8e;
  font-size: 22px;
  padding: 5px 0 0 0;
}

.banner {
  width: 100%;
  margin: 4% auto 4% auto;
  float: left;
}

.scroll .banner-img {
  width: 90%;
  height: auto;
  flex: 0 0 auto;
  margin: 0 4% 0 2%;
  border: none;
  outline: none;
}

.describe {
  float: left;
  width: 90%;
  margin: 4% 4% 4% 4%;
  border-top: 1px solid #cccccc;
  padding: 5px 0 0 0;
}

.describe h1 {
  color: #1d1d1f;
  font-size: 35px;
}

.describe h2 {
  color: #616161;
  font-size: 25px;
  padding: 5px 0 0 0;
  text-align: justify;
  line-height: 33px;
}

.describe span {
  color: #a50000;
}

.describe a {
  font-size: 28px;
  color: #0a84ff;
  text-decoration: none;
}

.describe a:hover {
  font-size: 28px;
  color: #0a84ff;
  text-decoration: underline;
}

.ungdung {
  width: 92%;
  float: left;
  margin: 0 4% 2% 4%;
}

.ungdung .left {
  display: flex;
  width: 97%;
  float: left;
  color: #0a84ff;
  font-size: 35px;
  align-items: center;
  vertical-align: middle;
}

.ungdung .left img {
  margin: 0 10px 0 0;
}

.ungdung .left span {
  color: #808080;
  font-size: 25px;
}

.ungdung .right {
  float: left;
  width: 3%;
  height: auto;
}

.npt {
  width: 92%;
  float: left;
  margin: 0 4% 4% 4%;
}

.npt .left {
  width: 97%;
  float: left;
  color: #0a84ff;
  font-size: 35px;
}

.npt .left span {
  color: #808080;
  font-size: 25px;
}

.npt .right {
  float: left;
  width: 3%;
  height: auto;
}

.event {
  width: 100%;
  float: left;
  margin: 0 0 4% 0;
  border-top: 1px solid #d1d1d1;
}

.event .title {
  width: 92%;
  float: left;
  margin: 4% 4% 4% 4%;
  font-size: 50px;
  color: #1d1d1f;
}

.event-banner {
  width: 100%;
  margin: 2% auto 4% auto;
  float: left;
}

.event-banner img {
  margin: 10px 0 0 0;
}

.scroll .event-banner-img {
  display: flex;
  flex-direction: column;
  width: 92%;
  height: auto;
  flex: 0 0 auto;
  margin: 0 2% 0 2%;
  border: none;
  outline: none;
  color: #0a84ff;
  font-size: 35px;
}

.comment {
  width: 92%;
  float: left;
  margin: 0 4% 4% 4%;
  border-top: 1px solid #d1d1d1;
}

.comment .title1 {
  float: left;
  width: 100%;
  margin-top: 4%;
  font-size: 50px;
  color: #1d1d1f;
}

.comment .title {
  float: left;
  width: 100%;
  margin-top: 4%;
}

.comment .title .left {
  float: left;
  width: 70%;
  font-size: 46px;
  color: #1d1d1f;
}

.comment .title .right {
  float: left;
  width: 30%;
  font-size: 32px;
  text-align: right;
}

.comment .title .right a {
  font-size: 32px;
  color: #0a84ff;
  text-decoration: none;
}

.comment .info {
  float: left;
  width: 100%;
  margin-top: 6%;
}

.comment .info .left {
  float: left;
  width: 40%;
  color: #1d1d1f;
  font-size: 100px;
  text-align: center;
  line-height: 66px;
}

.comment .info .left span {
  color: #8a8a8e;
  font-size: 32px;
}

.comment .info .right {
  float: left;
  width: 60%;
  color: #8a8a8e;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
}

.we-star-bar-graph__row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.we-star-bar-graph__bar {
  width: calc(100% - 85px);
  height: 2px;
  position: relative;
  top: 1px;
  background-color: #efeff4;
  border-radius: 4px;
  margin-left: 10px;
  z-index: 1;
}

.we-star-bar-graph__bar__foreground-bar {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #636366;
  border-radius: 4px;
  left: 0;
  z-index: 1;
}

.we-star-bar-graph__stars {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/five-star-rating-gray.svg);
  background-size: 75px 14px;
  background-position: 100% center;
  background-repeat: no-repeat;
  margin-left: auto;
}

.we-star-bar-graph__stars--2 {
  width: 30px;
}

.we-star-bar-graph__stars--3 {
  width: 45px;
}

.we-star-bar-graph__stars--4 {
  width: 61px;
}

.we-star-bar-graph__stars--5 {
  width: 75px;
}

.we-customer-ratings__count {
  margin-top: 0;
  align-self: flex-end;
  text-align: right;
}

.rating-box {
  width: 92%;
  float: left;
  margin: 0 4% 4% 4%;
  border-top: 1px solid #d1d1d1;
  color: #8a8a8e;
  font-size: 45px;
  padding-top: 4%;
  line-height: 55px;
}

.rating-box .left {
  float: left;
  width: 60%;
}

.rating-box .right {
  float: left;
  width: 40%;
}

.rating-star {
  display: inline-block;
  height: 50px;
  background: url(../images/star2.png) repeat-x;
}

.rating-star.rating-star-5 {
  width: 255px;
}

.write-box-l {
  width: 92%;
  float: left;
  margin: 0 4% 4% 4%;
  color: #0a84ff;
  font-size: 40px;
}

.write-box-l li a {
  text-decoration: none;
  color: #0a84ff;
}

.write-box-l li {
  float: left;
}

.write-box-l li:nth-child(2) {
  float: right;
}

.img1 {
  vertical-align: middle;
}

.tnm {
  width: 92%;
  float: left;
  margin: 8% 4% 4% 4%;
  border-top: 1px solid #d1d1d1;
}

.tnm .title {
  float: left;
  width: 100%;
  margin-top: 6%;
}

.tnm .title .left {
  float: left;
  width: 60%;
  font-size: 38px;
  color: #1d1d1f;
}

.tnm .title .right {
  float: left;
  width: 40%;
  font-size: 30px;
  text-align: right;
}

.tnm .title .right a {
  font-size: 30px;
  color: #0a84ff;
  text-decoration: none;
}

.tnm .title2 {
  float: left;
  width: 100%;
  margin-top: 4%;
  font-size: 27px;
  color: #8f8f8f;
}

.tnm .title2 .left {
  float: left;
  width: 70%;
}

.tnm .title2 .right {
  float: left;
  width: 30%;
  text-align: right;
}

.tnm .content {
  float: left;
  width: 100%;
  margin-top: 4%;
  color: #000000;
  font-size: 25px;
  line-height: 50px;
}

.tnm .content2 {
  float: left;
  width: 100%;
  margin-top: 4%;
  color: #8f8f8f;
  font-size: 25px;
  line-height: 40px;
}

.data-box {
  width: 82%;
  float: left;
  margin: 8% 4% 4% 4%;
  border-radius: 30px;
  background-color: white;
  padding: 50px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: center;
}

.data-box h1 {
  color: #000000;
  font-size: 34px;
  padding: 15px 0 0 0;
}

.data-box h2 {
  color: #8f8f8f;
  font-size: 27px;
  line-height: 40px;
  padding: 10px 0 0 0;
}

.data-box h3 {
  display: flex;
  justify-content: center;
  color: #000000;
  font-size: 27px;
  line-height: 40px;
  padding: 20px 0 0 0;
  align-items: center;
  vertical-align: middle;
}

.data-box h3 img {
  margin: 0 10px 0 0;
}

.tnm .content2 span {
  font-size: 30px;
  color: #0a84ff;
  text-decoration: none;
}

.list {
  display: block;
  width: 100%;
  height: 60px;
  text-align: left;
  margin: 4% 0 0 0;
}

.list .left {
  float: left;
  width: 48%;
  text-align: left;
  margin-right: 2%;
}

.list .right {
  float: left;
  width: 48%;
  text-align: left;
  margin-left: 2%;
}

.list-box {
  width: 100%;
  text-align: left;
}

.list-box .img {
  float: left;
  width: 16%;
  margin-right: 4%;
}

.list-box .text {
  float: left;
  width: 80%;
  color: #000000;
  font-size: 27px;
  line-height: 30px;
}

.privite {
  width: 92%;
  float: left;
  margin: 2% 4% 4% 4%;
}

.privite .content2 {
  float: left;
  width: 100%;
  margin-top: 4%;
  color: #8f8f8f;
  font-size: 30px;
  line-height: 40px;
}

.privite .content2 span {
  font-size: 30px;
  color: #0a84ff;
  text-decoration: none;
}

.comment-info {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
}

.scroll .comment-info-box {
  width: 96%;
  height: auto;
  flex: 0 0 auto;
  margin: 0 2% 0 2%;
  border: none;
  outline: none;
  background: #f2f2f7;
  border-radius: 20px;
}

.scroll .comment-info-text {
  float: left;
  padding: 40px;
  color: #1d1d1f;
  font-size: 25px;
  line-height: 44px;
  text-align: justify;
}

.scroll .comment-info-text ul {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  font-size: 25px;
}

.scroll .comment-info-text li {
  float: left;
}

.scroll .comment-info-text li:nth-child(2) {
  float: right;
}

.we-star-rating {
  display: inline-block;
}

.we-customer-review__rating {
  margin-bottom: 3px;
}

.we-star-rating-stars,
.we-star-rating-stars-outlines {
  display: inline-block;
  height: 9.5px;
  background-image: url(../images/stars-lg-bc4f4bfdd931e007ab096dd1c209c689.svg);
  background-size: 10px 19px;
}

.we-star-rating--large .we-star-rating-stars,
.we-star-rating--large .we-star-rating-stars-outlines {
  height: 25px;
  background-size: 24px 50px;
}

.we-star-rating-stars-outlines {
  width: 50px;
  background-position: 0 9.5px;
  line-height: 9.5px;
  z-index: 1;
}

.we-star-rating--large .we-star-rating-stars-outlines {
  width: 120px;
  background-position: 0 25px;
}

.we-star-rating-stars {
  width: 0;
  background-position-x: 0;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-0,
.we-star-rating-stars.we-star-rating-stars-0 {
  width: 0;
}

.we-star-rating-stars.we-star-rating-stars-0_5 {
  width: 5px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-0_5 {
  width: 12px;
}

.we-star-rating-stars.we-star-rating-stars-1 {
  width: 10px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-1 {
  width: 24px;
}

.we-star-rating-stars.we-star-rating-stars-1_5 {
  width: 15px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-1_5 {
  width: 36px;
}

.we-star-rating-stars.we-star-rating-stars-2 {
  width: 20px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-2 {
  width: 48px;
}

.we-star-rating-stars.we-star-rating-stars-2_5 {
  width: 25px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-2_5 {
  width: 60px;
}

.we-star-rating-stars.we-star-rating-stars-3 {
  width: 30px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-3 {
  width: 72px;
}

.we-star-rating-stars.we-star-rating-stars-3_5 {
  width: 35px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-3_5 {
  width: 84px;
}

.we-star-rating-stars.we-star-rating-stars-4 {
  width: 40px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-4 {
  width: 96px;
}

.we-star-rating-stars.we-star-rating-stars-4_5 {
  width: 45px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-4_5 {
  width: 108px;
}

.we-star-rating-stars.we-star-rating-stars-5 {
  width: 50px;
}

.we-star-rating--large .we-star-rating-stars.we-star-rating-stars-5 {
  width: 120px;
}

.bottom-menu {
  float: left;
  width: 92%;
  margin: 4%;
  border-top: 1px solid #d1d1d1;
}

.bottom-menu .title {
  float: left;
  width: 100%;
  margin: 4% 0 6% 0;
  font-size: 50px;
  color: #1d1d1f;
}

.bottom-menu ul img {
  margin: 0 0 0 10px;
}

.bottom-menu ul.lst-menu li {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  background: url(data:image/png;base64,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)
    no-repeat right center;
}

.bottom-menu ul.lst-menu li a {
  color: #a2a2a2;
  font-size: 36px;
  display: block;
  width: 100%;
  padding: 30px 0 30px 0;
  text-decoration: none;
}

.bottom-menu ul.lst-other li {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  color: #a2a2a2;
  font-size: 30px;
  padding: 30px 0 30px 0;
}

.bottom-menu ul.lst-other li span {
  float: right;
  color: #1d1d1f;
}

.bottom-menu ul.lst-other li t {
  color: #0a84ff;
}

.ratings-title {
  width: 92%;
  float: left;
  margin: 4% 4% 4% 4%;
  font-size: 76px;
  color: #1d1d1f;
  line-height: 80px;
}

.application {
  width: 100%;
  float: left;
  margin: 8% 0 12% 0;
  border-top: 1px solid #d1d1d1;
}

.application .title {
  width: 92%;
  float: left;
  margin: 8% 4% 4% 4%;
}

.application .title .left {
  float: left;
  width: 75%;
  font-size: 32px;
  line-height: 40px;
  color: #1d1d1f;
}

.application .title .right {
  float: left;
  width: 25%;
  font-size: 30px;
  text-align: right;
}

.application .title .right a {
  font-size: 30px;
  color: #0a84ff;
  text-decoration: none;
}

.application-content {
  width: 100%;
  float: left;
  margin: 0 auto 0 auto;
}

.scroll .app-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: auto;
  flex: 0 0 auto;
  margin: 0 4% 0 2%;
  border: none;
  outline: none;
  color: #000000;
  font-size: 32px;
}

.app-box {
  width: 100%;
}

.app-box .left {
  float: left;
  width: 15%;
  margin: 0 8% 0 0;
  height: 150px;
}

.app-box .right {
  float: left;
  width: 77%;
  height: 150px;
  margin: 0 0 2% 0;
  border-bottom: 1px solid #cccccc;
}

.right-box {
  float: left;
  width: 100%;
}

.right-box .left1 {
  float: left;
  width: 72%;
  color: #000000;
  font-size: 32px;
  margin: 5% 0 0 0;
}

.right-box .left1 span {
  color: #cccccc;
  font-size: 25px;
}

.right-box .right1 {
  float: left;
  width: 28%;
  display: flex;
  flex-direction: column;
}

.right-box .right1 a {
  width: 150px;
  display: block;
  color: #0664cd;
  background: #efefef;
  text-align: center;
  line-height: 25px;
  font-size: 30px;
  border-radius: 50px;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  margin: 4% 0 0 0;
}

.right-box .right1 span {
  color: #8a8a8e;
  line-height: 25px;
  font-size: 23px;
  text-decoration: none;
  margin: 12% 0 0 14%;
}

#navbar {
  background-color: #f7f7f7;
  border-bottom: 2px solid #e0e0e0;
  position: fixed;
  top: -160px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 99;
  left: 0;
}

#navbar .search {
  float: left;
  width: 40%;
  display: block;
  color: #0a84ff;
  padding: 20px 15px 0 15px;
  text-decoration: none;
  font-size: 37px;
}

#navbar .search img {
  margin: 0 10px 0 0;
}

#navbar .icon {
  float: left;
  width: 10%;
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
}

#navbar .right {
  float: left;
  width: 44%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  vertical-align: middle;
  text-align: center;
}

#navbar .right a {
  width: 150px;
  height: 30px;
  display: block;
  color: #ffffff;
  background: #0a84ff;
  text-align: center;
  line-height: 25px;
  font-size: 33px;
  border-radius: 40px;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  margin: 5px 0 0 10px;
}

#navbar .right span {
  color: #8a8a8e;
  line-height: 85px;
  font-size: 20px;
  text-decoration: none;
}

#bottombar {
  background-color: #f7f7f7;
  border-top: 2px solid #e0e0e0;
  position: fixed;
  width: 100%;
  height: 100px;
  display: flex;
  flex: row nowrap;
  z-index: 99;
  bottom: 0;
  padding: 15px 0 0 0;
  left: 0;
}

#bottombar .box {
  color: #979797;
  font-size: 25px;
  width: 25%;
  text-align: center;
}

#bottombar .box img {
  margin: 0 0 10px 0;
}
