/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
  background-color: #d6dbe0;
}

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

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: white;
}

.bigbold {
	font-size: 1.25em;
	font-weight: bold;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.nav-logo {
  max-height: 20px;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

/*
.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg_old.jpg) no-repeat center center fixed;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

*/

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #535f6b;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
	max-width: 100%;
	height: auto
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}

.portfolio-item img {
  box-shadow: 7px 7px 5px #888888;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #171b1e;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}

.logo {
  opacity: .8;
  max-width: 336px;
  min-width: 180px;
}

#panel {
  padding: 50px;
  display: none;
}

#panel form {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#panelList {
  padding: 50px;
  display: none;
}

#panelList form {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#success {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.ico-media {
	display: inline;
	height: 40px;
	width: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg_old.jpg) no-repeat center center scroll;
  -webkit-background-size: auto 95%;
  -moz-background-size: auto 95%;
  -o-background-size: auto 95%;
  background-size: auto 95%;
  background-attachment: scroll;
  }

  .callout {
	background: url(../img/callout2.jpg) no-repeat center center scroll; 
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  }
  
  #panel {
    padding: 15px;
    display: none;
  }
  
  #panel form {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
  
  #success {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  
  .memberBioButton {
    display: none;
  }

    #slider1_container {
        position: relative;
        margin: auto;
        top: 0px;
        left: 0px;
        width: 480px;
        height: 270px;
        box-shadow: 7px 7px 5px #333333;
    }

    .slides {
        cursor: move;
        position: absolute;
        overflow: hidden;
        left: 0px;
        top: 0px;
        width: 480px;
        height: 270px;
    }
}

@media screen and (min-width: 768px) {
  .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar .navbar-brand {
      visibility: hidden;
    }

}
/* Swipe Carousel */

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

/* Slider Styles */

#slider1_container {
    position: relative;
    margin: auto;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 450px;
    box-shadow: 7px 7px 5px #333333;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 450px;
}