/*Contents*/

/*****************************************/
/*Section 1: Product Eval Forms*/
/*Section 2: Banner stuff*/
/*Section 3: CSS for 5 cols with bootstrap*/
/*Section 4: Hideshow boxes*/
/*Section 5: Images*/
/*Section 6: Mobile*/
/*Section 7: Misc*/
/*****************************************/

/*Section 1*/
/*Used for product eval forms on product index pages*/

/*Cookie policy*/
.video_link {
    display: inline-block;
    height: 30px;
    padding: 0 22px;
    border-radius: 15px;
    background: #cce6e1;
    background: -ms-linear-gradient(0deg,#fc6526 0,#fc5245 100%);
    color: #071c5b;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin: 1px;
}
#cookiepolicy {

	font-weight: bold;

}

.cookielink a {
	background-repeat: no-repeat;
	vertical-align: middle; 
	text-align: center;
	float: none;
	border: 1px solid;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

    .cookielink a:hover
    {
        cursor: pointer;
    }
.bg{
    background: url(../bg/xiwei.png);
}


#eval {
    transition: all ease-in-out .5s ;
    padding-left: 20px;
}

.imgcenter {
    margin: 0 auto;
}

#eval input {
    color: black;
}

.product-eval-input{
    border-radius: 3px;
    border: none;
    transition: border linear .1s;
    padding-left: 5px;
    width: 200px;
}

.product-eval-input:focus{
    border: 1px solid rgb(0, 194, 255);
}

/*Section 2*/
/*Banner stuff*/
.banner1 {
    border-bottom: 2px solid #3E5264; /* blue-grey used in light.css too */
    margin-bottom: 0;
    background-color: #191777;
    /*background-image: url(/images/banner1a.jpg);*/

}

.banner1 h1, .banner1 h2, .banner1 h3, .banner1 p {
    color: white;
}

.banner2 {
    background-color: #46B0C3;
    border-bottom: 2px solid #3E5264; /* blue-grey used in light.css too */
}

.banner2 h1, .banner2 h2, .banner2 h3, .banner2 p {
    color: white;
}

.banner2 a {
    text-decoration: underline;
}
.banner3 {
    background-color: #C1AB49;
    border-bottom: 2px solid #3E5264; /* blue-grey used in light.css too */
}

.banner3 h1, .banner3 h2, .banner3 h3, .banner3 p {
    color: white;
}
.banner4 {
    background-color: #9E9F94;
    border-bottom: 2px solid #3E5264; /* blue-grey used in light.css too */
}

.banner4 h1, .banner4 h2, .banner4 h3, .banner4 p {
    color: white;
}
.banner5 {
    background-color: #08605A;
    border-bottom: 2px solid #3E5264; /* blue-grey used in light.css too */
}

.banner5 h1, .banner5 h2, .banner5 h3, .banner5 p {
    color: white;
}
/*css for 5 cols with bootstrap*/
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* formorly in header */
img.free
{
  width: 100%;
  height: 150%;
}

.subMenu {
  border: 1px solid #46B0C3;
  border-top: none;
}

@media (max-width: 845px) {
  .no-mobile {
      display: none;
  }

  .subMenu {
      border: none;
  }
}

@media (min-width:992px) and (max-width:1200px){
  .navbar-nav > li > a {
    margin-right: 30px; /* this will override the 60px default from layout.css */
  }
}
