/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* Slider (Tutorial)
-------------------------------------------------- */
.coin-slider { 
	overflow: hidden; 
	zoom: 1; 
	position: relative; 
}
	.coin-slider a{ 
		text-decoration: none; 
		outline: none; 
		border: none; 
	}
.cs-buttons { 
	font-size: 0px; 
	padding: 10px; 
	float: left; 
}
	.cs-buttons a { 
		margin-left: 5px; 
		height: 10px; 
		width: 10px; 
		border-radius: 10px; 
		float: left; 
		border: 1px solid #858585; 
		color: #B8C4CF; 
		text-indent: -1000px; 
	}
.cs-active { 
	background-color: #858585; 
	color: #FFFFFF; 
}
.cs-title { 
	width: 620px; 
	color: #000000;
}
.cs-prev,.cs-next { 
	background-color: #000000; 
	color: #FFFFFF; 
	padding: 0px 10px; 
}
/* Etermax | Extras
-------------------------------------------------- */

/* Beta
-------------------------------------------------- */

.form-required {
	color: red;
	font-weight: bold;
}
.trns {
	transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	-ms-transition: all .35s ease 0s;
	-moz-transition: all .35s ease 0s;
	-webkit-transition: all .35s ease 0s;
}
.cnt {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
	margin:0.7em 0 0 .5em;
	padding: 0 8px 0;
	background: #bababa;
	line-height: 20px;
	color:white;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
	.cnt.selected {
		background: #F2AC29;
	}
	.cnt:hover {
		background: #6a6a6a;
	}
/* Top Bar
-------------------------------------------------- */

/* User Profile Stats 
-------------------------------------------------- */
.user-stats {
	margin: 0;
	padding: 0;
}
.user-stats li {
	list-style-type: none;
	display: inline-block;
	min-height: 55px;
	vertical-align: top;
	overflow: hidden;
	border-left: 1px solid #EEE;
	padding: 0 5px;
}
	.user-stats li:first-child {
		padding-left: 1px;
		border-left: 0;
	}
	.user-stats li:last-child {
		border-right-width: 0;
	}
.count {
	display:block;
	font-weight:bold;
	color:#666;
}
/* Link Social Media Colors
-------------------------------------------------- */

/* Gradients 
-------------------------------------------------- */

/* Social Media Connect 
-------------------------------------------------- */
.fb-connect, .lk-connect, .go-connect, .tw-connect {
	text-indent:-99999px;
	width:150px;
	height:22px;
	display:inline-block;
	cursor:pointer;
}
.tw-connect {
	background:url("../img/socialnetworks/twitter_signin.png") no-repeat;
}
.fb-connect {
	background:url("../img/socialnetworks/facebook_signin.png") no-repeat;
}
.lk-connect {
	background:url("../img/socialnetworks/linkedin_signin.png") no-repeat;
}
.go-connect {
	background:url("../img/socialnetworks/google_signin.png") no-repeat;
}
.fb-connect:hover, .lk-connect:hover, .go-connect:hover, .tw-connect:hover {
	background-position:0 -24px
}
.fb-connect:active, .lk-connect:active, .go-connect:active, .tw-connect:active {
	background-position:0 -48px
}
/* Social Share Connect 
-------------------------------------------------- */
.social_share {
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align:center;
}
	.social_share li {
		list-style-type: none;
		display: inline-block;
		padding: 0 4px;
		min-height: 65px;
		vertical-align: top;
	}
/* Social Media Stream Activity 
-------------------------------------------------- */
.stream-item {
	padding:12px 18px;
	border-color:#EBEBEB;
	border-style:solid;
	border-width:1px 0 0 0;
	color:#333;
}
	.stream-item .avatar {
		height: 48px;
		width: 48px;
	}
.stream-image {
	float:left;
	overflow: hidden;
	display:block;
	margin-top:3px;
	float: left;
	height: 48px;
	width: 48px;
}
.stream-content {
	margin-left:58px;
	min-height: 48px;
}
.stream-row {
	display: block;
	position: relative;
}
.source {
	position: absolute;
	top:0;
	right:0;
	width: 24px;
	height: 25px;
}
	.stream-item img.favicon {
		float:left;
		margin-top:3px;
		margin-right:8px;
		width:16px;
		height:16px;
		display:block;
		border:none;
	}
	.stream-item h4 {
		display:none;
	}
	.stream-item p {
		margin:0;
	}
	.stream-item small a {
		color: #999;
		font-weight: normal;
	}
	.stream-item .stream-user-name a {
		color:#D02B55;
		text-shadow: 0 1px 0 white;
	}
	.stream-item a.media {
		color:#00B0D8;
		text-shadow: 0 1px 0 white;
	}
/* Last Tweet by Tweetnest
-------------------------------------------------- */
#tweet {
}
	#tweet ul {
		list-style:none;
		list-style-type: none;
		padding:0;
		margin:0;
	}
	#tweet li {
		border-top:1px solid #EEE;
		padding: .5em;
	}
		#tweet li:hover {
			background-color: #F0F0F0;
		}
			#tweet li p {
				margin-bottom:2px;
			}
	.status {
		color:#005F8B;
	}
	#tweet .status {
	}
		#tweet .status a {
			color:#ea4c89;
		}
	#tweet .time a {
		color:#999;
		text-decoration:underline;
	}
