
#hero {
    position: relative;
    height: 260px;
}
#hero-slider li div {
    max-width: 63.75em;
    margin: 0 auto;
    position: relative;
    width: 95%;
}

#hero-slider li div h1,#hero-slider li div h5 {
    font-size: 1.85em; /* 58.32px */
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 1.8em;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}
#hero-slider li div h2,#hero-slider li div h6 {
    font-weight: 100;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    line-height: 1.3em;
    padding-top:.5em;
    padding-bottom:.3em;
    font-size: 1em;
}
#hero-slider li div a {
    width: 100%;
    margin: 0.4em 0;
    margin-right: 0.2em;
    letter-spacing: 0.01em;
    display: block;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #007FA9;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.65s ease-out; /* Opera 10.50Ã¢â‚¬â€œ12.00 */
    transition: all 0.65s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#hero-slider li div a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007FA9;
    -webkit-transition: all 0.3s ease-out; /* Opera 10.50Ã¢â‚¬â€œ12.00 */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#hero-slider {
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #000;
}
#hero-slider li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}


#hero-slider li:first-child {
    position: relative;
    display: block;
    float: left;
}
#hero-slider img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#hero-slider h2{
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  padding-top: 0.8em;
  word-spacing: 0.09em;
  }

#hero-slider h1{ 
}

/*#hero-slider li div h1 {
    font-size: 2.645em;
    width: 70%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 20px;
}*/
#hero-slider li div h2 {
    width: 60%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 35px;
}
#hero-slider li div a {
    padding: 9px 15px;
    width: auto;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: 20px;
}
#hero-slider li.rslides1_on div h1 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}
#hero-slider li.rslides1_on div h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}
#hero-slider li.rslides1_on div a {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 0;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}


#hero { height: 260px;
  margin-bottom: 14px;  
}
/*#hero-slider li div h1 {
    font-size: 2.645em;
    margin-bottom: 2%;
    width: 70%;
}*/
#hero-slider li div a,  li.rslides1_on div a { padding: 8px 12px }

#hero-slider-tabs {
  bottom: 0;
  left: 0;
  padding-left: 3.2em;
  position: absolute;
  z-index: 1000;
}
#hero-slider-tabs .hero-slider-tabs-container {
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
#hero-slider-tabs ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}
#hero-slider-tabs ul li {
  display: inline-block;
  height: auto;
  margin: 10px;
  overflow: hidden;
  width: auto;
}
#hero-slider-tabs ul li a,
#hero-slider-tabs ul li a span {
  width: 100%;
  height: 100%;
  display: block;
}
#hero-slider-tabs ul li a .rslides1_text_container { display: none }
#hero-slider-tabs ul li a .rslides1_image_container {
  opacity: 0.4;
  filter:alpha(opacity=40);  /* for IE */
  background-repeat:no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: all 0.65s ease-out; /* Opera 10.50Ã¢â‚¬â€œ12.00 */
  transition: all 0.65s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  width: 10px;
  height: 10px;
  border-radius: 15px;  
  
}
#hero-slider-tabs ul li a:hover .rslides1_image_container,
#hero-slider-tabs ul li.rslides_here a .rslides1_image_container {
  opacity: 1;
  filter:alpha(opacity=100); /* for IE */
  -webkit-transition: all 0.3s ease-out; /* Opera 10.50Ã¢â‚¬â€œ12.00 */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  text-decoration:none;
  background-color:#fff;
}

.hero-buttons{
  left: -20px;   
}


#hero-slider li.rslides-slide1 { background: #000 url('../images/QNX-Certicom-1.jpg') no-repeat center top }
#hero-slider li.rslides-slide2 { background: #000 url('../images/QNX-Certicom-2.jpg') no-repeat center top }
#hero-slider li.rslides-slide3 { background: #000 url('../images/QNX-Certicom-3.jpg') no-repeat center top }
#hero-slider li.rslides-slide4 { background: #000 url('../images/QNX-Certicom-4.jpg') no-repeat center top }
#hero-slider li.rslides-slide5 { background: #000 url('../images/QNX-Certicom-5.jpg') no-repeat center top }

/*#hero-slider-tabs ul li.rslides1_s1 a .rslides1_image_container {
    background: #000 url('http://qnx.com/images/banners/carousel/wirelessframework_thumb.jpg') no-repeat center top
}
#hero-slider-tabs ul li.rslides1_s2 a .rslides1_image_container {
    background: #000 url('http://qnx.com/images/banners/carousel/hypervisor_thumb.jpg') no-repeat center top
}
#hero-slider-tabs ul li.rslides1_s3 a .rslides1_image_container {
    background: #000 url('http://qnx.com/images/banners/carousel/hypervisor_webinar_thumb.jpg') no-repeat center top
}
#hero-slider-tabs ul li.rslides1_s4 a .rslides1_image_container {
    background: #000 url('http://qnx.com/images/banners/carousel/ew2015_thumb.jpg') no-repeat center top
}*/






