input[type=text], input[type=password], input[type=number], input[type=email], select {
  border: 1px solid #9f9f9f;
  font-size: 0.875rem;
  font-family: "PT Sans", sans-serif;
  width: 100%;
  height: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

textarea {
  border: 1px solid #9f9f9f;
  font-size: 0.75rem;
  font-family: "PT Sans", sans-serif;
  width: 100%;
  height: 100px;
  padding: 6px 12px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.button {
  background: #88898d;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border: 0 none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #898a8d;
  background: -moz-linear-gradient(top, #898a8d 0, #d5d6d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #898a8d), color-stop(100%, #d5d6d7));
  background: -webkit-linear-gradient(top, #898a8d 0, #d5d6d7 100%);
  background: -o-linear-gradient(top, #898a8d 0, #d5d6d7 100%);
  background: -ms-linear-gradient(top, #898a8d 0, #d5d6d7 100%);
  background: linear-gradient(to bottom, #898a8d 0, #d5d6d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#898a8d", endColorstr="#d5d6d7",GradientType=0 );
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}

html {
  font-size: 16px;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  background: #3f3f3f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 50px 0 0;
}

h2.subtitle {
  font-size: 0.938rem;
  margin: 0 0 15px;
}

p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0 0 1.125rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  outline: none;
}

label {
  font-size: 0.875rem;
  margin-bottom: 3px;
  position: relative;
}

#site {
  margin-bottom: 44px;
}

#site > .container {
  background: #fff;
  padding-bottom: 15px;
}

@media only screen and (max-width: 40em) {
  header {
    text-align: center;
  }
}
header .row {
  background: #fff;
}

#logo {
  display: block;
  margin: 33px 0 22px;
}
@media only screen and (max-width: 40em) {
  #logo {
    display: inline-block;
  }
}

#logo:hover img {
  opacity: 0.4;
}

.top-links {
  color: #7f7f7f;
  margin: 33px 0 8px;
  float: right;
}
@media only screen and (max-width: 62em) {
  .top-links {
    margin: 25px 0 8px;
  }
}
@media only screen and (max-width: 40em) {
  .top-links {
    float: none;
    margin: 0 15px 8px;
  }
}
.top-links a {
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 0.75rem;
  cursor: pointer;
}
.top-links .sub-menu {
  display: none;
  border-width: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 12em;
  z-index: 3000;
}
.top-links .sub-menu li {
  display: block;
  position: relative;
  background: #fff;
}
.top-links .sub-menu li a {
  padding: 10px;
  display: block;
}
.top-links .sub-menu li:hover {
  background: #000;
}
.top-links .sub-menu li:hover a {
  color: #fff;
  text-decoration: none;
}
.top-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-links li {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.top-links li a {
  text-transform: uppercase;
  color: #7f7f7f;
  font-size: 0.75rem;
}
.top-links li:hover .sub-menu {
  display: block;
}

#top-search {
  float: right;
}
@media only screen and (max-width: 40em) {
  #top-search {
    float: none;
    margin: 0 0 8px;
  }
}
#top-search input[type=text] {
  background: url(../images/bgr_input_search.png) no-repeat;
  border: 0 none;
  width: 224px;
  height: 28px;
  text-indent: 5px;
  vertical-align: top;
}
#top-search input[type=submit] {
  background: url(../images/ico_search.png) no-repeat;
  display: inline-block;
  float: right;
  border: 0 none;
  width: 32px;
  height: 28px;
}
@media only screen and (max-width: 40em) {
  #top-search input[type=submit] {
    float: none;
    margin-left: -5px;
  }
}