/* General Styles
-------------------------------------------------- */
#debug {
	position: absolute;
	top: 10px;
	left: 0px;
}

/* Footer Fix
-------------------------------------------------- */

/* Buttons 
-------------------------------------------------- */

#shareBox {
	position: absolute;
	bottom: 3px;
	left: 20px;
}
	#shareBox #shareButtons {
		background: none repeat scroll 0 0 #819DAF;
		border: 1px solid #658092;
		border-radius: 5px 5px 5px 5px;
		margin-bottom: 14px;
		padding: 2px 9px;
	}
		#shareBox #shareButtons span {
			cursor: default;
			display: block;
			margin-bottom: 2px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 15px;
			color: #fff;
			text-shadow: 1px 1px 0.1em #31566F;
			-moz-text-shadow:  1px 1px 0.1em #31566F;
		}
		#shareBox #shareButtons ul {
			list-style: none;
			display: block;
			margin: 0 !important;
		}
			#shareBox #shareButtons ul li {
				display: inline-block;
			}
			#shareBox #shareButtons ul li: first-child {
				margin-right: 5px;
			}
				#shareBox #shareButtons ul li a {
					background:  url("../images/buttons.png") no-repeat;
					width: 81px;
					height: 23px;
					display: block;
				}
				#shareBox #shareButtons ul li a.tw {
					background-position:  -10px -130px;
				}
				#shareBox #shareButtons ul li a.fb {
					background-position:  -190px -130px;
				}
				#shareBox #shareButtons ul li a.tw: hover {
					background-position:  -100px -130px;
				}
				#shareBox #shareButtons ul li a.fb: hover {
					background-position:  -280px -130px;
				}
	#shareBox #shareBoxCorner {
		position: absolute;
		bottom: 23px;
		left: 187px;
		background:  url("../images/buttons.png") no-repeat -440px -130px;
		width: 20px;
		height: 28px;
		display: none;
	}


.explanation q {
	font-size: 12px;
	line-height: 16px;
}
header #language_selector {
	float: right;
	height: 29px;
	margin-top: 9px;
	width: 100px;
	clear: none;
}
.twipsy {
	z-index: 999999 !important;
}
#beta_modal{
	top: 175px !important;
	width: 380px !important;
}
	
	#browser_not_supported span {
			font-size: 26px;
			display: block;
	}
	#browser_not_supported a {
		color: white;
	}


/* Modal View  
-------------------------------------------------- */


.modal_view .box.fbk {
	margin-top: 7px;
	padding: 10px;
	padding-top: 14px;
	width: 405px !important;
	height: 504px !important;
}
.modal_view .box.fbk iframe {
	width: 100%;
	height: 100%;
}

.modal_view .message {
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
}


	
/* New Game Styles  
-------------------------------------------------- */

			

/* Settings Styles  
-------------------------------------------------- */



/* Profile Styles  
-------------------------------------------------- */

					.modal_view#profiles .box .contect{
						margin: 5px;
						padding: 7px;
						border-radius: 5px;
						box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
						background-repeat: repeat-x;
						background-image: -khtml-gradient(linear, left top, left bottom, from(#F6F6F6), to(#EAEAEA));
						background-image: -moz-linear-gradient(top, #F6F6F6, #EAEAEA);
						background-image: -ms-linear-gradient(top, #F6F6F6, #EAEAEA);
						background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F6F6F6), color-stop(100%, #EAEAEA));
						background-image: -webkit-linear-gradient(top, #F6F6F6, #EAEAEA);
						background-image: -o-linear-gradient(top, #F6F6F6, #EAEAEA);
						background-image: linear-gradient(top, #F6F6F6, #EAEAEA);
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#eaeaea', GradientType=0);
						-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f6f6f6, endColorstr=#eaeaea)";
						border-top: 1px solid white;
						-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
						-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
						box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
					}
					.modal_view#profiles.your_profile .box .contect{
						height: 210px;
					}
				.modal_view#profiles .box .games {
					height: 24px;
					margin-bottom: 0px;
					margin-top: -27px;
				}
					.modal_view#profiles .box .games ul {
						margin-bottom: 40px;
						margin-top: 8px;
					}
						.modal_view#profiles .box .games li {
							float: left;
							list-style: none outside none;
							margin-left: 20px;
						}
				.modal_view#profiles .box .games_list {
					list-style: none outside none;
					margin-left: 203px;
				}
					.modal_view#profiles .box .games_list li {
						float: left;
						margin-right: 36px;
					}


		
		
