

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /* Space out content a bit */
body {
  font-family: Arial, sans-serif;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  background-color:#033959;
  -webkit-box-shadow: 0 3px 3px #e0e0e0; /* webkit browser*/ 
  -moz-box-shadow: 0 3px 3px #e0e0e0; /* firefox */ 
  box-shadow: 0 3px 3px #e0e0e0;
   z-index:10000;
}

a.navbar-brand img{
  max-height:33px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  margin-top:30px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 970px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.visual{
  background-color:#0469A5;
  background-image:url('../img/typewriter_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 0 30px 0;
  color:#FFFFFF;
  text-align:center;
  padding:0 0 50px 0;
}

.visual input.cta{
  font-size:25px;
  height:50px;
}

.visual div.cta{
  background-color:#033959;
  padding:20px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}

.visual label{
  font-weight:normal;
}

.visual .container h1{
  font-size:37px;
  color:#ffffff;
  line-height:1.5;
  margin:50px 0 30px 0;
  text-shadow: 1px 1px 1px #333;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  
}

div#preview hr{
  margin:5px 0;
}

div.btn-justify{
  width:100%;
}

.options input[type=checkbox].checkbox{
  position:absolute;
  top:-5000px;
}

.options label{
  display:block;
  cursor:pointer;
  padding:20px;
  font-size: 18px;
  font-weight:normal;
  background-color:#efefef;
  margin:1px 0;
}

.options label.choice{
  background-color:#A3C89C;
}

.small{
  font-size:11px;
}

.small12{
  font-size:12px;
  line-height:21px;
}

#voter{
  padding:20px;
  background-color:#efefef;
  display:none;
}

.answer{
  background-color:#efefef;
}

.answerbar{
  background-color:#A3C89C;
  height:10px;
  margin:5px 0 0 0;
}

.hint{
  margin-top:20px;
  display:none;
}

#share-buttons img {
width: 64px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

.help-block{
  font-size:12px;
}

.thumb img{
  margin-top:5px;
}

ul.recomment li{
  padding:5px 0;
}

.permalink{
  border:1px solid #ccc;
  padding:5px;
  width:100%;
}

.fploader{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:200%;
  z-index:10000;
  background-color:#ffffff;
  text-align:center;
  padding-top:200px;
  color:#ccc;
}

input.form-control-hon{
  position:absolute;
  top:-3000px;
  left:-3000px;
}

.premium{
  background:#EFEFEF;
  padding:25px;
}

hr.dark {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #aaa;
}

#ieOverlay{
  z-index:1000000;
}

#posModal{
  display:none;
  padding:0;
  border:5px solid #FFF;
  text-align:center;
  max-height:100%;
}

.fixingad{
  position:fixed;
  top:0;
  width:100%;
  left:0; 
  box-shadow: 0px 0px 5px #888;
  z-index:300000;
  background-color:#fff;
  padding:10px 50px;
  text-align:center;
}

.fixingmobad{
  position:fixed;
  top:0;
  left:0; 
  box-shadow: 0px 0px 5px #888;
  z-index:300000;
  background-color:#fff;
  padding:0;
  padding-left:-25px;
  text-align:center;
}

.fixingad hr{
  display:none;
}