/* CSS Document */

body {
background-color:#4340BA;
font-family:   Arial, Helvetica, sans-serif;
font-size: 16px;
background: url('//d1t9m963ilj7ob.cloudfront.net/wp-content/uploads/2015/04/20214418/iStock_000048153274_XXXLarge.jpg') repeat top center;
background-attachment: fixed;
background-size:cover;
padding: 10px;
margin-top: 30px;
}

.body-everything-centered, .body-everything-centered div, .body-everything-centered p, .body-everything-centered img, .body-everything-centered input,  .body-everything-centered h1,  .body-everything-centered h2,  .body-everything-centered p {
margin-left:auto;
margin-right:auto;
text-align: center;
}

h2 {
font-weight: bold;
}

.container-fluid {
padding: 0 !important;
}

.img-responsive {
width: auto !important;
}

input {
color: #959595;
font-weight: normal;
}


h3 {
	font-family:Arial, Helvetica, sans-serif
	font-size:18px;
	font-weight: 600;
}

.red {
color: #C00;
}

#Footer {
	max-width:984px;
	margin:0 auto;
	padding-top:20px;
}
#FooterWrap, .push {
	height:156px;
	clear:both;
}


.navlinks	{
	text-align:center;
	display: inline;
	
}
.navlinks li	{
	padding: 0px 10px;
	list-style: none;
	display: block;
	float: left;
	font-size: 13px;
	font-weight:bold;
}
.navlinks li a	{
	color: #fff;
	text-decoration:none;
}
.navlinks li a:hover	{
	color: #a53f70;
}




.responsive-orderbox-solid {
background: #F5F5F5;
border: 1px solid #C8D3DF;
margin: 30px auto 30px auto;
padding: 30px 2% 20px 3%;
max-width: 820px;
}

.responsive-orderbox-solid p {
max-width: 560px;
}

h3 {
text-align:left;
}

.subtotal {
width:88%;
margin-top: 40px;
margin-bottom: 20px;
}

.subtotal td {
padding: 15px;
}

.enter-details {
margin-left:auto;
margin-right:auto;
margin-top: 0px;
margin-bottom: 23px;
}

#Order-form input {
margin-top: 13px;
}

input {
padding: 8px 15px;
border: solid #999 1px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: inset 0 0 15px #e2e2e2;
-webkit-box-shadow: inset 0 0 15px #e2e2e2;
box-shadow: inner 0 0 15px #e2e2e2;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #999;
margin-right: 0px;
text-align: center;
margin-bottom: 0px;
}

input.button {
padding: 10px 20px;
background: #a1296d;
color: #fff;
font-weight: bold;
text-transform: uppercase;
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
-moz-box-shadow: inset 0 0 0px #e2e2e2;
-webkit-box-shadow: inset 0 0 0px #e2e2e2;
margin-top: 15px;
}

input.button:hover	{
	background: #c95b9e;
	color:#FFF;
}

h6 { 
font-size:16px; 
font-weight:800; 
letter-spacing:-.03em; 
text-align:left;
max-width: 800px !important;
line-height: 1.7;
}

.nomargin {
margin: 0 !important;
}

.footerlinks a	{
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
.footerlinks a:hover	{
	color: #a53f70;
}

.footerlinks {
margin: 0;
font-size: 13px;
color: white;
}


.navlinks {
max-width: 600px;
float: left;
display: inline;
}

.navlinks li {
padding: 0px 10px;
list-style: outside none none;
display: block;
float: left;
font-size: 13px;
font-weight: bold;
}

#GenderSelect #Button {
cursor:pointer !important;
}

#contactform td {
padding: 7px;
}

#contactform {
font-size: 16px;
}

.yellowbg {
background-color: yellow;
}


.bullet {max-width:600px; margin:0 auto;}

 .quizbox ul{
	margin: 12px;
	padding: 0;
}

.quizbox ul li{
	margin: 0 0 12px 0;
}
.quizbox ul li{
	list-style-type:none;
	padding: 0 0 0 45px;
	position:relative;
}
.quizbox ul li:before{
	content:"\00a0";
	display: block;
	border: solid 9px #d50911;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	height: 0;
	width: 0;
	position: absolute;
	left: 7px;
	top: 40%;
	margin-top: -8px;
}
.quizbox ul li:after {
	content:"\00a0";
	display:block;
	width: 3px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position:absolute;
	left: 14px;
	top: 40%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.a_quizButton {
	background-color:#983be0;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
}

.a_quizButton:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
}

.a_quizButton::before {
	background-color:#7625b4;
	background-image:url(http://d1f5iw4g082q78.cloudfront.net/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	-moz-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	-o-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
}

.a_quizButton:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
}


.quizArea label {
  display: inline-block;
  padding-left: 15px;
  padding-bottom: 7px;
  font-weight: normal;
  width: 90%;
  top: 0;
}

form#signupnew input {
  background: #e3e3e3;
  border: none;
  height: 30px;
  font-size: 14px;
  padding: 5px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 1px 1px 2px #6a6a6a;
  text-align: center;
  margin-bottom: 7px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #555;
  margin: 10px auto;
  display: block;
margin-left:auto;
margin-right:auto;
}

.quiz-button	{
margin-top: 20px; 
}

a.a_quizButton:hover {
color: white;
text-decoration: none;
}


p {margin-bottom:20px;}
#copy:nth-of-type(1) ul{
	margin: 12px;
	padding: 0;
}
#copy:nth-of-type(1) ul li{
	margin: 0 0 12px 0;
}
#copy:nth-of-type(1) ul li{
	list-style-type:none;
	padding: 0 0 0 45px;
	position:relative;
}
#copy:nth-of-type(1) ul li:before{
	content:"\00a0";
	display: block;
	border: solid 9px #d50911;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	height: 0;
	width: 0;
	position: absolute;
	left: 7px;
	top: 40%;
	margin-top: -8px;
}
#copy:nth-of-type(1) ul li:after {
	content:"\00a0";
	display:block;
	width: 3px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position:absolute;
	left: 14px;
	top: 40%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#likebox-wrapper, #likebox-wrapper2 {
max-width: 200px !important;
background-color: red;
overflow: hidden;
}

.white-main-box {
background-color:white;
-moz-border-radius: 8px; 
border-radius: 8px; 
max-width:880px;
margin-left:auto;
margin-right:auto;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
overflow: auto;
}
