#tt {
	position: relative;
	width: 980px;
	height: 90px;
	overflow: hidden;
	background: url("img/header.jpg") no-repeat;
	margin-top: 10px;
}
.recommend {
	position: absolute;
	top: 15px;
	right: 15px;
}
.backBtn {
	color:#C24C6C;
	background: #fff;
	padding:1px 15px 2px;
	font: bold 16px/28px 'open Sans', Helvetica, Arial, sans-serif;
	position: absolute;
	top:30px;
	left:0;
}

#quizct {
	background-color: #ddedeb;
	padding-top: 6px;
	font-family: 'Open Sans', sans-serif;
}

#dAptaujas .header {
	font-weight: 600;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 44px;
	background-color: #6fa7a0;
	padding: 20px 6px;
}


#dAptaujas .questions {
	margin: 20px 6px 6px;
	overflow: hidden;
}
.questionItem {
	overflow: hidden;
	margin-top: 6px;
}
.questionItem .title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #3d2f40;
}
.questionItem .answers {
	overflow: hidden;
	text-align: center;
	margin: 10px -6px 0;
}
.answers .answerWrap {
	background-color: #fff;
	display: inline-block;
	margin: 0 3px;
	text-align: center;
	width: 156px;
	height: 156px;
	line-height: 156px;
	vertical-align: top;
}
.answerItem {
	position: relative;
	display: inline-block;
	padding: 4px;
	width: 144px;
	height: 144px;
	line-height: 144px;
}

.answerItem.selected,
.answerItem:hover {
	border: 2px solid #3d2f40;
}
.answerItem .content {
	display: inline-block;
	background-size:100% 100%;
	line-height: normal;
	vertical-align: middle;
	font-family: sans-serif;
	font-size: 24px;
	color: #3d3d3d;
	overflow: hidden;
}
.answerItem.withImage .content {
	width: 144px;
	height: 144px;
	vertical-align: top;
	background-repeat: no-repeat;
}
.answerItem .tick {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 5px solid #fff;
	background-color: #3d2f40;
	width: 20px;
	height: 20px;
	padding: 2px;
}
.answerItem.selected .tick {
	background: url("img/tick.png") no-repeat center #3d2f40;
}
.answerItem.selected .tick,
.answerItem:hover .tick {
	display: block;
}

.questionItem.answered .answerItem .content,
.questionItem.answered.locked .answerItem .content,
.questionItem.answered.locked:hover .answerItem .content {
	opacity: 0.5;
}
.questionItem.answered.locked .answerItem,
.questionItem.answered.locked:hover .answerItem {
	border: 0 none;
	cursor: default;
}
.questionItem.answered.locked .answerItem.selected,
.questionItem.answered.locked:hover .answerItem.selected {
	border: 2px solid #3d2f40;
}
.questionItem.answered .answerItem.selected .content,
.questionItem.answered.locked .answerItem.selected .content,
.questionItem.answered .answerItem:hover .content {
	opacity: 1;
}
.questionItem.answered.locked .answerItem .tick,
.questionItem.answered.locked:hover .answerItem .tick {
	display: none;
}
.questionItem.answered.locked .answerItem.selected .tick,
.questionItem.answered.locked:hover .answerItem.selected .tick {
	display: block;
}

#dAptaujas .resultWrap {
	margin: 0 6px 6px;
}
#dAptaujas .resultWrap .question {
	padding: 15px;
	margin: 0;
	background-color: #6fa7a0;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 34px;
	border: 0 none;
}
#dAptaujas .resultWrap .resultContent {
	background-color: #fff;
	padding: 15px;
}
.resultContent .answerTitle {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 0;
}
.resultContent .answer,
.resultContent .answerTitle {
	font-weight: 600;
	text-transform: uppercase;
	color: #3d2f40;
	display:inline-block;
}

