/* Defaults */ 

body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  border-top: 3px solid #127DFE;
}



a {
  color: #127DFE;
  text-decoration: none;
}

a:hover {
  color: #1070E4;
  text-decoration: none;
}

a:active {
  color: #1070E4;
  text-decoration: none;
}

a:focus {
  color: #1070E4;
  text-decoration: none;
}

.landing {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-toggle {
  float: left;
  margin-left: 10px;
  border: 0px solid transparent;
  margin-top: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #141414;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #141414;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    border-color:transparent;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .btn-link {
  color: #127DFE;
  text-decoration: none;
    font-size:14px;
}

.navbar-default .btn-link:hover {
  color: #1070E4;
  text-decoration: none;
}

.navbar-inverse .btn-link {
  color: #127DFE;
  text-decoration: none;
  font-size: 14px;
}

.navbar-inverse .btn-link:hover {
  color: #1070E4;
  text-decoration: none;
}

.copyright {
  font-weight: 300;
  color: rgba(20,20,20,0.54);
  line-height: 1.5;
}

.form-control::-moz-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.form-control::-webkit-input-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.btn-group-rg>.btn, .btn-rg {
  font-size: 14px;
  line-height: 16px;
  border-radius: 3px;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
  box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
  height: 78px;
  border-top: 3px solid #127DFE;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #127DFE;
  background-color: #fff;
  box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
}

.nav-pills>li>a {
  text-decoration: none;
  color: #141414;
  background-color: transparent;
}

.nav-pills>li>a:hover {
  text-decoration: none;
  color: #127DFE;
  background-color: #fff;
  box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
}

.pageheader {
  font-weight: 200;
  text-align: center;
}

.subheader {
  font-weight: 200;
  text-align: center;
  color: rgba(20,20,20,0.50);
}

.content {
  font-size: 16px;
  font-weight: normal;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-default>.panel-heading {
  color: #127DFE;
  background-color: #fff;
  border-color: transparent;
  height: 50px;
  padding: 16px 24px;
}

.panel-default {
  border-color: transparent;
}

.panel-title {
  font-weight: 300;
  color: #127DFE;
}

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

.pagination>li>a:hover {
    color:#1070e4;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #127DFE;
    border-color: #127DFE;
}

.imgresults {
    box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
    padding: 15px 0px 10px 0px;
}

.vidresults {
    box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
    padding: 15px 0px;
}

.col-xs-12.col-sm-4.col-md-3.video {
    margin-bottom: 20px;
    min-height:20px;
}


/* Web Results */
.results_web {
  font-family: Arial, Sans-serif;
  width: 100%;
  float: left;
}

.result_c {
  width: 100%;
  padding: 0 0 15px 0;
  float: left;
}

.results_title h3 {
  font-size: 16px;
  line-height: 17px;
  margin: 0;
  font-weight: 400;
}

.results_title a {
  color: #0000D2;
}

.results_title a:visited {
  color: #663399;
}

.results_url {
  margin-top: 2px;
  color: #008A00;
  font-style: normal;
}

.results_description {
  margin-top: 2px;
  word-wrap: break-word;
}

.results_more {
  background: url(images/sprite.png) -89px 1px no-repeat;
  padding-left: 14px;
  font-size: 80%;
  margin-top: 3px;
}

.results_more a {
  color: #aaa;
  text-decoration: none;
}

.results_more a:hover {
  color: #666;
}

/* ADDED FOR TYPEAHEAD STYLES */ 
.search-box {
  text-align: left;
}

.search-container {
  margin: 0 auto;
  text-align: center;
}

.tt-menu {
  text-align: left;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: -30px;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.tt-open {
    width: 100%;
}

.nav .tt-menu {
  margin-top: 0px;
}

.tt-menu .tt-suggestion {
  padding: 5px 10px;
}

.twitter-typeahead {
  width: 100%;

  margin: 0 auto;
  max-width: 540px;
}
/* END ADDED STYLES */


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
  .bodspacing {
    padding-top: 100px;
  }

  .home-search {
    height: 55px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 3px;
      border-style:solid;
      border-width:0px;
      border-color:rgba(20,20,20,0.10);
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
      box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      -moz-box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      -webkit-box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      font-size:16px;
    max-width: 100%;
    margin-top: 50px;
  }

  .home-search:focus {
    box-shadow: rgba(123,141,172,0.44) 0 4px 80px;
  }

  .home {
    font-size: 37px;
    line-height: 42px;
    text-align: left;
    margin-top: 10%;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .navbar-inverse .navbar-nav li {
    float: none;
    display: inline-block;
    margin-top: 13px;
  }

  .navbar-nav li {
    float: none;
    display: inline-block;
    margin-top: 10px;
  }

  .navbar-toggle:hover {
    background-color: #f5f6f6 !important;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 2px;
  }

  .btn-primary {
    color: #fff;
    background-color: #127DFE;
    border-color: #127DFE;
    box-shadow: rgba(123,141,172,0.30) 0 7px 24px;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #1070E4;
    border-color: #1070E4;
    box-shadow: rgba(123,141,172,0.44) 0 7px 34px;
  }

  .copyright {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .results-search {
    height: 55px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 3px;
      border-style:solid;
      border-width:0px;
      border-color:rgba(20,20,20,0.10);
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
      box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      -moz-box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      -webkit-box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
      font-size:16px;
  }

  .sub-navigation {
    margin-bottom: 20px;
  }

  .whitebox {
    width: 100%;
    min-height: 275px;
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    box-shadow: rgba(123,141,172,0.24) 0 4px 43px;
  }

    .video-preview-thumbnail {
    width: 100%;
    padding: 2px;
}

.video-preview-motion-thumbnail {
    width: 300px;
    height: 168px;
    padding: 2px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
}

.video-thumbnail-container {
    float:left;

    /* allows the title and other info to overlay */
    position:relative;
}

.video-caption {
    width: 100%;
    position: relative;
    margin-top: 10px;
    color: #127DFE;
    font-size: 14px;
}
    
/* Removed .col selectors so we could use this on the "all" results page, where we use different col settings:
  .col-xs-6.col-sm-4.col-md-2.images */
.images {
    margin-bottom: 25px;
}
    
    img.imgresult {
        opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
        
    }
    
    img.imgresult:hover {
        opacity: 0.5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    }
    
    
    
}

    /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

    /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    color: #141414;
    display: inline-block;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
  }
 
  .bodspacing {
    padding-top: 100px;
  }

  .brandsearch {
    margin-top: -7px !important;
  }

  .brandresults {
    margin-top: -9px !important;
  }

  .navbar-inverse .navbar-nav li.pull-right {
    margin-top: -2px;
  }

  .navbar-nav li.pull-right {
    margin-top: -3px;
  }

  .btn-group-rg>.btn, .btn-rg {
    padding: 15px 20px;
  }

  .footer {
    height: 60px;
  }

  .pageheader {
    font-size: 52px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .subheader {
    font-size: 24px;
  }

  .content {
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 650px;
    margin: 0 auto;
  }

  .panel-group .panel {
    box-shadow: rgba(123,141,172,0.14) 0 7px 33px;
  }
    
    .video-preview-thumbnail {
    width:100%;
    height: 168px;
    padding: 2px;
}

.video-preview-motion-thumbnail {
    max-width: 300px;
    width:100%;
    height: 168px;
    padding: 2px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
}

.video-thumbnail-container {
    float:left;

    /* allows the title and other info to overlay */
    position:relative;
}

.video-caption {
    width: 100%;
    position: relative;
    margin-top: 10px;
    color: #127DFE;
    font-size: 14px;
}
    
    
    
    
}


   /* MENU BREAKPOINTS */
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none!important;
  }

  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
        display: inline-block;
  }

  .collapse.in {
    display: block !important;
    background: #fff;
  }
    
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0,0,0,0.1);
    margin-top: 20px;
}
}



    /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    
  .results-search {
    height: 55px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(123,141,172,0.14) 0 4px 63px;
    border: 0px solid transparent;
    width: 540px;
    margin-top: -4px;
    margin-bottom: 0px;
  }

  .results-search:focus {
    box-shadow: rgba(123,141,172,0.30) 0 4px 70px;
  }

  .home-search {
    height: 65px;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(123,141,172,0.34) 0 10px 63px;
    border: 0px solid transparent;
    max-width: 540px;
    width: 100%;
    margin-top: 25px;
  }

  .search-container {
    margin: 0 auto;
    text-align: center;
  }

  .home-search:focus {
    box-shadow: rgba(123,141,172,0.57) 0 10px 80px;
  }

  .home {
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    margin-top: 10%;
    font-weight: 200;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .form-control::-moz-placeholder {
    font-size: 18px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 18px;
  }

  .form-control::-webkit-input-placeholder {
    font-size: 18px;
  }
}

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

/* Styles for typahead.js */ 
.search-box {
  text-align: left;
}

.search-container {
  margin: 0 auto;
  text-align: center;
}

.tt-menu {
  text-align: left;
  background: rgba(255,255,255,0.9);
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: -30px;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav .tt-menu {
  margin-top: 0px;
}

.tt-menu .tt-suggestion {
  padding: 5px 10px;
}

.twitter-typeahead {
  width: 100%;

  margin: 0 auto;
  max-width: 540px;
}
/* End typeahead styles */

/* Style for inline media (video/images) container */
.media-inline {
  margin-bottom: 20px;
}

/* Style for  */
.results-context {
  font-size: 16px;
}