
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Courgette', cursive; */



/* Links */

a,
a:focus,
a:hover {
  color: rgba(160,32,32,1);
}


/* Base structure */

html,
body {
    height: 100%;
}
html {
    font-size: 16px;
}
.bg_F0F0F0 {
    background-color: #F0F0F0;
}
.bg_FFFFFF {
    background-color: #FFFFFF;
}
.bg_A02020 {
    background-color: #A04040;
}
.btn-primary {
    background-color: rgba(192,32,32,1);
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgba(192,32,32,1);
  border-color: transparent;
}
body {
/*    background: url('../img/bg.jpg') no-repeat center center fixed;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5rem;
    color: #808080;
    text-align: center;
/*    text-shadow: 0 1px 1px rgba(0,0,0,0.25);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FAFAFA;
}
.color-red {
    color: rgb(160,32,32);
}
.color-white {
    color: rgb(255,255,255);
}
.divider {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #DADADA;
    margin: 0;
    padding: 0;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    /* padding-top: 30px; */ /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fa-inverse {
    color: #F0F0F0;
}
footer {
    background-color: #A02020;
    padding: 20px 0;
}
h1, .h1 {
    font-size: 3rem;
}
.header {
    background-color: transparent;
}
.intro-header-image {
    background-image: url(../img/bg.jpg);
}
.intro-header {
    background-size: cover;
    background-color: #FAFAFA;
    background-position: center top;
/*    margin-top: -80px;*/
    min-height: 100%;
}
.intro-header .motto {
    color: #FFFFFF;
    padding-top: 40vh;
    text-align: center;
    z-index: 3;
}
.jumbotron {
    background-color: transparent;
    margin-bottom: 0;
}
.jumbotron img {
    display: inline;
}
.lead {
    margin-bottom: 40px;
    font-size: 2rem;
}
.logo {
    background-image: url(../img/logo.png);
    width: 120px;
    height: 120px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
/* Header */
#map-canvas {
    height: 600px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navbar-brand{
    font-family: 'Courgette', cursive;
    font-size: 2rem;
    height: 5rem;
    line-height: 50px;
}
.navbar-default .navbar-brand {
    color: rgba(192,192,192,1);
}
.navbar-default {
    background-color: rgba(160,32,32,1);
    border: 0;
}
.navbar{
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-nav {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar-nav > li > a {
    height: 80px;
    padding-bottom: 0;
    padding-top: 0;text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
}
.navbar-nav > li > a i {
    display: block;
    text-align: center;
    padding: 15px 0 10px;
    font-size: 1.5rem;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(192,192,192,0.5);
    font-size: 0.875rem;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgba(160,160,160,1);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgba(204,204,204,1);
  background-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.25) inset;
    border-left: 1px solid  rgba(0, 0, 0, 0.15);
    border-right: 1px solid  rgba(0, 0, 0, 0.15);
}
/*.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}*/
.navbar-toggle {
    margin-bottom: 23px;
    margin-right: 15px;
    margin-top: 23px
}
.navbar-default .navbar-toggle {
    border-color: rgba(192, 192, 192, 1);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(192, 192, 192, 1);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;
}
.page-header {
    border-bottom: 1px solid #DADADA;
}
.page-header h1,
.panel-heading h1{
    color: rgba(160,32,32,1);
}
.panel-body {
    background-color: #FAFAFA;
}
#pano {
	width: 100%;
	height: 600px;
	position:relative;
}
section {
    padding: 80px 0px 40px;
}
.tab {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-top-color: transparent;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
}
.text-shadow-black {
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.text-shadow-white {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1rem;
    }
    #map-canvas {
        height: 340px;
    }
    .page-header {
        margin: 20px 0 40px;
    }
    section {
        padding: 20px 0;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}

#logo h1 {
    font-family: Roboto,sans-serif;
    font-weight: 100;
}
#logo h1 > span {
    background: none repeat scroll 0 0 rgba(255,128,0,1);
    border-radius: 1px;
    box-shadow: 0 0 0 5px rgba(255,255,255,1), 0 0 0 10px rgba(128,128,128,1);
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-weight: normal;
    line-height: 16px;
    height: 18px;
    margin-right: 1.5rem;
    width: 32px;
}

/*=======================
Carousel
=======================*/

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}







