﻿@charset "utf-8";
/* ======== MAIN NAVIGATION AREA ======== */

/* Main Colors used in this template
#531c09-dark color
#6a240b-medium color
#9c4618-light color
#ea954c-background color
*/
/* ==================== GENERAL RULES =================== */
html {height: 101%;}
header, figure, figcaption, footer, nav, article, section, aside {display: block;}
body {
	background: #777 url('../images/xdesign_images/background.png');
	color: #eee;
	border: none;
	height: 30px;
	margin: 20px 0 30px 0;	
	clear: both;
}
hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	clear: both;
}
hr.fancy {
	background: transparent url('../images/xdesign_images/horizontalrule.png') center center no-repeat;
	color: #eee;
	border: none;
	height: 30px;
	margin: 20px 0 30px 0;
	clear: both;
}
hr.noshow {
	background-color: transparent;
	border: none;
	color: #fff;
	height: 1px;
	clear: both;
	visibility: hidden;
}
blockquote {
    background: url("../images/xdesign_images/quote.png") no-repeat scroll 5px 12px;
    color: #777;
    border-top: none;
    border-bottom: none;
    font-size: 0.95em;
    line-height: 1.4em;
    margin: 2px 40px;
    padding: 12px 12px 12px 40px;
    text-align: left;
}
blockquote p {
	padding: 0; margin: 0;
}
blockquote strong {
	color: #000000; 
	font-size:1.4em; 
	font-weight:normal; 
	letter-spacing:-1px;
}
blockquote.leftside {
	float: left; 
	display: block; 
	width: 30%; 
    border-width: 3px;	
    border-style: double;
	border-left: none;
	border-top: none;
	border-bottom: none;
	margin: 5px 2% 10px 0.5%;
}
blockquote.rightside {
	float: right; 
	display: block; 
	width: 30%; 
    border-style: double;
	border-right: none;
	border-top: none;
	border-bottom: none;
	margin: 5px 0.5% 10px 2%;
}
fieldset {
    width: 90%;
    border: 1px dashed #c0c0c0;
    padding: 20px 3%;
    margin: 20px 2%;
}
legend {
	color: #531c09;
	font: 30px 'Lora', Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 0 10px;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	
}
	
/* ====================== TYPOGRAPHY ========================= */
a {
	color: #6a240b;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
.alt-color a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
.alt-color a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}

/* ======== HEADINGS ======== */
h1 {
	font: 48px 'Lora', Verdana, Helvetica, sans-serif;
	color: #531c09;
	margin: .3em 0 .3em 0;
	letter-spacing: -1px;
}
h2 {
	font: 34px 'Lora', Arial, Verdana, Helvetica, sans-serif;
	color: #6a240b;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
   overflow: hidden;}
