/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html,
body {
  width: 100%;
}

mark { 
    background: none;
    color: white;
}

.carousel-control {
  z-index: 10;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 50px;
  padding-left: 60px;
  color: #fff;
  padding-right: 60px;
  text-align: center;
  text-shadow: none;
  background: rgba(0,0,0,0.7);
}

p{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  font-size:20px;
}

p.stretch{
	min-height: 7em;
}

.photostretch{
	min-height: 180px;
}

#zoom-carousel{
	zoom: 0.7;
}


a,
a:hover,
a:focus,
a:active,
a.active {
  color:#ffffff;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
}

/* fix bs3 horizontal scrollbar bug */
.row { 
  margin: 0; 
  padding: 0}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
}

.underart{
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: pre;
    overflow-y: hidden;
    height: 1.5em;
}

h3{
  color:#efefef;
}

h4{
	color:#bbb;
}

h4.title{
	color:white;
}

.quoted{
  padding-bottom: 20px;
  color:#efefef;
  margin:20px 0;
  line-height: 40px;
}

.quote{
  font-weight:600;
  float:right;
  color:white;
  font-style: italic;
}

.sectiontitle{
  padding-bottom: 5%;
  font-weight: 600;
}
.bluetext{
  color: #60C7D2;
}
.icon-bar {
   background-color:#fff;
}

.header img{
  position: relative;
}
.header .btn-lg {
   font-size:28px;
   border-color:#fff;
   padding:15px;
   background-color: #eeeeee);
   color:#6d6e71;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#fff;
}

.navbar a {
  color:#6d6e71;
  font-size: 1.4rem;
}

.navbar-bold.affix {
  background-color:rgba(255,255,255,1);
}

.navbar-bold {
  background-color:rgba(255,255,255,1);
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}

.navbar-bold li a:hover, .navbar-bold li.active {
  background-color:rgba(255,255,255,1);
}

.navbar-header {
  float: left;
}

.navbar-nav {
  float: right;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:18%;
}

.header {
  min-height: 500px;
  max-height: 800px;
}
.header h1 {
  font-size:110px;
  -webkit-text-stroke: 1px rgba(0,0,0,0.1);
  color:#fff;
  margin-left:-5px;
  margin-bottom:5px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.header .lead {
  color:#333333;
  font-size:25px;
}


.header {
  height:  100%;
}

.blurb {
  padding: 150px 0;
  background-color:#ED9C28;
}
.blurb .projects
.blurb .panel {
  background-color:rgba(0,0,0,0.7);
}

.blueBlurb {
  padding: 100px 0;
  background-color:#60C7D2;
}

.blueBlurb .panel {
  background-color:white;
}
.blueBlurb p{
  color:#fff;
}
.whiteBlurb {
  padding: 100px 0;
  background-color:#fff;
}
#project-background{
  background-color: white;
  color:black;
}

.whiteBlurb .panel-heading {
  background-color:white;
  padding:0px;
}
.whiteBlurb p{
  color:#000;
}
.whiteBlurb h2 {
  color:black;
  padding-left:15px;
}
.panel-body {
  margin:5% 0;
  color: #fff;

}
.about {
  min-height: 400px;
  padding: 100px 0;
  background-color : #ED9C28;
  background-image: url('https://38.media.tumblr.com/a652aa3c9b4f72a2b758bca5189cb598/tumblr_n9yclz0ZUw1slcm1go1_1280.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}



.facility {
  min-height: 800px;
  padding: 100px 0;
  background-color : #ffffff;
  /*background-image: url('https://31.media.tumblr.com/1535a779e4ae4cdbdecba325ee1c92cf/tumblr_n9n8xoCc0s1slcm1go1_1280.jpg');*/
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #60C7D2;
}
#opportunities{
  padding:7%;
  background-color: #6B7D80;
  color:#fff;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(199,181,172,.7);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #6b635f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #6b635f;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.featurette {
  background: #fff;
  padding: 50px 0;
  color: #ffffff;
}

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

.featurette-item > i {
  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;
}

.teambar {
  background: #6B7D80;
  padding: 50px 0;
  color: #fff;
}

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

.teambar-item > i {
  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;
}

.teambar-item > i:hover {
  font-size: 68px;
}

.callout {
  color: #ffffff;
  padding-top:0%;
  height: 100%;
  width: 100%;
  background: url('http://38.media.tumblr.com/cdfc877c1744d89ce92c5c4d0179ff4e/tumblr_n92slg9Fc91slcm1go1_1280.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery {
  padding: 100px 0;
  background-color : #ED9C28;
  background-image: url('http://38.media.tumblr.com/cdfc877c1744d89ce92c5c4d0179ff4e/tumblr_n92slg9Fc91slcm1go1_1280.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-position: center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

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

.dropdown a{
  color:#000000;
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
}

footer {
  padding: 3% 0;
  background-color: #F7941E;
  color:#fff;
}




/* -- end custom css for Bootstrap 3.x --*/

/* Testing here */

input{
  display: none;
} 



#slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }

#slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px
      }
    }
