/* 
    Document   : puzzle
    Created on : Apr 21, 2013, 11:25:03 PM
    Author     : saptarshi
    Description:
        Purpose of the stylesheet follows.
*/

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
body {
  /**background: url(back1.jpg);**/
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#columns {
  width: 100%;
}

.column {
  height: auto;
  width: 25%;
  float: left;
  cursor: move;
}

.column img {
  width: 100%;
  height: auto;
}
.puzzle {
  padding: 0
}
#timer {
  font-family: 'bebas_neuebold';
  font-size: 170px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  right: 70px;
}
.text-content {
  color: #000000;
  font-size: 30px;
  background: #FFFFFF;
  padding: 20px;
  margin-top: 30px 
}
.content-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #000000;
}
.title {
  position: relative;
}
.title h1 {
  position: absolute;
  font-size: 60px;
  
  top: 10px;
  left: 70px;
}
.title h2 {
  position: absolute;
  font-size: 30px;
  
  top: 10px;
  left: 70px; 
}
.content-score {
  margin-top: 30px;
}
.button-next {
  position: fixed;
  right: 30px;
  bottom: 30px
}
.header {
  position: relative;
}
.header .close-modal {
    position: absolute;
    right: 20%;
    top: 35%;
}