RR@import "QuantumFader.css";
@font-face {
  font-family: 'Kimberley';
  src: url('Fonts/CRILLEEBI.TTF') format('truetype');
}
body > div > div {
  font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
}
md-radio-button .md-on {
  background-color: rgba(167, 186, 201, 0.87);
}
md-radio-button.md-checked .md-off {
  border-color: rgba(167, 186, 201, 0.87);
}
address {
  text-align: center;
  font-size: 1.1em;
  padding-top: 3.0em;
  padding-bottom: 0.5em;
}
address a,
address a:hover,
address a:visited,
address a:active {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
address a:first-child {
  font-size: 1.9em;
  font-weight: bold;
}
address a:last-child {
  font-size: 1.0em;
}
.usalogo-responsive {
  width: 10%;
  float: right;
}
.infomation-reponsive {
  position: relative;
  top: -10px;
  left: 130px;
  height: 14px;
  z-index: 10;
  width: 20%;
}
.infomation-reponsive img {
  width: 35%;
}
.video-reponsive {
  position: relative;
  top: -20px;
  right: 0px;
  height: 14px;
  z-index: 10;
}
.video-reponsive img {
  float: right;
  width: 69px;
}
#deviceArea .video-reponsive {
  position: relative;
  top: -210px;
  right: 10px;
  height: 0px;
  z-index: 10;
}
#deviceArea .video-reponsive img {
  float: center;
  width: 69px;
}
#attachment .video-reponsive {
  position: relative;
  top: 0px;
  transform: none;
  max-width: 100%;
  height: auto;md
  z-index: 10;
}
#attachment .video-reponsive img {
  float: left;
  max-width: 100%;
  height: 100%;
}
#attachment .infomation-reponsive {
  left: 110px;
}
#attachment .infomation-reponsive img {
  width: 40%;
}
.carousel-control {
  visibility: hidden;
}
.carousel {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.carousel-caption {
  position: relative;
  left: -440px;
  top: -300px;
  /* left: 15%; */
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  /* border: black; */
}
.carousel-caption a,
.carousel-caption a:hover,
.carousel-caption a:visited,
.carousel-caption a:active {
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
.carousel-caption-main {
  position: relative;
  top: 10px;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
  text-align: center;
  border: 0px solid transparent;
  /* border: black; */
}
.carousel-caption-main a,
.carousel-caption-main a:hover,
.carousel-caption-main a:visited,
.carousel-caption-main a:active {
  font-size: 11pt;
  font-family: Helvetica;
  /* font-weight: bold; */
  color: black;
  text-decoration: none;
  letter-spacing: 1pt;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
.shortcutLink a,
.shortcutLink a:hover,
.shortcutLink a:visited,
.shortcutLink a:active {
  color: #292e64;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
.productShortCuts {
  padding-bottom: 4px;
}
.productShortCuts a,
.productShortCuts a:hover,
.productShortCuts a:visited,
.productShortCuts a:active {
  color: #292e64;
  text-decoration: underline;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
.carousel-caption-misc {
  position: relative;
  left: 0%;
  top: -258px;
  width: 100%;
  overflow: auto;
  /* left: 15%; */
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  /* border: black; */
}
.carousel-caption-misc img {
  width: 60%;
}
.carousel-inner {
  overflow: visible;
}
#mainArea .carousel-inner {
  height: 410px;
}
.carousel-indicators {
  bottom: 5%;
}
.workArea .carousel-indicators,
#deviceArea .carousel-indicators {
  bottom: 8%;
}
body > div > footer {
  font-size: .6em;
  color: #888;
  text-shadow: #d9d9d9 0 1px;
  /*
    background-color: #ccc;
    background: url('/images/noise.png?1411941863'), -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #e0e0e0),  color-stop(50%,  #cccccc),  color-stop(100%,  #b0b0b0));
    background: url('/images/noise.png?1411941863'), -webkit-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
    background: url('/images/noise.png?1411941863'), -moz-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
    background: url('/images/noise.png?1411941863'), -o-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
    background: url('/images/noise.png?1411941863'), linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
    border-top: 1px solid #f2f2f2;
    */
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 3em;
  -moz-border-radius-bottomleft: 0.4em;
  -webkit-border-bottom-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  -moz-border-radius-bottomright: 0.4em;
  -webkit-border-bottom-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  z-index: 1;
}
body > div > footer a {
  color: #6b6b6b;
}
body > div > footer a:visited {
  color: #6b6b6b;
}
body > div > footer a:hover {
  color: #484848;
}
body > div > footer p:last-child {
  margin-bottom: 0;
}
/* slides control */
#slides_control > div {
  height: 200px;
}
img {
  margin: auto;
  width: 100%;
}
#slides_control {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 20px;
  margin-left: -200px;
}
.thumbnailToolbar {
  float: bottom;
}
.QF_container {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}
.QuantumFader {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px solid transparent;
  background-color: transparent;
}
#deviceArea .QuantumFader {
  height: 366px;
}
#productArea .QuantumFader {
  height: 434px;
}
#MicsArea .QuantumFader {
  height: 302px;
}
#MicsArea .carousel-caption-misc {
  top: -90px;
}
#MicsArea > div > div:nth-of-type(2) .carousel-caption-misc {
  top: -110px;
}
.QuantumFader0 {
  width: 100%;
  margin: 30px auto 0;
  border: 0px solid transparent;
}
.QuantumFader1 {
  float: left;
  width: 48%;
}
.QuantumFader2 {
  float: right;
  width: 48%;
}
.QuantumFader3 {
  width: 100%;
}
#micsArea div div:nth-of-type(2) {
  margin-left: 68px;
}
.QuantumTitle {
  width: 40%;
  border: 0px solid transparent;
}
.carousel-title {
  position: relative;
  top: -340px;
  left: 14%;
  z-index: 5;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.QuantumFader h1,
.QuantumFader h2,
.QuantumFader p {
  width: 90%;
  margin-left: 5%;
  font-family: "Open Sans Semibold";
}
.QuantumFader h1 {
  font-size: 32px;
  margin-top: 31px;
}
.QuantumFader h2 {
  font-size: 24px;
  margin-top: 31px;
}
.QuantumFader iframe {
  margin-left: 5%;
}
.workArea,
#deviceArea {
  background: #feffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d2ebf9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feffff 0%, #d2ebf9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
  /* IE6-9 */
}
.carousel-image {
  width: 1136px;
}
.thumbnail {
  border: 0px solid transparent;
  width: 100%;
  height: auto;
  /*
   -webkit-border-radius: 5;
   -moz-border-radius: 5;
   border-radius: 5px;
   padding: 10px 5px 10px 5px;
   */
  text-decoration: none;
}
.descriptions p {
  font-family: Helvetica;
  font-size: 120%;
  color: Black;
  text-align: left;
  border: 0px solid transparent;
}
.img-view {
  float: top;
  hight: 160px;
  width: 55%;
}
.devices {
  border: 0px solid transparent;
}
.devices a,
devices a:hover,
devices a:visited,
devices a:active {
  color: white;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  border: none;
}
.thumbnail {
  /* border: 1px solid transparent; */
  background-color: transparent;
}
.navnail {
  /* border: 1px solid transparent; */
  background-color: transparent;
  font-family: Helvetica;
  font-size: 7.7pt;
  text-align: center;
  border: 0px solid black;
  padding-right: 6px;
  padding-left: 6px;
}
.navnailTitle {
  /* border: 1px solid transparent; */
  color: black;
  font-size: 13pt;
  font-family: Helvetica;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 2pt;
  border: 0px solid transparent;
  background-color: transparent;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
}
.shortcutLink > div > div > div {
  text-align: -webkit-center;
}
#Indentification span p {
  font-size: 1.2em;
  font-family: Helvetica;
  color: Black;
  margin-bottom: 0px;
}
#Indentification span:first-child,
#Indentification span:nth-child(2) {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#Indentification span:nth-child(2) p,
#Indentification span:nth-child(3) p {
  margin-bottom: 20px;
}
#AddressIDMarkers span {
  font-size: 1.0em;
}
#AddressIDMarkers span:nth-child(2),
#AddressIDMarkers span:nth-child(3),
#AddressIDMarkers span:nth-child(4) {
  text-indent: 5em;
}
#AddressIDMarkers span:nth-child(2) p,
#AddressIDMarkers span:nth-child(3) p,
#AddressIDMarkers span:nth-child(4) p {
  margin-bottom: 0px;
}
#Customized span {
  padding-left: 0px;
  padding-right: 50px;
}
#contactdetail,
#contactus,
#aboutUs {
  font-family: Helvetica;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 50px;
  margin-left: 10px;
}
#contactus .title {
  padding-bottom: 30px;
}
#contactus div[layout="column"]:nth-of-type(1) {
  padding-bottom: 1px;
}
#contactdetail div div p:nth-of-type(1),
#contactdetail div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 1.2em;
  font-weight: bold;
}
#contactus div div p:nth-of-type(1),
#contactdetail div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 1.2em;
  font-weight: bold;
}
#contactus-message div:nth-of-type(2) {
  color: #292e64;
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.title {
  padding-left: 0px;
  padding-right: 20px;
  color: #001489;
  width: 500px;
}
.title-select {
  padding-left: 0px;
  padding-right: 20px;
  color: #001489;
}
.sub-title {
  padding-left: 0px;
  padding-right: 20px;
  color: #001489;
}
.title h2 {
  font-size: 18.5pt;
}
.title span,
.title h2,
.title-select {
  font-family: Kimberley, Helvetica;
  text-align: left;
  font-weight: normal;
}
.title-select {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 12.5pt;
}
.title span {
  color: #292e64;
  font-weight: bold;
  font-size: 1.4em;
}
.subtitle span h2,
.boldpoints span {
  font-family: Helvetica;
  font-style: normal;
  color: Black;
  font-size: 10pt;
  line-height: 12pt;
  letter-spacing: 1pt;
}
.boldpoints > div {
  padding-left: 10pt;
}
.custom-title span,
.contactus-title span {
  font-family: Kimberley, Helvetica;
  color: #292e64;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0px;
}
.contactus-title span {
  font-family: Helvetica;
  color: #292e64;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0px;
}
.contactus-title:nth-of-type(1) {
  padding-bottom: 20px;
}
.md-select {
  /*
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
*/
  margin: 10px 0 15px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.md-whiteframe-z3 {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.colorbar {
  padding-left: 20px;
  padding-top: 0px;
  hight: 1px;
  width: 10px;
  border: 1px solid Black;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
}
.device-Title {
  border: 0px solid transparent;
  padding-top: 20px;
  padding-bottom: 10px;
  hight: 60px;
}
.device-Title:first-child {
  padding-top: 50px;
}
.device-Title span {
  font-family: Helvetica;
  font-size: 1.4em;
  font-weight: bold;
  color: #292e64;
}
.span3:first-child {
  padding-top: 0px;
  margin-bottom: 20px;
}
.products-responsive {
  width: 93%;
  float: center;
  background-color: Red;
}
.identification-products-responsive {
  width: 93%;
  float: center;
  /* background: rgb(237, 32, 36) url('/images/noise.png?1411941863') !important; */
  background-color: transparent;
}
.attachment-products-responsive {
  width: 93%;
  float: center;
  background-color: transparent;
}
.telecrafterlogo-responsive {
  height: 80%;
  width: 80%;
  float: left;
}
.md-toolbar-tools h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
.md-button {
  padding: 0 6px 0 6px;
  margin: 1px 8px 5px 8px;
  min-width: 208px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
}
.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/*
.md-button.md-raised:active {
  transition: all 0s;
  color: red;
  background: red;
}
*/
.menudemoMenuWidth .md-menu-demo {
  padding: 24px;
}
.menudemoMenuWidth .menu-demo-container {
  min-height: 200px;
}
.buttondemoBasicUsage section {
  background: #f7f7f7;
  border-radius: 3px;
  text-align: center;
  margin: 1em;
  position: relative !important;
  padding-bottom: 10px;
}
.buttondemoBasicUsage md-content {
  margin-right: 7px;
}
.buttondemoBasicUsage section .md-button {
  margin-top: 16px;
  margin-bottom: 16px;
}
.buttondemoBasicUsage .label {
  position: absolute;
  bottom: 5px;
  left: 7px;
  font-size: 14px;
  opacity: 0.54;
}
/*
.color-code md-toolbar .md-toolbar-tools .md-button, .color-code md-toolbar .md-toolbar-tools .md-button:hover {
  box-shadow: none;
  border: none;
  transform: none;
  -webkit-transform: none;
}
.color-code .md-button, .color-code .md-button:hover {
  box-shadow: none;
  border: none;
  transform: none;
  -webkit-transform: none;
}

*/
.specifications {
  float: left;
  hight: 160px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
.specifications div b {
  color: #292e64;
  font-weight: bold;
  padding-left: 5px;
}
.specifications div span {
  border: 1px solid transparent;
  float: left;
  overflow: auto;
  min-width: 96px;
  padding-right: 5px;
}
#color-code .md-button {
  height: 20px !important;
  min-height: 20px;
  width: 50px  !important;
  min-width: 50px;
}
md-toolbar {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.87);
}
#color-code div {
  font-size: 0.9em;
}
#color-code div div b {
  color: #292e64;
  font-weight: bold;
}
#color-code {
  padding-bottom: 30px;
}
.be {
  background: #e3c4a3 url('/images/noise.png?1411941863') !important;
}
.bl {
  background: #0087bf url('/images/noise.png?1411941863') !important;
}
.bk {
  background: #333333 url('/images/noise.png?1411941863') !important;
}
.iv {
  background: #fff6eb url('/images/noise.png?1411941863') !important;
}
.gr {
  background: #009966 url('/images/noise.png?1411941863') !important;
}
.or {
  background: #f26722 url('/images/noise.png?1411941863') !important;
}
.pu {
  background: #8475b1 url('/images/noise.png?1411941863') !important;
}
.li {
  background: #c1d82f url('/images/noise.png?1411941863') !important;
}
.re {
  background: #ed2024 url('/images/noise.png?1411941863') !important;
}
.ro {
  background: #f499c1 url('/images/noise.png?1411941863') !important;
}
.ye {
  background: #ffcd05 url('/images/noise.png?1411941863') !important;
}
.ie .md-select-label {
  min-width: 100%;
}
.images-test {
  background-color: inherit;
  text-indent: 0.5em;
  letter-spacing: 2px;
  font-size: 1.0em;
  text-align: left;
  width: 10px;
}
.image-info {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 0.7em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #292e64;
}
.images-test1 span {
  color: black;
}
images-test2 span {
  color: white;
}
#Customized #TC3XXX-04,
#identification #LIBL-02,
#identification #TDXX,
#identification #INXX,
#identification #RJ11 {
  width: 35%;
}
#identification #RJ11 {
  width: 100%;
}
#attachment #PTXX-12,
#attachment #PTXX-08,
#attachment #C7BK-12,
#attachment #C7BK-24 {
  width: 180%;
}
#Customized #TC3XXX-02 {
  width: 50%;
}
#Customized #TC6CXX {
  width: 70%;
}
#parent-C7BK-12,
#parent-C7BK-24 {
  width: 60%;
}
img.QuantumTitle,
#micsArea a[ui-sref] img {
  cursor: hand;
}
a.thumbnail {
  cursor: hand;
}
#attachment .sub-title {
  padding-bottom: 20px;
}
#attachment .sub-title > span {
  color: black;
  padding-bottom: 20px;
}
#attachment .specifications div > div {
  height: 22px;
  padding-left: 5px;
}
#screwOptionsArea > div > div > div {
  padding-bottom: 60px;
}
#screwOptionsArea .sub-title > span {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 1.5em;
  color: #292e64;
}
#ourproducts .boldpoints {
  ont-family: Helvetica;
  font-size: 1.5em;
  padding-bottom: 30px;
}
#ourproducts .boldpoints > span {
  ont-family: Helvetica;
  font-size: 0.7em;
  padding-bottom: 30px;
}
.screwOptions {
  z-index: 15;
}
.screwOptions a img {
  width: 30%;
}
.language {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 100px;
}
md-toolbar div[layout="row"] div {
  margin-right: 12px;
}
#identification .md-select-value span,
#attachment .md-select-value span {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 12.5pt;
  font-style: normal;
}

