/*
Theme Name: WB games
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
*{
	font-family: HelveticaNeue;
	margin: 0;
	padding: 0;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	/*margin: 0 0 1.75em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {

}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

/*table,*/
/*th,*/
/*td {*/
/*border: 1px solid #d1d1d1;*/
/*}*/

/*table {*/
/*border-collapse: separate;*/
/*border-spacing: 0;*/
/*border-width: 1px 0 0 1px;*/
/*margin: 0 0 1.75em;*/
/*table-layout: fixed;*/
/*!* Prevents HTML tables from becoming too wide *!*/
/*width: 100%;*/
/*}*/

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.clear{
	clear: both;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.as-hidden{
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*.entry-content a,*/
/*.entry-summary a,*/
/*.taxonomy-description a,*/
/*.logged-in-as a,*/
/*.comment-content a,*/
/*.pingback .comment-body > a,*/
/*.textwidget a,*/
/*.entry-footer a:hover,*/
/*.site-info a:hover {*/
	/*box-shadow: 0 1px 0 0 currentColor;*/
/*}*/

/*.entry-content a:hover,*/
/*.entry-content a:focus,*/
/*.entry-summary a:hover,*/
/*.entry-summary a:focus,*/
/*.taxonomy-description a:hover,*/
/*.taxonomy-description a:focus,*/
/*.logged-in-as a:hover,*/
/*.logged-in-as a:focus,*/
/*.comment-content a:hover,*/
/*.comment-content a:focus,*/
/*.pingback .comment-body > a:hover,*/
/*.pingback .comment-body > a:focus,*/
/*.textwidget a:hover,*/
/*.textwidget a:focus {*/
	/*box-shadow: none;*/
/*}*/


.entry-content p:last-child{
	margin-bottom: 0;
}

.vs-20{
	clear: both;
	width: 100%;
	height: 20px;
}
.vs-40{
	clear: both;
	width: 100%;
	height: 40px;
}


#page .site-inner{
	max-width: 1366px;
	/*overflow: hidden;*/
	margin: auto;
}

/**
 * 6.2 - Menus
 */
.site-header-main{
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.site-header-main .site-branding{
	overflow: hidden;
	padding: 0 40px;
}
.site-header-main .logo{
	float: left;
	width: 45px;
	height: 50px;
	background: url(img/logo.png) no-repeat center center;
	background-size: contain;
	margin: 20px 0px 15px 0px;
	display: block;
}
.site-header-main .logo a{
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}
.site-header-main .menu{
	float: left;
}
.site-header-main .menu #menu-topnavigation{
	margin: 50px 0 0 0;
}
.site-header-main .menu #menu-topnavigation li{
	list-style: none;
	float: left;
	padding: 0 20px;
}
.site-header-main .menu #menu-topnavigation li a{
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(83, 83, 83);
	font-family: 'RobotoBold';
	font-size: 14px;
}
.site-header-main .menu #menu-topnavigation li.current-menu-item a{
	text-decoration: underline;
}

.site-header-main .menu .social{
	margin-left: 12px;
}
.site-header-main .menu .social .follow-us{
	transform: scale(0.8);
}




.site-header-main .right-block{
	float: right;
}
.site-header-main .mobile-menu-btn{
	float: right;
	display: none;
}

.site-header-main .right-block > div,
.site-header-main .right-block .search > div,
.site-header-main .right-block .search > form > div{
	float: left;
}
.site-header-main .right-block .search{
	margin-top: 42px;
}
.site-header-main .right-block .search form{
	border: 1px solid #0062AB;
	overflow: hidden;
}
.site-header-main .right-block .search .search-input{
	width: 320px;
}
.site-header-main .right-block .search .search-input input{
	background: transparent;
	border-radius: 0;
	border: 0;
	padding: 0 8px;
	font-size: 12px;
}
.site-header-main .right-block .search form input[type='search']::placeholder{
	color:#D1D1D1;
}
.site-header-main .right-block .search form input[type='search']:-ms-input-placeholder{
	color:#D1D1D1;
}
.site-header-main .right-block .search form input[type='search']::-ms-input-placeholder{
	color:#D1D1D1;
}
.site-header-main .right-block .search form input[type='submit']{
	border-radius: 0;
	background: url(img/icon-search.png) no-repeat center center #000;
	text-indent: -999px;
	width: 42px;
	height: 28px;
	font-size: 12px;
	float: right;
}



.alCenter{
	text-align: center;
}
body.overflowHidden{
	overflow: hidden;
}

.page-main-slider {
	margin-bottom: 20px;
}
body.home .page-main-slider,
body.page-template-page-careers .page-main-slider,
body.page-template-page-wb-publishing-offices .page-main-slider
{
	margin-bottom: 0px;
}


#content{
	margin: 0px;
}
.page-wrapper{
	position: relative;
}

#main .entry-content{
	font-size: 18px;
	color: #888888;
}
#main h1{
	font-family: RobotoBold;
	font-size: 30px;
	line-height: 30px;
	color: #404040;
	padding-bottom: 12px;
	text-transform: uppercase;
}

#main h2{
	font-family: RobotoBold;
	font-size: 26px;
	color: #404040;
}

#main h3{
	font-family: RobotoBold;
	font-size: 22px;
	color: #404040;
}

.page-template-page-popup #main .entry-content{
	line-height: 18px;
	padding: 0;
	max-height: calc(100vh - 74px);
	overflow: auto;
	padding: 0 20px;
}
.page-template-page-popup  footer.entry-footer{
	display: none;
}
.page-template-page-popup #main h1{
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 20px;
}
/*
* homepage
*/
.home-slider{
	position: relative;
}
.home-slider-btn{
	font-family: GothamBold;
	font-size: 18px;
	padding: 5px 19px;
	display: inline-block;
	width: 176px;
	height: 46px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 4px;
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}
.home-slider-btn:hover{
	color:#fff;
	background: rgba(255,255,255,0.2);
}
.home-blocks{
	/*overflow: hidden;*/
}
.home-blocks .home-block{
	padding: 20px 0;
	text-align: center;
	background: #f5f5f5;
}
.home-blocks .home-block:nth-child(2n){
	background: #fff;
}
.home-blocks .home-block.block-internships{
	 padding: 40px 0;
}
#main .block-content{
	font-size: 15px;
	line-height: 18px;
	color: #888888;
	padding: 0 20px 20px;
}

#main .block-content.type-default  a{
	color: #007acc;
	text-decoration: none;
}
#main .block-content.type-default a:hover{
	color: #007acc;
	text-decoration: underline;
}

