/*********************************************************************
 GENERAL
*********************************************************************/
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  overflow-y: scroll;
}

.wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
}

.item .fa {
  padding-right: 5px;
  padding-left: 5px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  display: table;
  border-top-width: 1px;
  border-top-style: solid;
}

.footer > .container {
  display: table-cell;
  vertical-align: middle;
}

.footer p {
  padding: 0px;
  margin: 0px;
}

.header {
  display: table;
  position: relative;
  width: 100%;
  padding: 15px 0px;
  /*background: url(logo.svg) no-repeat center center scroll;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

section {
  padding: 50px 0;
}

#download .title {
  margin-bottom: 0px;
}

#contact {
  padding-bottom: 0px;
}

#contact > .container {
  padding-bottom: 25px;
}

/* Map */
#map {
  width: 100%; 
  height: 500px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  #map {
    height: 250px;
  }
}

.banner-one-img {
  background: url("../files/800_6378.jpg") no-repeat top center scroll;
}

.banner-two-img {
  background: url("../files/800_6406.jpg") no-repeat top center scroll;
}

.banner {
  height: 450px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar-brand img {
  height: 100%;
}

@media (max-width: 992px) {
    .col-md-4 {
        margin-top:20px;
    }
}

.icon .fa {
  margin: auto;
}

.hideme{
  opacity:0;
}

.showme{
  opacity:1;
}

.no-margin {
  margin: 0px;
}

#route {
    padding-bottom: 0px;
}

/*********************************************************************
 Carousel: Fixed High!
*********************************************************************/
.carousel-inner > .item {
  height: 423px;
}

.carousel-inner img {
  margin: auto;
}

.carousel-inner .item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
  .carousel-inner > .item {
    height: 170px;
  }
}

/* Large devices */
@media (min-width: 481px) { 
  .carousel-inner .item img {
    top: 50%;
  }
}

@media (min-width: 768px) { 
  .carousel-inner .item img {
    top: 0;
  }
}

/* Large devices */
@media (min-width: 1200px) { 
  .carousel-inner .item img {
    top: 50%;
  }
}

.featurette .img-responsive {
  margin-top: 20px;
  margin-bottom: 20px;
}

span.icon {
  width: 20px;
  display: inline-block;
}

/*********************************************************************
 COLOR Style
*********************************************************************/
.highlight {
  background: #2c3e50;
  color: white;
}

.dark,.dark-hvr {
  background: #ff6600;
  color: white;
  border: 1px solid #ff6600;
}

.dark-hvr:hover {
  background: #ff6600;
  color: white;
  border: none;
}

h2.invert {
  color: #ff6600;
}

a, a:focus, a:hover {
  color: #ff6600;
}

.dark a, .dark a:focus, .dark a:hover {
  color: #2c3e50;
}

.feature a {
  color: #333;
}

.navbar-default {
    background-color: #2c3e50;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff6600;
    background-color: transparent;
}

.footer {
  background-color: #2c3e50;
  border-color: white;
}

.footer p {
  color: white;
}

.header {
  background-color: #ff6600;
}

/* Map */
#map {
  color: black;
}

.bg-circle {
  color: white;
}

.feature .icon {
  color: white;
}

.feature .main {
  color: white;
}

.feature .link {
  background: white;
  color: #ff6600;
}

.feature:hover .link {
  border-color: #2c3e50;
  background: #2c3e50;
  color: black;
}

.components .component {
  background-color: white;
}

.components .component h5 {
	color: #2c3e50;
}

.components .component h5 small {
	color: #ff6600;
}

.components .component li a {
	background: #2c3e50;
	color: white;
  border-color: rgba(255, 255, 255, 0.33);
}

.tour .btn {
  width: 100%;
  color: #ff6600;
  border: none;
}

.dark .text-muted {
  color: #2c3e50;
}