#navigation {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
#navigation .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu {
    display: none;
  }
}
#navigation .nav-menu li {
  float: left;
  margin-left: 12%;
}
@media only screen and (max-width: 75em) {
  #navigation .nav-menu li {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 62em) {
  #navigation .nav-menu li {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu li {
    margin: 0;
    float: none;
  }
}
#navigation .nav-menu li:first-child {
  margin-left: 0;
}
#navigation .nav-menu li a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 3px 10px;
}
#navigation .nav-menu li a.selected, #navigation .nav-menu li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
#navigation .nav-menu .drop-container {
  background: url("../images/bgr_drop_menu.png") no-repeat top center;
  background-size: cover;
  z-index: 200;
  text-align: center;
  padding-bottom: 82px;
  border: 1px solid #dcdcdc;
  border-top: 0 none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 1170px;
}
@media only screen and (max-width: 75em) {
  #navigation .nav-menu .drop-container {
    width: 940px;
  }
}
@media only screen and (max-width: 62em) {
  #navigation .nav-menu .drop-container {
    width: 720px;
  }
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu .drop-container {
    position: static;
    top: inherit;
    left: inherit;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0 none;
  }
}
#navigation .nav-menu ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation .nav-menu ul li {
  margin: 0;
  width: 24%;
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu ul li {
    width: 100%;
  }
}
#navigation .nav-menu ul li a {
  color: #9e9e9e;
  text-align: center;
  text-transform: inherit;
  font-size: 0.875rem;
  display: block !important;
  padding: 10px;
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu ul li a {
    text-align: left;
    color: #fff;
  }
}
#navigation .nav-menu ul li a:hover {
  color: #000;
  background: transparent;
}
#navigation .nav-menu ul li a img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu ul li a img {
    display: none;
  }
}
#navigation .nav-menu .drop-container > a {
  margin-top: 10px;
  display: inline-block !important;
  font-size: 0.875rem !important;
}
#navigation .menu-button {
  width: 50px;
  padding: 10px 10px 5px;
  display: none;
}
@media only screen and (max-width: 48em) {
  #navigation .menu-button {
    display: block;
  }
}
#navigation .menu-button span {
  display: block;
  height: 2px;
  background: #fff;
  width: 100%;
  margin: 0 0 6px;
}

footer {
  background: #3f3f3f;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 48em) {
  footer .footer-box {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 30em) {
  footer .footer-box {
    float: none;
    width: 100%;
  }
}
footer h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}
footer h5 a, footer h5 a:hover {
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li a {
  color: #fff;
  font-size: 0.875rem;
  display: block;
  line-height: 1.3;
}
footer ul li a:hover {
  color: #fff;
}
footer .social a {
  width: 25px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/ico_social.png);
  background-repeat: no-repeat;
}
footer .fb {
  background-position: 0 0;
}
footer .in {
  background-position: -32px 0;
}
footer .tw {
  background-position: -64px 0;
}

.hss {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 40em) {
  .homebox {
    margin-bottom: 20px;
  }
}
.homebox img {
  display: block;
  margin: 0 auto;
}

.lens-type-link {
  display: none;
  padding: 10px;
  background: #F1F2F3;
  margin: 10px 0;
  font-weight: bold;
  text-decoration: none !important;
  color: #000 !important;
}
.lens-type-link:before {
  content: "+";
  float: left;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 10px;
  width: 15px;
}
.lens-type-link.open:before {
  content: "-";
}
@media only screen and (max-width: 40em) {
  .lens-type-link {
    display: block;
  }
}