#main .block-content.type-default{
	padding: 0 180px 10px;
}

.home-blocks .home-block .internships-btn{
	font-family: GothamBold;
	font-size: 18px;
	padding: 5px 19px;
	display: inline-block;
	border: 2px solid #707070;
	border-radius: 4px;
	color:#535353;
}
.home-blocks .home-block .internships-btn:hover{
	background: rgba(255,255,255,0.4);
}

.applyNow-btn{
	color: #FFF;
	background: #075a9d;
	padding: 14px 80px;
	border-radius: 60px;
	display: inline-block;
	font-family: RobotoBold;
	font-size: 20px;
}
.applyNow-btn:hover{
	background: #18467c;
	color:#fff;
}

.internships-block{
	padding: 20px 0px;
	text-align: center;
	background: #f5f5f5;
}
.internships-block:nth-child(2n+1){
	background: #fff;
}

.career-block{
	padding: 20px 0;
	text-align: center;
	background: #f5f5f5;
}
.career-block:nth-child(2n){
	background: #fff;
}

.careers-locations{
	overflow: hidden;
	width: 100%;
	margin-bottom: -20px;
}
.careers-locations .studio-cover{
	width: 50%;
	height: 94px;
	float: left;
	position: relative;
	overflow: hidden;
}
.careers-locations .studio-cover a{
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.careers-locations .studio-cover a > img{
	width: 100%;
	max-width: 100%;
	height: auto;
	user-select: none;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.careers-locations .studio-cover a:hover > img{
	transform: scale(1.1);
}
.careers-locations .studio-cover .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	height: 52px;
}
.careers-locations .studio-cover .logo .title {
	font-family: HelveticaNeue-CondensedBold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 30px;
	padding: 0 20px;
}



.careers-expertise{
	overflow: hidden;
	width: 990px;
	margin: auto;
}
.careers-expertise .expertise-cover2{
	width: 50%;
}
.careers-expertise .expertise-cover3{
	width: 33.33%;
}
.careers-expertise .expertise-cover{
	height: 170px;
	float: left;
	position: relative;
	overflow: hidden;
	background: #000;
}
.careers-expertise .expertise-cover a{
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.careers-expertise .expertise-cover a > img{
	height: 200px;
	max-width: initial !important;
	user-select: none;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.careers-expertise .expertise-cover a:hover > img{
	transform: scale(1.1);
}
.careers-expertise .expertise-cover .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	height: 24px;
}
.careers-expertise .expertise-cover .logo .title {
	font-family: HelveticaNeue-CondensedBold;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	padding: 0 20px;
}




/*
* featured jobs
*/
.page-template-page-search th.clickable{
	cursor: pointer;
	padding-right: 30px;
}

.page-template-page-search th.clickable::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #fff;
	transform: rotate(180deg);
	transition: 0.3s;
}
.page-template-page-search th.clickable::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #fff;
	transform: rotate(0deg);
	transition: 0.3s;
}
.page-template-page-search th.clickable.headerSortUp::before {
	border-top: 9px solid rgba(255, 255, 255, 0.5);
}
.page-template-page-search th.clickable.headerSortDown::after{
	border-top: 9px solid rgba(255, 255, 255, 0.5);
}

table.recent10 {
	border-collapse: separate;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
	font-size: 15px;
	padding-bottom:20px;
}
table.recent10 thead tr {
	background-color: #0062AB;
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
}
table.recent10 thead tr *{
	font-family: GothamBold;
}
table.recent10 thead tr th{
	position: relative;
}
table.recent10 thead tr th:first-child{
	padding-left: 20px;
}
table.recent10 tbody tr td{
	font-family: RobotoRegular;
	padding: 2px 10px;
	color: #404040;
}
table.recent10 tbody tr td.title a{
	font-family: RobotoBold;
	color: #404040;
}
table.recent10 tbody tr:nth-child(2n){
	background: rgba(0,78,171,0.25);
}
table.recent10 tr.titleRow td{
	font-family: RobotoBold;
	text-transform: uppercase;
	padding: 2px 10px;
	color: #fff;
}

table.recent10.mobileTable {
	font-size: 12px;
	table-layout:initial;
}
table.recent10.mobileTable thead tr th:nth-child(3),
table.recent10.mobileTable thead tr th:nth-child(5),
table.recent10.mobileTable thead tr th:nth-child(6),
table.recent10.mobileTable tbody tr td:nth-child(3),
table.recent10.mobileTable tbody tr td:nth-child(5),
table.recent10.mobileTable tbody tr td:nth-child(6)
{
	display: none;
}

/*
* featured games
*/
.container-featured-games{
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: -20px;/**/
}
.container-featured-games .game{
	margin: 0;
	position: relative;
	background: #000;
}
.container-featured-games .game img{
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.88;
}
.container-featured-games .game .title{
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	height: 80px;
	width: 100%;
	padding: 20px;
	font-family:RobotoCondensed;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
}
.container-featured-games .game:hover img{
	opacity: 1;
}
.container-featured-games .owl-nav{
	width: 0;
	height: 100%;
	/*position: absolute;*/
	margin: 0;
	top: 0;
	opacity: 0;
}
.container-featured-games .owl-nav .owl-prev,
.container-featured-games .owl-nav .owl-next{
	position: absolute;
	left: 0px;
	top: 0;
	width: 60px;
	height: 100%;
	cursor: pointer;
	background: url(img/g-arrow.png) no-repeat left center;
	background-size: 40px;
	opacity: 0.8;
	text-indent: -999px;
	margin: 0;
	padding: 0;
}.container-featured-games .owl-theme .owl-nav [class*=owl-]:hover{
	 background: url(img/g-arrow.png) no-repeat left center;
	 background-size: 40px;
 }
.container-featured-games .owl-nav .owl-next{
	left: auto;
	right: 0;
	transform: rotate(-180deg);
}
.container-featured-games:hover .owl-nav{
	opacity: 1;
}


/*
* internships
*/
.page-template-page-internships .featured-image{
	overflow: hidden;
}
.page-template-page-internships .featured-image img{
	width: 100%;
	max-width: 100%;
}
.page-template-page-internships img.fullWidth{
	width: 100%;
	max-width: 100%;
}
table.stayTuned{
	margin: auto;
}
table.stayTuned td{
	border-right: 1px solid #0C5391;
	padding: 0 80px;
}
table.stayTuned td:last-child{
	border-right:0;
}
table.stayTuned td h1{
	line-height: 40px;
}