h2:before,
h2:after {
    border-bottom: 1px solid #6a6e46;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: .15em;
}
h2:before {
    right: 0.2em;
    margin-left: -50%;
}
h2:after {
    left: 0.2em;
    margin-right: -50%;
}
h3 {
	font: 32px 'Jura', Verdana, Helvetica, sans-serif;
	color: #6a240b;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 30px 0 25px 0;
	padding: 5px 0;
	border-top: 3px solid #6a240b;
	border-bottom: 1px solid #6a240b;
}
h4 {
	font: normal 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h5 {
	font: normal 24px 'Raleway', Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
h6 {
	font: normal 20px 'Raleway',Verdana, Helvetica, sans-serif;
	color: #6a240b;
	margin: .3em 0;
}
.h7 {
	font: normal 18px 'Lora', Verdana, Helvetica, sans-serif;
	font-weight: bold;		
	color: #6a240b;
	margin: .3em 0;

}
.alternate {
	font: 24px 'Lora', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #9c4618;
	background: radial-gradient(#9c4618, #531c09);
	border: 1px solid #404040;
	border-radius: 10px 10px;
}
.alternate:before {
	content: "\2724";
  	display: inline;
  	font-size: 22px;
  	margin-right: 5px;
  	color: #ffffff;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.alternate:after {
	content: "\2724";
  	display: inline;
  	font-size: 22px;
  	color: #ffffff;
  	margin-left: 5px;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.alternate2 {
	font: 24px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	text-align: center;
	background: #6a240b;
	background: radial-gradient(#6a240b, #000);
	border-radius: 10px 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.pagename {
	font: 40px 'Lora', Verdana, Helvetica, sans-serif;
	color: #531c09;
	margin: .3em 0 .5em 0;
	letter-spacing: -1px;
	font-style: italic;
	color: #531c09;
	letter-spacing: -1px;
}
/* ======== LISTS ======== */
ul {
	margin: 10px 0 20px 0;
	padding: 0 0 0 15px;
}
ul li a {
	color: #6a240b;
	font-weight: normal;
	padding: 0;
}
ul li a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
ol.leadingzero {
	background: none;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}
/* ======== PARAGRAPHS ======== */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.small {
	font-size: 0.85em;
}
.xsmall {
	font-size: 0.75em;	
	color: #000;
	font-weight: bold;	
}
.wide {
	letter-spacing: 3px;
}
.tiny {
	font-size: 65%;
	text-align: center;
	padding-bottom: 10px;
}
.comment {
	background: transparent url('../images/comment.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.home {
	background: transparent url('../images/home.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.call {
	background: transparent url('../images/call.png') 0 1px no-repeat;
	padding: 0 0 5px 35px;
}
.email {
	background: transparent url('../images/email.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.hours {
	background: transparent url('../images/hours.png') 0 3px no-repeat;
	padding: 0 0 5px 35px;
}
.bookmark {
	font: normal 1.6em Verdana, Helvetica, sans-serif;
	color: #fff;
	background-color: #404040;
	text-decoration: none;
	padding: 0 8px 2px 10px;
	margin: 10px 0 0 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.bookmark:hover {
	color: #ffffff; 
	background-color: #6a240b; 
	text-decoration: none;
}
.socialmedia {
    text-align: left;
    letter-spacing: 4px;
}
.authorDate {
	color: #333; 
	font-size: 0.95em; 
	text-transform: uppercase;
	border-bottom: 1px #333 solid; 
	font-weight: lighter; 
	letter-spacing: 2px;
	margin: 0 0 15px 0; 
	padding: 0;
}
.breadcrumbs {
	color: #000; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	margin: 0 0 20px 0; 
	padding: 5px 0 5px 0; 
	border-bottom: 1px dashed #aaa; 
	font-size: 0.95em;
	text-align: right;
}
.breadcrumbs a,
.breadcrumbs a:hover {
	font-weight: bold; 
	text-decoration: none;
}
.dropcap {
	overflow: hidden;
}
.dropcap:first-letter {
	color: #531c09;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 6px 4px 0 0;
}
.highlight {
	background-color: #ffff00;
	color: #000000;
}
/* ======== MISCELLANEOUS ======== */
.bignumber {
	border-radius: 50%;
	background: #9c4618;
	box-shadow: 0 0 20px #531c09 inset;
	color: #ffffff;
	display: block;
	float: left;
	font: normal 30px/50px 'Raleway', Garamond, Georgia, serif;
	margin: -10px 10px 5px 0;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters {
	font: 2.0em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.button {
	font-size: 16px;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #531c09;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #666;
	background: linear-gradient(#666, #222); 
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button:hover {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-weight: normal;
	background: linear-gradient(#531c09, #9c4618); 
	border: solid 1px #531c09;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.button a:hover {
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	outline: none;
}
.button2 {
	font-size: 16px;
	text-transform: uppercase; 
	color: #ffffff;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #666;
	background: linear-gradient(#666, #222); 
	border: solid 1px #222;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button2:hover {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	background: linear-gradient(#531c09, #9c4618); 
	border: solid 1px #531c09;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
.button2 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	margin: 0 10px;
}
.button2 a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	margin: 0 10px;
}

/* ======== BACK TO TOP FORMATTING ======== */
.scroll-to-top {
    display: none;
    position: fixed; bottom: 20px; right: 10px;
    z-index: 5;
    width: 30px;
    height: 30px;
    padding: 8px;
    text-align:center;
    color: #ffffff;
	text-decoration: none;
	background-color: #6a240b;
	box-shadow: inset 0 0 10px #202020, 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}
.scroll-to-top:hover {
    text-decoration: none;
	background-color: #9c4618;
	box-shadow: inset 0 0 15px #000000, 0 1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.scroll-to-top a, 
.scroll-to-top a:hover {text-decoration: none;}
/* ======== LAYOUT RULES ======== */
.wrapper {
	width: 1200px;
	color: #000000;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.inside {
	width: 96%;
	padding: 0 2%;
}
.inside2 {
	width: 85%;
	padding: 0 13%;
}

/* ======== Row 1 is the main text area ======== */
.row1 {
	width: 96%;
}
/* ======== Row 2 is the colored row under the header ======== */
.row2 {
	background-color: #531c09;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    height: 10px;
}
/* ======== WRAPPER CLASSES ======== */
.rounded   {border-radius: 15px; box-shadow: 0 0 10px rgba(0, 0, 0);}
.top-round {border-radius: 15px 15px 0 0; box-shadow: 0 0 10px rgba(0, 0, 0);}
.bottom-round {border-radius: 0 0 15px 15px; box-shadow: 0 0 10px rgba(0, 0, 0);}
.white  {background: #ffffff;}
/* ======== HEADER AREA ======== */
header {
	margin: 0;
	padding: 0 0 0 10px;
	background: #531c09;
	background: linear-gradient(#531c09, #6a240b, #531c09);
}
#nameplate {
	width: 60%;
	text-align: left;
	padding: 10px 0 13px 0;
	margin-left: 10px;
}
.brand, 
.brand a, 
.brand a:hover  {
	font: 48px 'Lora', Verdana, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.slogan {
	font-size: 18px;
	font-family: 'Lora', cursive, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 20px 100px;
	margin: 0;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}
/* ======== MAIN NAVIGATION AREA ======== */
nav {
 	margin: 0; 
 	width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 43px;
    color: #fff;
	background: #6a240b;
	border-bottom: 1px solid #404040;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    text-transform: uppercase;
    }
/* === NON-MOBILE TOP LEVEL === */
ul.slimmenu li {position: relative; display: inline-block; text-align: center; width: 180px; /* adjust width of top menu items */}
ul.slimmenu > li {margin-right: -4px; border-left: 1px solid #555;}
ul.slimmenu li a {
    color: #fff;
    font-weight: normal;
    display: block; padding: 12px 30px 12px 15px; font-family:'Lora', Verdana, sans-serif; transition: background-color 0.2s ease-out;}
ul.slimmenu li a:hover {
    color: #fff;
    background-color: #9c4618;
    box-shadow: 0 0 40px #6a240b inset, 0 0 20px rgba(0, 0, 0, 0.4) inset;
    text-decoration: none;}
ul.slimmenu li .sub-collapser > i {
    color: #9c4618; /* arrow color */
    font-size: 14px;
    display: inline-block; vertical-align: middle; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
/* === NON-MOBILE SUB LEVELS === */
ul.slimmenu li ul li .sub-collapser > i {
    color: #9c4618; /* arrow color */
    font-size: 14px;
    display: inline-block; vertical-align: middle;}
ul.slimmenu li ul li { 
    background-color: #eee;
    text-align: center;}
ul.slimmenu li ul li a {
    color: #000;}
ul.slimmenu li ul li a:hover {
    color: #fff;
    background-color: #9c4618;
    box-shadow: 0 0 40px #6a240b inset, 0 0 20px rgba(0, 0, 0, 0.4) inset;
    text-decoration: none;}
/* === do not edit === */
ul.slimmenu > li:first-child {border-left: 0;}
ul.slimmenu > li:last-child {margin-right: 0;}
ul.slimmenu {list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; font-size: 0.90em;}
ul.slimmenu li ul {margin: 0; list-style-type: none; text-transform: none;}
ul.slimmenu li .sub-collapser {position: absolute; right: 0; top: 0; width: 30px; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
ul.slimmenu li .sub-collapser:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: 0;}
ul.slimmenu li > ul {display: none; position: absolute; left: 0; top: 100%; z-index: 999; padding-left: 0; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);}
ul.slimmenu li > ul > li ul {display: none; position: absolute; left: 100%; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}

/* === FOR MOBILE === */
.menu-collapser {
    color: #ffffff; 
    width: 96%;
    margin: 0 2%;
    position: relative; text-align: left; height: 48px; line-height: 48px; font-size: 18px;
    padding: 0 8px; border-radius: 8px 8px 0 0; box-sizing: border-box;
}
.collapse-button {
    background-color: #555;
    box-shadow: 0 0 8px #000 inset;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: absolute; right: 8px; top: 50%; width: 40px; background-repeat: repeat-x; border-radius: 4px; color: #ffffff; 
    padding: 7px 10px; cursor: pointer; font-size: 14px; text-align: center; transform: translate(0, -50%); box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
    background-color: #9c4618;
    box-shadow: 0 0 8px #6a240b inset;
}
.collapse-button .icon-bar {
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 1px 1px 1px 1px; display: block; height: 2px; width: 18px; margin: 2px 0;
}
/* === MOBILE TOP LEVEL === */
ul.slimmenu.collapsed {list-style-type: none; margin: 0 5%; padding: 0; width: 90%; text-align: center;}
ul.slimmenu.collapsed li {
    border-left: none;
    background-color: #eee;
    display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
ul.slimmenu.collapsed li a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block; box-sizing: border-box;
}
ul.slimmenu.collapsed li a:hover {
    color: #ffffff;
    background-color: #9c4618;
    box-shadow: 0 0 40px #6a240b inset, 0 0 20px rgba(0, 0, 0, 0.4) inset;
}
ul.slimmenu.collapsed > li:last-child a {border-bottom: 0;}
ul.slimmenu.collapsed li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    position: absolute; right: 0; top: 0; width: 40px; height: 100%; text-align: center; z-index: 999; cursor: pointer;}
ul.slimmenu.collapsed li .sub-collapser > i {
    color: #6a240b; /* arrow color */
    font-size: 18px;
    display: inline-block; vertical-align: middle;}
/* === MOBILE SUB LEVELS === */
ul.slimmenu.collapsed li ul li {
    background-color: #e0e0e0;
    display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li ul li a {
    color: #000;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block; box-sizing: border-box;}
ul.slimmenu.collapsed li ul li a:hover {
    color: #ffffff;
    background-color: #9c4618;
    box-shadow: 0 0 40px #6a240b inset, 0 0 20px rgba(0, 0, 0, 0.4) inset;
}
ul.slimmenu.collapsed li ul li ul li {
    background-color: #d0d0d0;
    display: block; width: 100%; box-sizing: border-box; z-index: 999; text-align: left;}
ul.slimmenu.collapsed li ul li ul li a {color: #000; padding-left: 30px;}
ul.slimmenu.collapsed li ul li ul li a:hover {color: #ffffff;}
/* === do not edit === */
ul.slimmenu.collapsed li ul li ul {display: none; position: relative; left: 0; top: 0; z-index: 999; width: 100%; white-space: normal; padding-left: 0;}
ul.slimmenu.collapsed li .sub-collapser {height: 50px;}
ul.slimmenu.collapsed li > ul {display: none; position: relative; width: 100%;}
/* ========  TOP AREA ======== */
#topsection {
    width: 90%;
    padding: 40px 0;
    margin: 0 auto;
    text-align: center;
}
.topcontentBox3a {
	float: left;	
	height: 350px;
	width: 350px; 
	border-radius: 50%;
	border: 8px solid #ffffff;
	padding: 0; 
	margin: 0 2% 20px 0;
	background: url('../images/xdesign_images/top1.jpg') top left no-repeat;
	background-size: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.banner-wrap  {
	width: 100%;
	height: 35%;
	border-top: 1px solid #ffffff;
	margin-top: 65%;
}
.banner-wrap:hover  {
	background-color: #444;
	width: 100%;
	height: 35%;
	margin-top: 65%;
}
.banner-wrap h3 {
	margin: 0;
	padding: 25px 0 0 0;
	font: 22px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	border-bottom: none;
	color: #fff;
	text-transform: uppercase;
}
.banner-wrap a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
.banner-wrap a:hover {
	color: #e0e0e0;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
.banner-wrap figure {
	text-align:center;
	line-height:116px;
	margin: 15px auto;
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	z-index: 3;
}
.banner-wrap .box:hover figure {
	-webkit-transform:rotateY(-360deg);
	-ms-transform:rotateY(-360deg);
	transform:rotateY(-360deg);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.topcontentBox3b {
	float: left;	
	height: 350px;
	width: 350px; 
	border-radius: 50%;
	border: 8px solid #ffffff;
	padding: 0; 
	margin: 0 2% 20px 2%;
	background: url('../images/xdesign_images/top2.jpg') top left no-repeat;
	background-size: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.topcontentBox3c {
	float: left;	
	height: 350px;
	width: 350px; 
	border-radius: 50%;
	border: 8px solid #ffffff;
	padding: 0; 
	margin: 0 0 20px 2%;
	background: url('../images/xdesign_images/top3.jpg') top left no-repeat;
	background-size: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* ======== The colored backgrounds are used in the topcontentboxes on the homepage ======== */
.color1 {background: #531c09; color: #ffffff;}
.color2 {background: #6a240b; color: #ffffff;}
.color3 {background: #9c4618; color: #000000;}

/* ======== SECTION BLOCKS ======== */
.contentBox2a {
	float: left; 
	width: 48%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.contentBox2b {
	float: left; 
	width: 48%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
.contentBox3a {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 2% 10px 0;
}
.contentBox3b {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 1% 10px 1%;
}
.contentBox3c {
	float: left; 
	width: 31.33333%; 
	padding: 0; 
	margin: 0 0 10px 2%;
}
.contentBox4a {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.contentBox4b,
.contentBox4c  {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 1% 0 1%;
}
.contentBox4d {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
.sidebarLeft {
    float: left; 
    width: 31.3333%; 
    padding: 0; 
    margin: 0 2% 0 0;
}
.contentRight {
    float: right; 
    width: 64.666%; 
    padding: 0; 
    margin: 0 0 0 2%;
}
.sidebarRight {
    float: right; 
    width: 31.3333%; 
    padding: 0; 
    margin: 0 0 0 2%;
}
.contentLeft {
    float: left; 
    width: 64.666%; 
    padding: 0; 
    margin: 0 2% 0 0;
}
.colorbox {
    width: 94%;
    padding: 20px 3%;
    margin: 20px 0;
	background-color: #6a240b;
	color: #ffffff;
	box-shadow: 0 0 0 5px #6a240b inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #531c09 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
	border-radius: 8px;
	text-align: center;
}
.colorbox h3 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: transparent;
}
.callbox1 {
	color: #ffffff; 
	text-align: center; 
	padding: 2px 1%; 
	margin: 12px 0; 
	background-color: #9c4618;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #9c4618 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #531c09 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}
.callbox2 {
	color: #ffffff; 
	text-align: center; 
	padding: 2px 3%; 
	margin: 12px 0; 
	background-color: #555;
	border-radius: 10px;
	box-shadow: 0 0 0 5px #555 inset, 0 0 0 6px rgba(255, 255, 255, 0.6) inset, 0 0 40px #000000 inset, 0 10px 15px -10px rgba(0,0,0,0.6);
}
.callbox1 p:first-of-type, 
.callbox2 p:first-of-type {
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
.callbox2 {
	color: #fff;
}

/* ======== FOOTER ======== */
footer {
	clear: both;
	background: #531c09;
	background: linear-gradient(#531c09, #6a240b, #531c09);
	margin-bottom: -12px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4em;
	padding: 10px 0 0 0;
}
.fBox4a {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.fBox4b, .fBox4c {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 1% 0 1%;
}
.fBox4d {
	float: left; 
	width: 23%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
footer a {
	color: #ea954c;
}
footer a:hover {
	color: #ccc;
}
footer ul {
	list-style-type: none; 
	line-height: normal; 
	margin: 0 0 10px 0; 
	padding: 0;
}
footer ul li {
	margin: 0 20px 0 0; 
	background: url(../images/bullet03.png) no-repeat 0 7px; 
	padding: 4px 0 2px 20px;
}
footer ul li a {
	color: #ea954c; 
	text-decoration: none; 
	font-weight: bold; 
	letter-spacing: 2px;
}
footer ul li a:hover {
	color: #ccc; 
}
footer h4 {
	color: #fff; 
	text-align: left; 
	border-bottom: 1px solid #000000; 
	letter-spacing: -1px; 
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
footer hr {
	background-color: rgba(0, 0, 0, 0.3); 
	border: none; 
	color: rgba(0, 0, 0, 0.3); 
	height: 1px; 
	display: block; margin: 20px 0;
}
.copyright {
	letter-spacing: 3px; 
	text-align: center; 
	color: #fff; 
	font-size: 0.85em; 
	margin: 0; 
	padding:0;
}
/* ======== IMAGE FORMATTING ======== */
img {
	border: none; 
	max-width: 100%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
.image-left {
	margin: 5px 10px 0 0; 
	float: left;
}
.image-right {
	margin: 5px 0 0 10px; 
	float: right;
}
.imageleft-border {
	margin: 5px 10px 0 0; 
	float: left; 
	border: 1px #777 solid;
}
.imageright-border {
	margin: 5px 0 0 10px; 
	float: right; 
	border: 1px #777 solid;
}
.image-Catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-Curved {
	border-radius: 10px; 
	margin: 4px 2px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftCurved {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightCurved {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 10px; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.image-Frame {
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 1px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-leftFrame {
	float: left; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 15px 4px 2px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-rightFrame {
	float: right; 
	background: #ffffff; 
	border: 1px #aaa solid; 
	padding: 3px; 
	margin: 4px 2px 4px 15px; 
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.image-Round {
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRound {
	margin: 5px 10px 0 0; 
	float: left; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRound {
	margin: 5px 0 0 10px; 
	float: right; 
	border-radius: 50%; 
	border: 1px #444 solid;
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-Rotate {
    margin: 10px 0;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-leftRotate {
	float: left; 
	margin: 20px; 
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
.image-rightRotate {
 	float: right; 
	margin: 20px; 
    transform: rotate(6deg);
   -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
	box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.5);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {  
  background-color: #f2f2f2;
  border: 15px #ffffff solid;
  padding: 20px;
  margin: 0 1% 40px 1%;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);  
}
.photogallery img {
  background-color: #ffffff;
  padding: 7px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;  
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}
.photogallery p {
  text-align: center;
}
.photogallery-alt {  
  background-color: #f2f2f2;
  border: 15px #ffffff solid;
  padding: 20px;
  margin: 0 1% 40px 1%;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);  
}
.photogallery-alt img {
  background-color: #ffffff;
  padding: 7px;
  border: 1px #c0c0c0 solid;
  margin: 3px 3px 12px 3px;  
  box-shadow: 0 10px 15px -9px rgba(0, 0, 0, 0.8);
}

/* ======== TICKER ======== */
#ticker {
	list-style: none outside none; 
	margin: 0; 
	padding: 10px 0 10px 0;
}
#ticker li {
	margin: 0; 
	background: none; 
	padding: 0;
}
#ticker p {
	margin-top: 0; 
	padding-top: 0;
}
#ticker .content {
	position: relative; 
	color: #fff; 
	padding: 15px; 
	background-color: #cbede9; 
	border-radius: 10px; 
	margin-bottom: 15px;
	min-height: 250px;
}
#ticker .content:after {
	content: ''; 
	position: absolute; 
	border-style: solid; 
	border-width: 15px 15px 0; 
	border-color: #cbede9 transparent;
	display: block; 
	width: 0; 
	z-index: 1;
	margin-left: -15px; 
	bottom: -15px; left: 50%;
}
#ticker .content p {
	color: #fff;
}
#ticker .author {
	color: #fff; 
	text-align: right; 
	font-size: 0.90em; 
	font-style: italic; 
	letter-spacing: 2px;
	padding: 10px 10px 20px 0;
}
#ticker a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
#ticker a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
	
}
/* ======= ACCORDION CONTENT ======== */
#acc dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: left;
	font: 22px 'Lora', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: #6a240b;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	border-top: none;
}
/* ======= ACCORDION CONTENT ======== */
#acc1 dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc1 dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: left;
	font: 22px 'Lora', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: #6a240b;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc1 dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc1 dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	border-top: none;
}
/* ======= ACCORDION CONTENT 2 (centered th)======== */
#acc2 dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc2 dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: center;
	font: 22px 'Lora', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: #6a240b;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc2 dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc2 dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	text-align:center;
	border-top: none;
}
/* ======= ACCORDION CONTENT 2-2 (centered th)======== */
#acc2b dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc2b dt {
	margin: 0 0 1px 0;
	padding: 4px 4px 4px 20px;
	text-align: center;
	font: 22px 'Lora', Verdana, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	background: #6a240b;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
#acc2b dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc2b dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	text-align:center;
	border-top: none;
}

/* ======= ACCORDION CONTENT 3 (centered dt)======== */
#acc3 dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc3 dt {
	font: 24px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	cursor: pointer;
	text-align: center;
	background: #6a240b;
	background: radial-gradient(#6a240b, #000);
	border-radius: 10px 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);	
}


#acc3 dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc3 dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	text-align:center;
	border-top: none;
}
/* ======= ACCORDION CONTENT 3-2 (centered th)======== */
#acc3b dl {
	position: relative;
	width: 100%;
	color: #000;
	padding: 0;
	margin: 0 auto;
}
#acc3b dt {
	font: 24px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin: .3em 0;
	cursor: pointer;
	text-align: center;
	background: #6a240b;
	background: radial-gradient(#6a240b, #000);
	border-radius: 10px 10px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#acc3b dt:hover {
	color: #ffffff;
	background: #531c09;
	box-shadow: 0 0 15px #222 inset;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	transition: all 0.4s ease 0.0s;
	-webkit-transition: all 0.4s ease 0.0s;
}
#acc3b dd {
	width: 94%;
	padding: 5px 2%;
	margin: 0 auto;
	text-align:center;
	border-top: none;
}
/* ======== CONTACT FORM ======== */
form.contactform {
	width: 99%; text-align: left;
}
.contactform label {
	width: 99%; 
	text-align: left; 
	font-style: italic; 
	display: block; 
	margin-bottom: 4px;
}
.contactform input {
	width: 99%; 
	border: 1px #c0c0c0 solid; 
	background-color: #efefef; 
	padding: 5px; 
	margin-bottom: 10px; color: #000000;
}
.contactform textarea {
	width: 99%; 
	border: 1px #c0c0c0 solid; 
	background-color: #efefef; 
	padding: 5px; 
	resize:none; 
	color: #000000;
}
.contactform .submit {
	width: 100px; 
	margin: 10px 0 20px 0; 
	cursor: pointer; 
	color: #444;
	font: 16px 'Lora', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 14px;
	text-decoration: none;
	background-color: #eee;
	background: linear-gradient(#eee, #ccc); 
	border: solid 1px #ccc;	
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
}
.contactform .submit:hover {
	text-decoration: none;
	color: #eee;
	background-color: #9c4618;
	background: linear-gradient(#9c4618, #531c09); 
	border: solid 1px #531c09;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);
}
/* ================================ Added by April ================*/
.indent {
	text-indent: 5px;
}
.submit {
	cursor: pointer; 
	color: #ffffff;	
	font: 14px 'Lora', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px 14px;	
	text-decoration: none;
	background-color: #666;
	background: linear-gradient(#666, #222); 
	border: solid 1px #222;	
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
	
}
.submit:hover {
	text-decoration: none;
	color: #eee;
	background-color: #9c4618;
	background: linear-gradient(#9c4618, #531c09); 
	border: solid 1px #531c09;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);

}
.submit a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.submit a:hover {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
/* ====Submit 2==== */
.submit2 {
	cursor: pointer; 
	color: #ffffff;	
	font: 14px 'Lora', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	width: 50px;
	margin: 3px auto;	
	padding: 5px 14px;
	text-decoration: none;
	background-color: #666;
	background: linear-gradient(#666, #222); 
	border: solid 1px #222;	
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.3);
	
}
.submit2:hover {
	text-decoration: none;
	color: #eee;
	background-color: #9c4618;
	background: linear-gradient(#9c4618, #531c09); 
	border: solid 1px #531c09;
	border-radius: 5px;
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.5);

}
.submit2 a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
.submit2 a:hover {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== SMALL DEVICE 01 (Width=320)======== */
/* ========================================================== */
@media screen and (max-width: 320px) {
.wrapper {
	width: 90%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
}
.brand, 
.brand a, 
.brand a:hover  {
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
.slogan {
	font-size: 14px;
	padding: 0 0 20px 0;
}
/* === topsection block ==== */
#topsection {
	width:90%; 
	margin: 0 auto; 
}
.topcontentBox3a {
	float: none;	
	height: 250px;
	width: 250px; 
	margin: 0 auto;
}
.banner-wrap h3 {
	margin: 0;
	padding: 25px 0 0 0;
	font: 14px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
}
.banner-wrap a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
.banner-wrap a:hover {
	color: #e0e0e0;
	text-decoration: underline;
	font-weight: normal;
	outline: none;
}
.banner-wrap figure {
	display: none;
}
.topcontentBox3b {
	float: none;	
	height: 250px;
	width: 250px; 
	margin: 10px auto;
}
.topcontentBox3c {
	float: none;	
	height: 250px;
	width: 250px; 
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft, .contentMiddle {
	width: 98%; 
	margin: 1.%; 
	padding: 0;
}
.contentBox2a, .contentBox2b {
	width: 96%; 
	margin: 1%; 
	padding: 1%;
}
/*I added*/
.contentBox2a-Cem, .contentBox2b-Cem {
	width: 96%; 
	margin: 1%; 
	padding: 1%;
}
.contentBox3a, .contentBox3b, .contentBox3c {
	width: 96%; 
	margin: 1%; 
	padding: 1%;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 94%; 
	margin: 1%; 
	padding: 2%;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	float: none; 
	width: 96%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.callbox1 p:first-of-type, 
.callbox2 p:first-of-type {font-size: 18px;}
.responsive img {max-width: 190px; height: auto;}
/* === miscellaneous coding ==== */
.pagename {
	font-size: 26px;
}
h1 {font-size: 1.9em;
	margin-top: 0;
}
h2 {font-size: 1.5em;}
.bigletters {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.cemImage img {
	width: 95% !important;	
	height: auto !important;
}
}
/* ========================================================== */
/* ===================== SMALL DEVICE 02 (Width=480)========= */
/* ========================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
.wrapper {
	width: 95%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
} 
.brand, 
.brand a, 
.brand a:hover  {
	font: 28px 'Lora', Verdana, Helvetica, sans-serif;
}
.slogan {
	font-size: 14px;
}
.pagename {
	font-size: 36px;
}
/* === topsection block ==== */
#topsection {width:90%; margin: 0 auto; }
.topcontentBox3a {
	float: none;	
	margin: 0 auto;
}
.topcontentBox3b {
	float: none;	
	margin: 20px auto;
}
.topcontentBox3c {
	float: none;	
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox2a, .contentBox2b {
	width: 96%; 
	margin: 1%; 
	padding: 1%;
}
.contentBox3a, .contentBox3b, .contentBox3c {
	width: 96%; 
	margin: 1%; 
	padding: 1%;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 92%; 
	margin: 1%; 
	padding: 3%; 
	float: none;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	float: none; 
	width: 96%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.callbox1 p:first-of-type, 
.callbox2 p:first-of-type {font-size: 18px;}
/* === miscellaneous coding ==== */
.bigletters {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.cemImage img {
	width: 100% !important;
	height: auto !important;
}
}
/* ========================================================== */
/* ================== SMALL DEVICE 03 (Width=623)============ */
/* ========================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
}
/* === topsection block ==== */
#topsection {
	width:90%; 
	margin: 0 auto;
}
.topcontentBox3a {
	float: none;	
	margin: 0 auto;
}
.topcontentBox3b {
	float: none;	
	margin: 20px auto;
}
.topcontentBox3c {
	float: none;	
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox2a, .contentBox2b {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox3a, .contentBox3b, .contentBox3c {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 44%;	
	padding: 0 1%; 
	margin: 1%;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	width: 44%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.cemImage img {
	width: 100% !important;
	height: auto !important;
}
}
/* ========================================================== */
/* ================== MID DEVICE 01 (Width=669)============== */
/* ========================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b, .contentBox3c {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 43%;	
	padding: 0 2%; 
	margin: 1%;
}
/* === topsection block ==== */
#topsection {
	width:90%; 
	margin: 0 auto;
}
.topcontentBox3a {
	float: none;	
	margin: 0 auto;
}
.topcontentBox3b {
	float: none;	
	margin: 20px auto;
}
.topcontentBox3c {
	float: none;	
	margin: 0 auto;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	width: 44%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.cemImage img {
	width: 100% !important;
	height: auto !important;
}
}
/* ========================================================== */
/* ================== MID DEVICE 02 (Width=768)============== */
/* ========================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight, .contentRight, .contentLeft {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b {
	width: 46%; 
	margin: 1%; 
	padding: 0;
}
.contentBox3c {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 43%;	
	padding: 0 2%; 
	margin: 1%;
}
.topcontentBox3a {
	float: none;	
	margin: 0 auto;
}
.topcontentBox3b {
	float: none;	
	margin: 20px auto;
}
.topcontentBox3c {
	float: none;	
	margin: 0 auto;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	width: 44%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 03 (Width=800)============== */
/* ========================================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
}
/* === content box coding ==== */
.contentBox2a, .contentBox2b, .contentBox3a, .contentBox3b {
	width: 46%; 
	margin: 1%; 
	padding: 0;
}
.contentBox3c {
	width: 98%; 
	margin: 1%; 
	padding: 0;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 43%;	
	padding: 0 2%; 
	margin: 1%;
}
.topcontentBox3a {
	float: none;	
	margin: 0 auto;
}
.topcontentBox3b {
	float: none;	
	margin: 20px auto;
}
.topcontentBox3c {
	float: none;	
	margin: 0 auto;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	width: 44%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #531c09;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.cemImage img {
	width: 100% !important;
	height: auto !important;
}
}
/* ========================================================== */
/* ================== LG DEVICE 01 (Width=1024)=============== */
/* ========================================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
/* === content box coding ==== */
.sidebarLeft, .sidebarRight {
	width: 30%; 
	margin: 1%; 
	padding: 0;
}
.contentRight, .contentLeft {
	width: 65%; 
	margin: 1%; 
	padding: 0;
}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {
	width: 22%;	
	padding: 0; 
	margin: 1%;
}
.topcontentBox3a {
	float: left;
	margin: 0 5% 20px 10%;
}
.topcontentBox3b {
	float: none;
	margin: 0 5% 20px 5%;
}
.topcontentBox3c {
	clear: both;
	float: none;
	margin: 0 auto;
}
.fBox4a, .fBox4b, .fBox4c, .fBox4d {
	width: 44%; 
	padding: 0; 
	margin: 0 2% 0 0;
}

/* === miscellaneous coding ==== */
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
.cemImage img {
	width: 100% !important;
	height: auto !important;
}
}
/* ========================================================== */
/* ================== LG DEVICE 02 (Width=1199)============== */
/* ========================================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.wrapper {
	width: 97%;
	margin: 0 auto;
}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {
	margin: 0 5px;
}
}
/* My additions */
/* ========================================================== */
/* ================== OBIT TABLE ================= */
/* ========================================================== */
.obit-table {  
  background-color: #ffffff;
  border: 15px #f2f2f2 solid; 
  padding: 20px;
  margin: 0 1% 40px 1%;
  text-align: center;
  box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.8);  
}
/* ========================================================== */
/* ================== FREEFIND TABLE ================= */
/* ========================================================== */
.freefind-table {
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  background: #531c09; 
  }
/* 
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		} 
.freefind-table tr { border: 1px solid #531c09; }

.freefind-table td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #531c09; 
			position: relative;
			padding-left: 50%; 
}
.freefind-table	td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;			
}
/*
Label the data
*/
.freefind-table		td:nth-of-type(1):before { content: ""; }
.freefind-table		td:nth-of-type(2):before { content: ""; }
}
/*=======Cemetery Request Page======*/
#cemetery-map {
	border: 5px solid #444;
	width: auto;
	margin: 5%;	
	background-color: #fff;
}
#cemetery-map img {
	border: none;
	width: 90%;
}
#cemetery-map p {
	color: #000;
}
.contentBox2a-Cem {
	float: left; 
	width: 31.3333%; 
	padding: 0; 
	margin: 0 2% 0 0;
}
.contentBox2b-Cem {
	float: left; 
	width: 64.666%; 
	padding: 0; 
	margin: 0 0 0 2%;
}
/*=======Cemetery Image Display==== */
.cemImage img {
	width: auto;
	max-width: 600px;
	height: auto;
	max-height: 600px;
	border: 5px solid #fff;
	margin: 50px 0;
}
ul.cemlist {text-align:center;}
ul.cemlist li {
 display: inline-block;
 line-height: 50px;
 text-decoration: none;
}
/*=======Obit Image Display==== */
.obitImage img {
	width: auto;
	height: 80%;
	border: 2% solid #fff;	
}

