/* Fonts
-------------------------------------------------- */

html, body { height: 100%; }

@font-face { font-family: Chunkfive; src: url('/css/customer/font/Chunkfive.otf'); src: url('/css/customer/font/Chunkfive-webfont.eot'); src: url('/css/customer/font/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),  url('/css/customer/font/Chunkfive-webfont.woff') format('woff'),  url('/css/customer/font/Chunkfive-webfont.ttf') format('truetype'),  url('/css/customer/font/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: Aktuelle; src: url('/css/customer/font/Aktuelle.otf'); src: url('/css/customer/font/aktuelle-webfont.eot'); src: url('/css/customer/font/aktuelle-webfont.eot?#iefix') format('embedded-opentype'),  url('/css/customer/font/aktuelle-webfont.woff') format('woff'),  url('/css/customer/font/aktuelle-webfont.ttf') format('truetype'),  url('/css/customer/font/aktuelle-webfont.svg#AktuelleRegular') format('svg'); font-weight: normal; font-style: normal; }
@font-face {
    font-family: 'BebasNeue';
    src: url('/css/customer/font/bebas/bebasneue-webfont.eot');
    src: url('/css/customer/font/bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/customer/font/bebas/bebasneue-webfont.woff') format('woff'),
         url('/css/customer/font/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('/css/customer/font/bebas/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn.btn-custom-font { font-size: 150%; font-family: 'BebasNeue', arial; }
.btn.btn-custom {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	
background: #ff5db1; /* Old browsers */
background: -moz-linear-gradient(top,  #ff5db1 0%, #ef017c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff5db1 0%,#ef017c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff5db1 0%,#ef017c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
.btn.btn-custom:hover,
.btn.btn-custom:active,
.btn.btn-custom.active,
.btn.btn-custom.disabled,
.btn.btn-custom[disabled] {
	color: #FFFFFF;
	background-color: #468993;
	*background-color: #003bb3;
}

 /* == HonePot ==================================== */
 .hpfield { display: none; }

 /* == Parsley ==================================== */
ul.parsley-error-list { color: #ff0000; }
ul.parsley-error-list li { color: #ff0000; }
input.parsley-success, textarea.parsley-success, select.parsley-success {
	color: #468847 !important;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error, select.parsley-success  {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

/* Body and structure
-------------------------------------------------- */

body.bg {
  position: relative;
  padding-top: 0px; /* 40px */
}

#header {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.clear { clear: both; }
.notshown { display: none; }
.control-label { font-weight: 600; }

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin: -10px 0px -30px 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

.nav > li > a:hover {
	background: transparent;
	border: 0px solid #3C0;
}

#header {
	display: block;
	position: relative;
	height: 152px;
	width: 100%;
	/*background: url('/customer/i/backgroundcorr.png') no-repeat center center;*/
}
#header #header_mid {
	margin: 0 auto;
	width: 1000px;
}

/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 10px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 20px 0;
  color: #fff;
  text-align: left;
  background: url('/customer/i/bg.jpg') no-repeat center center;
}
.jumbotron #logo {
	position: relative;
	top: 10px;
	left: 20px;
}
.jumbotron h1 {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  color: #ffffff;
}
.jumbotron p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

/* Download button */
.masthead .btn {
  padding: 19px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}


/* Pattern overlay
------------------------- */
.jumbotron s {
  position: relative;
  z-index: 2;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {

  .jumbotron:after {
    background-size: 150px 150px;
  }

}

/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 50px 0px 50px 0px;
}

.page-header {
  padding-bottom: 0px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-header h2 {
  padding: 0px;
  margin: 0px;
}
.lead {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}


/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 0px;
}
.subhead .navbar {
  display: none;
}



/* Marketing section of Overview
-------------------------------------------------- */
#wrapper_top {
	display: block;
	width: 100%;
	height: 13px;
	background: url('/customer/i/sub-top-border.gif') repeat-y center bottom;
}
#wrapper {
	/*
	margin-top: -300px;
	padding-top: 300px;
	*/
	margin: 0px;
	padding: 0px;
	background: url('/customer/i/bg-sub-content.jpg') repeat-y center bottom;
}

#wrapper_end {
	display: block;
	width: 100%;
	height: 13px;
	background: url('/customer/i/sub-top-border.gif') repeat-y center bottom;
}

.marketing {
  color: #5a5a5a;
  background: url('/customer/i/bg.png') repeat-y center bottom;
}
.marketing > .container { 
	margin-top: 0px;
	padding: 10px 50px 150px 50px; 
	overflow: hidden;
	width: 70%;
}
.marketing h1 {
  font-family: 'Chunkfive', arial;	
  margin: 60px 0 5px;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
  color: #6b5042;
}
.marketing h2 {
 font-family: 'Chunkfive', arial;	
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing h3 {
 font-family: 'Chunkfive', arial;	
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing h4 {
 font-family: 'Chunkfive', arial;	
  font-weight: 200;
  margin-bottom: 15px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #6b5042;
}


/* Specific Form Elements
-------------------------------------------------- */

#slider_txt1 { float: left; font-weight: 600; font-style: italic; }
#slider_txt2 { float: right; font-weight: 600; font-style: italic; }

#quickLinks .link { display: block; position: relative; padding-left: 20px;}

#quickFaqs .faq { display: block; position: relative; margin-bottom: 20px; padding-left: 20px; }
#quickFaqs .faq .title { display: block; font-weight: 600; cursor: pointer; }
#quickFaqs .faq .content { display: none; position: relative; margin-left: 10px; }


/* Message Threads
-------------------------------------------------- */
#message_thread { display: block; position: relative; padding: 10px; }
#message_thread .thread { display: block; position: relative; padding: 10px; margin: 10px; }
#message_thread .thread .thumb { float: left; width: 10%;;  border: 0px dotted #ff0000; }
#message_thread .thread .content { float: left; width: 88%; border: 0px dotted #0000ff; }
#message_thread .thread .content .contributor { position: relative; font-weight: 600; padding: 0px 10px 0px 10px; }
#message_thread .thread .content .date { dposition: relative; color: #C60;  }
#message_thread .thread .content .content { display: block; padding: 0px 10px 10px 10px; }
#message_thread .thread .right { float: right; text-align: right;}



/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  /*background-color: #f5f5f5;*/
  background: rgba(255, 255, 255, 0.5); 
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}




/* Responsive
-------------------------------------------------- */

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
}


/* Tablet to desktop
------------------------- */
@media (max-width: 1024px) {
	/* Layout Fixes for Small Screens */
	#wrapper {
		margin: 0px;
		padding: 0px;
		background: none;
	}
	#wrapper_end {
		display: none;
	}
	.marketing > .container { 
		width: auto;
		margin: 0px;
		padding: 0px; 
	}
}

