/****************************
-- Hero --
****************************/
@media screen and (min-width:1024px) {
  #product .hero_slider_item {
    height: 750px;
  }
}

#secondary-section {
  position: relative;
}

.product_navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/****************************
-- Ideal uses --
****************************/
#product .grid_component .desktop {
  display: none;
}

@media screen and (min-width:960px) {
  #product .grid_component .desktop {
    display: block;
  }

  #product .grid_component .mobile {
    display: none;
  }

  #product .grid_component_item_caption p {
    font-size: 18px;
    line-height: 28px;
  }
}

/****************************
-- Slider --
****************************/
#product .bx-wrapper .bx-controls-direction a:after {
    font-size: 10px;
}


/* Contact Us Pop-up */

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	width: 100%;
	max-width: 715px;
	text-align: center;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lightbox-demo h2 {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.lightbox-demo p {
	margin: 0;
}

.lightbox-demo .holder-content {
	background: #fff;
	padding: 15px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border-radius: 10px;
}

.lightbox-demo a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.lightbox-demo a:hover {
	color: #0189c6;
}

.lightbox-demo a .icon {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 4px 0 0;
	font-size: 0;
	line-height: 0;
}

.lightbox-demo a .icon.email {
	padding-top: 2px;
}

.lightbox-demo a .text {
	display: inline-block;
	vertical-align: middle;
}

.lightbox-demo .logo-text {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 20px;
	margin: -3px 0 22px;
}

.lightbox-demo .logo-text a {
	border-bottom: 1px solid #15c;
}

.lightbox-demo address {
	font-style: normal;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}

.lightbox-demo .contact-list {
    margin: 0 0 35px;
}
.lightbox-demo .contact-list li {
    margin: 0 0 3px;
}

.lightbox-demo .contact-list {
	margin: 0;
    padding: 0;
    list-style: none;
}

.fancybox-skin {
	padding: 0px !important;
}

#product .bx-wrapper .bx-controls-direction a {
  color: #262626;
}

/****************************
-- Product Reviews --
****************************/
.product_reviews {
  background-color: #262626;
}

.product_reviews .container {
  padding-top: 90px;
  padding-bottom: 80px;
}

.product_reviews .caption h3 {
  margin-bottom: 10px;
}

.product_reviews .caption h2 {
  color: white;
}

.product_reviews .lbl_sm {
  color: white;
}

.product_reviews .caption {
  margin-bottom: 20px;
}

.product_reviews_item_caption p {
  color: #9e9e9e;
}

.product_reviews_item {
  border-bottom: 1px solid rgb(59, 59, 59);
  padding: 20px 0 35px;
}

.product_reviews_item:last-of-type {
  border: 0;
}

.product_reviews_items > div:last-child {
  border: none;
}

.product_reviews .btn {
  margin: 50px auto 0;
}

.product_reviews_item .product_reviews_item_logo {
  display: block;
  padding-bottom: 20px;
}

