

.categories li, .products li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 1px solid #ebeef1;
  border-right: 1px solid #ebeef1;
  cursor: pointer;
  margin: 0;
  border-top: solid #ffffff; }


#prev, #next {
  height: 76px;
  width: 48px;
  padding: 25px 17px;
  background-color: rgba(33, 37, 48, 0.4);
  color: #ffffff;
  border-radius: 3px;
  margin-top: -50px;
  transition: 0.2s ease-out; }

.hidden {
  display: none; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
font-size:0.875em;
 }

body {
  height: 100%;
  font-family: SST W01 Roman, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65; }
  body#main {
    background-color: #f1f5f9; }

.container-fluid {
  height: 100%;
  position: relative; }
  .container-fluid input[type="search"] {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 55px;
    background: url(../img/search.png) no-repeat left center #ffffff;
    background-size: 3%;
    z-index: 999; }
  .container-fluid button.btn-primary {
    border-radius: 0;
    background-color: #5887f5; }
    .container-fluid button.btn-primary:active {
      background-color: #4572ed; }
  .container-fluid button.btn-default {
    border-radius: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }
  a:active {
    text-decoration: none; }

h5 {
  font-weight: bold; }

.main_content_wrapper {
  margin-top: 50px; }
  .main_content_wrapper.no_header {
    margin-top: 0; }

.whiteBG {
  background-color: #ffffff !important; }

.spacer_30 {
  height: 30px; }

.alert-wrapper {
  position: fixed;
  top: 10px;
  z-index: 99999999;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .alert-wrapper .alert {
    width: 200px;
    margin: 0 auto; }

#copy-alert {
  display: none; }

#close-alert {
  display: none; }

#country-selector {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999999;
  opacity: 0;
  display: none; }
  #country-selector #login-wrapper {
    width: 40%;
    margin: 0 auto; 
    margin-top : 20px; }
    #country-selector #login-wrapper .input-group {
      margin: 10px 0; }
    #country-selector #login-wrapper .close-btn {
      margin-top: 10px;
      padding: 5px 10px; }
      #country-selector #login-wrapper .close-btn:hover {
        background-color: #f5f5f5;
        cursor: pointer; }

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: url(../img/sony_logo.png) no-repeat black left center;
  background-position-x: 20px;
  z-index: 999; }
  .header-fixed div {
    margin-top: 7px;
    cursor: pointer; }
    .header-fixed div span {
      margin: 0 50px;
      vertical-align: middle; }

.header {
  position: absolute;
  width: 100%;
  height: 50px;
  color: #ffffff;
  background: url(../img/sony_logo.png) no-repeat black left center;
  background-position-x: 20px; }
  .header + .row {
    margin-top: 50px; }

#results {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 0 6px black; }
  #results li {
    padding: 5px 40px;
    list-style-type: none;
    cursor: pointer;
    border-bottom: 1px #f7f7f7 solid; }
    #results li:hover {
      background-color: #f7f7f7; }

ul {
  margin: 0;
  padding: 0 !important; }
  ul.categories h2 {
    width: 300px; }
  ul.categories .category {
    text-transform: capitalize; }
  ul h2 {
    background-color: #f1f5f9;
    margin: 0;
    padding: 20px 0 20px 10px;
    position: fixed; }
  ul.products h2 {
    width: 250px; }
  ul li button {
    margin-top: -7.5px; }

