html{
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size:18px;
	height:100%;
	width:100%;
}

body{
	margin:0px;
	background:#ecf0f1;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6{
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.1;
}

h1{
	font-size: 50px;
	margin:5px;
}

h2{
	font-size: 40px;
	margin:5px;
}

#header{
	position: fixed;
	margin:0px;
	padding:0px;
	top:0px;
	width:100%;
	background:#3498db;
	height:107px;
	text-align:center;
	z-index: 1000;

	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

#header.shrink {
    height: 80px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#logoImage{
	margin-top:10px;
	width:466px;
	height:48px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#logoImage.shrink {
    width: 233px;
    height:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    
}

#searchBox{
	margin-top:5px;
	height: 35px;
	width: 300px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	border: 0;
	padding: 0px 10px;
	margin-bottom: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-moz-box-shadow: inset 0 1px 3px rgba(0,2,2,.28);
}



.searchButton {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 20px;
  background: #ea6153;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;

  -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.searchButton:hover {
	background: #c0392b;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



#bodyWrapper{
	margin: 107px auto;
	text-align:center;
	width:900px;
}



/*
###########################
##  Product Style
###########################
*/

#imageAndTitleWrapper{
	float:left;
}

#productImage{
	float:left;
	width:250px;
	height:250px;
}

#productTitle{
	float:left;
	margin-top:10px;
}



#proTitle{
	float:left;
	text-align:left;
	color:#16a085;
}

#proNumberWrapper{
	float:left;
	width:200px;
	text-align:left;
	margin-top:18px;
}

#proNumber{
	background:#2ecc71;
	padding:10px 20px 10px 20px;
	color:white;
	font-weight: bold;
	font-size: 16px;
	font-weight: 300;
	margin-left: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-font-smoothing: subpixel-antialiased;
}

#conTitle{
	float:left;
	text-align:left;
	color:#C0392B;
	margin-top:40px;
}

#conNumberWrapper{
	float:left;
	width:200px;
	text-align:left;
	margin-top:52px;
}

#conNumber{
	background:#e74c3c;
	padding:10px 20px 10px 20px;
	color:white;
	font-weight: bold;
	font-size: 16px;
	font-weight: 300;
	margin-left: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-font-smoothing: subpixel-antialiased;
}

.questionListWrapper{
	float:left;
	width:900px;
}

.questionList1{
	float:left;
	width:440px;
}

.questionList2{
	float:right;
	width:440px;
}

.question{
	float:left;
	width:400px;
	padding:15px;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	color:white;
	text-align:left;
	font-size:25px;
	font-weight: 300;
	line-height: 1.3em;
}

.question:hover {
    opacity: 0.8;
}

.question a, .paginationButton a{
	color:white;
	text-decoration: none;
}

.numberOfAnswers{
	font-size:18px;
	text-align:center;
	opacity: .5;
	margin-top:5px;
	line-height: .5em;
}
.posQuestion1{
	background:#0E9726;
}

.posQuestion2{
	background:#44AE57;
}
.posQuestion3{
	background:#368EDC;
}
.posQuestion4{
	background:#12548F;
}
.posQuestion5{
	background:#4879A5;
}
.posQuestion6{
	background:#368EDC;
}

.posQuestion7{
	background:#773CDF;
}

.posQuestion8{
	background:#411391;
}
.posQuestion9{
	background:#6D4CA7;
}


.negQuestion1{
	background:#E67E22;
}

.negQuestion2{
	background:#AC723E;
}
.negQuestion3{
	background:#954C0B;
}
.negQuestion4{
	background:#F1C40F;
}
.negQuestion5{
	background:#B59C36;
}
.negQuestion6{
	background:#9D7F05;
}

.negQuestion7{
	background:#E74C3C;
}

.negQuestion8{
	background:#AD564D;
}
.negQuestion9{
	background:#962013;
}


#pagination{
	float:left;
	margin:auto;
	width:1000px;

	margin-top:10px;
	margin-bottom:20px;
}

.paginationButton{
	padding: 3px 8px;
	margin-left:3px;
	font-size: 17px;
	line-height: 1.471;
	color: #ffffff;
	background-color: #3498db;
	border: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	cursor: pointer;
}

.paginationButton:hover{
	background: #12548F;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



/*
###########################
##  Question Style
###########################
*/


#questionWrapper, .answer{
	float:left;
	margin-top:10px;
	padding:20px;
	width:860px;
	color:black;
	background:#ffffff;
	text-align: left;
}

#questionTitle{
	font-size:40px;
}

#whatWeDo{
	float: left;
	text-align: center;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
}
.answerWrapper{
	float:left;
	width:900px;
}
.probability{
	float:left;
	margin-top:10px;
	background:blue;
	padding:10px;
	width:90px;
	color:white;
}

.probability:hover{
	opacity:.8;
}

.probabilityNumber{
	font-size:35px;
}

.probabilityText{
	color:#ECECEC;
}

.answerTitle a{
	color:grey;
}



.answer{
	width:740px;
	margin-left:10px;
	padding-bottom:5px;

	border-top: 3px solid #296FC4;
}


.source{
	float:left;
	width:740px;
	text-align:right;
}

.source a{
	color:grey;
}

.highProbability{
	background:#2ecc71;
}
.mediumProbability{
	background:#3498db;
}
.lowProbability{
	background:#e67e22;
}
.terribleProbability{
	background:#e95d4f;
}

.high{
	border-top: 3px solid #2ecc71;
}
.medium{
	border-top: 3px solid #3498db;
}
.low{
	border-top: 3px solid #e67e22;
}
.terrible{
	border-top: 3px solid #e95d4f;
}

#similarQuestionWrapper{
	float:left;
	margin-top:10px;
	background:white;
	padding:20px;
	width:860px;
	border-top: 3px solid #27ae60;
}

#otherWaysTitle{
	font-size:25px;
}

.similarQuestion{
	float:left;
	text-align:left;
	margin-top:10px;
}

.similarQuestionTitle a{
	color:grey;
}







/*
###########################
##  Footer
###########################
*/

#footer{
	float:left;
	margin-top:10px;
	width:100%;
	height:30px;
	background:#2c3e50;
	text-align:center;
	color:#C3C3C3;
	font-size:16px;
}

#footer a{
	color:#C3C3C3;
}

.askExperts{
	background:#04b73f
}

.searchButton:hover {
	background: #04cf47;
}