/* Tutorial
---------------------------------------------------*/

				
			


/* Beta Modal Styles  
-------------------------------------------------- */


/* help
-------------------------------------------------- */
#new_game.modal_view .box .help_container {
	width: 700px;
}
#new_game.modal_view .box .help_container .objetivo_del_juego {
	background: none repeat scroll 0 0 #E6E6E6;
	border-radius: 5px 5px 5px 5px;
	font-size: 13px;
	height: 115px;
	padding: 5px;
	position: absolute;
	right: 46px;
	top: 66px;
	width: 225px;
}


/* Close Styles  
-------------------------------------------------- */



/* Share
-------------------------------------------------- */
.box #information_bar {
	height: 50px;
	left: -104px;
	position: absolute;
	top: 26px;
	width: 530px;
}
.box #information_bar .game_info {
	position:absolute;
	left:0px;
	bottom:-3px;
	width:100%;
	color:white;
	text-shadow: 1px 1px 0.1em #535d64;
	font-size:12px;
}
.box #information_bar .score {
	position: absolute;
	top: 5px;
	left:0;
	width:100%;
}
	.box #information_bar .score .points {
		position:absolute;
		width:40px;
		height:40px;
		background: transparent url("../images/points_view_score.png") no-repeat;
		text-align:center;
		color:white;
		font-weight: bold;
	}
		.box #information_bar .score .points span {
			position:absolute;
			width:40px;
			text-align:center;
			color:white;
			left:0;
			top:11px;
			font-weight: bold;
			text-shadow: 1px 1px 0.1em #31566f;
		}
		.box #information_bar .score .points.opponent {
			left: 265px;
			position: absolute;
			top: -6px;
		}
		.box #information_bar .score .points.player {
			position:absolute;
			right:265px;
			top: -6px;
		}
	.box #information_bar .score .name {
		border:1px solid #5e7889;
		background-color:white;
		color:black;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		-khtml-border-radius: 15px;
		-ms-border-radius: 15px;	
		border-radius: 15px;	
		padding:1px;
		width:120px;
	}
		.box #information_bar .score .name.opponent {
			position:absolute;
			right:100px;
			top:4px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow:hidden;
			padding-left: 30px;
			font-size: 11px;
		}
		.box #information_bar .score .name.player {
			position:absolute;
			left:88px;
			top:4px;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow:hidden;
			padding-right: 30px;
			padding-left: 10px;
			font-size: 11px;
		}
.box #information_bar .tiles_left {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
}
	.box #information_bar .tiles_left .box {
		background:#edecdb;
		border-radius: 6px;
		border:1px solid rgba(0, 0, 0, 0.5)!important;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset !important;
		-webkit-box-shadow: 0 1px 1px #31566F;
		color: #3c2709;
		font-size: 21px;
		height: 27px;
		padding-top: 2px;
		text-align: center;
		width: 40px;
		margin:0 auto;
		text-shadow:0px 1px 1px #fff;
		-moz-text-shadow:0px 1px 1px #fff;
	}
.box #information_bar .remaining {
	color:white;
	text-shadow: 1px 1px 0 #1f4a66;
	font-size: 10px;
	text-align:center;
	width:100%;
	text-shadow:1px 1px 0.1em #31566F;
}
#advertising_window .box {
	margin-top: 8px;
	width: 392px;
	height: 523px;
}

.fixNonSocialConfirm .image_loader{
	position: relative;
	top: -81px;
	margin-left: 22px;
}
.fixNonSocialConfirm .current_play {
	color: black;
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
	margin-left: -10px;
	margin-top: 25px;
	position: static;
	text-align: center;
	width: 100%;
}
.fixNonSocialConfirm .box .button_container {
	margin-top: 20px;
}
.fixNonSocialConfirm .box .checkbox_container {
	margin-left: 54px !important;
}
.fixNonSocialConfirm .box .points_view {
	margin-top: 28px !important;
}
.fixNonSocialConfirm .box .current_play {
	padding-top: 17px !important;
}
.fixNonSocialConfirm .box .button_container {
	display: block;
	clear: both;
}
.fixNonSocialConfirm .game_image {
	position: absolute !important;
	height: 0px !important;
}
.fixNonSocialConfirm .box .checkbox_container .post_desc_div {
	width: 200px;
	padding-left: 67px;
}

.fixNonSocialConfirm .box #share_container #share_box .game_image {
	margin-top: 21px;
}

.news-title {
	font-size: 25px !important;
}

.news-popup {
	margin-top: 15px;
}