/*
* page type careers type
*/
.careers-types-template-default .featured-image{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.careers-types-template-default .featured-image img{
	width: 100%;
	max-width: 100%;
}
/*.careers-types-template-default .featured-image .entry-content{*/
	/*position: absolute;*/
	/*bottom: 40px;*/
	/*left: 40px;*/
	/*color:#fff;*/
/*}*/
.careers-types-template-default .featured-image .entry-content {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0px;
	background: #f5f5f5;
	text-align: center;
}
.careers-types-template-default #main .block-content-main{
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
	margin-top: -20px;
}
.careers-types-template-default .featured-image .entry-content .titleFeatured{
	font-size: 55px;
	font-family: RobotoBold;
	color: #fff;
	top: -95px;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	text-align: left;
}
.careers-types-template-default .featured-image .entry-content .description{
	font-size: 18px;
	padding: 0 60px;
}
.careers-types-template-default .block-content{
	text-align: center;
}




/*
* where we are
*/
.container-where-we-are{
	position: relative;
	margin: auto;
	width: 1280px;
	height: 700px;
}
.container-where-we-are .studio{
	position: absolute;
}
.container-where-we-are .studio .point{
	content: "";
	position: absolute;
	top: -30px;
	left: 24px;
	right: 0;
	height: 6px;
	width: 6px;
	background: #fff;
	border-radius: 12px;
	z-index: 4;
}
/*.container-where-we-are .studio .point:after{*/
	/*content: '';*/
	/*position: absolute;*/
	/*top: -8px;*/
	/*left: -8px;*/
	/*right: 0;*/
	/*margin: auto;*/
	/*height: 28px;*/
	/*width: 28px;*/
	/*background: transparent;*/
	/*border-radius: 28px;*/
	/*border: 3px solid #fff;*/
	/*z-index: 2;*/
/*}*/
.container-where-we-are .studio .point:after{
	content: '';
	position: absolute;
	top: -3px;
	left: -2px;
	right: 0;
	margin: auto;
	height: 9px;
	width: 9px;
	border-radius: 22px;
	background: #4AB0B9;
	z-index: 2;
	box-shadow: 0px 1px 2px #000;
}
.container-where-we-are .studio.publishing-offices .point:after{
	background: #D8831F;
}
.container-where-we-are .studio .point:before{
	content: '';
	position: absolute;
	bottom: 5px;
	left: -285px;
	width: 300px;
	height: 10px;
	background: transparent;
	border-bottom: 1px solid #222;
	z-index: -1;
	display: none !important;
}
.container-where-we-are .studio:hover .point:before,
.container-where-we-are .studio .point:hover:before{
	display: block;
}
.container-where-we-are .studio a.studioName{
	background: #ececec;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 10px;
	text-transform: uppercase;
	border: 1px solid #00000080;
	color: #0062AB;
	position: relative;
	z-index: 99999;
	display: none;
}
.container-where-we-are .studio:hover a.studioName{
	display: block;
}
.container-where-we-are .studio a.studioName:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 24px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ececec;
	z-index: 2;
}
.container-where-we-are .studio a.studioName:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 24px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #00000080;
}