.sublinks {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 20px 0;
}
@media only screen and (max-width: 40em) {
  .sublinks {
    display: none;
    width: 100%;
    padding: 0;
  }
}
.sublinks li {
  float: left;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  .sublinks li {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.sublinks li a {
  font-weight: bold;
  color: #B3B3B3;
  border-left: 2px solid #cccccc;
  text-transform: uppercase;
  padding-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}
@media only screen and (max-width: 40em) {
  .sublinks li a {
    border: 0 none;
    background: #F1F2F3;
    margin: 0;
    padding: 10px !important;
    border-bottom: 1px solid #fff;
  }
}
.sublinks li:first-child a {
  padding-left: 0;
  border-left: 0 none;
}
.sublinks li a.active, .sublinks li a:hover {
  color: #000;
  text-decoration: none;
}

.filters {
  background: url(../images/bgr_left_filters.png) repeat-y;
  padding: 15px 0 15px 15px;
}
.filters h2 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.filters h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.filters h3:before {
  content: "+";
  float: left;
  display: none;
  font-size: 1.5rem;
  margin-right: 5px;
  line-height: 21px;
  margin-top: -2px;
}
@media only screen and (max-width: 48em) {
  .filters h3:before {
    display: block;
  }
}
.filters h3.open:before {
  content: "-";
}
.filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 48em) {
  .filters ul {
    display: none;
  }
}
.filters ul li {
  line-height: 1.25rem;
}
.filters ul li a {
  font-size: 0.813rem;
  line-height: 1rem;
  color: #000;
}

.item-box {
  margin-bottom: 40px;
}
.item-box a {
  color: #000;
  display: block;
}
.item-box img {
  display: block;
  margin: 0 auto;
}
.item-box span {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.item-box-inline {
  display: inline-block;
  width: 24%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 62em) {
  .item-box-inline {
    width: 48%;
  }
}
@media only screen and (max-width: 40em) {
  .item-box-inline {
    width: 100%;
  }
}
.item-box-inline a {
  text-align: center;
}
.item-box-inline img {
  display: block;
  margin: 0 auto;
}
.item-box-inline span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}

.lens-p {
  font-size: 1rem;
  font-weight: bold;
}

.about-img {
  margin: 0 auto 20px;
  display: block;
}

.subcats-parent {
  margin: 5px 0 15px;
  padding: 0;
  list-style: none;
}
.subcats-parent li {
  float: left;
  margin-left: 5%;
}
.subcats-parent li:first-child {
  margin: 0;
}
.subcats-parent li a {
  font-size: 0.75rem;
  color: #cacaca;
}
.subcats-parent li a:hover, .subcats-parent li a.active {
  color: #000;
  text-decoration: none;
}
.subcats-parent li a.active {
  font-weight: bold;
}

.subcats {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .subcats {
    display: none;
  }
}
.subcats a {
  font-size: 0.75rem;
  color: #cacaca;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
  float: none !important;
  width: 14.102564%;
  margin-left: 8.333333%;
}
@media only screen and (max-width: 48em) {
  .subcats a {
    width: 47%;
    margin-left: 2%;
  }
}
.subcats a:hover, .subcats a.active {
  color: #000;
  text-decoration: none;
}
.subcats a.active {
  font-weight: bold;
}

.product-banner {
  position: relative;
}

.product-header {
  width: 600px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 62em) {
  .product-header {
    top: 10px;
  }
}
@media only screen and (max-width: 40em) {
  .product-header {
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .product-header {
    position: static;
    top: inherit;
    left: inherit;
  }
}

@media only screen and (max-width: 30em) {
  .head-product-image {
    display: none;
  }
}

h1.product-title {
  font-size: 2.813rem;
  margin: 0;
  text-transform: none;
  line-height: 1;
}
@media only screen and (max-width: 48em) {
  h1.product-title {
    font-size: 2rem;
  }
}

h2.subname {
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  h2.subname {
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
}

.product-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
}
@media only screen and (max-width: 75em) {
  .product-icons {
    width: 310px;
  }
}
.product-icons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 53px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 16px 5px 0;
  line-height: 1.1;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .product-icons li {
    text-align: left;
    width: 24px;
    margin-right: 5px;
    font-size: 0;
  }
}
.product-icons .popup {
  position: absolute;
  left: 60px;
  top: 0;
  width: 150px;
  background: #fff;
  padding: 8px;
  display: none;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 6px #666;
  -moz-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;
}
.product-icons li:hover .popup {
  display: block;
}
.product-icons .popup h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}
.product-icons .popup p {
  font-size: 0.688rem;
  line-height: 0.75rem;
  margin: 0;
}

.prod-image {
  margin-bottom: 15px;
}

