﻿@import url('http://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700,700italic');
@import url('http://fonts.googleapis.com/css?family=Italianno');
/* font-family: 'Vollkorn', serif; */
/* font-family: 'Italianno', cursive; */
.p html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	color: #F2F2F2;
	font-size: 15px;
	font-family: 'Vollkorn', serif;
	line-height: 1.628571429;
	background: #353535 url('../graphics/body-bg.jpg') center center;
}

/* LINKS */
a {
	color: #F2F2F2;
	text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* PARAGRAPHS */
p {
	margin: 0 0 10px;
}

.lead {
	margin: 20px 0;
	font-weight: 400;
	line-height: 1.4;
}

/* HORIZONTAL RULE */
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.highlight {
	color: #FF3D2E;
}

/*********************** THUMBNAILS / START ************************************/
.thumbnail {
	background-color: transparent;
	border: none;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

.img-thumbnail {
	background-color: transparent;
	border: none;
	border-radius: 0;
	display: inline-block;
	height: auto;
	line-height: 1.42857;
	max-width: 100%;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

.well {
	background-color: transparent;
	border: 1px solid #FF3D2E;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}

.img-thumbnail {
	padding: 10px;
	font-size: 80%;
}

/* catalog paypal buttons */
div.img-thumbnail div.caption form.well table tbody tr td {
	padding: 5px;
}

div.col-sm-4 div.img-thumbnail div.caption form.well {
	text-align: center;
}

div.col-sm-4 div.img-thumbnail div.caption form.well table {
	width: 100%;
}

div.col-sm-4 div.img-thumbnail div.caption form.well input {
	margin-top: 10px;
}

input, button, select, textarea {
	color: #555555;
	font-size: .9em;
}

/*********************** HEADINGS / START **************************************/
h1, .h1 {
	color: #E4C38D;
	font-size: 50px;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	line-height: 1;
	margin: 35px 0px 10px 25px;
}

h2, .h2 {
	color: #E4C38D;
	font-size: 45px;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	line-height: 1;
	margin: 10px 0px 20px 0px;
}

h3, .h3 {
	color: #E4C38D;
	font-size: 40px;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	line-height: 1;
	margin: 25px 0px 10px 25px;
}

h4, .h4 {
	color: #E4C38D;
	font-size: 35px;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	line-height: 1;
	margin: 10px 0px 10px 0px;
}

h5, .h5 {
	color: #E4C38D;
	font-size: 30px;
	font-family: 'Italianno', cursive;
	font-weight: normal;
	line-height: 1;
	margin: 10px 0px 5px 0px;
}

h6, .h6 {
	color: #E4C38D;
	font-size: 14px;
	font-family: 'Vollkorn', serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	margin: 10px 0px 3px 0px;
}

h7, .h7 {
	color: #FCFFFD;
	font-size: 12px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	margin: 25px 0px 10px 35px;
}

h8, .h8 {
    color: #FFCC99;
	text-shadow: 2px 2px 4px #000000;
	font-size: 30px;
    font-family: 'Baskerville Old Face', Baskerville Old Face;
	font-weight: bold;
	font-style: italic;
	line-height: 2.1;
	margin: 32.9px;
	}

footer h5 {
	color: #B17540;
	font-size: 12px;
	font-family: 'Vollkorn', serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0px 0px 1px 0px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h8 a:hover {
	text-decoration: none;
}

ul.footer-tablet li a {
	color: #E8D6AC;
	font-size: 11px;
	font-family: 'Vollkorn', serif;
	font-weight: normal;
	line-height: 10px;
	margin: 0px 0px 0px 0px;
}

.footer-tablet li {
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h8 a {
	color: inherit;
}

/*********************** BLOCKQUOTES / START ***********************************/
blockquote {
	padding: 5px 5px;
	margin: 0 20px 10px;
	font-size: 14px;
	border-left: 0px solid #E4C38D;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}

/*********************** LISTS / START *****************************************/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

/*
*/
/*###################### -=[ SHARED COMPONENTS ]=- ############################*/
/*
*/
/*********************** PHONE / START ******************************************/
.phone {
	position: absolute;
	top: 106px;
	left: 110px;
}

.phone a {
	color: #E4C38D;
	font-size: 20px;
	font-family: 'Vollkorn', serif;
	text-decoration: none;
}

.phone a:hover {
	color: #ffffff;
	border-radius: 0px;
}
/* Media Queries */
@media (max-width: 950px) {

.phone {
visibility:hidden;
}

}

/*********************** TEXT LINKS / START ******************************************/
.directions {
	position: absolute;
	top: 108px;
	right: 120px;
}

.directions a {
	color: #E4C38D;
	font-size: 20px;
	font-family: 'Vollkorn', serif;
	text-decoration: none;
}

.directions a:hover {
	color: #ffffff;
	border-radius: 0px;
}
/* Media Queries */
@media (max-width: 950px) {

.directions {
visibility:hidden;
}

}

/*********************** SCROLL TO TOP / START **********************************/
/* Image style */
#scrollUp {
	bottom: 50px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url('../graphics/scrollUp-button.png') no-repeat;
	outline: none;
}

#scrollUp-active {
	display: none;
	outline: none;
}

/*********************** SCROLL TO TOP / START **********************************/
.menu {
    width: 100%;
}

nav ul.nav.navbar-nav.menu li {
    width: 25%;
    text-align: center;
}

.menu a {
    color: #E4C38D;
    font-size: 18px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
}

.navbar-nav > li > a {
    padding: 5px 0px 15px 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}

.menu a:hover {
    color: #efefef;
}

.menu-top div.col-xs-3 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.menu-top {
    height: 30px;
    margin-top: 0px;
    padding-top: 0px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(0,0,0,0.2);
    border-color: #428bca;
}

.dropdown-menu {
    background-color: #222222;
    background:url('../graphics/main-bg.jpg');
    border: 1px solid rgba(0, 0, 0, 0.0);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    color:#ffffff;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    clear: both;
    color: #e4c38d;
    font-family: "Vollkorn",serif;
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.menu-top .container {
    padding-left: 10px;
    padding-right: 10px;
}
/* Media Queries */
@media (max-width: 620px) {
.menu a{
	font-size: 14px;
}

}
/* Media Queries */
@media (max-width: 500px) {
.menu a{
	font-size: 12px;
}

}
/* Media Queries */
@media (max-width: 425px) {
.menu a{
	font-size: 10px;
}

}


/*********************** MOBILE STYLES / START ********************************/
@media (max-width: 1024px) {
body {
	font-size: 12px;
}

}
/**********************table border *********************************/
tr.border_bottom td {
  border-bottom:2pt;
  color: "E4C38D";
}