// Make sure the charset is set appropriately
@charset "UTF-8";

// Global Foundation Settings
//@import "foundation/settings";

// You can import only specific elements by adjusting the import below
//@import "foundation";



header {
	padding: 30px;
}

#header {
	background: url('../img/header.png') no-repeat center center #000;
	background-size:auto 200px ;
	margin-bottom: 30px;
	color: #FFF;
	width: 100% !important;
}

#subheader {
	font-size:1.2rem;
}


#wrapper {
	max-width:1300px !important;
	min-width:400px !important; 
	margin-left: auto;
	margin-right: auto;
}


.row {
	max-width: none;
}

html, body {
	background: transparent none;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #060606;
}

p, .opt {
	color: #959595;
}

h1 {

	color: #FFF;
	padding:10px;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 10px;

}

h2 {
	font-size: 1.6rem;
}

h3
{
	color: #959595 !important; 
	text-transform: uppercase;
	font-size: 1rem;
	padding: 10px;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;

}

#tandc {
	font-size: 0.7rem;
	position: static; 
	bottom: -20px;
	left: 30px;
	margin-bottom:0;
	padding-left: 15px;
}

.answer {
	background-color: #ccc;
	height: 300px;
	margin-top: 1.875rem;
}

@media screen and (max-width: 1100px) {
	.answer {
		background-color: #ccc;
		height: 250px;
		margin-top: 1.875rem;
	}

}

@media screen and (max-width: 900px) {
	.answer {
		background-color: #ccc;
		height: 200px;
		margin-top: 1.875rem;
	}

}


.answer p {
	text-align: center;
	width: 100%;
	padding-right: 2rem;
	position: absolute;
	padding-bottom: 1px;
	bottom:0;
	margin-bottom: 0;
}

.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}

#parentrow {
	 overflow: visible;
    position: relative;
    width: 100%;
    margin-bottom:1.875rem;

}


@media screen and (min-width: 700px) {

	.c2a p {
	width: 50% !important;
	}

	.c2a .book {
		width: 50% !important;
	}

  
}


@media screen and (min-width: 1025px) {
  .sidebarcont {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    position: absolute;
    right: 7.5px;
  }
  .c2a {
	height:100%;
	margin-top: 0px !important;
	background-size: auto 100% !important;
	background: url('../img/gold2.jpg') no-repeat bottom center #000 !important; 
	background-size: 100% !important; 
  }
  .sociallogo {
  }
  .c2a .book, .c2a p {
	width: 100% !important;
  }
  .question_container {
  	padding-right:1.875rem; 
  }
  #tandc{
  	position: absolute;
	padding-left: 0px;
  }
}






.c2a {
	margin-top: 1.875rem;
	background: #000;
	color: #000;
	padding: 10px;
	text-align: center;
	background: url('../img/gold.jpg') no-repeat center center #000;
	background-size: 100%; 
}

.c2a p {
	background: #FFF;
	background: rgba(255,255,255,1);
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'BorgiaPro';
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 5px;
	width: 100%;
}

.c2a .book {
 
	display: block;
	width: 100%;
}

.c2a a {
	width: 100%;
	background: #FFF;
	background: rgba(255,255,255,1);
	display: block;
	padding: 25px 5px 25px 5px;
	color: #454545;
	font-size: 15px;
}

.hide_me {
	display: none;
}


.datefield { 
	width: 100%;
    display: block; 
	border: 1px solid #ccc;
    background: #FFF; 
    color: #666;
    height: 37px;
	margin: 0 auto 1rem auto;
}  

input, .datefield {
	color: #fff !important;
	background: #141414 !important; 
	border: none !important;
}

select
{
    color: #a9a9a9;
	background: #141414 !important; 
	border: none !important;
}
option
{
    color: #a9a9a9;
}
option:first-child
{
    color: #a9a9a9;
}

.datefield * { 
    display: inline-block;
}

.datefield input, .datefield input:focus { 
	display: inline;
	width:3em;
    padding: 0 !important; 
    border: none; 
    font-size: 100%; 
    background: none;
    color: #000;
    margin-bottom: 0px;  
    box-shadow: none; 
    height: 37px; 
	text-align: center; 
}

.year {
	width: 4em !important;
	text-align: left !important;
}


/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.btn {
	width: 100%;
	background-color: #1bc4de;
	height: 30px;
	margin-bottom: 0 !important;
	padding: 0 !important;
	color: #FFF !important;
}
.btn:hover {
	width: 100%;
	background-color: #777;
}
.btn:disabled {
	background: #ccc no-repeat !important;
}

.error input, .error select, .error .datefield {
	color: red;
	border: red 1px solid; 
}

