@charset "UTF-8";
.jumbotron--cover {
    background: url(../images/cover_01.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover2 {
    background: url(../images/title4.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover3 {
    background: url(../images/title5.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover4 {
    background: url(../images/title6.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover5 {
    background: url(../images/title7.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover6 {
    background: url(../images/title8.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover7 {
    background: url(../images/title9.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover8 {
    background: url(../images/title10.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover9 {
    background: url(../images/title11.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover10 {
    background: url(../images/title12.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover11 {
    background: url(../images/title13.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover12 {
    background: url(../images/title15.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron--cover1 {
    background: url(../images/title1.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.logo {
    fill: #fff;
	width: 90%;
}
.btn-ghost {
  background: transparent;
}
.btn-ghost.btn-default {
  color: #777;
}
 
.btn-ghost.btn-primary {
  color: #337ab7;
}
 
.btn-ghost.btn-success {
  color: #5cb85c;
}
 
.btn-ghost.btn-info {
  color: #5bc0de;
}
 
.btn-ghost.btn-warning {
  color: #f0ad4e;
}
 
.btn-ghost.btn-danger {
  color: #d9534f;
}
.btn-ghost.btn-primary:hover,
.btn-ghost.btn-success:hover,
.btn-ghost.btn-info:hover,
.btn-ghost.btn-warning:hover,
.btn-ghost.btn-danger:hover {
  color: #fff;
}
.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
 
.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}

footer {
  position: relative;
  z-index: 93;
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #222;
  font-family: "Verdana", "Lucida Grande", "Franklin Gothic Medium", "Arial", "Trebuchet MS";
  font-size: 80%;
}

hr {
  position: relative;
  z-index: 92;
}

h5 {
  color: #fff;
  padding: 8px;
  background: #222;
  font-family: "Gill Sans", "Verdana", "Franklin Gothic Medium", "Arial","sans-serif";
  font-size: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
  letter-spacing: 0.05em;
}

h4 {
  color: #fff;
  padding: 32px;
  background: none;
  font-family: 'Cinzel', serif;
  font-size: 450%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h3 {
  color: #fff;
  padding: 14px;
  background: none;
  font-family: 'Molengo', sans-serif;
  letter-spacing: 0.1em;
  font-size: 135%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h6 {
  color: #fff;
  font-family: "sans-serif";
  font-size: 160%;
  text-align: center;
}

h2 {
  color: #fff;
  padding: 32px;
  background: none;
  font-family: 'Cinzel', serif;
  font-size: 160%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h7 {
  color: #000;
  font-family: 'Cinzel', serif;
  font-size: 160%;
}

h8 {
  color: #000;
  padding: 8px;
  background: none;
  font-family: 'Molengo', sans-serif;
  letter-spacing: 0.1em;
  font-size: 135%;
  margin-bottom: 0px;
  margin-top: 0px;
}


figcaption {
  color: #000;
  font-family: 'arial', serif;
  font-size: 85%;
  font-weight: bold;
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ccc; }
a:active { color: #333; }
a:hover { text-decoration: none;}

.row-center{
text-align:center;
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}

#page-top {
    position: fixed;
	z-index: 94;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
#page-top a {
    background: #666;
    text-decoration: none;
	opacity: 0.6;
    color: #fff;
    width: 100px;
    padding: 12px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

img.bg {
	  min-height: 100%;
	  min-width: 1024px;
	  width: 100%;
	  height: auto;
	  position: fixed;
  top: 0;
  left: 0;
}
 
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
 
div#container {
  position: relative;
}

.flex-caption {
    position: relative;
    bottom: 29px;
    padding: 6px 40px;
    color: white;
    left: 0px;
    float: left;
    font-size: 12px;
    display: block;
	background: #000;
	opacity: 0.5;
	word-spacing: 4px;
}

li {
	margin-left: -1.5em;
	margin-right: -1.5em;
}

.navbar-collapse.in {
overflow: hidden;
}