#upiheader {
	width: 100%; 
	position: absolute; 
	top: 0; 
	height: 40px; 
	background-color: #4f81bd;
	z-index: 9999;
}

#upiheader #closetrigger {
	position: absolute;
	width: 100%;
	top: 0;
	height: 40px;
	z-index: 10000;
}

#upiheader,
#upiheader a {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px; 
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
}

#upiheader ul,
#upiheader li {
	margin: 0;
	padding: 0;
}

#upiheader #upiunilogo {
	float: left;
	display: inline;
	margin: 3px 0 0 11px;
	width: 56px;
	height: 32px;
	background: url(/intl/header/images/default/universal-logo.png) no-repeat 0 0;
	z-index: 10002;
	position: relative;
}

#upiheader #upiunilogo:hover {
	background-position: 0 -32px;
}

#upiheader #social {
    float: right;
	margin: 8px 32px 0 0;
	z-index: 10003;
	position: relative;
	color: #fff;
	clear: none;
	width: auto;
}

#upiheader #social h2 {
	float: left;
	display: inline;
	margin: 1px 10px 0 0;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

#upiheader #social ul {
	float: right;
	display: inline;
}

#upiheader #social li {
	float: left;
	display: inline;
}

#upiheader #social li a {
	display: block;
	height: 22px;
}



#upiheader #social li a#uni-fb {
	width: 22px;
	background: url(/intl/header/images/default/icon-fb.png) no-repeat 0 0;
}

#upiheader #social li a#uni-twitter {
	width: 36px;
	background: url(/intl/header/images/default/icon-twitter.png) no-repeat 0 0;
}

#upiheader #social li a#uni-yt {
	width: 29px;
	background: url(/intl/header/images/default/icon-yt.png) no-repeat 0 0;
}

#upiheader #social li a#uni-pinterest {
	width: 31px;
	background: url(/intl/header/images/default/icon-pinterest.png) no-repeat 0 0;
}

#upiheader #social li a#uni-google {
	width: 31px;
	background: url(/intl/header/images/default/icon-google.png) no-repeat 0 0;
}

#upiheader #social li a#uni-instagram {
	width: 31px;
	background: url(/intl/header/images/default/icon-instagram.png) no-repeat 0 0;
}

#upiheader #social li a#uni-fb:hover,
#upiheader #social li a#uni-twitter:hover,
#upiheader #social li a#uni-yt:hover,
#upiheader #social li a#uni-pinterest:hover,
#upiheader #social li a#uni-google:hover,
#upiheader #social li a#uni-instagram:hover {
	background-position: 0 -23px;
}


#upiheader a#browsebtn {
	position: relative;
	float: right;
	display: inline;
	padding: 9px 50px 13px 10px;
	background: url(/intl/header/images/default/icon-browse.png) no-repeat right 10px;
	display: block;
	color: #fff;
	z-index: 10001;
	text-decoration: none;
}

#upiheader a#browsebtn.active,
#upiheader a#browsebtn:hover {
	background-color: #75a2cc;
}

#upiheader a#browsebtn:hover {
	background-position: right -40px;
}

#upiheader #browsemovies-overlay {
	/*background:rgb(117,162,204);
	background: transparent\9;
	background:rgba(117,162,204,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc75a2cc,endColorstr=#cc75a2cc);
	zoom: 1;*/
	background-image: url(/intl/header/images/default/opacity.png) repeat; 
	margin: 40px auto 0;
	width: 100%;
	display: none;
}

#upiheader #browsemovies-overlay:nth-child(n) {
	filter: none;
}

#upiheader #browsemovies-overlay .container {
	width: 960px;
	margin: 0 auto;
}

#upiheader #browsemovies-overlay .container.clearfix:before, #upiheader #browsemovies-overlay .container.clearfix:after {
    content: " ";
    display: table;
}

#upiheader #browsemovies-overlay .container h2 {
	font-size: 21px;
	margin-bottom: 0;
	margin-top: 0.83em;
	text-align: left;
}

#browsemovies-overlay #availablemovies {
	display: none;
}

/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
#upiheader #browsemovies-overlay .scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 883px;
  height:320px;
  margin: 10px auto;
  float: left;
  display: inline;
}
 
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
#upiheader #browsemovies-overlay .scrollable .movies {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
  padding-top: 15px;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
#upiheader #browsemovies-overlay .movies div {
  	float:left;
}

#upiheader #browsemovies-overlay .movies div a {
		float: left;
		display: inline;
		text-align: center;
		margin: 0 20px;
		width: 137px;
		height: 245px;
		overflow:visible;
}

#upiheader #browsemovies-overlay .movies div a {
		border-color: #fff;
}


#upiheader #browsemovies-overlay .movies div a img{
		overflow: visible;
		width: 136px;
		height: auto;
}



/*#upiheader #browsemovies-overlay .movies div a:hover {
		width: 152px;
		height: auto;
		margin: -10px 10px 0 10px;
}*/

/*#upiheader #browsemovies-overlay .movies div a:hover img {
		border: 1px solid #fff;
}
*/
#upiheader #browsemovies-overlay .movies div a strong {
		width: 136px;
		margin-top: 5px auto 0;
		display:block;
		margin: 0 auto;
}

