html {
    padding: 0;
    margin:0;
    height:100%;
}

body{
    height: 100%;
    background: url("../img/bg.gif") scroll;
}

footer{
  padding: 60px 0 40px 0;
}

footer .row{
  font-family: 'Oxygen';
  margin: 0;
}

.extra{
  display: block;
  margin-top: 20px;
}

.extra:first-child{
  border-right: 1px solid #999;
}

footer h3{
  color: #555;
  text-align: left;
  font-size: 18px;
  font-family: "Oxygen";
  letter-spacing: 1px;
  margin-top: 0;
}

footer ul{
  padding: 0;
  list-style-type: none;
}

footer ul li{
   color: #555;
    font-size: 10px;
    margin-bottom: 15px;
    text-align: justify;
}

footer a {
    background: url("../img/snv.png") 0 -45px;
    display: block;
    height: 45px;
    margin-top: 20px;
    width: 62px;
}

footer a:hover{
  background: url("../img/snv.png") 0 0px;
}

.container.player{
  min-height: 275px;
  text-align: center;
}

.container.index, .container.player{
  margin-bottom: 25px;
}

.music_button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    height: auto;
}

.music_button img {
  opacity: 0.05;
  max-width: 100%;
  max-height: 100%;
}

.music_button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    text-decoration: none;
    transition: all 0.5s ease 0;
    border: 1px solid #eee;
}

.music_button:hover .overlay{
    opacity: 1;
}

.music_button .overlay{
    color: #eee;
    font-size: 40px;
    height: 49px;
    left: 50%;
    opacity: 0;
    margin: -42px 0 0 -20px;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s linear 0s;
    width: 40px;
}

.loc {
    border: 2px solid #eee;
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 10px;
}

.aneta {
    border: 1px solid #eee;
    margin-bottom: 5px;
    margin-top: 40px;
    padding: 10px;
}

.irena {
    border: 1px solid #eee;
    margin-bottom: 60px;
    margin-top: 0px;
    padding: 10px;
}

h3{
	font-size: 22pt;
	font-variant: small-caps;
	font-family: 'Arimo';
	letter-spacing: 2px;
	color: #eee;
}

h3#t_title{
  font-family: "Oxygen";
  text-align: center;
  margin-bottom: 5%;
  font-variant: normal;
}

#logo{
  padding-bottom: 15px;
  text-align: center;
}

#logo a:hover, #logo a:focus h3{
  text-decoration: none;
}

#logo a:hover h3, #logo a:focus h3{
 
  color: #333;
}

#logo a:hover .blaq, #logo a:focus .blaq {
  color: #fff;
}

.glyphicon-qrcode{
  color: #333;
  font-size: 24px;
  margin: 0 2px;
}

.dark{
  background: url("../img/bg3.gif") repeat fixed 0 0;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2) inset;
  color: #eee;
  border-top: 1px solid #eee;
  font-family: 'Oxygen', sans-serif;
  padding-bottom: 0px;
}

#info{
  padding-bottom: 100px;
}

#op{
  display: block;
  text-align: left;
  position: relative;
  top:0;
  margin-top: 0;
  padding-bottom: 20px;
}

#t1, #t2{
  display: none;
  height: 0;
  padding-bottom: 5%;
}

#select{
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
#select h2{
  margin-bottom: 20px;
}

#one{
  border-right: 1px solid #ccc;
}

#one:hover, #two:hover{
  background: url("../img/bg.gif") scroll;
  color: #333;
}

.dark h2{
	margin-bottom: 40px;
	text-align: center;
}

.dark p{
    font-size: 20px;
    text-align: justify;
    margin:20px 0;
}

.arrow {
    border-bottom: 34px solid #333;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    cursor: pointer;
    height: 0;
    margin: 0 auto;
    position: relative;
    top: -34px;
    width: 0;
    opacity:1;
    z-index: 999;
    -webkit-transform:rotate(360deg);
}

#close{
  border-bottom: 34px solid #ccc;
  top: 0;
  bottom: 0;
}

#down{
  width: 0;
  height: 0;
  top: -11px;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #333333 transparent transparent transparent;
  -webkit-transform:rotate(360deg);
}

sup a{
  color:#eee;
}

sup a:hover{
  color:#999;
}

ol{
  margin-top:3%;
  border-top:1px solid #eee;
}

#first{
  top: 0;
  left: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #eee;
  border-right: 0; 
  left: -48px;
    position: absolute;
    top: 90px;
}

.clickable{
  cursor: pointer;

  top: 0;
  width: 100%;
  background: url("../img/bg3.gif") repeat fixed 0 0;
  padding: 0;
  color: #222;
  z-index: 999;
  height: 75px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2) inset;
}

/* Extra small devices (smartyphones, 368px and up) */
@media only screen and (min-width : 320px) {
  .music_button{
    height:auto;
    padding: 15px;
  }

  .music_button .overlay{
    color: #eee;
    font-size: 30px;
    height: 35px;
    margin: -35px 0 0 -18px;
    opacity: 1;
  }
  
  footer {
    padding: 40px 0 40px 0;
  }

  footer a{
    margin-bottom: 25px;
  }

  .extra:first-child{
    border-right:0;
    border-bottom: 1px solid #999;
  }

  h3#t_title {
    margin-bottom: 15%;
  }

  .aneta{
    margin-bottom: 45px;
  }

  .dark p{
    text-align: left;
  }

  #select h2 {
    font-size: 18px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

  #select h2 {
    font-size: 20px;
  }

}

/* Small devices (tablets, 768px and up) */
@media(min-width:768px){

  footer a{
    margin-bottom: 0;
  }

  .extra:first-child{
    border-right: 1px solid #999;
    border-bottom: 0;
  }

  h3#t_title {
    margin-bottom: 5%;
  }

  .dark p{
    text-align: justify;
  }

  #select h2 {
    font-size: 20px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){
  .music_button{
    padding:25px;	
  }

  .music_button .overlay{
    opacity: 0;
  }

  #select h2 {
    font-size: 26px;
  }
}


/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){

  #select h2 {
    font-size: 30px;
  }
}