.container-where-we-are .studio .studio-icon{
	position: absolute;
	padding: 20px;
	width: 600px;
	height: 170px;
	top: 10px;
	left: 0;
	z-index: 5;
	text-align: center;
	display: none;
}
.container-where-we-are .studio:hover .studio-icon{
	display: block;
}
.container-where-we-are .studio .studio-icon img{
	max-width: 100%;
	max-height: 170px;
	width: auto;
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.container-where-we-are .studio .info{
	position: absolute;
	background: url(img/bg-info.jpg) no-repeat top right;
	background-size: cover;
	padding: 200px 20px 20px 20px;
	width: 600px;
	height: auto;
	/*bottom: 78px;*/
	bottom: 56px;
	left: -260px;
	z-index: 5;
	border:2px solid #069A89;
	display: none !important;
}
.container-where-we-are .studio .info:after{
	content: '';
	position: absolute;
	bottom: -35px;
	left: -3px;
	right: 0;
	width: calc(50% + 5px);
	height: calc(100% + 37px);
	background: transparent;
	border-left: 1px solid #222;
	z-index: -1;
}
.container-where-we-are .studio:hover .info{
	display: block;
}
/*
* testimonials slider
*/
.container-testimonials{
	padding: 0;
	overflow: hidden;
	width: 880px;
	margin: AUTO;
	max-width: 90%;
}
.testimonials.owl-carousel .owl-item img{
	width: 235px;
	height: 235px;
	max-width: initial;
	float: left;
}
.testimonials.owl-carousel .owl-item .content{
	float: left;
	padding: 0px 20px 0 30px;
	width: calc(100% - 235px);
	height: 235px;
	position: relative;
	text-align: left;
	/*background: url(img/bg-testimonial.jpg) no-repeat top right;*/
	background-size: 60px;
}
.testimonials.owl-carousel .owl-item .content .description{
	font-family: RobotoRegular;
	font-size: 20px;
	color:#95989A;
}
.testimonials.owl-carousel .owl-item .content .author{
	position: absolute;
	left: 30px;
	bottom: 0;
	color: #95989A;
}
.testimonials.owl-carousel .owl-item .content .author .name{
	text-transform: uppercase;
	font-family: RobotoBold;
	font-size: 25px;
}
.testimonials.owl-carousel .owl-item .content .author .position{
	font-family: RobotoLight;
	font-size: 20px;
}

.testimonials.owl-carousel .owl-item .item{
	margin: 6px 6px;
}
.testimonials.owl-carousel .owl-item.active .item{
	overflow: initial;
}
.testimonials.owl-carousel .owl-item .item{
	width: 860px !important;
}
/*.testimonials.owl-carousel .owl-item{*/
	/*transform: scale(0.9);*/
	/*transition: 0.3s;*/
/*}*/
/*.testimonials.owl-carousel .owl-item.active.center{*/
	/*transform: scale(1);*/
/*}*/


.testimonials.owl-carousel .owl-item .item .c-testimonial{
	box-shadow: 0px 1px 12px 0 rgba(51, 51, 51, 0.6);
	overflow: hidden;
	height: 312px;
	padding: 38px 6px 38px 26px;
}


/*new test margins*/
/*.testimonials.owl-carousel .owl-item .item .c-testimonial *{*/
	/*opacity: 0;*/
/*}*/
/*.testimonials.owl-carousel .owl-item.active .item .c-testimonial *{*/
	/*opacity: 1;*/
/*}*/
/*.testimonials.owl-carousel .owl-item.active.center .item .c-testimonial{*/
	/*margin: 0 -160px;*/
/*}*/
/*new test margins end*/


.testimonials.owl-theme .owl-dots .owl-dot span {
	width: 24px;
	height: 24px;
	margin: 10px;
	border: 1px solid #929597;
	background: transparent;
}
.testimonials.owl-theme .owl-dots .owl-dot.active span,
.testimonials.owl-theme .owl-dots .owl-dot:hover span{
	border: 1px solid #073967;
	background: #0e518e;
}
.testimonials.owl-theme .owl-nav{
	height: 0px;
	width: 100%;
	position: absolute;
	top: 30px;
	opacity:0;
}
.testimonials.owl-theme .owl-nav .owl-prev,
.testimonials.owl-theme .owl-nav .owl-next{
	left: 0px;
	text-indent: -9999px;
	width: 56px;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: #222;
	position: absolute;
	height: 300px;
}
.testimonials.owl-theme .owl-nav .owl-next{
	left: auto;
	right: 0px;
}
.testimonials.owl-theme .owl-nav .owl-prev:hover,
.testimonials.owl-theme .owl-nav .owl-next:hover{
	background: #0e518e;
}



/*
* page main slider
*/
.page-main-slider.owl-theme .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.page-main-slider.owl-theme .owl-dots .owl-dot span {
	width: 24px;
	height: 24px;
	margin: 10px;
	border: 0;
	background: #0e518e;
}
.page-main-slider.owl-theme .owl-dots .owl-dot.active span,
.page-main-slider.owl-theme .owl-dots .owl-dot:hover span{
	border: 0;
	background: #ffffff;
}
.page-main-slider.owl-theme .owl-nav{
	height: 100%;
	width: 0;
	/* position: absolute; */
	top: 0;
	margin: 0;
	opacity: 0;
}
.page-main-slider.owl-theme:hover .owl-nav {
	opacity: 1;
}
.page-main-slider.owl-theme .owl-nav .owl-prev,
.page-main-slider.owl-theme .owl-nav .owl-next{
	left: 10px;
	top: 0;
	height: 100%;
	text-indent: -9999px;
	width: 56px;
	border-radius: 0;
	background: url(img/s-arrow.png) no-repeat center center;
	position: absolute;
	margin: 0;
	padding: 0;
}
.page-main-slider.owl-theme .owl-nav .owl-next{
	right: 10px;
	left: auto;
	transform: rotate(-180deg);
}


/*games*/
.post-type-archive-games .games-popup{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	background: rgba(0,0,0,0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
.post-type-archive-games .games-popup .close{
	position: absolute;
	right: 100px;
	top: -60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	cursor: pointer;
	color: #95989a;
	text-align: center;
}
.post-type-archive-games .games-popup .next,
.post-type-archive-games .games-popup .prev{
	position: absolute;
	left: 10px;
	top: calc(100vh / 2 - 220px);
	width: 60px;
	height: 190px;
	cursor: pointer;
	background: url(img/g-arrow.png) no-repeat left top;
	background-size: contain;
	opacity: 0.8;
}
.post-type-archive-games .games-popup .next{
	right: 10px;
	left:auto;
	transform: rotate(-180deg);
}
.post-type-archive-games .games-popup.active{
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s, visibility 0.3s;
	overflow: auto;
}
.post-type-archive-games .games-popup .next:hover,
.post-type-archive-games .games-popup .prev:hover{
	opacity: 1;
}

.post-type-archive-games .games{
	width: 100%;
	overflow: hidden;
	padding: 0 80px;
}
.post-type-archive-games .games .game-cover{
	width: calc(25% - 20px);
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.post-type-archive-games .games .game-cover *{
	transition: 0.3s;
}
.post-type-archive-games .games .game-cover img{
	width: 100%;
	max-width: 100%;
	height: auto;
	user-select: none;
	cursor: pointer;
}
.post-type-archive-games .games .game-cover .title{
	position: absolute;
	bottom: 0;
	padding: 20px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.post-type-archive-games .games .game-cover .description,
.post-type-archive-games .games .game-cover .gallery,
.post-type-archive-games .games .game-cover .trailer,
.post-type-archive-games .games .game-cover .website{
	display: none;
}
.post-type-archive-games .games .game-cover:hover img{
	transform: scale(1.1);
}
.post-type-archive-games .games .game-cover:hover .title{
	background: rgba(0,0,0,0.8);
}

.post-type-archive-games .games-popup .game-content{
	margin: 100px auto 40px;
	top: 0;
	left: 0;
	right: 0;
	width: calc(100% - 200px);
	max-width: 1360px;
	padding: 0 100px;
	position: relative;
}
.post-type-archive-games .games-popup .game-content .main .gallerySlide{
	display: none;
}
.post-type-archive-games .games-popup .game-content .main.gallerySlider .cover,
.post-type-archive-games .games-popup .game-content .main.gallerySlider .info,
.post-type-archive-games .games-popup .game-content .main.gallerySlider .more-info{
	display: none;
}
.post-type-archive-games .games-popup .game-content .main.gallerySlider .gallerySlide{
	display: block;
	padding: 20px 120px;
}

.post-type-archive-games .games-popup .game-content .main.gallerySlider .gallerySlide img{
	width: 100%;
	max-width: 100%;
}

.post-type-archive-games .games-popup .game-content .cover{
	float: left;
	overflow: hidden;
	width: 30%;
}
.post-type-archive-games .games-popup .game-content .cover img{
	width: 100%;
	max-width: 100%;
	border:1px solid #c4c4c4;
}
.post-type-archive-games .games-popup .game-content .info{
	float: left;
	width: 70%;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.post-type-archive-games .games-popup .game-content .more-info{
	float: left;
	clear: both;
	padding: 20px 60px;
	width: 100%;
}
.post-type-archive-games .games-popup .game-content .info .title{
	font-size: 44px;
	text-transform: uppercase;
	color: #fff;
	line-height: 44px;
	margin-bottom: 30px;
}
.post-type-archive-games .games-popup .game-content .info .description{
	color:#e8e8e8;
	font-size: 20px;
	line-height: 24px;
}

.post-type-archive-games .games-popup .game-content .more-info .links{
	float: right;
	padding: 20px;
}
.post-type-archive-games .games-popup .game-content .more-info .links a{
	height: 32px;
	line-height: 28px;
	border: 2px solid #c4c4c4;
	color: #fff;
	width: 160px;
	margin: 8px 0;
	display: block;
	border-radius: 4px;
	text-align: center;
}
.post-type-archive-games .games-popup .game-content .more-info .pics{
	float: left;
	width: calc(100% - 200px);
	height: 130px;
	overflow: hidden;
}
.post-type-archive-games .games-popup .game-content .more-info .pics img{
	max-width: 100%;
	max-height: 100%;
	float: left;
	margin-right: 20px;
}

/*studios*/
.post-type-archive-publishing-houses .studios,
.post-type-archive-studios .studios{
	width: 100%;
	overflow: hidden;
}
.post-type-archive-publishing-houses .studios .studio-cover,
.post-type-archive-studios .studios .studio-cover{
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}
.post-type-archive-publishing-houses .studios .studio-cover *,
.post-type-archive-studios .studios .studio-cover *{
	transition: 0.3s;
}
.post-type-archive-publishing-houses .studios .studio-cover a,
.post-type-archive-studios .studios .studio-cover a{
	display: block;
	position: relative;
	overflow: hidden;
}
.post-type-archive-publishing-houses .studios .studio-cover a > img,
.post-type-archive-studios .studios .studio-cover a > img{
	width: 100%;
	max-width: 100%;
	height: auto;
	user-select: none;
	cursor: pointer;
}
.post-type-archive-publishing-houses .studios .studio-cover:hover a > img,
.post-type-archive-studios .studios .studio-cover:hover a > img{
	transform: scale(1.1);
}
.post-type-archive-publishing-houses .studios .studio-cover .logo,
.post-type-archive-studios .studios .studio-cover .logo{
	position: absolute;
	top: 10%;
	left: 0;
	text-align: center;
	width: 100%;
	max-height: 80%;
	height: 100%;
}
.post-type-archive-publishing-houses .studios .studio-cover .logo img,
.post-type-archive-studios .studios .studio-cover .logo img{
	max-width: 80%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.post-type-archive-publishing-houses .studios .studio-cover .logo .title,
.post-type-archive-studios .studios .studio-cover .logo .title{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

/*popup*/
#popupPage{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	background: rgba(255,255,255,0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
#popupPage .close{
	position: absolute;
	top: 18px;
	right: 10px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
}
#popupPage .close:hover{
	opacity: 0.5;
}
#popupPage.active{
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s, visibility 0.3s;
	overflow: auto;
}

#popupPage .p-content{
	margin: auto;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	height: 440px;
	width: 600px;
	padding: 0px;
	background: #fff;
	box-shadow: 2px 2px 10px 0;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	border-radius: 6px;
}
#popupPage .p-content iframe{
	width: 100%;
	height: 100%;
	border: 0px;
}


/*single studio*/
.single-studios .about-studio-blocks{
	background: #F5F5F5;
	padding: 40px 100px;
	font-family: HelveticaNeue;
	font-size: 15px;
	color: #888888;
}
.single-studios .about-studio-blocks ul,
.single-studios .about-studio-blocks ol{
	margin-left: 40px;
}
.single-studios .about-studio-blocks h2{
	margin-bottom: 16px;
	font-size: 30px !important;
}

.single-studios .about-studio-blocks > table{
	width: 100%;
}
.single-studios .about-studio-blocks > table td{
	margin-bottom: 10px;
}
.single-studios .about-studio-blocks > table td:first-child{
	padding:10px 40px 40px 10px;
	width: 50%;
	vertical-align: top;
}
.single-studios .about-studio-blocks > table td:last-child{
	padding:10px 10px 40px 40px;
	width: 50%;
	vertical-align: top;
}
.single-studios .about-studio-blocks > table td > img{
	width: 100%;
	max-width: 100%;
}

.single-studios .perks-studio-blocks{
	padding: 20px;
	width: 1020px;
	margin: auto;
	max-width: 100%;
	box-sizing: border-box;
}
.single-studios .perks-studio-blocks .gallery-perks {
	overflow: hidden;
	width: 960px;
	margin: auto;
	max-width: 100%;
	text-align: center;
}
.single-studios .perks-studio-blocks .gallery-perks .item{
	width: calc(33.33% - 140px);
	padding: 0;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	margin: 20px 70px;
	line-height: 18px;
	min-height: 232px;
}
.single-studios .perks-studio-blocks .gallery-perks .item img{
	max-width: 100%;
	margin:0 0 10px 0;
}

.single-studios.postid-18 .perks-studio-blocks .gallery-perks .item:nth-last-child(-n+3){
	min-height: 300px;
}

.single-studios .studio-jobs{
	display: none;
	background: #F5F5F5;
}


/* footer */
.site-footer .expanding-team {
	width: 100%;
	overflow: hidden;
	padding: 8px 10px;
	font-size: 42px;
	background: url(img/bg-expanding.png) repeat-x;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}
.site-footer .expanding-team span{
	display: inline-block;
}
.site-footer .expanding-team .join-us-btn{
	display: block;
    border-radius: 4px;
    height: 60px;
    line-height: 50px;
    border: 5px solid #fff;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    margin: 10px auto;
    font-size: 22px;
    width: 190px;
}
.site-footer .menu-container{
	padding: 10px 0px 20px 0px;
	overflow: hidden;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.site-footer .menu-container .logo{
	background: url(img/logo-footer.png) no-repeat;
	background-size: contain;
	width: 92px;
	height: 102px;
	float: left;
	margin: 16px 60px 0 60px;
}
.site-footer .menu-container .logo a{
	display: block;
	width: 100%;
	height:100%;
}

.site-footer .menu-container .menu{
	border-left:1px solid #E5E5E5;
	float: left;
	width: calc((100% - 512px)/3);
	min-height: 130px;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	margin-top: 16px;
	color:#363636;
}
.site-footer .menu-container .menu.social{
	width: 299px;
	padding: 0 28px;
}
.site-footer .menu-container .menu .title{
	width: 100%;
	height: 34px;
	margin: 0;
	font-family: HelveticaNeue-Bold;
	font-size: 14px;
	text-transform: uppercase;
}
.site-footer .menu-container .menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .menu-container .menu ul li
{
	float: left;
	width: 50%;
	padding: 0px;
	line-height: 20px;
}
.site-footer .menu-container .menu ul li.oneLineHeight{
	height: 21px;
}
.site-footer .menu-container .menu .featuredGames li{
	width: 100%;
}
.site-footer .menu-container .menu ul li a
{
	color:#363636;
	font-size: 14px;
}
.site-footer .menu-container .menu a:hover,
.site-footer .menu-container .menu .current-menu-item > a
{
	text-decoration: underline;
}

.social .follow-us{
	text-indent:-9999px;
	float: left;
	display: inline-block;
	margin: 5px;
	background: url(img/icons-follow.png);
	opacity:0.9;
	width: 50px;
	height: 64px;
}
.social .follow-us:hover{
	opacity: 1;
}
.social .tw-icon{
	background-position: -10px center;
}
.social .fb-icon{
	background-position: -64px center;
}
.social .in-icon{
	background-position: -118px center;
}
.social .instagram-icon{
	background: url(img/icon-instagram.png) no-repeat center 12px;
}

.site-footer .site-info{
	color: #868686;
	text-align: center;
	padding: 8px 0 16px 0;
	border-top: 1px solid #E5E5E5;
	font-size: 12px;
}

.site-header-main .right-block .social {
	transform: scale(0.54);
	transform-origin: right bottom;
	margin-top: 1px;
	margin-right: 20px;
	margin-left: -100px;
}

/*end footer*/




/*
* Search jobs
*/
.featured-image{
	position: relative;
}
#main #search-title{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	height: 55px;
	line-height: 55px;
	padding: 0;
	font-size: 55px;
}
#search-container{
	overflow: hidden;
	position: relative;
}
.noJobs{
	max-width: 540px;
	padding: 20px;
	text-align: center;
	margin: auto;
	color:#FA513D;
}
#search-container.loading:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background:  url(img/loading.svg) no-repeat center 100px rgba(0, 0, 0, 0.6);
	z-index: 1;
}

#search-filters {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	outline: none;
	width: 100%;
	padding-top: 70px;
}
#search-filters .filter-container{
	float: left;
	margin-right: 4px;
	width: calc(18% - 4px);
	border: 2px solid #0062AB;
	border-radius: 4px;
	box-sizing: border-box;
	height: 32px;
}
#search-filters .filter-container.submit-container{
	margin-right: 0;
	width: 10%;
}
#search-filters .filter-container input,
#search-filters .filter-container select{
	padding: 0 10px;
	margin: 0;
	height: 28px;
	border: 0;
	display: block;
	background: #fff;
	font-size: 12px;
	width: 100%;
}
#search-filters .filter-container input[type='submit']{
	background: #0062AB;
}
#search-result{
	position: relative;
}
#search-result .count-results{
	font-family: 'HelveticaNeue-Light';
	position: absolute;
	top: -124px;
	left:0px;
	color:#95989A;
	font-size: 22px;
	font-weight: normal;
}
#search-result .pagination{
	margin: 0;
	position: absolute;
	top: -90px;
}
#search-result .pagination a{
	font-family: RobotoRegular;
	padding: 2px 10px;
	margin: 0 2px;
	color: #404040;
	font-size: 14px;
}
#search-result .pagination a:hover,
#search-result .pagination a.currentPage{
	border-bottom: 2px solid #404040;
}


