﻿body {
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width:100%;
      margin: auto;
      height: 400px;
  }
  .bg-set{
    padding-right: 0!important;
    padding-left: 0!important;
    margin-right: auto;
    margin-left: auto;
  }
  .nxt{
     position: relative;
    /*background-color: rgba(27, 27, 27, 0.55);*/
    padding: 10px 15px 10px 15px;
    bottom: 56px;
    height: 56px;
  }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
   /* border: 1px solid #231F1F!important;*/
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
  /*  background-color: #524848!important;*/
}
.carousel-indicators {
    bottom: 10px!important;
}
.glyphicon-chevron-left:before {
    content: "\e079";
    font-size: 40px!important;
     color:#585555;

}
.glyphicon-chevron-right:before {
    content: "\e080";
    font-size: 40px!important;
        color:#585555;
}
/*.right{
  float: right;
    padding: 5px;
    position: relative;
    bottom: 9px;
    left: 15px;
}

.right:hover{
      background-color: black;
  }*/

@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 30px!important;
}
}
@media screen and (max-width: 768px){
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {

      height: 300px;
  }
}