@media only screen and (max-device-width: 550px) {
  /* For general iPad layouts */
  .carousel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .carousel-caption {
    position: relative;
    left: 440px;
    top: -96px;
  }
  .carousel-caption-main {
    position: relative;
    top: -56px;
  }
  .carousel-indicators {
    bottom: 80px;
  }
  .workArea .carousel-indicators,
  #deviceArea .carousel-indicators {
    bottom: 180px;
  }
  .carousel-image {
    width: 1136px;
  }
  .carousel-title {
    top: -340px;
    left: 10%;
  }
  .thumbnail {
    /* background: #e7ecf0; */
    border: 0px solid transparent;
    width: 100%;
    height: auto;
    /*
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px;
     */
    padding: 0px 0px 0px 0px;
    text-decoration: none;
  }
  #corplogo {
    max-width: 75%;
  }
  address {
    padding-top: 20%;
    font-size: 0.9em;
  }
  .carousel-caption-main {
    top: -228px;
  }
  .carousel-caption-main a,
  .carousel-caption-main a:hover,
  .carousel-caption-main a:visited,
  .carousel-caption-main a:active {
    font-size: 6pt;
    letter-spacing: 1pt;
  }
  .shortcutLink a,
  .shortcutLink a:hover,
  .shortcutLink a:visited,
  .shortcutLink a:active {
    font-size: 0.5em;
    text-align: center;
  }
  .navnail {
    /* border: 1px solid transparent; */
    bottom: 240px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .QuantumFader {
    margin: 5px 0 0 0;
  }
  .QuantumFader0 {
    margin: 30px auto 0;
  }
  .QuantumFader1 {
    width: 46%;
  }
  .QuantumFader2 {
    width: 46%;
  }
  .md-button {
    margin: 2px 6px 3px 6px;
  }
  .device-Title span {
    font-size: 1.0em;
  }
  .menu-tools {
    display: none;
  }
  #color-code div:first-child {
    min-width: 65%;
  }
  #color-code div:nth-child(2) {
    display: none;
    max-width: 35%;
  }
  .title span {
    font-size: 1.4em;
  }
  .device-Title:first-child {
    padding-top: 25px;
  }
  .specifications {
    width: 100%;
    hight: 160px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .md-select {
    padding-top: 14px;
    padding-bottom: 16px;
  }
  #color-code .md-button {
    height: 20px !important;
    min-height: 20px;
    width: 20px  !important;
    min-width: 20px;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
  }
  .col-md-2 {
    width: 32%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-md-rb {
    width: 50%;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 768px) {
  /* For general iPad layouts */
  #deviceArea .QuantumFader {
    height: 180px;
  }
  #deviceArea .QuantumFader0 {
    margin: 10px auto 0px;
  }
  #productArea .QuantumFader {
    height: 180px;
  }
  #productArea .QuantumFader0 {
    margin: 10px auto 0px;
  }
  .carousel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .carousel-indicators {
    bottom: 230px;
  }
  .workArea .carousel-indicators,
  #deviceArea .carousel-indicators {
    bottom: 240px;
  }
  .QuantumFader {
    margin: 35px 0 0 0;
  }
  .carousel-image {
    width: 1136px;
  }
  .thumbnail {
    /* background: #e7ecf0; */
    border: 0px solid transparent;
    width: 100%;
    height: auto;
    /*
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px;
     */
    padding: 0px 1px 0px 1px;
    text-decoration: none;
  }
  #corplogo {
    max-width: 75%;
  }
  address {
    padding-top: 20%;
    font-size: 0.9em;
  }
  .carousel-caption {
    position: relative;
    left: -10px;
    top: -96px;
  }
  .carousel-caption-main {
    top: -328px;
  }
  .carousel-title {
    top: -120px;
    left: 12%;
  }
  .carousel-caption-main a,
  .carousel-caption-main a:hover,
  .carousel-caption-main a:visited,
  .carousel-caption-main a:active {
    font-size: 6pt;
    letter-spacing: 3pt;
  }
  .shortcutLink a,
  .shortcutLink a:hover,
  .shortcutLink a:visited,
  .shortcutLink a:active {
    font-size: 0.5em;
    text-align: center;
  }
  .navnail {
    /* border: 1px solid transparent; */
    bottom: 140px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .col-md-2 {
    width: 14.256666666666664%;
  }
  .col-xs-6 {
    width: 14.256666666666664%;
  }
  .col-md-rb {
    width: 50%;
  }
}
@media only screen and (max-device-width: 640px) {
  .menu-tools {
    display: none;
  }
  .QuantumFader {
    margin: 0px 0 0 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  #deviceArea .QuantumFader {
    height: 240px;
  }
  #deviceArea .QuantumFader0 {
    margin: 10px auto 0px;
  }
  #productArea .QuantumFader {
    height: 240px;
  }
  #productArea .QuantumFader0 {
    margin: 10px auto 0px;
  }
  .carousel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .carousel-indicators {
    bottom: 145px;
  }
  .workArea .carousel-indicators,
  #deviceArea .carousel-indicators {
    bottom: 170px;
  }
  /* For general iPad layouts */
  .carousel-image {
    width: 1136px;
  }
  .thumbnail {
    /* background: #e7ecf0; */
    border: 0px solid transparent;
    width: 100%;
    height: auto;
    /*
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px;
     */
    padding: 0px 1px 0px 1px;
    text-decoration: none;
  }
  .carousel-caption {
    position: relative;
    left: -20px;
    bottom: 35%;
  }
  .carousel-caption-main {
    position: relative;
    top: -126px;
  }
  .carousel-title {
    top: -180px;
    left: 12%;
  }
  #corplogo {
    max-width: 75%;
  }
  address {
    padding-top: 15%;
    font-size: 0.9em;
  }
  .shortcutLink a,
  .shortcutLink a:hover,
  .shortcutLink a:visited,
  .shortcutLink a:active {
    font-size: 0.7em;
    text-align: center;
  }
  .navnail {
    /* border: 1px solid transparent; */
    bottom: 140px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .col-md-2 {
    width: 14.256666666666664%;
  }
  .col-xs-6 {
    width: 14.256666666666664%;
  }
}
@media only screen and (min-device-width: 992px) {
  /* For general iPad layouts */
  .md-button {
    padding: 0 4px 0 4px;
    margin: 1px 6px 4px;
  }
  .carousel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .carousel-caption {
    position: relative;
    left: -20px;
    bottom: 35%;
  }
  .carousel-caption-main {
    position: relative;
    top: -450px;
  }
  .col-md-rb {
    width: 40.66666667%;
  }
  .carousel-image {
    width: 1136px;
  }
  .thumbnail {
    /* background: #e7ecf0; */
    border: 0px solid transparent;
    width: 100%;
    height: auto;
    /*
     -webkit-border-radius: 5;
     -moz-border-radius: 5;
     border-radius: 5px;
     */
    /* padding: 100px 10px 10px 10px; */
    text-decoration: none;
  }
  .carousel-title {
    top: -120px;
    left: 15%;
  }
  #sccTitleID02 {
    z-index: 10;
    top: -88px;
    left: -34%;
  }
  #sccTitleID01 {
    top: -176px;
    left: 18%;
  }
  #cbTitleID02,
  #ttTitleID02 {
    z-index: 10;
    top: -90px;
    left: -44%;
  }
  #cbTitleID01,
  #ttTitleID01 {
    top: -150px;
    left: 16%;
  }
  #pbTitleID {
    top: -50px;
    left: 16%;
  }
  #corplogo {
    max-width: 75%;
  }
  address {
    padding-top: 15%;
    font-size: 0.9em;
  }
  #LocksAndLinks.descriptions span:nth-child(3) p {
    font-weight: bold;
    text-align: center;
  }
  #FittingSavers.descriptions span:nth-child(1) p,
  #CableGuard.descriptions span:nth-child(1) p {
    font-weight: bold;
    text-align: center;
  }
  .img-view {
    float: top;
    hight: 160px;
    width: 40%;
  }
  .usalogo-responsive {
    width: 30%;
    float: right;
  }
  .col-md-2 {
    width: 14.256666666666664%;
  }
  .col-xs-6 {
    width: 14.256666666666664%;
  }
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* STYLES GO HERE */
}
/* iPad in landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  footer {
    padding-top: 15%;
    border: 0px solid transparent;
    background-color: transparent;
    width: 100%;
  }
  .md-button {
    padding: 0 4px 0 6px;
    margin: 1px 8px 5px 8px;
    min-width: 138px;
    border-radius: 3px;
    font-size: 12px;
  }
  .QuantumFader {
    margin: 60px 0 0 0;
    margin-top: 0px;
    margin-bottom: 50px;
    height: 343px;
    border: 0px solid transparent;
    background-color: transparent;
  }
  .QuantumFader0 {
    margin: 80px auto 0;
  }
  .QuantumFader1 {
    width: 45%;
  }
  .QuantumFader2 {
    width: 45%;
  }
  .carousel-inner {
    overflow: visible;
  }
  .carousel-title {
    top: -90px;
    left: 14%;
  }
  .carousel-caption {
    position: relative;
    left: -20px;
    top: -180px;
  }
  .carousel-indicators {
    bottom: 10%;
  }
  .carousel-caption-main {
    top: -354px;
  }
  .carousel-caption-misc {
    left: -2%;
    top: -222px;
  }
  #mainArea .carousel-inner {
    height: 370px;
  }
  .workArea .carousel-indicators,
  #deviceArea .carousel-indicators {
    bottom: 16%;
  }
  .devices {
    border: 0px solid transparent;
  }
  #LocksAndLinks.descriptions span:nth-child(3) p {
    font-weight: bold;
    text-align: center;
  }
  #sccTitleID02 {
    z-index: 10;
    top: -72px;
    left: -40%;
  }
  #sccTitleID01 {
    top: -144px;
    left: 18%;
  }
  #ttTitleID02,
  #cbTitleID02 {
    z-index: 10;
    top: -80px;
    left: -40%;
  }
  #ttTitleID01,
  #cbTitleID01 {
    top: -124px;
    left: 16%;
  }
  #pbTitleID {
    top: -350px;
    left: 16%;
  }
  #footer {
    width: 100%;
	height: auto;
  }
  .usalogo-responsive {
    width: 30%;
  }
  .language {
    top: 66px;
    right: 60px;
  }
}
/* iPad mini in landscape */
@media only screen and (min-device-width: 550px) and (max-device-width: 768px) and (orientation: landscape) {
  .menu-tools {
    display: none;
  }
  .carousel-caption-main {
    top: -278px;
  }
  .shortcutLink {
    padding-bottom: 10px;
  }
  .QuantumFader {
    margin: 0px 0px 10px;
    height: 266px;
  }
  #mainArea .carousel-inner {
    height: 260px;
  }
}
/* iPad mini in portrait */
@media only screen and (min-device-width: 550px) and (max-device-width: 768px) and (orientation: portrait) {
  .carousel-caption-main {
    top: -238px;
  }
  .carousel-caption-main a,
  .carousel-caption-main a:hover,
  .carousel-caption-main a:visited,
  .carousel-caption-main a:active {
    font-size: 6pt;
    letter-spacing: 3pt;
  }
  .usalogo-responsive {
    width: 40%;
  }
  address {
    text-align: center;
    font-size: 1.1em;
    padding-top: 1.2em;
    padding-bottom: 0.5em;
  }
  address a:first-child {
    font-size: 1.3em;
    font-weight: bold;
  }
  address a:last-child {
    font-size: 0.8em;
  }
  .language {
    top: 50px;
    right: 24px;
  }
  .QuantumFader {
    height: 224px;
    margin: 0px 0px 10px;
  }
  .carousel-caption-misc {
    left: -6%;
    top: -134px;
  }
  .shortcutLink a,
  .shortcutLink a:hover,
  .shortcutLink a:visited,
  .shortcutLink a:active {
    font-size: 0.5em;
    text-align: center;
  }
  .shortcutLink {
    padding-bottom: 340px;
  }
  .navnail {
    /* border: 1px solid transparent; */
    bottom: 40px;
    padding-right: 4px;
    padding-left: 4px;
  }
}
/* iPad in portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
  footer {
    padding-top: 15%;
    border: 0px solid transparent;
    background-color: transparent;
    width: 100%;
  }
  .md-button {
    padding: 0 4px 0 6px;
    margin: 1px 6px 5px 6px;
    min-width: 108px;
    border-radius: 3px;
    font-size: 11px;
  }
  .QuantumFader {
    margin: 60px 0 0 0;
    margin-top: 0px;
    margin-bottom: 50px;
    border: 0px solid transparent;
    background-color: transparent;
  }
  .QuantumFader0 {
    margin: 80px auto 0;
  }
  .QuantumFader1 {
    width: 45%;
  }
  .QuantumFader2 {
    width: 45%;
  }
  .carousel-caption {
    top: -230px;
  }
  .carousel-inner {
    overflow: visible;
  }
  .carousel-title {
    top: -70px;
    left: 10%;
  }
  .carousel-indicators {
    bottom: 16%;
  }
  .carousel-caption-main {
    top: -277px;
  }
  .carousel-caption-main a,
  .carousel-caption-main a:hover,
  .carousel-caption-main a:visited,
  .carousel-caption-main a:active {
    font-size: 9pt;
    letter-spacing: 3pt;
  }
  .carousel-caption-misc {
    left: -14%;
    top: -152px;
  }
  .devices {
    border: 0px solid transparent;
  }
  #mainArea .carousel-inner {
    height: 310px;
  }
  #MicsArea .carousel-caption-misc {
    top: -64px;
  }
  #MicsArea > div > div:nth-of-type(2) .carousel-caption-misc {
    top: -78px;
  }
  #LocksAndLinks.descriptions span:nth-child(3) p {
    font-weight: bold;
    text-align: center;
  }
  #sccTitleID02 {
    z-index: 10;
    top: -55px;
    left: -40%;
  }
  #sccTitleID01 {
    top: -111px;
    left: 18%;
  }
  #ttTitleID02,
  #cbTitleID02 {
    z-index: 10;
    top: -55px;
    left: -40%;
  }
  #ttTitleID01,
  #cbTitleID01 {
    top: -96px;
    left: 16%;
  }
  #pbTitleID {
    top: -476px;
    left: 16%;
  }
  #footer {
    width: 100%;
  }
  .usalogo-responsive {
    width: 110;
	height: 64;
  }
  .language {
    top: 60px;
    right: 44px;
  }
  .shortcutLink a,
  .shortcutLink a:hover,
  .shortcutLink a:visited,
  .shortcutLink a:active {
    font-size: 0.7em;
    text-align: center;
  }
  .QuantumFader {
    height: 270px;
    margin: 0px 0px 10px;
  }
  #productArea .QuantumFader {
    height: 290px;
  }
  #productArea .carousel-title {
    top: -10px;
  }
  .navnail {
    /* border: 1px solid transparent; */
    bottom: 140px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .shortcutLink {
    padding-bottom: 260px;
  }
}
@media only screen and (min-device-height: 800px) {
  .thumbnail {
    padding: 100px 10px 10px 10px;
  }
}
@media only screen and (min-device-height: 1920px) {
  .thumbnail {
    padding: 160px 10px 10px 10px;
  }
}
/* iPad mini in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* STYLES GO HERE */
}
/* iPad mini in landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* STYLES GO HERE */
}
/* iPad mini in portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* STYLES GO HERE */
}
