/*
 * In The Market for Change
 * custom actionkit template style sheet for Fuse spring 2014 event
 */
 
 
 /*
 * RL - Before we begin
 * Customize these two bootstrap parts
 */
 .col-xs-offset-2 {
 margin-left:0px;
 }
 
 .col-xs-8 {
 width:100%;
 }
.text-success {
color: #37418C;
}

@import url(https://fonts.googleapis.com/css?family=Dosis:400,700,800);
/* to change the font from ak-look.css */
p, body, input, select, textarea, button, div {
font-family:"Dosis", sans-serif;
}

 

html, body { height: 100%; }
body {
  /*
  background-image: url('http://subtlepatterns.com/patterns/pixel_weave.png');
  
  background-image: url('http://www.melrosemarketstudios.com/media/transfer/img/julieharmsen_mms_web42.jpg');
  */
  background-attachment: fixed;
  background-color: #FFF7DE;
  font-family: Dosis, sans-serif;
}

#left-border {
  position: absolute;
  width: 96px;
  left: -96px;
/*   background-image: url('http://localhost:8888/parallax2/bg-fade-left.png'); */
  background-repeat: repeat-y;
  height: 100%;
}
#right-border {
  position: absolute;
  width: 96px;
  height: 100%;
  right: -96px;
/*   background-image: url('http://localhost:8888/parallax2/bg-fade-right.png'); */
  background-repeat: repeat-y;
}

#ticket {
  background-color: #fff;
  height: 100%;
  padding:0;
  postion: relative;

}

#banner_spacer {
height: 50%;
width: auto;
background-color:#fff;
position: relative;
}

@media (max-width: 768px) {
  #ticket {
    margin-top: -40px;
  }
}
.logo {
  width:210px; height:210px; padding:2; margin:40px auto;
}
div.head {
  /*
  background-color: #33cb9f;
  color: #fff;
  */
}

div.banner {
  padding:0;
  postion:relative;
  /*height: 175px;*/


}
.banner-img-container {
  overflow: hidden;
}
img.banner {
  width: 100%;
  height:auto;
  margin:0 auto;
  padding:0;
  postion:relative;
  top:0;
  left:0;
}


div.content {
  background-color: #181E4E; /* #1d7159;  teal 2014 green: #29a27f; */ 
  color: #fff;
  margin:0;
  position: relative;
  font-size: 21px;
  line-height: 38px;
  padding-top: 15px;
  padding-bottom: 15px;

}
div.content p {
  color: #fff;
  font-size: 21px;
  line-height: 38px;
}
a { /* color: #C2DCF1; */ color: #92fcf1 }

div.form {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.form p {
  font-size: 16px;
  line-height: 30px;
}

div.foot {
  background-color: #181E4E;
  color: #fff;
  padding-bottom: 150px;
}



/*
 * donation form styles and overrides 
 */
form h4 {
  border-bottom: 1px solid #999;
  padding-top: 15px;
  font-style: italic;
}
div.section {
  border:0px solid #f00;
  margin-left:5%;
  max-width: 95%;
}
div.section > span.lead, 
div.section > div > span.lead{
  font-style:italic;
}

input[type="checkbox"]{
  margin-top: 10px;
  line-height: normal;
}
.totals {
  font-size:24pt;
  margin:30px auto;
}
#totaldonation {
  font-size:24pt;
}
span.input-group-addon {
  font-size: 16px;
}

#donate_offline, #tax_note { display: none; }


#donation-contact { width: 100%; }
#donation-details { display: none; }
#card_code_box, #exp_date_box { width: 100%; }
.ak-err-below { margin-bottom: 10px; }




img.sponsor {
  display: block;
  width: 50%;
  margin: 30px auto;
}
p.sponsor {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}




/* START SOCIAL SHARE CODE */
.btn-facebook {
  color: #ffffff;
  background-color: #3B5999;
  border-color: #1F4189;
  margin: 5px auto 10px;
}

.btn-twitter {
  color: #ffffff;
  background-color: #4099FF;
  border-color: #6BB0FF;
  margin: 5px auto 10px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
  color: #fff;
  background-color: #466bb8;
  text-decoration: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
  color: #fff;
  background-color: #6bb0ff;
  text-decoration: none;
}

a.btn-twitter, 
a.btn-twitter:visited,
a.btn-facebook, 
a.btn-facebook:visited {
  color: #fff !important;
  text-decoration: none;
}

.icon {
    height:30px;
    display: inline-block;
    vertical-align: -30%;
}    
/* END SOCIAL SHARE CODE */