:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

#main-zone .container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0;
}

#hdGR {
  font-size: 16px;
}
#hdGR .visible-desktop {
  display: block !important;
}
#hdGR .visible-tablet {
  display: none !important;
}
#hdGR .visible-phone {
  display: none !important;
}
#hdGR .hidden-desktop {
  display: none !important;
}
#hdGR .hidden-tablet {
  display: block !important;
}
#hdGR .hidden-phone {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  #hdGR .visible-desktop {
    display: none !important;
  }
  #hdGR .visible-tablet {
    display: block !important;
  }
  #hdGR .visible-phone {
    display: none !important;
  }
  #hdGR .hidden-desktop {
    display: block !important;
  }
  #hdGR .hidden-tablet {
    display: none !important;
  }
  #hdGR .hidden-phone {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #hdGR .visible-desktop {
    display: none !important;
  }
  #hdGR .visible-tablet {
    display: none !important;
  }
  #hdGR .visible-phone {
    display: block !important;
  }
  #hdGR .hidden-desktop {
    display: block !important;
  }
  #hdGR .hidden-tablet {
    display: block !important;
  }
  #hdGR .hidden-phone {
    display: none !important;
  }
}
#hdGR #kv {
  width: 100%;
  height: 80vh;
  background: url(../images/kv.jpg) center no-repeat;
  background-size: cover;
}
#hdGR h1 {
  font-family: 'ROGFontsv';
  font-size: 3.3em;
  color: #f7323f;
  font-weight: normal;
  line-height: 0.7em;
}
#hdGR h2 {
  font-family: 'ROGFontsv';
  font-size: 1.875em;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.2em;
}
#hdGR h3 {
  font-family: 'Xolonium';
  font-size: 1.875em;
  color: #e8363e;
  line-height: 1.2em;
}
#hdGR h5 {
  font-family: 'Xolonium';
  font-size: 1.2em;
  color: #ffffff;
  line-height: 1.2em;
}
#hdGR h6 {
  font-family: 'ROGFontsv';
  font-size: 1.875em;
  color: #f7323f;
  line-height: 1.2em;
}
#hdGR p, #hdGR table {
  font-family: 'tahoma';
  font-size: 1em;
  color: #ffffff;
  line-height: 1.2em;
}
#hdGR .disclaimer {
  font-family: 'tahoma';
  font-size: 10px !important;
}
#hdGR .allbg {
  width: 100%;
  background: url(../images/allbg.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}
#hdGR .allbg .bgtopright,
#hdGR .allbg .bgmiddleleft,
#hdGR .allbg .bgbottomright {
  position: absolute;
  z-index: 2;
}
#hdGR .allbg .bgtopright {
  width: 12%;
  min-width: 150px;
  top: 0;
  right: 3.5%;
}
#hdGR .allbg .bgmiddleleft {
  width: 25%;
  min-width: 300px;
  top: 1200px;
  left: 0;
}
#hdGR .allbg .bgbottomright {
  width: 17%;
  min-width: 200px;
  top: 2500px;
  right: 0%;
}
#hdGR .gr-container {
  width: 1280px;
  margin: 0 auto;
}
#hdGR #GRTab {
  width: 100%;
  display: block;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
#hdGR .GRNav {
  width: 100%;
  margin-bottom: 10%;
  position: relative;
}
#hdGR .GRNav li {
  width: 23%;
  display: inline-block;
  margin-right: 2.15%;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#hdGR .GRNav li:hover, #hdGR .GRNav li.ui-state-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#hdGR .GRNav li:last-of-type {
  margin-right: 0;
}
#hdGR .GRNav li:hover a .coverimg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
}
#hdGR .GRNav li:hover a .coverimg:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#hdGR .GRNav li:hover a .coverimg img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#hdGR .GRNav li a {
  width: 100%;
  display: block;
  color: #ffffff;
}
#hdGR .GRNav li a .coverimg {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hdGR .GRNav li a .coverimg img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#hdGR .GRNav li a .coverimg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#hdGR .GRNav li a .coverimg:after {
  content: '';
  width: 75%;
  height: 75%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#hdGR .GRNav li h2 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}
