/*!
 * Agency v1.0.7 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #ff9f05;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222222;
}
.bg-white {
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: #ffffff;
}
.btn-xl {
  color: #ffffff;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: #ffffff;
}
.navbar-default {
  background-color: rgba(40,40,40,0.6);
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  background-size: 100px 23px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/vobot-logo.png);
  padding-top: 0px;  
}
.navbar > .container .navbar-brand {
  margin-left:20px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-default .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}

#features .transbg {
  background:transparent url('../img/transbg.png') repeat center top;
  padding: 15px;
}
header .transbg {
  background:transparent url('../img/transbg.png') repeat center top;
  padding: 15px;
}

@media(max-width: 710px) {
  #top_menu{
    display: none;
  }
}



@media (min-width: 768px) {
  .navbar-default {
      background-color: rgba(40,40,40, 0.6);  
     /* background-color: transparent;  */
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
    border: none;
    /*margin-top:35px;*/
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 125px 29px;
    background-image: url(../img/vobot-logo.png);
  }

  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: rgba(40,40,40, 0.6);
    padding: 6px 0;
    opacity: 0.9;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    background-size: 100px 23px;
    background-image: url(../img/vobot-logo.png);
    margin-left: 0;
  }
  .navbar-default .nav li a {
    color: #fff;
  }
  .navbar-default .nav li a:hover {
    color: #fed136;
  }
  .navbar-default.navbar-shrink .nav li a {
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .navbar-default.navbar-shrink .navbar-nav > .active > a {
    color: #333;
  }
  .nav-item {
    padding-bottom: 1px;
    margin-top: 15px;
    margin-left: 20px;
  }

  /*
  选中的下划线
  */
  /*#bs-example-navbar-collapse-1 .nav-item-selected {
    border-bottom: 1px solid #fec503;
  }*/
  #bs-example-navbar-collapse-1 .nav-item-selected a {
    color: #fec503;
  }
  #bs-example-navbar-collapse-1 ul:last-child {
    margin-right: 0px;
  }
  #bs-example-navbar-collapse-1 .nav-item a:hover,
  #bs-example-navbar-collapse-1 .nav-item a:focus,
  #bs-example-navbar-collapse-1 .nav-item a:active {
    text-decoration : none;
    color: #fec503;
  }
}
footer {
  padding: 40px 0;
  text-align: center;
}
footer span.copyright {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  text-transform: none;
  margin-top: 35px;
  display:block;
  font-size: 1.5em;
}
footer ul.quicklinks {
  font-size: 1.3em;

  line-height: 1.2em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  text-transform: none;
  margin-top: 6px;
  margin-bottom: 15px;
}
footer span.social-heading {
  font-size: 1.5em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #020202;
}
footer ul.social-buttons{
  margin-top: 30px;
}
footer ul.social-buttons li:nth-child(1) a {
  background-color: #3B5997;
}
footer ul.social-buttons li:nth-child(2) a {
  background-color: #1FAAED;
}
footer ul.social-buttons li:nth-child(3) a {
  background-color: #D42319;
}
footer ul.social-buttons li:nth-child(4) a {
  background-color: #E43C6F;
}
footer ul.quicklinks li:first-child{
  border-right: 1px solid #fed136
}
footer ul.quicklinks li:last-child{
  border-left: 1px solid #fed136
}
footer ul.social-buttons {
  margin-bottom: 0;
}
footer ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.social-buttons li a:hover,
footer ul.social-buttons li a:focus,
footer ul.social-buttons li a:active {
  background-color: #fed136;
}


/*ul li {
  list-style-type: none;
}*/


.xiala ul{
  margin:0; padding:0; text-align:left;
}

/* Text for wide or narrow screens  */
.wide-scr-only {
  display:none;
}
.narrow-scr-only {
  display:block;
}
@media (min-width: 420px) {
  .wide-scr-only {
    display:block;
  }
  .narrow-scr-only {
    display:none;
  }
}
.full-width-section {
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.features-outer {
  display: table;
  height: 100%
}

.features-inner {
  display: table-cell;
  vertical-align: middle;
}

section h3.section-subheading p {
  font-size: 0.8em;
  text-transform: none;
  font-weight:100;
  color: #666;
  line-height: 1.3em;  
}
.btn-order {
  padding: 20px 30px;
  width:100%;
  font-size:1.2em;
}
.order-off {
  color: #ca0419;
  font-weight: 700;  
}
.order-off-disable {
  color: #afafaf;
  font-weight: 700;  
}
.navbar-logo {
  cursor: pointer;
  min-width: 200px;
  min-height: 50px;
  margin-left:-25px;
}

#order .section-heading {
  margin-top: 50px;
  font-size: 2.5em;
}

#contactform-verifycode-image {
  padding-top:7px;
}

.endorse {
  margin-bottom: 20px;
  color: #999;  
}

.navbar-default.navbar-shrink.navbar-other {
  padding: 15px 0;
  opacity: 1;
  border-radius:0;
}

section h3.section-ending {
  margin-bottom:0;
}

#features h3.section-heading {
  font-size: 2.5em;
  font-weight: 500;
}

#features .section-subheading p {
  font-size: 1.35em;
  line-height: 1.35;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

#features .features-link button {
  margin-bottom: 15px;
}

.img-vmid {
  padding-top: 10px;
}

.mutedNavTitle {
    color: #fed136 !important;
}
@media(max-width: 768px) {
  .nav-item {
    text-align: center;
    margin-bottom: 6px; 
  }
  #nav-item-selected {
    color: #fed136;
    border-bottom: 1px solid #fed136;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
  }
  #not-selected{
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-thanks{
  margin-top:10%;
}

.zhanwei{
  width:100%;
  height:130px;
}
@media(max-width: 768px){
  .zhanwei{
    width:100%;
    height:80px;
  }
}
@media(min-width: 769px){
.site-preorder {
   margin-left:20%;

  }
}

@media(max-width: 767px){
  .preorder {
    margin-left:0;
  }

}


.animated {position: fixed;top: 0;left: 0;right: 0;transition: all .2s ease-in-out;}
.animated.slideDown {top: -100px;}
.animated.slideUp {top: 0;}

