.fixed-size {
    width: 900px;
}

.green-runner {
    background-color: #01c174;  
    height: 25px;
}

img.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
/****** HEADER CSS ******/
.navbar-nav li a {
 line-height: 20px;
}
/****** END HEADER ******/

body {
    background-color: #e8e8e8;
}
body.main {
    background-image: url('../images/bg.png');
    background-repeat: repeat-x;
}

.fontweight2{
    font-weight: 200;
}
.fontweight3{
    font-weight: 300;
}
.fontweight5{
    font-weight: 500;
}
.fontweight6{
    font-weight: 600;
}

.featured {
    padding-top: 35px;
    padding-bottom: 35px;
}

/*TM edit start*/
.top-container {
    height:500px;
    background-color: #1FC577;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.feature {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 16.66666667%;
}
/*TM edit finish*/

.break {
    height:10px;
}

.rel-cont {
    position: relative;
}

.vert-center {
    position: absolute;
    top: 50%; 
    transform:translatey(-50%);
}
.upper {
  text-transform: uppercase;
}
.contentColor1 {
    background-color: #fff;   
}
.contentColor2 {
  background-color: #58b25b;   
}
.contentColor3 {
  background-color: #5BB15F;   
}

.sizeable {
    max-height:100%;
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}
.parent {
    overflow:hidden;
    position:relative;
}

.left {
    padding:15px;
    float:left;
    height:100%;
}

.right {
    height:100%;
    position:absolute;
    right:0;
    padding:15px;
    float: left;
}

div {
    /* border: 1px solid #000; */
}

.no-pad {
    padding:0px;
}

.no-pad-left {
    padding-left:0px;
}   

blockquote {
    padding:20px 15px 20px 70px;
    font-size: 24px;
    width: 85%;
    line-height: 1.45;
    position:relative;
    color: #fff;
    text-align:center;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 120px;
    position: absolute;
    left: 0px;
    top: -30px;
    color: #8fc68f;
}

