*, html, body, h1, h2, h3, h4, h5, h6, h7, a, div, header, footer, input,	label, form, ul, li {
  font-family: 'PT Sans', 'Open Sans', sans-serif !important;
}

.sprite {
  height: 0;
  overflow: hidden;
  display: block;
}

.unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}

h1 {
  text-align: center;
}
[class*="column"] + [class*="column"]:last-child {
  float: left;
}
.hero {
  position: relative;
  background: #FFF;
}
.billboard-crossfade-background, .billboard-crossfade-background-alternate {
  width: 100%;
  height: 508px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.billboard-container {
  position: relative;
}


@media only screen and (min-width: 1400px) {
  .billboard-crossfade-background, .billboard-crossfade-background-alternate {
    display: block;
  }

  .billboard-container .row {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  .orbit-container .orbit-slides-container img {
    width: 100%;
  }
}
.item, .movie {
  display: block;
  position: relative;
  cursor: pointer;
}
.item-title {
  text-align: center;
  padding: 0.5rem;
  background-color: #FFF;
  min-height: 80px;
}
.item-title h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
}
.item-title span {
  color: #ccc;
  font-size: 1rem;
  word-wrap: break-word;
}
.heading {
  padding-bottom: 1rem;
}
.heading h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.heading h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #505050;
  text-align: center;
}

#trending-container {
  width: 100%;
  background-color: #DEDEDE;
}
#trending {
  background-color: #DEDEDE;
  padding: 2rem 0 4rem 0;
}

#featured-videos-container {
  background-color: #B5B5B5;
}

#movies {
  background-color: #B5B5B5;
  padding: 1rem 0;
}
.movie-title h4 {
  font-size: 0.8rem;
  color: #090909;
  font-weight: bold;
  text-align: center;
  line-height: 1rem;
  min-height: 2rem;
}
.movie-title .button {
  background: #454545;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #A2A2A2;
  text-transform: uppercase;
  width: 100%;
}
.button.all {
  background: #454545;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: #A2A2A2;
  text-transform: uppercase;
  margin: 0.8rem 0;
}
.movie-title .button:hover, .button.all:hover {
  color: #DDD;
  background: #090909;
}

.footer-container {
  width: 100%;
  background-color: #d5d4d3;
}
.footer, .footer a, .footer p {
  color: #848382 !important;
  font-size: 0.8rem !important;
  line-height: 3rem;
  margin-bottom: 0px;
}
.footer a {
  text-decoration: underline;
}
.inline-list.real-inline {
  margin: 0 auto;
}
.inline-list.real-inline li {
  float: none;
  display: inline-block;
}
.footer .moved {
  background: url(../images/footer-bg.png) 0 0 repeat-x;
}
.footer .moved-rt {
  background: url(../images/footer-bg-right.png) 0 0 repeat-x;
}
.footer-row {
  background-color: #D5D4D3;
}
.mask {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.item img, .movie img {
  width: 100% !important;
}
.item:hover .mask, .movie:hover .mask {
  opacity: 0.6;
  overflow: hidden;
  background: #000;
}
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 0px !important;
}
.orbit-container .orbit-slides-container > * {
  position: relative;
}

.orbit-container .orbit-slides-container li {
  display: none;
  margin-left: 0;
}
.orbit-container .orbit-slides-container li.active {
  display: block;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  top: 46%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0 17%;
  background-color: transparent;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
  background-color: transparent;
}
.orbit-caption .sub-heading {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.4rem;
  padding-top: 0.2rem;
}
.orbit-bullets li.active {
  background: #313537;
}
.orbit-gradient-left {
  width: 150px;
  min-height: 526px;
  position: absolute;
  left: 0;
  top: 0;
}
.orbit-gradient-right {
  width: 150px;
  min-height: 526px;
  position: absolute;
  right: 0;
  top: 0;
}
.padtop {
  padding: 30px 0;
  /* margin: 30px 0px !important; */
}
.leftpad {
  margin-left: 2em !important;
}
.button {
  display: inline-block;
}
#orbit-nav .button.small {
  width: 15.5%;
  /*max-width: 15.5%;*/
  display: table-cell;
  padding: 1px;
  margin-bottom: 0;
  padding: 10px 0 !important;
}
.button.small {
  background-color: #B5B5B5;
  border: 2px solid #DADADA;
  color: #313537;
  text-transform: uppercase;
  padding: 0.4rem 0.1rem;
  width: 100%;
  font-weight: bold;
  vertical-align: middle;
}
.button.small .h4 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 0.9rem;
  display: block;
}