#searchResultSingleJobDescDiv{
	width:100%;
}
#searchResultSingleJobDescDiv .singleJobDescDiv{
}
#searchResultSingleJobDescDiv .contentDesc h1{
	margin: 20px 0;
	padding: 0 100px;
	font-size: 55px;
	line-height: 55px;
}
#searchResultSingleJobDescDiv .attributes{
	background: #f1f6fa;
	overflow: hidden;
	padding: 10px 100px;
	margin-bottom: 20px;
}
#searchResultSingleJobDescDiv .attribute{
	float: left;
	padding-right: 50px;
}

#searchResultSingleJobDescDiv .attribute span.jobAttrTitle{
	color: #3E3E3E;
	font-size: 20px;
	font-family: RobotoBold;
	float: left;
	text-transform: uppercase;
}
#searchResultSingleJobDescDiv .attribute span{
	clear: both;
	float: left;
	font-size: 15px;
	color: #5D5D5D;
	font-family: RobotoRegular;
}
#searchResultSingleJobDescDiv .attribute.apply{
	float: right;
	margin-right:-100px;
}
#searchResultSingleJobDescDiv .attribute.apply a{
	margin: 12px 0;
	display: block;
	background: #0062AB;
	padding: 6px 22px;
	font-family: GothamBold;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,.2);
}

