/* Space out content a bit */
@import url(//fonts.googleapis.com/css?family=Pacifico);

body {
  padding-top: 0px;
  padding-bottom: 20px;

  background:url(../imgs/greydamask.gif) repeat;
  font-family: Century Gothic, sans-serif;
  /*background:#EFEFEF;	*/
  color:#626161;
  
}
.row{
	margin:10px 0 ;	
}
.container{
	background:#FDFDFD;	
}
.navbar{
	margin:0;
	padding:0;
}
.navbar-brand{
  float: left;
  padding:0;
}
#navbar{
background:#626161;	
margin-top:5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

}
.subrow{
	margin-left:-20px;
	margin-right:-20px;
}
h1{
font-size:30px;	
margin:10px 0 20px 0;	
}
h1,h2,h3{
	
	font-family: 'Pacifico', cursive;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
 background:#626161;	
margin-top:5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#FFF;
margin-bottom:5px;
}
.footer p{
	padding:10px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  color:#FFF;
    text-shadow:none;
}
  
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:visited {
	background:none;
}
.navbar-nav>li.active{
	background:none;
	font-weight:bold;
}
.mainContainer{
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,1);
margin-top:10px;
padding-top:10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color:transparent;
}

.navbar-toggle {
  position: relative;
  float:none;
  margin:5px 0;
  background-color: #626161;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:white;
  width:100%;
}
.footer a{
	color:white;	
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-twitter-square {
  color: #00aced;
}
.fa-google-plus-square {
  color: #dd4b39;
}
.signature{
	font-family: 'Pacifico', cursive;
	font-size:22px;
}
.divider{
	height:10px!important;
	background:url(../imgs/divider.jpg) repeat-x center;
	width:100%!important;	
	float:left;
	margin:20px 0;
}
td:nth-child(2){
	text-align:right;
}

/* offers */
.shape{	
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-default {	border-color: #626161; }
.offer-default .shape{
	border-color: transparent #626161 transparent transparent;
	border-color: rgba(255,255,255,0) #626161 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
	border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
	border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
	border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:-5px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}
/* end offers */

.products{
	margin-bottom:20px;
}
.review{
	border-color: #626161;
	border-radius:7px;
	background:#fff; 
	border:1px solid #ddd; 
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
	margin: 10px ; 
	overflow:hidden;
	padding:5px 10px;
	width:47%;
}
@media screen and (max-width: 768px) {
.review{
	border-color: #626161;
	border-radius:7px;
	background:#fff; 
	border:1px solid #ddd; 
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
	margin: 10px ; 
	overflow:hidden;
	padding:5px 10px;
	width:94%;
}
}
.spacer50{
	width:100%;
	height:50px;
}
.tweet{
	float:right;
	margin:20px 0;	
}