@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
  display: none;
}

/* Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
  background: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
body      { 
  background-image: url("backer.jpg");
  background-repeat: repeat;  
}

#container{
  width:90%;
  max-width:960px;  
  padding-bottom: 10px;
  left:5%;
  right:5%;  
  position: absolute;
  margin-right:auto;
  margin-left:auto;
  z-index:1;  
  background-repeat: repeat-y;
  overflow: hidden;
}

#banner{
  display: block;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  height: 19.8em;
  max-width: 100%;  
  z-index: 100;
  left: 0px;
  top: 0px;
  background-image: url("header11.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: top,center;  
 }
 #topbar{
  background-color: #9f9f9f;
  height:32px;
 }
 #bar{   
   height:32px;   
 }
 #mail{ 
 display:inline-block;
 width:36px;
 height:32px;
 }
 #mail:hover{
   background-color: #858585;
 }
 #face{ 
 display:inline-block;
 width:36px;
 height:32px;
 }
 #face:hover{
   background-color: #3b5999;
 }
 #tweet{ 
 display:inline-block;
 width:36px;
 height:32px;
 }
 #tweet:hover{
   background-color: #00abf0;
 }
 #number{
  display:inline-block;
  float:right;  
  color: #000000;  
  font-family: 'Tahoma', 'Verdana', Calibri, Helvetica, Arial, sans-serif;
  font-size: 18px;
  /*font-weight:700;*/  
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  /*text-shadow: 0 -1px 0 #fd7fd5;*/
 }
 #phone{ 
 display:inline-block;
 float:right; 
 width:36px;
 height:32px;
 }
 #header .nav-btn {
  position: absolute;
  top: 1.5em;
  right: .90em;
}

.fb-page{   

 width: 280px;

 margin-left: auto;

 margin-right: auto;     

 border: 2px solid #2e2e2e;   

 }
 
.block {
  position: relative;
  margin: 0 auto;
  padding: 0em 3.3em 1.2em 3.3em;
  max-width: 60em;
}

.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("close-btn.png") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("close-btn.png");
}
.close-btn:focus, .close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("nav-icon.png") left center no-repeat;
  background-size: 2.625em 2.25em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000000;  
  font-family:castellar;
  font-size: 18px;  
  text-align: center;
  text-decoration: none;
  /*text-shadow: 0 -1px 0 #fd7fd5;*/
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.01em .01em;
  background: #9f9f9f;
}
#nav ul {
  *zoom: 1;
  display: block;
  margin: 0;
  padding:0;
}
/*#nav ul:before, #nav ul:after {
  content: "";
  display: table;
}*/
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #000000;  
  font-family: trajan pro,sans-serif;
  font-size: 18px;
  font-weight:600;  
  /*text-transform: uppercase;*/
  text-align: center;
  text-decoration: none;
  /*text-shadow: 0 -1px 0 #fd7fd5;*/
}
#nav li a:focus, #nav li a:hover {
  color: ;
  background: #858585;
}
#nav li.is-active a {
  color: #cdcdcd;
}
#top {
  z-index: 100;
  position: relative;
  color: #cdcdcd;
  /*background: #333333;*/
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 1.75em;
  left: .5em;
}
#main {
  width: 100%;
  margin-top: 0;
  max-width: 960px;    
  font-family: 'Verdana', 'Tahoma', Calibri, Helvetica, Arial, sans-serif;
  font-size: 16px;  
  background-color: #c9c9c9;  
  /*background-image: url("contentback.jpg");
  background-repeat: repeat-y;*/
  text-shadow: 3px -2px 0 #cdcdcd;
  text-align: center;
}
#main h2 ,h3{
text-align:center;
}
#box {
color: #000000;
text-shadow: 1px -1px 0 #cdcdcd;
padding: .313em .313em .313em .313em;
margin-top:.625em;
width: inherit;
background-color: RGBa(133,133,133,0.6);
}
#calendar{
  position: relative;
  height: 50em;
  overflow: hidden;
}
#calendar iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%; 
}

img.responsive{
display:block;
margin-left:auto;
margin-right:auto;
max-width:100%;
}
.ads{
  width: 80%;
  border: .313em solid #e7e7e7;
  box-shadow: .063em .063em .313em rgba(0,0,0,0.7);
  overflow: hidden;
  margin-left:auto;
  margin-right:auto;  
}

.panes{
  list-style:none;  
  margin-bottom: 0;
  margin-top: 0;
  padding:0;
  position:relative;
  width:900%; /* Number of panes * 100% */
  overflow:hidden; /* This is used solely to clear floats, it does not add functionality. */
        
  -moz-animation:ads 72s ease-out infinite;
  -webkit-animation:ads 72s ease-out infinite;
  animation:ads 72s ease-out infinite;
}
.panes > li{
  position:relative;
  float:left;
  width:11.11%; /* 100 / number of panes */	
}
.ads img{
  display:block;  
  max-width:100%;
}

