body{
	background: #F4F3F4;
}

h1{
	color: #80B8FF;
}

.block{
	background: #fff;
	
	padding: 10px;
}

.navbar-default{
  background-color: #4FB2EB;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.ads-row{
  margin-bottom: 20px;
}
.quiz-item {
  margin-bottom: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}

.quiz-item:hover{
  text-decoration: none;
}

.quiz-item:hover h2{
  color: #19BDE9;
}

.quiz-item h2{
  font-size: 17px;
  font-weight: bold;
  color: #333;
  height: 33px;
}

.quiz-item p{
  height: 50px;
  overflow: hidden;
  color: #787878;
}

.quiz-item .desc{
  padding: 10px;
}

.quiz-item .image{
  position: relative;
  overflow: hidden;
}

.quiz-item .image .mask{
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}

.quiz-item .image  ul.mask{
  color: #fff;
  list-style: none;
  padding: 5px 20px 5px 0;

}

.quiz-item .image  ul.mask li{
  float: left;
  margin-left: 10px;
}

.quiz-item:hover .image .mask{
  visibility: visible;
  display: block;
  bottom: 0;
  left: 10px;
  border-radius: 5px;
  background: rgba(22,31,50, 0.5);;
  transition: all 0.5s;
}

.question-item{
  margin: 15px 20px;
}

.question-item h3{
  margin-bottom: 40px;
}

.question-item ul{
  list-style: none;
  margin: 0;
  padding: 0;

}

.question-item ul li{
      text-align: center;
    line-height: 1.3em;
    padding: 0.6em 0.7em;
    margin: 0.6em auto;
  border:2px solid #fafafa;
  background: #f3f3f3;

  font-size: 14px;
  cursor: pointer;
  transition: background 0.5s
}

.question-item ul li:hover,
.question-item ul li:focus{
  background-color:#0099ff;
  color: #fff;
}



.questions{
	list-style: none;
	margin-top: 30px;
}

.questions li{
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
}

.answers{
	list-style: none;
	margin: 0;
	padding: 5px;
}

.answers li{
	font-weight: normal;
	font-size: 18px;
	padding: 5px;
}

.answers li label{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0;
	
}

.answers li:hover{
	background-color: #cacaca;
}

.result{
	border: 1px solid #cacaca;
	padding: 15px;
	background-color: #fff;
}

.result p{
	margin: 10px 0;
	font-size: 18px;
}

.more-quizzes{
  margin-top:40px;
}

.fb-share {
  background: #3B5998;
  background-image: url('../img/fb.png');
  background-repeat: no-repeat;
  background-position: 15px 11px;
  padding: 15px 20px 15px 40px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 3px;
  color: white;
  border: none;
  margin:0 10px 0 0;
}

.test-item{
	margin-bottom: 20px;
}

.test-item h3{
	margin-top:5px;
	margin-bottom: 20px;

}

.test-item:hover{
	text-decoration: none;
}


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


.test-levo-reaktivni { width: 160px; height: 600px; }

@media(max-width: 991px) { .test-levo-reaktivni { width: 468px; height: 60px; } }

.lajkujem-testovi-levo { width: 320px; height: 50px; }
@media(min-width: 500px) { .lajkujem-testovi-levo { width: 468px; height: 60px; } }
@media(min-width: 800px) { .lajkujem-testovi-levo { width: 360px; height: 300px; } }
