﻿.owl-navbar .owl-item{
	margin-top: 4px;
	border-right:2px solid #EFEDED;
	height: 37px;
	overflow: hidden;
	cursor:pointer;
}
.owl-navbar .item{
  //border-right:1px solid #FFFFFF;
  color: #ffffff;
  //margin: 2px 1px;
  margin-top: -2px;
  //-webkit-border-radius: 3px;
  //-moz-border-radius: 3px;
  //border-radius: 3px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  //width:100px;
}

  
.owl-navbar .clicked {
	background-color: #d7a200;
	padding: 0!important;
}
.arrRight,
.arrLeft {
  background-color: #d7a200;
}
.switchJandA{
  line-height:1.42;
  position:relative;
  float: right;
  margin-top: 7px;
  margin-left: 13px;
  height:30px;
  width:100px;
  border: none;
  border-radius: 5px;
  background-color: #ffca29;
  color: #ffffff;
  z-index: 2;
}
.dropdown-menu{
  background-color: #9ba0a7;
  right: 0;
  left: auto;
}
.btn-group{
  position:relative;
  float:right;
  margin-top: 7px;
  margin-right: 13px;
  background-color:#ffca29;
  /*padding: 2px;*/
  border-radius: 5px;
}
.btn-primary {
  color: #ffffff;
  background-color: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.2);
}

#topBarMagazine{
  line-height: 1.42;
  position: relative;
  float: left;
  margin-top: 13px;
  margin-left: 13px;
  height: 30px;
  width: 100px;
  border: none;
  color: #ffffff;
  z-index: 2;
}
.topBar{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 45px;
  background-color: #2C2C2C;
  padding:0 20px;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#6D6D6D,endColorStr=#2C2C2C); /*IE 6 7 8*/
  background: -ms-linear-gradient(top, #6D6D6D,  #2C2C2C);        /* IE 10 */
  background:-moz-linear-gradient(top,#6D6D6D,#2C2C2C);/*火狐*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6D6D6D), to(#2C2C2C));      /* Safari 4-5, Chrome 1-9*/
  background: -webkit-linear-gradient(top, #6D6D6D, #2C2C2C);   /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, #6D6D6D, #2C2C2C);  /*Opera 11.10+*/
}
.selectBtn{
  text-align: center;
  width: 100px;
  border-radius: 5px;
}
.selectMenu{
  width: 110px;
}
.selectSpan{
  float: left;
  margin: 5px
}
.titleSpan{
  position: absolute;
  bottom: 5px;
  font-size: 20px;
  color:#000;
  padding:5px;
}
@media screen and (max-width: 480px){
  .titleSpan{
    font-size: 16px;
  }
  .topBar{
    padding: 0 10px;
  }
  #topBarMagazine{
    margin-left: 0;
    font-size: 12px;
    width: 75px;
  }
  .switchJandA{
    
    font-size: 12px;
    width: 75px;
    height: 27px;
  }
  .btn-group{
    margin-right: 2px;
    margin-top: 7px;
  }
  .selectBtn{
    text-align: center;
    width: 80px;
    font-size: 12px;
    border-radius: 5px;
	padding: 4px 0;
  }
  .selectMenu{
    width: 90px;
    font-size: 12px;
  }
  .selectSpan{
    font-size: 12px;
  }
  .dropdown-menu{
    min-width: 0;
  }
}