#upi-overlay-bkgd {
    background: none repeat scroll 0 0 black;
    display: none;
    height: 100%;
    left: 0;  
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
	   /* IE 8 */
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	/* IE 5-7 */
	filter: alpha(opacity=75);
	/* Netscape */
	-moz-opacity: 0.75;
	/* Safari 1.x */
	-khtml-opacity: 0.75;
	/* Good browsers */
	opacity: 0.75;
}

#upiheader #browsemovies-overlay a.browse {
    background: url("/intl/header/images/default/arrows.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 33px;
    margin: 100px 0 0 0;
    width: 20px;
}

#upiheader #browsemovies-overlay a.browse.disabled {
		display: none;
}
#upiheader #browsemovies-overlay a.right {
    background-position: 0 -33px;
    clear: right;
    margin-right: 0;
}
#upiheader #browsemovies-overlay a.right:hover {
    background-position: -20px -33px;
}
#upiheader #browsemovies-overlay a.left {
    margin-left: 0;
}
#upiheader #browsemovies-overlay a.left:hover {
    background-position:  -20px -0;
}

#upiheader #browsemovies-overlay .visitbtn {
	display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: right;
    width: 810px;
}

#upiheader #browsemovies-overlay .visitbtn:hover {
		color: #000; 
}

#upiheader a, #browsemovies-overlay a {
		transition: none;
}
	


/***** MOBILE *****/


body.mobilesite #upiheader #social h2 {
	display: none;
}

body.mobilesite #upiheader {
	position: fixed;
}

body.mobilesite #upiheader,
body.mobilesite #upiheader #closetrigger {
	height: 60px;
}

body.mobilesite #upiheader a#browsebtn {
	padding: 0;
	background-position: 41px 20px;
	height: 60px;
	padding: 0;
  width: 98px;
  margin-left: 0px; // adjust this to be more if less social icons are being displayed
}

body.mobilesite #upiheader #upiunilogo {
	margin-top: 16px;
	margin-left: 20px;
}

body.mobilesite #upiheader #social ul {
	margin-top: 10px;
}

body.mobilesite #upiheader #social li {
	margin-right: 30px;
}

body.mobilesite #upiheader #upiunilogo:hover,
body.mobilesite #upiheader #social li a#uni-fb:hover,
body.mobilesite #upiheader #social li a#uni-twitter:hover,
body.mobilesite #upiheader #social li a#uni-yt:hover,
body.mobilesite #upiheader #social li a#uni-pinterest:hover,
body.mobilesite #upiheader #social li a#uni-google:hover,
body.mobilesite #upiheader #social li a#uni-instagram:hover {
	background-position: 0 0;
}

body.mobilesite #upiheader a#browsebtn:hover {
	background-position: 41px 20px;
}

/*body.mobilesite #upiheader a#browsebtn.active,
body.mobilesite #upiheader a#browsebtn:hover {
	background-color: #4f81bd;
}*/

body.mobilesite #upiheader a#browsebtn {
	margin: 12px 25px 0 15px; /* increase last number if showing less sharing icons */
	background: url(/intl/header/images/default/icon-browse-mobile.png) no-repeat left top;
	padding: 0;
	width: 54px;
	height: 37px;
}

body.mobilesite #upiheader a#browsebtn:hover {
	background-position: 0 -37px;
}

body.mobilesite #upiheader #browsemovies-overlay {
	margin-top: 60px;
	position: absolute;
	width: 640px;
	overflow-y:scroll;
	height: 740px;
	padding-bottom: 40px;
	-webkit-overflow-scrolling: touch;
}

body.mobilesite #upiheader #browsemovies-overlay .container {
	width: 100%;
}

body.mobilesite #upiheader #browsemovies-overlay .container h2 {
	text-align: center;
	margin: 20px auto;
	display:block;
	padding: 20px 0 0 0;
}

body.mobilesite #upiheader #browsemovies-overlay a.browse {
	display: none;
}

body.mobilesite #upiheader #browsemovies-overlay .movies {
	width: 640px;

	height: auto;
	padding-bottom: 170px;
}
body.mobilesite #upiheader #browsemovies-overlay .movies div {
	float: none;
	display:block;
	margin: 20px 20px 40px 20px;
}
body.mobilesite #upiheader #browsemovies-overlay .movies div a {
	float: none;
	display:block;
	width: 250px;
	height: auto;
	margin: 0 auto;
	text-decoration: none;
}

body.mobilesite #upiheader #browsemovies-overlay .movies div a strong {
	font-size: 15px;
	width: 250px;
}

body.mobilesite #upiheader #browsemovies-overlay .movies div a img {
	width: 250px;
}

body.mobilesite #upiheader #browsemovies-overlay .visitbtn {
	display: none;
}

body.mobilesite div.section {
	top: 52px;
}

@media all and (max-width: 520px) {
  #upiheader #social {
  	display: none;
  }
}

@media all and (max-device-width: 640px) and (orientation:landscape) {
	body.mobilesite #upiheader #browsemovies-overlay {
		height: 330px;
		padding-bottom: 60px;
  }
}


/* Custom Market CSS */
body.mobilesite.uk #upiheader a#browsebtn {
	margin-left: 80px !important; /* increase last number if showing less sharing icons */
}

body.mobilesite.es #upiheader a#browsebtn {
	margin-left: 105px !important; /* increase last number if showing less sharing icons */
}