@media (min-width: 1200px) {
  .button.small .h4 {
    font-size: 1.1em;
  }
}
.button.small.active .h4 {
  color: #DEDEDE;
}
.button.small.active {
  background-color: #313537;
  color: #DEDEDE;
}
.button.small.active .arrow {
  background: url(../images/arrow.png) 0 0 no-repeat;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
}

.privacy li {
  margin: 0px;
}
.privacy li a:after {
  content: " | ";
  display: inline-block;
  padding: 0 0.6rem;
}
.privacy li:last-child a:after {
  content: "";
  display: inline-block;
  padding: 0;
}
@media only screen and (min-width: 64.063em) {
  .orbit-container .orbit-next {
    background: url(../images/arrow-right.png) -10px 0px no-repeat;
    height: 50px;
    width: 26px;
    right: 9%;
    top: 56%;
    border-left: 1px solid #fff;
  }
  .orbit-container .orbit-prev {
    background: url(../images/arrow-left.png) 10px 0px no-repeat;
    height: 50px;
    width: 26px;
    left: 9%;
    top: 56%;
    border-right: 1px solid #fff;
  }

}

@media only screen and (max-width: 64em) {
  .orbit-container .orbit-next {
    background: url(../images/arrow-right.png) -10px 0px no-repeat;
    height: 50px;
    width: 26px;
    right: 3rem;
    top: 56%;
    border-left: 1px solid #fff;
  }
  .orbit-container .orbit-prev {
    background: url(../images/arrow-left.png) 10px 0px no-repeat;
    height: 50px;
    width: 26px;
    left: 3rem;
    top: 56%;
    border-right: 1px solid #656969;
  }
  .orbit-container .orbit-slides-container > * .orbit-caption {
    padding: 6rem;
  }
  .padd {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  display: none;
}

.orbit-container .orbit-prev.animate {
  -webkit-animation: 0.2s arrowleft linear forwards;
  -moz-animation: 0.2s arrowleft linear forwards;
  -ms-animation: 0.2s arrowleft linear forwards;
  -o-animation: 0.2s arrowleft linear forwards;
  animation: 0.2s arrowleft linear forwards;
}

.orbit-container .orbit-next.animate {
  -webkit-animation: 0.2s arrowright linear forwards;
  -moz-animation: 0.2s arrowright linear forwards;
  -ms-animation: 0.2s arrowright linear forwards;
  -o-animation: 0.2s arrowright linear forwards;
  animation: 0.2s arrowright linear forwards;
}

.orbit-container .orbit-prev.animateback {
  -webkit-animation: 0.2s arrowleftback linear forwards;
  -moz-animation: 0.2s arrowleftback linear forwards;
  -ms-animation: 0.2s arrowleftback linear forwards;
  -o-animation: 0.2s arrowleftback linear forwards;
  animation: 0.2s arrowleftback linear forwards;
}

.orbit-container .orbit-next.animateback {
  -webkit-animation: 0.2s arrowrightback linear forwards;
  -moz-animation: 0.2s arrowrightback linear forwards;
  -ms-animation: 0.2s arrowrightback linear forwards;
  -o-animation: 0.2s arrowrightback linear forwards;
  animation: 0.2s arrowrightback linear forwards;
}

@media screen and (max-width: 40rem) {
  .footer, .footer a, .footer p {
    line-height: 1rem;
  }
  .orbit-bullets {
    display: block;
  }
  .orbit-container .orbit-slides-container > * .orbit-caption {
    padding: 2rem 1rem 0.4rem 1rem;
  }
  .orbit-container .orbit-slides-container > * .orbit-caption img {
    display: block;
    margin: 0 auto;
  }
  .orbit-bullets {
    margin: 0 auto 5px auto;
    top: 5px;
  }
  .footer-row {
    padding-top: 1rem;
  }
  #trending h1 {
    margin-bottom: 0px;
    line-height: 1;
  }
  #trending h5, #trending h1 {
    margin-bottom: 0px;
  }
  #trending {
    padding: 1rem 0 2rem 0;
  }
  .movie-title h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 2.8rem;
  }
  .item-title {
    padding: 0.8rem 0.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #trending .column, #trending .columns {
    position: relative;
    padding-left: 0.3375rem;
    padding-right: 0.3375rem;
  }

  .row .row {
    width: auto;
    margin-left: -0.3375rem;
    margin-right: -0.3375rem;
  }

  .orbit-caption-buttons .button {
    background: #454545;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #A2A2A2;
    text-transform: uppercase;
    margin: 0.4rem 0;
    display: block;
    height: 36px;
    max-width: 180px;
    text-align: left;
    line-height: 28px;
  }
  .orbit-caption-buttons .button:hover {
    color: #DDD;
    background: #090909;
  }
  .orbit-caption-buttons .button#tickets {
    /* D.Millett 7-31: removed button icons */
    /*background-image: url(../images/button1.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* padding-left: 36px; */
  }
  .orbit-caption-buttons .button#trailer {
    /*background-image: url(../images/button2.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* padding-left: 36px; */
  }
  .orbit-caption-buttons .button#site {
    /*background-image: url(../images/button3.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* padding-left: 36px; */
  }
}