.prod-images-small {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prod-images-small li {
  float: left;
  border: 1px solid #f0f0f0;
  margin-right: 2px;
}
.prod-images-small li a {
  display: block;
}

.prod-table h4 {
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.prod-table table {
  border-spacing: 2px;
  border-collapse: separate;
}
.prod-table table td {
  font-size: 0.75rem;
  padding: 2px 3px;
  vertical-align: top;
}
.prod-table table tr.head td {
  padding: 2px 0;
}
.prod-table table tr.head td h3 {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 0.75rem;
  margin: 0;
}
.prod-table table td a {
  text-decoration: underline;
}

.spec-container {
  border: 1px solid #bfbfbf;
  margin-top: 100px;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f1",GradientType=0 );
}
@media only screen and (max-width: 40em) {
  .spec-container {
    padding: 15px;
  }
}
.spec-container ul.tab-links {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}
.spec-container ul.tab-links li {
  float: left;
  margin-right: 50px;
}
@media only screen and (max-width: 40em) {
  .spec-container ul.tab-links li {
    margin-right: 0px;
  }
}
.spec-container ul.tab-links li a {
  font-size: 0.75rem;
  padding: 3px 20px;
  display: block;
}
@media only screen and (max-width: 40em) {
  .spec-container ul.tab-links li a {
    padding: 3px 5px;
  }
}
.spec-container ul.tab-links li.ui-state-active a, .spec-container ul.tab-links li a:hover {
  background: #bfbfbf;
  color: #fff;
  text-decoration: none;
}
.spec-container .tab-container {
  padding: 20px 30px;
}
@media only screen and (max-width: 40em) {
  .spec-container .tab-container {
    padding: 20px 0;
  }
}
.spec-container .prod-table {
  overflow-x: auto;
}
.spec-container .prod-table h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.spec-container .prod-table table {
  border-spacing: 0;
  min-width: 560px;
}
.spec-container .prod-table table tr td {
  padding: 0 5px 10px;
  text-align: center;
  font-size: 1rem;
}
.spec-container .prod-table table tr.head td {
  padding: 0 5px;
}
.spec-container .prod-table table tr.head td h3 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
}

.free-text {
  margin-bottom: 20px;
}
.free-text a {
  text-decoration: underline;
}

#mount-specs h2 {
  margin: 0 0 10px;
}
#mount-specs h5 {
  margin: 0;
}
#mount-specs ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: inside disc;
}
#mount-specs ul li {
  font-size: 0.688rem;
}
#mount-specs span.inc-text {
  font-size: 0.688rem;
}

.mount-specs-info {
  background: #f0f0f0;
  border: 1px solid #000;
  padding: 15px;
}
.mount-specs-info ol {
  margin: 0;
  padding: 0;
  list-style: inside decimal;
}
.mount-specs-info ol li {
  font-size: 0.813rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem;
}

@media only screen and (max-width: 62em) {
  #sample {
    padding: 20px 0 !important;
  }
}

.sample-media-list {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 48em) {
  .sample-media-list {
    margin: 15px 0 0 -7px;
  }
}
.sample-media-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 22px 20px;
}
@media only screen and (max-width: 75em) {
  .sample-media-list li {
    margin: 0 0 20px 15px;
  }
}
@media only screen and (max-width: 62em) {
  .sample-media-list li {
    margin: 0 0 7px 7px;
    width: 80px;
  }
}
@media only screen and (max-width: 30em) {
  .sample-media-list li {
    margin: 0 0 7px 5px;
  }
}

.selected {
  background: #ffffff !important;
  color: #000000 !important;
  -webkit-box-shadow: 3px 3px 7px #888888;
  -moz-box-shadow: 3px 3px 7px #888888;
  -ms-box-shadow: 3px 3px 7px #888888;
  box-shadow: 3px 3px 7px #888888;
}

.product-icons-table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-icons-table {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-icons-table li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
}

.product-icons-table .popup {
  position: absolute;
  left: 30px;
  top: 0;
  width: 150px;
  background: #fff;
  padding: 8px;
  display: none;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 6px #666;
  -moz-box-shadow: 3px 3px 6px #666;
  -ms-box-shadow: 3px 3px 6px #666;
  box-shadow: 3px 3px 6px #666;
}

.product-icons-table li:hover .popup {
  display: block;
}

.product-icons-table .popup h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.product-icons-table .popup p {
  font-size: 0.688rem;
  line-height: 0.75rem;
  margin: 0;
}

.form-manuals input[type=text], .form-manuals select {
  background: #f2f2f2;
  border: 0 none;
}
.form-manuals input[type=submit] {
  margin-top: 28px;
}
@media only screen and (max-width: 40em) {
  .form-manuals input[type=submit] {
    margin-top: 0;
  }
}
@media only screen and (max-width: 40em) {
  .form-manuals .col-sm-3 {
    margin-bottom: 15px;
  }
}

#manuals-results {
  margin-top: 50px;
}
#manuals-results h2 {
  margin: 0 0 20px;
}
#manuals-results table {
  width: 100%;
  font-size: 0.75rem;
}
#manuals-results table th {
  background: #f2f2f2;
  padding: 2px 3px;
}
#manuals-results table td {
  padding: 2px 3px;
}

