/*  
====================================
Hot Wheels
====================================
*/
@font-face {
  font-family: "AgencyBlackWide";
  src: url("../fonts/AgencyFBBlackWide.ttf") format("truetype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "ShentoxBoldItalic";
  src: url("../fonts/Shentox-BoldItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "ShentoxSemiBoldItalic";
  src: url("../fonts/Shentox-SemiBoldItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "AgencyBlackItalic";
  src: url("../fonts/AgencyFB-BlackItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img[src=""] {
  display: none;
}

.user-profile-top {
  background-color: #b1b1b2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB1B1B2', endColorstr='#FFCBCDD1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYjFiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2RkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1b1b2), color-stop(100%, #cbcdd1));
  background-image: -moz-linear-gradient(top, #b1b1b2 0%, #cbcdd1 100%);
  background-image: -webkit-linear-gradient(top, #b1b1b2 0%, #cbcdd1 100%);
  background-image: linear-gradient(to bottom, #b1b1b2 0%, #cbcdd1 100%);
}

.profile-heading {
  font-family: "AgencyFB", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
  color: #000;
 margin: -5px 0 0 0;
  line-height: 1;
  padding-top: 5px;
}
html.android .profile-heading {
  color: #000;
  background: none;

}

.event-promo {
  background: url(../img/bg-user-profile-bottom.gif) top center no-repeat #f5f3f3;
  background-size: cover;
  text-align: center;
  position: relative;
  transition: max-height .5s;
  -webkit-transition: max-height .5s;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 0;
}
.event-promo .event-promo__inner {
  padding: 30px;
  border-bottom: 2px solid #0078c9;
}
.event-promo.collapsed {
  max-height: 0;
}
.event-promo .event-promo__image {
  width: 210px;
  height: auto;
  border-radius: 5px;
  border: 2px solid #fff;
}
.event-promo .event-promo__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-close.png);
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
.event-promo .event-promo__title {
  margin: 20px 0 0;
}
.event-promo .event-promo__description {
  font-size: 15px;
  margin: 0 0 20px;
}

.profile-button {
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: inline-block;
  line-height: 1;
  text-align: left;
  background: #ff6d22;
}
.profile-button a {
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  font-family: "AgencyFB", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  padding: 10px 30px 8px;
  color: #fff;
  background: url(../img/icon-see-all.png) 140px center no-repeat;
  background-size: 20px;
  padding-right: 60px;
}
.profile-button a:hover {
  text-decoration: none;
}

.driver-license {
  padding: 30px 20px 20px;
  text-align: left;
  font-family: 'ShentoxSemiBoldItalic', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  background: url("../img/bg-driver-license.gif") center bottom no-repeat #f6f3f3;
  background-size: contain;
}
.driver-license .driver-license__logo {
  display: none;
}
.driver-license .driver-license__image__wrap {
  width: 173px;
  margin: 0 auto;
}
.driver-license .driver-license__image {
  width: 100%;
  height: auto;
}
.driver-license .driver-license__title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-family: 'AgencyBlackWide', sans-serif;
  color: yellow;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000,  2px -2px 0 #000, -2px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000;
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.driver-license .driver-license__year {
  position: absolute;
  right: 20px;
  top: 275px;
  font-size: 24px;
  color: #bebebe;
  line-height: 1;
}
.driver-license .driver-license__name {
  font-size: 36px;
  font-family: 'ShentoxBoldItalic', sans-serif;
  line-height: 1;
}
.driver-license .driver-license__number {
  text-align: right;
  color: #b8d7eb;
  font-family: 'ShentoxBoldItalic', sans-serif;
  font-size: 70px;
  line-height: 1;
}
.driver-license .driver-license__car__image {
  float: right;
  margin-left: 10px;
  width: 135px;
}
.driver-license .driver-license__car__name {
  font-family: 'ShentoxBoldItalic', sans-serif;
  font-size: 20px;
  line-height: 1;
}
.driver-license .driver-license__badges {
  padding: 20px 0;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.driver-license .driver-license__badges .driver-license__badge {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 200px;
  background-color: #f25b20;
  margin: 20px 10px 0;
  vertical-align: top;
  position: relative;
  cursor: default;
}
.driver-license .driver-license__badges .driver-license__badge img {
  position: absolute;
  width: 120%;
  left: -10%;
  top: -10%;
  cursor: pointer;
}
.driver-license .profile-button {
  background: #fff;
  text-align: right;
}
.driver-license .profile-button a {
  color: #ff6d22;
  background: url(../img/icon-gear.png) 20px center no-repeat;
  background-size: 36px;
  padding-left: 70px;
  padding-right: 30px;
}
.driver-license .profile-button a img {
  float: left;
  margin-right: 10px;
}
.driver-license .driver-license__buttons {
  width: 100%;
  text-align: center;
}
.driver-license .driver-license__print {
  display: none;
}

.main-events {
  padding: 40px 20px 20px;
  text-align: center;
}
.main-events .profile-heading {
  margin-bottom: 15px;
  text-align: left;
}
.main-events .main-events__event {
  margin-bottom: 12px;
  text-align: left;
}
.main-events .main-events__event a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.main-events .main-events__event:hover a, .main-events .main-events__event a:hover {
  color: #ff6d22;
}
.main-events .main-events__event:hover a .main-events__event__image__wrap, .main-events .main-events__event a:hover .main-events__event__image__wrap {
  border-color: #ff6d22;
}
.main-events .main-events__event__image__wrap {
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #fff;
  width: 68px;
  height: 69px;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.main-events .main-events__event__image__wrap .main-events__event__image {
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  position: absolute;
  width: 82px;
  height: 73px;
  top: -6px;
  background: none;
  left: -10px;
  overflow: hidden;
  border-radius: 10px;
}
.main-events .main-events__event__info {
  font-family: 'ShentoxSemiBoldItalic', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  width: 160px;
  vertical-align: middle;
}
.main-events .main-events__event__info .main-events__event__title {
  font-size: 24px;
  line-height: 1;
}
.main-events .profile-button {
  margin-top: 12px;
}

.user-profile-bottom, html.touch .user-profile-bottom {
  background: url(../img/bg-user-profile-bottom.gif) center top repeat-y #f5f3f3;
  background-size: contain;
  padding-bottom: 40px;
}
.user-profile-bottom.cat-grid, html.touch .user-profile-bottom.cat-grid {
  margin: 0;
}
.user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
  padding: 0;
  border: none;
}
.user-profile-bottom.cat-grid .panel-body .row, html.touch .user-profile-bottom.cat-grid .panel-body .row {
  margin: 0;
  text-align: center;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+3) {
  display: none;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+1) {
  display: inline-block;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .profile-button {
  display: none;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
  width: 280px;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit {
  width: 280px;
  height: 263px;
  margin: 0 0 20px;
  display: none;
  box-shadow: none;
  background: rgba(203, 203, 203, 0.5);
}
.page-user-profile .cat-grid.grid-col-3 .panel-body .row .thumbs-grid .thumb-unit{
  margin: 0 6px 20px 0px !important
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+3) {
  display: inline-block;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit a, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit a {
  display: block;
  background-image: url(../img/bg-thumb-unit.jpg);
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb {
  width: 100%;
  height: auto;
  max-height: 210px;
  border: none;
  box-shadow: none;
  background: none;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
  width: auto;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info {
  padding: 10px 15px;
  background: #000;
  margin: 0;
  line-height: 1;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .title, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .title {
  color: #fff;
  margin: 0;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .subtitle, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .subtitle {
  font-size: 11px;
  color: #ff6d22;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.profile-collection {
  padding: 40px 20px 20px;
  font-family: Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.profile-collection .profile-collection__info {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 40px;
  text-align: left;
}
.profile-collection .profile-heading {
  text-align: left;
}
.profile-collection .profile-collection__number {
  font-family: 'AgencyBlackItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: normal;
  color: #0078c9;
}
.profile-collection .profile-collection__items {
  width: 280px;
  margin: 0 auto;
}
.profile-collection .profile-collection__item__image {
  width: 100%;
  height: auto;
}

.user-profile-wishlist#profile-wishlist {
  text-align: center;
  padding: 60px 0;
  white-space: nowrap;
}

.user-profile-wishlist#profile-wishlist .profile-heading, .modal .product-carousel .profile-heading {
  margin-bottom: 60px;
}
.user-profile-wishlist#profile-wishlist .print-email-icons, .modal .product-carousel .print-email-icons {
  display: none;
}
.user-profile-wishlist#profile-wishlist .product-tiles, .modal .product-carousel .product-tiles {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile, .modal .product-carousel .product-tiles .product-tile {
  display: inline-block;
  width: 232px;
  max-width: 232px;
  height: 302px;
  padding: 12px;
  border: 1px solid #c4c4c4;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__info, .modal .product-carousel .product-tiles .product-tile .product-tile__info {
  height: 50px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .sprite-stars-empty, .modal .product-carousel .product-tiles .product-tile .sprite-stars-empty {
  background: url(../img/rating-sprite.png) no-repeat;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__stars [class^=sprite-], .modal .product-carousel .product-tiles .product-tile .product-tile__stars [class^=sprite-] {
  position: absolute;
  left: 10px;
  height: 20px;
  width: 97px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__rating .rating-count, .modal .product-carousel .product-tiles .product-tile .product-tile__rating .rating-count {
  position: absolute;
  left: 112px;
  bottom: 11px;
  font-weight: bold;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .sprite-wishlist, .modal .product-carousel .product-tiles .product-tile .sprite-wishlist {
  background-image: url(../img/wishlist-sprite.png);
  background-position: 0 2px;
  height: 35px;
  width: 37px;
  display: inline-block;
  float: right;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__text, .modal .product-carousel .product-tiles .product-tile .product-tile__text {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  width: 160px;
  white-space: normal;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added, .modal .product-carousel .product-tiles .product-tile.product-tile--added {
  background-color: #0078d1;
  color: #fff;
  text-align: left;
  font-size: 11px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added a, .modal .product-carousel .product-tiles .product-tile.product-tile--added a {
  color: #fff;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added .product-tile__image-link, .modal .product-carousel .product-tiles .product-tile.product-tile--added .product-tile__image-link {
  color: #fff;
  border: 2px solid #e5e5e5;
  position: relative;
  width: 208px;
  height: 198px;
  display: table;
  text-align: center;
  background: #fff;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added .product-tile__image-link .product-tile__image-wrap, .modal .product-carousel .product-tiles .product-tile.product-tile--added .product-tile__image-link .product-tile__image-wrap {
  outline: 4px solid #ff7d00;
  display: table-cell;
  vertical-align: middle;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist, .modal .product-carousel .product-tiles .product-tile .add-to-wishlist {
  width: 140px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -70px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist .plus-button, .modal .product-carousel .product-tiles .product-tile .add-to-wishlist .plus-button {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icon-plus.gif);
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist p, .modal .product-carousel .product-tiles .product-tile .add-to-wishlist p {
  margin: 0;
}

.modal-background-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-user-profile {
  -webkit-font-smoothing: antialiased;
}
.profile-customize .modal-content {
  text-align: center;
  padding: 40px 10px 20px;
  width: 304px;
  margin-left: -152px;
  background: url(../img/bg-profile-modal.jpg) center top no-repeat #fff;
  position: fixed;
  top: 100px;
}
.profile-customize .modal-content.change-items {
  border: none;
 }
.profile-customize .modal-content .modal-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-close.png);
  position: absolute;
  top: 5px;
  right: 5px;
}
.profile-customize .modal-content#badge-modal .profile-button .close {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  background-image: none;
}
.profile-customize .modal-content#badge-modal {
  background-image: none;
}
.page-user-profile .modal-content#badge-modal .modal__badge__image {
  width: 220px;
  margin: 0 auto;
}
.profile-customize .modal-content .profile-heading {
  font-size: 30px;
  margin-bottom: 10px;
}
.profile-customize .modal-content .profile-button {
  margin: 0 2px 10px;
}
.profile-customize .modal-content .profile-button a {
  font-size: 24px;
  background-image: none;
  padding: 10px 30px 8px;
}

#user-settings {
  background-image: none;
}
#user-settings .profile-heading {
  margin-bottom: 10px;
}
#user-settings .user-settings__button {
  display: inline-block;
  width: 115px;
  height: 90px;
  text-align: left;
  margin: 5px;
  padding: 10px;
  line-height: 1;
  vertical-align: top;
  background: #000;
  color: #fff;
  font-family: 'AgencyFB', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  background-position: center top;
  background-size: cover;
}
#user-settings .user-settings__button:hover {
  text-decoration: none;
  background-position: center bottom;
}
#user-settings .user-settings__button.change-picture {
  background-image: url(../img/bg-change-picture.jpg);
}
#user-settings .user-settings__button.change-badges {
  background-image: url(../img/bg-change-badges.jpg);
}
#user-settings .user-settings__button.change-car {
  background-image: url(../img/bg-change-car.jpg);
}
#user-settings .user-settings__button.change-background {
  background-image: url(../img/bg-change-background.jpg);
}

.change-items .modal__item {
  width: 115px;
}

.modal__items {
  margin-top: 20px;
  max-height: 250px;
  overflow-y: scroll;
}

.modal__item {
  width: 115px;
  border: 2px solid transparent;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 8px;
  font-family: Helvetica, sans-serif;
  text-align: left;
  margin: 0 5px 10px;
  vertical-align: top;
}
.modal__item:hover {
  text-decoration: none;
  color: #ff6d22;
}
.modal__item.selected {
  color: #ff6d22;
  border-color: #000;
}
.modal__item .modal__item__info {
  padding: 5px;
  height: 32px;
  background: #000;
}


.modal__item .modal__item__wrap {
  /*background: url(../img/bg-thumb-unit.jpg) center top repeat-x;*/
}
.modal__item img {
  width: 100%;
}

.media-print {
  display: none;
}

.carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.sprite-arrow-left.carousel__prev {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/static/img/hotwheels/sprites/sprite_arrows.png);
  background-origin: padding-box;
  background-position: 0px -2px;
  background-size: auto;
  border-bottom-color: black;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: black;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: black;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: black;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 80px;
  left: 10px;
  line-height: 22.8571434020996px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -40px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  white-space: nowrap;
  width: 35px;
  word-wrap: break-word;
  z-index: 2;
}
.sprite-arrow-left.carousel__prev.arrow--disabled {
  opacity: 0;
}

.sprite-arrow-right.carousel__next {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/static/img/hotwheels/sprites/sprite_arrows.png);
  background-origin: padding-box;
  background-position: 0px -162px;
  background-size: auto;
  border-bottom-color: black;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: black;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: black;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: black;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 80px;
  line-height: 22.8571434020996px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -40px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  white-space: nowrap;
  width: 35px;
  word-wrap: break-word;
  z-index: 2;
}
.sprite-arrow-right.carousel__next.arrow--disabled {
  opacity: 0;
}

.not-visible {
  display: none;
}

.hide-mobile {
  visibility: hidden;
}

.modal {
  background: #efefef;
  display: block;
  z-index: 9999;
    /* center content with an unknown width or height (or both)
        param: $orientation (scss param) the orientation you wish to set

        note:
            - $orientation accepts:
                - both (default)
                - horizontal (centers width only)
                - verticle (centers height only)

        see:
            - http://css-tricks.com/centering-percentage-widthheight-elements/
    */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20%;
  position: absolute;
  width: 300px;
}
.modal .modal__header {
  background: #777;
  text-align: center;
  padding: 11px;
  box-sizing: border-box;
  height: 45px;
  margin: 0;
}
.modal .modal__container {
  padding: 20px 20px 100px;
  min-height: 306px;
  background: #fff;
  border-radius: 15px;
}
.modal .modal__character {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}
.modal .modal__description {
  width: 100%;
}
.modal .modal__footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
.modal .close-icon {
  position: absolute;
  right: -11px;
  top: -7px;
  display: inline-block;
  background-image: url(/static/img/hotwheels/sprites/close-icon-popup.png);
  height: 46px;
  width: 43px;
  cursor: pointer;
}
.modal.empty .modal__container {
  padding: 0 0 100px;
}
.modal.empty .section-header {
  width: 100%;
}
.modal.empty .modal__description {
  padding: 20px;
  background: url(/static/img/hotwheels/backgrounds/mobile_bg.png) repeat;
  color: #fff;
}
.modal.empty .modal__description .modal__description__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 0;
}
.modal.empty .modal__you-may-like {
  text-align: center;
  padding: 20px 20px 0;
}
.modal.empty .modal__add-to-wishlist, .modal.empty .modal__description__copy {
  font-size: 13px;
  text-align: left;
}
.modal.empty .modal__add-to-wishlist {
  font-weight: bold;
}
.modal fieldset {
  margin: 0 0 10px;
  padding: 0;
  border: none;
}
.modal .modal__input {
  font-size: 10px;
  padding: 10px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.modal .modal__input.error {
  border: 1px solid red;
}
.modal textarea {
  min-height: 100px;
}
.modal .email-error-message,
.modal .text-error-message {
  font-size: 11px;
  color: red;
  position: absolute;
  display: none;
  bottom: 95px;
}
.modal .text-error-message {
  bottom: 80px;
}
.modal .modal__success {
  display: none;
}
.modal .modal__fail {
  display: none;
}

.modal.mms .mms__confirmation, .modal.mms .modal-close {
  display: none;
}
.modal.mms.modal--submitted .modal__form, .modal.mms.modal--submitted .modal-submit {
  display: none;
}
.modal.mms.modal--submitted .mms__confirmation, .modal.mms.modal--submitted .modal-close {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.modal-background-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.modal.empty {
  top: 5%;
}

.modal {
  border-radius: 15px;
}
.modal .modal__header {
  border-radius: 10px 10px 0 0;
  font-family: "AgencyFB", "arial narrow", arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 30px;
  color: #ffffff;
  background: none repeat scroll 0% 0% #1776cd;
  color: #FFF;
  font-weight: bold;
  overflow: hidden;
  box-shadow: none;
  border: none;
  height: 61px;
}
.modal .you-may-like-header {
  border-radius: 0;
  height: 35px;
  text-align: left;
  font-family: "AgencyFB", "arial narrow", arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 11px;
  background-color: #0067ac;
  border-bottom: 3px solid #d9d9d9;
}

.modal .button.close {
  -webkit-appearance: none;
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ff7c00;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 41px;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 8.5px;
  padding-left: 21.25px;
  padding-right: 21.25px;
  padding-top: 8.5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0px;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 105.0625px;
  word-spacing: 0px;
  word-wrap: break-word;
  writing-mode: lr-tb;
  z-index: auto;
}

.modal .product-carousel .product-tiles {
  margin: 0;
}
.modal .product-carousel .product-tiles .product-tile {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #f1f3f5;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #c4c4c4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #c4c4c4;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #c4c4c4;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #c4c4c4;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 304px;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-right: 5px;
  max-width: 232px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  position: relative;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 232px;
  word-wrap: break-word;
  z-index: 1;
}
.modal .product-carousel .product-tiles .product-tile .goto_wishlist {
  display: none;
}
.modal .product-carousel .product-tiles .product-tile .product-tile__text, .modal .product-carousel .product-tiles .product-tile .rating-count {
  color: #777;
}
.modal .product-carousel .product-tiles .product-tile .product-tile__image-link {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: white;
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border-bottom-color: #e5e5e5;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #e5e5e5;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #e5e5e5;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #e5e5e5;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  color: black;
  cursor: auto;
  display: table;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 198px;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 208px;
  word-wrap: break-word;
  z-index: 1;
}
.modal .product-carousel .product-tiles .product-tile .product-tile__image-link .product-tile__image-wrap {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.modal .product-carousel .product-tiles .product-tile .product-tile__image-link .product-tile__image-wrap img {
  display: inline-block;
  max-width: 208px;
  max-height: 198px;
}

.hide-mobile {
  visibility: visible;
}

/* 20em (320px)
------------------------------------------ */
/* 30em (480px)
------------------------------------------ */
@media only screen and (min-width: 30em) {
  .user-profile-top {
    padding: 15px 40px 0;
  }

  .driver-license {
    width: 373px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 20px 0;
    background-position: center 100px;
    background-repeat: repeat-x;
    background-size: cover;
  }
  .driver-license .driver-license__logo {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: auto;
    top: 10px;
    left: 10px;
  }
  .driver-license .driver-license__image__wrap {
    padding-right: 0;
    width: 114px;
    float: left;
    margin-right: 10px;
  }
  .driver-license .driver-license__info {
    float: right;
    width: 200px;
  }
  .driver-license .driver-license__title {
    margin-top: 0;
  }
  .driver-license .driver-license__year {
    top: 15px;
    right: 20px;
    font-size: 12px;
  }
  .driver-license .driver-license__name {
    width: 120px;
    float: left;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .driver-license .driver-license__number {
    float: right;
    font-size: 34px;
  }
  .driver-license .driver-license__car__image {
    width: 100px;
  }
  .driver-license .driver-license__car {
    clear: both;
    font-size: 10px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 14px;
  }
  .driver-license .driver-license__badges {
    padding: 10px 0;
    clear: both;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    vertical-align: middle;
  }
  .driver-license .driver-license__buttons {
    bottom: -75px;
    position: absolute;
    padding-right: 40px;
    width: 100%;
    text-align: center;
  }
  .driver-license .profile-button {
    background: #ff6d22;
  }
  .driver-license .profile-button a {
    color: #fff;
    background-image: url(../img/icon-gear-white.png);
  }

  .main-events {
    padding: 30px 0 20px;
    width: 373px;
    margin: 100px auto 0;
  }
  .main-events .main-events__event__info {
    width: 280px;
  }

  .profile-customize .modal-content.change-items {
    background-image: url(../img/bg-profile-modal-480.jpg);
    width: 400px;
    margin-left: -200px;
    padding-top: 20px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    vertical-align: top;
    margin: 0 2px 6px;
  }   
}
/* 32.25em (for centering grid w floated items in between breakpoints)
------------------------------------------ */
/* 33.313em (for showing images on more section)
------------------------------------------ */
/* 32.25em (for centering grid w floated items in between breakpoints)
------------------------------------------ */
/* Up to 47.9375em (767px)
------------------------------------------ */
/* 48em (768px)
------------------------------------------ */
@media only screen and (min-width: 48em) {
  .event-promo {
    text-align: left;
  }
  .event-promo .event-promo__inner {
    padding: 60px 60px 20px;
  }
  .event-promo .event-promo__close {
    width: 26px;
    height: 25px;
    background: url(../img/icon-close-large.png);
  }
  .event-promo .event-promo__image {
    float: left;
    margin-right: 40px;
  }
  .event-promo .event-promo__title {
    margin-top: 0;
  }

  .user-profile-top {
    padding: 15px 85px 0;
  }

  .main-events {
    width: 598px;
  }
  .main-events .main-events__event {
    display: inline-block;
    width: 50%;
    float: left;
    height: 70px;
  }
  .main-events .main-events__event__info {
    width: 200px;
  }

  .profile-collection {
    padding: 40px 0 20px;
  }

  .user-profile-bottom {
    background-size: cover;
    padding: 0 85px 40px;
  }

  .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
    width: 598px;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n) {
    float: right;
  }

  #user-settings {
    width: 336px;
    margin-left: -168px;
  }

  .driver-license .driver-license__car__image {
    margin-top: -10px;
  }
    .profile-customize .modal-content.change-items .profile-heading.small-blue{font-size:30px;color:#0077cb;font-weight: normal;font-family: "AgencyFB", sans-serif;font-style: italic;
  margin: 0px;}


  .modal {
    z-index: 16;
    width: 690px;
  }
  .modal.empty {
    width: 780px;
  }
  .modal.empty .modal__description {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: 100%;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(/static/img/hotwheels/modals/bg-wishlist.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
    color: white;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 186px;
    line-height: normal;
    margin-bottom: -43px;
    padding-bottom: 20px;
    padding-left: 44px;
    padding-right: 395px;
    padding-top: 37px;
    position: relative;
    text-align: left;
    width: 780px;
    word-wrap: break-word;
    z-index: 2;
    border-radius: 0;
  }
  .modal.empty .modal__description .modal__description__title {
    font-size: 21px;
  }
  .modal.empty .modal__add-to-wishlist {
    display: inline-block;
    padding-left: 20px;
  }
  .modal.empty .modal__you-may-like {
    text-align: left;
    padding: 30px 0 0;
  }
  .modal.empty .modal__you-may-like .modal__add-to-wishlist-image {
    vertical-align: middle;
    margin-left: 20px;
  }
  .modal.empty .section-header {
    margin: 0;
    padding-left: 20px;
  }
  .modal.empty .product-carousel {
    padding: 0 35px;
  }
  .modal.empty .product-carousel .carousel-wrap {
    overflow: visible;
  }
  .modal.empty .product-carousel .carousel__prev {
    left: -35px;
  }
  .modal.empty .product-carousel .carousel__next {
    right: -35px;
  }
  .modal.empty .product-carousel .bx-wrapper {
    min-width: 0;
  }
  .modal .modal__form {
    overflow: hidden;
    *zoom: 1;
  }
  .modal .modal__form__left {
    width: 46%;
    float: left;
    margin-right: 1%;
  }
  .modal .modal__form__right {
    width: 51%;
    float: right;
    margin-left: 1%;
  }
  .modal .modal__footer .button {
    padding: 0 50px;
    width: 180px;
  }
  .avatar-img img[src=""]{display:block}
  .modal {
    z-index: 16;
    width: 690px;
  }
  .modal.empty {
    width: 780px;
  }
  .modal.empty .modal__description {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: 100%;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(/static/img/hotwheels/modals/bg-wishlist.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
    color: white;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 186px;
    line-height: normal;
    margin-bottom: -43px;
    padding-bottom: 20px;
    padding-left: 44px;
    padding-right: 395px;
    padding-top: 37px;
    position: relative;
    text-align: left;
    width: 780px;
    word-wrap: break-word;
    z-index: 2;
    border-radius: 0;
  }
  .modal.empty .modal__description .modal__description__title {
    font-size: 21px;
  }
  .modal.empty .modal__add-to-wishlist {
    display: inline-block;
    padding-left: 20px;
  }
  .modal.empty .modal__you-may-like {
    text-align: left;
    padding: 30px 0 0;
  }
  .modal.empty .modal__you-may-like .modal__add-to-wishlist-image {
    vertical-align: middle;
    margin-left: 20px;
  }
  .modal.empty .section-header {
    margin: 0;
    padding-left: 20px;
  }
  .modal.empty .product-carousel {
    padding: 0 35px;
  }
  .modal.empty .product-carousel .carousel-wrap {
    overflow: visible;
  }
  .modal.empty .product-carousel .carousel__prev {
    left: -35px;
  }
  .modal.empty .product-carousel .carousel__next {
    right: -35px;
  }
  .modal.empty .product-carousel .bx-wrapper {
    min-width: 0;
  }
  .modal .modal__form {
    overflow: hidden;
    *zoom: 1;
  }
  .modal .modal__form__left {
    width: 46%;
    float: left;
    margin-right: 1%;
  }
  .modal .modal__form__right {
    width: 51%;
    float: right;
    margin-left: 1%;
  }
  .modal .modal__footer .button {
    padding: 0 50px;
    width: 180px;
  }
.page-games-detail .modal-content.modal-unity {width: 600px;margin-left: -300px;top: 50%;margin-top: -254px}
.page-games-detail .track-builder .modal-content.modal-unity{top:14%}
}
/* 55.75em (892px)
------------------------------------------ */
/* 61.25em (980px)
------------------------------------------ */
@media only screen and (min-width: 61.25em) {
  .event-promo {
    text-align: left;
    background-image: url(../img/bg-user-profile-bottom-desktop.jpg);
  }
  .event-promo .event-promo__inner {
    padding: 40px 0;
    position: relative;
    width: 980px;
    margin: 0px auto;
    border: none;
  }
  .event-promo .event-promo__title {
    font-size: 60px;
  }
  .event-promo .event-promo__image {
    width: auto;
  }
  .event-promo .event-promo__description {
    font-size: 18px;
    padding-right: 100px;
  }
  .event-promo .event-promo__button {
    transform-origin: left;
  }

  .profile-button {
    -moz-transform: skewX(-10deg) scale(0.8);
    -ms-transform: skewX(-10deg) scale(0.8);
    -webkit-transform: skewX(-10deg) scale(0.8);
    transform: skewX(-10deg) scale(0.8);
  }

  .user-profile-top {
    height: 619px;
    padding: 80px 0;
    filter: none;
  }

  .driver-license {
    width: 573px;
    margin: 0;
    padding: 50px 30px 0;
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    float: left;
    background-position: center 130px;
  }
  .driver-license .driver-license__info {
    width: 314px;
  }
  .driver-license .driver-license__logo {
    width: 140px;
    top: 20px;
    left: 20px;
  }
  .driver-license .driver-license__image__wrap {
    width: 180px;
  }
  .driver-license .driver-license__title {
    font-size: 29px;
  }
  .driver-license .driver-license__name {
    font-size: 36px;
  }
  .driver-license .driver-license__number {
    font-size: 54px;
  }
  .driver-license .driver-license__year {
    right: 30px;
    top: 25px;
    font-size: 15px;
  }
  .driver-license .driver-license__car__image {
    width: 170px;
  }
  .driver-license .driver-license__badges {
    max-width: 100%;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 75px;
    height: 75px;
  }
  .driver-license .driver-license__car {
    font-size: 16px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 22px;
  }
  .driver-license .driver-license__buttons {
    width: 553px;
  }
  .driver-license .profile-button {
    display: inline-block;
    margin: 0 -20px;
  }
  .driver-license .profile-button.driver-license__print a {
    background-image: url(../img/icon-print.png);
  }

  .main-events {
    float: right;
    width: 378px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 0;
  }
  .main-events .profile-heading {
    font-size: 46px;
    padding: 20px 15px 5px;
    border-bottom: 2px solid #999999;
  }
  .main-events .main-events__button {
    position: absolute;
    bottom: -90px;
    transform-origin: right top;
    right: 0;
  }
  .main-events .main-events__event {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .main-events .main-events__event__info {
    width: 255px;
  }

  .user-profile-bottom, html.touch .user-profile-bottom {
    background: url(../img/bg-user-profile-bottom-desktop.jpg) center top repeat-y #f5f3f3;
    padding: 50px 0 40px;
  }
  .user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
    overflow: visible;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border-top: 4px solid #ff6d22;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    width: 100%;
    clear: both;
    margin-top: 100px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    float: left;
    width: 320px;
    height: 296px;
    margin-right: 10px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1) {
    clear: none;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child {
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3) {
    margin-right: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    position: relative;
    border: none;
    bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb {
    max-height: 240px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
    width: auto;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading {
    font-size: 75px;
    float: left;
    padding-right: 20px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info {
    float: right;
    text-align: right;
    margin: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number {
    font-size: 50px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button {
    float: right;
    transform-origin: top right;
    margin-top: 50px;
  }

  .user-profile-wishlist#profile-wishlist .profile-heading {
    font-size: 75px;
  }
  .user-profile-wishlist#profile-wishlist .product-tiles {
    width: 940px;
    margin: 0 auto;
  }

  #user-settings {
    width: 800px;
    margin-left: -400px;
  margin-top: 200px;
  padding-bottom:60px;
  }
  #user-settings .profile-heading {
    font-size: 50px;
  }
  #user-settings .user-settings__button {
    width: 230px;
    height: 180px;
    font-size: 36px;
    padding: 20px;
  }

  .profile-customize .modal-content .modal-close {
    top: 15px;
    right: 15px;
  }
  .profile-customize .modal-content.change-items {
    width: 800px;
    margin-left: -400px;
    background-image: url(../img/bg-profile-modal-980.jpg);
    padding-top: 60px;
  }
  .profile-customize .modal-content.change-items .profile-button {
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .profile-customize .modal-content.change-items .profile-heading {
    font-size: 50px;
  }
  .profile-customize .modal-content.change-items .modal__items {
    max-height: 440px;
    margin-top: 40px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    width: 230px;
    margin: 0 8px 16px;
    border-width: 5px;
  }
  .profile-customize .modal-content.change-items .modal__item .modal__item__info {
    font-size: 16px;
    padding: 10px;
    height: 64px;
  }
  .profile-customize .modal-content.change-items .profile-heading.small-blue{font-size: 36px;
  color: #0077cb;
  font-weight: normal;
  font-family: "AgencyFB", sans-serif;
  font-style: italic;
  margin: 10px 0px;}
}
/* :::: Chrome specific for 980+ :::: */
.page-print-card {
  visibility: hidden;
}

@media print {
  .page-print-card {
    visibility: visible;
  }

  .user-profile-top {
    padding: 15px 40px 0;
  }

  .driver-license {
    width: 373px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 20px 0;
    background-position: center 100px;
    background-repeat: repeat-x;
    background-size: cover;
  }
  .driver-license .driver-license__logo {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: auto;
    top: 10px;
    left: 10px;
  }
  .driver-license .driver-license__image__wrap {
    padding-right: 0;
    width: 114px;
    float: left;
    margin-right: 10px;
  }
  .driver-license .driver-license__info {
    float: right;
    width: 200px;
  }
  .driver-license .driver-license__title {
    margin-top: 0;
  }
  .driver-license .driver-license__year {
    top: 15px;
    right: 20px;
    font-size: 12px;
  }
  .driver-license .driver-license__name {
    width: 120px;
    float: left;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .driver-license .driver-license__number {
    float: right;
    font-size: 34px;
  }
  .driver-license .driver-license__car__image {
    width: 100px;
  }
  .driver-license .driver-license__car {
    clear: both;
    font-size: 10px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 14px;
  }
  .driver-license .driver-license__badges {
    padding: 10px 0;
    clear: both;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    vertical-align: middle;
  }
  .driver-license .driver-license__buttons {
    bottom: -75px;
    position: absolute;
    padding-right: 40px;
    width: 100%;
    text-align: center;
  }
  .driver-license .profile-button {
    background: #ff6d22;
  }
  .driver-license .profile-button a {
    color: #fff;
    background-image: url(../img/icon-gear-white.png);
  }

  .main-events {
    padding: 30px 0 20px;
    width: 373px;
    margin: 100px auto 0;
  }
  .main-events .main-events__event__info {
    width: 280px;
  }

  .profile-customize .modal-content.change-items {
    background-image: url(../img/bg-profile-modal-480.jpg);
    width: 400px;
    margin-left: -200px;
    padding-top: 20px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    vertical-align: top;
    margin: 0 2px 6px;
  }

  .event-promo {
    text-align: left;
  }
  .event-promo .event-promo__inner {
    padding: 60px 60px 20px;
  }
  .event-promo .event-promo__close {
    width: 26px;
    height: 25px;
    background: url(../img/icon-close-large.png);
  }
  .event-promo .event-promo__image {
    float: left;
    margin-right: 40px;
  }
  .event-promo .event-promo__title {
    margin-top: 0;
  }

  .user-profile-top {
    padding: 15px 85px 0;
  }

  .main-events {
    width: 598px;
  }
  .main-events .main-events__event {
    display: inline-block;
    width: 50%;
    float: left;
    height: 70px;
  }
  .main-events .main-events__event__info {
    width: 200px;
  }

  .profile-collection {
    padding: 40px 0 20px;
  }

  .user-profile-bottom {
    background-size: cover;
    padding: 0 85px 40px;
  }

  .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
    width: 598px;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n) {
    float: right;
  }

  #user-settings {
    width: 336px;
    margin-left: -168px;
  }

  .driver-license .driver-license__car__image {
    margin-top: -10px;
  }

  .modal {
    z-index: 16;
    width: 690px;
  }
  .modal.empty {
    width: 780px;
  }
  .modal.empty .modal__description {
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: 100%;
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(/static/img/hotwheels/modals/bg-wishlist.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
    color: white;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 186px;
    line-height: normal;
    margin-bottom: -43px;
    padding-bottom: 20px;
    padding-left: 44px;
    padding-right: 395px;
    padding-top: 37px;
    position: relative;
    text-align: left;
    width: 780px;
    word-wrap: break-word;
    z-index: 2;
    border-radius: 0;
  }
  .modal.empty .modal__description .modal__description__title {
    font-size: 21px;
  }
  .modal.empty .modal__add-to-wishlist {
    display: inline-block;
    padding-left: 20px;
  }
  .modal.empty .modal__you-may-like {
    text-align: left;
    padding: 30px 0 0;
  }
  .modal.empty .modal__you-may-like .modal__add-to-wishlist-image {
    vertical-align: middle;
    margin-left: 20px;
  }
  .modal.empty .section-header {
    margin: 0;
    padding-left: 20px;
  }
  .modal.empty .product-carousel {
    padding: 0 35px;
  }
  .modal.empty .product-carousel .carousel-wrap {
    overflow: visible;
  }
  .modal.empty .product-carousel .carousel__prev {
    left: -35px;
  }
  .modal.empty .product-carousel .carousel__next {
    right: -35px;
  }
  .modal.empty .product-carousel .bx-wrapper {
    min-width: 0;
  }
  .modal .modal__form {
    overflow: hidden;
    *zoom: 1;
  }
  .modal .modal__form__left {
    width: 46%;
    float: left;
    margin-right: 1%;
  }
  .modal .modal__form__right {
    width: 51%;
    float: right;
    margin-left: 1%;
  }
  .modal .modal__footer .button {
    padding: 0 50px;
    width: 180px;
  }

  .event-promo {
    text-align: left;
    background-image: url(../img/bg-user-profile-bottom-desktop.jpg);
  }
  .event-promo .event-promo__inner {
    padding: 40px 0;
    position: relative;
    width: 980px;
    margin: 0px auto;
    border: none;
  }
  .event-promo .event-promo__title {
    font-size: 60px;
  }
  .event-promo .event-promo__image {
    width: auto;
  }
  .event-promo .event-promo__description {
    font-size: 18px;
    padding-right: 100px;
  }
  .event-promo .event-promo__button {
    transform-origin: left;
  }

  .profile-button {
    -moz-transform: skewX(-10deg) scale(0.8);
    -ms-transform: skewX(-10deg) scale(0.8);
    -webkit-transform: skewX(-10deg) scale(0.8);
    transform: skewX(-10deg) scale(0.8);
  }

  .user-profile-top {
    height: 619px;
    padding: 80px 0;
    filter: none;
  }

  .driver-license {
    width: 573px;
    margin: 0;
    padding: 50px 30px 0;
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    float: left;
    background-position: center 130px;
  }
  .driver-license .driver-license__info {
    width: 314px;
  }
  .driver-license .driver-license__logo {
    width: 140px;
    top: 20px;
    left: 20px;
  }
  .driver-license .driver-license__image__wrap {
    width: 180px;
  }
  .driver-license .driver-license__title {
    font-size: 29px;
  }
  .driver-license .driver-license__name {
    font-size: 36px;
  }
  .driver-license .driver-license__number {
    font-size: 54px;
  }
  .driver-license .driver-license__year {
    right: 30px;
    top: 25px;
    font-size: 15px;
  }
  .driver-license .driver-license__car__image {
    width: 170px;
  }
  .driver-license .driver-license__badges {
    max-width: 100%;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 75px;
    height: 75px;
  }
  .driver-license .driver-license__car {
    font-size: 16px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 22px;
  }
  .driver-license .driver-license__buttons {
    width: 553px;
  }
  .driver-license .profile-button {
    display: inline-block;
    margin: 0 -20px;
  }
  .driver-license .profile-button.driver-license__print a {
    background-image: url(../img/icon-print.png);
  }

  .main-events {
    float: right;
    width: 378px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 0;
  }
  .main-events .profile-heading {
    font-size: 46px;
    padding: 20px 15px 5px;
    border-bottom: 2px solid #999999;
  }
  .main-events .main-events__button {
    position: absolute;
    bottom: -90px;
    transform-origin: right top;
    right: 0;
  }
  .main-events .main-events__event {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .main-events .main-events__event__info {
    width: 255px;
  }

  .user-profile-bottom, html.touch .user-profile-bottom {
    background: url(../img/bg-user-profile-bottom-desktop.jpg) center top repeat-y #f5f3f3;
    padding: 50px 0 40px;
  }
  .user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
    overflow: visible;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border-top: 4px solid #ff6d22;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    width: 100%;
    clear: both;
    margin-top: 100px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    float: left;
    width: 320px;
    height: 296px;
    margin-right: 10px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1) {
    clear: none;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child {
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3) {
    margin-right: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    position: relative;
    border: none;
    bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb {
    max-height: 240px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
    width: auto;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading {
    font-size: 75px;
    float: left;
    padding-right: 20px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info {
    float: right;
    text-align: right;
    margin: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number {
    font-size: 50px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button {
    float: right;
    transform-origin: top right;
    margin-top: 50px;
  }

  .user-profile-wishlist#profile-wishlist .profile-heading {
    font-size: 75px;
  }
  .user-profile-wishlist#profile-wishlist .product-tiles {
    width: 940px;
    margin: 0 auto;
  }

  #user-settings {
    width: 600px;
    margin-left: -300px;
  }
  #user-settings .profile-heading {
    font-size: 50px;
  }
  #user-settings .user-settings__button {
    width: 230px;
    height: 180px;
    font-size: 36px;
    padding: 20px;
  }

  .profile-customize .modal-content .modal-close {
    top: 15px;
    right: 15px;
  }
  .profile-customize .modal-content.change-items {
    width: 800px;
    margin-left: -400px;
    background-image: url(../img/bg-profile-modal-980.jpg);
    padding-top: 60px;
  }
  .profile-customize .modal-content.change-items .profile-button {
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .profile-customize .modal-content.change-items .profile-heading {
    font-size: 50px;
  }
  .profile-customize .modal-content.change-items .modal__items {
    max-height: 440px;
    margin-top: 40px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    width: 230px;
    margin: 0 8px 16px;
    border-width: 5px;
  }
  .profile-customize .modal-content.change-items .modal__item .modal__item__info {
    font-size: 16px;
    padding: 10px;
    height: 64px;
  }

  .page-print-card {
    position: relative;
    width: 980px;
  }
  .page-print-card header, .page-print-card footer, .page-print-card .banner-wrapper, .page-print-card html.no-touch .bg-sub-nav {
    display: none;
  }
  .page-print-card .printable-license {
    display: inline-block;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    width: 55%;
    position: relative;
    float: left;
  }
  .page-print-card .scissors {
    position: absolute;
    top: 600px;
    left: 436px;
    display: block;
    width: 19px;
    height: auto;
  }
  .page-print-card .driver-license {
    border: 1px solid #000;
    border-bottom: 1px dashed #000;
    border-radius: 0;
    float: none;
    margin: 50px 50px 0;
  }
  .page-print-card .driver-license .driver-license__title {
    color: #0078c9;
    text-shadow: none;
    letter-spacing: .01em;
  }
  .page-print-card .driver-license.driver-license__bottom {
    margin: 0 50px;
    transform: rotate(180deg);
    background: none;
    display: table;
    padding: 0 50px;
  }
  .page-print-card .driver-license.driver-license__bottom .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .page-print-card .driver-license.driver-license__bottom .inner .inner-text {
    width: 60%;
    display: inline-block;
    padding: 20px 0 20px 30px;
    text-transform: none;
  }
  .page-print-card .print-license__header {
    background: #0078c9;
    color: yellow;
    padding: 10px 20px;
  }
  .page-print-card .print-license__header h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    font-family: 'AgencyBlackWide', sans-serif;
    color: yellow;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    letter-spacing: .1em;
    display: inline-block;
  }
  .page-print-card .print-license__header img {
    float: right;
  }
  .page-print-card .print-license__retailers {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    background: #ddd;
  }
  .page-print-card .print-license__retailers img {
    margin: 0 20px;
  }
  .page-print-card .print-coupon {
    display: inline-block;
    width: 40%;
    float: left;
  }
  .page-print-card .print-coupon .print-offer {
    margin-top: 50px;
  }
  .page-print-card .print-coupon .print-offer .large-offer {
    font-size: 60px;
    font-weight: bold;
  }
  .page-print-card .print-coupon .print-offer .med-offer {
    font-size: 20px;
    margin-right: 50px;
    margin-bottom: 10px;
  }
  .page-print-card .print-coupon .instructions {
    margin-top: 50px;
  }
  .page-print-card .print-coupon .instructions .title {
    text-decoration: underline;
    font-weight: bold;
  }
  .page-print-card .user-profile-bottom.cat-grid {
    margin: 0;
    position: absolute;
    top: 800px;
    background: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border: none;
    margin-top: 0;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    margin-right: 0;
    display: inline-block;
    text-align: left;
    float: none;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    background: #fff;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info .title {
    color: #000;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info .subtitle {
    color: #000;
  }
  .page-print-card .print-legal {
    position: absolute;
    right: -100px;
    top: 360px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #5e5e5e;
  }

  .coupon-legal-bottom {
    clear: both;
    font-size: 12px;
    text-transform: none;
    color: #b0b0b0;
    width: 80%;
    margin: 150px auto 0;
    line-height: 1;
    text-align: center;
  }
}
=======
/*  
====================================
Hot Wheels
====================================
*/
@font-face {
  font-family: "AgencyBlackWide";
  src: url("../fonts/AgencyFBBlackWide.ttf") format("truetype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "ShentoxBoldItalic";
  src: url("../fonts/Shentox-BoldItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "ShentoxSemiBoldItalic";
  src: url("../fonts/Shentox-SemiBoldItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "AgencyBlackItalic";
  src: url("../fonts/AgencyFB-BlackItalic.otf") format("opentype");
  font-style: italic;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img[src=""] {
  display: none;
}

.user-profile-top {
  background-color: #b1b1b2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB1B1B2', endColorstr='#FFCBCDD1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYjFiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2RkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b1b1b2), color-stop(100%, #cbcdd1));
  background-image: -moz-linear-gradient(top, #b1b1b2 0%, #cbcdd1 100%);
  background-image: -webkit-linear-gradient(top, #b1b1b2 0%, #cbcdd1 100%);
  background-image: linear-gradient(to bottom, #b1b1b2 0%, #cbcdd1 100%);
}

.profile-heading {
  font-family: "AgencyFB", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 50px;
 
  margin: -5px 0 0 0;
  line-height: 1;
  padding-top: 5px;
}
html.android .profile-heading {
  color: #000;
  background: none; 
}

.event-promo {
  background: url(../img/bg-user-profile-bottom.gif) top center no-repeat #f5f3f3;
  background-size: cover;
  text-align: center;
  position: relative;
  transition: max-height .5s;
  -webkit-transition: max-height .5s;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 0;
}
.event-promo .event-promo__inner {
  padding: 30px;
  border-bottom: 2px solid #0078c9;
}
.event-promo.collapsed {
  max-height: 0;
}
.event-promo .event-promo__image {
  width: 210px;
  height: auto;
  border-radius: 5px;
  border: 2px solid #fff;
}
.event-promo .event-promo__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-close.png);
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
.event-promo .event-promo__title {
  margin: 20px 0 0;
}
.event-promo .event-promo__description {
  font-size: 15px;
  margin: 0 0 20px;
}

.profile-button {
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  display: inline-block;
  line-height: 1;
  text-align: left;
  background: #ff6d22;
}
.profile-button a {
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  font-family: "AgencyFB", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  padding: 10px 30px 8px;
  color: #fff;
  background: url(../img/icon-see-all.png) 140px center no-repeat;
  background-size: 20px;
  padding-right: 60px;
}
.profile-button a:hover {
  text-decoration: none;
}

.driver-license {
  padding: 30px 20px 20px;
  text-align: left;
  font-family: 'ShentoxSemiBoldItalic', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  position: relative;
  background: url("../img/bg-driver-license.gif") center bottom no-repeat #f6f3f3;
  background-size: contain;
}
.driver-license .driver-license__logo {
  display: none;
}
.driver-license .driver-license__image__wrap {
  width: 173px;
  margin: 0 auto;
}
.driver-license .driver-license__image {
  width: 100%;
  height: auto;
}
.driver-license .driver-license__title {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  font-family: 'AgencyBlackWide', sans-serif;
  color: yellow;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000,  2px -2px 0 #000, -2px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000;
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.driver-license .driver-license__year {
  position: absolute;
  right: 20px;
  top: 275px;
  font-size: 24px;
  color: #bebebe;
  line-height: 1;
}
.driver-license .driver-license__name {
  font-size: 36px;
  font-family: 'ShentoxBoldItalic', sans-serif;
  line-height: 1;
}
.driver-license .driver-license__number {
  text-align: right;
  color: #b8d7eb;
  font-family: 'ShentoxBoldItalic', sans-serif;
  font-size: 70px;
  line-height: 1;
}
.driver-license .driver-license__car__image {
  float: right;
  margin-left: 10px;
  width: 135px;
}
.driver-license .driver-license__car__name {
  font-family: 'ShentoxBoldItalic', sans-serif;
  font-size: 20px;
  line-height: 1;
}
.driver-license .driver-license__badges {
  padding: 20px 0;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.driver-license .driver-license__badges .driver-license__badge {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 200px;
  background-color: #f25b20;
  margin: 20px 10px 0;
  vertical-align: top;
  position: relative;
  cursor: default;
}
.driver-license .driver-license__badges .driver-license__badge img {
  position: absolute;
  width: 120%;
  left: -10%;
  top: 0%;
  cursor: pointer;
}
.driver-license .profile-button {
  background: #fff;
  text-align: right;
}
.driver-license .profile-button a {
  color: #ff6d22;
  background: url(../img/icon-gear.png) 20px center no-repeat;
  background-size: 36px;
  padding-left: 70px;
  padding-right: 30px;
}
.driver-license .profile-button a img {
  float: left;
  margin-right: 10px;
}
.driver-license .driver-license__buttons {
  width: 100%;
  text-align: center;
}
.driver-license .driver-license__print {
  display: none;
}

.main-events {
  padding: 40px 20px 20px;
  text-align: center;
}
.main-events .profile-heading {
  margin-bottom: 15px;
  text-align: left;
}
.main-events .main-events__event {
  margin-bottom: 12px;
  text-align: left;
}
.main-events .main-events__event a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.main-events .main-events__event:hover a, .main-events .main-events__event a:hover {
  color: #ff6d22;
}
.main-events .main-events__event:hover a .main-events__event__image__wrap, .main-events .main-events__event a:hover .main-events__event__image__wrap {
  border-color: #ff6d22;
}
.main-events .main-events__event__image__wrap {
  -moz-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #fff;
  width: 68px;
  height: 69px;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
}
.main-events .main-events__event__image__wrap .main-events__event__image {
  -moz-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  position: absolute;
  width: 82px;
  height: 73px;
  top: -6px;
  background: none;
  left: -10px;
  overflow: hidden;
  border-radius: 10px;
}
.main-events .main-events__event__info {
  font-family: 'ShentoxSemiBoldItalic', sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  width: 160px;
  vertical-align: middle;
}
.main-events .main-events__event__info .main-events__event__title {
  font-size: 24px;
  line-height: 1;
}
.main-events .profile-button {
  margin-top: 12px;
}

.user-profile-bottom, html.touch .user-profile-bottom {
  background: url(../img/bg-user-profile-bottom.gif) center top repeat-y #f5f3f3;
  background-size: contain;
  padding-bottom: 40px;
}
.user-profile-bottom.cat-grid, html.touch .user-profile-bottom.cat-grid {
  margin: 0;
}
.user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
  padding: 0;
  border: none;
}
.user-profile-bottom.cat-grid .panel-body .row, html.touch .user-profile-bottom.cat-grid .panel-body .row {
  margin: 0;
  text-align: center;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+3) {
  display: inline-block;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+1) {
  display: inline-block;
}
.user-profile-bottom.cat-grid .panel-body .row.empty .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .profile-button {
  display: none;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
  width: 280px;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit {
  width: 280px;
  height: 263px;
  margin: 0 0 20px;
  /*display: none;*/
  box-shadow: none;
  background: rgba(203, 203, 203, 0.5);
}
.page-user-profile .cat-grid.grid-col-3 .panel-body .row .thumbs-grid .thumb-unit{
  margin: 0 6px 20px 0px !important
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+3) {
  display: inline-block;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit a, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit a {
  display: block;
  background-image: url(../img/bg-thumb-unit.jpg);
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb {
  width: 100%;
  height: auto;
  max-height: 210px;
  border: none;
  box-shadow: none;
  background: none;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
  width: auto;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info {
  padding: 10px 15px;
  background: #000;
  margin: 0;
  line-height: 1;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .title, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .title {
  color: #fff;
  margin: 0;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .subtitle, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit .thumb-info .subtitle {
  font-size: 11px;
  color: #ff6d22;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.profile-collection {
  padding: 40px 20px 20px;
  font-family: Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.profile-collection .profile-collection__info {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 40px;
  text-align: left;
}
.profile-collection .profile-heading {
  text-align: left;
}
.profile-collection .profile-collection__number {
  font-family: 'AgencyBlackItalic', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: normal;
  color: #0078c9;
}
.profile-collection .profile-collection__items {
  width: 280px;
  margin: 0 auto;
}
.profile-collection .profile-collection__item__image {
  width: 100%;
  height: auto;
}

.user-profile-wishlist#profile-wishlist {
  text-align: center;
  padding: 60px 0;
  white-space: nowrap;
}
.user-profile-wishlist#profile-wishlist .profile-heading {
  margin-bottom: 60px;
}
.user-profile-wishlist#profile-wishlist .product-tiles {
  list-style: none;
  margin: 0 20px;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile {
  display: inline-block;
  width: 232px;
  max-width: 232px;
  height: 302px;
  padding: 12px;
  border: 1px solid #c4c4c4;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__info {
  height: 50px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .sprite-stars-empty {
  background: url(../img/rating-sprite.png) no-repeat;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__stars [class^=sprite-] {
  position: absolute;
  left: 10px;
  height: 20px;
  width: 97px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__rating .rating-count {
  position: absolute;
  left: 112px;
  bottom: 11px;
  font-weight: bold;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .sprite-wishlist {
  background-image: url(../img/wishlist-sprite.png);
  background-position: 0 2px;
  height: 35px;
  width: 37px;
  display: inline-block;
  float: right;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .product-tile__text {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  width: 160px;
  white-space: normal;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added {
  background-color: #0078d1;
  color: #fff;
  text-align: left;
  font-size: 11px;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added a {
  color: #fff;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added .product-tile__image-link {
  color: #fff;
  border: 2px solid #e5e5e5;
  position: relative;
  width: 208px;
  height: 198px;
  display: table;
  text-align: center;
  background: #fff;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile.product-tile--added .product-tile__image-link .product-tile__image-wrap {
  outline: 4px solid #ff7d00;
  display: table-cell;
  vertical-align: middle;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist {
  width: 140px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -70px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist .plus-button {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icon-plus.gif);
}
.user-profile-wishlist#profile-wishlist .product-tiles .product-tile .add-to-wishlist p {
  margin: 0;
}


.modal-background-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.page-user-profile {
  -webkit-font-smoothing: antialiased;
}
.profile-customize main.wrapper {
  padding-top: 135px;
}
.profile-customize .modal-content {
  text-align: center;
  padding: 10px 10px 20px;
  width: 304px;
  margin-left: -152px;
  background: url(../img/bg-profile-modal.jpg) center top no-repeat #fff;
  position: absolute;
  top: 100px;
  background-size:100%
}
.profile-customize .modal-content.change-items {border:none}
.profile-customize .modal-content .modal-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-close.png);
  position: absolute;
  top: 5px;
  right: 5px;
}
.profile-customize .modal-content#badge-modal .profile-button .close {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  background-image: none;
}
.profile-customize .modal-content#badge-modal {
  background-image: none;
}
.profile-customize .modal-content#badge-modal .modal__badge__image {
  width: 220px;
  margin: 0 auto;
}
.profile-customize .modal-content .profile-heading {
  font-size: 30px;
  margin-bottom: 10px;
}
.profile-customize .modal-content .profile-button {
  margin: 0 2px 10px;
}
.profile-customize .modal-content .profile-button a {
  font-size: 24px;
  background-image: none;
  padding: 10px 30px 8px;
}

#user-settings {
  background-image: none;
}
#user-settings .profile-heading {
  margin-bottom: 10px;
}
#user-settings .user-settings__button {
  display: inline-block;
  width: 115px;
  height: 90px;
  text-align: left;
  margin: 5px;
  padding: 10px;
  line-height: 1;
  vertical-align: top;
  background: #000;
  color: #fff;
  font-family: 'AgencyFB', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  background-position: center top;
  background-size: cover;
}
#user-settings .user-settings__button:hover {
  text-decoration: none;
  background-position: center bottom;
}
#user-settings .user-settings__button.change-picture {
  background-image: url(../img/bg-change-picture.jpg);
}
#user-settings .user-settings__button.change-badges {
  background-image: url(../img/bg-change-badges.jpg);
}
#user-settings .user-settings__button.change-car {
  background-image: url(../img/bg-change-car.jpg);
}
#user-settings .user-settings__button.change-background {
  background-image: url(../img/bg-change-background.jpg);
}

.change-items .modal__item {
  width: 115px;
}

.modal__items {
  margin-top: 20px;
  max-height: 250px;
  overflow-y: scroll;
}

.modal__item {
  width: 115px;
  border: 2px solid transparent;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 8px;
  font-family: Helvetica, sans-serif;
  text-align: left;
  margin: 0 5px 10px;
  vertical-align: top;
}
.modal__item:hover {
  text-decoration: none;
  color: #ff6d22;
}
.modal__item.selected {
  color: #ff6d22;
  border-color: #000;
}
.modal__item .modal__item__info {
  padding: 5px;
  height: 32px;
  background: #000;
}


.modal__item .modal__item__wrap {
  /*background: url(../img/bg-thumb-unit.jpg) center top repeat-x;*/
}
.modal__item img {
  width: 100%;
}

.media-print {
  display: none;
}

.carousel-wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.sprite-arrow-left.carousel__prev {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/static/img/hotwheels/sprites/sprite_arrows.png);
  background-origin: padding-box;
  background-position: 0px -2px;
  background-size: auto;
  border-bottom-color: black;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: black;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: black;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: black;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 80px;
  left: 10px;
  line-height: 22.8571434020996px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -40px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  white-space: nowrap;
  width: 35px;
  word-wrap: break-word;
  z-index: 2;
}
.sprite-arrow-left.carousel__prev.arrow--disabled {
  opacity: 0;
}

.sprite-arrow-right.carousel__next {
  -webkit-background-clip: border-box;
  -webkit-background-origin: padding-box;
  -webkit-background-size: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url(/static/img/hotwheels/sprites/sprite_arrows.png);
  background-origin: padding-box;
  background-position: 0px -162px;
  background-size: auto;
  border-bottom-color: black;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: black;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: black;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: black;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 80px;
  line-height: 22.8571434020996px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -40px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  white-space: nowrap;
  width: 35px;
  word-wrap: break-word;
  z-index: 2;
}
.sprite-arrow-right.carousel__next.arrow--disabled {
  opacity: 0;
}

.not-visible {
  display: none;
}

/* 20em (320px)
------------------------------------------ */
/* 30em (480px)
------------------------------------------ */
@media only screen and (min-width: 30em) {
  .user-profile-top {
    padding: 15px 40px 0;
  }

  .driver-license {
    width: 373px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 20px 0;
    background-position: center 100px;
    background-repeat: repeat-x;
    background-size: cover;
    height: 265px;
  }
  .driver-license .driver-license__logo {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: auto;
    top: 10px;
    left: 10px;
  }
  .driver-license .driver-license__image__wrap {
    padding-right: 0;
    width: 114px;
    float: left;
    margin-right: 10px;
  }
  .driver-license .driver-license__info {
    float: right;
    width: 200px;
  }
  .driver-license .driver-license__title {
    margin-top: -30px;
  }
  .driver-license .driver-license__year {
    top: 15px;
    right: 20px;
    font-size: 12px;
  }
  .driver-license .driver-license__name {
    width: 120px;
    float: left;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .driver-license .driver-license__number {
    float: right;
    font-size: 34px;
  }
  .driver-license .driver-license__car__image {
    width: 100px;
  }
  .driver-license .driver-license__car {
    clear: both;
    font-size: 10px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 14px;
  }
  .driver-license .driver-license__badges {
    padding: 10px 0;
    clear: both;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    vertical-align: middle;
  }
  .driver-license .driver-license__buttons {
    bottom: -75px;
    position: absolute;
    padding-right: 40px;
    width: 100%;
    text-align: center;
  }
  .driver-license .profile-button {
    background: #ff6d22;
  }
  .driver-license .profile-button a {
    color: #fff;
    background-image: url(../img/icon-gear-white.png);
  }

  .main-events {
    padding: 30px 0 20px;
    width: 373px;
    margin: 100px auto 0;
  }
  .main-events .main-events__event__info {
    width: 280px;
  }

  .profile-customize .modal-content.change-items {
    background-image: url(../img/bg-profile-modal-480.jpg);
    width: 400px;
    margin-left: -200px;
    padding-top: 20px;
	background-size:100%
  }
  .profile-customize .modal-content.change-items .modal__item {
    vertical-align: top;
    margin: 0 2px 6px;
  }
}
/* 32.25em (for centering grid w floated items in between breakpoints)
------------------------------------------ */
/* 33.313em (for showing images on more section)
------------------------------------------ */
/* 32.25em (for centering grid w floated items in between breakpoints)
------------------------------------------ */
/* Up to 47.9375em (767px)
------------------------------------------ */
/* 48em (768px)
------------------------------------------ */
@media only screen and (min-width: 48em) {
  .event-promo {
    text-align: left;
  }
  .event-promo .event-promo__inner {
    padding: 60px 60px 20px;
  }
  .event-promo .event-promo__close {
    width: 26px;
    height: 25px;
    background: url(../img/icon-close-large.png);
  }
  .event-promo .event-promo__image {
    float: left;
    margin-right: 40px;
  }
  .event-promo .event-promo__title {
    margin-top: 0;
  }

  .user-profile-top {
    padding: 15px 85px 0;
  }

  .main-events {
    width: 598px;
  }
  .main-events .main-events__event {
    display: inline-block;
    width: 50%;
    float: left;
    height: 70px;
  }
  .main-events .main-events__event__info {
    width: 200px;
  }

  .profile-collection {
    padding: 40px 0 20px;
  }

  .user-profile-bottom {
    background-size: cover;
    padding: 0 85px 40px;
  }

  .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
    width: 598px;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n) {
    float: right;
  }

  #user-settings {
    width: 336px;
    margin-left: -168px;
  }

  .driver-license .driver-license__car__image {
    margin-top: -10px;
  }
}
/* 55.75em (892px)
------------------------------------------ */
/* 61.25em (980px)
------------------------------------------ */
@media only screen and (min-width: 61.25em) {
  .event-promo {
    text-align: left;
    background-image: url(../img/bg-user-profile-bottom-desktop.jpg);
  }
  .event-promo .event-promo__inner {
    padding: 40px 0;
    position: relative;
    width: 980px;
    margin: 0px auto;
    border: none;
  }
  .event-promo .event-promo__title {
    font-size: 60px;
  }
  .event-promo .event-promo__image {
    width: auto;
  }
  .event-promo .event-promo__description {
    font-size: 18px;
    padding-right: 100px;
  }
  .event-promo .event-promo__button {
    transform-origin: left;
  }

  .profile-button {
    -moz-transform: skewX(-10deg) scale(0.8);
    -ms-transform: skewX(-10deg) scale(0.8);
    -webkit-transform: skewX(-10deg) scale(0.8);
    transform: skewX(-10deg) scale(0.8);
  }

  .user-profile-top {
    height: 619px;
    padding: 80px 0;
    filter: none;
  }

  .driver-license {
    width: 573px;
    margin: 0;
    padding: 50px 30px 0;
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    float: left;
    background-position: center 130px;
  }
  .driver-license .driver-license__info {
    width: 314px;
  }
  .driver-license .driver-license__logo {
    width: 140px;
    top: 20px;
    left: 20px;
  }
  .driver-license .driver-license__image__wrap {
    width: 180px;
  }
  .driver-license .driver-license__title {
    font-size: 29px;
  }
  .driver-license .driver-license__name {
    font-size: 36px;
  }
  .driver-license .driver-license__number {
    font-size: 54px;
  }
  .driver-license .driver-license__year {
    right: 30px;
    top: 25px;
    font-size: 15px;
  }
  .driver-license .driver-license__car__image {
    width: 170px;
  }
  .driver-license .driver-license__badges {
    max-width: 100%;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 75px;
    height: 75px;
  }
  .driver-license .driver-license__car {
    font-size: 16px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 22px;
  }
  .driver-license .driver-license__buttons {
    width: 553px;
  }
  .driver-license .profile-button {
    display: inline-block;
    margin: 0 -20px;
  }
  .driver-license .profile-button.driver-license__print a {
    background-image: url(../img/icon-print.png);
  }

  .main-events {
    float: right;
    width: 378px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 0;
  }
  .main-events .profile-heading {
    font-size: 46px;
    padding: 20px 15px 5px;
    border-bottom: 2px solid #999999;
  }
  .main-events .main-events__button {
    position: absolute;
    bottom: -90px;
    transform-origin: right top;
    right: 0;
  }
  .main-events .main-events__event {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .main-events .main-events__event__info {
    width: 255px;
  }

  .user-profile-bottom, html.touch .user-profile-bottom {
    background: url(../img/bg-user-profile-bottom-desktop.jpg) center top repeat-y #f5f3f3;
    padding: 50px 0 40px;
  }
  .user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
    overflow: visible;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border-top: 4px solid #ff6d22;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    width: 100%;
    clear: both;
    margin-top: 100px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    float: left;
    width: 320px;
    height: 296px;
    margin-right: 10px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1) {
    clear: none;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child {
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3) {
    margin-right: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    position: relative;
    border: none;
    bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb {
    max-height: 240px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
    width: auto;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading {
    font-size: 75px;
    float: left;
    padding-right: 20px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info {
    float: right;
    text-align: right;
    margin: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number {
    font-size: 50px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button {
    float: right;
    transform-origin: top right;
    margin-top: 50px;
  }

  .user-profile-wishlist#profile-wishlist .profile-heading {
    font-size: 75px;
  }
  .user-profile-wishlist#profile-wishlist .product-tiles {
    width: 940px;
    margin: 0 auto;
  }

  #user-settings {
    width: 600px;
    margin-left: -400px;
  margin-top: 0;
  padding-bottom:60px;
  }
  #user-settings .profile-heading {
    font-size: 50px;
  }
  #user-settings .user-settings__button {
    width: 230px;
    height: 180px;
    font-size: 36px;
    padding: 20px;
  }

  .profile-customize .modal-content .modal-close {
    top: 15px;
    right: 15px;
  }
  .profile-customize .modal-content.change-items {
    width: 800px;
    margin-left: -400px;
    background-image: url(../img/bg-profile-modal-980.jpg);
    padding-top: 10px;
	z-index:99999999999999
  }
  .profile-customize .modal-content.change-items .profile-button {
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .profile-customize .modal-content.change-items .profile-heading {
    font-size: 50px;
  }
  .profile-customize .modal-content.change-items .modal__items {
    max-height: 440px;
    margin-top: 40px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    width: 230px;
    margin: 0 8px 16px;
    border-width: 5px;
  }
  .profile-customize .modal-content.change-items .modal__item .modal__item__info {
    font-size: 16px;
    padding: 10px;
    height: 64px;
  }
}
/* :::: Chrome specific for 980+ :::: */
.page-print-card {
  visibility: hidden;
}

@media print {
  .page-print-card {
    visibility: visible;
  }

  .user-profile-top {
    padding: 15px 40px 0;
  }

  .driver-license {
    width: 373px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 20px 0;
    background-position: center 100px;
    background-repeat: repeat-x;
    background-size: cover;
  }
  .driver-license .driver-license__logo {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: auto;
    top: 10px;
    left: 10px;
  }
  .driver-license .driver-license__image__wrap {
    padding-right: 0;
    width: 114px;
    float: left;
    margin-right: 10px;
  }
  .driver-license .driver-license__info {
    float: right;
    width: 200px;
  }
  .driver-license .driver-license__title {
    margin-top: 0;
  }
  .driver-license .driver-license__year {
    top: 15px;
    right: 20px;
    font-size: 12px;
  }
  .driver-license .driver-license__name {
    width: 120px;
    float: left;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .driver-license .driver-license__number {
    float: right;
    font-size: 34px;
  }
  .driver-license .driver-license__car__image {
    width: 100px;
  }
  .driver-license .driver-license__car {
    clear: both;
    font-size: 10px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 14px;
  }
  .driver-license .driver-license__badges {
    padding: 10px 0;
    clear: both;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    vertical-align: middle;
  }
  .driver-license .driver-license__buttons {
    bottom: -75px;
    position: absolute;
    padding-right: 40px;
    width: 100%;
    text-align: center;
  }
  .driver-license .profile-button {
    background: #ff6d22;
  }
  .driver-license .profile-button a {
    color: #fff;
    background-image: url(../img/icon-gear-white.png);
  }

  .main-events {
    padding: 30px 0 20px;
    width: 373px;
    margin: 100px auto 0;
  }
  .main-events .main-events__event__info {
    width: 280px;
  }

  .profile-customize .modal-content.change-items {
    background-image: url(../img/bg-profile-modal-480.jpg);
    width: 400px;
    margin-left: -200px;
    padding-top: 20px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    vertical-align: top;
    margin: 0 2px 6px;
  }

  .event-promo {
    text-align: left;
  }
  .event-promo .event-promo__inner {
    padding: 60px 60px 20px;
  }
  .event-promo .event-promo__close {
    width: 26px;
    height: 25px;
    background: url(../img/icon-close-large.png);
  }
  .event-promo .event-promo__image {
    float: left;
    margin-right: 40px;
  }
  .event-promo .event-promo__title {
    margin-top: 0;
  }

  .user-profile-top {
    padding: 15px 85px 0;
  }

  .main-events {
    width: 598px;
  }
  .main-events .main-events__event {
    display: inline-block;
    width: 50%;
    float: left;
    height: 70px;
  }
  .main-events .main-events__event__info {
    width: 200px;
  }

  .profile-collection {
    padding: 40px 0 20px;
  }

  .user-profile-bottom {
    background-size: cover;
    padding: 0 85px 40px;
  }

  .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2), html.touch .user-profile-bottom.cat-grid .panel-body .row.empty .thumbs-grid .thumb-unit:nth-child(-n+2) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid {
    width: 598px;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(-n+4) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n+1) {
    float: left;
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n), html.touch .user-profile-bottom.cat-grid .panel-body .row .thumbs-grid .thumb-unit:nth-child(2n) {
    float: right;
  }

  #user-settings {
    width: 336px;
    margin-left: -168px;
  }

  .driver-license .driver-license__car__image {
    margin-top: -10px;
  }

  .event-promo {
    text-align: left;
    background-image: url(../img/bg-user-profile-bottom-desktop.jpg);
  }
  .event-promo .event-promo__inner {
    padding: 40px 0;
    position: relative;
    width: 980px;
    margin: 0px auto;
    border: none;
  }
  .event-promo .event-promo__title {
    font-size: 60px;
  }
  .event-promo .event-promo__image {
    width: auto;
  }
  .event-promo .event-promo__description {
    font-size: 18px;
    padding-right: 100px;
  }
  .event-promo .event-promo__button {
    transform-origin: left;
  }

  .profile-button {
    -moz-transform: skewX(-10deg) scale(0.8);
    -ms-transform: skewX(-10deg) scale(0.8);
    -webkit-transform: skewX(-10deg) scale(0.8);
    transform: skewX(-10deg) scale(0.8);
  }

  .user-profile-top {
    height: 619px;
    padding: 80px 0;
    filter: none;
  }

  .driver-license {
    width: 573px;
    margin: 0;
    padding: 50px 30px 0;
    min-height: 400px;
    max-height: 400px;
    height: 400px;
    float: left;
    background-position: center 130px;
  }
  .driver-license .driver-license__info {
    width: 314px;
  }
  .driver-license .driver-license__logo {
    width: 140px;
    top: 20px;
    left: 20px;
  }
  .driver-license .driver-license__image__wrap {
    width: 180px;
  }
  .driver-license .driver-license__title {
    font-size: 29px;
  }
  .driver-license .driver-license__name {
    font-size: 36px;
  }
  .driver-license .driver-license__number {
    font-size: 54px;
  }
  .driver-license .driver-license__year {
    right: 30px;
    top: 25px;
    font-size: 15px;
  }
  .driver-license .driver-license__car__image {
    width: 170px;
  }
  .driver-license .driver-license__badges {
    max-width: 100%;
  }
  .driver-license .driver-license__badges .driver-license__badge {
    width: 75px;
    height: 75px;
  }
  .driver-license .driver-license__car {
    font-size: 16px;
  }
  .driver-license .driver-license__car .driver-license__car__name {
    font-size: 22px;
  }
  .driver-license .driver-license__buttons {
    width: 553px;
  }
  .driver-license .profile-button {
    display: inline-block;
    margin: 0 -20px;
  }
  .driver-license .profile-button.driver-license__print a {
    background-image: url(../img/icon-print.png);
  }

  .main-events {
    float: right;
    width: 378px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 0;
  }
  .main-events .profile-heading {
    font-size: 46px;
    padding: 20px 15px 5px;
    border-bottom: 2px solid #999999;
  }
  .main-events .main-events__button {
    position: absolute;
    bottom: -90px;
    transform-origin: right top;
    right: 0;
  }
  .main-events .main-events__event {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .main-events .main-events__event__info {
    width: 255px;
  }

  .user-profile-bottom, html.touch .user-profile-bottom {
    background: url(../img/bg-user-profile-bottom-desktop.jpg) center top repeat-y #f5f3f3;
    padding: 50px 0 40px;
  }
  .user-profile-bottom.cat-grid .panel-body, html.touch .user-profile-bottom.cat-grid .panel-body {
    overflow: visible;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border-top: 4px solid #ff6d22;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    width: 100%;
    clear: both;
    margin-top: 100px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    float: left;
    width: 320px;
    height: 296px;
    margin-right: 10px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(2n+1) {
    clear: none;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child {
    clear: both;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(3n+3) {
    margin-right: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6), html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit:nth-child(-n+6) {
    display: inline-block;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    position: relative;
    border: none;
    bottom: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb {
    max-height: 240px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit.badge-thumb-unit .thumb {
    width: auto;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-heading {
    font-size: 75px;
    float: left;
    padding-right: 20px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__info {
    float: right;
    text-align: right;
    margin: 0;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-collection__number {
    font-size: 50px;
  }
  .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button, html.touch .user-profile-bottom.cat-grid .panel-body .row.profile-collection .profile-button {
    float: right;
    transform-origin: top right;
    margin-top: 50px;
  }

  .user-profile-wishlist#profile-wishlist .profile-heading {
    font-size: 75px;
  }
  .user-profile-wishlist#profile-wishlist .product-tiles {
    width: 940px;
    margin: 0 auto;
  }

  #user-settings {
    width: 600px;
    margin-left: -300px;
  }
  #user-settings .profile-heading {
    font-size: 50px;
  }
  #user-settings .user-settings__button {
    width: 230px;
    height: 180px;
    font-size: 36px;
    padding: 20px;
  }

  .profile-customize .modal-content .modal-close {
    top: 15px;
    right: 15px;
  }
  .profile-customize .modal-content.change-items {
    width: 800px;
    margin-left: -400px;
    background-image: url(../img/bg-profile-modal-980.jpg);
    padding-top: 60px;
  }
  .profile-customize .modal-content.change-items .profile-button {
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .profile-customize .modal-content.change-items .profile-heading {
    font-size: 50px;
  }
  .profile-customize .modal-content.change-items .modal__items {
    max-height: 440px;
    margin-top: 40px;
  }
  .profile-customize .modal-content.change-items .modal__item {
    width: 230px;
    margin: 0 8px 16px;
    border-width: 5px;
  }
  .profile-customize .modal-content.change-items .modal__item .modal__item__info {
    font-size: 16px;
    padding: 10px;
    height: 64px;
  }

  .page-print-card {
    position: relative;
    width: 980px;
  }
  .page-print-card header, .page-print-card footer, .page-print-card .banner-wrapper, .page-print-card html.no-touch .bg-sub-nav {
    display: none;
  }
  .page-print-card .printable-license {
    display: inline-block;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    width: 55%;
    position: relative;
    float: left;
  }
  .page-print-card .scissors {
    position: absolute;
    top: 600px;
    left: 436px;
    display: block;
    width: 19px;
    height: auto;
  }
  .page-print-card .driver-license {
    border: 1px solid #000;
    border-bottom: 1px dashed #000;
    border-radius: 0;
    float: none;
    margin: 50px 50px 0;
  }
  .page-print-card .driver-license .driver-license__title {
    color: #0078c9;
    text-shadow: none;
    letter-spacing: .01em;
  }
  .page-print-card .driver-license.driver-license__bottom {
    margin: 0 50px;
    transform: rotate(180deg);
    background: none;
    display: table;
    padding: 0 50px;
  }
  .page-print-card .driver-license.driver-license__bottom .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .page-print-card .driver-license.driver-license__bottom .inner .inner-text {
    width: 60%;
    display: inline-block;
    padding: 20px 0 20px 30px;
    text-transform: none;
  }
  .page-print-card .print-license__header {
    background: #0078c9;
    color: yellow;
    padding: 10px 20px;
  }
  .page-print-card .print-license__header h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    font-family: 'AgencyBlackWide', sans-serif;
    color: yellow;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    letter-spacing: .1em;
    display: inline-block;
  }
  .page-print-card .print-license__header img {
    float: right;
  }
  .page-print-card .print-license__retailers {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    background: #ddd;
  }
  .page-print-card .print-license__retailers img {
    margin: 0 20px;
  }
  .page-print-card .print-coupon {
    display: inline-block;
    width: 40%;
    float: left;
  }
  .page-print-card .print-coupon .print-offer {
    margin-top: 50px;
  }
  .page-print-card .print-coupon .print-offer .large-offer {
    font-size: 60px;
    font-weight: bold;
  }
  .page-print-card .print-coupon .print-offer .med-offer {
    font-size: 20px;
    margin-right: 50px;
    margin-bottom: 10px;
  }
  .page-print-card .print-coupon .instructions {
    margin-top: 50px;
  }
  .page-print-card .print-coupon .instructions .title {
    text-decoration: underline;
    font-weight: bold;
  }
  .page-print-card .user-profile-bottom.cat-grid {
    margin: 0;
    position: absolute;
    top: 800px;
    background: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection {
    border: none;
    margin-top: 0;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid {
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit {
    margin-right: 0;
    display: inline-block;
    text-align: left;
    float: none;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info {
    background: #fff;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info .title {
    color: #000;
  }
  .page-print-card .user-profile-bottom.cat-grid .panel-body .row.profile-collection .thumbs-grid .thumb-unit .thumb-info .subtitle {
    color: #000;
  }
  .page-print-card .print-legal {
    position: absolute;
    right: -100px;
    top: 360px;
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #5e5e5e;
  }

  .coupon-legal-bottom {
    clear: both;
    font-size: 12px;
    text-transform: none;
    color: #b0b0b0;
    width: 80%;
    margin: 150px auto 0;
    line-height: 1;
    text-align: center;
  }
}
.modal-content{display:none;left:50%}
.profile-customize .modal-content.change-items{z-index:99999999999}
.profile-customize .modal-content.change-items .profile-heading.small-blue{color:#0077cb;font-weight: normal;font-family: "AgencyFB", sans-serif;font-style: italic;
  margin: 0px;} 
  
  .product-tile__stars {
  position: relative;
}

.product-tile__stars > span {
  left: 0 !important;
}

.sprite-stars-full {
  background: url('http://dev.hotwheels.com/static/img/hotwheels/sprites/rating_sprite.png') no-repeat !important;
  background-position: 0 -20px !important;
  z-index: 9999;
}
#modal-overlay{
  position: fixed;
  width: 100%;
  display:none;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  background: rgba(0,0,0,.75);
  z-index: 999999;
}
@media only screen and (max-width: 47.9375em) {
.profile-customize .modal-content{top:10px}

}
.game-image-sml {
  overflow: hidden !important;
}
.modal.email .close-icon{background-position: 0 0px !important;}
.page-user-profile .modal-content#badge-modal{position:fixed !important;border-top:none}
.event-promo-img{min-height:130px;float:left}
.event-promo__button a{background-position:right center}
.event-promo__button{padding-right:15px}
.modal-left-body{width:40%;float:left}
.modal-left-body img{width:100%}
.modal-right-body{width:57%;float:left;padding-left:2%}
.badge-overlay .modal-content.modal-unity .modal-body {background-image: url(../img/badge-bg.png);background-position: center top;background-repeat: no-repeat;  padding: 8% 3%;	float:left;border:none}
.badge-overlay .modal-content{padding:0px;border:none;background: none;width: 595px !important;}
.badge-overlay .modal-content p{text-shadow:0 0 10px rgba(0,0,0,0.5) , 0 0 20px rgba(0,0,0,0.5) , 0 0 30px rgba(0,0,0,0.5) , 0 0 20px #000 , 0 0 0px #000 , 0 0 0px #000 , 0 0 0px #000}
.badge-overlay .modal-content .buttons{margin-top:20px}
.badge-overlay .modal-content.modal-unity .modal-body .skip-button{position:relative;margin-top:20px;text-align:center;margin-right:0px}
.skip-btn-holder{text-align:right}
.badge-overlay .modal-content.modal-unity .modal-body .modal-badge-text{color:#fff;width:75%;text-align:left;margin:0 auto;text-shadow:none}
#prizePopup .modal-content.modal-unity .modal-body{padding:8% 3%  2% 3%}
#prizePopup .modal-left-body{width:50%;}
#prizePopup .modal-right-body{width:48%}
#prizePopup .modal-left-body img{width: 130%;margin-left: -15%;margin-top: -20%;}
#prizePopup .modal-content p{font-size:16px;color:#fff;font-weight:normal;text-shadow:none} 
#prizePopup .modal-content p.modal-badge-text-line2{font-size:16px;color:#fff;font-weight:bold;width:75%;text-align:left;margin:10px auto} 
.dont-want-prize{position: absolute;width: 200px;left: 0px;margin-top: -20px;}
.dont-want-prize .btn-back{background-color:#ff3f3f !important;color:#fff !important;border:1px solid #ff3f3f !important}
.badge-overlay .modal-content .buttons.row2{margin-top:0px}
#keepGoing .modal-body{background:none;margin-top:200px;background-color: #f7a809;background-image: url(../../../Static/img/interstitials/bg-interstitials-external-links-desktop.jpg);background-position: center;background-repeat: no-repeat;width:900px;height:600px;margin:0 auto 0 -415px;-webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.2);cursor: default;z-index: 11000;}
#keepGoing .modal-body .modal-body-inner{width:75%;float:right;margin-top:120px}
#keepGoing .modal-body p{text-shadow:none;width:75%}
#keepGoing .modal-body .btn-holder{margin-top:50px;text-align: left;}
#keepGoing .modal-body p,#keepGoing .modal-body h2,#keepGoing .email-form form{text-align:left}
#keepGoing .modal-body h2{font-size:48px;font-weight:normal;font-family:"AgencyFB","Agency FB", "arial narrow", arial, helvetica, sans-serif;}
#keepGoing .modal-content{width:400px !important;float:right}
#keepGoing .modal-content.modal-unity{margin-left:-50px;margin-top:-300px;box-shadow:none}
#keepGoing .back-btn,#keepGoing .keep-going-btn{display: inline-block;width: 170px;height: 52px;line-height: 48px; border: solid 2px #FFFFFF;background-color: #0077cb;text-align: center;color: #FFFFFF; font-size: 18px;text-decoration: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-weight:normal}
#keepGoing #submit-email{background-color:#00ff00;transform: skewX(-10deg);margin-top: 50px;margin-left:140px;min-width: 100px;line-height: 65px;text-align: center; color: #fff;font-size: 2.14286em;font-weight: normal;display: block;font-family: "AgencyFB", "arial narrow", arial, helvetica, sans-serif;font-style: italic; text-transform: uppercase;}
#keepGoing #parent-email,#keepGoing #confirm-parent-email{padding:10px 5px;width:170px;display: inline-block;}
#keepGoing .email-form,#keepGoing  .section-intro-text,#keepGoing .success-message{width: 90%;padding-left: 150px;}
#email-no-match{color:#000;margin-top:10px}
#keepGoing #parent-email{margin-left:-95px}
#keepGoing .inner-modal-logo{width:35%;margin-bottom:15px}