/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*
 * Base structure
 */
 
html,
body {
  height: 100%;
}
body {
  color: #fff;
  background:#000;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.6);
  box-shadow: inset 0 0 400px rgba(0,0,0,.9);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  font: 300 13px/13px 'Open Sans',sans-serif;
  
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

 .masthead {
	height:220px;
 }

/* Padding for spacing */
.inner {
  padding: 30px;
}

section {
	display:none;
	width:inherit;
	overflow:hidden;
	text-align:center;
	position:relative;
	font: 300 13px/13px 'Open Sans',sans-serif;
}


article {
	padding:30px 15px;
	line-height:18px;
}

.arrow_left {
	position:absolute;
	left:0;
	top:180px;
	font-size:20px;
	z-index:99;
	cursor:pointer;
}

.arrow_right {
	position:absolute;
	right:0;
	top:180px;
	font-size:20px;
	z-index:99;
	cursor:pointer;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.images img {
	margin:30px 0;
	border:1px solid #7f7f7f;
	-webkit-box-shadow: 0 0 8px 1px #222222;
	box-shadow: 0 0 8px 1px #222222;
}

.mi-slider {
    position: relative;
	margin:auto;
	text-align:center;
	overflow:hidden;
}

.map {
	width:800px;
	height:300px;
	border:2px solid #7f7f7f;
	margin:30px auto;
	-webkit-box-shadow: 0 0 8px 1px #222222;
	box-shadow: 0 0 8px 1px #222222;
}

.nav {
   border-top: 1px solid #e60505;
	border-bottom: 1px solid #e60505;

}

nav a, .nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 20px 30px 20px 34px;
    position: relative;
    color: #fff;
	
    outline: none;
	text-decoration:none;
    transition: color 0.2s linear;
}
 
nav a:hover, nav a.mi-selected {
    color: #e60505;
}

@media screen and (max-width: 910px){

}

@media screen and (max-width: 740px){

}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {

  }
  .mastfoot {

  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
	
  }
}