@media (max-width: 940px) {
	/* Layout Fixes for Small Screens */
	.marketing {
	  background: none;
	  background-color: #f9f1de
	}
	
	body.bg {
	  background: none;
	  background-color: #f9f1de;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
  
  
 
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }
  
  .marketing > .container { 
	margin-top: 0px;
	padding: 10px 10px 150px 10px; 
	overflow: hidden;
	width: 90%;
}

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 25px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  #wrapper { padding: 20px; }
  
  #wrapper_top {
	display: none;  
  }
}


/* ######### Navbar ################################################# */

.navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
	background-image: none;
  }
  
.navbar-inverse .navbar-inner {
	background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: #00b7ea; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%); /* IE10+ */

background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-8 */



}


/* Coupon structure
-------------------------------------------------- */


#fulfillment {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #ffffff;
      }

#fulfillment .txt_container {
        max-width: 500px;
        padding: 5px 29px 9px;
        margin: 0 auto 5px;
        background-color: #fff;
      }
		  
		
#fulfillment .offer_container {
        max-width: 500px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
	  
#fulfillment .offer_container .mid_left { float: left; width: 70%; }
#fulfillment .offer_container .mid_right { float: left;}
#fulfillment .clear { clear: left; }
	  
#fulfillment .caveat {
		display: block;
        font-size: 11px;
		color: #667;
      }