.product_reviews_item .img-wrap {
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.product_reviews .shift{
  margin: 0 0 15px;
}

@media screen and (min-width: 960px) {
  .product_reviews .lbl_sm {
    line-height: 50px;
  }

  .product_reviews .btn {
    margin: 100px auto 0;
  }

  .product_reviews_item > * {
    vertical-align: top;
  }

  .product_reviews_item .product_reviews_item_logo {
    padding-top: 10px;
  }

  .product_reviews .caption h3 {
    margin-bottom: 20px;
  }

  .product_reviews .container{
    max-width: 1000px;
  }

  .product_reviews_item .product_reviews_item_logo {
    display: inline-block;
    width: 12%;
  }

  .product_reviews_item .product_reviews_item_caption {
    width: 88%;
    padding-left: 20px;
  }

  .product_reviews_item .img-wrap img {
    margin: 0;
  }
}

/****************************
-- Product Apps --
****************************/
.product_apps .h3{
  color: #fff;
  margin-bottom: 10px;
}
/****************************
-- Download Apps --
****************************/
.download_apps .grid > .col{
  width: 100%;
  padding: 25px 0 0;
}

.download_apps .col .img-wrap {
  display: inline-block;
  height: 30px;
  width: 18%;
  margin-top: 7px;
}

.download_apps .col .caption {
  padding: 0;
  width: 82%;
}

.download_apps .caption p {
  margin: 0;
}

.download_apps .ibp > * {
  vertical-align: top;
}

.download_apps .slides .img-wrap {
  padding-bottom: 80%;
}

.download_apps .slides .img-wrap img{
  top: auto;
}

.download_apps .bx-wrapper .bx-controls-direction .bx-prev {
  left: 15%;
}

.download_apps .bx-wrapper .bx-controls-direction .bx-next {
  right: 15%;
}

@media screen and (min-width: 1280px) {
  .download_apps .grid > .col{
    width: 50%;
    padding: 50px 20px 0 0;
  }

  .download_apps.swimlane .caption.desktop_first .container{
    max-width: 800px;
  }
}

/****************************
-- Processor --
****************************/
.processor {
  padding: 80px 0 90px;
}

.processor .container h3 {
  margin-bottom: 10px;
}

.rbu .processor .container h3 {
  color: #6B6B6B;
}

.cbu .processor .container h3 {
  color: #662E88;
}

.spbu .processor .container h3 {
  color: rgb(254,212,0);
}


.processor > .container {
  max-width: 1152px;
}

.processor .router {
  margin-top: 70px;
}

.processor .cpu {
  position: relative;
}

.processor .cpu .img-wrap {
  margin: 29px auto;
  z-index: 1;
}

.processor .typical .cpu .img-wrap {
  height: 130px;
  width: 130px;
}

.processor .nighthawk .cpu .img-wrap {
  height: 260px;
  width: 130px;
}

.processor .nighthawk h3,
.processor .nighthawk h4 {
  color: #9d0b8b;
}

.processor .nighthawk .band{
  background-color: #f4eef5;
}

.processor .band {
  background-color: #eff0f0;
  position: absolute;
  height: 40px;
}

.processor .band.left{
  left: 0px;
}

.processor .band.right {
  right: 0px;
}

.processor .band.double {
  height: 80px;
}

.processor .band.full {
  width: 100%;
}

.processor .band.half {
  width: 50%;
}

.processor .band.top {
  top: 43px;
}

.processor .band.bottom {
  bottom: 43px;
}

.processor .band.middle {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.band_animate {
  background-position: 0 center;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: animatedBands 40s linear infinite;
  animation: animatedBands 40s linear infinite;
}

.band {
  -webkit-animation: animatedBackground 40s linear infinite;;
  animation: animatedBackground 40s linear infinite;;
}

@-webkit-keyframes animatedBands {
	0% {
    background-position: 0 center;
  }
	100% {
    background-position: 1800px center;
  }
}

@keyframes animatedBands {
	0% {
    background-position: 0 center;
  }
	100% {
    background-position: 1800px center;
  }
}

@media screen and (min-width: 1024px) {
  .processor {
    padding: 100px 0;
  }

  .processor .container h3 {
    margin-bottom: 20px;
  }
}

/****************************
-- Nav Bar --
****************************/

/*Navigation*/
 .product_navbar {
  background-color: #f1f4f5;
  border-bottom: 1px solid #e0e3e4;
}

 .product_navbar.fixed {
  margin: auto;
  max-width: 1800px;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
}

/*Nav */
 .product_navbar_navigation {
   border-top: 1px solid #e0e3e4;
   text-align: center;
 }

 .product_navbar_navigation .container {
   padding: 0;
 }

 .product_navbar_navigation ul {
   opacity: 0;
   visibility: hidden;
   height: 0;
   width: 100%;
   -webkit-transition: opacity 300ms ease, visibility 0ms linear 300ms,height 300ms linear;
   transition: opacity 300ms ease, visibility 0ms linear 300ms, height 300ms linear;
 }

 .product_navbar_navigation ul.active {
   opacity: 1;
   visibility: visible;
   height: auto;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
 }

.product_navbar_navigation ul > li:first-of-type {
   border-top: 1px solid #e0e3e4;
}

.product_navbar_navigation_cta_toggle {
  padding-right: 15px;
  position: relative;
}

.product_navbar_navigation_cta_toggle:after {
  color: #959595;
  content: '\e904';
  font-family: ngicons;
  font-size: 4px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10px;
  z-index: 2;
}

 .product_navbar_navigation_cta_toggle,
 .product_navbar_navigation_cta {
   color: #262626;
   display: block;
   font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
 }

 .product_summary_links > * {
   float: none;
 }

@media screen and (min-width: 1024px) {
  .product_navbar_navigation .container {
    padding: 0 30px;
  }

  .product_navbar_navigation ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  .product_navbar_navigation ul > li:first-of-type {
     border-top: 0;
  }

  .product_navbar_navigation li {
   float: left;
   margin-right: 45px;
 }

  .product_navbar_navigation li:last-child {
   margin: 0;
 }

  .product_navbar_navigation_cta {
   color: #262626;
   font-size: 14px;
   font-weight: 700;
   height: 51px;
   letter-spacing: 1px;
   line-height: 14.4px;
   padding: 16px 0;
   position: relative;
   top: 1px;
   text-transform: uppercase;
 }

  .product_navbar_navigation_cta.active {
     border-bottom: 3px solid #6B6B6B;
     padding-bottom: 11px;
  }

 .cbu .product_navbar_navigation_cta.active {
      border-bottom: 3px solid #95258A;
  }
}

@media screen and (min-width: 1280px) {
  .product_navbar_navigation_cta:hover {
   border-bottom: 3px solid #6B6B6B;
  }

  .cbu .product_navbar_navigation_cta:hover {
   border-bottom: 3px solid #95258A;
  }
}

/* Summary */
.product_summary {
  padding: 20px 0 10px;
}

.product_navbar .product_summary_content > .info_content,
.product_navbar .product_summary_image {
  height: auto;
  opacity: 1;
}

.product_navbar.fixed .product_summary_content > .info_content,
.product_navbar.fixed .product_summary_image {
  height: 0;
  opacity: 0;
  webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.product_navbar.fixed .product_summary_links .compButton {
  display: none;
}

.product_navbar .product_summary_links .compButton  {
  display: inline-block;
}

.product_navbar.fixed .product_summary_content > h3 {
  margin-bottom: 3px;
  text-align: center;
}

.product_navbar .product_summary .container > * {
  padding-bottom: 40px;
  webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
}

.product_navbar.fixed .product_summary .product_summary_content {
  display: block;
  padding-bottom: 5px;
}

.product_navbar.fixed .product_summary .container .product_summary_links{
  padding-bottom: 0;
}

.product_navbar .product_summary_image {
  display: block;
}

.product_navbar.fixed .product_summary_image {
  padding-bottom: 0;
}

.product_summary_links {
  text-align: center;
  display: block;
}

.rbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
.cbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
.spbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
.product_summary_links > * {
  margin: 0px 3px 5px;
  vertical-align: top;
}

.product_summary_content > h3,
.product_summary_content > p {
  margin-bottom: 15px;
}

.product_summary_content a.shift {
  color: black;
  font-weight: 700;
  margin-right: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.product_summary_content .rating > * {
  display: inline-block;
  vertical-align: top;
}

.product_summary_content .rating .img-wrap {
  height: 25px;
  margin-right: 20px;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .product_summary {
    padding: 20px 0 20px;
  }

  .product_navbar .product_summary .container > * {
    display: inline-block;
    padding-bottom: 0;
  }

  .product_navbar.fixed .product_summary .container > * {
    display: inline-block;
  }

  .product_summary_content,
  .product_summary_links{
    display: inline-block;
    vertical-align: top;
  }

  .product_summary_content {
    padding: 0 40px 0 20px;
    width: 60%;
  }

  .product_summary_links {
    width: 40%;
    text-align: center;
  }

  .rbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .cbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .spbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .product_summary_links > * {
    margin: 0px 3px 5px;
    /*float: right;*/
  }

  .product_navbar.fixed .product_summary_links .compButton {
    display: inline-block;
  }

  .product_navbar.fixed .product_summary_image {
    height: auto;
    opacity: 1;
  }

  .product_navbar .product_summary_image .img-wrap{
    padding-bottom: 35%;
  }

  .product_summary_content > h3{
    padding-top: 5px;
  }

  .product_navbar.fixed .product_summary_content > h3 {
    text-align: left;
  }

  .product_navbar .product_navbar_navigation {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .product_navbar .product_navbar_navigation_cta_toggle {
    display: none;
  }

  .rbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .cbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .spbu .product_summary_links .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
  .product_summary_links > * {
    float: right;
  }
}
/****************************
-- Product Overview --
****************************/
.product_overview .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #b9b9b9;
}

.product_overview > * {
  display: block;
  padding: 90px 0 0;
}

.product_overview > div:last-of-type {
  padding: 50px 0 80px;
}

.product_overview > * .container{
  max-width: 730px;
}

.product_overview_item_gallery ul li {
  display: inline-block;
  padding: 0 5px;
  width: 20%;
}

.product_overview_item_gallery_wrap .main {
  display: none;
}

.product_overview_gallery_thumbs {
  position: relative;
}

.product_overview_content h3 {
  margin-bottom: 20px;
}

.rbu .product_overview_content h3 {
  color: #6B6B6B;
}

.cbu .product_overview_content h3 {
  color: #662E88;
}

.spbu .product_overview_content h3 {
  color: rgb(254,212,0);
}

.product_overview .product_overview_gallery .img-wrap {
  padding-bottom: 80%;
}

.product_overview .image_gallery_thumb.video.play-icon:after {
  font-weight: bold;
}

.product_overview {
  padding-top: 330px;
}

.product_navbar.fixed + .product_overview {
  padding-top: 200px;
}

.product_overview .topline:before{
    height: 1px;
    width: 100%;
}

@media screen and (min-width: 768px) {
  .product_overview {
    padding-top: 230px;
  }
  .product_navbar.fixed + .product_overview {
    padding-top: 230px;
  }
}

@media screen and (min-width: 1024px) {
  .product_overview > * {
    display: inline-block;
    padding: 80px 0 100px;
    width: 50%;
  }

  .product_overview > div .container {
    max-width: 730px;
    float: left;
  }

  .product_overview > div:first-of-type .container {
    float: right;
  }

  .product_overview .p_sm {
    font-size: 20px;
    line-height: 35px;
  }

  .product_overview_item_gallery ul li a:hover, .product_overview_item_gallery ul li a.active {
    border-color: #777777;
  }

  .product_overview_item_gallery ul li a {
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    display: block;
    overflow: hidden;
  }

  .product_overview .product_overview_gallery .img-wrap {
    padding-bottom: 75%;
  }

  .product_overview_item_gallery_wrap .main{
    display: block;
  }
  .product_overview {
    padding-top: 240px;
  }
  .product_navbar.fixed + .product_overview {
    padding-top: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .product_overview {
    padding-top: 210px;
  }
  .product_navbar.fixed + .product_overview {
    padding-top: 160px;
  }
  .product_overview > * {
    padding: 110px 0 100px;
  }
}

/****************************
-- Product Specs --
****************************/
.product_specs {
  color: #fff;
  background: #9d0b8b; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #9d0b8b , #721d87); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #9d0b8b, #721d87); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #9d0b8b, #721d87); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #9d0b8b , #721d87); /* Standard syntax (must be last) */
  padding: 90px 0;
}

.product_specs.grid .col {
  width: 100%;
}

.product_specs .product_specs_list_section .container {
  max-width: 690px;
}

.product_specs h3 {
  margin-bottom: 10px;
}

.product_specs h2 {
  margin-bottom: 40px;
}

.product_specs .h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product_specs .btn {
  margin: 50px 0;
}

.product_specs_list > li {
  padding: 15px 0;
  border-bottom: 1px solid #760868;
}

.product_specs_list > li:last-child {
  border: none;
}

.product_specs_list > li > * {
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
  width: 50%;
}
.product_specs_list > li > ul > li {
  position: relative;
}
.product_specs_list > li > ul > li > p {
  margin-left: 15px;
}
.product_specs_list > li > ul > li::before {
    content: '';
    background-color: #fff;
    height: 4px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 12px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .product_specs {
    padding: 110px 0;
  }

  .product_specs.grid .col {
    width: 50%;
  }

  .product_specs.grid .col:first-of-type .container {
    float: right;
  }

  .product_specs.grid .col:last-of-type .container {
    float: left;
  }

  .product_specs_list > li {
    padding: 20px 0;
  }

  .product_specs_images .img-wrap {
    padding-bottom: 40%;
    margin-bottom: 30px;
  }
}

/*editors choice*/
.editors_choice {
  margin-top: 50px;
}

 .editors_choice_image {
   display: inline-block;
   width: 18%;
   margin-right: 2%;
   height: auto;
 }

 .editors_choice_image img{
   margin: 0 auto;
   position: relative;
 }

 .editors_choice_content {
   border-top: 1px solid #e1e1e1;
   border-bottom: 1px solid #e1e1e1;
   padding: 10px;
   width: 75%;
 }

 .editors_choice_content .p_sm{
   font-size: 16px;
   line-height: 26px;
 }

 /****************************
 -- Footnote --
 ****************************/
.footnote .container {
  max-width: 1380px;
}

/****************************
-- Tech Specs Old Product Support --
****************************/
.product_specs.full {
  background: #e5e5e5;
  color: #262626;
}

.product_specs.full .container{
  max-width: 1460px;
}

.product_specs.full .product_specs_list > li {
  border: none;
  padding: 20px 10px;
}

.product_specs.full .product_specs_list > li:nth-child(even){
  background-color: #fff;
}

.product_specs.full .product_specs_list > li > * {
  display: block;
  width: 100%;
}

.product_specs.full .product_specs_list > li > ul > li::before {
  background-color: black;
}

@media screen and (min-width: 960px){
  .product_specs.full .product_specs_list > li > * {
    display: inline-block;
  }

  .product_specs.full .product_specs_list > li > .h4{
    width: 30%;
  }

  .product_specs.full .product_specs_list > li > ul,  .product_specs.full .product_specs_list > li > .image{
    width: 70%;
  }
}
/*show less show more css*/
@media screen and (min-width: 960px){
  section.grid_component[data-section="idealUses"] .container .grid .col,
  section.grid_component[data-section="IdealUses"] .container .grid .col

   {
    width: 33.33%;
  }
}
section.grid_component[data-section="idealUses"] .morecontent span,
section.grid_component[data-section="IdealUses"] .morecontent span {
    display: none;
}
section.grid_component[data-section="idealUses"] .morelink,
section.grid_component[data-section="IdealUses"] .morelink {
    display: block;
    padding-top: 7px;
}


/****************************
-- Handling button color for reviews --
****************************/
.product_reviews .btn.t8 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
}

.product_reviews .btn.t8:before {
  background: #fff;
}

.product_reviews .btn.t8:after {
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #fff 100%),  -moz-linear-gradient(left, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #fff 0%,#fff 100%), -webkit-linear-gradient(left, #fff 0%,#fff 100%);
  background: linear-gradient(to right, #fff 0%,#fff 100%), linear-gradient(to right, #fff 0%,#fff 100%);
}

.rbu .product_reviews .btn.t8:hover {
  color: #2C262D;
}

.cbu .product_reviews .btn.t8:hover {
  color: #662E88;
}

.spbu .product_reviews .btn.t8:hover {
  color: #f99900;
}