#hdGR .GRNav li.ui-tabs-active a .coverimg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#hdGR .GRcontent {
  width: 100%;
  display: block;
  padding-bottom: 100px;
}
#hdGR .GRc-item {
  position: relative;
}
#hdGR .GRc-item .leadin {
  width: 85%;
  margin: 0 auto 30px;
}
#hdGR .GRc-item .leadin h3,
#hdGR .GRc-item .leadin p {
  text-align: center;
}
#hdGR .GRc-item .GRc-item-header {
  width: 100%;
  display: block;
  border-top: 4px solid #e8363e;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
}
#hdGR .GRc-item .GRc-item-header:before, #hdGR .GRc-item .GRc-item-header:after {
  content: '';
  width: 4px;
  height: 120px;
  background: #e8363e;
  position: absolute;
  top: -1px;
}
#hdGR .GRc-item .GRc-item-header:before {
  left: 0;
}
#hdGR .GRc-item .GRc-item-header:after {
  right: 0;
}
#hdGR .GRc-item .GRc-item-header h1 {
  width: 500px;
  background: #000000;
  margin: 0 auto;
  margin-top: -51px;
}
#hdGR .GRc-item .GRc-item-footer {
  width: 100%;
  display: block;
  border-top: 4px solid #e8363e;
  text-align: center;
  position: relative;
}
#hdGR .GRc-item .GRc-item-footer:before, #hdGR .GRc-item .GRc-item-footer:after {
  content: '';
  width: 4px;
  height: 120px;
  background: #e8363e;
  position: absolute;
  bottom: 0px;
}
#hdGR .GRc-item .GRc-item-footer:before {
  left: 0;
}
#hdGR .GRc-item .GRc-item-footer:after {
  right: 0;
}
#hdGR .GRc-item .GRc-item-footer div.footer-block {
  width: 26px;
  height: 39px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#hdGR .GRc-item .GRc-item-footer h6 {
  width: 500px;
  background: #000000;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -29px;
}
#hdGR .GRc-item .GRc-item-line.gr-container {
  position: relative;
}
#hdGR .GRc-item .GRc-item-line.gr-container span {
  width: 4px;
  height: 320px;
  background: #e8363e;
  position: absolute;
  top: 55%;
  z-index: 3;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#hdGR .GRc-item .GRc-item-line .left,
#hdGR .GRc-item .GRc-item-line .right {
  position: absolute;
}
#hdGR .GRc-item .GRc-item-line .left {
  left: 0;
}
#hdGR .GRc-item .GRc-item-line .right {
  right: 4px;
}
#hdGR .flexslider {
  background: none;
  border: none;
  margin: 30px 0;
}
#hdGR .slides li {
  text-align: center;
}
#hdGR .item1 {
  display: none;
}
#hdGR .item1 .whyasus-product {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  /*margin-bottom: 5%;*/
  position: relative;
}
#hdGR .item1 .whyasus-product-img {
  width: 100%;
  padding-bottom: 41%;
  background: url(../images/whyasus-product.jpg) center no-repeat;
  background-size: cover;
}
#hdGR .item1 .spotlight {
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  background: url(../images/whyasus-spotlight.svg) center no-repeat;
  background-size: cover;
  z-index: 2;
  padding-bottom: 53%;
}
#hdGR .item1 .Focus .spotlight {
  width: 28.009%;
  top: 45%;
  right: -8%;
  opacity: 1;
  padding-bottom: 19.496%;
}

#hdGR .item3 .s2 {
  background: url(../images/item1-s2.jpg) center top no-repeat;
  background-size: cover;
}
#hdGR .item3 .s2-slider {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3%;
}
#hdGR .item3 .slider-logo ul {
  width: 100%;
  display: block;
  padding: 30px 0;
  text-align: center;
}
#hdGR .item3 .slider-logo ul li {
  width: 20%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#hdGR .item3 .slider-logo ul li p {
  color: #666666;
}
#hdGR .item3 .slider-logo ul li.forimg-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}
#hdGR .item3 .slider-logo ul li.for-active p {
  color: #ffffff;
}
#hdGR .item3 .item1-slider {
  width: 75%;
  margin: 0 auto;
}
#hdGR .item3 .item1-slider p {
  line-height: 1.4em;
}
#hdGR .item3 .item1-slider p span {
  font-size: 1.16em;
}
#hdGR .item3 .item1-slider p span span {
  font-weight: bold;
}




