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, 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: #03041c;
    background-image: radial-gradient(circle at center,rgba(22,47,148,.59) 0,rgba(22,47,148,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515757",endColorstr="#000000",GradientType=1);
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
}

.bgrd {
	background-image: url("../images/hero.png") ;
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center 0%;
    height: 100vh;
	width: max-content;
    min-width: 100%;
    z-index: -100;
	position: absolute;
	overflow-x: hidden;
}

.preheader{
	color:#fff;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}

.logo {
	max-width: 290px;
	margin: 0 auto;
}

.header_slogan{
	font-size: 27px;
    line-height: 37px;
	text-shadow: 0 1px 3px #000000;
	letter-spacing: 7px;
	font-variant-caps: all-small-caps;
}
.header_large{
	font-size: 48px;
	padding-bottom: 10px;
	letter-spacing: -2px;
	font-variant-caps: normal;
}
.header_large span {
	font-weight: 700;
}

.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: 55%;
	min-height: 250px;
	margin: 10px auto;
	background-color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.6);
	box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.6);
    border: 3px solid #000;
}

.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;
	height: 35px;
	opacity:0.5;
}

.trustpilot img {
	padding-right: 0;
    padding-top: 0;
    height: 70px;
    opacity: 1;
}

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

.underline {
	text-decoration: underline;
}

.ab_head{
	font-size: xx-large !important;
    font-variant-caps: all-small-caps;
    color: #000;
}

.q span, .load-list span {
	white-space: pre-line;
    font-size: large;
    line-height: 1.7em;
	color: #000;
}

.red {
	color: #002D7A;
}

.bold {
	font-weight: bold;
}

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

p.about_expl {
    font-size: 16px;
	text-align:center;
    /*padding-left: 23px;
    padding-right: 23px;*/
}

.about_los {
    font-size: larger;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #000;
}

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

.q .answer, #final .answer,.orange_box, .q .btn_orange  {
	font-size: 150%;
	font-weight: 300;
    text-decoration: none;
    margin: 10px auto 10px;
    padding: 13px;
    
    text-align: center;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	border-radius: 10px;
	font-variant-caps: all-small-caps;
	
	transition: all 0.1s ease-out;
}

#answer1, .orange_box {margin-top: 20px;}

.q .answer:hover, #final .answer:hover {
	transform: scale(0.99);
	-webkit-box-shadow: 0px 0px 0px #b3b3b3;
	-moz-box-shadow: 0px 0px 0px #b3b3b3;
	box-shadow: 0px 0px 0px #b3b3b3;
}

.btn_orange, .orange_box {
    background-color: #F39300;
    color: #fff;
	-webkit-box-shadow: 2px 4px 0px #834f00;
	-moz-box-shadow: 2px 4px 0px #834f00;
	box-shadow: 2px 4px 0px #834f00;
	border: 3px solid #834f00;
}

.btn_orange:hover, .orange_box:hover {
	-webkit-box-shadow: 0px 0px 0px #834f00;
	-moz-box-shadow: 0px 0px 0px #834f00;
	box-shadow: 0px 0px 0px #834f00;
	transform: scale(0.99);
}

.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%, 10% { transform: scale(0.98); } 
    20%, 30% { transform: scale(0.98); background-color: #6cff00;} 
    40%, 100% { transform: scale(0.99); background-color: #fff;} 
} 
@keyframes pulse { 
    0%, 10% { transform: scale(0.98); } 
    20%, 30% { transform: scale(0.98); background-color: #6cff00;} 
    40%, 100% { transform: scale(0.99); background-color: #fff;} 
} 

.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
}

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

/* PULSE BUBBLES LOADER */

@keyframes pulse-bubbles {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: 0 auto;
}

.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f39300;
}

.pulse-bubble-1 {
    animation: pulse-bubbles .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse-bubbles .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse-bubbles .4s ease .4s infinite alternate;
}

/* */

.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 {
    margin: 0 !important;
}*/

.ref_link{
	text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 0 13px !important;
	font-size: 180% !important;
}

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

.winner {
    font-size: xx-large;
    font-variant-caps: all-small-caps;
    color: #000;
    font-weight: 700;
    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, .answer {
	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: 'Ubuntu', 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;
}
@media (max-width:767px) {
    .wrapper {
	max-width: 90%;
	}
	.bgrd2 {
	background-image: none;
	}
	.bgrd {
	background-position: -240px -80px;
    background-size: 1400px auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	height: 130vh;
	}
	.logo {
		text-align: left;
		margin:0;
	}
	.logo img {
		width: 80%;
	}
	
	.q span, .load-list span {
		line-height: 1.4em;
	}
}

@media (max-width:350px) {
	.header_slogan {
    font-size: 21px;
	letter-spacing: 6px;
	}
	.header_large {
		font-size: 38px;
		letter-spacing: -1px;
	}

}