﻿/* ========  ======== */

/* Main Colors used in this template
#171848-darkest color
#1f2161-medium color
#2e3292-light color
#791304-contrasting color
#4c0902-contrasting color darker
*/
/* ==================== GENERAL RULES =================== */
html {
	height: 101%;
	background: #e3e3e3 url('../images/backbar.jpg') repeat-x;
}
body {
	font: normal 1.1em 'Muli', Verdana, Helvetica, sans-serif;
	color: #202020;
	padding: 0;
	margin: 0;
	height: 100%;
}
header, footer, nav, article, section, aside, figure, figcaption {
	display: block;
}
img {
	border: none;
}
hr {
    background: #ffffff url('../images/hr.png') center center no-repeat;
    color: #eee;
    border: none;
    height: 30px;
}
ul li a {
	color: #171848;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #1f2161;
	text-decoration: none;
}
ul.list1 li {
	list-style-type: none;
	background: url(../images/bullet1.png) no-repeat 0 8px;
	padding: 1px 0 0 15px;
}
blockquote {
	padding: 5px 50px 5px 50px;
	line-height: 24px;
	font-style: italic;
	background: url('../images/quote.png') no-repeat top left;
	color: #404040;
}
.leftside {
	float: left;
	display: block;
	width: 30%;
	margin-right: 5%;
	border-right: dotted 1px #404040;
}
.rightside {
	float: right;
	display: block;
	width: 30%;
	margin-left: 5%;
	border-left: dotted 1px #404040;
}
fieldset {
	border: 1px dashed #c0c0c0;
	padding: 1%;
	margin: 2% 0;
}
legend {
	color: #171848;
	background-color: transparent;
	font: 1.9em 'Raleway', Verdana, Helvetica, sans-serif;
	color: #171848;
	margin: 0 0 0 1%;
	letter-spacing: .08em;
	padding: 1%;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
.cellborder {
	border: solid 1px #c0c0c0;
	padding: 5px;
}
/* ======== TYPOGRAPHY ======== */
a {
	color: #171848;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #1f2161;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
h1 {
	font: 38px 'Playfair Display', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #171848;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
h2 {
	font: 32px 'Playfair Display', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #1f2161;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #171848;
}
h3 {
	font: 32px 'Playfair Display', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #791304;
	margin: .2em 0;
	padding: 0;
}
h4 {
	font: normal 28px 'Jura', Verdana, Helvetica, sans-serif;
	color: #171848;
	margin: .3em 0;
}
h5 {
	font: normal 24px Verdana, Helvetica, sans-serif;
	color: #1f2161;
	margin: .3em 0;
}
h6 {
	font: normal 24px Verdana, Helvetica, sans-serif;
	color: #404040;
	margin: .3em 0;
}
.alternate {
	font: 22px 'Playfair Display', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: .3em 0;
  	padding-bottom: 5px;
	text-align: center;
	background: #791304;
	background-image: radial-gradient(#1f2161,#171848);
	background-image: -moz-radial-gradient(#1f2161,#171848);
	background-image: -webkit-radial-gradient(#1f2161,#171848);
	background-image: -ms-radial-gradient(#1f2161,#171848);
	background-image: -o-radial-gradient(#1f2161,#171848);
	border: 1px solid #fff;
	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: 22px 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: .3em 0;
	text-align: center;
	background: #171848;
	background-image: radial-gradient(#670f01, #000);
	background-image: -moz-radial-gradient(#171848, #000);
	background-image: -webkit-radial-gradient(#670f01, #000);
	background-image: -ms-radial-gradient(#670f01, #000);
	background-image: -o-radial-gradient(#670f01, #000);
	border-radius: 10px 10px;
}
.dropcap {
	float: left;
	font: 60px/50px Georgia, Times, "Times New Roman", serif;
	color: #fff;
	display: block;
	float: left;
	font: 60px/50px Georgia, Garamond, serif;
	padding: 15px 12px;
	background-color: #171848;
  	box-shadow: 0 0 0 2px #999 inset, 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
  	margin: -3px 10px 0 0;
  	text-align: center;
  	border-radius: 5px;
  	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
p.dropcap {
	overflow: hidden;
}
.bignumber {
	font: 30px 'Jura', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	background: #171848;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber2 {
	font: 30px 'Jura', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	background: #1f2161;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bignumber3 {
	font: 30px 'Jura', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	background: #791304;
	border: 1px #ffffff solid;
	margin: 0 .2em 0 0;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 2px 3px #000;
	float: left;
}
.bigletters {
	font: 2.7em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	text-align: center;
	color: #1f2161;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.bigletters2 {
	font: 2.5em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #791304;
	margin: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.button {
	font-size: 0.85em;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #171848;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.button:hover {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	background: #505050;
	text-decoration: none;
	font-weight: normal;
	box-shadow: 0 2px 3px #000;
}
.inside {padding: 10px;}
/* ======== LAYOUT RULES ======== */
.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}
.white {
	background: #fff;
	border: 5px #f2f2f2 solid;
}
.color1 {
	width: 100%;
	background: #171848;
	background-image: radial-gradient(center, ellipse, #2e3292, #16171b);
	background-image: -moz-radial-gradient(center, ellipse, #2e3292, #16171b);
	background-image: -webkit-radial-gradient(center, ellipse, #2e3292, #16171b);
	background-image: -ms-radial-gradient(center, ellipse, #2e3292, #16171b);
	background-image: -o-radial-gradient(center, ellipse, #2e3292, #16171b);
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.4), 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.color2 {
	width: 100%;
	margin-top: -10px;
	background: #000;
	background-image: radial-gradient(center, ellipse, #2e3292, #000);
	background-image: -moz-radial-gradient(center, ellipse, #2e3292, #000);
	background-image: -webkit-radial-gradient(center, ellipse, #2e3292, #000);
	background-image: -ms-radial-gradient(center, ellipse, #2e3292, #000);
	background-image: -o-radial-gradient(center, ellipse, #2e3292, #000);
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.4), 0 15px 10px 20px rgba(0, 0, 0, 0.4);
	border-top: 1px solid #fff;
	color: #fff;
}
/* ======== HEADER AREA ======== */
header {
	width: 100%;
	color: #ffffff;
	text-align:center;
}
#nameplate {
	float: left;
	width: 70%;
	height: 94px;
	background: url('../images/logo.png')no-repeat;
	text-align: left;
	padding: 10px 0 20px 65px;
	margin-left: 10px;
}
#nameplate h1 {
	font: 40px 'Playfair Display', Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#nameplate p {
	font-size: 16px;
	font-family: 'Playfair Display', cursive, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#nameplate a {
	color: #ffffff;
}
#nameplate a:hover {
	color: #efefef;
}
#address {
	float: right;
	width: 20%;
	text-align: right;
	padding-top: 10px;
}
#address p {
	font-size: 18px;
	font-family: 'Playfair Display', cursive, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	display: inline-block;
}
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
	width: 100%;
	height: 43px;
	color: #000000;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: .95em;
	text-transform: uppercase;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
/* make the LI display inline */
/* its position relative so that position absolute */
/* can be used in submenu */
#nav li {
	display: inline-block;
	background: transparent;
	position: relative;
	z-index: 500;
	margin: 0 3px;
	padding: 0;
	text-align: left;
}
/* this is the parent menu */
#nav li a {
	display: block;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #1f2161;
	background-image: linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -moz-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -webkit-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -ms-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -o-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	text-align: left;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
#nav li a:hover {
	font-weight: normal;
	padding: 10px;
	color: #ffffff;
	background: #1f2161;
	background-image: radial-gradient(center, circle cover, #1f2161, #16171b);
	background-image: -moz-radial-gradient(center, circle cover, #1f2161, #16171b);
	background-image: -webkit-radial-gradient(center center, circle cover, #1f2161, #16171b);
	background-image: -ms-radial-gradient(center center, circle cover, #1f2161, #16171b);
	background-image: -o-radial-gradient(center center, circle cover, #1f2161, #16171b);
	-webkit-transition: all 0.3s ease 0.0s;
	transition: all 0.3s ease 0.0s;
}
/* submenu, it's hidden by default */
#nav ul {
	position: absolute;
	left: 2px;
	display: none;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	box-shadow: 0 3px 8px #000;
}
#nav ul li {
	width: 170px; /* you can increase or decrease width of submenu */
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 0.90em;
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display: block;
	height: 18px;
	font-weight: normal;
	text-transform: none;
	padding: 5px 3px 5px 3px;
	color: #fff;
	background-color: #171848;
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#nav ul a:hover {
	font-weight: normal;
	color: #ffffff;
	padding: 5px 3px 5px 3px;
	text-transform: none;
	text-decoration: none;
	border: none;
	background: #1f2161;
	background-image: linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -moz-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -webkit-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -ms-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -o-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	border-radius: 0;
	box-shadow: none;
}
.selectnav {
	display: none;
}
/* ======== SLIDE SHOW ======== */
#slidertext {
	height: 380px;
	width: 25%;
	margin: 30px 0 20px 0;
	float: right;
	border: 5px #f2f2f2 solid;
	font-family: 'Playfair Display', Garamond, serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
	text-align: center;
	background: #171848;
	background-image: linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -moz-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -webkit-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -ms-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	background-image: -o-linear-gradient(135deg, #16171b, #1f2161, #16171b);
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
}
#slidertext  h1 {
	font: 34px 'Playfair Display', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
#slider {
	height: 410px;
	width: auto;
	float: left;
	border: 5px #f2f2f2 solid;
	margin: 20px 2% 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
}
.nivo-caption {
	position:absolute;
	right:-46%;
	top:0;
	background: transparent;
	text-align:center;
    font-family: 'Playfair Display', Garamond, serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
	text-align: center;
    width: 32%;
    height: 100%;
    margin: 0;
	z-index: 8;
	padding: 10% 0 0 0;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption h1 {
	font: 34px 'Playfair Display', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
}
.nivo-caption p {padding: 0; margin: 0;}
/* ======== SIDEBAR AREAS ======== */
#sidebarLeft {
	float: left;
	width: 28%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.4em;
}
#sidebarRight {
	float: right;
	width: 28%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.4em;
}
/* ======== CONTENT AREA ======== */
#contentRight {
	float: right;
	width: 66%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
}
#contentLeft {
	float: left;
	width: 66%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
}
#contentMiddle {
	float: left;
	width: 35%;
	padding: 0 1%;
	margin: 10px 0.50%;
	line-height: 1.5em;
	overflow: hidden;
}
#contentFull {
	float: left;
	width: 98%;
	margin: 10px 0;
	padding: 0 1%;
	line-height: 1.5em;
}
/* ======== SECTION BLOCKS ======== */
.contentBox1 {width: 98%;	padding: 20px 1%;}

.contentBox2a {float: left;	width: 48%;	padding: 0;	margin: 0 2% 0 0; line-height: 1.4em;}
.contentBox2b {float: left;	width: 48%;	padding: 0;	margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox3a {float: left;	width: 31.33333%; padding: 0; margin: 0 2% 0 0;	line-height: 1.4em;}
.contentBox3b {float: left;	width: 31.33333%; padding: 0; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox3c {float: left;	width: 31.33333%; padding: 0; margin: 0 0 0 2%; line-height: 1.4em;}

.contentBox4a {float: left;	width: 20.5%; padding: 0 10px; margin: 0 1% 0 0;  line-height: 1.4em;}
.contentBox4b {float: left;	width: 20.5%; padding: 0 10px; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4c {float: left;	width: 20.5%; padding: 0 10px; margin: 0 1% 0 1%; line-height: 1.4em;}
.contentBox4d {float: left;	width: 20.5%; padding: 0 10px; margin: 0 0 0 1%;  line-height: 1.4em;}

.bottomcontentBox4a {float: left; width: 20.5%; padding: 0 10px; margin: 0 2% 0 0;  line-height: 1.4em; min-height:200px;}
.bottomcontentBox4b {float: left; width: 20.5%; padding: 0 10px; margin: 0 1% 0 1%; line-height: 1.4em; min-height:200px;}
.bottomcontentBox4c {
	float: left;
	width: 30.5%;
	padding: 0 10px;
	margin: 0 1% 0 1%;
	line-height: 1.4em;
	min-height: 200px;
}
.bottomcontentBox4d {float: left; width: 20.5%; padding: 0 10px; margin: 0 0 0 2%;  line-height: 1.4em; min-height:200px;}

.topcontentBox3a {float: left; width: 29.5%; background: #fff; color: #555; padding: 10px; margin: 10px 2% 20px 0; line-height: 1.4em; text-align:center;}
.topcontentBox3b {float: left; width: 29.5%; background: #fff; color: #555; padding: 10px; margin: 10px 1% 20px 1%; line-height: 1.4em; text-align:center;}
.topcontentBox3c {float: left; width: 29.5%; background: #fff; color: #555; padding: 10px; margin: 10px 0 20px 2%; line-height: 1.4em; text-align:center;}

.contentBox4-gallery {width: 21%; padding: 0 1%; margin: 0 1%; line-height: 1.4em; text-align: center;}

.shadow {box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.7);}
/* ======== FOOTER ======== */
footer {
	clear: both;
	margin-bottom: 10px;
	color: #ffffff;
	letter-spacing: 2px;
	font-size: 85%;
	line-height: 1.5em;
	padding: 20px 0;
}
footer p {
	padding: 0;
	margin: 0;
}
footer a {
	color: #d1d1d1;
	text-decoration: none;
	font-weight: bold;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer li {
	margin: 0;
	padding: 0;
}
footer li a {
	color: #d1d1d1;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
footer li a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
footer h5 {
	font: normal 1.35em Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: .3em 0;
}

/* ======== CONTACT FORM ======== */
form.contactform {
	width: 98%;
	text-align: left;
}
.contactform label {
	width: 98%;
	text-align: left;
}
.contactform input {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform textarea {
	width: 98%;
	border: 1px #c0c0c0 solid;
	padding: 3px;
}
.contactform .submit {
	width: 100px;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 0.90em;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
	background: #171848;
	color: #ffffff;
	border-radius: 4px;
	border: solid 1px #808080;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
}
/* ======= PHOTO GALLERY ========= */
.photogallery {
  background-color: #f2f2f2;
  border: 15px #ffffff solid;
  padding: 20px;
  margin: 0 2% 40px 2%;
  text-align: center;
  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: left;
}
/* ======== MISCELLANEOUS CLASSES ======== */
.center {
	text-align: center;
}
.tiny {
	font-size: 75%;
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child + html .clearfix {
	zoom: 1;
}
.calendar {
	text-align: center;
}
.highlight {
	background-color: #ffff00;
	color: #000000;
}
.home {
	background: url('../images/home.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.call {
	background: url('../images/call.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.email {
	background: url('../images/email.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.hours {
	background: url('../images/hours.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.comment {
	background: url('../images/comment.png') no-repeat 0 3px;
	padding: 0 0 5px 25px;
}
.bookmark {
	font: normal 1.00em Verdana, Helvetica, sans-serif;
	background-color: #404040;
	color: #fff;
	text-decoration: none;
	padding: 2px 6px 4px 8px;
	margin: 10px 0 0 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.bookmark:hover {color: #ffffff; background-color: #171848; text-decoration: none;}

/* ======== IMAGE FORMATTING ======== */
img {
	border: none;
}
.imageleft {
	margin: 0 10px 0 0;
	float: left;
}
.imageright {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px #d0d0d0 solid;
}
.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #d0d0d0 solid;
}
.image-catalog {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.image-round {
	border-radius: 50%;
	border: 1px #ffffff solid;
	background-color: #ffffff;
	padding: 3px;
	border: 1px #c0c0c0 solid;
}
.imgBox {width: 80%;}
.imgBox2 {width: 50%;}
.sidebarimgBox {width: 98%;}

.image-border, .image-googlemap {
	margin: 2px 0;
	padding: 3px;
	border: 1px #d0d0d0 solid;
}
.image-gallery {
	border: 1px #d0d0d0 solid;
	padding: 1%;
	margin: 1% 2%;
}
.lgproduct-image {
	float: left;
	width: 80%;
	padding: 1%;
	margin: 2%;
}
.lgproduct-text {
	float: left;
	width: 200px;
	padding: 1%;
	margin: 2%;
	text-align: center;
}
/* ======== TICKER ======== */
#ticker {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	min-height: 380px;
}
.testimonial {
	line-height: 22px;
	padding: 20px 20%;
}
.tcontent {
	color: #777777;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.author {
	font-weight: bold;
	color: #404040;
	height: 36px;
	font-style: italic;
	padding-left: 1.8em;
	text-align:right;
}
/* ======= 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 'Oswald', Verdana, Helvetica, sans-serif;
	color: #000000;
	cursor: pointer;
	background: #ffffff;
	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: #999;
	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;
}
/* ======= ANIMATE ======== */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
/* ================================ MEDIA QUERIES =============================== */
/* ========================================================== */
/* ====================== MENU BAR ONLY ==================== */
/* ========================================================== */
@media screen and (max-width: 1000px) {
#mainnav {
  	width: 240px; 
	margin: 0 auto; 
	overflow: hidden;
	float: none;
}
.js #nav {
	display: none;
}
.js .selectnav {
	display: block;
	margin: 0;
}
select#selectnav1 {
	background-color: transparent;
	color: #ffffff;
	width: 260px;
	margin: 0 auto;
	padding: 3px;
	font-size: 0.95em;
	letter-spacing: 1px;
	border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/menu32-gray.png') no-repeat 208px 0;
}
select#selectnav1 option {
	background-color: #171848;
	color: #fff;
	font-size: 0.80em;
	padding: 1px 20px 1px 10px;
}
}
/* ========================================================== */
/* ====================== SMALL DEVICE 01 ==================== */
/* ========================================================== */
@media screen and (max-width: 320px) {
.wrapper {width: 94%;}
.color2 {box-shadow:none;}
/* === header block ==== */
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto 20px auto;
	background:none;
	padding: 10px 0 20px 10px;
	margin-left: 10px;
}
#nameplate h1 {
	font-size: 1.8em;
	text-align: center;
}
#nameplate p {
	font-size: 12px;
	text-align: center;
}
#address {display: none;}
/* === topsection block ==== */
#slider {height: auto; float:none; margin: 10px auto; overflow: hidden;}
#slidertext {visibility: hidden; display: none;}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 97%; 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: 94%; margin: 1%; padding: 2%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 94%; margin:0 auto;}

.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {Float: none; width: 88%; margin: 10px auto;}

/* === miscellaneous coding ==== */
.sidebarimgBox {width: 90%;}

.bigletters {font-size: 2.2em;}
.bigletters2 {font-size: 2.0em;}
h1 {font-size: 1.9em;}
.button {font-size: 0.8em;}

.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {
	font-size: 1.5em;
}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
}
/* ========================================================== */
/* ===================== SMALL DEVICE 02 ==================== */
/* ========================================================== */
@media screen and (min-width: 321px) and (max-width: 480px) {
.wrapper {width: 95%;}
/* === header block ==== */
#nameplate {
	float: none;
	width: 96%;
	background:none;
	padding: 10px 0 20px 10px;
}
#nameplate h1 {
	font-size: 1.8em;
	text-align: center;
}
#nameplate p {
	font-size: 12px;
	text-align: center;
}
#address {display: none;}
/* === topsection block ==== */
#slider {height: auto; float:none; margin: 10px auto; overflow: hidden;}
#slidertext {visibility: hidden; display: none;}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {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 {float: none; width: 80%; margin: 0 auto; padding: 3%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 94%; padding: 0 2%; margin: 1%;}

.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {Float: none; width: 84%; margin: 10px auto;}

.imgBox {width: 80%}
.imgBox2 {width: 40%;}
.sidebarimgBox {width: 85%;}

/* === miscellaneous coding ==== */
h1 {font-size: 2em;}
.bigletters {font-size: 2.2em;}
.bigletters2 {font-size: 2.0em;}
.button {font-size: 0.8em;}
.lgproduct-image {
	width: 75%;
	margin: 1%;
	padding: 0;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
h2 {font-size: 1.5em;}
blockquote.leftside, blockquote.rightside {
	visibility: hidden;
	display: none;
}
}
/* ========================================================== */
/* ================== SMALL DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 481px) and (max-width: 623px) {
.wrapper {
	width: 94%;
	margin: 0 auto;}
/* === header block ==== */
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
	background:none;
	padding: 10px 0 20px 10px;
}
#nameplate h1 {
	font-size: 2.4em;
	text-align: center;
}
#nameplate p {
	text-align: center;
}
#address {display: none;}
/* === topsection block ==== */
#slider {height: auto; float: none; margin: 10px auto; overflow: hidden;}
#slidertext {visibility: hidden; display: none;}
.nivo-caption {visibility: hidden; display: none;}
.nivo-caption p {visibility: hidden; display: none;}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {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: 40%;	padding: 0 1%; margin: 1%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 45%; padding: 0 0.5%; margin: 0.5%;}

.topcontentBox3a, .topcontentBox3b {margin: 10px auto; width: 46%;}
.topcontentBox3c {width: 70%; margin:0 15%;}

.imgBox {width: 90%;}
.imgBox2 {width: 40%;}
.sidebarimgBox {width: 60%;}

/* === miscellaneous coding ==== */
h1 {font-size: 2.5em;}
.bigletters {font-size: 2.4em;}
.bigletters2 {font-size: 2.2em;}
.button {
	font-size: 0.8em;
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 624px) and (max-width: 669px) {
.wrapper {width: 95%;}
/* === header block ==== */
#nameplate {
	float: none;
	width: 96%;
	margin: 0 auto;
	padding: 20px;
}
#nameplate h1 {
	font-size: 2.6em;
	text-align: center;
}
#nameplate p {
	text-align: center;
}
#address {display: none;}
/* === topsection block ==== */
#slider { float: none; margin: 10px auto; height: auto;}
#slidertext {
	clear:both;
	height: 200px;
	width: 80%;
	margin: 20px auto;
	float: none;
}
.nivo-caption {
	right:15%;
	top: 300px;
    width: 75%;
}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {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%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 45%; padding: 0 1%; margin: 1%;}

.topcontentBox3a, .topcontentBox3b {width: 46%; margin: 0 auto;}
.topcontentBox3c {width: 60%; margin:0 20%;}

.sidebarimgBox {width: 60%;}

/* === miscellaneous coding ==== */
.bigletters {font-size: 2.4em;}
.bigletters2 {font-size: 2.2em;}
h1 {font-size: 2.5em;}
.button {
	font-size: 0.8em;
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 02 ================ */
/* ========================================================== */
@media screen and (min-width: 670px) and (max-width: 768px) {
.wrapper {width: 95%;}
/* === header block ==== */
#nameplate {
	width: 90%;
}
#nameplate h1 {
	font-size: 3.0em;
}
#address {display: none;}
/* === topsection block ==== */
#slider {float: none; margin: 10px auto; height: auto;}
#slidertext {
	clear:both;
	height: 200px;
	width: 80%;
	margin: 20px auto;
	float: none;
}
.nivo-caption {
	right:15%;
	top: 350px;
    width: 75%;
}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b {width: 46%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 98%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 40%; padding: 0 2%; margin: 1%;}

.topcontentBox3a, .topcontentBox3b {width: 46%; margin: 0 auto;}
.topcontentBox3c {width: 50%; margin:0 25%;}

.sidebarimgBox {width: 55%;}

/* === miscellaneous coding ==== */
h1 {font-size: 2.5em }
.bigletters {font-size: 2.4em;}
.bigletters2 {	font-size: 2.2em;}
header h1 {font-size: 2.5em;}
.button {font-size: 0.8em;}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== MID DEVICE 03 ================= */
/* ========================================================== */
@media screen and (min-width: 769px) and (max-width: 800px) {
.wrapper {
	width: 95%;
	margin: 0 auto;}
/* === header block ==== */
#nameplate {
	float: none;
	width: 92%;
	margin: 0 auto;
}
#nameplate h1 {
	font-size: 3.0em;
}
#address {display: none;}
/* === topsection block ==== */
#slider {float: none; margin: 10px auto; height: auto;}
#slidertext {
	clear:both;
	height: 200px;
	width: 80%;
	margin: 20px auto;
	float: none;
}
.nivo-caption {
	right:15%;
	top: 350px;
    width: 75%;
}
/* === content box coding ==== */
#sidebarLeft, #sidebarRight, #contentRight, #contentLeft, #contentMiddle {width: 98%; margin: 1%; padding: 0;}

.contentBox2a, .contentBox2b {width: 46%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 30%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 43%;	padding: 0 2%; margin: 1%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 40%; padding: 0 2%; margin: 1%;}
.topcontentBox3a, .topcontentBox3b {width: 46%; margin: 0 auto;}
.topcontentBox3a h3 a, .topcontentBox3b h3 a {margin-top: -.35em;}
.topcontentBox3a h3 a:hover, .topcontentBox3b h3 a:hover {margin-top: -.35em; }
.topcontentBox3c {width: 50%; margin:0 25%;}

.sidebarimgBox {width: 55%;}

/* === miscellaneous coding ==== */
h1 {font-size: 2.5em;}
.bigletters {font-size: 2.4em;}
.bigletters2 {font-size: 2.2em ;}
.button {font-size: 0.8em;}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LG DEVICE 01 ================= */
/* ========================================================== */
@media screen and (min-width: 801px) and (max-width: 1024px) {
.wrapper {
	width: 96%;
	margin: 0 auto;}
/* === header block ==== */
#nameplate h1 {
	font-size: 3.0em;
}
/* === topsection block ==== */
#slider {width: 70%; height:auto;}
#slidertext {height: 300px; width: 25%;}
.nivo-caption {right:-42%; font-size: 20px;}
/* === content box coding ==== */

.contentBox2a, .contentBox2b {width: 48%; margin: 1%; padding: 0;}
.contentBox3a, .contentBox3b, .contentBox3c {width: 30%; margin: 1%; padding: 0;}
.contentBox4a, .contentBox4b, .contentBox4c, .contentBox4d {width: 20%;	padding: 0 1%; margin: 1%;}

.bottomcontentBox4a, .bottomcontentBox4b, .bottomcontentBox4c, .bottomcontentBox4d {width: 42%;	padding: 0 1%; margin: 1%;}

.topcontentBox3a {width: 30%;margin: 10px 0.4% 20px 0;}
.topcontentBox3b {width: 30%;margin: 10px 0.2% 20px 0.2%;}
.topcontentBox3c {width: 30%;margin: 10px 0 20px 0.4%;}
.topcontentBox3a, .topcontentBox3b, .topcontentBox3c {width: 30%;}

.imgBox2 {width: 60%;}

/* === miscellaneous coding ==== */
.bigletters {
	font: 2.4em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
}
.bigletters2 {
	font: 2.2em 'Raleway', Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	font: 2.5em 'Playfair Display', Verdana, Helvetica, sans-serif;
	margin-top: 0;
}
.button {
	font-size: 0.8em;
}
.lgproduct-image {
	width: 60%;
	margin: 1%;
	padding: 0;
	text-align: center;
}
.lgproduct-text {
	width: 98%;
	margin: 1%;
	padding: 0;
}
}
/* ========================================================== */
/* ================== LG DEVICE 02 ================= */
/* ========================================================== */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.wrapper {
	width: 98%;}
#slider {height: auto;}
.nivo-caption {right:-40%;}
}