/*#hdGR .item1 .s3 {
  margin-top: -4%;
}*/
#hdGR .item1 .s3-pro-cap {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#hdGR .item1 .s3-pro-cap li {
  width: 33%;
  float: left;
  vertical-align: top;
  padding: 15px;
}
#hdGR .item1 .s3-pro-cap li:last-child {
  margin-right: 0;
}
#hdGR .item1 .s3-pro-cap li .s3-title {
  width: 100%;
  min-height: 75px;
  display: block;
  padding-left: 64px;
  position: relative;
  font-family: 'Xolonium';
  font-size: 21px;
  line-height: 1.2em;
  color: #e8363e;
}
#hdGR .item1 .s3-pro-cap li .s3-title:before {
  content: '';
  width: 60px;
  height: 61px;
  position: absolute;
  top: 0;
  left: 0;
}
#hdGR .item1 .s3-pro-cap li:nth-child(1) .s3-title:before {
  background: url(../images/s3-procap1.svg) center no-repeat;
  background-size: cover;
}
#hdGR .item1 .s3-pro-cap li:nth-child(2) .s3-title:before {
  background: url(../images/s3-procap2.svg) center no-repeat;
  background-size: cover;
}
#hdGR .item1 .s3-pro-cap li:nth-child(3) .s3-title:before {
  background: url(../images/s3-procap3.svg) center no-repeat;
  background-size: cover;
}
/*#hdGR .item1 .s3-pro-cap li:nth-child(4) .s3-title:before {
  background: url(../images/s3-procap4.svg) center no-repeat;
  background-size: cover;
}*/
#hdGR .item1 .s3-pro-cap li p {
  padding-bottom: 15px;
}
#hdGR .item1 .s3-pro-cap img {
  margin: 0;
}
#hdGR .item1 .s4 {
  width: 90%;
  padding: 3% 0;
  text-align: center;
}
#hdGR .item1 .s4 li {
  width: 47%;
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
  position: relative;
}
#hdGR .item1 .s4 h3 {
  margin-bottom: 10px;
}
#hdGR .item1 .s4 p {
  letter-spacing: -0.15px;
  margin-bottom: 25px;
}
#hdGR #Gamingfeature {
  display: none;
}
#hdGR #Gamingfeature h1 {
  font-size: 3.3em;
  line-height: 0.7em;
  margin-top: -54px;
}
#hdGR .item2 #item2-tab {
  width: 96%;
  display: block;
  margin: 5% auto;
  min-height: 500px;
}
#hdGR .item2 .item2-tab-nav {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#hdGR .item2 .item2-tab-nav li {
  width: 33%;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
#hdGR .item2 .item2-tab-nav li.item2-tabnav-img {
  opacity: 1;
}
#hdGR .item2 .item2-tab-nav li:hover .item2-tabnav-img {
  opacity: 1;
}
#hdGR .item2 .item2-tab-nav li:hover .item2-tabnav-img img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
#hdGR .item2 .item2-tab-nav li:hover .item2-tabnav-img:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#hdGR .item2 .item2-tab-nav li h3 {
  font-size: 1.625em;
}
#hdGR .item2 .item2-tab-nav li p {
  padding: 0 15px;
}
#hdGR .item2 .item2-tab-nav .item2-tabnav-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
#hdGR .item2 .item2-tab-nav .item2-tabnav-img img {
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
#hdGR .item2 .item2-tab-nav .item2-tabnav-img:after {
  content: '';
  width: 75%;
  height: 75%;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#hdGR .item2 .item2-tab-nav .item2-tabnavpc .item2-tabnav-img:after,
#hdGR .item2 .item2-tab-nav .item2-tabnavmob .item2-tabnav-img:after,
#hdGR .item2 .item2-tab-nav .item2-tabnavlive .item2-tabnav-img:after {
  background: url(../images/item2-tabSelector.png) center no-repeat;
  background-size: cover;
}
#hdGR .item2 .item2-tab-nav a {
  display: block;
}
#hdGR .item2 .item2-tab-nav p {
  margin-bottom: 25px;
  min-height: 160px;
}
#hdGR .item2 #switchother {
  width: 100%;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}
