
/* #Font-Face */
@font-face {
	font-family: 'Alex';
	src: url('../fonts/alexbrush-regular-webfont.eot');
	src: url('../fonts/alexbrush-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alexbrush-regular-webfont.woff') format('woff'), url('../fonts/alexbrush-regular-webfont.ttf') format('truetype'), url('../fonts/alexbrush-regular-webfont.svg#alex_brushregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodonixt';
	src: url('../fonts/bodonixt-webfont.eot');
	src: url('../fonts/bodonixt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bodonixt-webfont.woff') format('woff'), url('../fonts/bodonixt-webfont.ttf') format('truetype'), url('../fonts/bodonixt-webfont.svg#bodonixtregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuB';
	src: url('../fonts/ubuntu-b-webfont.eot');
	src: url('../fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-b-webfont.woff') format('woff'), url('../fonts/ubuntu-b-webfont.ttf') format('truetype'), url('../fonts/ubuntu-b-webfont.svg#ubuntubold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuR';
	src: url('../fonts/ubuntu-r-webfont.eot');
	src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-r-webfont.woff') format('woff'), url('../fonts/ubuntu-r-webfont.ttf') format('truetype'), url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UbuntuI';
	src: url('../fonts/ubuntu-ri-webfont.eot');
	src: url('../fonts/ubuntu-ri-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-ri-webfont.woff') format('woff'), url('../fonts/ubuntu-ri-webfont.ttf') format('truetype'), url('../fonts/ubuntu-ri-webfont.svg#ubuntuitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body { height: 100%; }

.page-wrapper {
	min-height: 100%;
	position: relative;
}

body {
	font: 16px/1.4 UbuntuR, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../img/bg-body-2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#home { background: none; }

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:hover {
	text-decoration: underline;
	color: #fff;
}

img { display: block; }

ul, p, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

h4 { font: normal 17px/1.1 UbuntuB; }

/*li { line-height: 14px; }*/

.content p, .content ul, .content ol, .content h2 { margin: 0 0 20px; }

.content ul, .content ol { margin: 0 0 20px 60px; }

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

.content a, .content h3 { color: #e4d0a4; }

.content p strong {
	font-family: UbuntuB;
	font-weight: normal;
}

.content p em {
	font-family: UbuntuI;
	font-style: normal;
}

.content h2 {
	padding: 0 0 4px;
	border-bottom: 1px solid #e4d0a4;
}

.content h2.widgettitle {
	padding: 0;
	border: none;
	font-size: 24px;
	margin: 0 0 10px;
}

.content h3 { margin: 0 0 10px; }

header { /*background: url(../img/bg-header.png);*/ 
	background: rgba(15,70,30,0.9); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#600f461e, endColorstr=#600f461e);
	height: 220px;
	position: relative;
}

header .container {
	position: relative;
	text-align: center;
}

.wp-caption p.wp-caption-text { color:black;}

.brand {
	margin: 11px auto 15px;
	width: 360px;
	display: inline-block;
}

.logo { width: 360px; }

.top-info {
	position: absolute;
	top: 18px;
	right: 0;
	color: #fff;
	text-align: right;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
}

.top-info address {
	margin: -7px;
	font: 16px/19px UbuntuR, Arial, Helvetica, sans-serif;
}

.top-info address strong a {
	font: 24px/25px UbuntuB, Arial, Helvetica, sans-serif;
	color: #e4d0a4;
}

.top-info address em { font: 12px/12px UbuntuI, Arial, Helvetica, sans-serif; }

.top-announcement {
	position: absolute;
	top: 50px;
	left: 0;
	color: #e4d0a4;
	font-weight: 700;
	text-align: center;
}

.navbar {
	clear: both;
	width: 100%;
	margin: 0;
	background: url(../img/bg-navbar.png) repeat-x;
	box-shadow: 0 7px 25px rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
}

.navbar-inner {
	border-radius: 0;
	padding: 0;
}

.navbar-inverse .navbar-inner {
	background: none;
	border: 0;
	filter: none;
}

.navbar .container { width: 960px; }

.navbar .nav {
	/*display: table;
	width: 100%;
	table-layout: auto;*/
	display: inline-block;
	margin: 0 auto;
}

.navbar .nav > li {
	/*float: none;
	display: table-cell;*/
	float: left;
	font: 16px/40px Bodonixt, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	margin-bottom: -6px;
}

.navbar .nav > li > a { padding: 0 8px; }

.navbar-inverse .brand, .navbar-inverse .nav > li > a { color: #fff; }

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { color: #e4d0a4; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #fff;
}

/*.navbar .nav > li:first-child > a { padding-left: 0; }*/

.home-video{
	height: 800px;
}

@media screen and (max-width: 767px) {
	.home-video{
		height: 500px;
	}
}

.slogan {
	position: absolute;
	bottom: 15%;
	right: 10%;
}

.slogan h2, .content h1 {
	text-align: right;
	color: #fff;
	font: 90px/100px Alex, "Times New Roman", Times, serif;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 1);
}

.content h1 {
	font-size: 100px;
	margin: -6% 0 0 -6%;
	text-align: center;
}

footer {
	padding: 0 0 60px;
	position: relative;
	bottom: 30px;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font: 10px/14px UbuntuR, Arial, Helvetica, sans-serif;
	text-shadow: 1px 0 2px rbga(0, 0, 0, 1);
}

.home footer {
	padding: 0;
	position: absolute;
	bottom: 30px;
}

.holder {
	position: relative;
	padding: 90px 40px 40px;
}

.content {
	margin: 0 auto;
	padding: 4%;
	width: 92%;
	max-width: 960px;
	background: rgba(15,70,30,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#600f461e, endColorstr=#600f461e);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
}

#content-blog {
	float: left;
	width: 66%;
}

#sidebar {
	float: right;
	width: 30%;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px;
}

/* Forms */

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
	padding: 4px 1.5% 4px;
	width: 97%;
	height: 28px;
	font: 16px/1.4 UbuntuR, Arial, Helvetica, sans-serif;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea { height: 120px; }

select {
	padding: 6px;
	width: 100%;
	height: 36px;
}

input[type="submit"] {
	padding: 8px 14px;
	font: 22px/45px Bodonixt, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	background: url("../img/bg-navbar.png") repeat-x scroll 0% 0% transparent;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

input[type="submit"]:hover { background: #7b1103; }

input[type="submit"]:active {
	positon: relative;
	top: 1px;
}

.content .form {
	margin: 0 0 20px;
	max-width: 400px;
	list-style: none;
}

.content .form li { margin: 0 0 10px; }

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	line-height: 12px;
}

.wpcf7-form.sent li { display: none; }

div.wpcf7-mail-sent-ok {
	border: none !important;
	background: #049b72;
}

div.wpcf7-mail-sent-ng {
	border: none !important;
	background: #a22312;
}

div.wpcf7-spam-blocked {
	border: none !important;
	background: #a22312;
}

div.wpcf7-validation-errors {
	border: none !important;
	background: #a22312;
}

div.wpcf7-response-output {
	margin: 0 !important;
	padding: 4px 6px!important;
	display: inline-block;
}

.wpcf7-captchac {
	display: inline;
	margin-left: 10px;
}

/* Google Maps iFrame */
iframe {
	width: 500px;
	height: 500px;
	float: right;
	border: none;
}

/* Constant Contact */
#cc_form_1 {
	margin: 0 !important;
	padding: 0 !important;
	width: 200px !important;
	border: none !important;
	background: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	float: right;
}

.constant-contact-signup { margin: 0; }

#cc_form_1 input[type="text"] {
	margin: 5px 0 0;
	height: 20px;
	font-size: 14px;
	text-align: center;
}

div#cc_form_1 label {
	padding: 2px 0 0 !important;
	margin: 0 !important;
	color: #ff0000 !important;
	line-height: 1;
}

#cc_form_1 .cc_success {
	padding: 5px !important;
	font-size: 14px;
	color: #96c93c !important;
}

.mailing-list {
	padding-top: 10px;
	width: 230px;
}

.mailing-list input[type="email"] {
	padding: 4px 2.5%;
	width: 95%;
	height: 24px;
	font: 14px/1.4 UbuntuR, Arial, Helvetica, sans-serif;
	text-align: right;
}

.wpcf7-form.sent p { display: none; }

/* Products */
.product-list {
	margin: 0 -15px !important;
	list-style: none !important;
}

.product-list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 20%;
	float: left;
	min-height: 260px;
	position: relative;
}

.product-list img {
	margin: 0 auto 10px !important;
	width: 100%;
	max-width: 100%;
}

.price {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.product-list .price {
	margin: 0 !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

.single-products .price {
	margin: 0 0 20px;
	color: #e4d0a4;
	font-size: 20px;
	font-family: UbuntuB;
}

.taxonomies strong { display: none; }

/* Media Queries */
@media (max-width: 979px) {

.home footer { bottom: 55px; }
header{
	height: 237px;
}
header .container {
	text-align: left;
	padding: 0 30px;
}

.top-announcement{
	bottom: -41px;
	right: 0;
	top: unset;
}

.brand{
	width: 300px;
}

/*.navbar .con.navbar .container { width: 730px; }*/
.top-info { right:64px; }


.product-list li {
	width: 25%;
}
}

@media (max-width: 960px) and (min-width: 768px) {

.navbar .container { width: 100%; }

iframe {
	width: 400px;
	height: 400px;
}

.navbar .nav > li { font-size: 16px; }

.navbar .nav > li a { padding: 0 4px; }
}

@media (max-width: 767px) {

body { padding: 0; }

.navbar .container { width: 100%; }

.slogan h2, .content h1 { font: 94px/84px Alex, "Times New Roman", Times, serif; }

.navbar .nav > li {
	float: none;
	margin: 0;
}

.navbar-inner { min-height: 45px; }

.navbar .btn-navbar {
	width: 100%;
	margin: 0;
	float: none;
	background: none;
	border: 0;
	box-shadow: none;
	padding: 11px 10px;
}

.navbar .btn-navbar .icon-bar {
	border-radius: 2px;
	box-shadow: none;
	height: 5px;
	width: 31px;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] { background: none; }

.navbar .nav {
	display: block;
	table-layout: auto;
	width: 100%;
	background: #7b1103;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.nav-collapse .nav { margin: 0; }

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
	margin: 0;
}

.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:active, .navbar-inverse .nav-collapse .dropdown-menu a:active { color: #e4d0a4; }

.navbar .nav li { display: block; }

.holder { padding: 60px 30px 30px; }

.content {
	padding: 5%;
	width: 90%;
}

.content h1 {
	font-size: 80px;
	/*margin: -70px 0 0 -40px;*/
	margin: -14% 0 0 -8%;
}

iframe {
	width: 300px;
	height: 300px;
}

#content-blog, #sidebar {
	float: none;
	width: 100%;
}

#content-blog { margin: 0 0 20px; }

.mailing-list { margin: 0 auto; }

.product-list li {
	width: 33.3333%;
}
}

@media only screen and (max-width: 600px) {
header{
	height: 373px;
}

header .container { text-align: center; }

.top-info {
	width: 81%;
	top: unset;
	bottom: -180px;
	text-align: center;
}

.top-info address {
	margin: 0 auto 11px;
	display: inline-block;
	font: 18px/20px UbuntuR, Arial, Helvetica, sans-serif;
}

.top-info address strong { font: 32px/32px UbuntuB, Arial, Helvetica, sans-serif; }

.content img {
	margin: 0 auto 20px;
	float: none;
}

iframe {
	margin: 0 0 20px;
	width: 100%;
	height: 200px;
	float: none;
}

#cc_form_1 {
	float: none;
	margin: 0 auto !important;
	width: 100% !important;
}
}

@media only screen and (max-width: 480px) {

.holder { padding: 60px 20px 20px; }

.content {
	padding: 6%;
	width: 88%;
}

.content h1 {
	font-size: 60px;
	line-height: 60px;
}

.spacer-box { min-height: 250px; }

.slogan { bottom: 12%; }

.slogan h2 { font: 60px/44px Alex, "Times New Roman", Times, serif; }

.product-list li {
	width: 50%;
}
}

@media only screen and (max-width: 480px) {
	
	.product-list li {
	width: 50%;
	min-height: 210px;
}
}

@media print {

@page { margin: 0.5in; }

* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

img { display: none !important; }

.content h1 { margin: 0 0 20px; }

.top-info address strong a { font: 16px/19px UbuntuB, Arial, Helvetica, sans-serif; }
}

.btn01 {
	color: #fff;
	background: #030;
	padding: 13px;
	font: 15px/30px;
	display: inline-block;
}
.wpcf7-form-control-wrap iframe{
	width:auto;
	height:auto;
}