@font-face {
    font-family: 'moviebold';
    src: url('../fonts/movie-bold-webfont.eot');
    src: url('../fonts/movie-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/movie-bold-webfont.woff2') format('woff2'),
         url('../fonts/movie-bold-webfont.woff') format('woff'),
         url('../fonts/movie-bold-webfont.ttf') format('truetype'),
         url('../fonts/movie-bold-webfont.svg#moviebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'movieregular';
    src: url('../fonts/movie-regular-webfont.eot');
    src: url('../fonts/movie-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/movie-regular-webfont.woff2') format('woff2'),
         url('../fonts/movie-regular-webfont.woff') format('woff'),
         url('../fonts/movie-regular-webfont.ttf') format('truetype'),
         url('../fonts/movie-regular-webfont.svg#movieregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#333;
}

/* Header */

.head {
	background:#161616;
	padding-top:30px;
	padding-bottom:30px;
}

.logo {
	width: 206px;
	height:46px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	display: block;
}

#user {
	padding-top:10px;
}

#user div {
	display: inline-block;
}

#user {
	font-size:24px;
	color:#fff;
	text-align: right;
	font-family: 'movieregular',arial,helvetica,sans-serif;
}

/* Homepage */

.top-img {
	text-align: center;
	margin-top:40px;
	margin-bottom:0px;
}

.pink-bar {
	text-align: center;
	background: #ed0677;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.pink-bar h1 {
	font-size:48px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	padding-bottom: 10px;
}

.pink-bar h1 img {
	display: inline-block;
    margin-top: -12px;
}