.error input::-webkit-input-placeholder { /* WebKit browsers */
    color:    red !important;
}
.error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:     red !important;
    opacity:  1;
}
.error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:     red !important;
    opacity:  1;
}
.error input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    red !important;
}

.error label {
	opacity: 0 !important;
}

.datefield label {
	display: none !important;
}


.error .datefield input {
	border: none !important;
}

.error .dobLabel {
	color: red;
}

.dobLabel {
	
	padding: 11px;
	background: #1bc4de;
	color: #fff;
	height: 100%;
}

#result {
	/*text-align: center;*/
	background-color: #fff;
	background-color: rgba(255,255,255,1);
	letter-spacing:5px;
}

#facebook_share {
	background:#3B5998;
}

.opt {
	font-size: 12px;
}
.sociallogo {
	margin: 1px;
	font-family: 'awesome';
	position: absolute;
	left:4px;
	top:0px;
	font-size: 50px;
	display:none;
}

#twitter_share {
	background:  #5ea9dd;
}

#facebook_share:hover {
	background: #5580db;
}

#twitter_share:hover {
	background: #6ac2ff no-repeat;
}
#twitter_share:disabled {
	background: #ccc no-repeat !important;
}

#result_container {
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/*#resultpCont {
	position: absolute;
	top: 5%;
	width: 90%;
	left: 5%;
}*/

#resultp, #resultpCont {

	background-color: rgba(255,255,255,1);
	margin-bottom:0;
	font-size:15px;
	color: #454545;
	margin-bottom: 1.25rem;

}

#verdict { 
	background-color: rgba(255,255,255,1);
	margin-bottom:0;
	font-size:15px;
	color: #454545;
	/*padding:25px;*/

}



#verdict strong {
}

#imageCont {
	position: relative;
}
#call {
	width: 90%;
	background: #FFF;
	background: rgba(255,255,255,1);
	display: block;
	padding: 25px;
	color: #454545;
	font-size: 15px;
	left: 5%;
	position: absolute;
	top:7%;
	line-height: 20px;
}

#call:hover {
	color: #CCC;
}

@media screen and (max-width: 500px) {
	#call {
		
		position: static !important;
		width: 100% !important;
		padding: 10px !important;
		background: #FFF !important;
		color: #000 !important;
		margin-bottom:10px;

	}

	/*#resultpCont {
		
		position: static !important;
		width: 100% !important;
		padding: 10px !important;
		background: #CCC !important;
		color: #000 !important;

	}*/

}

/* questions */
.answer:hover {
 -moz-box-shadow: 0 0 20px #525252; -webkit-box-shadow: 0 0 20px #525252; box-shadow: 0 0 20px #525252; 
}
.answer {
	background-size: 100% !important;
	background-repeat: no-repeat;
	border: #CCC 1px solid;
}

.ques_text span {
	background: #FFF;
	background: rgba(255,255,255,1);
	padding: 10px;
	display: block;
	width: 100%;
	letter-spacing: 2px;
}

#form_message, input, select {
	margin-bottom: 1rem !important;
}
form label {
	display: none !important;
}

.q1 .a1 {
	background:url('../img/question_images/q1/home2.jpg') #fff center top no-repeat; 
	background-size: auto 100% !important;
}
.q1 .a2 {
	background:url('../img/question_images/q1/bond.jpg') #211a1d center top no-repeat;
}
.q1 .a3 {
	background:url('../img/question_images/q1/dog.jpg') #f4f3ef center top no-repeat; 
}
.q1 .a4 { 
	background:url('../img/question_images/q1/geek.jpg') #f4f3ef center top no-repeat;
}

.q2 .a1 {
	background:url('../img/question_images/q2/cliff.jpg') #f4f3ef center top no-repeat; 
}
.q2 .a2 {
	background:url('../img/question_images/q2/mariah.jpg') #f4f3ef center top no-repeat;
}
.q2 .a3 {
	background:url('../img/question_images/q2/dub.jpg') #f4f3ef center top no-repeat; 
}
.q2 .a4 { 
	background:url('../img/question_images/q2/twerk.jpg') #f4f3ef center top no-repeat;
}

.q3 .a1 {
	background:url('../img/question_images/q3/wrap.jpg') #000 center top no-repeat; 
}
.q3 .a2 {
	background:url('../img/question_images/q3/scrabble.jpg') #000 center top no-repeat;
}
.q3 .a3 {
	background:url('../img/question_images/q3/beer.jpg') #000 center top no-repeat; 
}
.q3 .a4 { 
	background:url('../img/question_images/q3/mosh.jpg') #f4f3ef center top no-repeat;
}

