@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'socicon';
	src: url('../font/socicon.eot');
	src: url('../font/socicon.eot?#iefix') format('embedded-opentype'), url('../font/socicon.woff') format('woff'), url('../font/socicon.ttf') format('truetype'), url('../font/socicon.svg#sociconregular') format('svg');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
body {
	padding: 0 !important;
	background: url(/wp-content/themes/505games/images/new/bg.png);
	color: #777;
}
/*.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	opacity:1;
}*/
a {
	color: #777;
}
a:hover {
	color: #666;
	text-decoration: none;
}
.row {
	margin-bottom: 15px;
}
#logo {
	margin: 5px 15px;
}
.header-social li:last-child a, .navbar-nav li:last-child a {
	border-right: 0;
}
.navbar-fixed-top {
}
.navbar-nav li a {
	text-transform: uppercase;
	font-weight: 900;
	border-right: 1px solid #e0e0e0;
	color: #777;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	border-color: #C3C3C3;
}
.header-social li a {
	text-transform: none !important;
	font-family: 'socicon' !important;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	line-height: 50px !important;
}
.dropdown-menu li a {
	border-right: 0;
}
.item-content {
	z-index: 999;
	position: absolute;
	padding: 30px 0;
	color: #FFF;
	text-transform: uppercase;
	width: inherit;
}
.item-content p {
	text-shadow: 1px 0 1px #6B6B6B;
	float: left;
	clear: both;
}
.light.item-content p, .light.item-content .slideshow-social ul {
	background: rgba(255, 255, 255, 0.25);
}
.dark.item-content p, .dark.item-content .slideshow-social ul {
	background: rgba(0, 0, 0, 0.45);
}
.dark.item-content p:nth-child(3), .dark.item-content .slideshow-social ul:nth-child(3) {
	background: rgba(0, 0, 0, 0.80) !important;
}
.item-content p:nth-child(1) {
	font-size: 45px;
	font-weight: bold;
	margin: 0;
	border-left: 5px solid red;
	padding: 5px 25px 0 25px;/*-webkit-clip-path: polygon(100% 0, 92% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 92% 100%, 0% 100%, 0% 0%);*/
}
.item-content p:nth-child(1) a {
	color: #FFF;
}
.item-content p:nth-child(2) {
	font-size: 20px;
	border-left: 5px solid white;
	padding: 5px 25px 5px 25px;
	/*-webkit-clip-path: polygon(100% 0, 95% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 92% 100%, 0% 100%, 0% 0%);*/
	margin: 0;
}
.item-content p:nth-child(2) a {
	color: #FFF;
}
.item-content .buy-now .btn {
	background: #777;
	padding: 10px 20px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 5px;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.item-content .buy-now .btn:hover {
	background: #FF0004;
}
.item-content .buy-now .btn {
	color: #FFF;
	text-decoration: none;
}
.item-content .slideshow-social ul {
	padding: 0;
	clear: both;
	clear: both;
	border-left: 5px solid #868686;
	padding: 5px 25px 5px 25px;
	/*-webkit-clip-path: polygon(100% 0, 90% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0, 92% 100%, 0% 100%, 0% 0%);*/
	float: left;
	clear: left;
}
.item-content .slideshow-social li {
	display: inline;
}
.item-content .slideshow-social li a:first-child {
	margin: 0 0 0 -5px;
}
.item-content .slideshow-social li a {
	text-transform: none !important;
	font-family: 'socicon' !important;
	font-weight: 400;
	color: #FFF;
	font-size: 30px;
	padding: 0 5px;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}
.item-content .slideshow-social li a:hover {
	text-decoration: none;
}
.facebook:hover {
	color: #3b5998 !important;
}
.twitter:hover {
	color: #0084b4 !important;
}
.youtube:hover {
	color: #e52d27 !important;
}
.buy-now {
	clear: both;
	margin: 0 0 0 -5px;
}
#store {
	background: #000;
}
#caption {
	background: rgba(255, 255, 255, 0.25);
	color: #A7A7A7;
	position: relative;
	bottom: 0px;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}