.categories {
  top: 100px;
  position: absolute;
  width: 300px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 3;
  background-color: #ffffff; }
  .categories li:hover {
    background-color: #fcfcfc; }
  .categories li.active-tab:hover {
    background-color: #ebeef1; }

.products {
  top: 100px;
  position: absolute;
  width: 250px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  left: 0;
  z-index: 2; }
  .products li:hover {
    background-color: #fcfcfc; }
  .products li.active-tab:hover {
    background-color: #ebeef1; }
  .products li.product span {
    font-size: 70%;
    color: #898989; }

#opciones-width {
  margin-right: 10px; }

.product-description {
  position: absolute;
  top: 1000px;
  left: 550px;
  width: auto;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1;
  padding: 20px;
  background-color: #f1f5f9; }
  .product-description li {
    border-top: none; }
  .product-description h3 {
    text-transform: capitalize; }
  .product-description .row button {
    margin: 30px 15px 10px 0; }
  .product-description button#reset-to-defaults {
    margin-top: 30px; }

.btn-group .btn {
  border-radius: 0; }
.btn-group label {
  background-color: #ffffff !important;
  color: black; }
  .btn-group label:hover {
    color: inherit; }
  .btn-group label.active {
    background-color: #5887f5 !important; }
    .btn-group label.active:hover {
      color: #ffffff; }

button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #eee;
  border-radius: 3px; }
  button.btn-lg {
    width: 130px; }
  button:hover {
    cursor: pointer; }

h2 + div li:first-of-type {
  margin-top: 73px; }
h2 + li:first-of-type {
  margin-top: 73px; }

.products-demo {
  top: 100px;
  position: absolute;
  width: 250px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  left: 300px;
  z-index: 1; }

.product-description-demo {
  top: 100px;
  position: absolute;
  left: 300px !important;
  width: auto;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 1;
  padding: 20px;
  background-color: #f1f5f9; }
  .product-description-demo img {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .product-description-demo h3 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px; }
  .product-description-demo span {
    color: #5887f5;
    margin-right: 30px; }

.description {
  background-color: #ffffff;
  border-top: solid #5887f5;
  padding: 30px; }
  .description #iframe_container {
    word-break: break-all; }

.active-tab {
  background-color: #f1f5f9;
  border-top: solid #5887f5 !important;
  cursor: default; }
  .active-tab p {
    font-weight: bold; }

.modal-body {
  padding: 1px 15px 0;
  margin-top: -1px; }

#ver {
  width: 141px;
  height: 43px;
  background-color: #5887f5;
  border-radius: 0;
  border: 0;
  transition: background-color 0.25s linear, border-color 0.25s linear, opacity 0.25s linear, color 0.25s linear, fill 0.25s linear; }
  #ver:hover {
    background-color: #4572ed; }

.cycle-slideshow {
  height: 500px;
  width: 100%;
  background-color: #f1f5f9;
  padding: 0;
  margin: 0; }

.cycle-pager {
  bottom: 0;
  position: absolute;
  margin: 0 auto !important;
  width: 100% !important;
  text-align: center !important;
  z-index: 9999; }
  .cycle-pager img {
    transition: all 0.2s ease-in-out;
    margin: 0px 2px !important;
    padding-top: 10px; }
    .cycle-pager img:hover {
      cursor: pointer; }
    .cycle-pager img:not(.cycle-pager-active):hover {
      cursor: pointer;
      border-top: solid #5887f5;
      padding-top: 6px; }
  .cycle-pager .cycle-pager-active {
    border-top: solid #5887f5; }
  .cycle-pager span {
    font-size: 30px;
    padding: 0 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #bcbccc;
    cursor: pointer; }
    .cycle-pager span.cycle-pager-active {
      color: #2f353d; }

.cycle-nav {
  position: relative;
  margin-top: -250px;
  margin-bottom: 250px;
  z-index: 999; }

.slider-img {
  width: auto;
  height: auto;
  max-height: 375px;
  max-width: 80%; }

#prev {
  margin-left: 25px; }
  #prev:hover {
    background-color: rgba(33, 37, 48, 0.8); }

#next {
  margin-right: 25px; }
  #next:hover {
    background-color: rgba(33, 37, 48, 0.8); }

.separator {
  margin: 30px 20px;
  border-bottom: 2px solid #e4e8ec; }

.product-highlight {
  position: relative;
  padding: 30px 10px; }
  .product-highlight .col-md-1 {
    position: absolute;
    bottom: 0;
    right: 20px; }
  .product-highlight p:first-of-type {
    text-transform: capitalize; }

.nav-tabs li a {
  transition: all 0.2s ease-in; }
.nav-tabs li:hover a {
  border-bottom: solid #5887f5; }
.nav-tabs a {
  padding: 10px; }
.nav-tabs > li.active > a {
  border: none; }
  .nav-tabs > li.active > a:hover {
    border: none; }
  .nav-tabs > li.active > a:focus {
    border: none; }

.box-includes {
  background-color: #f1f6fa; }
  .box-includes img {
    padding: 0 0 40px 40px; }
  .box-includes h5 {
    padding-top: 30px;
    padding: 5px;
    margin-left: 45px; }
  .box-includes p {
    padding: 5px;
    margin-left: 45px;
    color: #82838f;
    font-size: 90%;
    margin-bottom: 0; }
  .box-includes .inTheBox {
    padding-bottom: 40px; }
  .box-includes div div {
    padding-top: 30px; }

#boximg div {
  text-align: center; }
#boximg img {
  max-width: 500px; }

.caracteristicas {
  margin-bottom: 50px; }
  .caracteristicas img {
    width: 100%; }
  .caracteristicas .row {
    margin-bottom: 80px; }
    .caracteristicas .row:nth-child(odd) .col-md-7 {
      float: right; }

.item {
  margin-bottom: 20px;
  width: 31.5%; }
  .item h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px; }
    .item h2 span {
      color: #00a8f9;
      position: relative;
      bottom: 0.5ex;
      font-size: 70%;
      padding-left: 2px; }
  .item p {
    font-size: 12px;
    color: #898989;
    padding: 10px 20px; }
    .item p.elem_tn {
      padding: 0 20px;
      margin: 0;
      color: #AFAFBB;
      font-size: 80%; }
      .item p.elem_tn span {
        font-weight: bold;
        position: relative;
        bottom: 0;
        padding-left: 0; }
  .item .body-text {
    border-bottom: 1px solid #d2d3db;
    padding: 10px 0;
    margin: 0 20px 10px 20px; }
    .item .body-text span {
      color: #00a8f9;
      position: relative;
      bottom: 1ex;
      font-size: 80%;
      padding-left: 2px; }

.legal-label a {
  cursor: pointer;
  color: #337ab7; }
  .legal-label a i {
    margin-left: 5px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .legal-label a i.rotate_icon {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.ft-wrapper {
  height: auto;
  overflow: hidden;
  color: #83838f; }

.highlights .row {
  margin-bottom: 30px;
  height: auto; }
  .highlights .row div {
    height: 100%;
    padding: 0;
    background-color: #f1f5f9;
    border-bottom: 1px solid #d2d3db; }
    .highlights .row div img {
      height: 100%; }
    .highlights .row div h5 {
      display: inline-block;
      padding: 10px 45px 0 50px; }
    .highlights .row div p {
      display: flex;
      padding: 0 45px 0 50px;
      width: 50%; }
.highlights .long-highlight div p {
  display: flex;
  padding: 10px 45px 10px 50px;
  width: 100%; }

.especificaciones ul:first-of-type {
  margin: 0 0 0 40px; }
  .especificaciones ul:first-of-type li {
    list-style-type: none;
    padding: 30px;
    border-bottom: 1px solid #ebeef1;
    margin: 0 40px 0 0; }
    .especificaciones ul:first-of-type li i[class*="fonticon-"] {
      float: left;
      margin-right: 10px; }
    .especificaciones ul:first-of-type li p {
      padding-left: 25px; }
      .especificaciones ul:first-of-type li p.body-text span {
        color: #00a8f9;
        position: relative;
        bottom: 1ex;
        font-size: 80%;
        padding-left: 2px; }
    .especificaciones ul:first-of-type li p.legal-label {
      font-size: 80%; }
      .especificaciones ul:first-of-type li p.legal-label a {
        color: #337ab7; }
    .especificaciones ul:first-of-type li .ft-wrapper p.elem_tn {
      color: #AFAFBB;
      font-size: 80%; }
      .especificaciones ul:first-of-type li .ft-wrapper p.elem_tn span {
        font-weight: bold; }
.especificaciones ul:nth-last-of-type(1) li p {
  color: #82838f;
  font-size: 90%; }
.especificaciones li {
  list-style-type: none;
  padding: 10px;
  margin: 0; }

#techSpecs-wrapper ul {
  margin-bottom: 5px; }
#techSpecs-wrapper li {
  list-style-type: none;
  font-size: 12px;
  word-break: break-word; }
  #techSpecs-wrapper li:first-of-type {
    font-weight: bold; }
  #techSpecs-wrapper li p.body-text span {
    color: #00a8f9;
    position: relative;
    bottom: 1ex;
    font-size: 80%;
    padding-left: 2px; }
  #techSpecs-wrapper li p.elem_tn {
    padding: 0 0;
    margin: 0;
    font-size: 80%; }
    #techSpecs-wrapper li p.elem_tn span {
      font-weight: bold;
      position: relative;
      bottom: 0;
      font-size: 100%;
      padding-left: 0; }
#techSpecs-wrapper div.row div.col-md-12 {
  border-bottom: 1px solid #ebeef1;
  padding: 40px 15px; }
  #techSpecs-wrapper div.row div.col-md-12 div.col-md-3 {
    font-size: 17px; }

#footnotes {
  display: none !important;
  padding-bottom: 20px;
  overflow: hidden;
  height: 95px;
  transition: all ease-in-out 0.5s; }
  #footnotes.open {
    height: auto;
    transition: all ease-in-out 0.5s; }
  #footnotes ul {
    margin-left: 20px; }
    #footnotes ul li {
      list-style-type: none; }
  #footnotes h2 span {
    font-size: 12px; }
    #footnotes h2 span:hover {
      cursor: pointer; }

