html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  max-width:100%;height:auto;
}
a{
  text-decoration:none;
  outline:none;
  cursor:pointer;
}
a:hover, a:active{
  text-decoration: none;
}
p{
  line-height:1.3;
}
button{
  cursor: pointer;
}

h1{
  margin: 0 !important;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul ul{
  list-style: none;
}

sup{
  font-size: smaller !important;
  vertical-align: top;
}

@font-face {
  font-family: 'YellowBalloon';
  src: url("/Static/fonts/YellowBalloon.eot");
  src: url("/Static/fonts/YellowBalloon.eot?") format("embedded-opentype"), url("/Static/fonts/YellowBalloon.ttf") format("truetype"), url("/Static/fonts/YellowBalloon.woff") format("woff"), url("/Static/fonts/YellowBalloon.svg#HW_2.0_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tectura2';
  src: url("/Static/fonts/Tectura2.eot");
  src: url("/Static/fonts/Tectura2.eot?") format("embedded-opentype"), url("/Static/fonts/Tectura2.ttf") format("truetype"), url("/Static/fonts/Tectura2.woff") format("woff"), url("/Static/fonts/Tectura2.svg#HW_2.0_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow';
  src: url("/Static/fonts/ArialNarrow.ttf");
  src: url("/Static/fonts/ArialNarrow.eot?") format("embedded-opentype"), url("/Static/fonts/ArialNarrow.ttf") format("truetype"), url("/Static/fonts/ArialNarrow.woff") format("woff"), url("/Static/fonts/ArialNarrow.svg#HW_2.0_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Courier';
  src: url("/Static/fonts/courier.ttf");
  src: url("/Static/fonts/courier.eot?") format("embedded-opentype"), url("/Static/fonts/courier.ttf") format("truetype"), url("/Static/fonts/courier.woff") format("woff"), url("/Static/fonts/courier.svg#HW_2.0_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}



body{
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #FFF;
  font-size: 1em;
}

.clear-both{
  clear: both;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.show{
  display: inline-block;
}

.hide{
  display: none;
}

.visibility-hidden{
  visibility: hidden;
}

.visibility-visible{
  visibility: visible;
}

/* Flexslider Next & Previous arrow styles */

.flex-control-nav {
  display: none;
}

.flex-direction-nav li a{
  width: 35px;
  height: 80px;
  display: block;
  text-indent: -999em;
  position: absolute;
  top: 25%;
}

.flex-prev {
  background:#54C1E9 url(/static/images/ga/carouselArrow.png) no-repeat left top;
}

.flex-next{
  background:#54C1E9 url(/static/images/ga/carouselArrow.png) no-repeat left -80px;
}

.flex-direction-nav .flex-prev {
  left: -40px;
}

.flex-direction-nav .flex-next {
  right: -40px;
}

.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
  background-color: #EC008C;
}

/* Featured Product section */
.mh-featured-product-section #page-catalog .product-carousel .bx-wrapper{
	width: 94%;
	margin: 0 40px !important;
}
.mh-featured-product-section #page-catalog .bx-wrapper .bx-viewport {
	width: 94% !important;
}
.mh-featured-product-section #page-catalog .product-carousel .carousel__prev {
	left: 0;
}

.mh-featured-product-section #page-catalog .product-carousel .carousel__next {
  right: 7px;
}
/* Rating  start here */
.video-share-info>ul>li{
  display: inline-block;

}
.rateme li{
  display: inline-block;
}
.rateme ul {
  width:95px;
  height:18px;
  margin:1px 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url('/static/images/ga/ratings-stars.png') no-repeat 0 0;
  float: right;
  font-size: 0px;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.rateme .star0 {background-position:0 0;}
.rateme .star1 {background-position:0 -40px;}
.rateme .star2 {background-position:0 -80px;}
.rateme .star3 {background-position:0 -120px;}
.rateme .star4 {background-position:0 -160px;}
.rateme .star5 {background-position:0 -200px;}
.rateme .halfStar.star0{background-position:0 -20px;}
.rateme .halfStar.star1{background-position:0 -60px;}
.rateme .halfStar.star2{background-position:0 -100px;}
.rateme .halfStar.star3{background-position:0 -140px;}
.rateme .halfStar.star4{background-position:0 -180px;}

.rateme li {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
.rateme li a {
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:18px;
  text-decoration:none;
  z-index: 200;
}
.rateme li.one a{left: 1px;}
.rateme li.two a{left: 20px;}
.rateme li.three a{left: 39px;}
.rateme li.four a{left: 58px;}
.rateme li.five a{left: 77px;}

.video-share-info #myRating li a:hover {
  z-index:2;
  width: 110px;
  height:18px;
  overflow:hidden;
  left:0; 
  background: url('/static/images/ga/ratings-stars.png') no-repeat 0 0
}
.video-share-info #myRating li.one a:hover {background-position: 0 -40px;}
.video-share-info #myRating li.two a:hover {background-position: 0 -80px;}
.video-share-info #myRating li.three a:hover {background-position: 0px -120px;}
.video-share-info #myRating li.four a:hover {background-position: 0 -160px;}
.video-share-info #myRating li.five a:hover {background-position:0 -200px;}

/* end rating code */
/*popup rating style */
#rating-popup .rating-popup-holder{
  width: 218px;
}

.rating-popup-holder{
  width: 100%;
}
.rating-popup-holder .rating-popup-title{
  padding: 10px;
  background: rgb(13, 13, 14);
}
.rating-popup-holder .selected-rating{
    width: 100%;
  text-align: center;
  background: white;
  display: inline-block;
}
.rating-popup-holder .selected-rating .rating{
 padding: 10px 10px 0px 10px;
  display: inline-block;
}
/* popup rating style end*/


/* Rating End here*/

/* You may also like section */
.you-like-container .you-like-section #you-may-also-like .flex-control-paging {
  display: none;
}

.ymal-Products a .you-like-main-title {
  display: none;
}

.you-like-container {
  background: url('/static/images/ga/like-section-bg.png') repeat;
  height: 171px;
}

.you-like-section-title {
  margin: 0px auto;
  width: 1000px;
  font-family: Courier;
  font-size: 1.438em;
  font-weight: normal;
  text-transform: uppercase;
  color: #b85bee;
  line-height: 35px;
  cursor: pointer;
}

.you-like-section-title span {
  display: inline-block;
}

.you-like-section {
  margin: 0 auto;
  width: 1000px;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.toottip-arrow {
  width: 45px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.toottip-arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 15px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-tooltip.ui-you-like-tooltip {
  padding:5px 15px;
  width: 100px;
  margin-top: -72px;
  min-height: 24px;
  text-align: center;
}

.ui-tooltip.ui-you-like-tooltip, .ui-you-like-tooltip .toottip-arrow:after {
  background: #a60062;
  border: 1px solid #be0071;
  box-shadow: none;
  z-index: 100;
}

.ui-you-like-tooltip .ui-tooltip-content {
  color: #fff;
  font-size:12px;
  font-family:arial; 
  vertical-align: middle;
  display: table-cell;
  height: 27px;
  width: 100px;
}

.ui-you-like-tooltip .toottip-arrow {
  left: 55%;
}

.you-like-carousel-container {
  padding-top: 16px;
  position: relative;
}

.you-like-carousel-ul li {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
  display: inline-block;
  width: 225px;
  text-align: center;
}

.you-like-carousel-ul li a {
  margin: 0 19px 0 0;
  background: #fff;
  display: block;
  border: 3px solid #161619;
  position: relative;
}

.you-like-carousel-ul li a:hover {
  border-color: #fff;
}

.you-like-flexslider {
  position: relative;
  width: 87.5%;
  margin-left: 62px;
}

.you-like-flexslider .flex-prev, .you-like-flexslider .flex-next {
  background: url('/static/images/ga/carousel-arrows.png') no-repeat 0 0;
}

.you-like-flexslider .flex-next {
  background-position: -76px 0;
}

.you-like-flexslider .flex-prev:hover {
  background-position: 0 -68px;
}

.you-like-flexslider .flex-next:hover {
  background-position: -76px -68px;
}

.you-like-flexslider .flex-direction-nav li a {
  width: 56px;
  height: 59px;
}

.you-like-flexslider .flex-direction-nav .flex-next {
  right: -64px;
}

.you-like-flexslider .flex-direction-nav .flex-prev {
  left: -62px;
}

.you-like-flexslider .flex-direction-nav .flex-prev:hover, .you-like-flexslider .flex-direction-nav .flex-next:hover {
  background-color: transparent;
}

.you-like-flexslider .flex-prev.flex-disabled, .you-like-flexslider .flex-next.flex-disabled {
  display: none;
}

.you-like-carousel-ul li .you-like-main-title {
  position: absolute;
  top: 64%;
  left: 7%;
  color: #fff;
  z-index: 999;
  font-size: 0.9em;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
}

.you-like-carousel-ul a.icon-product .you-like-main-title {
  display: none;
}

.you-like-carousel-ul a.icon-product img {
  max-height: 120px;
}

a.icon-video:before {
  background-image: url('/static/images/ga/icon-video.png'),url('/static/images/ga/thumbnail-shadow.png');
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-size: auto,100%;
  background-repeat: no-repeat, repeat-x;
  background-position: top right, left bottom;
  background-position-x: 194px,0px;
  background-position-y: 1px,68px;
  right: 4%;
}

a.icon-video:hover:before{
  background-image: url('/static/images/ga/icon-video-hover.png'),url('/static/images/ga/thumbnail-shadow.png');
  background-color: rgba(236, 0, 140, 0.6);
}

a.icon-games:before {
  background-image: url('/static/images/ga/icon-games.png'),url('/static/images/ga/thumbnail-shadow.png');
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-size: auto,100%;
  background-repeat: no-repeat, repeat-x;
  background-position: top right, left bottom;
  background-position-x: 187px,0px;
  background-position-y: 1px,68px;
  right: 4%;
}
a.icon-blogs:before {
  background-image: url('/static/images/ga/blog-icon-1.png'),url('/static/images/ga/thumbnail-shadow.png');
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-size: auto,100%;
  background-repeat: no-repeat, repeat-x;
  background-position: top right, left bottom;
  background-position-x: 201px,0px;
  background-position-y: 3px,74px;
  right: 4%;
}
a.icon-blogs:hover:before{
   background-image: url('/static/images/ga/blog-icon-1.png'),url('/static/images/ga/thumbnail-shadow.png');
  background-color: rgba(236, 0, 140, 0.6);
}

a.icon-games:hover:before {
  background-image: url('/static/images/ga/icon-games-hover.png'),url('/static/images/ga/thumbnail-shadow.png');
  background-color: rgba(236, 0, 140, 0.6);
}

a.icon-product:before {
  background-image: url('/static/images/ga/icon-product.png');
  content: "";
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 194px 5px;
  right: 4%;
  top: 0;
  left: 0px;
}

a.icon-product:hover:before {
  background-image: url('/static/images/ga/icon-product-hover.png');
  background-color: rgba(236, 0, 140, 0.6);
}
  
.you-like-ymal-container ul li .li-img  {
  width: 48%;
  margin-right: 3%;
  float: left;
  background: #fff;
}

.you-like-ymal-container ul li a.li-link {
  overflow: hidden;
}
  
  
span.icon-video:before{
  background: url('../images/icon-video.png');
  content: "";
  position: absolute;
  height: 27px;
  width: 26px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  left: 34%;
  top: 12%;
}

span.icon-games:before{
  background: url('../images/icon-games.png');
  content: "";
  position: absolute;
  height: 21px;
  width: 35px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  right: 4%;
  top: 5%;
}

span.icon-product:before{
  background: url("../images/icon-product.png");
  content: "";
  position: absolute;
  height: 17px;
  width: 22px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  right: 4%;
  top: 5%;
}
span.icon-blogs:before{
  background: url("../images/icon-product.png");
  content: "";
  position: absolute;
  height: 17px;
  width: 22px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  right: 4%;
  top: 5%;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .you-like-section-title {
    width: 97%;
  }

  .you-like-section-title span {
    display: inline-block;
  }
  .you-like-section {
    width: 100%;
  }

  .you-like-container .you-like-section ul li {
    margin: 18px 0 0 0;
    width: 226px;
  }

  .you-like-container .you-like-section ul li:nth-child(3) {
    display: block;
  }

  .you-like-container {
    width: 100%;
  }

  .you-flexslider {
    width: 79%;
    margin-left: 67px;
  }
  #smartbanner.android .sb-button{
    border: none !important;
  }
  #globalHeader .global-header-bg{
    position: relative;
  }
}

@media screen and (max-width:768px) {
  .you-like-flexslider {
    width: 83.5%;
  }
}

@media screen and (max-width:640px) {
  .you-like-section {
    width: 100%;
  }

  .video-like-section-title {
    width: 97%;
    font-size: 1.375em;
    line-height: 47px;
  }

  .you-like-section-title span {
    display: none;
  }

  .you-like-section-title:after {
    background: url('/static/images/ga/mobile-thumb-arrow.png') no-repeat;
    height: 20px;
    content: "";
    display: inline-block;
    width: 10px;
    float: right;
    margin: 14px 19px 0 0;
  }

  .you-like-container {
    width: 100%;
    display: none;
  }

  .you-like-carousel-ul li img {
    display: block;
    margin: 0 auto;
    max-height: 120px;
  }

  .you-like-ymal-container {
    width: 100%;
    height: 100%;
    background: url('/static/images/ga/you-like-section-bg.png') repeat;
  }

  .you-like-ymal-container .video-ymal-bg {
    background: url('/static/images/ga/you-like-section-bg.png') repeat-x;
  }

  .you-like-ymal-container ul li {
    margin: 0 3%;
    width: 94%;
    height: 100%;
    border-bottom: 1px solid #3e1158;
    display: block;
    padding: 15px 0;
  }

  .you-like-ymal-container ul li a {
    background: none;
    margin: 0;
    height: auto;
    border: none;
  }

  .you-like-ymal-container ul li .li-title {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    margin-top: 20px;
    color: #e0acff;
    width: 49%;
    float: left;
    text-align: left;
    line-height: 1.3em;
  }

  .you-like-ymal-container ul li .icon-video {
    right: 61%;
    top: 13%;
  }
  #smartbanner.android .sb-button{
    border: none !important;
}

}

@media screen and (min-width:320px) and (max-width:480px){
  .you-like-section-title {
    width: 99%;
    font-size: 1.375em;
    margin-bottom: 0px;
    line-height: 35px;
    padding-left: 4px;
  }

  .you-like-ymal-container ul li .li-title {
    font-size: 0.688em;
  }

  .you-like-section-title span {
    display: none;
  }

  .you-like-section-title:after {
    background: url('/static/images/ga/mobile-thumb-arrow.png') no-repeat;
    height: 20px;
    content: "";
    display: inline-block;
    width: 10px;
    float: right;
    margin: 10px 10px 0 0;
  }

  .you-like-container {
    width: 100%;
    display: none;
  }
}
/* You may also like section ends */

/* Responsive IFrame CSS begins */
.responsive-iframe{
    width: 100%; 
    height:100%;
    padding: 0px;
    margin: 0; 
    border: none; 
    display: block;
    overflow: hidden;
}
/* Responsive IFrame CSS Ends */
