@CHARSET "UTF-8";

/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
        .left.carousel-control{
            left:-12px !important;
        }
        .right.carousel-control{
             right:4px !important;
        }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
       #banery-slider1-lg{
           display:none !important;
       }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
       #banery-slider1-lg{
           display:none !important;
       }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
       #banery-slider1-lg{
           display:none !important;
       }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
       #banery-slider1-lg{
           display:none !important;
       }
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before{
    /* background-color:#84a725; */
    padding: 14px 16px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.carousel .carousel-control.left, .carousel .carousel-control.right {
	background-image: none;
  top:45%;
  bottom:auto;
  z-index:10;
}

#banery-slider1-lg .item{
  max-height: 395px;
  overflow: hidden;
}

.carousel .item>*{
  max-height: 395px;

  overflow: hidden;
}

.carousel .item>*>*{
  max-height: 395px;
  text-align: center;
  overflow: hidden;
}

.carousel-indicators {
    top: 10px;
}

#banery-slider1-lg .button{
  background-color: #F02222;
  color: #fff;
  font-size: 28px;
  padding: 12px 50px;
  position: absolute;
  right: 35%;
  top: 65%;
  z-index: 10;
}
#banery-slider1-lg .button:hover{
  color: #fff;
}

.modal-dialog{
  width:850px;
}

 .carousel-caption{
  background-color:rgba(0,0,0,0.7);
  color:#fff;
  font-size: 18px;
  left: 0;
  padding: 12px 30px;
  position: absolute;
  right: 0;

  bottom: 0;
}
/*
.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before{
    content:"";
    background-image:url("../img/prev.png") !important;
    background-repeat: no-repeat !important;
    background-position:center center !important;
    background-repeat:no-repeat;
    font-size:0px;
    width:36px;
    height:62px;
    display:block;
}
.glyphicon-chevron-right::before{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before{
    background:rgba(255,255,255,0.5);
    padding: 48px;
}
*/
.left.carousel-control{
    left:-27px;
}
.right.carousel-control{
     right:-12px;
}


.carousel-pomoc {
    width: 50%;
    margin: 0 auto;
}


.carousel-pomoc .crop-wrap {
  height: 300px;
}



.carousel-pomoc img {
    width: 100%;
}

.carousel-pomoc .carousel-indicators {
  top: auto;
}