.footer {
  background-color: black;
  padding: 50px 100px; }
  .footer p {
    color: #ffffff;
    font-size: 13px; }
    .footer p:first-of-type {
      color: #6e838e;
      font-size: 15px; }

::-webkit-scrollbar {
  width: 0; }

#video-container {
  position: relative; }
  #video-container:hover .hover-play {
    transform: scale(1.05);
    background-color: #d94c25; }
  #video-container:hover #video-controls {
    height: 35px;
    background-color: black; }
  #video-container:hover #play-pause {
    opacity: .9; }
  #video-container:hover #mute {
    opacity: .9; }
  #video-container:hover #full-screen {
    opacity: .9; }
  #video-container:hover #volume-bar {
    height: 5px; }
  #video-container:hover #seek-bar {
    width: 63%;
    height: 5px;
    margin-bottom: 0;
    position: relative; }
  #video-container:hover input[type=range]::-webkit-slider-thumb {
    border: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f25529;
    margin-top: -2px; }
  #video-container .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.video-player {
  position: absolute;
  margin-top: 50px;
  z-index: 9999;
  width: 100%;
  height: 500px;
  background-color: #f1f5f9; }
  .video-player .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #9da3a9;
    cursor: pointer;
    z-index: 1;
    opacity: 1; }

.center-video-wrapper {
  position: relative;
  width: 80%;
  margin: 0 auto; }