#searchResultSingleJobDescDiv div.as-singleJobDesc {
	padding: 0 100px;
}
#searchResultSingleJobDescDiv div.as-singleJobDesc *{
	font-size: 15px !important;
	font-family: RobotoRegular !important;
}
#searchResultSingleJobDescDiv div.as-singleJobDesc > b{
	font-size: 30px !important;
	font-family: RobotoBold !important;
}

#searchResultSingleJobDescDiv #jobDescCopyright {
	clear: both;
	color: #aaaaaa;
	font-size: 11px;
	padding: 10px 100px;
}


.page-main-slider .item-video {
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.page-main-slider .item-video .video-overlay {
	display: none;
	width: 100%;
	height: auto;
	max-width: 100%;
	background: url(img/playVideo.png) no-repeat center center rgba(0, 0, 0, 0.4);
	z-index: 99;
	cursor: pointer;
}
.page-main-slider .item-video .video-overlay.active{
	display:block;
}

@keyframes videoAnimate {
	0%   {opacity: 0;margin-top: -200px;}
	100% {opacity: 1;margin-top: 0px;}
}
@keyframes videoDisableAnimate {
	0%   {opacity: 1;margin-top: 0px;}
	100% {opacity: 0;margin-top: -200px;}
}
.page-main-slider .item video {
	display: none;
	height: auto !important;
	max-height: initial !important;
	opacity: 0;
}
.page-main-slider .item video.active{
	display: inline-block;
	opacity: 1;
	animation-name: videoAnimate;
	animation-duration: 0.4s;
}
.page-main-slider .item video.active.disabled{
	animation-name: videoDisableAnimate;
	animation-duration: 0.3s;
}





@media screen and (max-width: 1280px) {

	footer .social .follow-us{
		margin: 0 8px;
	}
	footer .social .in-icon{
		clear: both;
	}

	article .entry-content{
		padding: 0 20px;
	}

	.single-studios .about-studio-blocks{
		padding: 20px;
	}
	.single-studios .about-studio-blocks > table td:first-child,
	.single-studios .about-studio-blocks > table td:last-child{
		padding: 10px 30px 30px 10px;
	}

	.site-footer .menu-container .logo{
		margin: 16px 15px 0 15px;
	}
	.site-footer .menu-container .menu{
		width: calc((100% - 334px)/3);
		padding: 5px 15px;
	}
	.site-footer .menu-container .menu.social{
		width: 212px;
		padding: 0 15px;
	}

	.site-header-main .right-block .search .search-input{
		width: 212px;
	}
}




@media screen and (max-width: 980px) {

	.site-header-main .right-block .social {
		display: none;
	}

	.testimonials.owl-carousel .owl-item{
		transform: scale(1);
	}
	.testimonials.owl-carousel .owl-item .item{
		width: auto !important;
		margin: 6px 20px;
	}
	.testimonials.owl-carousel .owl-item .item .c-testimonial{
		height: auto;
	}

	.testimonials.owl-carousel .owl-item .item .c-testimonial{
		text-align: center;
	}
	.testimonials.owl-carousel .owl-item img{
		float: initial;
		display: inline-block;
	}
	.testimonials.owl-carousel .owl-item .content {
		padding: 30px 0px 0 0px;
		width: 100%;
		text-align: left;
	}
	.testimonials.owl-carousel .owl-item .content .author {
		position: initial;
		margin-top: 10px;
	}
	.testimonials.owl-carousel .owl-item .content{
		height: auto;
	}

	#main .block-content.type-default{
		padding: 0 20px 20px;
	}

	/*job page*/
	#searchResultSingleJobDescDiv .contentDesc h1{
		font-size: 30px;
		line-height: 30px;
		padding: 0 20px;
	}
	#searchResultSingleJobDescDiv .attribute.apply{
		width: 50%;
	}
	#searchResultSingleJobDescDiv .attribute.apply a{
		display: inline-block;
	}
	#searchResultSingleJobDescDiv .attribute span.jobAttrTitle{
		font-size: 18px;
	}
	#searchResultSingleJobDescDiv div.as-singleJobDesc > b{
		font-size: 24px;
	}

	/*footer*/
	.site-footer .expanding-team{
		font-size: 30px;
	}
	#search-result .count-results{
		font-size: 18px;
	}
	table.recent10 thead tr{
		font-size: 12px;
	}

	/*search page*/
	#main #search-title{
		font-size: 30px;
	}



	#page{
		overflow-x: hidden;
	}


	#main h1 {
		font-size: 24px;
	}
	.single-studios .about-studio-blocks h2{
		font-size: 24px !important;
	}
	.single-studios .about-studio-blocks{
		font-size: 14px;
	}

	#main h2{
		font-size: 20px;
	}

	#main h3{
		font-size: 16px;
	}

	#main .entry-content {
		font-size: 16px;
	}

	.site-header-main .right-block {
		margin-right: 40px;
		max-width: calc(100% - 140px);
	}
	.site-header-main .right-block .search .search-input{
		max-width: calc(100% - 42px);
	}
	.site-header-main .right-block .search {
		margin-top: 40px;
		width: 100%;
	}

	.site-header-main .mobile-menu-btn{
		display: block;
		position: absolute;
		right: 4px;
		top: 38px;
		width: 32px;
		height: 32px;
		z-index: 20;
	}

	.site-header-main .mobile-menu-btn span{
		margin: 15px auto 0;
		width: 22px;
		background: #ced6e0;
		height: 4px;
		border-radius: 8px;
		display: block;
		-webkit-transition-duration: 200ms;
		transition-duration: 200ms;
	}

	.site-header-main .mobile-menu-btn span:after,
	.site-header-main .mobile-menu-btn span:before
	{
		content: '';
		position: absolute;
		top: 6px;
		width: 22px;
		background: #ced6e0;
		height: 4px;
		border-radius: 8px;
		display: block;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}

	.site-header-main .mobile-menu-btn span:after{
		top: 24px;
	}

	.site-header-main .mobile-menu-btn.open span {
		background: transparent;
	}
	.site-header-main .mobile-menu-btn.open span:before{
		transform: rotate(45deg);
		top: 16px;
	}
	.site-header-main .mobile-menu-btn.open span:after{
		transform: rotate(-45deg);
		top: 16px;
	}

	.site-header-main{
		overflow: initial;
	}
	.site-header-main .site-branding {
		padding: 0 10px;
		position: relative;
		height: 90px;
		overflow: initial;
	}
	.site-header-main .logo {
		width: 70px;
		height: 70px;
		margin: 10px;
	}
	.site-header-main .menu{
		position: fixed;
		top: 91px;
		background: #fff;
		height: calc(100vh - 90px);
		overflow: auto;
		padding: 10px;
		right: -240px;
		z-index: 1000;
		transition: 0.3s;
	}
	body.logged-in .site-header-main .menu{
		top: 123px;
	}
	.site-header-main .menu #menu-topnavigation {
		margin: 0;
	}
	.site-header-main .menu #menu-topnavigation li {
		float: none;
	}

	body.mobileMenuActive{
		overflow: hidden;
		height: 100vh;
	}
	body.mobileMenuActive #page{
		overflow: hidden;
		height: 100vh;
	}
	body.mobileMenuActive .site-header-main .menu{
		right: 0px;
	}



	/*.page-main-slider .item video{*/
	/*max-height: 400px;*/
	/*}*/
	.page-main-slider.owl-theme .owl-nav{
		display: none;
	}

	.careers-expertise {
		width: 100%;
		margin-bottom: -20px;
	}
	.careers-expertise .expertise-cover {
		height: 100px;
	}
	.careers-expertise .expertise-cover3 {
		width: 50%;
	}
	.careers-expertise .expertise-cover a > img {
		min-height: 170px;
	}
	.careers-expertise .expertise-cover .logo .title {
		font-size: 18px;
		line-height: 22px;
	}

	.careers-types-template-default .featured-image .entry-content .titleFeatured{
		font-size: 30px;
		top: -65px;
	}
	.careers-types-template-default .featured-image .entry-content .description{
		padding: 0px;
		font-size: 16px;
	}

	.careers-locations .studio-cover .logo .title{
		font-size: 24px;
	}


	.single-studios .perks-studio-blocks .gallery-perks .item {
		width: calc(33.33% - 80px);
		margin: 20px 40px;
	}

	.post-type-archive-games .games {
		padding: 0 10px;
	}
	.post-type-archive-games .games-popup .game-content {
		margin: 56px 0px;
		width: auto;
		padding: 0 40px;
		overflow: auto;
		height: calc(100% - 120px);
	}
	.post-type-archive-games .games-popup .game-content .more-info {
		padding: 20px 0px;
	}
	.post-type-archive-games .games-popup .game-content .info .title{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.post-type-archive-games .games-popup .next{
		right: 0;
	}
	.post-type-archive-games .games-popup .prev{
		left:0;
	}
	.post-type-archive-games .games-popup .close {
		right: 0px;
		top: -20px;
	}


	table.stayTuned {
		width: 100%;
	}
	table.stayTuned td {
		padding: 0;
	}

	.site-footer .menu-container{
		display: none;
	}


	.post-type-archive-games .games-popup .next,
	.post-type-archive-games .games-popup .prev {
		width: 60px;
		height: 150px;
		background: url(img/g-arrow.png) no-repeat left center;
		background-size: 34px;
		opacity: 0.8;
		top:30%;
	}

	table.recent10{
		table-layout: initial;
	}
	table.recent10 tr.titleRow td:nth-child(3),
	table.recent10 tr.titleRow td:nth-child(4),
	table.recent10 tr.titleRow td:nth-child(5){
		white-space: nowrap;
	}

	#search-filters .filter-container{
		width: calc(17% - 4px);
	}
	#search-filters .filter-container.submit-container{
		width: 15%;
	}

	#searchResultSingleJobDescDiv .contentDesc h1,
	#searchResultSingleJobDescDiv div.as-singleJobDesc{
		padding: 0 20px;
	}
	#searchResultSingleJobDescDiv .attributes{
		padding: 10px 20px;
	}
	#searchResultSingleJobDescDiv .attribute{
		width: 50%;
	}
	#searchResultSingleJobDescDiv .attribute.apply a{
		display: inline-block;
	}
}