#hdGR .item2 #switchother .item2-arrow {
  width: 30px;
  height: 30px;
  margin: 10px auto;
}
#hdGR .item2 #switchother .item2-arrow svg .st0 {
  fill: #ffffff;
}
#hdGR .item2 #switchother .item2-arrow svg #a1 {
  fill: #ffffff;
  opacity: 0;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transition: ease;
  -webkit-transition: ease;
  -moz-transition: ease;
  -ms-transition: ease;
  -o-transition: ease;
  animation: Arrow-ani1 1.5s both infinite;
  -webkit-animation: Arrow-ani1 1.5s both infinite;
  -moz-animation: Arrow-ani1 1.5s both infinite;
  -ms-animation: Arrow-ani1 1.5s both infinite;
  -o-animation: Arrow-ani1 1.5s both infinite;
}
#hdGR .item2 #switchother .item2-arrow svg #a2 {
  fill: #ffffff;
  opacity: 0;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transition: ease;
  -webkit-transition: ease;
  -moz-transition: ease;
  -ms-transition: ease;
  -o-transition: ease;
  animation: Arrow-ani2 1.5s both infinite;
  -webkit-animation: Arrow-ani2 1.5s both infinite;
  -moz-animation: Arrow-ani2 1.5s both infinite;
  -ms-animation: Arrow-ani2 1.5s both infinite;
  -o-animation: Arrow-ani2 1.5s both infinite;
}
@keyframes Arrow-ani1 {
  30%,
            90% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes Arrow-ani2 {
  70%,
            90% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
#hdGR .item2 .switchother-top {
  display: none;
}
#hdGR .item2 .item2-tab-content {
  width: 100%;
  display: block;
}
#hdGR .item2 .item2-tab-content .it2-content-active {
  display: block;
}
#hdGR .item2 .item2-tab-content section {
  margin: 5% auto;
}
#hdGR .item2 .item2-tab-content section:nth-of-type(1) {
  margin-top: 0;
}
#hdGR .item2 .item2-tab-content h3 {
  text-align: center;
  margin-bottom: 10px;
}
#hdGR .item2 .item2-tab-content p {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 30px;
}
#hdGR .item2 .item2-tab-pc,
#hdGR .item2 .item2-tab-mob,
#hdGR .item2 .item2-tab-live {
  width: 100%;
  display: none;
}
#hdGR .item2 .item2-tab-pc .s2-level li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#hdGR .item2 .item2-tab-pc .s2-level li h5 {
  color: #f7323f;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 0;
}
#hdGR .item2 .item2-tab-pc .s2-level li .level-t {
  color: #f7323f;
  font-size: 1.5em;
}
#hdGR .item2 .item2-tab-pc .s2-level li p {
  padding: 0 20px;
  margin-bottom: 8px;
}
#hdGR .item2 .item2-tab-pc .item2pc-s3-img {
  width: 100%;
  display: block;
  position: relative;
}
#hdGR .item2 .item2-tab-pc .item2pc-s3-img span {
  width: 24%;
  position: absolute;
  top: 8%;
  right: 16%;
}
#hdGR .item2 .item2-tab-pc .item2pc-s3-img span a {
  width: 100%;
  padding-bottom: 10%;
  display: block;
}
#hdGR .item2 .item2-tab-pc p.disclaimer {
  display: block;
  text-align: center;
  padding: 0 10%;
  margin-top: 30px;
  margin-bottom: 0;
}
#hdGR .item2 .item2-tab-mob .switchother-bottom {
  margin-top: -100px;
}
#hdGR .item2 .item2-tab-mob p a {
  color: #e8363e;
}
#hdGR .item2 .item2-tab-live .s3 {
  margin-bottom: 0;
}
#hdGR .item2 .item2-tab-live #switchother {
  padding: 0;
}
#hdGR .item2 .item2-tab-live p a {
  color: #e8363e;
}
#hdGR #Recommendation h1 {
  font-size: 3.3em;
  margin-top: -51px;
}
#hdGR #Recommendation h3 {
  text-align: center;
}
#hdGR #Recommendation .flexslider2 {
  width: 94%;
  margin: 0 auto 30px auto;
  padding-top: 28%;
}
#hdGR #Recommendation .flexslider2 .slides:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#hdGR #Recommendation .flex-control-thumbs {
  width: 94%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  overflow: inherit;
  text-align: center;
}
#hdGR #Recommendation .flex-control-thumbs li {
  width: 31.58333%;
  display: inline-block;
  margin: 1%;
  float: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#hdGR #Recommendation .flex-control-thumbs li:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
#hdGR #Recommendation .flex-control-thumbs li:first-child {
  margin-left: 0;
}
#hdGR #Recommendation .flex-control-thumbs li:last-child {
  margin-right: 0;
}
#hdGR .slider-team {
  width: 90%;
  margin: 0 auto;
}
#hdGR .slider-team ul li {
  width: 33%;
  display: inline-block;
}
#hdGR .slider-team ul li h2 {
  color: #f7323f;
  text-align: center;
  margin-bottom: 15px;
}
#hdGR .s2 {
  background: url(../images/team-logobg.png) center no-repeat;
  background-size: contain;
}
#hdGR .s2 .teams-logo {
  width: 100%;
}
#hdGR .s2 .teams-logo ul {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#hdGR .s2 .teams-logo ul li {
  width: 28%;
  display: inline-block;
  margin: 0 2% 5%;
  vertical-align: top;
}
#hdGR .s2 h5 {
  font-size: 1.125em;
  text-align: center;
}
#hdGR .s2 h5 span {
  color: #a5a5a5;
}
#hdGR .GRTab-footer {
  width: 100%;
  display: block;
  background: #1f1f1f;
  position: relative;
  z-index: 2;
}
#hdGR .GRTab-footer .mobile-top {
  display: none;
  width: 100%;
  text-align: center;
  padding: 15px;
}
#hdGR .GRTab-footer .mobile-top svg {
  width: 30px;
}