/* HEADER */

.sp-header-container {
  width: 100%;
  min-height: 81px;
  background: url(../images/bg-header.png) repeat-x;
}

.sp-header {
  width: 930px;
  min-height: 81px;
  margin: 0 auto;
}

.sp-header .sp-menu {
  display: none;
}

.sp-header .sp-logo {
  float: left;
  width: 37px;
  margin: 10px 47px 0 10px;
  padding: 61px 0 0;
  background: url(../images/sp-logo.png) no-repeat;
}

.sp-header .country-text {
  color: #a2a2a2;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  margin-top: 27px;
  display: inline-block;
  float: left;
  cursor: default;
}

.sp-header .sp-social-text-container {
  width: 50px;
  height: 27px;
  margin-right: 5;
  display: table;
  table-layout: fixed;
}

.sp-header .sp-social-text-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.sp-header .sp-social-text-item {
  overflow: hidden;
  max-height: 27px;
  text-align: center;
  color: #a2a2a2;
  text-decoration: none;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}

.sp-header .country-flag-icon {
  height: 27px;
  width: 27px;
  margin: 27px 10px 0 0px;
  float: left;
}

.sp-header .sp-header-links {
  float: left;
  padding: 30px 0 0 33px;
  margin: 0;
  font-size: 18px;
  list-style-type: none;
}

.sp-header .sp-header-links li {
  float: left;
  padding: 0 0 0 25px;
}

.sp-header .sp-header-links li a {
  /* color: #565657; */
  /* text-decoration: none; */
  /* text-transform: uppercase; */

}

.sp-header .sp-header-links li a:hover, .sp-header .sp-header-links li a.active {
  color: #fff;
}

.sp-header .sp-search-and-social {
  float: right;
  /* width: 246px; */
  padding: 27px 10px 0px 0;
}

.sp-header .sp-search-and-social ul {
  margin: 0;
  list-style-type: none;
}