video {
  margin-top: 50px;
  height: auto;
  max-height: 404px;
  width: 100%; }

.hover-play {
  position: absolute;
  border-radius: 50px;
  left: -10px;
  top: -10px;
  padding: 30px;
  background-color: #f25529;
  z-index: 1;
  cursor: pointer;
  transition: all .2s; }
  .hover-play .inner-arrow {
    border-top: 10px solid transparent;
    border-left: 21px solid #ffffff;
    border-bottom: 10px solid transparent; }

.shadow-wrapper {
  position: absolute;
  border-radius: 50px;
  left: 47%;
  top: 50%;
  padding: 30px;
  box-shadow: 0 0 0 20px rgba(50, 50, 50, 0.3); }

#video-controls {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  max-width: 720px;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0.9;
  transition: all .2s;
  background-color: transparent; }
  #video-controls input[type=range] {
    display: inline; }

#play-pause {
  opacity: 0; }

#mute {
  opacity: 0; }
  #mute:hover #volume-bar {
    opacity: .9; }

#volume-bar {
  width: 60px;
  transform: rotate(270deg) translate(50px, -55px);
  opacity: 0; }

#full-screen {
  opacity: 0; }

#seek-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px; }

#content {
  background: #ffffff; }
  #content .header {
    position: relative; }

input[type=range] {
  border: 1px solid #ffffff;
  width: 300px; }
  input[type=range]:focus {
    outline: none; }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc; }
  input[type=range]:-moz-focusring {
    outline: 1px solid #ffffff;
    outline-offset: -1px; }
  input[type=range]:focus::-ms-fill-lower {
    background: #82838f; }
  input[type=range]:focus::-ms-fill-upper {
    background: #ccc; }

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 5px;
  width: 5px;
  background: #f25529; }

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #f25529; }

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .item {
    width: 48%; } }
@media screen and (min-width: 550px) and (max-width: 767px) {
  .item {
    width: 48%; }

  .row.especificaciones ul:nth-child(2) {
    padding-left: 85px !important;
    padding-top: 15px !important; } }
@media screen and (max-width: 549px) {
  .item {
    width: 100%; }

  .row.especificaciones ul:nth-child(2) {
    padding-left: 85px !important;
    padding-top: 15px !important; } }
.mc2 {
  padding-left: 85px !important;
  padding-top: 15px !important; }

.mc1 {
  padding-left: 85px !important;
  padding-top: 15px !important; }

.pad_over {
  padding: 15px 0 0 85px !important; }

.searchResult span {
  font-weight: bold; }

.opciones li {
  list-style-type: none;
  padding: 15px 15px;
  border-bottom: 1px solid #ebeef1;
  margin: 0;
  text-transform: capitalize; }
  .opciones li:hover {
    background: #E7EBEF; }
  .opciones li .btn-group {
    margin-top: -5px; }
  .opciones li span {
    padding: 7px 5px;
    text-transform: lowercase; }
  .opciones li input {
    cursor: text;
    width: 90px;
    border-radius: 0;
    margin-top: -5px; }
.opciones div.slide-one {
  background: rgba(224, 228, 232, 0.87); }
.opciones div.slide-two {
  background: #c6cbcf;
  margin-top: 10px; }

.product-image img {
  width: 100%; }

li.active {
  border-bottom: solid #5887f5; }

#container div {
  background-color: #f1f5f9; }

#preview .item {
  width: 31.5%; }

.featureBenefits h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold; }

.awards .col-md-10 {
  background-color: #f1f5f9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: auto; }
  .awards .col-md-10 p {
    padding-top: 10px;
    font-size: 80%;
    text-align: center;
    white-space: nowrap; }
  .awards .col-md-10 div {
    text-align: center; }

.footer-signature p {
  font-size: 10px; }
  .footer-signature p:first-of-type {
    font-size: 10px; }
.searchbox{
padding-left: initial;
}

.sony-video.full-bleed .full-bleed-video-wrap {
  position: relative; }
  .sony-video.full-bleed .full-bleed-video-wrap .flowplayer {
    position: relative; }

#heightCalc .header {
  position: relative; }


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