html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 22px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

body {
	background-color: #00060E;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.preheader{
	color:#fff;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	background-image: url(Produkt_18_BG.png);
	background-repeat: no-repeat;
	background-position: center;
}

.header_slogan{
	font-size: 26px;
    line-height: 33px;
}

.header {
	color: #002D7A;
	width: 90%;
	margin: 5px auto;
}

.header tr td {
	width: 50%;
}

.header tr td span {
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}

.header tr td:last-child {
	text-align: right;
}

.wrapper {
	max-width: 90%;
	margin: 10px auto;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	    overflow: hidden;
}

.footer {
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
	text-align: center;
}

.footer img {
    padding-right: 20px;
    padding-top: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #002D7A;
}

.underline {
	text-decoration: underline;
}

.ab_head{
font-size:24px;
}

.red {
	color: #002D7A;
}

.bold {
	font-weight: bold;
}

.about {
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
}

p.about_expl {
    font-size: 15px;
    padding-left: 23px;
    padding-right: 23px;
}

.about_los {
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.q h3 {
	font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #00BFFF;
    width: 104%;
    margin-left: -20px;
    margin-top: -20px;
    padding: 15px;
}

.q .answer, #final .answer {
	font-size: 14px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 0;
    display: block;
    text-align: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	border-radius: 3px;
}
.btn_orange {
    background-color: #F39300!important;
    color: #fff!important;
    border: 1px solid #F39300!important;
}
.cta {font-size: 1.5em;
	font-weight: bold;
	color: #e10915;
	background-color: #fff;
	border: 2px solid #e10915;
	text-decoration: none;
	width: 80%;
	margin: 10px auto 0;
	padding: 10px 0;
	display: block;
	text-align: center;}
@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

.loader {
	display: block;
	margin: 10px auto;
}

.load-list {
	    margin: 0px auto 0;
    color: #000;
}

.load-list li {
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    line-height: 27px;
    padding: 3px 0 3px 0px;
    color: #000;
    text-align: center;
    font-size: 15px;
}

.orange_box {
    background-color: #F39300;
    color: #fff;
    padding: 15px;
    font-weight: normal;
    text-align: center;
	border-radius: 3px;
}

.ref_link{
	text-decoration: none;
    color: #fff;
}

.ref_link2{
	text-decoration: underline;
    color: #000;
}

.winner {
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
}

.try {
	display: block;
	color: #848484;
	font-size: 0.85em;
	margin-top: 25px;
	text-align: center;
}

#q2, #q3, #q4, #q5, .li1, .li2, .li3, #final, #loading, .fbcoms {
	display: none;
}
div#final {
    text-align: center;
    font-size: 13px;
}

/* FB COMMENTS */

.fbcoms {
	font-family: Tahoma, Verdana, sans-serif;
	background-color: #fff;
	font-size: 12px;
	text-align: left;
}

.comments {
	font-weight: bold;
	text-align: center;
	padding: 0 5px 10px 5px;
}

.totlikes {
	margin-top: 3px;
	background-color: #eeeff4;
	padding: 5px 5px 5px 23px;
	background-image: url(../images/like.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.fbblue {
	color: #3c5a96;
}

.buttons {
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	color: #7d7d7f;
}

.buttons span {
	cursor: pointer;
}

.buttons span:hover {
	text-decoration: underline;
}

.viewmore {
	margin-top: 3px;
	background-color: #eeeff4;
	padding: 5px 5px 5px 23px;
	background-image: url(../images/bubble.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.left {
	cursor: pointer;
	float: left;
	color: #3c5a96;
}

.left:hover {
	text-decoration: underline;
}

.right {
	color: #7d7d7f;
	float: right;
}

.item {
	position: relative;
	margin-top: 3px;
	background-color: #eeeff4;
	padding: 5px 5px 5px 60px;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item .profileimg {
	position: absolute;
	top: 5px;
	left: 5px;
	width:50px;
}

.comtxt {
	line-height: 16px;
}

.name {
	color: #3c5a96;
	font-weight: bold;
}

.ago {
	color: #86878c;
	font-size: 0.95em;
}

.fblike {
	color: #3c5a96;
	font-size: 0.95em;
	cursor: pointer;
}

.fblike:hover {
	text-decoration: underline;
}

.combot {
	padding-top: 5px;
}

.clickhere {
	font-weight: bold;
	padding: 30px 10px 5px;
	line-height: 18px;
}

.likes {
	color: #3c5a96;
	font-size: 0.95em;
	cursor: pointer;
}

.fbimg {
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: 210px;
	width: 100%;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #808080;
	margin: 10px 0 5px;
}

.hidden {
	display: none;
	opacity: 0;
}

/* ADD COMS */

.addcom {
	padding: 5px 15px 5px 65px;
	position: relative;
	min-height: 79px;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f1f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.genericimg {
	position: absolute;
	top: 5px;
	left: 10px;
}

.addcom textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #899bc1;
	resize: none;
}

.addcom .newname {
	margin-top: 3px;
	border: 1px solid #899bc1;
	padding: 3px 5px;
}

.rightalign {
	text-align: right;
}

.insertcom {
	margin-top: 5px;
	border: 1px solid #999;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 0.9em;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e3',GradientType=0 );
	-webkit-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 1);
	box-shadow: 0px 1px 0px 0px rgba(216, 216, 216, 1);
}

.prodname{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.prodname {
	color: #000;
}
.every {
	color: #000;
}