.pink-bar h2 {
	margin-top:0px;
	color:#fdb913;
	font-size:30px;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.more {
	text-align: center;
}

.more p {
	font-size:24px;
	color:#fff;
	font-family: 'movieregular',arial,helvetica,sans-serif;
	max-width: 600px;
    margin: 0 auto;
}

.instrucciones p {
	font-size:32px;
}

.instrucciones {
	margin-bottom:30px;
}

.facebook-login {
	display: none;
	background: #3b5998;
	color:#fff;
	font-size:30px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	text-align: center;
	border-radius:5px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-top:20px;
}

.facebook-login:hover {
	background: #5e7fc3;
	cursor: pointer;
}

/* create-room */

.invite-later {
	font-size: 18px;
	color:#fdb913;
	/*text-decoration: underline;*/
	font-family: 'moviebold',arial,helvetica,sans-serif;
	margin-top:10px;
}

.invite-later a {
	color:#fdb913;
}

.invite-later a:hover {
	color:#fff;
}

.create-room .pink-bar h1 {
	font-size:32px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.create-room .select-movie, .create-room .select-friends, .invite-room .select-friends {
	text-align: center;
	color:#fff;
}

.create-room .select-movie .movie {
	position: relative;
	border: 5px solid #fff;
	cursor: pointer;
}

.create-room .select-movie .movie img {
	position: relative;
	width: 100%;
}

.create-room .select-movie .movie .hover {
	display: none;
	background-color: rgba(0,0,0,.5);
	background-image: url('../img/movie-select.png'); 
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 999;
}

.create-room .select-movie .movie-title {
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	font-size:18px;
	margin-top:10px;
}

.invite-room .select-friends h2, .create-room .select-movie h2, .create-room .select-friends h2 {
	font-size:30px;
	color:#fdb913;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	margin-bottom:20px;
}

.invite-room .select-friends .next-button, .create-room .select-movie .next-button, .create-room .select-friends .next-button, .create-room .congratulations .next-button, .invite-room .congratulations .next-button  {
	background: #fff;
	color:#ed0677;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	font-size:24px;
	padding:10px;
	border-radius: 5px;
	margin-top:20px;
	cursor: pointer;
}

.invite-room .select-friends .back-button {
    background: #fff;
    color: #ed0677;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}

.invite-room .select-friends .back-button:hover {
	text-decoration: none;
}

.create-room .select-movie .error, .create-room .select-friends .error {
	font-size: 18px;
    margin-top: 10px;
    color: #fdb913;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    display: none;
}

.create-room .select-friends {
	display: none;
}

.create-room .select-friends .friend-container, .invite-room .select-friends .friend-container {
	max-height: 300px;
    background: #414141;
    border-radius: 5px;
    text-align: left;
}

.create-room .select-friends .friend-container h3, .invite-room .select-friends .friend-container h3 {
    text-align: center;
    color:#fff;
   	font-size: 18px;
    margin-top: 10px;
    font-family: 'moviebold',arial,helvetica,sans-serif;
}

.create-room .select-friends .friend-container .user-friend, .invite-room .select-friends .friend-container .user-friend {
	cursor:pointer;
	padding:20px;
}

.create-room .select-friends .friend-container .user-friend:hover, .invite-room .select-friends .friend-container .user-friend:hover {
	background:#575757;
}

.create-room .select-friends .friend-container .user-friend .name, .invite-room .select-friends .friend-container .user-friend .name {
	font-size: 16px;
    color: #fff;
    font-family: 'moviebold',arial,helvetica,sans-serif;
}

.create-room .select-friends .friend-container .user-friend img, .invite-room .select-friends .friend-container .user-friend img {
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.create-room .friend-search input, .invite-room .friend-search input {
	padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    color:black;
}

.congratulations {
	text-align: center;
}

.congratulations h1 {
	color: #fff;
    font-size: 36px;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    background: #ed0677;
    padding: 15px;
    border-radius: 5px;
}

.congratulations h2 {
	font-size:30px;
	color:#fdb913;
	font-family: 'moviebold',arial,helvetica,sans-serif;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.congratulations .heart {
	display: block;
	background-image: url('../img/heart.png');
	width: 77px;
	height: 69px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom:30px;
}

.congratulations .days-remaining {
	color: #fff;
    font-size: 36px;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    background: #ed0677;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px; 
}

.congratulations .share-text {
	color:#ffffff;
	font-size:18px;
    font-family: 'movieregular',arial,helvetica,sans-serif;
}

.congratulations .share-button {
    background: #3b5998;
    color: #fff;
    font-size: 24px;
    color: #fff;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    text-align: center;
    border-radius: 5px;
	padding:10px;
    margin-top: 20px;
}

.congratulations .share-button:hover {
	background: #5e7fc3;
	cursor: pointer;
}

.congratulations .view-room {
	display: block;
}

.congratulations .view-room:hover {
	text-decoration: none;
}


/* Ver / Invitaciones a salas */

#og_user div {
	display: inline-block;
}

#og_user .avatar {
	border: 3px solid #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

.ver-sala .pink-bar h1 {
	font-size:32px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.ver-sala .invite {
	text-align: center;
}

.ver-sala .invite h1 {
	font-size:30px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.movie {
	color:#fff;
}

.movie h2 {
	font-size:24px;
	color:#fdb913;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	margin-bottom: 20px;
}

.movie h3 {
	font-size:24px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	margin-bottom:20px;
}

.movie .img img {
	width: 100%;
}

.movie .desc {
	font-size:14px;
	color:#fff;
	font-family: 'movieregular',arial,helvetica,sans-serif;
}

.room .friend-container {
	max-height: 300px;
    background: #000;
    border-radius: 5px;
    text-align: left;
}

.room .friend-container ul li .avatar {
	margin-right: 10px;
	margin-left:20px;
}

.room .friend-container ul li .name {
	font-size:14px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.room .friend-container ul li img {
	height:32px;
	width: 32px;
}

.room .friend-container ul {
	list-style: none;
}

.room .friend-container #invited_user {
	padding:10px;
	background: #1c1c1c;
	list-style: none;
}

.room .friend-container #invited_user:nth-child(odd) {
	background: #0e0e0e;
}

.room .friend-container span, .room .friend-container ul div {
	display: inline-block;
}

.room .facebook-login {
	font-size:24px;
}

.facebook-share {
	margin: 0 auto;
	display: none;
	background: #3b5998;
	color:#fff;
	font-size:24px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	text-align: center;
	border-radius:5px;
	padding:10px;
	margin-top:20px;
	width: 80%;
}

.facebook-share:hover {
	background: #5e7fc3;
	cursor: pointer;
}

.view-ranking-button {
    background: #fff;
    color: #ed0677;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

.view-ranking-button:hover {
	text-decoration: none;
    color: #ed0677;
}

.room .home {
	text-align: center;
	margin-top:10px;
}

.room .home a {
	font-size: 18px;
	color:#fdb913;
	/*text-decoration: underline;*/
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.room .home a:hover {
	color:#fff;
}

.room .error {
    font-size: 18px;
    margin-top: 10px;
    color: #00FF5A;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    text-align: center;
}

/* ver-ranking */

.ver-ranking .more-popular, .ver-ranking .mi-sala h1 {
	text-align: center;
	font-size:30px;
	color:#fdb913;
	font-family: 'moviebold',arial,helvetica,sans-serif;
	margin-bottom:20px;
}

.ver-ranking .pink-bar h1 {
	font-size:32px;
}

.ver-ranking {
	color:#fff;
}

.ver-ranking ul.lista li {
    padding: 10px;
    background: #1c1c1c;
    list-style: none;
    overflow: auto;
    padding-right: 20px;
}

.ver-ranking ul.lista li:nth-child(odd) {
    background: #0e0e0e;
}

.ver-ranking ul.lista li[ranking="1"]{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebc655+0,998137+100 */
	background: #ebc655; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebc655 0%, #998137 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ebc655 0%,#998137 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ebc655 0%,#998137 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc655', endColorstr='#998137',GradientType=0 ); /* IE6-9 */
}

.ver-ranking ul.lista li[ranking="2"]{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c9c9c+0,676767+100 */
	background: #9c9c9c; /* Old browsers */
	background: -moz-linear-gradient(top,  #9c9c9c 0%, #676767 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9c9c9c 0%,#676767 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #9c9c9c 0%,#676767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}

.ver-ranking ul.lista li[ranking="3"]{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1684e+0,7e4433+100 */
	background: #c1684e; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1684e 0%, #7e4433 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c1684e 0%,#7e4433 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c1684e 0%,#7e4433 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1684e', endColorstr='#7e4433',GradientType=0 ); /* IE6-9 */
}

.ver-ranking ul.lista li .avatar {
	margin-right: 10px;
	margin-left:20px;
	display: inline-block;
}

.ver-ranking ul.lista li .name {
	font-size:14px;
	color:#fff;
	font-family: 'moviebold',arial,helvetica,sans-serif;
}

.ver-ranking ul.lista li .user {
	float:left;
}
.ver-ranking ul.lista li .users {
	float: right;
	text-align: right;
    font-size: 14px;
    color: #60ff00;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    margin-top:5px;
}

.ver-ranking ul.lista li img {
	height:32px;
	width: 32px;
}

.ver-ranking ul.lista {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ver-ranking .view-mine {
    background: #fff;
    color: #ed0677;
    font-family: 'moviebold',arial,helvetica,sans-serif;
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.ver-ranking .view-mine:hover {
	text-decoration: none;
}

/* SIMPLE INNER SCROLLBAR */

.friend-container > .scroll-element,
.friend-container > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.friend-container > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.friend-container > .scroll-element.scroll-x {
	display: none !important;
}

.friend-container > .scroll-element.scroll-y {
	height: 95%;
    right: 5px;
    top: 5px;
    width: 10px;
}

.friend-container > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.friend-container > .scroll-element .scroll-element_outer,
.friend-container > .scroll-element .scroll-element_track,
.friend-container > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.friend-container > .scroll-element .scroll-element_track,
.friend-container > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.friend-container > .scroll-element .scroll-element_track { background-color: #1b1b1b; }
.friend-container > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.friend-container > .scroll-element:hover .scroll-bar { background-color: #919191; }
.friend-container > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.friend-container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.friend-container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.friend-container > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.friend-container > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*Footer*/

.footer {
	color:#fff;
	text-align: center;
	margin-top:50px;
}

.footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color:#fff;
}

.footer .vivilo {
	width: 92px;
	height:52px;
	background-image: url('../img/logo-vivilo.png');
	background-repeat: no-repeat;
	display: block;
	margin:0 auto;
	clear: both;
	margin-bottom:20px;
}