/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@media (min-width: 811px) {
	.navbar {
		border-radius: 0px;
	}
	
	.pull-left-md {
		float:left !important;
	}
	
	.pull-right-md {
		float:right !important;
	}
	
	.container {
		min-height: 500px !important;		
	}	
	
	.gamefilterlist {
		margin-bottom: 11px !important;
	}

	.gamefilterlist>li {
		padding: 5px 5px !important;
		font-size: 14px !important;
	}

	.btn_gamefilter {
		width: 70% !important;
		height: 35px !important;
		padding: 8px 0px !important;
	}	
	.img-responsive.gamefilter {
		max-height:49px !important;
	}	
}

@media (min-width: 1000px) {
	body {
		background-image: url(gfx/body_bg.jpg) !important;
		background-repeat: no-repeat !important;
		background-position-x: center;
	}	
	.navbar-form .form-control {
		width: 270px;
		height:28px;
	}
	.navbar-default {
		position:fixed !important;
	}
	.navbutton {
		margin-right: 0px !important;
	}	
	.container {
		margin-top:6px !important
	}
}

@media (min-width: 960px) {
	.navbar-form {
		margin-left: 5px;
	}
}

@media (min-width: 1000px) {
	.container {
		width: 980px !important;
		min-height: 500px !important;		
	}
}

@media (min-width: 1000px) {
	.navbar-form {
		width: 320px;
	}
	
	.form-control {
		/*font-size:12px !important;*/
	}
	
	.btn {
		font-size:12px !important;
	}	
	.menu_newmessages {
		top: 5px !important;
	}	
}

@media (min-width: 1000px) {
	.nav > li > a {
		padding: 17px 3px !important;
		font-size: 14px !important;
	}
	.yamm .relative {
	  text-align: center !important;
	}	
}

@media (min-width: 1030px) {
	.nav > li > a {
		padding: 17px 5px !important;
		font-size: 14px !important;
	}
}

@media (min-width: 1110px) {
	.nav > li > a {
		padding: 17px 8px !important;
		font-size: 16px !important;
	}
}

@media (min-width: 1180px) {
	.nav > li > a {
		padding: 17px 10px !important;
	}
	.skyscraper {
		display: inline !important;
		position: absolute;
		top: 0px;
		left:980px;
		min-width:160px;
		min-height:600px;
		margin: 0px 5px !important;
	}
	.skyscraper_r {
		display: inline !important;
		position: absolute;
		top: 0px;
		right:980px;
		min-width:160px;
		min-height:600px;
		margin: 0px 5px !important;
	}
	.skyscraper_r2 {
		display: inline-flex !important; 
		place-content: flex-end; 
		width: 160px;
	}
	.hide_on_mobile {
		display: block !important;
	}
}

@media (min-width: 684px) {
	.nav_carousel.nav-justified > li > a {
		line-height:16px;
		width: 100%;
		display: inline-block;
		text-align: left;	
		margin: 0px;
	}
	.nav_carousel.nav-justified > li > a:after {
		content:"";
		display: inline-block;
		width: 1px solid transparent;
		height: 100%;
		vertical-align: middle;		
	}	
	.nav_carousel.nav-justified > li {
		margin: 1px;
	}	
	.ads.adheight {
		min-height: 61px !important; 
	}
	.gameicon {
		top:5px !important;
	}
}

@media (min-width: 1000px) {
	.col-xs-2.gamefilter, .col-sm-2.gamefilter, .col-md-2.gamefilter, .col-lg-2.gamefilter {
		height: 50px !important;
	}
	
	.commentmenu > li {
	padding-left:5px !important;
	padding-right:5px !important;
	}
	
	.min-height {
	min-height:400px;
	}
}

