@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,300,700');

/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-default {
	background-color:#000;	
}

.navbar-fixed-top {
	
}

.navbar-default .navbar-nav > li > a {
	color:#FFF;
}

body {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 margin-top:50px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
 width: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;	
	font-weight:bold;
	margin-top:7px;
	margin-bottom:7px;
}

#header {
	color: #333;
	width: 920px;
	float: left;
	/* [disabled]padding: 10px; */
	/* [disabled]border: 1px solid #ccc; */
	height: 189px;
	margin: 10px 0px 15px 0px;
	background-image: url(../images/header.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
#navigation {
	float: left;
	width: 900px;
	color: #FFFFFF;
	padding: 10px;
	/* [disabled]border: 1px solid #ccc; */
	/* [disabled]margin: 0px 0px 5px 0px; */
	background-color: #000000;
	width: 100%;
}
#leftcolumn {
	color: #333;
	/* [disabled]height: 350px; */
	width: 715px;
	float: left;
	margin-top: 0px;
	/* [disabled]margin-right: 5px; */
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
}
#rightcolumn {
	float: right;
	color: #333;
	/* [disabled]border: 1px solid #ccc; */
	/* [disabled]margin: 0px 0px 5px 0px; */
	/* [disabled]height: 350px; */
	width: 195px;
	display: inline;
	background-color:#000;
	padding-bottom: 10px;
	width: 100%;
}
#footer {
	width: 900px;
	clear: both;
	color: #FFF;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #000000;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
#navigation ul li{
	display: inline;
	float: left;
	padding-right: 60px;
}
#navigation ul {
	margin-left: 40px;
}
#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	font-weight: bold;
	color: #FF0;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #3E3E3E;
}
h2 {
	font-size: 16px;
	color: #000000;
}
.mainbanner {
	float: left;
	height: auto;
	width: 715px;
	width: 100%;
}
.text {
	padding: 10px;
	float: left;
	width: 695px;
	width: 100%;
}
.bwd {
	float: right;
	width: 350px;
	text-align: right;
	
}
.copyright {
	float: left;
	width: 300px;
}
.social {
	float: right;
	height: 36px;
	width: 100%;
	font-size: 18px;
	margin-top: 150px;
	text-align: right;
	
	color: #000000;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rightbar img {
	margin-left:auto;	
	margin-right:auto;
}

.red {
	color: #464646;
}

a {
	color: #7A797B;
}
.image_wrap {
	float: left;
	height: 100px;
	width: 130px;
	border: thin solid #000000;
}
.image_wrap img {
	height: 100px;
	width: 130px;
}
.text table {
	background-color: #E6E6E6;
	font-size: 16px;
	font-weight: bold;
}
.text table tr td h2 {
	font-size: 24px;
}
.text table tr  td{
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation .fb-like {
	float: right;
	color: #FFF;
}
.gold {
	color: #E6B800;
	font-size: 24px;
}
.product-wrap   {
	background-color: #DDDADA;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}
.prod-img {
	
	max-height:200px;	
}

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

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

.gallery-img {
	height:180px;
	width:100%;
}

.centerbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  
}

.btn-primary {
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
		
}

/* lg */ 
@media (min-width: 1200px) {
  
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	
}


/* xs */

@media (max-width: 767px) {
	
	body {
		margin-top:50px;	
	}
	
	.no-right-pad {
	padding-right:15px;
	}

	.no-left-pad {
	padding-left:15px;
	
	}
	
	#header {
	background-image: url(../images/header-mobile.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:350px;
	}
	
	.navbar-fixed-top {
	top:0px;
	}
	
	#header {
		margin-bottom:20px;
	}
}


/* XS Portrait */
@media (max-width: 479px) {
	.no-right-pad {
	padding-right:15px;
	}
	
	.no-left-pad {
		padding-left:15px;
		
	}
	
	.centerbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  
}

.btn-primary {
	width:200px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
		
}

}

	
}


