#EMAILWORK { display: none; }

body {
	background: #FFF;
	color: #666;
font-family: 'Avenir', sans-serif;
/*	font-family: 'Avenir' sans-serif; */
}

label {
	/* background: #FFF; */
	font-family: 'Avenir', sans-serif;
	font-weight: 400;
}
h1 {
	color: #27211E;
	font-weight: bold;	
}
h2 {
	color: #000;
	font-weight: bold;	
}
.h2white {
	color: #FFF;	
}
h3 {	
	color: #030;
}
.h3white {
	color: #FFF;
}
h4 {	
	color: #030;
	margin-bottom: 0em;	
	}
.h4white {
	color: #FFF;
}
.strongred {
	color: #D94A4A;
}

.wixshadow {
  border:none; 
	height: 50px;
	margin-top: 0;
	border-bottom: 1px #1f1209;
	box-shadow: 0 20px 5px -20px #333;
    margin: -50px -40px; 
}

.wixstraight {
  border:none; 
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #1f1209;
	margin: -35px auto 10px; 
}


p {
	font-size: 18px;
	color: #333;
	font-family: 'Avenir', sans-serif;
	}
	
.pfooter {
	font-size: 14px;
	color: #333;
	font-family: 'Avenir', sans-serif;
	}

	
	
li{  
  margin: 2px 0;
  line-height: 1.25em;
}
.navbar-inverse { margin-bottom: 0; }
/* .navbar-static-top { margin-bottom: 0; } */
.navbar-inverse {
/*	background: #3e613e; */
	background: #004F2F;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #f7f7f7;
	font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {
	background: #27A967;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #006;
}

.navbar-inverse .navbar-brand{color:#FFF; margin-top: 2px;}
.navbar-inverse .navbar-brand:hover{background: #27A967; margin-top: 2px;}
.navbar-inverse .navbar-brand:focus{color:#FF0;background-color:transparent; margin-top: 2px;}

.yellowtexth2 {
	color:#FF0;
	display:inline;
}

.jumbotron {
	background: #27A967;
	color: white;
	text-align: center;
}
.jumbotron p {
	color: white;
	font-size: 26px;
}

.bg-brow {
	background-color:#312824;
	color:#FFF;
	padding-left:0;
}

.bg-grey {
	background-color:#EDEDED;
	color:#030;
	padding-left:0;
}

.bg-must {
	background-color:#EEA221;
	color:#030;
	padding-left:0;
}

.bg-purp {
	background-color:#8A7ED9;
	color:#030;
	padding-left:0;
}

.bg-gree {
	background-color:#80D973;
	color:#030;
	padding-left:0;
}

.bg-oran {
	background-color:#F27D52;
	color:#030;
	padding-left:0;
}
.bg-redr {
	background-color:#F27D52;
	color:#FFF;
	padding-left:0;
}

.bg-purchase {
	background-color:#3e613e;
	color:#FFF;
	padding-left:0;
}

.bg-purchasealt {
	background-color:#dbdbdb;
	padding-left:0;
}

.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}

.dropdown-menu li a {
	padding: 10px;
}
.btn-primary {
	color: #FFF;
	background-color: #004F2F;
	border-color: white;
	margin-bottom: 5px;
}
.btn-primary:hover {
	color: #27A967;
	background-color: #004F2F;
	border-color: white;
}
.btn-success {
	color: #FFF;
	background-color: #004F2F;
	border-color: white;
	margin-bottom: 5px;
}
.btn-success:hover {
	color: #FFF;
	background-color: #004F2F;
	border-color: white;
	margin-bottom: 5px;
}
.btn-block {
	text-decoration: none;
}
.glyphicon-large {
	font-size: 100px;
}
.call-to-action {
	text-align: center;
}
.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.borderradiuscountdown {
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 40;
	margin: 15px;
	border-left: 4px #CCCCCC solid;
	border-top: 4px #CCCCCC solid;
	border-bottom: 4px #CCCCCC solid;
	border-right: 4px #CCCCCC solid;	
	width:200px;
	height:121px;	
}	

#bannerclip {	
	vertical-align:middle;
	font-family: Comic Sans MS, Comic Sans MS5, Verdana;
	margin-right: auto;
	margin-left: auto;
	border-width: 4px;
	border-style: inset;
	border-color: #544536;
	background-repeat: no-repeat;	
	background-color: white;
	font-size:52.0pt;	
	color: #004F2F;
}

.carousel-control.left{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x}
	
.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x}	
	
.verticalcenter {	
	vertical-align: middle;
}

.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#D0E0E6;
	border:#D0E0E6;
	/*border:1px solid #e3e3e3;*/
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
	}
	
.well blockquote{
	border-color:#ddd;
    border-color:rgba(0,0,0,.15)
	}
.well-lg{
	padding:24px;
	border-radius:6px
	}
.well-sm{
	padding:3px;
	border-radius:3px
	}
.triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #000;
  background: #E0DDDA;
  border-radius: 10px;
  background: linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #E0DDDA transparent;
}

.responsiveCal {
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
}

.container-fluid {
	padding-right: 0px; 
	padding-left: 0px;
	margin-right: 0px; 
	margin-left: 0px;
	overflow: hidden; /* Hide scrollbars */	
}