/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #221f1f;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #222;
  text-align: center;
  margin-top: 20px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.img-responsive {
  display: inline-block;
}

section {
  margin-bottom: 20px;
}

#brands a {
    display: inline-block;
    /*margin: 7px;
    box-shadow: 7px 7px 9px 1px #000;*/
    height: 155px;
    width: 247px;
    background: url(../images/Asset1.png) center no-repeat;
    background-size: contain;
    transition: all .2s
}
#brands a:active {
  box-shadow: none;
}

#brands .row a.w540 {
  width: 540px !important;
}
#brands .row a.w260 {
    width: 154px !important;
}
a#brand1 {
  background-image: url(../images/Asset1.png?v=3);
}
a#brand1:hover {
  background-image: url(../images/Asset1_on.png?v=3);
}
a#brand2 {
  background-image: url(../images/Asset2.png?v=3);
}
a#brand2:hover {
  background-image: url(../images/Asset2_on.png?v=3);
}
a#brand3 {
  background-image: url(../images/Asset3.png?v=3);
}
a#brand3:hover {
  background-image: url(../images/Asset3_on.png?v=3);
}
a#brand4 {
  background-image: url(../images/Asset4.png?v=3);
}
a#brand4:hover {
  background-image: url(../images/Asset4_on.png?v=3);
}
a#brand5 {
  background-image: url(../images/Asset5.png?v=3); position: relative; top: -25px;
}
a#brand5:hover {
  background-image: url(../images/Asset5_on.png?v=3); 
}
a#brand6 {
  background-image: url(../images/Asset6.png?v=3);position: relative; top: -25px;
}
a#brand6:hover {
  background-image: url(../images/Asset6_on.png?v=3);
}
a#brand7 {
  background-image: url(../images/Asset7.png?v=3);position: relative; top: -25px;
}
a#brand7:hover {
  background-image: url(../images/Asset7_on.png?v=3);
}
a#brand8 {
  background-image: url(../images/Asset8.png?v=3);
}
a#brand8:hover {
  background-image: url(../images/Asset8_on.png?v=3);
}
a#brand9 {
  background-image: url(../images/Asset9.png?v=3);
}
a#brand9:hover {
  background-image: url(../images/Asset9_on.png?v=3);
}
a#brand10 {
  background-image: url(../images/Asset10.png?v=3);
}
a#brand10:hover {
  background-image: url(../images/Asset10_on.png?v=3);
}
a#brand11 {
  background-image: url(../images/Asset11.png?v=3);
}
a#brand11:hover {
  background-image: url(../images/Asset11_on.png?v=3);
}

#glasses {
  background: url(../images/glasses.png) center no-repeat;
  width: 594px;
  min-height: 254px;
  margin-left: auto;
  margin-right: auto;
}
.half {
  float: left;
  width: 50%;
  position: relative;
  height: auto;
  margin-top: 108px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}
