@import url(http://fonts.googleapis.com/css?family=Teko:300,400,600,700);
html {
  position: relative;
  min-height: 100%;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);


h1 {
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}

h2, h3 {
    font-family: 'Teko', sans-serif;
    font-weight: 100;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
}

p {
    font-family: 'Open Sans', sans-serif;
}

body {
padding-top: 0px;
font-size: 1.8em;
overflow-x: hidden;

}
body > .container {
  padding: 200px 15px 0;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    position: relative;
    top: 0px;
    padding: 0px 0px;
    line-height: 0px;
  padding-right: 10px;
}

.navbar-brand h1 {
    font-size: 2.9em;
    font-weight: 600;
}

.sm .small {
    color: #fff;
}

.text-white {
    color: #fff;
}

.home_images:hover {
    -webkit-box-shadow: inset 0px 0px 39px 0px rgba(49, 78, 118, 1);
    -moz-box-shadow: inset 0px 0px 39px 0px rgba(49, 78, 118, 1);
    box-shadow: inset 0px 0px 39px 0px rgba(49, 78, 118, 1);
}
}

#valley_logo{
position: relative;
display: block;
margin-right: auto;
margin-left: auto;
padding-top: 5%;
height: 300px;
}

#blueprint{
background:url('blue_print.jpg');min-height:250px;background-position:center;
}

#blueprint_mobile{
background:#226baa;color:#fff;padding-bottom:10px;
}
#resources{
background:url('resources.jpg');min-height:250px;background-position:center;
}
#footer {
    bottom: -200px;
    background: #333;
    position: absolute;
    width: 100%;
}

#main_image {
    position: relative;
    margin-top: 0px;
    padding-left: 10px;
    width: 100%;
}

#main_image>h1 {
    font-size: 5em;
    font-weight: 100;
    color: #fff;
}

#main_image>h3 {
    font-size: 3em;
    color: #fff;
    margin-top: -10px;
}

#main_image>h4 {
    font-size: 1.3em;
    color: #fff;
    margin-top: -10px;
}

  #blueprint_img{
    position:relative;
    z-index:50;
    width:100%;
  }
  #blueprint_content{
    position:absolute;
    z-index:60;
    top:10px;
    padding-left: 10px;
    width: 100%;
  }

  
 #blueprint_content>h1 {
      font-size: 5em;
      font-weight: 100;
      color: #fff;
  }

  #blueprint_content>h3 {
      font-size: 3em;
      color: #fff;
      margin-top: -10px;
  }

  #blueprint_content>h4 {
      font-size: 1.3em;
      color: #fff;
      margin-top: -10px;
  }
#events_box{
background:#f39c12;
  height:410px;
  border-radius:20px; 
  margin-top:10px;
  margin-bottom:10px;
  padding:10px;
}

#news_box{
background:#e67e22;
height:410px;
border-radius:20px; 
margin-top:10px;
margin-bottom:10px;
 padding:10px;
}
#feed_box{
background:#d35400;
height:410px;
border-radius:20px;
margin-top:10px;
margin-bottom:20px;
padding:10px;
}

#side_box{
background-color:#7f8c8d;
padding-bottom:15px;
}

textarea.form-control{
height:200px;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.main_caption {
    position: absolute;
    bottom: 0;
    background: rgba(1, 1, 1, 0.45);
    height: 50px;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.panel{
background-color:#ecf0f1 !important;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #d35400;;
    border-radius: 0px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #d35400;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #d35400;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #d35400;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #d35400;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #d35400;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #d35400;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #d35400;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #d35400;
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}



@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #fff !important;
  font-size:14px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {}

@media only screen and (min-width : 321px) {}

@media only screen and (max-width : 320px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .fa-3x{
      font-size:2em;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.navbar-brand h1 {
  font-size: 2em;
  font-weight: 600;
}
  
  .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 5px;
  font-size:0.95em;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {}

@media only screen and (min-width : 1224px) {
    .navbar {
        position: relative;
        min-height: 80px;
        margin-top: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: relative;
        top: 10px
    }
}

@media only screen and (min-width : 1025px) {
    .navbar {
        position: relative;
        min-height: 80px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: relative;
        top: 10px
    }
}

@media only screen and (min-width : 1824px) {
    .navbar {
        position: relative;
        min-height: 80px;
        margin-top: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        position: relative;
        top: 10px
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {}

