@charset "UTF-8";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.6em;
	margin: 0.5em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5 {line-height: 1em; margin: 0.67em 0;}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
    max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
    vertical-align: top;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'raleway-light';
    src: url('raleway-light-webfont.eot');
    src: url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff'),
         url('raleway-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff2') format('woff2'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
body {
font-family: 'raleway', Helvetica, Arial,  sans-serif;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-ms-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum'  ; 
    font-size:16px;
    line-height:1.4em;
    -webkit-font-feature-settings:lnum;
    -moz-font-feature-settings:lnum;
    -ms-font-feature-settings:lnum;
    -o-font-feature-settings:lnum;
    font-feature-settings:lnum;
    
    
}


body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}



p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0.5em;
}

textarea {
	padding: 0.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #B7610B;
    text-decoration: none;
}

a:visited {
	color: #B7610B;
}

a:hover,
a:focus,
a:active {
	color: #B53710;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
    margin: 0 auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    display: block;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    
   
}

    .main-navigation li a {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
     color: #000;
            padding: 7px 10px;  
            background: rgba(239, 234, 223, 0.94);
        border-bottom: 1px solid #9A8663;
    }

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
     padding: 0.8em;
}

.main-navigation ul ul li {
    
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
 color: #B7610B;
    background: rgba(222, 205, 179, 0.9);
        -webkit-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
        background: rgba(239, 234, 223, 0.94);
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
background: rgba(239, 234, 223, 0.94) !important;
    border: none;
     padding: 3px 12px;
    line-height: 1.5em;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;

}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    
.main-navigation li {
    display: inline-block;
        margin-right: 0.2em;
}    
    
    .main-navigation li a {
         border-bottom: none;
        background: rgba(209, 184, 147, 0.9);
  
    background: rgba(209, 184, 147, 0.9);
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    -webkit-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.75);
box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.75);    
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    
}

.main-navigation li a.current_page_item {
    background: rgba(239, 234, 223, 0.94) !important;
    
        -webkit-box-shadow: none !important;
-moz-box-shadow: none !important; 
box-shadow: none !important;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
 color: #B7610B;
background: rgba(222, 205, 179, 0.9);
-webkit-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
box-shadow: inset 0px -5px 17px -10px rgba(0,0,0,0.3);
}
    
}


/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/

body  {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 14px;
	background-color: #050507;
	line-height: 1.;
    text-align: center;
    background-image:url(../images2/background.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-attachment:fixed;
    background-size:100%;
}
.layout #container {
	text-align: left; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.layout #mainContent { 
    position: relative;
    background: rgba(239, 234, 223, 0.94);
    padding: 20px;
	position: relative;
    color: black;
    width: 98%;
    -webkit-box-shadow: 0px 8px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 8px 1px rgba(0,0,0,0.75);
    overflow: hidden;
} 

.CSS1Compat, .CSS1Compat #layout { 
    background: rgba(239, 234, 223, 0.94);
    padding: 20px;
    color: black;
    width: 98%;
    text-align: left;
} 




.wrapper {display: block; width: 98%; max-width: 1064px; margin: 0 auto; padding: 0;}

.layout .fit {
    max-width: 100%; margin: 0 auto;
} 

@media screen and (max-height: 800px) {
.layout .fit {
    max-width: 77%;
}  
}


@media screen and (max-height: 768px) {
.layout .fit {
    max-width: 90%;
}  
}

@media screen and (max-height: 700px) {
.layout .fit {
    max-width: 80%;
}  
}

@media screen and (max-height: 570px) {
.layout .fit {
    max-width: 98%;
}  
}


/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.layout #header .branding {
margin: 2em 0 3em 0;
} 



.layout #header h1 {
	margin: 0; 
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/


.layout #footer {
    background-color: rgba(5, 5, 7, 0.80);
    margin: 60px 0 0 0;
    display: block;
    overflow: hidden;
    padding: 40px 0;
    border-top-color: rgba(239, 234, 223, 0.94);
    border-top-width: 1px;
    border-top-style: solid
        
} 
.layout #footer p {
}

.social {float: right; }

.social a {background-color: #B7610B; color: #000; padding: 10px; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; text-decoration: none}

.social a:hover {background-color: #B53710;}

.social a i {vertical-align: bottom;}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/

.fltrt { 
	float: right;
	margin-left: 20px;
}
.fltlft { 
	float: left;
	margin-right: 20px;
}

.map { 
	float: left;
	margin-right: 20px;
    width: 50%;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


i.fa {font-size: 1.5em; padding-right: 5px; vertical-align: bottom;}

/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/ 
.layout #container #mainContent .formfield {
font-size: 12px;
    line-height: 18px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.42);
    border: 1px solid #BBA583;
}

.layout #container #mainContent table.contact-table {
width: 50%;
  background: rgba(209, 184, 147, 0.22);
}

.layout #container #mainContent .submit {
	color: #FFFFFF;
	background-color: #772100;
	border: 2px solid #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
## slideshow
--------------------------------------------------------------*/ 
.thumb {-webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -ms-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    opacity: 1;
}

.slideshow { width: 100%;  position: relative;}

.cycle-slideshow {max-height: 635px; overflow: hidden;}

.cycle-slideshow img {
-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    margin: 0 auto;
}
.thumb img {max-height: 70px; width: auto; margin: 7px; -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2); 
}

.thumb:hover {opacity: 0.75;}


.cycle-pager-active {opacity: 0.5; }

.center {text-align: center;}

#adv-custom-pager {padding: 7px 0 0 0;}

#alt-caption p {margin-bottom: 0.5em; font-style: italic;}

.slideshow {overflow: hidden; padding-bottom: 2em;}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/ 

@media screen and (max-width: 1025px) {
   .layout #footer {padding: 40px 20px; }

    .thumb img {max-height: 55px; }

    
}

@media screen and (max-width: 768px) {
      .thumb img {max-height: 50px; }  
}

@media screen and (max-width: 736px) {
.fltrt, .fltlft, .social  { 
	float: none;
    display: block;
	margin: 20px 0;
}
    .map { 
	float: none;
        display: block;
	margin-right: 0;
    width: 100%;
}
      .thumb img {max-height: 40px; }  
}

@media screen and (max-width: 568px) {
      .thumb img {max-height: 30px; }  
}