.q4 .a1 {
	background:url('../img/question_images/q4/pray.jpg') #000 center top no-repeat; 
}
.q4 .a2 {
	background:url('../img/question_images/q4/pressies.jpg') #000 center top no-repeat;
}
.q4 .a3 {
	background:url('../img/question_images/q4/donot.jpg') #000 center top no-repeat; 
}
.q4 .a4 { 
	background:url('../img/question_images/q4/panic.jpg') #f4f3ef center top no-repeat;
}

.q5 .a1 {
	background:url('../img/question_images/q5/queen1.jpg') #000 center top no-repeat; 
}
.q5 .a2 {
	background:url('../img/question_images/q5/queen2.jpg') #000 center top no-repeat;
}
.q5 .a3 {
	background:url('../img/question_images/q5/queen3.jpg') #000 center top no-repeat; 
}
.q5 .a4 { 
	background:url('../img/question_images/q5/queen4.jpg') #000 center top no-repeat;
}

.q6 .a1 {
	background:url('../img/question_images/q6/kate.jpg') #000 center top no-repeat; 
}
.q6 .a2 {
	background:url('../img/question_images/q6/kate2.jpg') #000 center top no-repeat;
}
.q6 .a3 {
	background:url('../img/question_images/q6/kate3.jpg') #000 center top no-repeat; 
}
.q6 .a4 { 
	background:url('../img/question_images/q6/kate4.jpg') #000 center top no-repeat;
}

.q7 .a1 {
	background:url('../img/question_images/q7/turkey.jpg') #000 center top no-repeat; 
}
.q7 .a2 {
	background:url('../img/question_images/q7/turkey2.jpg') #000 center top no-repeat;
}
.q7 .a3 {
	background:url('../img/question_images/q7/turkey3.jpg') #000 center top no-repeat; 
}
.q7 .a4 { 
	background:url('../img/question_images/q7/nutroast.jpg') #000 center top no-repeat;
}

.q8 .a1 {
	background:url('../img/question_images/q8/cat.jpg') #000 center top no-repeat; 
}
.q8 .a2 {
	background:url('../img/question_images/q8/dog.jpg') #000 center top  no-repeat;
}
.q8 .a3 {
	background:url('../img/question_images/q8/dog2.jpg') #000 center top no-repeat; 
}
.q8 .a4 { 
	background:url('../img/question_images/q8/dog3.jpg') #000 center top no-repeat;
}

.q9 .a1 {
	background:url('../img/question_images/q9/hill.jpg') #000 center top no-repeat; 

}
.q9 .a2 {
	background:url('../img/question_images/q9/bill.jpg') #000 center top no-repeat;
}
.q9 .a3 {
	background:url('../img/question_images/q9/billhill.jpg') #000 center top no-repeat; 
}
.q9 .a4 { 
	background:url('../img/question_images/q9/bill2.jpg') #000 center top no-repeat;
}

.q10 .a1 {
	background:url('../img/question_images/q10/turkey.jpg') #000 center top no-repeat; 
}
.q10 .a2 { 
	background:url('../img/question_images/q10/drink.jpg') #000 center top no-repeat;
}
.q10 .a3 {
	background:url('../img/question_images/q10/whisky.jpg') #000 center top no-repeat; 
}
.q10 .a4 { 
	background:url('../img/question_images/q10/falling.jpg') #000 center top no-repeat;
}

.q11 .a1 {
	background:url('../img/question_images/q11/coke.jpg') #000 center top no-repeat; 
}
.q11 .a2 { 
	background:url('../img/question_images/q11/mass.jpg') #000 center top no-repeat;
}
.q11 .a3 {
	background:url('../img/question_images/q11/simon.jpg') #000 center top no-repeat; 
}
.q11 .a4 { 
	background:url('../img/question_images/q11/hippie.jpg') #000 center top no-repeat;
}

.q12 .a1 {
	background:url('../img/question_images/q12/knee.jpg') #000 center top no-repeat; 
}
.q12 .a2 { 
	background:url('../img/question_images/q12/johnny.jpg') #000 center top no-repeat;
}
.q12 .a3 {
	background:url('../img/question_images/q12/fat.jpg') #000 center top no-repeat; 
}
.q12 .a4 { 
	background:url('../img/question_images/q12/che.jpg') #000 center top no-repeat;
}


.q13 .a1 {
	background:url('../img/question_images/q13/family.jpg') #000 center top no-repeat; 
}
.q13 .a2 { 
	background:url('../img/question_images/q13/ski.jpg') #000 center top no-repeat;
}
.q13 .a3 {
	background:url('../img/question_images/q13/pool.jpg') #000 center top no-repeat; 
}
.q13 .a4 { 
	background:url('../img/question_images/q13/mouse.jpg') #000 center top no-repeat;
}