@media (max-width: 810px) {
    .no-break { 
		display: none;
	}

	.footer {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.dl_cat_icons img {
		width:20px;
	}


	.dl_cat_icons_active img {
		width:20px;
	}	
	
	.marginaround {
		margin: 1px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	.navbar-brand {
		background: url(gfx/logo-hd.png) no-repeat 0px center !important;
		background-size: 208px 28px !important;
	}
}

@media (max-width: 999px) {
	.navbar-right {
		border-top: 1px solid #5a5a5a;
		background-color: #2b2b2b;
		margin-top: 9px !important;
		padding-top: 5px;
		padding-bottom: 8px;
	}
}

@media screen and (max-width: 683px) {
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
		white-space: inherit;
	}
}
/* NAV SETTINGS FOR LARGE RESOLUTION*/

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .relative {
  position: relative;
  text-align: left;
}

.yamm .navbar_container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
.yamm .dropdown-menu {
  left: auto;
}
@media (min-width: 1000px) {
	.navbar .yamm-content p {
		margin:10px 0px 0px 0px;
	}
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  background: transparent;
}

@media (min-width: 1000px) {
	.dropdown-menu {
		height:210px;
	}
}

.dropdown-menu {
	border: 0px solid transparent;
	padding: 3px 0px;
    min-width: 190px;

}
	
.dropdown-menu .divider {
    margin: 4px 0;
	background-color: #a7a7a7;
}

.dropdown-menu > li > a {
    color: #7b7b7b;
	white-space: normal;
}

.menu-bg {
	background-color: #bbbbbb;
    background-image: url(gfx/gametopmenu_border.png) , url(gfx/gametopmenu_border.png);	
    background-position: 0%, 100%;
    background-repeat: repeat-y;	
}

.menu-normal-link {
	display:inline !important;
	font-size:12px !important;
	font-weight:400 !important;
}

.menu-normal-link.sw_on {
	font-weight:600 !important;
	text-decoration:underline;
	background-color: transparent;
    background-image: url(gfx/dot.gif);
    background-position: 0%;
    background-repeat: no-repeat;	
}

@media (min-width: 1000px) {
	.menu_mainbg {
		width: 100%;
		left: 0px;
		top: 50px;
		height:210px;
		background-image: url(gfx/gametopmenu_bg.jpg);
		display: inline-block;
		position: fixed;
		z-index: -13;
	}
}

@media (min-width: 1000px) {
	.navbar .yamm-content p {
		margin:0px !important;
	}
	.infomedia {
		background-color: #bbbbbb;
		height: 209px;
		padding-top: 0px;
		margin-left: -1px;
		background-image: url(gfx/gametopmenu_border.png);
		background-position: 0%;
		background-repeat: repeat-y;
	}	
}

@media (min-width: 811px) {
	.infomedia {
		background-color: #bbbbbb;
		height: 209px;
		padding-top: 0px;
		margin-left: -1px;
		background-image: url(gfx/gametopmenu_border.png);
		background-position: 0%;
		background-repeat: repeat-y;
	}	
}

@media (min-width:1000px) {
	.head_bar_upload {
		width: 45px;
	}
	
	.head_bar_menu {
		width: 45px;
	}

	.head_bar_user {
		width: 45px;
		margin: 0px;		
	}

	.head_bar_search {
		width: 45px;
		margin: 0px;
	}

	.head_bar_messages {
		width: 45px;
		margin: 0px;
	}

	.head_bar_notifications {
		width: 45px;
		margin: 0px;
	}

	.nav > li > a {
		height: 47px !important;
	}	
}

.glyphicon {
    top: 0px;
}

.ads {
    position:relative; 
	margin-top:2px; 
	text-align:right;
}

.ads.adheight {
	min-height: 0px; 
}


.img-responsive.modimg {
	max-height: 170px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 1000px;
}

.img-responsive, .thumbnail > img {
	display: inline;
}

.img-responsive.gamelogo {
    margin: 0px auto;
	padding: 25px 25px 0px 25px;
}

.dropdown-menu.heightauto {
	height: auto;
	margin-top: 3px !important;
	min-height: 44px;
}

.rightmenu {
    background-color: #848586;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}

.rightmenu a {
    color: #ffffff !important;
}

.rightmenulink, .rightmenulink:focus {
    font-size: 14px;
	font-weight: 400 !important;
	background-color: transparent !important;	
    color: #ffffff !important;	
	display:block !important;
}

.rightmenulink:hover, .rightmenulink:active {
	background-color: #757575 !important;
    background-image: url(gfx/dot.gif) !important;
    background-position: 6px center !important;
    background-repeat: no-repeat !important;
	color: #ff8e16 !important;
}

.menulinklight {
    display: inline !important;
    font-weight: bold !important;
    line-height: normal !important;
    color: #ebd4ad !important;	
	padding: 0px !important;
}

.menulinklight:hover {
    color: #ffa500 !important;	
}

.menulink {
    display: inline !important;
    background: none !important;
    font-weight: bold !important;
    line-height: normal !important;	
	color: #404040 !important;
	padding: 0px !important;
}

.menulink:hover {
    color: #ff8400 !important;	
}

.messagesblock.padding.center {
	text-align:center;
}

.messagesblock.padding {
	padding: 5px;
}

.messagesblock strong {
	font-size: 12px !important;
    font-weight: 600 !important;
	letter-spacing: 0px !important;
	color: #ffffff !important;
}

.messagelink {
	color: #ffffff !important;
	padding: 4px !important;
}

.messagelink:hover {
	background-color: #757575  !important;
}

.menu_newmessages {
    background-color: red;
    position: absolute;
    width: 16px;
    font-family: verdana;
    height: 16px;
    line-height: 12px;
    top: 0px;
    left: 10px;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 8px;
    color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -5px;
}

.rightmenu a {
	color: #ffffff;
	display:inline;
	background-color: transparent !important;
}

.rightmenu a:hover {
	background-color: transparent;
}

.rightmenu.text {
	width: 400px;
}

blockquote {
	word-wrap: break-word !important;
}

.break-word {
	word-wrap: break-word !important;
}

.center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}
.messagesblock {
	padding:0px;
	border-bottom: 1px solid #a0a0a0;
}

.messagestatus {
	float:left;
	vertical-align:middle; 
	padding:3px 5px 5px 0px; 
	margin-left: 5px;
}

.searchbox {
	position: relative;
    top: 6px;
}
.form-group.menuform {
	margin: 0px 0px 0px 10px;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block !important; 
}

.block {
	display: block; 
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.hidden {
	visibility: hidden;
}

.automargin {
	margin: 0 auto;
}

.text-justify {
	text-align: justify;
}

.overflow-hidden {
	overflow:hidden;
}

.width50 {
	width:50%;
}

.width60 {
	width:60%;
}

.width75 { 
	width:75%;
}

.top50 {
	top:50px;
}

.top55 {
	top:55px;
}

@media (max-width:999px)  {
	.menu_gta5_logo {
		padding-left:50px !important;
		background: url(gfx/gta5-small.png) no-repeat;
		background-size: 40px;
		background-position: 5px center; 
	}

	.menu_gta4_logo {
		padding-left:50px !important;
		background: url(gfx/gta4-small.png) no-repeat;
		background-size: 40px;
		background-position: 5px center; 
	}

	.menu_gtasa_logo {
		padding-left:50px !important;
		background: url(gfx/gtasanan-small.png) no-repeat;
		background-size: 40px;
		background-position: 5px center; 
	}

	.menu_gtavc_logo {
		padding-left:50px !important;
		background: url(gfx/gtavc-small.png) no-repeat;
		background-size: 40px;
		background-position: 5px center; 
	}

	.menu_gta3_logo {
		padding-left:50px !important;
		background: url(gfx/gta3-small.png) no-repeat;
		background-size: 40px;
		background-position: 5px center; 
	}
}

/* NAV SETTINGS ENDS */

body {
    background-color: #151617;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', Arial, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-display: swap;
}

a {
    color: #656565;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
	color: #ffffff;
    text-decoration: none;	
}

.red {
	color:red;
}

.navbar-default {
    margin: 0px auto;
    background-color: #222325;
	border-color: transparent;
	border-bottom: 3px solid #ff8e16 !important;
	position: relative;
	top: 0px;
	width:100%;
	z-index: 65000;
}

.navbar {
    border: 0px solid transparent;
}

.navbar-nav {
    /*margin: 0px 0px;*/
}

.navbar-collapse {
    border-top: 0px solid transparent;
}

.navbar-brand {
    padding: 12px 12px;
    margin-right: 12px;
    margin-left: 5px !important;
    margin-top: 2px !important;
    width: 208px;
    height: 45px;
    background: url(gfx/logo.png) no-repeat 0px center;
}

.navbar-toggle {
    margin-top: 8px;
	margin-bottom: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
}

.nav > li > a {
    padding: 10px 8px;
	height:40px;
    font-weight: 700;
    font-size: 16px;
	letter-spacing:-1px;
}

.navbar-default .navbar-nav > li > a {
    color: #dedede;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a > i {
    background-color: #ff8e16 !important;
	color: #FFFFFF;
}

.navbar-form {
    margin-top: 2px;
	margin-bottom: 0px;
    border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar strong {
	color: #737373;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -2px;
}

.navbar .yamm-content a {
    font-size: 14px;
	color: #f7f7f7;
	font-weight:600;
	margin-bottom: 2px;
    display: block;
	padding-left:12px;
}

.navbar .yamm-content a:hover {
    background-color: transparent;
    background-image: url(gfx/dot.gif);
    background-position: 0%;
    background-repeat: no-repeat;
	color: #ffffff;
}

.navbar .yamm-content p {
	margin:10px 0px 0px 0px;
}

.navbar .yamm-content .sml {
    font-size: 12px;
	background-image: none !important;
	margin-top: 5px;
	padding: 0px !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.showall_link {
	background-color: transparent;
    background-image: url(gfx/dot.gif);
    background-position: 0%;
    background-repeat: no-repeat;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 4px;
    padding-right: 4px;
}

.head_bar_upload {
	height: 27px;
	margin-right: 0px;
}

.head_bar_upload:hover {
}

.head_bar_menu {
	height: 27px;
	margin-right: 0px;
}

.head_bar_menu:hover {
}

.head_bar_user {
	height: 27px;
	margin-right: 0px;
}

.head_bar_user:hover {
}

.head_bar_search {
	height: 27px;
	margin-right: 0px;
}

.head_bar_search:hover {
	color: #ffffff;
}

.head_bar_messages {
	height: 27px;
	margin-right: 0px;
}

.head_bar_messages:hover {

}

.head_bar_notifications {
	height: 27px;
	margin-right: 0px;
}

.head_bar_notifications:hover {
}

.navbutton {
    font-size: 20px;
    margin-right: 10px;
}

.featured-link {
	color: #d5d5d5;
    font-weight: 700;
    letter-spacing: -2px;
}

.featured-link:hover {
	color: #ffffff;
}

.featuredstar {
	position: absolute;
    top: 9px;
    width: 105px;
    left: 5px;
}

.filterbutton {
	margin:15px 0px 0px 2px;
}

.container-fluid {
	max-width: 1240px;
}

.jumbotron
{
	padding:30px;
}

.container {
	width:98%;
	position:relative;
	margin-top:6px;
    background-color: #e2e2e2;
    border: 1px solid #ffffff;
    text-align: left;
	padding: 4px;
}
	
.container-fluid {
    padding-top: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.headlink {
    font-weight: 600 !important;
    display: inline !important;
    color: #efefef !important;
    font-size: 13px !important;
    margin-left: 4px !important;
    position: relative;
    top: -2px;
}

.box_grey {
    /* background-image: url(gfx/box_bg.png); */
    background-repeat: repeat-x;
    background-color: #dadada;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 1px #949494;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.box_grey.mod {
	cursor:pointer;
	min-height: 325px;
}

.box_grey.mod_lg {
	cursor:pointer;
	min-height: 354px;
}

.box_grey.ad {
	min-height: 25px;
	text-align:center;
}

.box_grey.ad_lg {
	min-height: 25px;
	text-align:center;
}

@media (min-width: 684px) {
	.box_grey.ad {
		min-height: 325px !important;
	}

	.box_grey.ad_lg {
		min-height: 354px !important;
	}
}

.box_grey a:hover, .box_grey a:focus {
	color: #ff8400;
}

.box_grey.mod:hover, .box_grey.mod:focus, .box_grey.mod_lg:hover, .box_grey.mod_lg:focus {
    border: 1px solid #ececec;
    color: #444444 !important;
    background: #e6e6e6;
}

.modcat {
	max-height:30px;
}

.no-padding {
	padding:0px;
}

.btn-primary.navsubmit {
	height:30px;
	padding:5px;
}

.form-control {
    padding: 4px 4px;
	width: 90%;
	display:inline-block;
	font-size:16px;
	background-color: #f3f3f3;
	border-radius: 0px;
	border: 1px solid #ffffff;
}

.form-control.fullwidth {
	width:95%;
}

.form-control.threeq {
	width:75%;
}

.form-control.halfwidth {
	width:50%;
}

.form-control.autowidth {
	width:auto;
}

.form-control.minheight {
	min-height:200px;
}

.errorform {
	color: #fd3632;
	font-size: 12px;
	font-weight:bold;
}

.footer-container {
	width:100%;
    min-height: 260px;
    background-color: #151515;
    background-image: url(gfx/footer_bg-2.jpg);
    background-repeat: repeat-x;	
	margin-top:20px;
}

.footer {
	width:98%;
	max-width:1000px;
	margin: 0 auto;
	padding-top:25px;
	padding-left: 15px;
    padding-right: 15px;	
    font-size: 12px;
    color: #9d9e9f;
    margin-bottom: 30px;	
}

.footer strong {
    font-size: 20px;
    color: #656565;
    font-weight: 700;
}

.footer a:hover {
    color: #ff8e16;
}

.footer .small {
    font-size: 12px;	
    font-weight: 700;
	color: #9d9e9f;
}

.footer h3 {
    font-size: 12px;
    color: #9d9e9f;
    font-weight: 400;	
	margin-top: 0px;
}

.box_grey h2 {
    font-size: 26px;
}

.box_grey h1, .box_grey h2, .box_grey h3  {
    margin-top: 5px;
    margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: 700;
}

.bar_headline h1 {
	margin: 0px;
	padding-right: 5px;
	padding-top: 1px;
	color: #9c9c9c;
	font-size: 18px;
	font-weight: 700;
}

.bar_headline h2 {
    margin: 0px;
    padding-right: 5px;
    padding-top: 1px;
    color: #9c9c9c;
    font-size: 18px;
    font-weight: 700;
}

.footer_social {
	font-size: 30px;
	margin: 0px 4px;
}

.footer_social:hover {
	color: #ffffff !important;
}

.footer_social_tw
{
 width:21px;
 height:19px;
 display:inline-block;
 margin:12px 0px 0px 10px;  
 background-image: url(gfx/buttons_socialmedia.png);
 background-position: -89px 0px;
 background-repeat:no-repeat;
}
.footer_social_fb, .footer_social_tw, .footer_social_yt
{
 filter:alpha(opacity=60);
 -moz-opacity: 0.60;
 opacity: 0.60;
}

.footer_social_fb:hover, .footer_social_tw:hover, .footer_social_yt:hover
{
 text-decoration:none;
 filter:alpha(opacity=100);
 -moz-opacity: 1.00;
 opacity: 1.00; 
}

.affili_button {
	float:left;
	margin: 5px 2px;
	filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}

.affili_button:hover {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.affili_container {
	width: 90px;
	height: 35px;
}

.carousel-container {
	margin: 0px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0px !important;
    width: 99px;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.nav_carousel.nav-justified > li > a {
	line-height:21px;
	width: 100%;
	display: inline-block;
	text-align: left;	
	margin: 1px;
}
.nav_carousel.nav-justified > li > a:after {
	content:"";
	display: inline-block;
	width: 1px solid transparent;
	height: 100%;
	vertical-align: middle;		
}	
.nav_carousel.nav-justified > li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #bdbdbd;
    margin: 6px 0px;
    padding: 1px 10px;
}	

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #cbcbcb;
}

.nav-pills > li + li {
    margin-left: 0px;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-justified > li {
    display: block;
}

.nav-justified {
	padding:0px;
}

.nav_carousel ul {
    margin-bottom: 0px !important;
	margin-top: 0px;
	padding:0px !important;
}

.nav_news {
	margin-bottom: 9px !important;
}

.sml {
	font-size: 14px;
}

.xs {
	font-size: 12px;
}

.clear {
	float: clear-both;
}

.bar_container {
    height: 22px;
	margin-top: 2px;
    background: url(gfx/box_headline_line.png) 0px 4px;
}

.bar_container.margin {
    margin-left: 5px;
    margin-right: 5px;
}

.bar_arrow {
    background: url(gfx/box_headline_arrow.png) no-repeat 0px 4px;
    background-color: #e2e2e2;
    width: 35px;
    height: 22px;
    float: left;
}

.bar_headline_more {
    float: right;
    background-color: #e2e2e2;
    padding: 4px 5px 0px 5px;
    font-size: 18px;
    color: #969696;
    line-height: 14px;
}

.bar_headline_more a {
	color: #969696;
	font-weight: 700;
}

.bar_headline_more a:hover {
	color:#ff8400;
}

.bar_headline_more img {
	vertical-align: top;
}

.bar_headline {
    background-color: #e2e2e2;
    height: 26px;
    float: left;
    padding-right: 5px;
    padding-top: 1px;
    color: #9c9c9c;
    font-size: 18px;
	font-weight: 700;
}

.bar_bg {
	float:left;
	display:block;
}

.menu_hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #a5a5a5;
    margin: 5px;
}

.img-responsive.gamefilter {
	max-height:32px;
}

.col-xs-2.border-right,.col-sm-2.border-right, .col-md-2.border-right, .col-lg-2.border-right {
	border-right: 1px solid #969696;
}

.col-xs-2.gamefilter,.col-sm-2.gamefilter, .col-md-2.gamefilter, .col-lg-2.gamefilter {
  position: relative;
  height: 70px;
  vertical-align: middle;
  text-align: center;
}

.gamefilter_container {
	margin: 4px 0px;
}

.gamefilterlist {
	list-style-type: none;
	padding: 0px 5px;
	margin-bottom: 0px;
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;	
}

.gamefilterlist>li {
	padding: 2px 5px;
	font-size: 14px;
	font-weight: 700;	
	color: #50525d;
	border-bottom: 1px solid #bdbdbd;
}

.gamefilterlist>li>span {
    min-width: 60px !important;
    display: inline-block;
	text-align: center;
}

.definitive_edition_box {
	text-align:left !important;
	position:absolute;
	width:74px;
	top:16px;
	left:0px;
	font-size:8px !important;
}

.margin {
	margin: 5px 0px !important;
}

.marginside {
	margin: 0px 5px !important;
}

.marginaround {
	margin: 5px !important;
}

.nomargin {
	margin:0 !important;
}

.marginbottom2 {
	margin-bottom:2px !important;
}

.marginleft {
	margin-left: 5px !important;
}

.marginright {
	margin-right: 5px !important;
}

.padding {
	padding: 4px 12px !important;
}

.nopadding {
	padding: 0 !important;
}

.paddingside {
	padding: 0px 5px !important;
}

.lineheight {
	line-height: 24px;	
}   

.display-inherit {
	display: inherit;
}

.vertical-align-middle {
	vertical-align: middle;	
}

.divider {
    margin: 4px 0;
	background-color: #a7a7a7;
}

.hideOverflow{
    overflow:hidden;
}

.btn-primary {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffdcc4;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffdcc4;
    box-shadow: inset 0px 1px 0px 0px #ffdcc4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa13d), color-stop(1, #e0681d));
    background: -moz-linear-gradient(top, #ffa13d 5%, #e0681d 100%);
    background: -webkit-linear-gradient(top, #ffa13d 5%, #e0681d 100%);
    background: -o-linear-gradient(top, #ffa13d 5%, #e0681d 100%);
    background: -ms-linear-gradient(top, #ffa13d 5%, #e0681d 100%);
    background: linear-gradient(to bottom, #ffa13d 5%, #e0681d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa13d', endColorstr='#e0681d',GradientType=0);
    background-color: #ffa13d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #363636;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #421400;
}

.btn-primary:hover {
	
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e0681d), color-stop(1, #ffa13d));
    background: -moz-linear-gradient(top, #e0681d 5%, #ffa13d 100%);
    background: -webkit-linear-gradient(top, #e0681d 5%, #ffa13d 100%);
    background: -o-linear-gradient(top, #e0681d 5%, #ffa13d 100%);
    background: -ms-linear-gradient(top, #e0681d 5%, #ffa13d 100%);
    background: linear-gradient(to bottom, #e0681d 5%, #ffa13d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0681d', endColorstr='#ffa13d',GradientType=0);
    background-color: #e0681d;
    text-decoration: none !important;
    border-radius: 3px;
    border: 1px solid #363636;	
}

.btn_gamefilter {
    max-width: 250px;
    height: 25px;
    padding: 2px 25px;
    margin: 2px;
}

.btn-default {
    color: #333333;
    background-color: #f3f3f3;
    border-color: #cccccc;
}

.btn-custom {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;	
    background: #cbcbcb !important;
    color: #666666;
    font-size: 12px;
    padding: 4px 6px 3px 6px;
    text-decoration: none;
    border: 1px solid #939393;
}

.btn-custom:hover {
    background: #f0f0f0 !important;
}

.btn {
	vertical-align: top;
	font-size: 16px;
}

.btn:hover {
	color: #444444 !important;
}

.activated {
	background: #f0f0f0 !important;	
	pointer-events: none;
}

.not-activated {
	pointer-events: none;
}

.headline_mod {
	font-size: 16px;
	font-weight: 700;
	margin:10px 0px !important;
	letter-spacing: -0.5px;
    line-height: 24px;
	height: 50px;
    display: table-cell;	
	vertical-align: middle;
}

.gameicon {
    margin: 0px 2px 0px 0px;
    vertical-align: top !important;
	position:absolute;
	top:-35px;
	right:5px;
    opacity: 0.8;
    /*width: 45px;	*/
}

.commentgame {
	max-height: 46px;
	margin: 0px 10px 0px 0px !important;
	padding-top: 5px;
}

.pull-left-lg {
	float:none;
}

.pull-right-lg {
	float:none;	
}



/* ------------------- Carousel Styling ------------------- */
/* Makes images fully responsive */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-inner {
  border-radius: 0px;
}

.carousel-caption {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 4px 0 0px 22px;
    color: #fff;
    text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  z-index: 15;
  margin: 0;
  padding: 0 25px 12px 0;
  text-align: right;
}

.carousel-control {
    width: 6%;
    top: 40%;
    color: #ffffff !important;
    opacity: 0.8;
	font-size: 38px;
}

.carousel-control:hover {
    opacity: 1;
	color: #ffffff !important;
}

.carousel-control.left {
	left: 5px;
}

.carousel-control.right {
	right: 5px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 0px;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 811px) {

  .section-white {
     padding: 0px;
  }

}

@media screen and (min-width: 992px) {

  .container {
    max-width: 980px;
  }

}
/* ------------------- Carousel ENDS  ------------------- */

/* ------------------- FORMS  ------------------- */

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 239, 239, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239, 239, 239, 0.6);
}

.form.comment {
    width: 100%;
    max-width: 620px;
}

/* ------------------- Content  ------------------- */


.box_dl_cat {
    font-weight: 600 !important;
    display: inline;
    color: #777777;
    font-size: 14px !important;	
}

.box_dl_title {
    font-size: 20px !important;
    font-weight: 800 !important;	
	color: #656565;
	margin-top: 5px !important;
}

.box_divider {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}

.box_list {
	padding: 0px;
	margin: 2px;
}

.box_list li {
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #b5b5b5;
	list-style: none;
}

#dl_description {
    position: relative;
    overflow: hidden;
}

.dl_description_con {
    height: 80px;
}

.dl_mcat_icon {
	max-height:74px;
}

.dl_cat_icons img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dl_cat_icons:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.dl_cat_icons_active img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    color: #ff8400;
}

.dl_cat_icons_active {
    color: #ff8400;	
}

.dl_cat_icons:hover, .dl_cat_icons_active:hover {
    color: #ff8400 !important;	
}

.commentbox {
	margin-bottom:30px !important;
}

.commentuser {
    font-weight: 700;
    font-size: 18px;
}

.commentuser-lg {
    font-weight: 700;
    font-size: 24px;
	color: #656565;
}

.commentflag {
	position:relative; 
	left:4px; filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.commentfooter {
	position:absolute;
	display:inline-block;
	bottom:1px;
	right:0px;
	margin-left:auto;
	margin-right:0;
	margin-top:10px;
	text-align:right;
	z-index: 50;
}

.commentmenu > li {
	margin:0;
	padding:0;
}

.img_mod {
	min-height:175px;
	position: relative;
}

.img_mod_game {
	position:relative;
	
}

.fa-angle-double-down {
    font-weight: 900;
    font-size: 12px;
    margin-left: 3px;
    color: #ff9c31;
}

.fa-angle-double-down:active, .fa-angle-double-down:focus {
    color: #ffffff;
}

.rating_mod {
	min-height: 20px;
}

.dl_character {
    color: #656565;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
    display: block;
}

.dl_cat {
	position:relative;
	margin-left:25px;
}

.dl_info {
    color: #50525d;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    line-height: 1.4;
}

#fade_layer {
    position: relative;
    height: 48px;
    margin-top: -40px;
    display: block;
    /*background-image: url(gfx/v2/description_fade.png);*/
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 4;
    overflow: hidden;
}

#contract {
    position: relative;
    display: none;
    width: 100%;
    text-align: center;
}

#expand {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.table-responsive {
	border: transparent;
}

.table {
	margin-bottom:5px;
}

.table > tbody > tr > td {
	padding: 2px;
	border: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #d0d0d0 !important;
}

.table-border {
	border-top: 1px solid #b5b5b5;
}

.table > thead > tr > th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #adadad !important;
}

.headlinelink {
    font-size: 30px !important;
    font-weight: 800 !important;	
	color: #656565;
	margin-top: 10px !important;	
	display: inherit;
}

.wordwrap {
	margin:0; 
	word-wrap:break-word;
}

.break-all {
	word-break:break-all;
}

.avatar {
    max-width: 120px;
    width: 100%;
}

.avatar-sml {
	max-height: 80px;
	width: auto;
	max-width: 100%;
}

.userpage_modlist_con
{
 height: 660px;
 overflow: hidden;
 padding-top:3px;
}

.userpage_headbar
{
 position:absolute;
 background-color:#FFFFFF;
 width:100%;
 height:50px;
 top:140px;
 margin:0px;
 filter:alpha(opacity=40);
 opacity:0.4;
 -moz-opacity:0.4;
 -khtml-opacity:0.4;
 -opera-opacity:0.4;
}

.userpage_avatar 
{
 position:absolute;
 top:20px;
 margin:0px 0px 0px 20px;
 width:160px;
 height:160px;
}

.userpage_user
{
 position:absolute;
 top:127px;
 width:99%;
 color: #FFFFFF;
 font-size: 32px;
 font-weight: 700;
 letter-spacing:2px;
 text-align: right;
}

.userpage_editbg
{
 visibility:hidden;
 position:absolute;
 top:10px;
 right:42px;
 width:100px;
}

.userpage_editavatar
{
 visibility:hidden;
 position:absolute;
 top:10px;
 left:50px;
 width:100px;
}

.userpage_editcontact {
 visibility:hidden;
 position:absolute;
 bottom:0px;
 right:0px;
}

.userpage_editabout
{
 position:absolute;
 bottom:0px;
 right:0px;
 visibility:hidden;
 margin-right:0;
}

.userpage_editmods
{
 position:absolute;
 right:15px;
 visibility:hidden;
}

.userpage_contactlist
{
 position:relative;
 top:3px;
}

.userpage_sociallink
{
 margin:5px;
 filter:alpha(opacity=80);
 opacity:0.8;
 -moz-opacity:0.8;
 -khtml-opacity:0.8;
 -opera-opacity:0.8;  
}

.userpage_sociallink:hover
{
 filter:alpha(opacity=100);
 opacity:1.0;
 -moz-opacity:1.0;
 -khtml-opacity:1.0;
 -opera-opacity:1.0; 
}

.userpage_friends_avatar_container
{
 min-width:20px;
}

.userpage_friends_avatar {
	max-width:20px;
	max-height:20px;
	margin:5px 0px 5px 0px;
}

.userpage_activities_list {
	margin:3px 5px 5px 5px;
}

.friendslistavatar {
	min-height:190px;
	min-width: 160px;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

.button {
  display: inline-block;
  font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0.5em 1.4em;
  padding-right: 4.7em;
  background: #009ED8;
  border: none;
  color: #ffffff !important;
  transition: .2s;
}
.button:before,
.button:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  transition: .2s;
  transform-origin: 50% 60%;
}
.button:before {
  background: rgba(0, 0, 0, 0.1);
}
.button:hover {
  background: #0079a5;
}
.button:active,
.button:focus {
  background: #002e3f;
  outline: none;
}
.button {
  min-width: 15em;
  margin: 3px 0px;
}
.arrow {
  background: #aeaeae;
}
.arrow:hover {
  background: #ff8e16;
}
.arrow:active,
.arrow:focus {
  background: #ff8e16;
}
.arrow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
}
.arrow:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

.arrowright {
  background: #aeaeae;
}
.arrowright:hover {
  background: #ff8e16;
}
.arrowright:active,
.arrowright:focus {
  background: #ff8e16;
}
.arrowright:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
}
.arrowright:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}

.heard {
  background: #aeaeae;
}
.heard:hover {
  background: #d83939;
}
.heard:active,
.heard:focus {
  background: #d83939;
}
.heard:after {
  content: "\f004";
}
.heard:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}
.stolen {
  background: #aeaeae;
}
.stolen:hover {
  background: #ff8e16;
}
.stolen:active,
.stolen:focus {
  background: #ff8e16;
}
.stolen:after {
  font-family: "Font Awesome 5 Free";
  content: "\f024";
}
.stolen:hover:after {
  -webkit-animation: bounceright .3s alternate ease infinite;
  animation: bounceright .3s alternate ease infinite;
}
.fb {
  background: #aeaeae;
}
.fb:hover {
  background: #3b5999;
}
.fb:active,
.fb:focus {
  background: #3b5999;
}
.fb:after { 
  font-family: "Font Awesome 5 Brands";
  content: "\f082";
}
.fb:hover:after {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4);
}
.youtube {
  background: #aeaeae;
}
.youtube:hover {
  background: #ff0000;
}
.youtube:active,
.youtube:focus {
  background: #ff0000;
}
.youtube:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}
.youtube:hover:after {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4);
}
.email {
  background: #C673B3;
}
.email:hover {
  background: #b74f9f;
}
.email:active,
.email:focus {
  background: #963d82;
}
.email:after {
  content: "\F0E0";
}
.email:hover:after {
  -webkit-animation: none;
  -webkit-transform: skew(-20deg);
  animation: none;
  transform: skew(-20deg);
  text-indent: .1em;
}
.paypal {
    background: #aeaeae;
    min-width: 10em !important;
    padding: 4px 13px;
    text-align: left;
	position: relative;
	left: -4px;
}
.paypal:hover {
  background: #0070ba;
}
.paypal:active,
.paypal:focus {
  background: #0070ba;
}
.paypal:after {
  font-family: "Font Awesome 5 Brands";	
  content: "\f1ed";
}
.paypal:hover:after {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4);
}

.search {
  background: #aeaeae;
  min-width: 10em !important;
}
.search:hover {
  background: #ff8e16;
}
.search:active,
.search:focus {
  background: #ff8e16;
}
.search:after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
}
.search:hover:after {
	-webkit-animation: none;
	-webkit-transform: scale(1.4);
	animation: none;
	transform: scale(1.4);
}

.sbutton {
	display: inline-block;
    position: relative;
    padding: 6px 8px;
    background: #929292;
    border: none;
    color: white;
    transition: .2s;
    min-width: 0px;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(30deg);
  }
}
@keyframes bounceright {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(3px);
  }
}
@keyframes wiggle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(30deg);
  }
}

.ad_container {
	margin: 0px auto;
	max-width:980px;
}

.leaderboard {
	max-width:980px !important;
	margin: 0px auto;
}

.skyscraper {
	display: none;
}

.skyscraper_r {
	display: none;
}

.hide_on_mobile {
	display: none;
}

#dismiss-button {
    padding-left: 0.5em !important;
    padding-right: 1.5em !important;
}