.sp-header .sp-search-and-social .sp-search-and-newsletter {

}
/*
.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search {
	min-height: 27px;
	padding-right: 17px; */
/* background: url(../images/header-divider.png) no-repeat 23px 0; */
/* position: relative;
} */
/*
.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search a {
	width: 17px;
	margin-top: 5px;
	padding: 18px 0 0;
	background: url(../images/icon-search.png) no-repeat;
}*/
/*
.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search #sp-search {
	width: 205px;
	position: absolute;
	top: 26px;
	left: -85px;
	z-index: 100;
	display: none;
}*/
/*
.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search #sp-search .sp-search-input {
	float: left;
	width: 170px;
	height: 27px;
	padding: 0 7px;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font-family: 'Open sans';
	font-size: 11px;
}*/
/*
.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search #sp-search .sp-submit {
	float: left;
	width: 35px;
	height: 27px;
	color: #afafaf;
	font-family: 'Open sans';
	font-weight: 600;
	text-transform: uppercase;
	background: #25292d;
	border: 1px solid #000;
}*/

.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-newsletter {
  padding-left: 35px;
  background: url(../images/header-getintouch.png) no-repeat 0 5px;
}

.sp-header .sp-search-and-social .sp-search-and-newsletter .sp-newsletter a {
  width: 27px;
  height: 27px;
  display: block;
  overflow: hidden;
}

.sp-header .sp-search-and-social .sp-social {
  /* background: url(../images/header-divider.png) no-repeat 11px 2px; */
  padding-left: 22px;
  overflow: hidden;
}

.sp-header .sp-search-and-social li {
  float: left;
}

.sp-header .sp-search-and-social .sp-social li a {
  width: 27px;
  height: 27px;
  margin: 0 0 0 5px;
  display: block;
  overflow: hidden;
}

.sp-header .sp-search-and-social .sp-social li a img{
  float: left;
}

/*
.sp-header .sp-search-and-social .sp-social li a.sp-facebook {
	background-position: 0 -27px;
}
.sp-header .sp-search-and-social .sp-social li a.sp-twitter {
	background-position: 0 -54px;
}
.sp-header .sp-search-and-social .sp-social li a.sp-youtube {
	background-position: 0 -81px;
}
.sp-header .sp-search-and-social .sp-social li a.sp-instagram {
	background-position: 0 -108px;
}
*/

.sp-m-social {
  width: 100%;
  padding: 5px 0;
  /* background: #030302; */
  border-top: 1px solid #3c3c3c;
}

.sp-m-social.active {
  /* background: #1f2629; */
  color: #fff;
}

.sp-m-social a {
  /* width: 19px; */
  /* float: left; */
  /* height: 19px; */
  /* margin: 0 0px; */
  /* border: none !important; */

}


.sp-m-container {
  margin: 0 auto;
  /* width: 194px; */
  padding: 16px 0 0 0;
  height: 44px;
  text-align: center;
  display: inline-block;
}

.sp-m-social .divider {
  width: 1px !important;
  background: #AFAFAF !important;
}

.sp-m-container a.sp-facebook, .sp-m-container a.sp-twitter,
.sp-m-container a.sp-youtube, .sp-m-container .sp-instagram,
.sp-m-container .sp-newsletter-icon {
  background-image:
    url(/Assets/widgetSlider/images/header-mobile-icons.png) !important;
  background-repeat: no-repeat;
  background-size: 19px 95px !important;
}

.sp-m-container a.sp-facebook {
  background-position: 0 0 !important;
}

.sp-m-container a.sp-twitter {
  background-position: 0 -19px !important;
}

.sp-m-container a.sp-youtube {
  background-position: 0 -38px !important;
}

.sp-m-container .sp-instagram {
  background-position: 0 -58px !important;
}

.sp-m-container .sp-newsletter-icon {
  background-position: 0 -76px !important;
}

