/*xatbox
-------------------------------------------------- */

.xatbox
{
  xmargin-top: 8px;
  xmargin-bottom: 8px;
  width: 540px;
  height: 405px;
  }

/*promo
-------------------------------------------------- */

#promo {
  display:block;
  width: 540px;
  text-align: center;
}

/*carousel
-------------------------------------------------- */

.carousel-control {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 35px;
    font-weight: bold;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #121212;
    border: 2px solid #000000;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    filter: alpha(opacity=50);
    opacity: 1;
}

#hero {
	padding-top: 20px;
	/*background-image:url("/images/bg3.jpg"); 
	height: auto;*/
    padding-bottom: 0px;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #d1d2d4;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 8px 0px #e7e7e7;
    /*margin-top: 10px; */
    BACKGROUND-POSITION: Center;
    BACKGROUND-ATTACHMENT: fixed;
    background-image:url("//polskixat.pl/images/bg3.jpg");
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.69);
}
#hero .carousel-control.left {
    left: 0px;
    padding-right: 1px;
}
#hero .carousel-control.right {
    right: 0px;
}
#hero .carousel-inner .item img {
    max-height: 349px;
}
#hero .carousel-inner .item.slide2 img {
    display: block;
    margin: 0 auto;
}
#hero .item h1 {
    font-size: 24px;
    font-weight: bolder;
}
#hero .item p {
    font-size: 13px;
    color:#4E4E4E;
    line-height: 20px;
}
#hero .item .btn {
    margin-top: 10px;
    font-weight: bolder;
}
#newto {
    margin-left: 570px;
    padding-right: 0px;
    margin-right: 0px;
}

#twitters {
  margin-left: 0px;
  margin-top: 10px;
}
#twitters ul {
  list-style: none;
  padding: 0;
  margin-left: 0px;
}
#twitters li {
  padding: 3px;
  background: none;
}
#twitters span .time {
  font-style: italic;
  color: #c5c5c5;
}

/* Large desktop */
@media (min-width: 1200px) {
    #hero .item h1 {
        font-size: 30px;
        /*margin-top: 40px;*/
        margin-left: 20px;
    }
    #hero .item p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 20px;
    }
    #hero .item .btn {
        margin-left: 20px;
        font-size: 18px;
    }
}
@media (min-width: 980px) {
	
    #hero .carousel-inner .item {
        padding: 0px 70px;
    }

}
@media (max-width: 979px) {
    #hero .item h1 {
        font-size: 18px;
        line-height: 18px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #hero { }
    
    #hero .carousel-control.left {
        left: -35px;
    }
    #hero .carousel-control.right {
        right: -35px;
    }
    
    #hero .item .span4 {
        margin-left: 50px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
    #hero {
        padding: 50px 20px 20px 20px;
        margin-right: -20px;
        margin-left: -20px;
        height: auto;
    }
    #hero .carousel-inner .item {
        padding: 0px 70px;
    }
    #hero .item img {
        width: 240px;
        display: block;
        margin: 0 auto;
    }
    #hero .carousel-inner .item .btn {
        font-size: 13px;
        padding: 7px 10px;
    }
	#newto {
        margin-left: 0px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {

}
