/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #C8C8C8;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  background: url(../img/background.jpg) no-repeat fixed top center #131315;
}

a {
  color: #68A392;
}

a:hover {
  color: #1C8B9C;
}
.container {margin-top: 40px;}

.wrap {
  padding: 40px;
}

p > a {
  color: #b00;
  float: right;
  margin-right: 40px;
}
p > a:hover { 
   color: #f00;
   font-style: oblique;
}
h2 {
  color: #e6e6e6;
}

.btn-empty {
  background: rgba(0,0,0,0.33);
  border: 0px;
  box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.33);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.33);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.33);
  padding: 8px 0px 8px 24px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #999999;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  font-weight: bold;
  font-size: 12px;
}

.btn span {
  position: relative;
  line-height: 14px;
  margin-bottom: -1px;
  padding: 0px 15px;
  color: #666666;
}

  .btn-empty:hover {
    background: rgba(0,0,0,0.33);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.5);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.5);
    color: #ffffff;
  }

    .btn:hover span {
      color: #999999;
    }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inner {
	padding-right: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.navbar .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
  background: #292929;
}

.navbar .brand {
  margin: 14px 0px 16px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
  background: url(../img/milanonext-logo.png) no-repeat top left transparent;
  width: 204px;
  height: 40px;
  display: block;
  text-indent: -999px;
}

.navbar .nav {
	float: right;
	margin-right: 0px;
}

.navbar .nav li {
	line-height: 40px;
}

.navbar .nav li.dropdown {
  border-left: 1px solid #343434;
}

.navbar .nav li.dropdown.open > a {
	-webkit-border-radius: 0px 4px 4px 0px;
		 -moz-border-radius: 0px 4px 4px 0px;
		 			border-radius: 0px 4px 4px 0px;
}

  .navbar .nav li .btn-danger {
    color: #ffffff;
    font-weight: bold;
  }

    .navbar .nav li .btn-danger:hover {
      background-color: #bd362f !important;
      *background-color: #a9302a !important;
    }

.navbar .nav > li > a {
  padding: 15px 20px;
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 19px;
}


.navbar .btn-navbar {
  margin-top: 20px;
}

.dropdown a span {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
  
  .dropdown .dropdown-menu li.active a {
    background: #eaeaea;
    color: #999999;
  }

  .dropdown .dropdown-menu li.active:hover a {
    background: #eaeaea;
    color: #999999;
    cursor: default;
  }

  .dropdown a span.polish {
    background: url(../img/flag-pl.png) no-repeat left center;
  }

  .dropdown a span.english {
    background: url(../img/flag-us.png) no-repeat left center;
  }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.carousel {
  margin-bottom: 0px;
}

.carousel .item {
  height: 500px;
  overflow: hidden;
}
.item h3 {
  color: red;
}

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

.carousel-caption {
  background-color: transparent;
  position: absolute;
  max-width: 570px;
  padding: 0 20px;
  margin-bottom: 70px;
  margin-left: 90px;
}

.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.carousel-caption h1 span {
	font-weight: 100;
}

.carousel-caption p.lead {
  margin-bottom: 10px;
  font-size: 18px;
  color: #eaeaea;
}

.carousel-caption .btn {
  margin-top: 10px;
}

/* INTRO CONTENT
-------------------------------------------------- */

.intro {
  background: rgba(0,10,10,0.72);
}
.intro .span3 {
  text-align: center;
}
.intro .span3 p {
  color: #88b9ba;
  font-size: 17px;
  font-style: oblique; 
}
.intro .span6 {
  font-size: 18px;
  line-height: 24px;
}
.intro h2 {
  margin-bottom: 30px;
}
.intro .btn {
  margin-top: 10px;
}

.intro .span3 a :hover{
  color: #1C8B9C;
}
.intro h4 {
  margin-bottom: 55px;
}
.intro .lead {
  color: #9AD13B;
}
.intro blockquote {
  font-size: 17px;
  color: #999999;
}
.onas p {
  color: #88B9BA;
}

#historia p {
  color: #028c9a;
  font-size: 20px;
  line-height: 1.7em;
}

#historia h2 {
  color: #e6e6e6;

}

.onas a {
  font-size: 18px;
  line-height: 26px;
}

.intro h3 {
  color: #b8b8b8;
}
.intro .span h1 {
  text-align: center;
  margin-bottom: 70px;
  font-weight: lighter;
  font-size: 30px;
}

.intro blockquote {
  font-weight: 100;
  font-size: 44px;
  line-height: 40px;
  font-style: italic;
  margin-top: 60px;
  border-left: 5px solid #343434;
}


/* PLAYER CONTENT
-------------------------------------------------- */