.sp-m-container .sp-newsletter-text {
  background: url(/Assets/widgetSlider/images/header-getintouch.png)
  no-repeat 0 2px !important;
  width: 30px !important;
}

.sp-m-container .sp-search-icon {
  background: url(/Assets/widgetSlider/images/icon-search.png) no-repeat
  !important;
}

.sp-header .sp-newsletter-icon-container {
  margin-right: 20px;
}

/* tablet portrait */
@media (min-width: 768px) and (max-width: 1023px) {
  .sp-header {
    width: 768px;
  }

  .sp-header .sp-header-links, .sp-header .sp-header-links li {
    padding-left: 10px;
  }

  .sp-header .sp-header-links {
    display: block !important;
  }

}

/* mobile */
@media (max-width: 767px) {
  .sp-header-container {
    min-height: 28px;
    background: #262a2d;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .sp-header {
    width: 100%;
    min-height: 28px;
  }
  .sp-header .country-text {
    display: none;
  }
  .sp-header-container .sp-menu {
    float: left;
    width: 28px;
    padding: 28px 0 0;
    display: block;
    background-image: url(../images/header-mobile-menu_a.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 28px 56px;
    border-right: 1px solid #6e7173;
  }

  .sp-header-container .sp-menu.active {
    background-position: 0 -28px;
  }

  .sp-header-container .sp-logo {
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 2px;
    margin-left: 5px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    background: none;
  }
  .sp-header .country-flag-icon {
    float: right;
    margin: 1px 10px;
  }
  .sp-header .sp-header-links {
    display: none;
    float: none;
    width: 100%;
    padding: 0;
    /* position: absolute; */
    overflow: hidden;
    /* top: 28px; */
    left: 0px;
    z-index: 11;
  }

  .sp-header .sp-header-links li {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 44px;
  }
  .sp-header .sp-m-container .sp-social-text-container {
    float: left;
    margin-right: 3px;
  }
  .sp-header .sp-header-links li a {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin: 0 3px;
    background: #030302;
    /* border-top: 1px solid #6e7173; */
    /* text-align: center; */
    display: inline-block;
    float: left;
  }

  .sp-header .sp-header-links li a:hover, .sp-header .sp-header-links li a.active {
    background: #1f2629;
    color: #fff;
  }
  .sp-header .sp-header-links li a img {
    width: 27px;
    height: 27px;
    float: left;
    clear: both;
  }
  .sp-header .sp-search-and-social {
    width: 169px;
    padding: 0;
    display: none;
  }

  /*.sp-header .sp-search-and-social .sp-search-and-newsletter {
    float: right;
  }

  .sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search {
    float: right;
  }

  .sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search #sp-search {
    left: auto;
    right: 0;
  }*/

  .sp-header .sp-search-and-social .sp-social {
    width: 94px;
    margin-top: 4px;
    padding: 0;
    border-right: 1px solid #6e7173;
  }

  .sp-header .sp-search-and-social .sp-social li a {
    width: 19px;
    margin: 0 4px 0 0;
    padding: 19px 0 0;
    background-image: url(../images/header-mobile-icons.png);
    background-repeat: no-repeat;
    background-size: 19px 95px;
  }

  /* .sp-header .sp-search-and-social .sp-social li a.sp-facebook {
    background-position: 0 0;
  }
  .sp-header .sp-search-and-social .sp-social li a.sp-twitter {
    background-position: 0 -19px;
  }
  .sp-header .sp-search-and-social .sp-social li a.sp-youtube {
    background-position: 0 -38px;
  }
  .sp-header .sp-search-and-social .sp-social li a.sp-instagram {
    background-position: 0 -57px;
  }

  .sp-header .sp-search-and-social .sp-search-and-newsletter .sp-search {
    min-height: 0;
    padding: 0;
    margin-left: 3px;
  } */

  .sp-header .sp-search-and-social .sp-search-and-newsletter .sp-newsletter {
    width: 51px;
    padding: 0;
    margin: 4px 0 0 4px;
    background: url(../images/header-mobile-getintouch.png) no-repeat 21px 4px;
    background-size: 25px 12px;
    border-right: 1px solid #6e7173;
  }

  .sp-header .sp-search-and-social .sp-search-and-newsletter .sp-newsletter a {
    width: 19px;
    padding: 19px 0 0;
    background: url(../images/header-mobile-icons.png) no-repeat 0 -76px;
    background-size: 19px 95px;
  }
}

@media only screen and (min-width: 768px) {
  .sp-m-social {
    display: none;
  }
  .sp-header .sp-header-links {
    display: block !important;
  }
}

@media only screen and (min-width : 1025px) {
  .sp-header {
    width: 1000px;
  }
  .sp-header .sp-search-and-social {
    /* width: 282px; */
    padding: 27px 36px 0 0;
  }
}

@-webkit-keyframes arrowleft {
  0% { background-position: 10px 0; }
  100% { background-position: 0 0; }
}
@-moz-keyframes arrowleft {
  0% { background-position: 10px 0; }
  100% { background-position: 0 0; }
}
@-ms-keyframes arrowleft {
  0% { background-position: 10px 0; }
  100% { background-position: 0 0; }
}
@-o-keyframes arrowleft {
  0% { background-position: 10px 0; }
  100% { background-position: 0 0; }
}
@keyframes arrowleft {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}

@-webkit-keyframes arrowleftback {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}
@-moz-keyframes arrowleftback {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}
@-ms-keyframes arrowleftback {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}
@-o-keyframes arrowleftback {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}
@keyframes arrowleftback {
  0% { background-position: 0 0; }
  100% { background-position: 10px 0; }
}

@-webkit-keyframes arrowright {
  0% { background-position: -10px 0; }
  100% { background-position: 0 0; }
}
@-moz-keyframes arrowright {
  0% { background-position: -10px 0; }
  100% { background-position: 0 0; }
}
@-ms-keyframes arrowright {
  0% { background-position: -10px 0; }
  100% { background-position: 0 0; }
}
@-o-keyframes arrowright {
  0% { background-position: -10px 0; }
  100% { background-position: 0 0; }
}
@keyframes arrowright {
  0% { background-position: -10px 0; }
  100% { background-position: 0 0; }
}

@-webkit-keyframes arrowrightback {
  0% { background-position: 0 0; }
  100% { background-position: -10px 0; }
}
@-moz-keyframes arrowrightback {
  0% { background-position: 0 0; }
  100% { background-position: -10px 0; }
}
@-ms-keyframes arrowrightback {
  0% { background-position: 0 0; }
  100% { background-position: -10px 0; }
}
@-o-keyframes arrowrightback {
  0% { background-position: 0 0; }
  100% { background-position: -10px 0; }
}
@keyframes arrowrightback {
  0% { background-position: 0 0; }
  100% { background-position: -10px 0; }
}

/*
 * Addition by YunusAli.S
 * Updating Responsiveness
 * using media queries
 * Changes start
 */

/*Small screens*/
/* Define mobile styles */
@media only screen {
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .trending-content, .product-content {
    width: 300px !Important;
    margin: 0 auto !Important;
  }

}

/*Medium screens*/
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {


}

/* max-width 1024px, use when QAing tablet+ issues */
@media only screen and (max-width: 64em) {


  .orbit-nav-container span {
    display: none !Important;
  }

  #orbit-nav{
    width: 200px;
    margin: 0 auto;
    /*text-align: center;*/
  }

  #orbit-nav .button.small {
    width: 2em;
    height: 2em;
    border-color: #B5B5B5;
    padding: 0;
    margin: 0.3rem;
    display: inline-block;
  }

  #orbit-nav .button.small.active {
    border-color: #313537;
  }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .trending-content, .product-content {
    width: 500px !Important;
    margin: 0 auto !Important;
  }

}