blockquote cite {
    color: #3d8442;
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

/****** ORDER BUTTON ******/
.order {
    margin-left:auto;
    margin-right:auto;
    background-color:#00649a;
    display:block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:100%;
    line-height:40px;
    width:80%;
    text-decoration:none;
    text-align:center;
    padding: 0px;
}.order:hover {
    background-color:#4197ee;
    text-decoration:none;
    color: #fff;
}.order:active {
    position:relative;
    top:1px;
}
/****** ORDER/SIGNUP BUTTON ******/
.orderSignUp {
    margin-left:auto;
    margin-right:auto;
	background-color:#00649a;
	display:block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:100%;
	line-height:40px;
	width:80%;
	text-decoration:none;
	text-align:center;
    padding: 0px;
}.orderSignUp:hover {
	background-color:#0046b3;
    text-decoration:none;
    color: #fff;
}.orderSignUp:active {
	position:relative;
	top:1px;
}
/****** END ORDER BUTTON ******/

/****** LEARN BUTTON ******/
.learn {
    margin-left:auto;
    margin-right:auto;
    background-color:#008f4d;
    display:block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:100%;
    line-height:40px;
    width:80%;
    text-decoration:none;
    text-align:center;
    padding: 0px;
}.learn:hover {
    background-color:#00703c;
    text-decoration:none;
    color: #fff;
}.learni:active {
    position:relative;
    top:1px;
}/****** LEARN BUTTON ******/
.learnNew {
    margin-left:auto;
    margin-right:auto;
	background-color:#FF842C;
	display:block;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:100%;
	line-height:40px;
	width:80%;
	text-decoration:none;
	text-align:center;
    padding: 0px;
}.learnNew:hover {
	background-color:#df5d00;
    text-decoration:none;
    color: #fff;
}.learnNew:active {
	position:relative;
	top:1px;
    text-decoration: none;
    color: #fff;
}
/****** END LEARN BUTTON ******/

/****** LARGE ORDER BUTTONS ******/
.big-button {
	display:block;
	color:#ffffff;
	font-weight:300;
	font-style:normal;
	line-height:40px;
    min-height: 70px;
	width:98.5%;
	text-decoration:none;
	text-align:center;
    padding: 0px;
    font-size: 42px;
}
@media (max-width: 768px) {
    .big-button {
        font-size: 20px;
    }
}

.order-bb {
    background-color:#005476;
    box-shadow:5px 5px #00263b;
}
.order-bb:hover {
    text-decoration: none;
    color: #666;
}
.find-out {
    background-color:#01c674;
    box-shadow:5px 5px #4f9851;
    float:right;
}
.find-out:hover {
    text-decoration: none;
    color: #666;
}
.order {
    margin-left:auto;
    margin-right:auto;
    background-color:#00649a;
    display:block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:100%;
    line-height:40px;
    width:80%;
    text-decoration:none;
    text-align:center;
    padding: 0px;
}.order:hover {
    background-color:#4197ee;
    text-decoration:none;
    color: #fff;
}.order:active {
    position:relative;
    top:1px;
}
/****** FIX OVERHANG ***/
.pad-right {
    padding: 0px 5px 0px 0px;   
}

/****** LEARN BUTTON ***/
.learn {
    margin-left:auto;
    margin-right:auto;
    background-color:#008f4d;
    display:block;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:100%;
    line-height:40px;
    width:80%;
    text-decoration:none;
    text-align:center;
    padding: 0px;
}.learn:hover {
    background-color:#00703c;
    text-decoration:none;
    color: #fff;
}.learni:active {
    position:relative;
    top:1px;
}

/****** END LARGE BUTTONS ******/

/****** NEWSLETTER SIGNUP ******/
.newsletter {
    color: #fff;
    font-size:24px;
    text-align:center;
    padding: 10px;
}
input[type="text"] {
    border:0px;
}
input[type="submit"] {
    background-color:#008f4d;
	display:inline-block;
    width:150px;
	color:#ffffff;
    text-decoration:none;
	text-align:center;
    border:0px;
    box-shadow:3px 3px #11701f;
    height:33px;
}
.reg-pad {
 padding:5px;   
}
/****** END NEWSLETTER SIGNUP ******/

/****** ANTOINE ******/
.more {
    text-align: right;
    margin-top: 10px;
}
#updates {
    color: #666;
}
#updates a, a.brews {
    color: #00ca80;
    text-decoration: none;
    font-weight: bold;
}
#updates a:hover, a.brews:hover {
    color: #00914d;
    font-weight: bold;
    text-decoration: none;
}
#updates a.header {
    color: #00914d;
}
#updates a.header:hover {
    color: #00ca80;
}
#updates h1 {
    color: #00914d;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 80%;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    
}
.updateTitle {
    color: #666 !important;    
    font-size: 1.5em !important;
}
#livefeed {
    color: #666;   
}
#livefeed a.header {
    color: #00914d;
}
#livefeed a.header:hover {
    color: #00ca80;
    text-decoration: none;
}
.brew {
    color: #00914d;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 80%;
    text-transform: uppercase;
}
.brewer {
    padding-bottom: 15px;   
}
.brewer img {
    height: 75px;
    width: 75px;
    display: inline-block;
    vertical-align: top;
}
.caption {
    display: inline-block;
    padding-left: 10px;
}
.caption h3, .caption h4 {
    margin: 0; 
    font-weight: bold;
}
#brewerName {
    color: #00ca80;  
}
.left-data {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.right-data {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.graph {
    margin-top: 10px;
}
.update-wrap {
    max-height: 620px;   
}
#graphContainer, #graphContainer2, #graphContainer3{
    padding: 0;
}
.equal-height {
    overflow: hidden;
}
.height-clear {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    background-clip:
}
.inner {
    padding-left: 15px;
    padding-right: 15px;
}
#newUserEmail {
    margin: 0 auto 15px auto;   
}
input[id^="ref"] {
    padding: 0 10px;
}
/****** END ANTOINE ******/