#hdGR #GRTab-navB {
  width: 100%;
  height: 78px;
  display: block;
  background: #1f1f1f;
  padding: 15px 0;
}
#hdGR #GRTab-navB li {
  height: 100%;
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding: 0 2%;
}
#hdGR #GRTab-navB li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#hdGR #GRTab-navB li a {
  display: block;
  height: 100%;
  background: #1f1f1f;
  padding: 0 23px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
#hdGR #GRTab-navB li a:before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#hdGR #GRTab-navB li h2 {
  width: 100%;
  line-height: 0.6em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}


.Focus {
  opacity: .5;
}
#hdGR .flexBlock {
  display: flex;
  align-items: center;
}
#hdGR ul.flexBlock li {
  text-align: left;
}
#hdGR ul.flexBlock li img {
  display: inline-block;
}

#hdGR table {
  width: 100%;
  color: #FFF;
  text-align: left;
  margin-top: 20px;
  border-collapse: collapse;
}
#hdGR table tr,
#hdGR table tr th,
#hdGR table tr td {
  border:1px solid #FFF;
  padding: 10px;
  text-align: center;
}
#hdGR table tr th {
  background-color: rgba(232, 54, 62, 0.5);
}
#hdGR table tr td:first-child {
  background-color: rgba(232, 54, 62, 0.3);
  text-align: left;
}
#hdGR table tr td.tdStyle {
  background-color: rgba(232, 54, 62, 0.1);
  text-align: left;
}
#hdGR video {
  width: 100%;
}
#hdGR .animateTarget {
  opacity: .3;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hdGR .animateTarget.Focus {
  opacity: 1;
}

#hdGR .tipBlcok {
  position: relative;
}
/*#hdGR .tipBlcok ul {
  position: absolute;
  top: 0;
  left: 0;
}*/
#hdGR .tipBlcok ul li {
  position: absolute;
  width: 40%;
}
#hdGR .tipBlcok ul li:nth-child(1) {
  bottom: 10%;
  left: -2%;
}
#hdGR .tipBlcok ul li:nth-child(2) {
  bottom: -5%;
  left: 36%;
}
#hdGR .tipBlcok ul li:nth-child(3) {
  bottom: 30%;
  right: -6%;
}
#hdGR .tipBlcok ul li h5 {
  color: #e8363e;
}
#hdGR .tipBlcok ul li img {
  cursor: pointer;
  margin-bottom: 20px;
}
#hdGR .tipBlcok ul li img:hover {
  transform: scale(1.1);
}
#hdGR .tipBlcok ul li .tipWords {
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  /*box-shadow: 0px 0px 80px #e8363e;*/
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
#hdGR .tipBlcok ul li .tipWords p {
  display: none;
}
#hdGR .tipBlcok ul li .tipWords.active {
  opacity: 1;
}
#hdGR .tipBlcok ul li .tipWords:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
#hdGR .tipBlcok ul li .tipWords:after {
    bottom: -6px;
    right: -6px;
    border-width: 0 2px 2px 0;
}
#hdGR .tipBlcok ul li .tipWords:before,
#hdGR .tipBlcok ul li .tipWords:after {
    content: '';
    display: block;
    position: absolute;
    border-color: rgba(232, 54, 62, 0.5);
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}

#hdGR .effectTrigger {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

#hdGR .barCharts {
  position: relative;
  margin: 40px auto 0 auto;
  display: flex;
  padding: 0px 10%;
  align-items: center;
}

#hdGR .barCharts p.title {
  font-family: 'Xolonium';
  display: inline-block;
  width: 80px;
}

#hdGR .barCharts p.tip {
  color: #e8363e;
  font-size: 1.4rem;
  text-align: left;
}

#hdGR .barCharts span {
    font-family: 'tahoma';
    display: inline-block;
    position: relative;
/*    border-right: 20px solid transparent;*/
    width: 62%;
    height: 20px;
    margin: 0 4% 0 2%;
    transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
}

#hdGR .barCharts:nth-of-type(1) span {
  background-image: -webkit-linear-gradient(right, gray, transparent);
}

#hdGR .barCharts:nth-of-type(2) span {
  background-image: -webkit-linear-gradient(right, #e8363e, transparent);
}

#hdGR .hd-TeamUpROGGearsforMoreWins.Focus .barCharts:nth-of-type(1) span {
  width: 50%;
}