@media only screen and (max-width: 767px){
  .sp-header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .sp-header .sp-header-links {
    /* top: 48px; */
  }

}

/*Large screens*/
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  /*
  .trending-content, .product-content {
      width: 100% !Important;
      margin: 0 0 !Important;
    }*/

  .product-content > div{
    padding: 0 !Important;
  }


  .view-all-content {
    margin-top: -75px !important;
    margin-right: -9px !important;
  }


  /*.button.small.active{
    width : 21% !important;
  }*/

  .orbit-nav-container{
    padding-left: 3px;
    padding-right: 3px;
    width: 1004px;
    max-width: 1004px;
  }

  .orbit-nav-container #orbit-nav {
    max-width: 944px;
    margin: 0 auto;
  }

  .item-title{
    min-height: 103px;
  }
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
}

/*XLarge screens*/
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .trending-content, .product-content {
    width: 1200px !Important;
    margin: 0 auto !Important;
  }
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
}

/*XXLarge screens*/
/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
}

/*
 * End Changes
 */


/*
* Addition by YunusAli.S
* Showing Caption Button for tablets and up.
* Changes start
*/
@media only screen and (min-width: 40.063em) {
  .orbit-caption-buttons .button {
    background: #454545;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #A2A2A2;
    text-transform: uppercase;
    margin: 0.4rem 0;
    display: block;
    height: 36px;
    max-width: 180px;
    text-align: left;
    line-height: 28px;
  }
  .orbit-caption-buttons .button:hover {
    color: #DDD;
    background: #090909;
  }
  .orbit-caption-buttons .button#tickets {
    /* D.Millett 7-31: removing icon buttons*/
    /*background-image: url(../images/button1.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* D.Millett 7-31: removing button text padding*/
    /* padding-left: 36px; */
  }
  .orbit-caption-buttons .button#trailer {
    /*background-image: url(../images/button2.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* padding-left: 36px; */
  }
  .orbit-caption-buttons .button#site {
    /*background-image: url(../images/button3.png);*/
    background-position: 6px 6px;
    background-repeat: no-repeat;
    /* padding-left: 36px; */
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 767px) {
  .orbit-caption-buttons {
    text-align: center;
  }
  .orbit-caption-buttons .button {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }
  .orbit-container .orbit-slides-container>* .orbit-caption {
    top: 37%;
    padding : 5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 64em) {
  .orbit-container .orbit-slides-container>* .orbit-caption {
    top: 15%
  }

}

/*
 * End Changes
 */

/*
 * Addition by YunusAli.S
 * Footer link issues on mobile
 * Changes start
 */
@media only screen and (max-width: 440px) {
  .privacy li {
    width: 49% !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
    float: left !important;
  }
  .privacy li:nth-child(odd) {
    border-right: 1px solid #848382 !important;
  }
  .privacy li:last-child {
    border-right: none !important;
    float: none !important;
  }
  .privacy li a:after {
    display: none !important;
  }
}
/*
 * End Changes
 */

/*
 * Cookie Consent Tool Button Issue
 * Changes Start
 */
#_evh-button {
  display: none !important;
}

/*
 * Changes End
 */


/*
 * Sony Corp Banner Styles Changes Start
 */
.corp-banner-container {
  background: #000;
  width: 100%;
  height: 36px;
  overflow: hidden;
}

.corp-banner-wrapper {
  height: 36px;
  margin: 0 auto;
  overflow: hidden;
  width: auto !important;
  max-width: 930px;
}

.corp-banner-container a {
  background:
    url('/Assets/MP-Int-Portals/sony.gif')
    no-repeat left top;
  float: right;
  margin-right: 15px;
  padding-top: 36px;
  width: 73px;
  display: block;
  height: 0;
  overflow: hidden;
}
/*
 * Sony Corp Banner Styles Changes End
 */