#caption a, #caption a:hover {
	color: #A7A7A7;
	font-weight: bold;
}
#col-left {
	width: 80%;
	float: left;
}
#col-right {
	width: 20%;
	float: right;
}
#store img {
	width: 100%;
	padding: 21% 5%;
}
#news-list {
	float: left;
	margin: 0 0 1%;
}
.news-image {
	height: 227.469px;
	background: #a1a5a3;
	background-position: center;
	background-size: cover;
}
.news-content {
	min-height: 227.469px;
	background: #f5f5f5; /*#f8f8f8;*/
}
.news-content .category {
	padding: 25px 10px 0;
}
.news-content .timestamp {
	padding: 10px 10px 0;
	margin: 0;
}
.news-content h2 {
	padding: 10px;
	font-size: 150%;
	margin: 0;
	padding: 20px 10px 10px;
}
.news-content p {
	font-size: 14px;
	padding: 10px;
}
.photo {
	/*width: 20%;
	height: 20%;*/
	float: left;
}
.cta-holder {
	overflow: hidden;
	margin: 0 -5px 20px;
}
.cta {
	background: #a1a5a3;/*margin: 5px !important;*/
}
.cta:last-of-type {
	margin: 0;
}
.owl-item img {
	width: 100%;
	cursor: pointer;
}
.owl-item .cta .hover {
	display: none;
}
.owl-item .cta:hover .hover {
	display: block;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);/*top: 5px;*/
}
.owl-item .cta .hover {
}

@media (max-width: 448px) {
.owl-item .cta:hover div img {
	width: 45px;
	height: 45px;
}
}

@media (min-width: 449px) {
.owl-item .cta:hover div img {
	height: 35px;
	width: 35px;
}
}

@media (max-width: 767px) {
.owl-item .cta:hover .hover {
	width: 97.1%;
	height: 97.1%;
}
}

@media (min-width: 768px) {
.owl-item .cta:hover .hover {
	width: 94.5%;
	height: 94.5%;
	;
}
#menu-main-menu .dropdown-menu {
	width: 500px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
#menu-main-menu .dropdown-menu li {
	display: inline-block;
	width: 250px;
	float: left;
	border-bottom: 1px solid #e0e0e0;
}
#menu-main-menu .dropdown-menu li a {
	padding: 4px 15px !important;
	font-size: 14px;
}
.dropdown-menu li a span {
	font-family: 'socicon' !important;
	text-transform: none;
}
.dropdown-menu li a:nth-child(odd) {
	border-right: 1px solid #e0e0e0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #E9232F;
}
#menu-item-6246 {
	width: 100% !important;
	background: #e9232f;
	text-align: center;
	margin: -1px 0 0px !important;
	border: 0 !important;
}
#menu-item-6246 a {
	color: #FFF;
	border: 0;
}
#menu-item-6246 a:hover {
	color: #666;
}
}

@media (min-width: 992px) {
.owl-item .cta:hover .hover {
	width: 95.6%;
	height: 95.6%;
}
}

@media (min-width: 1200px) {
.owl-item .cta:hover .hover {
	width: 94.8%;
	height: 94.8%;
}
}
.social {
	/*height: 35px;*/
	bottom: 0;
	position: absolute;
	width: 100%;
}
.social ul {
	margin: 0;
	padding: 0;
}
.social ul li {
	display: inline;
}
.owl-item .cta:hover div img {
	float: left;
}
.social {
}
/*.social img{
	width:19% !important; height:19% !important;
}*/
.right-icon {
	float: right;
}
.owl-item {
}
.huge_it_slideshow_title_text_1 {
	text-decoration: none !important;
	position: absolute !important;
	z-index: 11 !important;
	display: inline-block !important;
	width: 100% !important;
	/* height: 50%; */
	left: 0% !important;
	top: 50px !important;
	padding: 0% !important;
	text-align: left !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	background: none !important;
	border-style: solid !important;
	font-size: 45px !important;
	border-width: 0px !important;
	border-color: #FFFFFF !important;
	border-radius: 0px !important;
	margin-top: 0 !important;
	text-shadow: 1px 0 1px #6B6B6B;
}
.huge_it_slideshow_description_text_1 {
	text-decoration: none !important;
	position: absolute !important;
	z-index: 11 !important;
	border-style: solid !important;
	display: inline-block !important;
	width: 100% !important;
	/* height: %; */
	left: 0% !important;
	top: 110px !important;
	padding: 0% !important;
	text-align: left !important;
	color: #FFFFFF;
	background: none !important;
	border-style: solid !important;
	font-size: 20px !important;
	border-width: 0px !important;
	border-color: #FFFFFF !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	margin-top: 0 !important;
	text-shadow: 1px 0 1px #6B6B6B;
}
#huge_it_loading_image_1 {
	vertical-align: top !important;
}
#huge_it_loading_image_1 img {
	margin: 0 auto !important;
	width: inherit !important;
}

