﻿/* Room for Header */
body {
  padding-top: 60px;
}
/* Carousel Config 
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
.carousel-caption {
  top: 80px;
  bottom: auto;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-indicators li { visibility: hidden; }
.carousel .item {
  height: 500px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
*/

/* 3 Panels */
.col-md-4 {
  margin-bottom: 20px;
  text-align: center;
}
.col-md-4 h2 {
  font-weight: normal;
}
.col-md-4 p {
  margin-right: 10px;
  margin-left: 10px;
  text-align:left;
}
.col-md-4 IMG {
display: block;
margin-left: auto;
margin-right: auto }

/* Full Panels */
.featurette-divider {
  margin: 0 0;
}
.featurette {
	padding:20px;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE NAVBAR*/
@media (max-width: 767px) {
  .logo {
	width:200px;
	margin-top:-5px;
  }
}

@media (min-width: 768px) {
  .container {
	width:100%;
  }
  .logo {
	margin-top:-12px;
	height:45px;
  }
  #login-form {
	display:none;
  }
}
@media (min-width: 992px) {
  .container {
	width:100%;
  }
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  li.sm-login {
	display:none;
  }
  #login-form {
	display: inline-block;
  }

  .navbar-form .form-control {
    width:85px;
  }
  .featurette-heading {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  li.sm-login {
	display:none;
  }
  .container {
	width:1170px;
  }
  .navbar-form .form-control {
    width:130px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top:60px;
  }
}
/* JqueryUI Test */
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	color: #525252;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d3d3d3;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 3px;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	background-color: #525252;
	color: #FFF;
}
.ui-helper-hidden-accessible {
	display: none;
}
/* Footer */
footer {
  margin: 10px auto;
  text-align:center;
}
/* Login CSS */
.col-login {
  background-color:#FFF;
  border-radius:5px;
  padding:20px;
  color:#525252;
  text-align:center;
}
.input-login {
	display:inline;
	width:250px;
}
/* Contact Form CSS */
.col-form {
  color:#525252;
  text-align:center;
}
.input-form {
	display:inline;
	width:250px;
}

/* Testing */

.carousel {
  position: relative;
  margin-bottom: 60px;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
  
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-indicators li { visibility: hidden; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

#carousel-home {
  background: #000;
}

#carousel-home img {
  margin: 0 auto;
}

#carousel-home .carousel-caption {
  top: 60px;
  bottom: auto;
  padding: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

#carousel-home .carousel-caption h1 {
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
}

#carousel-home .carousel-caption p {
  font-size: 2.0rem;
  line-height: 1.3;
}  


/* Mid Sized Screens*/
@media (max-width: 1199px) {
  #carousel-home .carousel-caption {
    padding: 20px;
  }
  #carousel-home .carousel-caption h1 {
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
  #carousel-home .carousel-caption p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

#carousel-home .carousel-control {
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  bottom: auto;
  width: 102px;
  height: 102px;
  margin-top: -100px;
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}

#carousel-home .carousel-control.right {
      left: auto;
      right: 20px; }
  #carousel-home .icon-arrow-left,
  #carousel-home .icon-arrow-right {
    width: 102px;
    height: 102px;
    fill: #fff; }
  #carousel-home .carousel-indicators {
    display: none; }
    
@media (max-width: 767px) {
  #carousel-home .carousel-indicators {
    display: block;
    position: static;
    width: 100%;
    margin-left: 0%; 
  }
}

@media (max-width: 1199px) {
  #carousel-home {
    padding-bottom: 100px; } }
@media (max-width: 991px) {
  #carousel-home .carousel-caption {
    top: 30px;
    left: 10%;
    right: 10%; }
    #carousel-home .carousel-caption h1 {
      margin-top: 0; }
  #carousel-home .carousel-control {
    top: 140px;
    width: 40px;
    height: 40px;
    margin-top: 0; }
  #carousel-home .icon-arrow-left,
  #carousel-home .icon-arrow-right {
    width: 40px;
    height: 40px; } }
@media (max-width: 767px) {
  #carousel-home {
    padding-bottom: 0; }
    #carousel-home .carousel-caption {
      position: static;
      top: auto;
      padding: 20px 20px 40px 20px; }
    #carousel-home .carousel-control {
      display: none; } }
/* Member Search */
.col-module {
  margin:10px auto;
  background-color:#FFF;
  border-radius:5px;
  border:#525252 1px solid;
  padding:20px;
  color:#525252;
  text-align:center;
}

div.result {
	width:90%;
	margin:10px auto;
	border:#525252 1px solid;
	border-radius:5px;
}
div.result-img {
	margin:10px auto;
	height:180px;

}
div.result-data {
	margin:10px auto;
	height:180px;
	text-align:left;
}
div.result-data footer {
	position:absolute;
	bottom:0;
	font-size:10pt;
	font-style:italic;
}
div.result-nav {
	margin:10px auto;
	height:180px;
	align-items: center;
}

div.result-nav .btn {
	margin:12px auto;
	width:80%;
}
img.result-image{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:block;
	max-width:200px;
	max-height:150px;
	border-radius:5px;
}
/* General Pages */
.col-head {
  margin:10px auto;
  background-color:rgba(0, 0, 0, 0.5);
  back
  border-radius:5px;
  border:#525252 1px solid;
  padding:20px;
  color:#FFF;
  text-align:center;
}
p.left-align {
	font-size:12pt;
	text-align:left;
}

/* Events Pages */
.event {
	float:right;
	width:50%;
	border:1px solid #525252;
}
.event th.head {
	padding:5px;
	background-color:#525252;
	color:white;
	text-align:center;
}
.event td.left {
	width:25%;
	border:1px solid #525252;
	text-align:right;
	padding:3px;
	font-size:12pt;
}
.event td.right {
	width:75%;
	border:1px solid #525252;
	text-align:left;
	padding:3px;
	font-size:12pt;
}
