body {
    font-family: "Lato", sans-serif; margin: 0; padding: 0; background: #fff; 
}
h1,h2,h3,h4,h5,h6{margin: 0; padding: 0;}
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.header-head{margin-top: 31px; background:#fff; width:100%; box-shadow:0px 0px 0px blue;padding:5px;}
.header-head>a>p{margin:0px 0px 0px 17px; line-height: 18px;}
.header-head>a>b{margin:0px 0px 0px 17px;}
.header-head>a{text-decoration:none; color:#000;}
.header-head>a:hover{text-decoration:none; color:#000;}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 50px;
}
.glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(1,1,1,1);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=100);
     opacity: 1;
}
.glyphicon-chevron-left:hover {
    color: red;
}
.glyphicon-chevron-right:hover {
    color: red;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
/* .carousel-inner .item > img { */
  /* -webkit-animation: zoom 50s; */
  /* animation: zoom 50s; */
/* } */

.carousel-fade .carousel-inner .item {
  opacity: 0.5;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