.player {
  /*padding: 40px;*/
  margin-right: 30px;
}
/* DIW CONTENT
-------------------------------------------------- */

/* ZESPOL CONTENT
-------------------------------------------------- */
.kopanski {
  font-size: 1.9em;
  color: #ccc;
  font-weight: lighter;
  text-align: center;
  text-decoration: overline;
}
.zespol .container {
  background: rgba(0,10,10,0.72);
  padding: 40px 0px 60px;
}
.zespol h1 {
  margin-top: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 24px;
  color: #9AD13B;
}
.zespol em {
  font-size: 20px;
  color: #999999;
}
.zespol .span4 p {
  margin-left: 40px;
  margin-right: 40px;
  color: #999999;
}

.zespol .span4 .img-circle {
  height: 140px;
  width: 140px;
}

#wiecej {
  display: none;
}

#muzyka h2 {
  margin-bottom: 60px;
}

#muzyka p {
  font-size: 18px;
  line-height: 22px;
  color: #88B9BA;
}

/* FOTKI CONTENT
-------------------------------------------------- */
#fotki {
text-align: center;
  font-size: 18px; 
  color: #68a392;}
#fotki .span4 {
  padding-top: 15px;
}  


#fotki .container {
  background: rgba(0,10,10,0.72); 
}
#fotki .thumbnail {
  border: 0px; 
  -webkit-box-shadow: none;
  moz-box-shadow: none;
  box-shadow: none; 
}
#fotki .span12 {
  color: #dedede;
  letter-spacing: 5px;
  font-size: 1.9em;
  padding-top: 15px;
  font-weight: bolder;
}

#wideo .container {
  background: rgba(0,10,10,0.72);
  margin-top: 100px;
}  
#wideo .span6 {
  margin-top: 40px; 
  margin-bottom: 40px;
  margin-left: 30px;
  
}


/* FORMA KONTACT
-------------------------------------------------- */
#formakont {
  margin: 0px;
}
#formakont form {
  position: relative;
  padding: 0px 40px;
  margin-left: 30px;
  width: 364px;
}
#formakont input[type=text],
#formakont input[type=email] {
  width: 350px;
}  
#formakont textarea {
   height: 150px; 
   width: 350px;
 }
#formakont .fb-like-box {
  background: rgba(0,0,0,0.77);
}   
/* KONTACT CONTENT
-------------------------------------------------- */

.kontakt {
  background: #000000;
}

.kontakt h1 {
  text-align: center;
  font-size: 22px;
  color: #666666;
  text-transform: uppercase;
}

.telefon {
  margin-left: 100px;
  color: #88B9BA;
  letter-spacing: 3px;
  margin-top: 50px;
}

footer {
  background: #292929;
  color: #999999;
  padding: 40px 0px;
  margin-top: 120px;
}
  footer p {
    margin: 0px;
  }

  footer .footer-nav {
    text-align: right; 
}

  footer .footer-nav ul {
    margin-bottom: 0px;
    height: 20px;
  }

  footer .footer-nav ul li {
    list-style: none;
    display: inline;
  }

    footer .footer-nav ul li a {
      color: #f8f8f8;
    }

      footer .footer-nav ul li a:hover {
        color: #ffffff;
      }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
    padding: 0px 20px;
  }
  .navbar .nav {
  	float: none;
  }

  .navbar .nav li.dropdown {
    border-left: 0px;
  }

  .navbar .nav li.dropdown.open > a {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }

  .nav-collapse .dropdown-menu {
    margin: 0px;
  }

  .navbar .nav li.dropdown .dropdown-menu li.active a {
    background: #343434;
  }

  .carousel .item {
    height: 418px;
    overflow: hidden;
  }

  .carousel .item img {
    min-width: 552px;
  }

  .carousel-caption {
    padding: 0px 0px 0px 60px;
  }
}


@media (max-width: 767px) {

  body {
    padding: 0px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel .container {
    bottom: 20px;
  }

  .navbar-inner {
    margin: -20px;
  }

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .carousel .item {
    height: 300px;
  }

  .carousel .item img {
    min-width: 552px;
  }

  .carousel-caption {
    width: 80%;
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 14px;
    line-height: 21px;
  }

  .zespol .span4 + .span4 {
    margin-top: 40px;
  }

  .onas {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  footer .footer-nav {
    margin-top: 40px;
    text-align: left;
  }

    footer .footer-nav ul {
      margin: 0px;
    }

    footer .footer-nav ul li {
      display: block;
      border-bottom: 1px solid #444444;
    }

      footer .footer-nav li a {
        padding: 20px 0px;
        display: block;
      }

      footer .footer-nav ul li span {
        display: none;
      }

}