@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");
/*
	Free Internet
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body {
	background-color:		#960000;
	background-image:		-moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0)), url('images/bg01.png');
	background-image:		-webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0)), url('images/bg01.png');
	background-image:		-o-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0)), url('images/bg01.png');
	background-image:		-ms-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0)), url('images/bg01.png');
	background-image:		linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0)), url('images/bg01.png');
	background-position:	top left, top left;
	background-attachment:fixed;
	background-repeat:		repeat-x, repeat;
	background-size:		100% 30em, auto;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
body, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #3E3E3E;
	font-weight: 300;
}
a {
	color: #900;
	text-decoration: underline;
	cursor: pointer !important;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
h2 a:hover{
	color:#333;
}
b, strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
}
br.clear {
	clear: both;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border-top: 1px solid #7E0000;
	width: 80%;
	size:1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
blockquote {
	border-left: solid 0.5em #eee;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ul, ol, dl, table {
	margin-bottom: 2em;
}
/* Section/Article */
	
		section, article {
	margin-bottom: 5em;
}
section > :last-child, article > :last-child {
	margin-bottom: 0;
}
section:last-child, article:last-child {
	margin-bottom: 0;
}
header {
	margin: 0 0 1em 0;
}
header h2, header h3 {
	margin: 0 0 0.25em 0;
}
header p {
	margin: 0;
}
footer {
	margin: 1.5em 0 0 0;
}

/*-- Banner slideshow --*/

#mainBanner{
	position:relative;
	
}

#simplegallery1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid #333;
}

#simplegallery1 .gallerydesctext{ 
text-align: left;
padding: 4px 8px;
}

/* slideshows */

#slides{
	border: 10px solid #333;
	direction: ltr;
}
#control{
	margin: 4px auto;
	text-align:center;
}


/* Tables */
	
		table {
	width: 100%;
}
table.default {
	width: 100%;
}
table.default tr {
	border-top: solid 1px #eee;
}
table.default tr:first-child {
	border-top: 0;
}
table.default td {
	padding: 0.5em 1em 0.5em 1em;
}
table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	font-weight: 800;
	margin: 0 0 1em 0;
}
table.default thead {
	background: #404248;
	color: #fff;
}
table.default tfoot {
}
table.default tbody {
}
/* Image */

.image {
	display: inline-block;
	outline: 0;
}
.image img {
	display: block;
	width: 100%;
	border-radius: 3px;
}
.image.fit {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2.5em 0;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2.5em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
/* Button */

		input[type="button"], input[type="submit"], input[type="reset"], .button, a.button {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	outline: 0;
	border: 0;
	cursor: pointer;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	font-size: 1em;
	margin-top: 1.3em;
	background-color: #960000;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background: #666;
}
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, .button:active {
	background: #b00;
}
.button.icon {
}
.button.icon:before {
	position: relative;
}
input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, .button.alt {
	background: #f1f1f1;
	background: rgba(0,0,0,0.05);
	color: #444;
}
input[type="button"].alt:hover, input[type="submit"].alt:hover, input[type="reset"].alt:hover, .button.alt:hover {
	background: #e8e8e8;
	background: rgba(0,0,0,0.085);
}
input[type="button"].alt:active, input[type="submit"].alt:active, input[type="reset"].alt:active, .button.alt:active {
	background: #e4e4e4;
	background: rgba(0,0,0,0.15);
}
/* List */

		ul {
}
ul.default {
	list-style: square;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	color:inherit;
	font-size: 1em;
	text-align: left;
}
ul.default li {
	padding-left: 0.5em;
		list-style: square;
		padding-top: 0.3em;

}
ul.actions {
}
ul.actions li {
	display: inline-block;
	padding: 0 0 0 0.25em;
	margin: 0 0 0 0.25em;
}
ul.actions li:first-child {
	margin-left: 0;
	padding-left: 0;
}
ul.menu li {
	border-left: solid 1px #e0e0e0;
	display: inline-block;
	padding: 0 0 0 0.75em;
	margin: 0 0 0 0.75em;
}
ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
ol {
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}

/*********************************************************************************/
/* Box */	
/*********************************************************************************/	
	
.box {
	/*border: 1px solid #ccc;*/
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	background-color: #e2e6e8;
}
/* no-padding img banner */

.boxB {
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	background-color: #e2e6e8;
}


/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
	position: relative;
	text-decoration: none;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon > .label {
	display: none;
}
/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget {
}
.widget.links {
}
.widget.thumbnails {
}
.widget.thumbnails .grid {
	margin-bottom: 0em;
}
.widget.contact {
	position: relative;
	left: 40px;
	top: -100px;
	margin-bottom: 0;
	
}
.widget.contact ul {
	overflow: hidden;
	position: relative;
	left: -4px;
	top: 4px;
	margin-bottom: 0em;
}
.widget.contact ul li {
	display: inline-block;
	margin-right: 0.25em;
}
.widget.contact ul li a {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5em;
	border-radius: 0.35em;
	outline: 0;
	opacity: 0.75;
	text-decoration: none;
	background: #222222;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}
.widget.contact ul li a:before {
	color: #f3f3f3;
	font-size: 1.75em;
	
	line-height: 1.5em;
}
.widget.contact ul li a:hover {
	background: #444444;
}
.widget.contact ul li a:active {
	background: #666666;
}
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/
#header-wrapper{
	
}
#banner-wrapper {
		margin-bottom: 0;
}
#body-wrapper {
	margin: 2em 4em 0em 4em;
		
}
#main-wrapper {
	background: #fff;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}
#footer-wrapper {
	margin-bottom: 0;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
	position: relative;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo {
	background: #e2e6e8;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}
#logo h1 {
	border-radius: 6px;
	font-family: 'Oleo Script', serif;
	font-weight: 400;
}
#logo span {
	font-weight: 800;
}

/*********************************************************************************/
/* IMG Banner                                                                        */
/*********************************************************************************/

#imgBanner{
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 4px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	overflow: hidden;
	height: 320px;
	background-color: #900;
}
#imgBanner img{
border-radius: 4px;
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner {
	position: relative;
		border-top-left-radius:0;
border-top-right-radius:0;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}
#footer h3, #footer p{
	color: #CCC;
}
#footer a {
	color: inherit;
	
}
#copyright {
	color: #ccc;
	text-align: center;
}
#copyright a {
	color: inherit;
}

.phone:before{
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	content: '\f095';
	color: inherit;
}
.web:before{
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	content: '\f08e';
	color: inherit;
}
.mail:before{
	font-family: FontAwesome;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	content: '\f0e0';
	color: inherit;
}