.blog-search {
  margin-top: 20px;
}
@media only screen and (max-width: 48em) {
  .blog-search {
    margin-bottom: 20px;
  }
}
.blog-search input[type=text] {
  background: url(../images/bgr_input_blog_search.png) no-repeat;
  width: 195px;
  height: 25px;
  text-indent: 5px;
  vertical-align: top;
  border: 0 none;
}
@media only screen and (max-width: 75em) {
  .blog-search input[type=text] {
    width: 185px;
  }
}
.blog-search input[type=submit] {
  background: url(../images/ico_blog_search.png) no-repeat;
  display: inline-block;
  border: 0px none;
  width: 25px;
  height: 25px;
  margin-left: -4px;
}

.news-page h1 {
  margin-top: 0;
}

.news-box .date {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 20px;
}
.news-box h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 5px;
}
.news-box .author {
  font-weight: bold;
}
.news-box .news-img {
  margin-bottom: 25px;
}
.news-box .tags {
  color: #d1d1d1;
  font-weight: bold;
}
.news-box .tags span {
  margin-right: 15px;
}

.news-sidebar h3 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.news-sidebar-box {
  background: url(../images/bgr_left_filters.png) repeat-y;
  padding: 15px 15px 50px;
}
.news-sidebar-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-sidebar-box ul li a {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #000;
}
.news-sidebar-box ul ul {
  padding-left: 10px;
}
.news-sidebar-box ul li li:before {
  content: ">";
  font-size: 0.75rem;
  margin-right: 2px;
}

.support-box-wrap {
  margin-top: 50px;
  text-align: center;
}

