.navbar-brand{
  padding: 0;
  height: auto;
}
.affix{
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
}
.affix-top{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.floatLeft{
  float: left;
}

.dropdown-menu{
  left: 0;
  padding: 0;
  width: 220px;
  right: auto!important;
  font-size: 12px;
  text-transform: none;
}
.dropdown-menu li a{
  border-bottom: none !Important;
  padding: 10px 10px !Important;
  margin: 0 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .owl-next{
  position: absolute;
  right: -47px;
  font-size: 48px;
  top: 33%;
  background: none;
  color: #b2b3aa;
}

#owl-demo .owl-prev{
  position: absolute;
  left: -47px;
  font-size: 48px;
  top: 145px;
  background: none;
  color: #b2b3aa;
}
.owl-theme .owl-controls {
  margin-top: -17px;
  text-align: center;
}
#owl-demo .owl-next:hover,
#owl-demo .owl-prev:hover{
  color: #869791;
}
.boxItem{
  padding:0;
}
.boxItemContent{
  background: #fafbf3;
  border: 1px solid #e5e5e0;
  padding: 30px 20px 20px 40px;
  margin: 10px;
}
.boxItemContent p{
  margin-top: 10px;
}

.topDiv{
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 4px solid #b2b3aa;
}
.topDivBlue{
  border-top: 4px solid #1e73be;
  z-index: 99999999;
  width: 200px;
}
.blueHr{
  height:3px;
  width: 4.75%;
  float: left;
  margin: 20px 0;
  background-color: #1e73be;
}
.grayHr{
  height:3px;
  float: right;
  margin: 20px 0;
  width:95%;
  background-color: #b2b3aa;
}
.headerBlue
{
  width: 250px;
  height: 7px;
  position: fixed;
  background-color: #1e73be;
  top: 0;
  z-index: 999999999;
  margin-left: -30px;
}
.productItem {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.featuredProducts {
  margin-bottom: 10px;
}
.productItem img{
  padding: 0 20px 0px 20px;
}
.productItem strong{
  display: inline-block;
  padding-top: 5px;
  min-height: 45px;
}

.hoverContent{
  display: none;
}
.productItem:hover .hoverContent {
  display: block;
}
.hoverContent{
  background-color: #727272;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 500px;
  opacity: .8;
}
.aboutContent img{
  margin-bottom: 20px;
}
.sectionItem{
  text-align: center;
  margin: 20px 0;
}
.sectionItem img{
  margin-bottom: 10px;
}
.clear{
  clear: both;
}

.modalContainer .modal{
  margin: 30px 20% !important;
  padding-right: 0 !important;
}

@media (max-width: 768px){
  .modalContainer .modal{
    margin: 30px 5% !important;
  }
}
@media (max-width: 500px){
  .modalContainer .modal{
    margin: 30px 5% !important;
  }
}
.modal-body h4, .modal-body p{
  text-align: left;
  padding-left: 0;
}
.modal-body button{
  margin-top: 15px;
}
.portfolio-link{
  font: 15px/16px 'Raleway', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #202020;
}
.pdfs a{
  display: block;
  line-height: 17px;
  padding-bottom: 7px;
  font-size: 13px;
}
.videos iframe{
  margin-bottom: 30px;
  margin-top: 10px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption{
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  text-align: center;
  width: 49%;
  line-height: 25px;
  height: 360px;
  float: left;
  margin-left: 35px;
  padding-top: 138px;
  font-family: 'Times New Roman';
}

@media (max-width: 768px){
  .caption{
    height: auto;
    width: 100%;
    padding: 15px;
    margin: 0;
  }
}
.productItem.large{
  margin-bottom: 15px;
}
.productItem.large .img-responsive{
  float: left;
}