#hdGR .hd-TeamUpROGGearsforMoreWins.Focus .barCharts:nth-of-type(2) span {
  width: 30%;
}

#hdGR .barCharts:nth-of-type(1) span:before {
  content: '18ms';
  position: absolute;
  left: 48%;
  line-height: 18px;
}
#hdGR .barCharts:nth-of-type(2) span:before {
  content: '12ms';
  position: absolute;
  left: 48%;
  line-height: 18px;
}
#hdGR .barCharts:nth-of-type(1) span:after {
  content: '';
  position: absolute;
  border-bottom: 20px solid gray;
  border-right: 20px solid transparent;
  right: -20px;
}
#hdGR .barCharts:nth-of-type(2) span:after {
  content: '';
  position: absolute;
  border-bottom: 20px solid #e8363e;
  border-right: 20px solid transparent;
  right: -20px;
}
#hdGR .good {
  position: absolute;
  right: -13px;
  top: -37px;
  z-index: 1;
}

#hdGR ul.hd-controls {
  align-self: stretch;
}
#hdGR ul.hd-controls li {
  text-align: center;
  cursor: pointer;
  opacity: .5;
}
#hdGR #controlBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hdGR #controlBox ul.hd-controls li {
  width: 20%;
  margin: 0;
}
#hdGR .hd-controls li:hover {
  opacity: 1;
}
#hdGR .hd-controls li p {
  margin: 10px 0;
}
#hdGR .hd-AURASync .s4-item2 img {
  position: relative;
  display: block;
}
#hdGR .hd-AURASync .s4-item2 {
  overflow: hidden;
}
#hdGR .hd-AURASync .farbtastic {
  margin: 0 auto;
}
#hdGR .hd-AURASync .cpBlock {
  position: relative;
}
#hdGR .hd-AURASync .cpBlock img {
  position: absolute;
  width: 100px;
  top: 13%;
  left: 15px;
  background-color: #000;
  border-radius: 50px;
  padding: 10px;
}

#hdGR .barCharts.lower {
  margin: 60px auto;
}
#hdGR .barCharts.lower p.title {
  width: 100px;
}
#hdGR .barCharts.lower p.tip {
  font-size: 1rem;
/*  position: absolute;
  top: -25px;
  left: 25%;*/
  opacity: 0;
}
#hdGR .hd-UltimateAccelerationtoEmpowerYourRig.Focus .barCharts.lower p.tip {
  opacity: 1;
  -webkit-transition-duration: .6s;
  -webkit-transition-delay: .6s;
  transition-duration: .6s;
  transition-delay: .6s;
}
#hdGR .barCharts.lower span:before {
  content: '';
}
#hdGR .hd-UltimateAccelerationtoEmpowerYourRig .barCharts.lower span {
  width: 80%;
}
#hdGR .hd-UltimateAccelerationtoEmpowerYourRig.Focus .barCharts.lower span {
  width: 10%;
}