.support-box {
  display: inline-block;
  border: 1px solid #000;
  text-align: center;
  width: 28%;
  height: 230px;
  margin: 0 0 6% 6%;
  padding: 10px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 62em) {
  .support-box {
    height: auto;
  }
}
@media only screen and (max-width: 40em) {
  .support-box {
    width: 40%;
    margin: 0 2% 6% !important;
  }
}
@media only screen and (max-width: 30em) {
  .support-box {
    width: 90%;
    margin: 0 0 6% !important;
  }
}
.support-box h2 {
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media only screen and (max-width: 62em) {
  .support-box h2 {
    font-size: 1.125rem;
  }
}
.support-box img {
  margin-bottom: 10px;
}
.support-box p {
  font-size: 0.938rem;
  line-height: 1.1;
  word-wrap: break-word;
}
.support-box a, .support-box a:hover {
  text-decoration: none;
  color: #000;
}

.support-box:first-child, .support-box:nth-child(4n+4) {
  margin-left: 0;
}

.view-filters {
  margin: 50px 0 30px;
  padding: 10px 10px 30px;
  border: 1px solid #cdcfd0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f1f1f2",GradientType=0 );
}

.view-filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cdcfd0;
}
.view-filters-list li {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  float: left;
  position: relative;
  padding-bottom: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 62em) {
  .view-filters-list li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 48em) {
  .view-filters-list li {
    float: none;
  }
}
.view-filters-list li span {
  border-right: 1px solid #cdcfd0;
  padding-right: 20px;
  display: block;
}
@media only screen and (max-width: 62em) {
  .view-filters-list li span {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 48em) {
  .view-filters-list li span {
    border: 0 none;
  }
}
.view-filters-list li li {
  float: none;
  border-bottom: 1px solid #cdcfd0;
  border-right: 0 none;
  background: #fff;
  padding: 0;
  margin: 0;
}
.view-filters-list li li:first-child {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}
.view-filters-list li li:last-child {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  border-bottom: 0 none;
}
@media only screen and (max-width: 48em) {
  .view-filters-list li li {
    background: transparent;
  }
}
.view-filters-list li li label {
  padding: 3px 5px;
  display: block;
  line-height: 17px;
}
.view-filters-list li li label input[type=checkbox],
.view-filters-list li li label input[type=radio] {
  float: left;
  margin-right: 5px;
}
.view-filters-list ul {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
  width: 215px;
  border: 1px solid #cdcfd0;
  display: none;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px #555;
  -moz-box-shadow: 2px 2px 6px #555;
  -ms-box-shadow: 2px 2px 6px #555;
  box-shadow: 2px 2px 6px #555;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 48em) {
  .view-filters-list ul {
    position: static;
    top: inherit;
    left: inherit;
    width: auto;
    border: 0 none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
}
.view-filters-list li:hover ul {
  display: block;
}

.selected-filters {
  padding: 10px 0;
}
.selected-filters ul {
  margin: 0 -2px;
  padding: 0 0 5px;
  list-style: none;
  display: inline-block;
}
.selected-filters ul li {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 5px;
}

.wrap-results {
  position: relative;
}

.view-table-wrap {
  padding: 20px;
  border: 1px solid #cdcfd0;
  overflow: auto;
  font-size: 0.75rem;
  min-height: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.view-table {
  width: 100%;
  min-width: 760px;
  margin-top: 5px;
}
.view-table tr th {
  border: 1px solid #cdcfd0;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 4px 6px;
}
.view-table tr th:focus {
  outline: none;
}
.view-table tr th:first-child {
  border-left: 0 none;
}
.view-table tr th:last-child {
  border-right: 0 none;
}
.view-table tr th.model {
  width: 10%;
}
.view-table tr th.length {
  width: 8%;
}
.view-table tr th.aperture {
  width: 11%;
}
.view-table tr th.lens-family {
  width: 9%;
}
.view-table tr th.lens-name {
  width: 10%;
}
.view-table tr th.filter-size {
  width: 7%;
}
.view-table tr th.sensor {
  width: 11%;
}
.view-table tr th.technology {
  width: 14%;
}
.view-table tr th.price {
  width: 8%;
}
.view-table tr th.comp {
  width: 12%;
}
.view-table tr td {
  border: 1px solid #cdcfd0;
  padding: 4px 10px;
  font-size: 0.75rem;
}
.view-table tr td:first-child {
  border-left: 0 none;
}
.view-table tr td:last-child {
  border-right: 0 none;
}
.view-table tr td input.compare {
  margin-right: 8px;
}
.view-table tr td span.compare-span {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.view-table tr td.tech img {
  width: 16px;
}
.view-table tr:nth-child(2n+1) td {
  background: #f3f3f4;
}

.filter-loader {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.filter-loader img {
  margin: 130px auto 0;
  display: block;
}

.compared-features {
  float: left;
  width: 200px;
  margin-right: 4px;
  font-size: 0.75rem;
  display: inline-block;
}
@media only screen and (max-width: 62em) {
  .compared-features {
    width: 33%;
  }
}
.compared-features .cell {
  height: 26px;
  padding: 3px 5px;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compared-features .cell:first-child {
  height: 250px;
  background: transparent !important;
}
.compared-features .cell:nth-child(odd) {
  background: #fff;
}
.compared-features .cell:nth-child(even) {
  background: #f3f3f4;
}

.compared-products-wrap {
  float: left;
  width: 558px;
  overflow: auto;
  display: inline-block;
}
@media only screen and (max-width: 62em) {
  .compared-products-wrap {
    width: 66%;
  }
}

.com-prod {
  width: 183px;
  display: inline-block;
  font-size: 0.75rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.com-prod .cell {
  height: 26px;
  padding: 3px 5px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-prod .cell:first-child {
  height: 250px;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.com-prod .cell:first-child h3 {
  text-align: center;
  font-size: 0.813rem;
}
.com-prod .cell:nth-child(odd) {
  background: #fff;
}
.com-prod .cell:nth-child(even) {
  background: #f3f3f4;
}
.com-prod .cell-img {
  height: 250px;
}
.com-prod .cell-lens img {
  width: 20px;
}

#cc-modal {
  min-height: 500px;
  min-width: 600px;
}
#cc-modal.small {
  min-height: 100px;
}

.tablesorter-header:before {
  content: url(../images/black-unsorted.gif) url(../images/black-asc.gif) url(../images/black-desc.gif);
  display: none;
}

.tablesorter-headerAsc,
.tablesorter-header.sorting_asc {
  background: url(../images/black-asc.gif) no-repeat 95% center;
}

.tablesorter-headerDesc,
.tablesorter-header.sorting_desc {
  background: url(../images/black-desc.gif) no-repeat 95% center;
}

.dataTables_paginate a {
  margin-right: 15px;
}

.alphabet {
  text-align: center;
  margin: 50px 0;
}
.alphabet a {
  display: inline-block;
  margin: 0 4px;
  font-size: 0.875rem;
}

#dealer-form .form-group {
  margin-bottom: 35px;
}
@media only screen and (max-width: 48em) {
  #dealer-form .form-group {
    margin-bottom: 5px;
  }
}
#dealer-form .zip-field {
  width: 20%;
  margin-right: 12px;
}
@media only screen and (max-width: 48em) {
  #dealer-form .zip-field {
    width: 100%;
    margin-right: 0;
  }
}
#dealer-form .city-field {
  width: 29%;
  margin-right: 5px;
}
@media only screen and (max-width: 48em) {
  #dealer-form .city-field {
    width: 100%;
    margin-right: 0;
  }
}
#dealer-form .state-field {
  width: 17%;
  float: right;
}
@media only screen and (max-width: 48em) {
  #dealer-form .state-field {
    width: 28%;
    margin-right: 0;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  #dealer-form .state-field {
    width: 100%;
  }
}
#dealer-form .miles-field {
  border: 1px solid #9f9f9f;
  font-size: 0.75rem;
  font-family: "PT Sans", sans-serif;
  height: 28px;
  text-indent: 0;
  margin-right: 15px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#dealer-form input[type=submit] {
  border: 1px solid #9f9f9f;
  padding: 7px 10px;
  line-height: 1;
  height: auto;
  font-size: 0.75rem;
  text-transform: uppercase;
  max-width: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 48em) {
  #dealer-form input[type=submit] {
    margin-top: 20px;
  }
}
#dealer-form label {
  padding-top: 5px;
}