.resultContent .answer {
	font-size: 36px;
	line-height: 44px;
}
.resultContent .summaryContent {
	position: relative;
	padding-left: 215px;
	overflow: hidden;
	min-height: 200px;
}
.summaryContent .pic {
	position: absolute;
	left: 0;
	right: 0;
}
.summaryContent .summary {
	font-size: 16px;
	line-height: 20px;
	overflow:hidden;
}
.summaryContent .share {
	position: absolute;
	bottom:0;
	left: 215px;
	display: inline-block;
	text-align:center;
	font:11px/16px Arial;
	color: #fff;
	padding: 2px 15px;
	border-radius:3px;
	border:1px solid #C96E0A;
	text-decoration: none;
	overflow: hidden;
	text-shadow: 0px 1px 0px #994A1B;
	height: 16px;
	background-color: #FE9A2E;
	background: -moz-linear-gradient(top,  #FE9A2E 0%, #FF8229 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE9A2E), color-stop(100%,#FF8229)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FE9A2E 0%,#FF8229 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FE9A2E 0%,#FF8229 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FE9A2E 0%,#FF8229 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FE9A2E 0%,#FF8229 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A2E', endColorstr='#FF8229',GradientType=0 ); /* IE6-9 */
}

.summaryContent .share:hover {
	background:#FF8A00;
	background: -moz-linear-gradient(top,  #FF8A00 0%, #FF7300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF8A00), color-stop(100%,#FF7300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF8A00 0%,#FF7300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF8A00 0%,#FF7300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF8A00 0%,#FF7300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF8A00 0%,#FF7300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8A00', endColorstr='#FF7300',GradientType=0 ); /* IE6-9 */
}
.summaryContent .userList .profileSmallIcon {
	float:left;
	margin: 5px;
}
.summaryContent .others h2 {
	cursor: pointer;
}
.summaryContent .others {
	float: right;
	width: 180px;
	margin-left: 10px;
}


/* LIST */
.quizList {
	background: transparent url(img/footer_06.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}
.quizList .quizitem {
	display: block;
	/*width:485px;*/
	width:100%;
	float:left;
	height:150px;
	background: #6DA6A0;
	margin: 5px 0 5px;
	position: relative;
}
/*.quizList .quizitem:nth-child(2n-1) {
	margin-right:10px;
}*/
.quizList .quizitem a {
	display: block;
	text-decoration: none;
	margin-left:10px;
	height:150px;
}

.quizList .quizitem a:hover:before {
	display: block;
	content: 'Pildīt';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent url(img/hover_big.png) no-repeat center;
	line-height:150px;
	text-align: center;
	color:white;
	font-size:18px;
	text-transform: uppercase;
}
.quizList .quizitem.comingSoon a:hover:before {
	content: 'Būs pieejams 23. maijā';
	background: transparent url(img/no_btn_hover.png) no-repeat center;
	font-size:22px;
}


.quizList .quizitem h2 {
	color:white;
	text-transform: uppercase;
	font-size:24px;
	position: static;
	line-height: 1.6em;
	padding-top:0.5em;
}
.quizList .quizitem img {
	float:right;
	margin-left:10px;
	height:150px;
	width:150px;
}
/*.quizList .quizitem:nth-child(4n-1) img,
.quizList .quizitem:nth-child(4n) img {
	float: left;
	margin:0 10px 0 -10px;
}*/
.quizList .quizitem p {
	color:#3E3041;
	font-size:1.3em;
}
.quizList .quizitem p.meta {
	font-size:1em;
}
.quizList .quizitem p.meta .counter {
	margin-left:5px;
}
.quizList .quizitem p.meta .time:before ,
.quizList .quizitem p.meta .counter:before {
	display:inline;
	color:white;
	padding-right:5px;
}
.quizList .quizitem p.meta .time:before {
	content: 'Izveidots:';
}
.quizList .quizitem p.meta .counter:before {
	content: 'Aizpildījuši:';
}