@media (max-width: 767px) {
.navbar-nav li a {
	border-right: 0;
	border-bottom: 1px solid #C3C3C3;
	font-size: 13px;
	padding: 6px 15px;
}
.navbar-nav li:last-of-type a {
	border-bottom: 0;
}
.huge_it_slideshow_title_text_1 {
	display: none !important;
	font-size: 25px;
}
.huge_it_slideshow_description_text_1 {
	display: none !important;
	font-size: 14px;
	top: 85px;
}
.support {
	margin: 15px 0 -15px;
}
}

@media (min-width: 768px) {
.navbar-nav {
}
}

@media (max-width: 991px) {
#newsletter {
	float: right;
}
.support img {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav li a {
	font-size: 14px;
	padding: 15px 8px;
	line-height: 30px;
}
.header-social li a {
	border: 0;
	padding: 5px;
	font-size: 20px;
}
.component-blog-category .category-posts .post-item .text {
	min-height: 555px;
}
.header-social {
}
.news-image {
	min-height: 252px;
}
.news-content {
	min-height: 252px;
}
.support img {
	width: 96%;
	float: right;
}
}

@media (max-width: 630px) {
}

@media (min-width: 992px) {
.navbar-nav li a {
	font-size: 15px;
}
.header-social li a {
	font-size: 22px;
}
.support img {
	width: 100%;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav li a {
	font-size: 14px;
	line-height: 30px;
}
.header-social li a {
	padding: 5px 5px !important;
	border: 0;
	font-size: 22px;
}
.component-blog-category .category-posts .post-item .text {
	min-height: 390px;
}
.news-image {
	min-height: 252px;
}
.news-content {
	min-height: 252px;
}
}

@media (min-width: 1200px) {
.navbar-nav li a {
	line-height: 30px;
}
.component-blog-category .category-posts .post-item .text {
	min-height: 321px;
}
}
.component-blog-category .category-posts .post-item .text {
	background: #F5F5F5;
}
.internal {
	margin: 0 auto 0;
	padding-top: 25px;
	background: #FFF;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	-webkit-box-shadow: 0px 0px 5px 1px #E8E8E8;
	-moz-box-shadow: 0px 0px 5px 1px #E8E8E8;
	box-shadow: 0px 0px 5px 1px #E8E8E8;
}
footer {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
	clear: both;
}
.component {
	padding: 0 !important;
}
#sidebar {
	border-left: 1px solid #e7e7e7;
}
.component-platforms-overview .platform-item {
}
.component-platforms-overview .platform-item:last-of-type {
	border-bottom: 0;
}
.navbar-default .navbar-nav>li>a.active {
	color: #4A4A4A;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 1px #E8E8E8;
	-moz-box-shadow: 0px 0px 5px 1px #E8E8E8;
	box-shadow: 0px 0px 5px 1px #E8E8E8;
}
.category-posts .post-item {
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
	/*filter: url(resources.svg#desaturate);*/ /* Gecko */
	/*filter: gray; /* IE */
	-webkit-filter: */ grayscale(1); /* Old WebKit */
}
#menu-item-3158 a {
	background: #B3B3B3;
	color: #FFF;
}
#menu-item-3158 a:hover {
	background: #E9232F;
	color: #FFF;
}
.huge_it_slideshow_image_wrap_1 {
	margin: 70px 0 0 !important;
}
#wpadminbar {
	margin-top: 60px;
	z-index: 99 !important;
}
#newsletter {
	background: #f5f5f5;
	padding: 20px;
}
#newsletter p {
	font-size: 14px;
}
#newsletter input, #newsletter select {
	border-radius: 0;
	outline: none;
	padding: 6px;
}
#newsletter select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../../images/new/arrow.png) no-repeat right 10px top 8px #FFF;
}
#newsletter label {
	width: 90%;
	margin: 5px 0 0;
}
#newsletter input[name=name], #newsletter input[name=email], #newsletter select[name=country] {
	width: 100%;
	padding: 2px 5px;
	min-height: inherit;
}
select[name=day], select[name=month], select[name=year] {
	font-size: 12px;
}
select[name=day] {
	width: 21%;
	margin: 0 -1%;
}
select[name=month] {
	width: 54%;
}
select[name=year] {
	width: 27%;
}
#newsletter input[type=checkbox] {
	float: left;
	width: 5%;
	margin: 10px 10px 0 0;
}
#newsletter button {
	margin: 15px 0 0;
	float: right;
	background: #777;
	border: 0;
	color: #FFF;
	outline: none;
}
.huge_it_slideshow_dots_thumbnails_1 {
	bottom: -50px !important;
}
.huge_it_slideshow_dots_1 {
	width: 12px !important;
	height: 12px !important;
	margin: 5px 7px !important;
	background: #777 !important;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.huge_it_slideshow_dots_1:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.huge_it_slideshow_dots_active_1 {
	background: #777 !important;
}
.owl-theme .owl-controls {
	margin-top: 15px !important;
}
.owl-theme .owl-controls .owl-page span {
	background: #777;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.ajax-load-more {
	cursor: pointer;
	display: none;
}