#dealer-results {
  font-size: 0.75rem;
  color: #cccccc;
  margin-top: 15px;
}
@media only screen and (max-width: 48em) {
  #dealer-results {
    margin-top: 35px;
  }
}
#dealer-results p {
  margin-bottom: 10px;
  line-height: 1rem;
}
#dealer-results p span {
  color: #000;
  display: block;
}
#dealer-results p a {
  color: #000;
  text-decoration: none;
}
#dealer-results h3 {
  color: red;
  font-size: 1.25rem;
}

#map_wrapper {
  height: 300px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

#faq {
  padding-top: 30px;
}
#faq h2 {
  font-size: 1.17rem;
  color: #939393;
  margin: 0 0 5px;
}

.faq-box {
  margin-bottom: 15px;
}
.faq-box a {
  color: #2b81ca;
  font-size: 1rem;
}
.faq-box h3 {
  margin: 0;
  font-weight: bold;
}

.search-results h3 {
  margin: 0 0 5px;
}
.search-results p {
  margin: 0 0 25px;
}
.search-results a {
  text-decoration: underline !important;
}

.down-cat-wrap {
  margin-bottom: 30px;
}
.down-cat-wrap .cat {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  padding: 2px 15px;
  width: 49.5%;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .down-cat-wrap .cat {
    margin-bottom: 7px;
    width: 100%;
  }
}
.down-cat-wrap .cat:hover, .down-cat-wrap .cat.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.down-button {
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  padding: 2px 15px;
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  .down-button {
    margin-bottom: 7px;
  }
}
.down-button:hover, .down-button.active {
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 5px #888;
  -moz-box-shadow: 2px 2px 5px #888;
  -ms-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
}

.t-header .t-head {
  background: #f2f2f4;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.t-header .t-head.download {
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .t-header .t-head.download {
    display: none;
  }
}

.t-row {
  margin-bottom: 10px;
}
.t-row .info h3 {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.t-row .info p {
  display: none;
}
.t-row .info.js-on p {
  display: block;
}
.t-row .download {
  text-align: right;
}

.download .down-button {
  font-size: 1rem;
  text-transform: uppercase;
  padding: 2px 8px;
  margin: 0;
}

.info-hint {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #aaa;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin-top: -18px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.popup-image {
  padding: 10px;
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  z-index: 9;
  width: 250px;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #444;
  -moz-box-shadow: 0 0 5px #444;
  -ms-box-shadow: 0 0 5px #444;
  box-shadow: 0 0 5px #444;
}

.hint-popup {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .hint-popup {
    display: block;
  }
}

@media only screen and (max-width: 48em) {
  .like-us {
    display: none;
  }
}

.rss-page .no-style {
  list-style: none;
}

@media screen and (max-width: 640px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=main.css.map */
