body {background:#6d4222;}

#maincontainer {max-width:900px; margin:0 auto;height:auto;border-left:solid 1px #6d4222; border-right:solid 1px #6d4222;}

.container-fluid {background:#2a1206;}
.row {clear:both;padding:0;margin:0;}
a {border:0; border:none;}
a:hover {color:#fff;}

h1 {font-size:2em; color:#fff;  padding:12px 0 18px 30px; margin:0; clear:both; font-family: "Roboto", sans-serif;letter-spacing:10px; font-weight:100;}
h1 a {color:#fff;}
h1 a:hover {text-decoration:none;}


h2 {color:#fff;  padding:0; margin:0; clear:both; font-family: "Roboto", sans-serif;letter-spacing:2px; font-weight:300; }
.home h2 {color:#2a1206;}

p {color:#fff;}
.home p {color:#020c53;}
.grey{color:#9f9998;}
.brown{color:#6d4222;}

.col-md-6 {padding:0px;margin:0;}
.info {padding:30px 40px 25px 30px;background:#fff;}
.images { padding-right:1px;}

.col-md-4 {background:#fff; }
.col-md-4 h2 {font-size:2.1em;color:#6d4222;letter-spacing:10px;}
.col-md-4 p {color:#020c53;}

.col-md-6.contact {background:#fff;}
.col-md-6.contact h2 {font-size:2.1em;color:#6d4222;letter-spacing:10px;}
.col-md-6.contact p {color:#020c53;}
.col-md-6 img {margin-right:10px;}

.info.gallery {padding-right:20px;}
.thumbnails {margin-top:20px; height:auto; width:100%;}
.thumbnails img {padding:1px; margin:0;height:75px; width:75px;}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
.item {text-align:center;}

@media all and (min-width: 1001px) {
h2 {font-size:1.2em;line-height:1.4em;}
p {font-size:1em; line-height:1.4em;}
.col-md-4 {height:600px;}
.col-md-6.contact {height:600px;}
.col-md-6.home {height:600px;}
.nav.navbar-nav li {font-size:1em;}
}

@media all and (max-width: 1000px) {
h2 {font-size:1.4em;line-height:1.6em;}
p {font-size:1.2em; line-height:1.6em;}
.col-md-4 {height:auto;}
.col-md-6.contact {height:auto;}
.col-md-6.home {height:auto;}
.nav.navbar-nav li {font-size:1.2em;}
}

.navbar {max-width:900px; background:#020c53;margin:0; border:0; border-bottom:1px solid #6d4222; border-radius:0px;}
.navbar .container {margin:0;padding:0;}
.navbar-fixed-top {position:static;}
.navbar-brand {border:0px;}
.nav.navbar-nav  {border:0px; text-align:left;background:url(../img/nav_bg.png) repeat-x;width:100%; margin:0;padding-left:20px;}
.nav.navbar-nav li { text-transform:lowercase;}
.nav.navbar-nav li a {color:#fff; padding:3px 54px 5px 30px; background:url(../img/nav_ring.png) 10px 7px no-repeat;}
.nav.navbar-nav li a:hover {color:#6a6c77;}

.collapse {border:0px; padding:0; margin:0;}
.navbar-collapse {border:0px; padding:0; margin:0}
.navbar-toggle {margin:15px 15px 0 0;}

.shadow {
-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 24px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 24px 0px rgba(0, 0, 0, 1);
}

div.hr {height: 0px; border:none; padding:15px 0 15px 0;}
div.hr hr {display: none;}
.clear{clear:both;}

footer {height:auto; background:#01062a; border-top:solid 1px #6d4222; border-bottom:solid 1px #6d4222;}
footer h2 {padding:12px 0 12px 30px; color:#9f9998}


/* CAROUSEL FADE
-------------------------------------------------- */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1.9s;
  -o-transition: opacity ease-in-out 1.9s;
  -webkit-transition: opacity ease-in-out 1.9s;
  transition: opacity ease-in-out 1.9s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.9s;
  -o-transition: opacity ease-in-out 1.9s;
  -webkit-transition: opacity ease-in-out 1.9s;
  transition: opacity ease-in-out 1.9s;
  z-index:2;
}