body {
  padding-top: 0px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  background-image:url(../images/dust.png);
  background-repeat:repeat;
  color:#000;
}
h1, h2, h3, h4 { font-family: 'Roboto Slab', serif; font-weight:400; color:#2c1717; }
h3 { font-weight:400; }
h4 { font-weight:300; }
h1 { color:#a64d05; }
h1 span.mainheader { font-size: 36px; line-height:36px; font-family: 'Roboto Slab', serif; font-weight:300; color:#2c1717; padding-bottom:10px; }
h1 span.subheader { font-family: 'Lato', sans-serif; font-weight: 700; text-transform:uppercase; font-size:18px; line-height:22px; letter-spacing:1px; color:#2c1717; }
.lead { font-family: 'Roboto Slab', serif; font-weight:300; font-size: 20px; }
span.textwrap { display:block; padding:0 0 6px 0; }
a { color:#15989d; }
a:hover,
a:focus { /*color: #0a767a;*/ text-decoration: underline;
  color: #a64d05; }

  blockquote {
    border: none;
    page-break-inside: avoid;
  	margin: 10px 0;
  	font-size: 22px;
	font-family: 'Roboto Slab', serif;
  	/*border-left: 6px solid #e0e0e0;*/
	border:none;
	font-weight:300;
	color:#a64d05;
  }
.blockquote-reverse,
blockquote.pull-right {
  float:right;
  /*border-right: 6px solid #e0e0e0;*/
  border:none;
}
blockquote span.source { display:block; font-weight:100; color:#2c1717; }
p.toplink { padding:10px 0 0 0; font-size:16px; }
#heroimage { background-image:url(../images/est2009@2x.gif); background-position:bottom right; background-size: 100px 20px; background-repeat:no-repeat; padding-bottom:12px; }

.mobileonly { display:block; }

#details h4 { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 20px; padding: 20px 0 0 0; }

@media (min-width: 768px) {
h1 span.mainheader { font-size: 50px; }
h1 span.subheader { font-size: 22px }
  .container {
    width: 750px;
  }
  .navbar-nav {
    float: none;
	text-align:center;
    margin: 0 auto;
  }
  .navbar-nav > li {
    float: none;
	display:inline-block;
	text-align:center;
  }
  .mobileonly { display:none; }
  #heroimage {  background-image:url(../images/est2009.gif); background-position:bottom right; background-size:100px 20px; }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
  blockquote { padding-right: 300px; width: 100%; margin:10px 0; }
  /*blockquote.withimage { padding-right:100px; }*/
  .blockquote-reverse.withimage { padding-left:100px; }
  .blockquote-reverse, blockquote.pull-right {padding-left: 300px; width: 100%;}
}
@media (min-width: 1200px) {
  .container {
    width: 900px;
  }
}
img {
  margin:0 auto;
}
img.pull-left { margin: 20px 40px 20px 0; }
img.pull-right { margin: 20px 0 20px 40px; }
.section { padding:60px 0 40px 0;
  background-image:url(../images/divider.gif);
  background-position: bottom center;
  background-repeat:no-repeat;  }
.section#home { background:none; padding-bottom:0; }
 @media (max-width: 500px) {
	 .section { background-size: 100%; padding-top:40px; }
img.pull-left { margin: 20px 0 20px 0; }
img.pull-right { margin: 20px 0 20px 0; }
 }
 
 @media (max-width: 322px) {
img.logo { width: 220px; }
h1 span.mainheader { font-size: 30px; line-height:30px; }
h1 span.subheader { font-size:15px; line-height:18px; }
 }
 @media (max-width: 600px) {
img.pull-right.mobileclear { float:none !important;}
img.pull-left.mobileclear { float:none !important;}
 }
  
.blockquote-reverse img.pull-right{ float:none !important; margin-bottom:0; margin-top:0; }
@media (min-width: 560px) {
.blockquote-reverse img.pull-right{ float:right !important; }
}

#thanks { padding:100px 0 0 0; }

#home { text-align:center; }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: rgba(255,255,255, 0.7);
  border-top: 2px dashed #636363;
  border-bottom: 2px dashed #636363;
  border-left: 2px dashed #636363;
  border-bottom: 2px dashed #636363;
  border-right: 2px dashed  #636363;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
	box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.5);
}
.thumbnail h3 {  font-family: 'Roboto Slab', serif; font-size:22px; font-weight:400; text-align:center; padding:0 9px 12px 9px; }
.thumbnail .caption {
  padding: 9px;
  color: #333;
}



/* navbar specific styles */
.navbar { box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.4); }

.navbar-inverse {
  /*background-color:rgba(30,50,3,0.94);*/
  background-color:rgba(44,23,23,0.92);
  border-color:rgba(27,14,14,0.8);
  font-size:16px;
  letter-spacing:1px;
  font-weight:400;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #a64d05;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  /*background-color:rgba(16,27,1,0.8);*/
  background-color:rgba(27,14,14,0.8);
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border: none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-header span.glyphicon { color:#a64d05; position: absolute; top:7px; right:40px; font-size:20px; }
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
@media (max-width: 992px) {
	.navbar-inverse { font-size:15px; }
	.navbar-collapse li a { padding-left:8px; padding-right: 8px; }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}


/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
  
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}


/* image gallery styles */

.modal-content {
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
}
.modal-header {
  padding: 10px;
  border-bottom: none;
}

.modal-body {
  padding: 0px;
}
.modal-footer {
  margin-top: 10px;
  border-top:none;
  padding:0 15px 15px 15px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    max-width: 1024px;
  }
}
#gallery #links { padding:20px 0 0 0; }
#gallery #links a img { width:80px; margin-bottom: 4px; }

#gallery #links a:hover img { border:2px dashed #2c1717; }


.btn.next, .btn.prev {
  border-radius: 25px;
  font-size: 20px;
  padding:6px 8px;
  line-height:1;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn-default {
  color: #b7b7b7;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

form { margin-top: 20px; }
form p { padding-bottom: 10px; }
form .ss-secondary-text { font-size: 15px;font-weight:100; font-style:italic; }
form .ss-form-question { padding:0 0 20px 0; }
form textarea { width:300px; height:80px; }
form .ss-choices { list-style:none; margin:0; padding:0; }
form .ss-choice-label { padding:0 0 0 6px; font-weight:300; }
form .btn-submit { font-weight:400;
  text-transform:uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing:1px;
  font-size:16px;
  color:#0a767a;
  padding:10px 14px;
  background:url(../images/btn-overlay.png) repeat-x top #eaeaea;
  background-color:#eaeaea;
  border:1px solid #bebebe;
  border-bottom:1px solid #959494;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  
  -moz-box-shadow:0px 4px 4px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:0px 4px 4px -4px rgba(0, 0, 0, 0.5);
  box-shadow:0px 4px 4px -4px rgba(0, 0, 0, 0.5);
  cursor:pointer;
  margin-bottom:20px; }
  
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}