/*-- Responsive ---------------------------------*/
@media screen and (max-width: 1499px) {
  #hdGR .allbg .bgtopright {
    width: 15%;
    min-width: 150px;
    top: 0;
    right: 1%;
  }
}
@media screen and (max-width: 1299px) {
  #hdGR {
    font-size: 14px;
  }
  #hdGR .allbg .bgtopright {
    right: -5%;
  }
  #hdGR .allbg .bgmiddleleft {
    left: -10%;
  }
  #hdGR .allbg .bgbottomright {
    right: 0%;
  }
  #hdGR .gr-container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #hdGR #GRTab {
    top: -80px;
    margin-bottom: -80px;
  }
  #hdGR .GRNav {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  #hdGR .GRNav li {
    width: 23.126%;
    margin-right: 2%;
  }
  #hdGR .GRNav li h2 {
    line-height: 0.8em;
    margin-top: 1%;
  }
  #hdGR .GRc-item .leadin {
    width: 90%;
  }
  #hdGR .GRc-item .GRc-item-line .left {
    left: 10px;
  }
  #hdGR .GRc-item .GRc-item-line .right {
    right: 14px;
  }
  #hdGR .GRc-item .item1 .s3-pro-cap li {
    padding: 15px 5px;
  }
  #hdGR .GRc-item .s3-product {
    width: 90%;
    margin: 0 auto;
  }
  #hdGR #GRTab-navB {
    width: 1000px;
    margin: 0 auto;
  }
  #hdGR #GRTab-navB li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  #hdGR #kv {
    height: auto;
    background: url(../images/kv-m.jpg) center no-repeat;
    background-size: cover;
  }
  #hdGR section {
    width: 98%;
  }
  #hdGR #GRTab {
    top: -40px;
    margin-bottom: -40px;
  }
  #hdGR .GRNav {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  #hdGR .GRNav li h2 {
    line-height: 0.6em;
    font-size: 1.5em;
  }
  #hdGR .allbg .bgbottomright {
    right: -8%;
  }
  #hdGR .GRc-item .GRc-item-header {
    border-top: 2px solid #e8363e;
  }
  #hdGR .GRc-item .GRc-item-header:after, #hdGR .GRc-item .GRc-item-header:before {
    width: 2px;
    height: 90px;
  }
  #hdGR .GRc-item .GRc-item-header h1 {
    width: 400px;
    margin-top: -40px;
    font-size: 2.8em;
  }
  #hdGR .GRc-item .leadin {
    width: 100%;
  }
  #hdGR .GRc-item .GRc-item-line .right {
    right: 12px;
  }
  #hdGR .GRc-item .GRc-item-line.gr-container span {
    width: 2px;
  }
  #hdGR .GRc-item .GRc-item-footer {
    border-top: 2px solid #e8363e;
  }
  #hdGR .GRc-item .GRc-item-footer:after, #hdGR .GRc-item .GRc-item-footer:before {
    width: 2px;
    height: 90px;
  }
  #hdGR .GRc-item .GRc-item-footer div.footer-block {
    width: 20px;
    height: 27px;
    bottom: 20px;
    right: 20px;
  }
  #hdGR .GRc-item .GRc-item-footer h6 {
    width: 330px;
    top: -17px;
    padding: 0 15px;
    line-height: 0.75em;
  }
  #hdGR .item1 .slider-logo ul li img {
    width: 50%;
  }
  #hdGR .item1 .s3-pro-cap li {
    width: 33%;
  }
  #hdGR .item1 .s4 h3 {
    font-size: 1.6em;
  }
  #hdGR .item2 #item2-tab {
    width: 100%;
    margin: 0% auto;
  }
  #hdGR .item2 .item2-tab-nav {
    padding-bottom: 5%;
    text-align: center;
  }
  #hdGR .item2 .item2-tab-nav .item2-tabnav-img {
    opacity: 1;
  }
  #hdGR .item2 .item2-tab-nav li {
    width: 49%;
  }
  #hdGR .item2 .item2-tab-nav li:last-child {
    width: 80%;
    padding-top: 3%;
  }
  #hdGR .item2 .item2-tab-nav li:last-child p {
    min-height: auto;
  }
  #hdGR .item2 .item2-tab-nav li p {
    min-height: 120px;
  }
  #hdGR .item2 .item2-tab-nav li .item2-tabnav-img:after {
    width: 100%;
    height: 100%;
  }
  #hdGR .item2 .item2-tab-pc .s2-level li p {
    padding: 0 10px;
  }
  #hdGR .item2 .GRc-item-footer h6 {
    top: -28px;
    line-height: 0.75em;
  }
  #hdGR #Gamingfeature h1 {
    margin-top: -40px;
    font-size: 2.8em;
  }
  #hdGR #Recommendation h1 {
    margin-top: -40px;
    font-size: 2.8em;
  }
  #hdGR #Recommendation .teams-logo {
    padding-bottom: 30px;
  }
  #hdGR #Recommendation .teams-logo ul li {
    margin: 2.2%;
  }
  #hdGR #Recommendation .teams-logo .s2-teamlogo {
    width: 60%;
    margin: 0 auto;
  }
  #hdGR #Recommendation .teams-logo .s2 h5 {
    font-size: 1em;
  }
  #hdGR #GRTab-navB {
    width: 768px;
    margin: 0 auto;
  }
  #hdGR #GRTab-navB li a {
    padding: 0 5px;
  }
  #hdGR #GRTab-navB li h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  #hdGR {
    font-size: 12px;
  }
  #hdGR .allbg .bgtopright,
  #hdGR .allbg .bgmiddleleft,
  #hdGR .allbg .bgbottomright {
    display: none;
  }
  #hdGR h3 {
    font-size: 1.5em;
    margin-bottom: 2%;
  }
  #hdGR #GRTab {
    top: 0px;
    margin-bottom: 0px;
  }
  #hdGR .GRTab-footer {
    background: none;
  }
  #hdGR .GRTab-footer #GRTab-navB {
    display: none;
  }
  #hdGR .GRTab-footer .mobile-top {
    display: block;
  }
  #hdGR .GRc-item .GRc-item-header {
    margin-bottom: 10%;
  }
  #hdGR .GRc-item .GRc-item-header:before, #hdGR .GRc-item .GRc-item-header:after {
    height: 30px;
  }
  #hdGR .GRc-item .GRc-item-header h1 {
    width: 280px;
    margin-top: -24px !important;
    font-size: 2em !important;
  }
  #hdGR .GRc-item .GRc-item-footer:before, #hdGR .GRc-item .GRc-item-footer:after {
    height: 30px;
  }
  #hdGR .GRc-item .GRc-item-footer div.footer-block {
    width: 12px;
    bottom: 0px;
    right: 10px;
  }
  #hdGR .GRc-item .GRc-item-footer h6 {
    width: 280px;
    top: -14px;
  }
  #hdGR .GRNav {
    margin: 5% 0 15% 0;
    text-align: center;
  }
  #hdGR .GRNav li {
    width: 44%;
    margin: 4% 2%;
  }
  #hdGR .GRNav li:last-child {
    margin-right: auto;
  }
  #hdGR .item1 .whyasus-product-img {
    padding-bottom: 65%;
  }
  #hdGR .item1 .Focus .spotlight {
    width: 43.009%;
    right: -12%;
    padding-bottom: 30.496%;
  }
  #hdGR .item1 .slider-logo ul li {
    width: 49%;
    margin: 1% 0;
  }
  #hdGR .item1 .item1-slider {
    width: 96%;
  }
  #hdGR .item1 .s3-pro-cap li {
    width: 100%;
  }
  #hdGR .item1 .s3-pro-cap li img {
    margin: 0 auto;
  }
  #hdGR .item1 .s3-pro-cap li .s3-title {
    padding-left: 50px;
  }
  #hdGR .item1 .s3-pro-cap li .s3-title:before {
    width: 45px;
    height: 46px;
  }
  #hdGR .item1 .s4 li {
    width: 100%;
    display: inline-block;
    margin: 1% 0 5% 0;
    vertical-align: top;
  }
  #hdGR .item2 .item2-tab-nav li {
    width: 94%;
    display: block;
    margin: 0 auto;
    padding: 5% 0;
  }
  #hdGR .item2 .item2-tab-nav li:last-child {
    width: 94%;
    padding: 5% 0;
  }
  #hdGR .item2 .item2-tab-nav li p {
    min-height: auto;
  }
  #hdGR .item2 .item2-tab-nav .item2-tabnav-img {
    margin-bottom: 2%;
  }
  #hdGR .item2 .item2-tab-pc .s2-level li {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #hdGR .item2 .item2-tab-pc .item2pc-s3-img span {
    width: 46%;
    top: 50%;
    right: 21%;
  }
  #hdGR .item2 .item2-tab-mob .switchother-bottom {
    margin-top: 0;
  }
  #hdGR .item2 .item2-tab-content p {
    padding: 0;
  }
  #hdGR .item2 .GRc-item-footer h6 {
    width: 280px;
    top: -22px;
  }
  #hdGR .s2 .teams-logo ul li {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #hdGR .GRcontent {
    width: 100%;
    display: block;
    padding-bottom: 50px;
  }

  #hdGR #Recommendation .flexslider2 {
    width: 100%;
  }

  #hdGR #Recommendation .flex-control-thumbs {
    width: 100%;
  }
  #hdGR .flexBlock {
    flex-direction: column;
  }
  #hdGR .hd-PowertoSpare .flexBlock .s4-item1 {
    order: 2;
  }
  #hdGR .tipBlcok ul li {
    position: relative;
    margin-bottom: 20px;
  }
  #hdGR .tipBlcok ul li:nth-child(1),
  #hdGR .tipBlcok ul li:nth-child(2),
  #hdGR .tipBlcok ul li:nth-child(3) {
    width: 100%;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
  #hdGR .tipBlcok ul li .tipWords {
    opacity: 1;
  }
  #hdGR .barCharts p.tip {
    font-size: 1em;
  }
  #hdGR .barCharts {
    padding: 0;
  }
  #hdGR .barCharts span {
   margin: 0 12% 0 2%;
  }
  #hdGR .good {
      right: -27px;
      top: -31px;
      width: 40px;
  }
  #hdGR .hd-controls li img {
    width: initial;
    height: initial;
    padding: 0 5px;
    margin: 0;
  }
}
@media screen and (max-width: 350px) {
  #hdGR .GRc-item .GRc-item-header h1 {
    width: 240px;
  }
  #hdGR .GRc-item .GRc-item-footer h6 {
    width: 240px;
  }
  #hdGR .item1 .s3-pro-cap li {
    padding: 15px 0;
  }
  #hdGR table tr, #hdGR table tr th, #hdGR table tr td {
    padding: 3px;
  }
}