@media screen and (max-width: 780px) {
	body.logged-in .site-header-main .menu{
		top: 137px;
	}
}
@media screen and (max-width: 768px) {

	.site-header-main .menu .social .follow-us{
		margin:0px 8px;
		height: 60px;
	}
	.site-header-main .menu .social .in-icon{
		clear: both;
	}

	.single-studios .about-studio-blocks > table td{
		display: block;
		width: 100% !important;
		padding: 10px 0 !important;
	}
	.single-studios .about-studio-blocks > table tr:nth-child(2) {
		display: -webkit-box;
		-webkit-flex-direction: column;
		display: -moz-box;
		-moz-flex-direction: column;
		display: -ms-flexbox;
		-ms-flex-direction: column;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.single-studios .about-studio-blocks > table tr:nth-child(2) td:first-child {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	#searchResultSingleJobDescDiv #jobDescCopyright{
		padding: 10px 20px;
		text-align: center;
	}
	#searchResultSingleJobDescDiv .attribute.apply{
		margin-right:0;
	}



	#main #search-title{
		font-size: 24px;
	}
	#search-filters .filter-container,
	#search-filters .filter-container.submit-container{
		width: calc(50% - 4px);
		margin: 2px;
	}
	#search-result .pagination{
		top: -170px;
	}
	#search-result .count-results {
		top: -200px;
	}

	.single-studios .perks-studio-blocks .gallery-perks .item {
		width: calc(50% - 40px);
		margin: 20px 20px;
		float: left;
	}
	.single-studios .perks-studio-blocks .gallery-perks .item:nth-child(2n+1){
		clear: both;
	}

	.container-where-we-are {
		height: 400px;
		transform: scale(0.6);
		transform-origin: left top;
	}
	#main .container-where-we-are  h1{
		padding-bottom: 0;
	}
	.container-where-we-are .continent,
	.container-where-we-are .c-continent{
		overflow: hidden;
		clear: both;
	}

	.container-where-we-are .continent h1{
		background: #0062AB;
		color:#fff !important;
	}
	.container-where-we-are .studio-item {
		overflow: hidden;
		float: left;
		width: 50%;
		text-transform: uppercase;
		min-height: 42px;
		padding: 10px;
		border-top: 2px solid #404040;
	}
	.container-where-we-are .studio-item:nth-child(1),
	.container-where-we-are .studio-item:nth-child(2)
	{
		border-top: 0px solid #404040;
	}
	.container-where-we-are .studio-item:nth-child(2n){
		border-left: 1px solid #404040;
	}
	.container-where-we-are .studio-item:nth-child(2n+1){
		border-right: 1px solid #404040;
	}
	.container-where-we-are .c-continent:last-child{
		border-bottom: 2px solid #404040;
	}
	.container-where-we-are .studio-item a {
		color: #888888;
	}

	.home-blocks .home-block .internships-btn,
	.home-slider-btn {
		font-size: 16px;
		padding: 5px 18px;
	}
	.home-slider-btn{
		width: 164px;
		height: 42px;
	}


	.post-type-archive-games .games .game-cover{
		width: calc(50% - 20px);
	}

	.site-footer .expanding-team{
		font-size: 22px;
	}
	.site-footer .expanding-team .join-us-btn{
		height: 44px;
		line-height: 44px;
		font-size: 18px;
	}


	.post-type-archive-games .games-popup .game-content .main.gallerySlider .gallerySlide {
		padding: 20px 102px;
	}


	.careers-types-template-default .featured-image .entry-content .titleFeatured{
		font-size: 18px;
		top: -44px;
		line-height: 20px;
	}
	#main h1{
		font-size: 20px;
	}
	.single-studios .about-studio-blocks h2{
		font-size: 20px !important;
	}

	#main h2{
		font-size: 18px;
	}

	#main h3{
		font-size: 14px;
	}

	.careers-locations .studio-cover .logo .title{
		font-size: 20px;
		line-height: 24px;
	}
}


@media screen and (max-width: 980px){
	.mobile .container-where-we-are {
		height: auto !important;
		transform: scale(1) !important;;
		transform-origin: left top !important;;
		width: auto !important;;
	}
}
@media screen and (max-width: 567px){

	#searchResultSingleJobDescDiv .attribute.apply,
	#searchResultSingleJobDescDiv .attribute{
		width: 100%;
	}

	.page-main-slider.owl-theme .owl-dots{
		display: none;
	}

	table.recent10 tbody tr td{
		padding: 2px 5px;
	}
	.post-type-archive-games .games-popup .game-content .main.gallerySlider .gallerySlide{
		padding: 20px 20px;
	}

	#main .block-content{
		padding: 0 10px 10px;
	}
	#main .block-content.type-default{
		padding: 0 10px 10px;
	}

	.careers-locations .studio-cover {
		width: 50%;
		height: 74px;
	}
}