@media (min-width: 1400px) {
.container {
	width: 1370px;
}
.owl-item .cta:hover .hover {
	width: 95.2%;
	height: 95.2%;
}
}
#newsletter {
	margin: 30px 0;
}
#global-content .owl-carousel .owl-item {
	border: 5px solid transparent
}
.owl-item .cta:hover .hover {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
}
.game-logo {
	margin: 0 auto 20px;
}
.fancybox-type-inline .fancybox-inner {
	overflow-y: scroll !important;
}
/* Sign up popup styles */
.sign-up-popup a {
	color: #FFF;
}
.sign-up-popup ul {
	list-style: outside none none;
	margin: 10px 0px 0px;
	padding: 0px;
}
.fancybox-skin {
	background: #222 !important;
	color: #FFF !important;
	border-radius: 0 !important;
}
.fancybox-skin h2 {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.fancybox-skin input[type=email] {
	float: none !important;
	width: 100% !important;
	height: 53px;
	padding: 0 20px;
	color: #666;
	font-style: italic;
	border: 0;
	border-radius: 0;
}
.fancybox-skin .btn-default {
	width: 100%;
	height: 54px;
	background: #df0d20;
	color: #FFF !important;
	display: block;
	text-shadow: none;
	position: relative;
	text-decoration: none;
	transition: background-color 0.5s ease;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 35px;
	border: 0;
}
.fancybox-skin ul {
	list-style: outside none none;
	padding: 0;
	margin: 10px 0 0;
}
.fancybox-skin label {
	margin: 0 10px !important;
	color: #FFF;
	min-width: 93% !important;
}
.fancybox-skin .form-group {
	border: 0 !important;
	margin-bottom: 0;
}

@media (min-width:768px) {
.sign-up-popup {
	padding: 50px;
}
}
/* Download Manager custom styles */
.w3eden {
	margin: 0 0;
}
.w3eden p {
	padding: 8px 0 0;
	margin: 0;
}
.w3eden h1, .w3eden h2 {
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 10px;
}
.jqueryFileTree {
	margin: 0 0 !important;
}
.jqueryFileTree li {
	line-height: 35px !important;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #F0F0F0;
}
.jqueryFileTree LI.directory {
	line-height: 35px !important;
	background-position: 0px 8px !important;
}
.jqueryFileTree LI.file {
	margin: 10px 0 !important;
	border-bottom: 0;
}
ul.jqueryFileTree a {
	color: #777 !important;
	padding: 10px 2px !important;
}
UL.jqueryFileTree A:hover {
	background: none !important;
}
.w3eden .btn-primary, .w3eden .flat-primary, .w3eden .flat-primary.btn-bordered:hover {
	background: #E9232F !important;
}
#sign-up {
	background: #FFF;
	overflow: hidden;
	margin: 15px 0;
}
#sign-up .row {
	padding: 20px;
}
#mc_embed_signup form {
	padding: 0 !important;
}
#sign-up input {
	border-radius: 0 !important;
}
.caret {
	margin-top: -5px;
}
.dropdown .dropdown-menu {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
	opacity: 0;
}
.dropdown.open .dropdown-menu {
	opacity: 1;
}
.current-menu-ancestor .dropdown .dropdown-menu {
	display: block;
}
#mc-embedded-subscribe {
	background: #787878;
	color: #FFF;
	border: 0;
	padding: 5px;
	width: 100%;
}