@keyframes ads{
  0% {
    left: 0; }
  11.11% {
    left: 0; }
  12.5% {
    left: -100%; }
  23.61% {
    left: -100%; }
  25% {
    left: -200%; }
  36.11% {
    left: -200%; }
  37.5% {
    left: -300%; }
  48.61% {
    left: -300%; }
  50% {
    left: -400%; }
  61.11% {
    left: -400%; }
  62.5%{
    left: -500%; }
  73.61% {
    left: -500%; }
  75% {
    left: -600%; }
  86.11% {
    left: -600%; }
  87.5% {
    left: -700%; }
  98.61% {
    left: -700%; }
  100% {
    left: -800%; }
}
@-webkit-keyframes ads{
  0% {
    left: 0; }
  11.11% {
    left: 0; }
  12.5% {
    left: -100%; }
  23.61% {
    left: -100%; }
  25% {
    left: -200%; }
  36.11% {
    left: -200%; }
  37.5% {
    left: -300%; }
  48.61% {
    left: -300%; }
  50% {
    left: -400%; }
  61.11% {
    left: -400%; }
  62.5%{
    left: -500%; }
  73.61% {
    left: -500%; }
  75% {
    left: -600%; }
  86.11% {
    left: -600%; }
  87.5% {
    left: -700%; }
  98.61% {
    left: -700%; }
  100% {
    left: -800%; }
}
@-moz-keyframes ads{
  0% {
    left: 0; }
  11.11% {
    left: 0; }
  12.5% {
    left: -100%; }
  23.61% {
    left: -100%; }
  25% {
    left: -200%; }
  36.11% {
    left: -200%; }
  37.5% {
    left: -300%; }
  48.61% {
    left: -300%; }
  50% {
    left: -400%; }
  61.11% {
    left: -400%; }
  62.5%{
    left: -500%; }
  73.61% {
    left: -500%; }
  75% {
    left: -600%; }
  86.11% {
    left: -600%; }
  87.5% {
    left: -700%; }
  98.61% {
    left: -700%; }
  100% {
    left: -800%; }
}
.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 � 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer{
  background: #9f9f9f;
  height: 5.75em;
  float: left;
  font-size: .625em;  
  width:100%;
}
#copy {
  float:right; 
  margin-top: .625em;
  margin-right:.625em;
  text-shadow: none;
}
ul  {
list-style-image: url(printbullet.jpg);
font-weight: bold;
}
.links{
text-align: center;
}
#box a:link{
color:#000000;
text-shadow: 0 -1px 0 #cdcdcd;
}
#box a:hover{
color: #881e83;
text-shadow: 1px -1px 0 #abaaaa;
}

{
/* With these codes padding and border does not increase it's width and gives intuitive style.*/

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div#envelope{
width: 85%;
margin: 10px 8% 10px 7%;
padding:10px 0;
border: 2px solid #483323;
border-radius:10px;
}
form{
width:70%;
margin:4% 15%;
}
#legend{
background-color: #c9c9c9;
text-align: center;
padding-top: 2px;
padding-bottom: 0px;
margin-top: -11px;
margin-bottom: -8px;
border-radius: 10px 10px 0 0;
color: #000000;
}

/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{
margin-bottom: 20px;
margin-top: 10px;
width:90%;
padding: 15px;
border-radius:5px;
border:1px solid #000000;
}
input[type=submit]
{
margin-bottom: 20px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #000000;
background-color: #c9c9c9;
color: 000000;
font-size:15px;
cursor:pointer;
}
#submit:hover
{
background-color: #cdcdcd ;
}
textarea{
width:100%;
padding: 15px;
margin-top: 10px;
border:1px solid #c31ef9;
border-radius:5px;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}


@media screen and (min-width: 45.0625em) {  
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    white-space: nowrap;
  }
  #nav li {
    display: inline-block;
    border-right: 1px solid #b6b6b6;
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li a {
    padding: 0.2857em 0.85714em;
  }
}

@media screen and (max-width: 54.94em) {
  #banner{  
  background-image: url("header12.png");  
  background-size: cover;
  background-position: center;
 }
 
@media screen and (max-width: 46.5em) {
  #banner{  
  
  background-image: url("header13.png");  
  background-size: cover;
  background-position: center;
 }
  #nav {
    position: absolute;
    top: 0;    
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }
 /*@media screen and (max-width: 35.37em) {
  #banner{  
  
  background-image: url("header6.png");  
  background-size: cover;
  background-position: center;
 } 
 @media screen and (max-width: 28em) {
  #banner{  
  
  background-image: url("header7.png");  
  background-size: cover;
  background-position: center;
 }*/
}