@charset "UTF-8";
body.fancybox-active {
	overflow: hidden;
}
body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
	box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}
.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}
.fancybox-slide--image {
	overflow: visible;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}
.fancybox-slide--next {
	z-index: 99995;
}
.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}
.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, 0.6);
	transition: color 0.3s ease;
	cursor: pointer;
	outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: 0.6;
}
.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}
.fancybox-button--share svg path {
	stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
	display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}
.fancybox-button--zoom svg path {
	fill: transparent;
}
.fancybox-navigation {
	display: none;
}
.fancybox-show-nav .fancybox-navigation {
	display: block;
}
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}
.fancybox-navigation button:before {
	content: '';
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}
.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}
.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color 0.25s;
	box-sizing: border-box;
	z-index: 2;
}
.fancybox-close-small:focus {
	outline: none;
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		rgba(0, 0, 0, 0.1) 20%,
		rgba(0, 0, 0, 0.2) 40%,
		rgba(0, 0, 0, 0.6) 80%,
		rgba(0, 0, 0, 0.8) 100%
	);
	pointer-events: none;
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative;
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate 0.8s infinite linear;
	animation: fancybox-rotate 0.8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
p.fancybox-share__links {
	margin-right: -10px;
}
.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all 0.2s;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}
.fancybox-thumbs-x > ul {
	overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}
.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-thumbs > ul > li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}
body {
	padding: 0;
	margin: 0;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	display: block;
	margin: 30px 0;
}
.hidden {
	opacity: 0;
}
.clear {
	clear: both;
}
.left-align {
	text-align: left !important;
}
.center-align {
	text-align: center !important;
}
.right-align {
	text-align: right !important;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 -20px 20px;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row > .col {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row > .col.m {
	-ms-flex-item-align: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
	-ms-align-items: center !important;
	align-items: center !important;
}
.row > .col.b {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.row > .col.s12 {
	width: 100%;
}
.row > .col.s11 {
	width: 91.66%;
}
.row > .col.s10 {
	width: 83.33%;
}
.row > .col.s9 {
	width: 75%;
}
.row > .col.s8 {
	width: 66.66%;
}
.row > .col.s7 {
	width: 58.33%;
}
.row > .col.s6 {
	width: 50%;
}
.row > .col.s5 {
	width: 41.66%;
}
.row > .col.s4 {
	width: 33.33%;
}
.row > .col.s3 {
	width: 25%;
}
.row > .col.s2 {
	width: 16.66%;
}
.row > .col.s1 {
	width: 8.33%;
}
@media screen and (max-width: 1050px) {
	.row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.row > .col {
		width: 100% !important;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.fluid {
	width: 100%;
}
img.fluid {
	display: block;
}
.btn,
button,
input[type='submit'] {
	background: #ddd;
	color: #000;
	text-align: center;
	padding: 0 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 50px;
	cursor: pointer;
}
.btn:hover,
button:hover,
input[type='submit']:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.btn.fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}
@media screen and (min-width: 1051px) {
	div.menu > ul,
	ul.menu {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.menu::after,
	div.menu > ul::after {
		content: '';
		display: block;
		clear: both;
	}
	ul.menu li,
	div.menu > ul li {
		display: block;
		float: left;
		position: relative;
	}
	ul.menu li a,
	div.menu > ul li a {
		display: block;
		line-height: 40px;
		color: #fff;
		text-decoration: none;
		padding: 0 30px;
	}
	ul.menu .current-menu-item a,
	ul.menu .current_page_item a,
	ul.menu li:hover > a,
	div.menu > ul .current-menu-item a,
	div.menu > ul .current_page_item a,
	div.menu > ul li:hover > a {
		text-decoration: none;
	}
	ul.menu ul,
	div.menu > ul ul {
		display: none;
		margin: 0;
		padding: 0;
	}
	ul.menu li:hover > ul,
	div.menu > ul li:hover > ul {
		display: block;
		width: 100%;
		max-width: 300px;
		min-width: 160px;
		position: absolute;
		background: #000;
	}
	ul.menu li:hover > ul li,
	div.menu > ul li:hover > ul li {
		float: none;
	}
	ul.menu li:hover > ul li a,
	div.menu > ul li:hover > ul li a {
		display: block;
		line-height: 45px;
		padding: 0 30px;
	}
	ul.menu ul li a:hover,
	div.menu > ul ul li a:hover {
		color: #fff;
		background: #333;
	}
}
.message-success {
	background: #7cb342;
	padding: 15px 25px;
	color: #fff;
	margin: 10px 0;
	display: none;
}
label {
	display: block;
}
input[type='text'],
input[type='email'],
input[type='tel'],
select,
textarea {
	font-family: 'Arial', sans-serif;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	height: 41px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 97px;
	padding: 8px 10px;
}
.only-mobile {
	display: none;
}
#toggle {
	display: none;
	width: 28px;
	height: 30px;
	margin: 0 auto 10px;
	position: absolute;
	top: 0;
	z-index: 999;
}
#toggle span:after,
#toggle span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after {
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
	-webkit-transform: translateY(14px);
	-ms-transform: translateY(14px);
	transform: translateY(14px);
}
#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 2px;
	background-color: #888;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}
#toggle.on span {
	background-color: transparent;
}
#toggle.on span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
	opacity: 1;
	visibility: visible;
}
#mobile_menu {
	display: none;
}
#sticky_footer {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 50px;
	z-index: 99;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}
#sticky_footer a + a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#sticky_footer a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#sticky_footer a:hover {
	background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1050px) {
	.only-mobile {
		display: block;
	}
	.only-desktop {
		display: none;
	}
	#toggle,
	#mobile_menu {
		display: block;
	}
	#navigation {
		display: none;
	}
	#mobile_menu .menu a {
		font-family: 'Brandon Grotesque';
		font-size: 14px;
		text-transform: uppercase;
		color: #2d2427;
	}
	.slideout-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 256px;
		min-height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 0;
		display: none;
		background: #e9e9e9;
		-webkit-box-shadow: inset -1px 0 6px -5px #000;
		box-shadow: inset -1px 0 6px -5px #000;
	}
	.slideout-menu-left {
		left: 0;
	}
	.slideout-menu-right {
		right: 0;
	}
	.slideout-panel {
		position: relative;
		z-index: 1;
		will-change: transform;
		background-color: #fff;
		min-height: 100vh;
	}
	.slideout-open,
	.slideout-open body,
	.slideout-open .slideout-panel {
		overflow: hidden;
	}
	.slideout-open .slideout-menu {
		display: block;
	}
	.slideout-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.slideout-menu ul li {
		display: block;
	}
	.slideout-menu ul li a {
		display: block;
		padding: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	#sticky_footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
form p {
	position: relative;
}
form .error-msg {
	background: #d11900;
	color: #fff;
	padding: 0 6px;
	position: absolute;
	right: 0;
	font-size: 14px;
}
.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
	animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@-webkit-keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes slide-in-blurred-top {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}
.swing-in-right-fwd {
	-webkit-animation: swing-in-right-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
	animation: swing-in-right-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@-webkit-keyframes swing-in-right-fwd {
	0% {
		-webkit-transform: rotateY(-100deg);
		transform: rotateY(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}
@keyframes swing-in-right-fwd {
	0% {
		-webkit-transform: rotateY(-100deg);
		transform: rotateY(-100deg);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-origin: right;
		transform-origin: right;
		opacity: 1;
	}
}
.fade-in-bck {
	-webkit-animation: fade-in-bck 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in-bck 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in-bck {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes fade-in-bck {
	0% {
		-webkit-transform: translateZ(80px);
		transform: translateZ(80px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
.flip-in-hor-top {
	-webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes flip-in-hor-top {
	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}
@keyframes flip-in-hor-top {
	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}
.slide-in-bck-tr {
	-webkit-animation: slide-in-bck-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-bck-tr 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-bck-tr {
	0% {
		-webkit-transform: translateZ(700px) translateY(-300px) translateX(400px);
		transform: translateZ(700px) translateY(-300px) translateX(400px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-bck-tr {
	0% {
		-webkit-transform: translateZ(700px) translateY(-300px) translateX(400px);
		transform: translateZ(700px) translateY(-300px) translateX(400px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
}
.slide-in-bck-bl {
	-webkit-animation: slide-in-bck-bl 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-bck-bl 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-bck-bl {
	0% {
		-webkit-transform: translateZ(700px) translateY(300px) translateX(-400px);
		transform: translateZ(700px) translateY(300px) translateX(-400px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-bck-bl {
	0% {
		-webkit-transform: translateZ(700px) translateY(300px) translateX(-400px);
		transform: translateZ(700px) translateY(300px) translateX(-400px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
		opacity: 1;
	}
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
	visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 0.2s top, 0.2s -webkit-transform;
	transition: 0.2s top, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top;
	transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s left, 0.2s -webkit-transform;
	transition: 0.2s left, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left;
	transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 0.2s right, 0.2s -webkit-transform;
	transition: 0.2s right, 0.2s -webkit-transform;
	-o-transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right;
	transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}
.selectric-responsive {
	width: 100%;
}
.selectric {
	border: 1px solid #ddd;
	border-radius: 0;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 38px 0 10px;
	font-size: 12px;
	line-height: 38px;
	color: #444;
	height: 38px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #f8f8f8;
	color: #bbb;
	text-align: center;
	font: 0/0 a;
	*font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #bbb;
	border-bottom: none;
}
.selectric-focus .selectric {
	border-color: #aaa;
}
.selectric-hover .selectric {
	border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
	color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
	border-top-color: #a2a2a2;
}
.selectric-open {
	z-index: 9999;
}
.selectric-open .selectric {
	border-color: #c4c4c4;
}
.selectric-open .selectric-items {
	display: block;
}
.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}
.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}
.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f8f8f8;
	border: 1px solid #c4c4c4;
	z-index: -1;
	box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}
.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}
.selectric-items li {
	display: block;
	padding: 10px;
	color: #666;
	cursor: pointer;
}
.selectric-items li.selected {
	background: #e0e0e0;
	color: #444;
}
.selectric-items li.highlighted {
	background: #d0d0d0;
	color: #444;
}
.selectric-items li:hover {
	background: #d5d5d5;
	color: #444;
}
.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
	font-weight: 700;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #444;
}
.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}
.selectric-items .selectric-group li {
	padding-left: 25px;
}
@font-face {
	font-family: 'Socicon';
	src: url(../../assets/fonts/Socicon.woff?484r1f);
	font-weight: 400;
	font-style: normal;
}
[class^='socicon-'],
[class*=' socicon-'] {
	font-family: 'Socicon' !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socicon-internet:before {
	content: '\e957';
}
.socicon-moddb:before {
	content: '\e94b';
}
.socicon-indiedb:before {
	content: '\e94c';
}
.socicon-traxsource:before {
	content: '\e94d';
}
.socicon-gamefor:before {
	content: '\e94e';
}
.socicon-pixiv:before {
	content: '\e94f';
}
.socicon-myanimelist:before {
	content: '\e950';
}
.socicon-blackberry:before {
	content: '\e951';
}
.socicon-wickr:before {
	content: '\e952';
}
.socicon-spip:before {
	content: '\e953';
}
.socicon-napster:before {
	content: '\e954';
}
.socicon-beatport:before {
	content: '\e955';
}
.socicon-hackerone:before {
	content: '\e956';
}
.socicon-hackernews:before {
	content: '\e946';
}
.socicon-smashwords:before {
	content: '\e947';
}
.socicon-kobo:before {
	content: '\e948';
}
.socicon-bookbub:before {
	content: '\e949';
}
.socicon-mailru:before {
	content: '\e94a';
}
.socicon-gitlab:before {
	content: '\e945';
}
.socicon-instructables:before {
	content: '\e944';
}
.socicon-portfolio:before {
	content: '\e943';
}
.socicon-codered:before {
	content: '\e940';
}
.socicon-origin:before {
	content: '\e941';
}
.socicon-nextdoor:before {
	content: '\e942';
}
.socicon-udemy:before {
	content: '\e93f';
}
.socicon-livemaster:before {
	content: '\e93e';
}
.socicon-crunchbase:before {
	content: '\e93b';
}
.socicon-homefy:before {
	content: '\e93c';
}
.socicon-calendly:before {
	content: '\e93d';
}
.socicon-realtor:before {
	content: '\e90f';
}
.socicon-tidal:before {
	content: '\e910';
}
.socicon-qobuz:before {
	content: '\e911';
}
.socicon-natgeo:before {
	content: '\e912';
}
.socicon-mastodon:before {
	content: '\e913';
}
.socicon-unsplash:before {
	content: '\e914';
}
.socicon-homeadvisor:before {
	content: '\e915';
}
.socicon-angieslist:before {
	content: '\e916';
}
.socicon-codepen:before {
	content: '\e917';
}
.socicon-slack:before {
	content: '\e918';
}
.socicon-openaigym:before {
	content: '\e919';
}
.socicon-logmein:before {
	content: '\e91a';
}
.socicon-fiverr:before {
	content: '\e91b';
}
.socicon-gotomeeting:before {
	content: '\e91c';
}
.socicon-aliexpress:before {
	content: '\e91d';
}
.socicon-guru:before {
	content: '\e91e';
}
.socicon-appstore:before {
	content: '\e91f';
}
.socicon-homes:before {
	content: '\e920';
}
.socicon-zoom:before {
	content: '\e921';
}
.socicon-alibaba:before {
	content: '\e922';
}
.socicon-craigslist:before {
	content: '\e923';
}
.socicon-wix:before {
	content: '\e924';
}
.socicon-redfin:before {
	content: '\e925';
}
.socicon-googlecalendar:before {
	content: '\e926';
}
.socicon-shopify:before {
	content: '\e927';
}
.socicon-freelancer:before {
	content: '\e928';
}
.socicon-seedrs:before {
	content: '\e929';
}
.socicon-bing:before {
	content: '\e92a';
}
.socicon-doodle:before {
	content: '\e92b';
}
.socicon-bonanza:before {
	content: '\e92c';
}
.socicon-squarespace:before {
	content: '\e92d';
}
.socicon-toptal:before {
	content: '\e92e';
}
.socicon-gust:before {
	content: '\e92f';
}
.socicon-ask:before {
	content: '\e930';
}
.socicon-trulia:before {
	content: '\e931';
}
.socicon-loomly:before {
	content: '\e932';
}
.socicon-ghost:before {
	content: '\e933';
}
.socicon-upwork:before {
	content: '\e934';
}
.socicon-fundable:before {
	content: '\e935';
}
.socicon-booking:before {
	content: '\e936';
}
.socicon-googlemaps:before {
	content: '\e937';
}
.socicon-zillow:before {
	content: '\e938';
}
.socicon-niconico:before {
	content: '\e939';
}
.socicon-toneden:before {
	content: '\e93a';
}
.socicon-augment:before {
	content: '\e908';
}
.socicon-bitbucket:before {
	content: '\e909';
}
.socicon-fyuse:before {
	content: '\e90a';
}
.socicon-yt-gaming:before {
	content: '\e90b';
}
.socicon-sketchfab:before {
	content: '\e90c';
}
.socicon-mobcrush:before {
	content: '\e90d';
}
.socicon-microsoft:before {
	content: '\e90e';
}
.socicon-pandora:before {
	content: '\e907';
}
.socicon-messenger:before {
	content: '\e906';
}
.socicon-gamewisp:before {
	content: '\e905';
}
.socicon-bloglovin:before {
	content: '\e904';
}
.socicon-tunein:before {
	content: '\e903';
}
.socicon-gamejolt:before {
	content: '\e901';
}
.socicon-trello:before {
	content: '\e902';
}
.socicon-spreadshirt:before {
	content: '\e900';
}
.socicon-500px:before {
	content: '\e000';
}
.socicon-8tracks:before {
	content: '\e001';
}
.socicon-airbnb:before {
	content: '\e002';
}
.socicon-alliance:before {
	content: '\e003';
}
.socicon-amazon:before {
	content: '\e004';
}
.socicon-amplement:before {
	content: '\e005';
}
.socicon-android:before {
	content: '\e006';
}
.socicon-angellist:before {
	content: '\e007';
}
.socicon-apple:before {
	content: '\e008';
}
.socicon-appnet:before {
	content: '\e009';
}
.socicon-baidu:before {
	content: '\e00a';
}
.socicon-bandcamp:before {
	content: '\e00b';
}
.socicon-battlenet:before {
	content: '\e00c';
}
.socicon-mixer:before {
	content: '\e00d';
}
.socicon-bebee:before {
	content: '\e00e';
}
.socicon-bebo:before {
	content: '\e00f';
}
.socicon-behance:before {
	content: '\e010';
}
.socicon-blizzard:before {
	content: '\e011';
}
.socicon-blogger:before {
	content: '\e012';
}
.socicon-buffer:before {
	content: '\e013';
}
.socicon-chrome:before {
	content: '\e014';
}
.socicon-coderwall:before {
	content: '\e015';
}
.socicon-curse:before {
	content: '\e016';
}
.socicon-dailymotion:before {
	content: '\e017';
}
.socicon-deezer:before {
	content: '\e018';
}
.socicon-delicious:before {
	content: '\e019';
}
.socicon-deviantart:before {
	content: '\e01a';
}
.socicon-diablo:before {
	content: '\e01b';
}
.socicon-digg:before {
	content: '\e01c';
}
.socicon-discord:before {
	content: '\e01d';
}
.socicon-disqus:before {
	content: '\e01e';
}
.socicon-douban:before {
	content: '\e01f';
}
.socicon-draugiem:before {
	content: '\e020';
}
.socicon-dribbble:before {
	content: '\e021';
}
.socicon-drupal:before {
	content: '\e022';
}
.socicon-ebay:before {
	content: '\e023';
}
.socicon-ello:before {
	content: '\e024';
}
.socicon-endomodo:before {
	content: '\e025';
}
.socicon-envato:before {
	content: '\e026';
}
.socicon-etsy:before {
	content: '\e027';
}
.socicon-facebook:before {
	content: '\e028';
}
.socicon-feedburner:before {
	content: '\e029';
}
.socicon-filmweb:before {
	content: '\e02a';
}
.socicon-firefox:before {
	content: '\e02b';
}
.socicon-flattr:before {
	content: '\e02c';
}
.socicon-flickr:before {
	content: '\e02d';
}
.socicon-formulr:before {
	content: '\e02e';
}
.socicon-forrst:before {
	content: '\e02f';
}
.socicon-foursquare:before {
	content: '\e030';
}
.socicon-friendfeed:before {
	content: '\e031';
}
.socicon-github:before {
	content: '\e032';
}
.socicon-goodreads:before {
	content: '\e033';
}
.socicon-google:before {
	content: '\e034';
}
.socicon-googlescholar:before {
	content: '\e035';
}
.socicon-googlegroups:before {
	content: '\e036';
}
.socicon-googlephotos:before {
	content: '\e037';
}
.socicon-googleplus:before {
	content: '\e038';
}
.socicon-grooveshark:before {
	content: '\e039';
}
.socicon-hackerrank:before {
	content: '\e03a';
}
.socicon-hearthstone:before {
	content: '\e03b';
}
.socicon-hellocoton:before {
	content: '\e03c';
}
.socicon-heroes:before {
	content: '\e03d';
}
.socicon-smashcast:before {
	content: '\e03e';
}
.socicon-horde:before {
	content: '\e03f';
}
.socicon-houzz:before {
	content: '\e040';
}
.socicon-icq:before {
	content: '\e041';
}
.socicon-identica:before {
	content: '\e042';
}
.socicon-imdb:before {
	content: '\e043';
}
.socicon-instagram:before {
	content: '\e044';
}
.socicon-opensea:before {
  content: url("../../assets/images/brand-icons/openSea.svg");
}
.socicon-opensea:hover::before {
  filter: brightness(100);
}
.socicon-issuu:before {
	content: '\e045';
}
.socicon-istock:before {
	content: '\e046';
}
.socicon-itunes:before {
	content: '\e047';
}
.socicon-keybase:before {
	content: '\e048';
}
.socicon-lanyrd:before {
	content: '\e049';
}
.socicon-lastfm:before {
	content: '\e04a';
}
.socicon-line:before {
	content: '\e04b';
}
.socicon-linkedin:before {
	content: '\e04c';
}
.socicon-livejournal:before {
	content: '\e04d';
}
.socicon-lyft:before {
	content: '\e04e';
}
.socicon-macos:before {
	content: '\e04f';
}
.socicon-mail:before {
	content: '\e050';
}
.socicon-medium:before {
	content: '\e051';
}
.socicon-meetup:before {
	content: '\e052';
}
.socicon-mixcloud:before {
	content: '\e053';
}
.socicon-modelmayhem:before {
	content: '\e054';
}
.socicon-mumble:before {
	content: '\e055';
}
.socicon-myspace:before {
	content: '\e056';
}
.socicon-newsvine:before {
	content: '\e057';
}
.socicon-nintendo:before {
	content: '\e058';
}
.socicon-npm:before {
	content: '\e059';
}
.socicon-odnoklassniki:before {
	content: '\e05a';
}
.socicon-openid:before {
	content: '\e05b';
}
.socicon-opera:before {
	content: '\e05c';
}
.socicon-outlook:before {
	content: '\e05d';
}
.socicon-overwatch:before {
	content: '\e05e';
}
.socicon-patreon:before {
	content: '\e05f';
}
.socicon-paypal:before {
	content: '\e060';
}
.socicon-periscope:before {
	content: '\e061';
}
.socicon-persona:before {
	content: '\e062';
}
.socicon-pinterest:before {
	content: '\e063';
}
.socicon-play:before {
	content: '\e064';
}
.socicon-player:before {
	content: '\e065';
}
.socicon-playstation:before {
	content: '\e066';
}
.socicon-pocket:before {
	content: '\e067';
}
.socicon-qq:before {
	content: '\e068';
}
.socicon-quora:before {
	content: '\e069';
}
.socicon-raidcall:before {
	content: '\e06a';
}
.socicon-ravelry:before {
	content: '\e06b';
}
.socicon-reddit:before {
	content: '\e06c';
}
.socicon-renren:before {
	content: '\e06d';
}
.socicon-researchgate:before {
	content: '\e06e';
}
.socicon-residentadvisor:before {
	content: '\e06f';
}
.socicon-reverbnation:before {
	content: '\e070';
}
.socicon-rss:before {
	content: '\e071';
}
.socicon-sharethis:before {
	content: '\e072';
}
.socicon-skype:before {
	content: '\e073';
}
.socicon-slideshare:before {
	content: '\e074';
}
.socicon-smugmug:before {
	content: '\e075';
}
.socicon-snapchat:before {
	content: '\e076';
}
.socicon-songkick:before {
	content: '\e077';
}
.socicon-soundcloud:before {
	content: '\e078';
}
.socicon-spotify:before {
	content: '\e079';
}
.socicon-stackexchange:before {
	content: '\e07a';
}
.socicon-stackoverflow:before {
	content: '\e07b';
}
.socicon-starcraft:before {
	content: '\e07c';
}
.socicon-stayfriends:before {
	content: '\e07d';
}
.socicon-steam:before {
	content: '\e07e';
}
.socicon-storehouse:before {
	content: '\e07f';
}
.socicon-strava:before {
	content: '\e080';
}
.socicon-streamjar:before {
	content: '\e081';
}
.socicon-stumbleupon:before {
	content: '\e082';
}
.socicon-swarm:before {
	content: '\e083';
}
.socicon-teamspeak:before {
	content: '\e084';
}
.socicon-teamviewer:before {
	content: '\e085';
}
.socicon-technorati:before {
	content: '\e086';
}
.socicon-telegram:before {
	content: '\e087';
}
.socicon-tripadvisor:before {
	content: '\e088';
}
.socicon-tripit:before {
	content: '\e089';
}
.socicon-triplej:before {
	content: '\e08a';
}
.socicon-tumblr:before {
	content: '\e08b';
}
.socicon-twitch:before {
	content: '\e08c';
}
.socicon-twitter:before {
	content: '\e08d';
}
.socicon-uber:before {
	content: '\e08e';
}
.socicon-ventrilo:before {
	content: '\e08f';
}
.socicon-viadeo:before {
	content: '\e090';
}
.socicon-viber:before {
	content: '\e091';
}
.socicon-viewbug:before {
	content: '\e092';
}
.socicon-vimeo:before {
	content: '\e093';
}
.socicon-vine:before {
	content: '\e094';
}
.socicon-vkontakte:before {
	content: '\e095';
}
.socicon-warcraft:before {
	content: '\e096';
}
.socicon-wechat:before {
	content: '\e097';
}
.socicon-weibo:before {
	content: '\e098';
}
.socicon-whatsapp:before {
	content: '\e099';
}
.socicon-wikipedia:before {
	content: '\e09a';
}
.socicon-windows:before {
	content: '\e09b';
}
.socicon-wordpress:before {
	content: '\e09c';
}
.socicon-wykop:before {
	content: '\e09d';
}
.socicon-xbox:before {
	content: '\e09e';
}
.socicon-xing:before {
	content: '\e09f';
}
.socicon-yahoo:before {
	content: '\e0a0';
}
.socicon-yammer:before {
	content: '\e0a1';
}
.socicon-yandex:before {
	content: '\e0a2';
}
.socicon-yelp:before {
	content: '\e0a3';
}
.socicon-younow:before {
	content: '\e0a4';
}
.socicon-youtube:before {
	content: '\e0a5';
}
.socicon-zapier:before {
	content: '\e0a6';
}
.socicon-zerply:before {
	content: '\e0a7';
}
.socicon-zomato:before {
	content: '\e0a8';
}
.socicon-zynga:before {
	content: '\e0a9';
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url(../../assets/fonts/Brandon-Grotesque-Medium.woff);
	font-weight: 600;
}
@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/Roboto-Thin.woff);
	font-weight: 200;
}
@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/Roboto-Light.woff);
	font-weight: 300;
}
@font-face {
	font-family: 'Roboto';
	src: url(../../assets/fonts/Roboto-Medium.woff);
	font-weight: 600;
}
@font-face {
	font-family: 'PT Sans';
	src: url(../../assets/fonts/PT-Sans-Regular.woff);
	font-weight: 400;
}
@font-face {
	font-family: 'PT Sans';
	src: url(../../assets/fonts/PT-Sans-Bold.woff);
	font-weight: 700;
}
*:focus {
	outline: none;
}
body {
	font-family: 'PT Sans', Arial;
	font-size: 15px;
	background: #f7f7f7;
	color: #222c37;
	font-weight: 400;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 2px;
}
a {
	text-decoration: none;
	color: #dc0606;
}
a:hover {
	color: #c60000;
}
::-moz-selection {
	color: #fff;
	background: #dc0606;
}
::selection {
	color: #fff;
	background: #dc0606;
}
.container {
	max-width: 1428px;
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
}
.hidden {
	opacity: 0;
}
.clear {
	clear: both;
}
.center-align {
	text-align: center;
}
.btn {
	font-family: 'PT Sans';
	background: #dc0606;
	height: 55px;
	line-height: 55px;
	padding: 0 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	text-transform: uppercase;
}
.btn:hover {
	background: #c90505;
}
.animate {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.animate.animated {
	opacity: 1;
}
a img {
	border: none;
}
body:before {
	content: '';
	height: 95px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
}
html,
body,
#page_content {
	min-height: 100%;
}
#wrapper {
	padding-top: 95px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	height: auto;
	margin-bottom: -331px;
}
#content:after {
	content: '';
	display: block;
	height: 331px;
}
.careers-wrapper:after {
	height: 0 !important;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #222c37;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-transform: translateZ(100px);
	transform: translateZ(100px);
}
#nav_games,
.optanon-alert-box-wrapper {
	-webkit-transform: translateZ(100px);
	transform: translateZ(100px);
}
#header,
#header > div:not(.clear) {
	height: 95px;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.shrink_header #header,
.shrink_header #header > div:not(.clear) {
	height: 75px;
}
#logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 310px;
	background: #dc0606;
}
#logo a {
	background: url(../../assets/images/logo.png?v=1) no-repeat center;
	width: 100%;
	height: 70px;
	background-size: auto 70px;
	display: block;
	margin: 0 auto;
	position: relative;
	text-indent: -9999px;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
#navigation {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	float: left;
	height: 95px;
	margin: 0;
}
.shrink_header #navigation ul li {
	height: 75px;
}
.shrink_header #navigation ul ul li {
	height: auto;
}
#navigation a {
	font-family: 'Brandon Grotesque', Arial;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 0 60px;
	height: 95px;
	line-height: 100px;
	-webkit-transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.shrink_header #navigation a {
	height: 75px;
	line-height: 75px;
}
#navigation a:hover {
	color: #dc0606;
	text-decoration: none;
}
#social {
	width: 310px;
	background: #1b232b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
#social a {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: #f0f2f5;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	line-height: 2.1;
	text-align: center;
	font-size: 18px;
	color: #242c34;
}
#social a:hover {
	background: #dc0606;
	color: #fff;
	text-decoration: none;
}
#social a i {
	margin-left: 2px;
}
.home .section1,
.page .section1 {
	position: relative;
}
.home .section1 .title,
.home .section1 .desc_text {
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.home .section1 .slide-img,
.page .section1 .slide-img {
	display: block;
	width: 100%;
	height: auto;
}
.home .section1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.home .section1 ul li {
	position: relative;
}
.home .section1 .swiper-slide {
	position: relative;
	text-align: left;
}
.home .section1 .desc,
.page .section1 .desc {
	font-family: 'Roboto', Arial;
	font-weight: 200;
	position: absolute;
	top: 32%;
	left: 18.5%;
	right: 18.5%;
	color: #fff;
	font-size: 48px;
	line-height: 58px;
}
.page .rollic-section1 {
	min-height: 875px !important;
	-webkit-box-align: flex-start !important;
	-ms-flex-align: flex-start !important;
	-webkit-align-items: flex-start !important;
	-ms-align-items: flex-start !important;
	align-items: flex-start !important;
	height: 100%;
}
.page .rollic-section1 .rollic-desc {
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 12%;
	left: 5%;
	right: 0%;
}

.page .section1 .rollic-desc .banner-text {
	display: flex;
	justify-content: center;
}
.page .section1 .rollic-desc .banner-text-desktop {
	display: none;
}

.primary-btn {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'PT Sans';
	font-size: 16px;
	line-height: 26px;
	padding: 20px 36px;
	border-radius: 2px;
	letter-spacing: 1px;
}
.primary-btn-red {
	background: #dc0606;
	color: #fff;
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 20px 36px !important;
}
.primary-btn-white {
	background: #fff;
	color: #dc0606;
}
.primary-btn a {
	color: #fff;
}
.primary-btn-white a {
	color: #dc0606;
}

.page .section1 .rollic-desc .rollic_desc_text3 {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 3rem;
	font-family: 'PT Sans';
}
.page .section1 .rollic-desc .hashtag {
	font-weight: 700;
	font-size: 16px;
}

@media (min-width: 321px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 16px;
		line-height: 35px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 17px;
	}
}

@media (min-width: 410px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 20px;
		line-height: 40px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 21px;
	}
}

@media (min-width: 521px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 22px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 23px;
	}
}

@media (min-width: 601px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 23px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 24px;
	}
	.primary-btn {
		font-size: 18px;
		padding: 20px 40px;
	}
}

@media (min-width: 690px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 24px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 25px;
	}
}

@media (min-width: 769px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 26px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 27px;
	}
}

@media (min-width: 840px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 27px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 28px;
	}
}

@media (min-width: 900px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 28px;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 29px;
	}
}

@media (min-width: 1051px) {
	.page .section1 .rollic-desc .rollic_desc_text3 {
		font-size: 25px;
		margin-bottom: 4rem;
	}
	.page .section1 .rollic-desc .hashtag {
		font-size: 26px;
	}
}
@media (min-width: 1350px) {
	.primary-btn {
		font-size: 20px;
		padding: 26px 42px;
	}
}

.rollic-container {
	font-family: 'PT Sans';
	padding: 0 40px;
}
.rollic-heading {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #706e6c;
}
.rollic-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: #222c37;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.rollic-excerpt {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #7e7c7c;
}
.rollic-container .list-items {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.rollic-container .list-items .list-item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.rollic-container .list-item-desc {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #222c37;
	margin-left: 1rem;
}
.rollic-img-container {
	height: 100vh;
	width: 100%;
}

.rollic-section2.section.section2 {
	background-color: #fff;
	overflow: hidden;
}
.page .rollic-section2 .rollic-row {
	padding: 30px 0px !important;
}
.page .section1 .img-mobile-tablet {
	display: block !important;
}
.page .section1 .img-desktop {
	display: none !important;
}

@media all and (min-width: 769px) {
	.page .rollic-section2 .rollic-row {
		padding: 30px 80px !important;
	}
}
@media all and (min-width: 1051px) {
	.rollic-img-container {
		height: 100%;
	}
	.page .section1 .img-mobile-tablet {
		display: none !important;
	}
	.page .section1 .img-desktop {
		display: block !important;
	}

	.page .section1 .rollic-desc .banner-text {
		display: none;
	}
	.page .section1 .rollic-desc .banner-text-desktop {
		display: block;
	}

	.page .rollic-section1 .rollic-desc {
		margin-top: 0;
		font-size: 60px;
		/* line-height: 70px; */
	}
	.page .rollic-section1 {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		min-height: 250px !important;
	}
	.page .rollic-section2 {
		margin-top: 2rem;
		margin-bottom: 5rem;
	}
	.page .rollic-section2 .rollic-row {
		padding: 30px 30px !important;
		display: flex;
		align-items: center;
	}
	.rollic-heading {
		font-size: 16px;
		line-height: 21px;
	}
	.rollic-title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media all and (min-width: 1165px) {
	.home .section1 .desc,
	.page .section1 .rollic-desc {
		right: 48.5%;
	}
}
@media all and (min-width: 1313px) {
	.home .section1 .desc,
	.page .section1 .rollic-desc {
		right: 51.5%;
	}
	.page .rollic-container {
		padding-left: 40px;
		padding-right: 120px;
	}
}
@media all and (min-width: 1446px) {
	.home .section1 .desc,
	.page .section1 .rollic-desc {
		right: 54.5%;
	}
	.page .rollic-container {
		padding-right: 160px;
	}
}
@media all and (min-width: 1604px) {
	/* .home .section1 .desc,
	.page .section1 .rollic-desc {
		right: 57.5%;
	} */
	.page .rollic-container {
		padding-right: 210px;
	}
}
@media all and (min-width: 1700px) {
	.page .rollic-container {
		padding-right: 310px;
	}
}

.home .section1 .btn,
.page .section1 .btn {
	font-family: 'PT Sans';
	font-weight: 700;
	background: #fff;
	height: 55px;
	padding: 0 48px;
	line-height: 55px;
	text-transform: uppercase;
	color: #222c37;
	font-size: 15px;
	display: inline-block;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.front-slider:first-child .btn {
	background: #dc0606 !important;
	color: #fff !important;
}

.home .section1 .btn:hover,
.page .section1 .btn:hover {
	background: #dc0606;
	color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(34, 44, 55, 0.5);
	box-shadow: 0 0 10px rgba(34, 44, 55, 0.5);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.home .section2 {
	padding-top: 60px;
}
.home .section2 h2 {
	font-family: 'PT Sans', Arial;
	font-weight: 700;
	font-size: 58px;
	text-align: center;
	color: #222c37;
	margin-top: 0;
	margin-bottom: 120px;
}
.home .section2 h2 span {
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
}
.home .section2 .cards {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home .section2 .cards .card {
	background: #fff;
	width: 50%;
	min-height: 350px;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 24px;
	position: relative;
	border: 2px solid #f7f7f7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home .section2 .cards .card .container {
	max-width: 545px;
	margin: 0 auto;
}
.home .section2 .cards .card img {
	margin-bottom: 10px;
}
.home .section2 .cards .card-zynga-poker img {
	margin-bottom: -10px;
}
.home .section2 .cards .card-1 img {
	position: absolute;
	left: 0;
	top: -125px;
	margin: 0;
}
.home .section2 .cards .card-2 img {
	position: absolute;
	bottom: 0;
	left: 0%;
	display: block;
	margin: 0;
}
.home .game-logo {
	width: auto;
	height: auto;
	max-height: 95px;
	max-width: 265px;
}
.more-link {
	font-size: 14px;
	color: #222c37;
	text-transform: uppercase;
	padding-right: 50px;
	height: 27px;
	line-height: 27px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAYCAYAAAB9ejRwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzU4QThDNzFBQjNEMTFFOEJBNDFBQzdDMEU1OUMzMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzU4QThDNzJBQjNEMTFFOEJBNDFBQzdDMEU1OUMzMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNThBOEM2RkFCM0QxMUU4QkE0MUFDN0MwRTU5QzMyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNThBOEM3MEFCM0QxMUU4QkE0MUFDN0MwRTU5QzMyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq+cZNAAAAGQSURBVHjaYmCgPlAH4kYgPgTE74D4PxS/B+KjQNwExJowxf///8fAjFR0jAoQ9wCxP5R/E4jPAPELKF8ciE2AWAPK3wbExUBH3GCgEUgC4u9A/BOIJwKxGgHH9yOpz0QPKWqAKmj0nCXgGHSgDMQnoHpbqOmoRKihoKjgIkM/GxBvgpqRSQ1HKQLxV2gIcVFgDjs0xEBRqUGpo1YD8S/knEQOgDoCFJU/gHgzJY5SAuJ/QDyDgDpQjjMn5CioQ/qh0ahJaeLWJqBOAYg/ALEuEY5SgZrZRK6jdgHxfSLUKUAteo0rBNBy3XUgPkKuo54C8VoSHAXCT6Chgc9Ri0ElPwuQ2AmNe1KAJBDbAfEFIrI8DEgD8WloNfQKh3pQ6S8ActQDaOlKCgClkU9QvfgAF1q0PYLWhzQB5ETfYWzlGbboo1dCvwjE/EQm9MP0KBLuALEEPYoEYgtPYWhpTZfCc1BWM4O2Qh6UTZdB28ijSXOYXh2H/9BiwRgpY2wH4iJadhyI7WIdA+JmQl0sgAADABF/ISqTwW/DAAAAAElFTkSuQmCC)
		no-repeat right center;
	display: inline-block;
	position: relative;
}
.home .more-link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.home .more-link span {
	position: absolute;
	right: 0;
	top: 2px;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #000;
	display: block;
	border-radius: 27px;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.home .more-link span:before {
	content: '';
	position: absolute;
	right: 7px;
	top: 9px;
	border-top: 2px solid #000;
	width: 27px;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.home .more-link span:after {
	content: '';
	position: absolute;
	right: 6px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.home .more-link:hover {
	text-decoration: none;
	color: #000;
	padding-right: 45px;
}
.home .more-link:hover span:before {
	right: 4px;
	width: 27px;
}
.home .more-link:hover span:after {
	right: 3px;
}
.home .section2 .cards .card-1 a.more-link,
.home .section2 .cards .card-2 a.more-link,
.home .section2 .cards .card-3 a.more-link,
.home .section2 .cards .card-4 a.more-link,
.home .section2 .cards .card-5 a.more-link,
.home .section2 .cards .card-6 a.more-link,
.home .section2 .cards .card-7 a.more-link,
.home .section2 .cards .card-8 a.more-link {
	position: absolute;
	right: 35px;
	bottom: 35px;
}
.home .section2 .cards .card-3 img {
	position: absolute;
	top: -5%;
	left: -15%;
	display: block;
	margin: 0;
}
.home .section2 .cards .card-4 img {
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	margin: 0;
}
.home .section3 {
	padding: 115px 0;
	line-height: 26px;
	font-size: 16px;
	letter-spacing: 1px;
}
.home .section3 .container {
	width: 1215px;
	max-width: 80%;
}
.home .section3 img {
	margin-bottom: 20px;
	max-width: 285px;
	width: auto;
	height: auto;
}
#footer {
	background: #222;
	height: 331px;
}
#footer .footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
	color: #fff;
}
#footer .footer .menu_items {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#footer .footer .menu_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer .menu_items ul li {
	float: left;
}
#footer .footer .menu_items ul li {
	margin-right: 30px;
}
#footer .footer .menu_items ul li a {
	font-family: 'PT Sans';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
}
#footer .footer .follow {
	width: 250px;
	text-align: right;
	position: relative;
}
#footer .container {
	max-width: 1110px;
}
#footer .copy {
	text-align: center;
	background: #1c1c1c;
	color: rgba(255, 255, 255, 0.4);
	padding: 24px 0;
	text-transform: uppercase;
	font-size: 13px;
}
#footer a {
	color: #242c34;
}
#footer .top {
	background: url(../../assets/images/zynga.png) no-repeat center left;
	background-size: auto 70px;
	padding: 60px 0;
	padding-left: 120px;
	color: #7e7c7c;
	border-bottom: 1px solid #3f3f3f;
	font-size: 22px;
	font-family: 'Roboto';
	font-weight: 300;
}
#footer .social_icons a {
	width: 35px;
	height: 35px;
	background: #3e3e3e;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit--webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-ms--webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit--webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms--webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-radius: 35px;
}
#footer .social_icons a i {
	font-size: 18px;
}
#footer .social_icons a:hover {
	text-decoration: none;
	background-color: #dc0606;
	color: #fff;
}
#footer .logos {
	position: absolute;
	bottom: 0;
	right: -200px;
}
#footer .logos img {
	height: 37px;
	width: auto;
}
body.page {
	background: #fff;
}
.home .section1 .desc,
.page .section1 .desc {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home .section1 .desc .title,
.page .section1 .desc h1 {
	font-size: 54px;
	font-weight: 200;
	font-family: 'Roboto';
	margin: 0 0 20px;
}
.page .section1 .desc .desc_text {
	font-weight: 600;
	font-size: 23px;
	font-family: 'Roboto';
}
.careers-position .section2 {
	padding: 75px 0;
}
.careers-position .section2 .container {
	max-width: 1100px;
}
.page.careers-position .section2 h2 {
	margin-bottom: 40px;
}
.careers-position .section2 strong {
	text-transform: uppercase;
}
.careers-position .section2 .row {
	margin-top: 40px;
}
.page .section h2 {
	font-family: 'PT Sans', Arial;
	font-weight: 700;
	font-size: 58px;
	text-align: center;
	color: #222c37;
	margin-bottom: 80px;
}
.page .section h2 span {
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
.page .section h3 {
	font-size: 22px;
	margin: 0;
}
.careers-position .section2 .btn {
	margin: 0 auto 40px;
}
.careers-position .section2 {
	border-bottom: 1px solid #c9c9c9;
}
.careers-position .section3 {
	padding: 75px 0;
	border-bottom: 1px solid #c9c9c9;
}
.careers-position .section3 .container {
	max-width: 1300px;
}
.careers-position .section3 h3 {
	text-transform: uppercase;
}
.careers-position .section3 .btn {
	margin-top: 80px;
}
.careers-position .section3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.careers-position .section3 ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 33px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
}
.careers-position .section3 ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #000;
	top: 8px;
	position: absolute;
	left: 0;
}
.careers-position .section3 .col {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.careers-position .section3 .col:first-child {
	min-width: 300px;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
}
.home .section1 .desc .desc_text,
.page .section1 .desc .desc_text,
.job .section1 .desc .desc_text {
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'PT Sans';
	font-size: 19px;
	line-height: 32px;
}
.job .section2,
.leadership .section2 {
	padding: 88px 0;
	text-align: center;
}
.job .section2 {
	padding: 60px 0;
	background: #fff;
	margin-bottom: 60px;
}
.job .section2 ul.links,
.leadership .section2 ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.job .section2 ul.links li,
.leadership .section2 ul.links li {
	display: inline-block;
	margin: 0 30px;
}
.job .section2 ul.links li a,
.leadership .section2 ul.links li a {
	color: #222c37;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 30px;
	display: block;
}
.job .section2 ul.links li a:hover,
.job .section2 ul.links li a.active,
.leadership .section2 ul.links li a:hover,
.leadership .section2 ul.links li a.active {
	border-bottom: 1px solid #c4c4c4;
}
.job .section3 {
	padding: 100px 0;
	background: #f0f2f3;
	text-align: center;
	letter-spacing: 1px;
}
.job .section3 .container {
	max-width: 1200px;
}
.job .section3 .filters {
	margin-bottom: 100px;
}
.job .section3 .row {
	margin-bottom: 50px;
}
.job .section3 .row:last-child {
	margin-bottom: 0;
}
.job .section3 .title {
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
.job .section3 .title a {
	color: #222c37;
}
.job .section3 .filters a {
	color: #b7b7b7;
	padding: 20px 60px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border-radius: 58px;
}
.job .section3 .filters a:hover,
.job .section3 .filters a.active {
	text-decoration: none;
	background: #fff;
	color: #dc0606;
}
.job-locations .section3 .thumb {
	height: 250px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.job-locations .section3 .thumb img {
	width: 196px;
	height: auto;
}
body.news {
	background: #f7f7f7;
}
.news .section2 {
	padding: 80px 0;
}
.news .section2 .post {
	background: #fff;
	margin-bottom: 40px;
	padding: 40px;
	padding-bottom: 83px;
	position: relative;
	min-height: 348px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.news .section2 .post .date,
.news .section2 .full_post .date {
	margin-bottom: 10px;
	color: #dc0606;
}
.news .section2 .full_post .link {
	text-align: right;
}
.news .section2 .post h2 {
	margin: 0 0 10px;
	font-size: 22px;
	text-align: left;
}
.news .section2 .post h2 a {
	color: #222c37;
}
a.read_more {
	right: 0;
	bottom: 40px;
	position: absolute;
	color: #131c25;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 48px;
	font-weight: 700;
}
a.read_more:after {
	content: '';
	width: 33px;
	border-top: 1px solid #989da2;
	position: absolute;
	top: 7px;
	right: 0;
}
.news .section2 .full_post {
	background: #fff;
	padding: 40px;
	position: relative;
	max-width: 780px;
	margin: 0 auto;
}
.news .section2 h2 {
	text-align: left;
	font-size: 38px;
	margin: 10px 0;
}
.privacy .section2 {
	padding: 80px 0;
	letter-spacing: 1px;
}
.privacy .section2 h2 {
	margin-bottom: 60px;
}
.privacy .section2 table {
	margin: 15px 0;
}
.privacy .section2 .selectric-wrapper {
	margin-bottom: 40px;
}
.privacy .section2 .btn {
	margin-top: 20px;
}
.btn-round {
	border-radius: 50px;
}
.privacy .section2 .container {
	max-width: 1360px;
}
.privacy .section2 .col:first-child {
	padding-right: 120px;
}
.privacy .section2 .section2_content h2 {
	font-size: 24px;
	letter-spacing: 1px;
}
.privacy .accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -12px;
}
.privacy .accordion .title {
	position: relative;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 1px solid #e2e2e2;
	color: gray;
}
.privacy .accordion .title:hover {
	color: #000;
}
.privacy .accordion .title:after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	width: 37px;
	height: 24px;
	margin-top: -12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAYCAYAAAB9ejRwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkI1NjRFNjlBRUM0MTFFODg1RkI4OTM1NjAyNUFEOUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkI1NjRFNkFBRUM0MTFFODg1RkI4OTM1NjAyNUFEOUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQjU2NEU2N0FFQzQxMUU4ODVGQjg5MzU2MDI1QUQ5RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQjU2NEU2OEFFQzQxMUU4ODVGQjg5MzU2MDI1QUQ5RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr8reHUAAAGQSURBVHjaYmCgPlAH4kYgPgTE74D4PxS/B+KjQNwExJowxf///8fAjFR0jAoQ9wCxP5R/E4jPAPELKF8ciE2AWAPK3wbExUBH3GCgEUgC4u9A/BOIJwKxGgHH9yOpz0QPKWqAKmj0nCXgGHSgDMQnoHpbqOmoRKihoKjgIkM/GxBvgpqRSQ1HKQLxV2gIcVFgDjs0xEBRqUGpo1YD8S/knEQOgDoCFJU/gHgzJY5SAuJ/QDyDgDpQjjMn5CioQ/qh0ahJaeLWJqBOAYg/ALEuEY5SgZrZRK6jdgHxfSLUKUAteo0rBNBy3XUgPkKuo54C8VoSHAXCT6Chgc9Ri0ElPwuQ2AmNe1KAJBDbAfEFIrI8DEgD8WloNfQKh3pQ6S8ActQDaOlKCgClkU9QvfgAF1q0PYLWhzQB5ETfYWzlGbboo1dCvwjE/EQm9MP0KBLuALEEPYoEYgtPYWhpTZfCc1BWM4O2Qh6UTZdB28ijSXOYXh2H/9BiwRgpY2wH4iJadhyI7WIdA+JmQl0sgAADABF/ISqTwW/DAAAAAElFTkSuQmCC)
		no-repeat center;
}
.privacy .accordion li:last-child .title {
	border-bottom: none;
}
.privacy .accordion .desc {
	display: none;
	padding: 30px 0;
}
.privacy .accordion li.active .title:after {
	right: 13px;
	width: 24px;
	height: 37px;
	margin-top: -18.5px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAlCAYAAABYkymLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REZCMTI0MDNBRUM1MTFFODg1REVCREUzOEI1NDBFMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REZCMTI0MDRBRUM1MTFFODg1REVCREUzOEI1NDBFMTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERkIxMjQwMUFFQzUxMUU4ODVERUJERTM4QjU0MEUxOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERkIxMjQwMkFFQzUxMUU4ODVERUJERTM4QjU0MEUxOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Piz6YB8AAAIjSURBVHja7Jc7SwNBFIUTEYWAaBDUUs2SB7G0VNBKEH+A2Gm3P8BCS01nIRaC1jaCCCIasBN8EEFBBV8BTSOoKIiF+CiyngtnZFlmXzGVZOBLdrJzz5mdx91JJBKuLIMd+w+WZXlSF9KgnQQuYQ1Cl5pBzaBm8B8Moj73u8EoGABZ0MGYB3ABdsEqktpdWOMusAbKkjBBCayDW/DM6xLvldm2S5dNdWUcvINvsMSeq7IBTm31LNt8M2bcz2CavToBGY2500CJZBgjlSk3gwk2yIOYy9BpDSgUY6xUJpwGBvhgL2Iec+NqYDM5oZZhN5DAL5D0mXxPAwomqbWhDFJ8rIUAq8vXgKIL1EzJRhtj28Uq7i+lNSYGg+AGFKuljqcoUnOwHh89nH1daQVNtrpMYgPo/E0F0egHBJ80scdgWAzi4NHFoIXnoITj9xK/38AQ0BmIZlwlO8vFQFJDHzjX3HsB/ej9kd+QvYIVnzbNYI8dEe7VTnc70VFTtCOH4DLA3Mn4nzHI8Ds6olyBA7mYZa+MACYyZ20B9oFBzRmVqKQyX+GS1BnMU/M3YeaZPxJ/NaCGaG3bc1Ga+aPAdV6RAWML1Eo707XJx9oEjWENGLNJDdPthZNjg0LQ4bINS4GxOb9XpslH/ORkea0ug20+GWM658TtVCFzMgdGWL9mblEpRU4XvWwnZQtMQvA67CLJcC3vcYOpnSzX+7yX8fqP9iPAAN6MmFjTd9UnAAAAAElFTkSuQmCC)
		no-repeat center;
}
.privacy .accordion li.active .desc {
	display: block;
}
.privacy .section2 .selectric .label {
	letter-spacing: 0;
}
.privacy .section2 .selectric-wrapper ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.privacy .section2 .selectric-wrapper ul li {
	padding: 10px;
}
.privacy .section2 .selectric-wrapper ul li:before {
	display: none;
}
.privacy .section2 ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	padding-left: 30px;
}
.privacy .section2 ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.privacy .section2 ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #000;
	top: 8px;
	position: absolute;
	left: 0;
}
.privacy .section2 .rtl ul li {
	padding-right: 20px;
	padding-left: 0;
}
.privacy .section2 .rtl ul li:before {
	right: 0;
	left: auto;
}
.privacy .section2 .accordion > li {
	padding-left: 0;
	margin-bottom: 0;
}
.privacy .section2 .accordion > li:before {
	display: none;
}
.privacy .section2_top {
	max-width: 880px;
	margin: 0 auto;
}
.privacy hr {
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	margin: 60px 0;
}
.privacy .section2_1 .container {
	max-width: 1320px;
}
.privacy .section2_top h3 {
	font-size: 34px;
	margin-bottom: 30px;
}
.privacy .section2_top .btn {
	margin: 30px auto;
}
.privacy .section2_top p {
	margin-bottom: 20px;
	line-height: inherit;
}
.privacy .section2_content h2 {
	margin: 30px 0;
	text-align: inherit;
	font-size: 34px;
}
.privacy .section2_content h3 {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 25px;
	color: gray;
}
.privacy .section2 ol li {
	margin-bottom: 5px;
}
.privacy .section2 ol ol {
	margin-top: 5px;
}
.privacy .section2 pre {
	font-family: 'PT Sans', Arial;
	font-size: 15px;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 20px;
}
.privacy .section2_content .view-privacy-faq .views-field-title {
	font-weight: 700;
}
.privacy .section2_content .item-list > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-template-game-landing .section2 {
	padding: 80px 0;
}
.page-template-game-landing .section2 .swiper-slide {
	background: none;
}
.page-template-game-landing .section2 h2 {
	font-size: 29px;
	text-transform: uppercase;
}
.page-template-game-landing .section2 .swiper-slide a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.page-template-game-landing .section2 .swiper-slide a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #dc0606;
	opacity: 0.5;
	z-index: 0;
}
.page-template-game-landing .section2 .swiper-slide.swiper-slide-prev a:hover,
.page-template-game-landing .section2 .swiper-slide.swiper-slide-active a:hover,
.page-template-game-landing .section2 .swiper-slide.swiper-slide-next a:hover {
	text-decoration: none;
	opacity: 1;
}
.page-template-game-landing .section2 .swiper-slide a span {
	padding: 20px 50px;
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase;
	color: #dc0606;
	font-weight: 700;
	font-size: 15px;
	border-radius: 2px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
body.page-template-game-landing {
	background: #f4f4f4;
}
.page-template-game-landing .section2 .swiper-button-prev,
.page-template-game-landing .section2 .swiper-button-next,
.single-game .section3 .swiper-button-prev,
.single-game .section3 .swiper-button-next {
	background: url(../../assets/images/game-landing-next-btn.png?v=1) no-repeat center;
	width: 63px;
	height: 67px;
	background-size: 63px 67px;
	margin-top: -33.5px;
}
.page-template-game-landing .section2 .swiper-button-prev,
.single-game .section3 .swiper-button-prev {
	left: 0;
	background-image: url(../../assets/images/game-landing-prev-btn.png?v=1);
}
.page-template-game-landing .section2 .swiper-button-next,
.single-game .section3 .swiper-button-next {
	right: 0;
}
.page-template-game-landing .section2 .swiper-button-prev:hover,
.page-template-game-landing .section2 .swiper-button-next:hover,
.single-game .section3 .swiper-button-prev:hover,
.single-game .section3 .swiper-button-next:hover {
	opacity: 0.6;
}
.page-template-game-landing .section3 {
	background: #7fd2f4;
	background: -webkit-linear-gradient(-45deg, #7fd2f4 0%, #6badea 100%);
	background: -webkit-linear-gradient(315deg, #7fd2f4 0%, #6badea 100%);
	background: -o-linear-gradient(315deg, #7fd2f4 0%, #6badea 100%);
	background: linear-gradient(135deg, #7fd2f4 0%, #6badea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd2f4',endColorstr='#6badea',GradientType=1);
	padding: 50px 20px;
	text-align: center;
}
.page-template-game-landing .section3 a {
	padding: 15px 35px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	opacity: 0.6;
	margin: 5px;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.page-template-game-landing .section3 a.mixitup-control-active {
	opacity: 1;
	border: 1px solid #fff;
}
.page-template-game-landing .section3 a:hover {
	background: #fff;
	text-decoration: none;
	color: #222c37;
	opacity: 1;
}
.page-template-game-landing .section4 {
	padding: 80px 0;
}
.page-template-game-landing .section4 .container {
	max-width: 1200px;
}
.page-template-game-landing .section4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#all-games {
	text-align: center;
}
.page-template-game-landing .section4 ul li {
	margin-bottom: 30px;
	width: 218px;
	height: auto;
	letter-spacing: 1px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page-template-game-landing .section4 ul .thumb {
	max-width: 92px;
	margin: 0 auto 5px;
	display: block;
	height: 97px;
}
.page-template-game-landing .section4 ul .thumb img {
	width: 100%;
	border-radius: 10px;
}
.page-template-game-landing .section4 ul li a {
	color: #000;
	text-align: center;
	display: block;
	line-height: 20px;
	opacity: 1;
	font-size: 15px;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.page-template-game-landing .section4 ul li a:hover,
.page-template-game-landing .section4 ul li.active a {
	opacity: 1;
	text-decoration: none;
}
.page-template-game-landing .section4 ul li a:hover {
	opacity: 1;
	color: #dc0606;
}
.page-template-game-landing .section5 {
	background: #232c34;
	color: #8e9aa4;
	letter-spacing: 1px;
	padding: 70px 0;
	line-height: 24px;
	text-align: justify;
}
.page-template-game-landing .section5 .container {
	max-width: 1180px;
}
.page-template-game-landing .section5 .title {
	text-align: center;
	margin-bottom: 45px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.page-template-game-landing .section5_1 {
	color: #fff;
	background: #7fd2f4;
	background: -webkit-linear-gradient(-45deg, #7fd2f4 0%, #7fd2f4 0%, #6badea 100%);
	background: -webkit-linear-gradient(315deg, #7fd2f4 0%, #7fd2f4 0%, #6badea 100%);
	background: -o-linear-gradient(315deg, #7fd2f4 0%, #7fd2f4 0%, #6badea 100%);
	background: linear-gradient(135deg, #7fd2f4 0%, #7fd2f4 0%, #6badea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd2f4',endColorstr='#6badea',GradientType=1);
}
body.single-game {
	background: #f4f4f4;
}
.single-game .section2 {
	padding: 90px 0;
}
.single-game .section2 .container {
	max-width: 1490px;
}
.single-game .section2 h2 {
	margin: 0 0 30px;
	font-size: 58px;
	line-height: 58px;
	text-align: left;
}
.single-game .section2 .support {
	margin-top: 20px;
}
.single-game .section2 .support .selectric-wrapper {
	vertical-align: middle;
	margin-left: 10px;
}
.single-game .section2 .social_icons a {
	width: 37px;
	height: 37px;
	background: #fff;
	border-radius: 37px;
	position: relative;
	z-index: -9999px;
	vertical-align: middle;
	margin-left: 5px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 24px;
	color: #222c37;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.single-game .section2 .social_icons a:hover {
	text-decoration: none;
	background: #dc0606;
	color: #fff;
}
.single-game .section2 .col:last-child {
	letter-spacing: 1px;
	line-height: 24px;
}
.single-game .section2 .col.s12 .game_description {
	max-width: 800px;
	margin: 0 auto;
}
.single-game .section2 .col.s12 .game_description h3 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
}
.single-game .app_links {
	margin-top: 30px;
}
.single-game .app_links img {
	height: 40px;
	width: auto;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.single-game .app_links a:hover img {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.single-game .app_links a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.single-game .section_featured {
	background: #fff;
	padding-bottom: 90px;
	border-bottom: 1px solid #d8d8d8;
}
.single-game .section_featured .app_icon {
	margin: -130px 0 40px;
}
.single-game .section_featured .app_icon img {
	max-height: 230px;
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
	border-radius: 10px;
}
.single-game .section_featured h2 {
	text-align: center;
	line-height: 40px;
}
.single-game .section_featured .container {
	max-width: 1280px;
}
.single-game .section_featured .game_description strong {
	display: block;
}
.single-game .section_featured .col {
	position: relative;
}
.single-game .section_featured .col .sep {
	position: absolute;
	left: 0;
	width: 100%;
	top: -81px;
}
.single-game .section_featured .col .thumb {
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
}
.single-game .section_featured .col .thumb img {
	display: block;
	width: auto;
	height: auto;
	max-width: inherit;
	min-width: 100%;
	min-height: 400px;
}
.single-game .section_featured .game_info {
	margin: 80px 0 -90px;
}
.single-game .section_featured .row {
	margin: 0;
}
.single-game .section_featured .row > .col {
	padding: 0;
}
.single-game .section_featured .game_info .col + .col {
	border-left: 1px solid #d8d8d8;
}
.single-game .section_featured .col .game_info_content {
	padding: 78px 0;
}
.single-game .section_featured .col .game_info_content .container {
	max-width: 540px;
}
.single-game .section_featured .col .title {
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222c37;
	margin-bottom: 40px;
}
.single-game .sep {
	position: relative;
	margin: 40px 0;
}
.single-game .sep:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 40px;
	border-top: 1px solid #d8d8d8;
}
.single-game .sep span {
	width: 78px;
	height: 78px;
	border-radius: 78px;
	border: 1px solid #d8d8d8;
	text-align: center;
	line-height: 78px;
	font-size: 19px;
	color: #dc0606;
	font-weight: 700;
	display: block;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.single-game .section3 .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.job-listings .listing {
	background: #fff;
	padding: 40px;
	text-align: left;
	margin-bottom: 5px;
}
.job-listings .listing h3 {
	font-size: 32px;
}
.job-listings .listing h3 a {
	color: #222c37;
}
.job-listings .listing h3 a:hover {
	color: #dc0606;
	text-decoration: none;
}
.job-listings .listing .location {
	text-transform: uppercase;
}
.job-listings .section3 .container {
	max-width: 950px;
}
@media screen and (min-width: 1051px) {
	.single-game .section3 .swiper-slide {
		background: #000;
	}
	.single-game .section3 .swiper-slide a {
		display: block;
		position: relative;
	}
	.single-game .section3 .swiper-slide img {
		opacity: 0.4;
		display: block;
		-webkit-filter: blur(2px);
		filter: blur(2px);
		min-height: 400px;
	}
	.single-game .section3 .swiper-slide-active img {
		max-width: inherit;
		width: 954px;
		width: 58vw;
	}
	.single-game .section3 .swiper-slide {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		overflow: hidden;
		position: relative;
	}
	.single-game .section3 .swiper-container:before {
		content: '';
		background: #222;
		display: block;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 50%;
	}
}
.single-game .section3_w {
	background: #fff;
	margin-top: -1px;
}
.single-game .section3 .swiper-slide-prev,
.single-game .section3 .swiper-slide-next {
	z-index: 98;
	opacity: 1;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.single-game .section3 .swiper-slide-next {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.single-game .section3 .swiper-slide-active {
	padding: 0;
	opacity: 1;
	z-index: 99;
	overflow: visible;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.single-game .section3 .swiper-slide-active a {
	display: block;
}
.single-game .section3 .swiper-slide-active a.video-embed:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -83px;
	margin-top: -83px;
	width: 166px;
	height: 167px;
	background: url(../../assets/images/play-btn.png) no-repeat center;
	opacity: 0.8;
}
.single-game .section3 .swiper-slide-active a:hover:after {
	opacity: 1;
}
.single-game .section3 .swiper-slide-active img {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}
body.support {
	background: #fff;
}
.support .section2 {
	text-align: center;
	padding-bottom: 80px;
}
.support .section2 h2 {
	margin-bottom: 40px;
}
.support .section2 .search {
	margin: 0 auto 80px;
}
.support .section2 .search input {
	font-family: 'PT Sans', Arial;
	background: #fff
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0iTTQ5NSw0NjYuMkwzNzcuMiwzNDguNGMyOS4yLTM1LjYsNDYuOC04MS4yLDQ2LjgtMTMwLjlDNDI0LDEwMy41LDMzMS41LDExLDIxNy41LDExQzEwMy40LDExLDExLDEwMy41LDExLDIxNy41ICAgUzEwMy40LDQyNCwyMTcuNSw0MjRjNDkuNywwLDk1LjItMTcuNSwxMzAuOC00Ni43TDQ2Ni4xLDQ5NWM4LDgsMjAuOSw4LDI4LjksMEM1MDMsNDg3LjEsNTAzLDQ3NC4xLDQ5NSw0NjYuMnogTTIxNy41LDM4Mi45ICAgQzEyNi4yLDM4Mi45LDUyLDMwOC43LDUyLDIxNy41UzEyNi4yLDUyLDIxNy41LDUyQzMwOC43LDUyLDM4MywxMjYuMywzODMsMjE3LjVTMzA4LjcsMzgyLjksMjE3LjUsMzgyLjl6IiBmaWxsPSIjY2NjY2NjIi8+CiAgPC9nPgo8L3N2Zz4K)
		no-repeat 20px center;
	background-size: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 50px;
	height: 50px;
	padding: 0 20px;
	padding-left: 70px;
}
.support .section2 .thumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	height: 182px;
	margin-bottom: 20px;
}
.support .section2 .thumb img {
	max-height: 182px;
	width: auto;
	height: auto;
	border-radius: 10px;
}
.support .section2 .title {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	height: 46px;
	overflow: hidden;
}
.selectric-wrapper {
	display: inline-block;
	min-width: 152px;
	text-align: left;
	position: relative;
	z-index: 9;
}
.selectric,
.selectric-hover .selectric,
.selectric-open .selectric {
	border-radius: 14px;
	background: #fff;
	border-color: #989da2;
}
.selectric-open .selectric {
	border-radius: 14px 14px 0 0;
}
.selectric .label,
.selectric .button {
	background: #fff;
	height: 26px;
	line-height: 26px;
}
.selectric .label {
	letter-spacing: 1px;
	font-size: 12.5px;
	color: #222c37;
}
.selectric-items {
	margin-top: -1px;
	background: #fff;
	border-radius: 0 0 14px 14px;
	border-top: none;
	border-color: #989da2;
	overflow: hidden;
	z-index: 2;
}
.selectric-items li {
	letter-spacing: 1px;
	text-align: left;
}
.selectric-items li:hover {
	background: #f3f3f3;
	color: #222c37;
}
.selectric-items li.selected,
.selectric-items li.highlighted {
	background: #dc1207;
	color: #fff;
}
.selectric-above.selectric-open .selectric {
	border-radius: 0 0 14px 14px;
}
.selectric-above .selectric-items {
	border-radius: 14px 14px 0 0;
	margin-top: 0;
	margin-bottom: -1px;
	border-top: 1px solid #989da2;
	border-bottom: none;
}
.support .section2 .games .game {
	margin-bottom: 70px;
}
.support #footer {
	border-top: 1px solid #d8d9db;
}
.job .section_leftimg .col:first-child img,
.job .section_rightimg .col:first-child img {
	width: 100%;
	height: auto;
	display: block;
}
.job .section_leftimg h3,
.job .section_rightimg h3 {
	font-size: 50px;
	color: #222c37;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -328px;
	width: 500px;
	z-index: 1;
	position: relative;
	text-align: center;
}
.job .section_rightimg h3 {
	margin-right: -291px;
	margin-left: 0;
	float: right;
}
.job .section_leftimg h4,
.job .section_rightimg h4 {
	color: #dc0606;
	font-size: 21px;
	text-transform: uppercase;
}
.job .section_leftimg .row,
.job .section_rightimg .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
}
.job .section_leftimg .row > .col,
.job .section_rightimg .row > .col {
	padding: 0;
}
.job .section_rightimg .col:first-child {
	-webkit-order: 3;
	-ms-flex-order: 2;
	order: 2;
}
.job .section_leftimg .container,
.job .section_rightimg .container {
	max-width: 514px;
}
.job .section_leftimg .col,
.job .section_rightimg .col {
	position: relative;
}
body.job {
	background: #f0f2f3;
}
.job .section_leftimg,
.job .section_rightimg {
	padding: 0 0 75px 0;
}
.job .section_leftimg .zynga_logo,
.job .section_rightimg .zynga_logo {
	width: 439px;
	height: 500px;
	background: url(../../assets/images/job-zynga-logo.png) no-repeat;
	background-size: 300px 342px;
	position: absolute;
	right: -202px;
	bottom: -223px;
	z-index: 0;
}
.job .section_white {
	background: #fff;
}
.job .section_leftimg.section_white {
	padding-top: 80px;
}
.job .section_leftimg.section_white h3,
.job .section_rightimg.section_white h3 {
	text-align: left;
	font-size: 38px;
}
.job .section_leftimg.section_white h3 {
	margin-left: -180px;
}
.job .section_rightimg.section_white h3 {
	margin-right: -376px;
}
.job .section_bluebgleft,
.job .section_bluebgright {
	position: relative;
	padding: 145px 86px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 75px;
}
.job .section_bluebgright {
	font-size: 28px;
	font-weight: 300;
}
.job .section_bluebgleft:before,
.job .section_bluebgright:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background: #1e79e8;
	top: 0;
	left: 86px;
}
.job .section_bluebgright:before {
	right: 86px;
	left: auto;
}
.job .section_bluebgleft a,
.job .section_bluebgright a {
	color: #001d41;
}
.job .section_bluebgleft .container,
.job .section_bluebgright .container,
.job .section_benefits .container {
	max-width: 1095px;
}
.job .section_bluebgleft h3,
.job .section_bluebgright h3 {
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 2px;
}
.job .section_bluebgright h3 {
	font-size: 32px;
}
.job .section_bluebgleft ul,
.job .section_bluebgright ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}
.job .section_bluebgright ul {
	font-size: 15px;
}
.job .section_bluebgleft ul li,
.job .section_bluebgright ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.job .section_bluebgleft ul li:before,
.job .section_bluebgright ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	top: 9px;
	position: absolute;
	left: 0;
}
.fancybox-container button,
.fancybox-container button:hover {
	background: none;
}
.job .section_benefits {
	letter-spacing: 1px;
	line-height: 24px;
	padding-bottom: 60px;
}
.job .section_bluebgright.white {
	background: inherit;
	color: inherit;
	padding: 20px 0 40px;
}
.job .section_bluebgright.white:before {
	display: none;
}
.job .section_bluebgright.white ul li:before {
	background: #000;
}
.job .section_benefits h3 {
	margin-bottom: 70px;
	font-size: 32px;
	text-transform: uppercase;
}
.job .section_benefits ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}
.job .section_benefits ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
.job .section_benefits ul li:before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: #000;
	top: 9px;
	position: absolute;
	left: 0;
}
#nav_games {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(34, 44, 55, 0.98);
	z-index: 9998;
	padding: 68px 0;
	display: none;
	padding-top: 185px;
	top: 0;
	left: 0;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#nav_games .slider {
	position: relative;
}
#nav_games .swiper-slide {
	background: none;
	text-align: left;
}
#nav_games .swiper-slide ul {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#nav_games .swiper-pagination {
	bottom: -20px;
	width: 100%;
}
#nav_games .swiper-pagination .swiper-pagination-bullet {
	margin: 0 7px;
	background: #fff;
	opacity: 1;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#nav_games .swiper-pagination .swiper-pagination-bullet-active {
	background: #dc0606;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0 7px;
}
body.big_menu #nav_games {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.admin-bar #header {
	top: 32px;
}
#nav_games ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav_games ul li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
	min-height: 50px;
}
@media screen and (min-width: 1051px) {
	#nav_games ul li {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	.big_menu #nav_games ul > li {
		-webkit-animation: show_game_item cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
		animation: show_game_item cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
	}
	@-webkit-keyframes show_game_item {
		0% {
			opacity: 0;
			-webkit-transform: translate(0, 20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
		}
	}
	@keyframes show_game_item {
		0% {
			opacity: 0;
			-webkit-transform: translate(0, 20px);
			transform: translate(0, 20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
}
#nav_games ul li .thumb {
	position: relative;
	width: 42px;
	height: 42px;
	min-width: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#nav_games ul li .thumb img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}
#nav_games ul li .name {
	padding-right: 20px;
}
#nav_games ul li a {
	color: #fff;
	font-size: 19px;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	letter-spacing: 1px;
}
#nav_games ul li a:hover {
	text-decoration: none;
	color: #dc0606;
}
.rtl {
	direction: rtl;
	letter-spacing: 0;
}
#mobile_install,
#install {
	display: none;
}
#navigation ul.menu li:hover > ul,
#navigation div.menu > ul li:hover > ul {
	min-width: 300px;
	background: #dc0606;
}
#navigation ul.menu li > ul,
#navigation div.menu > ul li > ul {
	margin-left: 0;
	min-width: 300px;
	margin-top: 0;
}
#navigation ul ul li {
	float: none;
	margin: 0;
	height: auto;
}
#navigation ul ul li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#navigation ul li.menu-item-has-children:hover > a {
	background: #dc0606;
	color: #fff;
}
#navigation ul.menu ul li a,
#navigation div.menu > ul ul li a {
	padding: 20px 40px;
	height: auto;
	line-height: inherit;
}
#navigation ul.menu ul li a:hover,
#navigation div.menu > ul ul li a:hover {
	color: #fff;
	background: #222c37;
}
body.leadership {
	background: #f0f2f3;
}
.leadership .section2 {
	padding-bottom: 50px;
}
.leadership .section2 ul.links li a {
	padding: 30px 10px;
}
.leadership .section3 .post {
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing: 1px;
}
.leadership .section3 .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.leadership-single .section3 .row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.leadership .section3 .row:nth-child(even) > .col:first-child {
	-webkit-order: 2;
	-ms-flex-order: 1;
	order: 1;
}
.leadership .section3 .container {
	max-width: 558px;
}
.leadership-single .section3 .container {
	max-width: 758px;
}
.leadership-single .section3 .col:first-child .container {
	max-width: 400px;
}
.leadership .section3 .read_more_container {
	text-align: right;
}
.leadership .section3 a.read_more {
	position: relative;
	bottom: auto;
	right: auto;
}
.leadership .section3 h3 {
	font-family: 'Roboto';
	font-weight: 200;
	color: #5c5a5a;
	font-size: 48px;
}
.leadership .section3 .sub_title {
	color: #dc0606;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.job-careers .section3,
.job-locations .section3,
.job-listings .section3 {
	padding-top: 0;
}
.job-careers .section3 h2 {
	margin-bottom: 30px;
}
.job-careers .section3 h2 + p {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.game_mobile_filters,
.mobile_view_link,
.mobile_only {
	display: none;
}
#mobile_menu {
	display: none;
}
.home .section1 .swiper-slide {
	background: no-repeat center;
	background-size: cover;
}
.home .section1 .desc {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	height: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit--webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms--webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	width: 900px;
	max-width: 100%;
}
.home .section1 .desc .title {
	margin-bottom: 0;
}
.home .section1 .desc p:last-child {
	margin-top: 20px;
	margin-bottom: 0;
}
.home .section1 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.home .section1 .swiper-pagination-bullet-active {
	background: #dc0606;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0 10px;
}
.home .section1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.home .section1 .swiper-container-horizontal > .swiper-pagination-bullets,
.home .section1 .swiper-pagination-custom,
.home .section1 .swiper-pagination-fraction {
	bottom: 20px;
}
.wp-pagenavi {
	padding: 20px;
	background: #fff;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #000;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	border-radius: 40px;
	display: inline-block;
	padding: 0;
}
.wp-pagenavi span,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	color: #8d8d8d;
	width: auto;
	margin: 0 10px;
}
.wp-pagenavi span.current {
	width: 40px;
	color: #fff;
	background: #dc0606;
}
body.error404:before,
.error404 #header,
.error404 #footer {
	display: none;
}
body.error404 {
	background: #dc0606;
	color: #fff;
	padding: 0;
}
body.error404 .section1 {
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
body.error404 .section1 .container {
	max-width: 800px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
body.error404 .section1 .logo {
	margin-bottom: 40px;
}
body.error404 .section1 .logo img {
	max-width: 130px;
	width: auto;
	height: auto;
}
body.error404 .section1 h1 {
	margin-bottom: 0;
}
body.error404 .section1 a {
	color: #fff;
}
body.error404 .section1 a.home:before {
	content: '';
	display: block;
	float: left;
	width: 30px;
	border-top: 1px solid #fff;
	margin-right: 10px;
	margin-top: 9px;
}
body.page .section_page {
	padding: 80px 0;
}
body.page .section_page .container {
	max-width: 1100px;
}
body.page .section_page h2 {
	margin: 0 0 40px;
}
body.page .section_contact .container {
	max-width: 880px;
}
#map {
	height: 300px;
	background: #f3f3f3;
}
.legal_menu {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	padding: 0 0;
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.legal_menu .legal_menu_container {
	float: left;
}
.legal_menu .language {
	float: right;
	margin: 16px 20px 0;
}
.privacy .section2 .legal_menu .language .selectric-wrapper {
	margin: 0;
}
.legal_menu ul.menu,
.legal_menu div.menu > ul,
.legal_menu ul.menu li,
.legal_menu div.menu > ul li,
.legal_menu ul.menu li ul,
.legal_menu div.menu > ul li ul {
	padding: 0;
	margin: 0;
}
.legal_menu ul.menu li:before,
.legal_menu div.menu > ul li:before {
	display: none;
}
.legal_menu ul.menu li a,
.legal_menu div.menu > ul li a {
	color: #000;
	padding: 0;
	white-space: nowrap;
}
.legal_menu ul.menu > li > a {
	padding: 10px 30px;
}
.legal_menu ul.menu > li,
.legal_menu div.menu > ul > li {
	position: relative;
}
.legal_menu ul.menu > li + li:before,
.legal_menu div.menu > ul > li + li:before {
	content: '';
	border-left: 1px solid #ccc;
	width: 1px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 0;
	display: block;
	height: 22px;
	background: none;
}
.legal_menu ul.menu > li:hover > ul,
.legal_menu div.menu > ul > li:hover > ul {
	background: #f6f6f6;
	border-top: 1px solid #dc0606;
}
.legal_menu ul.menu > li:hover > ul ul,
.legal_menu div.menu > ul > li:hover > ul ul {
	background: #f6f6f6;
}
.legal_menu ul.menu li ul li,
.legal_menu div.menu > ul li ul li {
	float: none;
}
.legal_menu ul.menu li ul {
	width: auto !important;
	min-width: 0 !important;
	max-width: inherit !important;
}
.legal_menu ul.menu li ul ul {
	left: 100%;
	top: 0;
}
.legal_menu ul.menu li ul li:hover {
	color: #fff;
	background: #333;
}
.legal_menu ul.menu li ul li:hover > a {
	color: #fff;
}
select.select_language,
select.custom_select {
	display: none;
}
.nothing_found {
	padding: 0 0 40px;
	text-align: center;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
	color: #939393;
}
.page-template-game-landing .section2 .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 1051px) {
	.ie #nav_games .swiper-slide {
		display: table;
		vertical-align: middle;
	}
	.ie #nav_games ul li {
		opacity: 1;
		-ms-transform: none;
		transform: none;
		-ms-animation: none;
		animation: none;
	}
	.ie .single-game .section3 .swiper-slide a {
		position: relative;
	}
	.ie .single-game .section3 .swiper-slide img {
		min-height: 0;
		width: 100%;
	}
	.ie .single-game .section3 .swiper-slide-active img {
		width: 150%;
		margin-left: -25% !important;
	}
}
@media screen and (max-width: 1550px) {
	#nav_games {
		padding: 145px 30px 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.shrink_header #nav_games {
		padding: 125px 30px 50px;
	}
	#nav_games ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1450px) {
	#logo,
	#social {
		width: 234px;
	}
	#navigation ul li a {
		padding: 0 40px;
	}
	.home .section1 .desc {
		font-size: 34px;
		line-height: 46px;
	}
	.support .section2 .thumb {
		height: 145px;
	}
	.support .section2 .thumb img {
		max-height: 145px;
	}
	#nav_games ul li a {
		font-size: 15px;
	}
	#footer .footer .follow {
		width: auto;
	}
	#footer .footer .follow .social_icons {
		float: right;
		margin-left: 20px;
	}
	#footer .logos {
		position: relative;
		float: right;
		right: auto;
		bottom: auto;
		margin-top: 4px;
	}
}
@media screen and (max-width: 1210px) {
	#nav_games ul li .thumb {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1120px) {
	#logo {
		width: 140px;
	}
}
@media screen and (max-width: 1050px) {
	.desktop_only {
		display: none;
	}
	html {
		background-color: #dc0606;
		-webkit-text-size-adjust: 100%;
	}
	body {
		font-size: 14px;
		padding-top: env(safe-area-inset-top);
	}
	html,
	body {
		height: auto;
	}
	#page_content {
		font-size: 14px;
	}
	#wrapper {
		margin-bottom: 0;
	}
	#content:after {
		display: none;
	}
	#header {
		background: #dc0606;
	}
	#logo {
		width: auto;
		float: left;
		margin-left: 5px;
	}
	#navigation,
	#social {
		display: none;
	}
	#wrapper {
		padding-top: 0;
	}
	#footer {
		height: auto;
	}
	.home .section1 .desc {
		top: 27%;
		left: 18.5%;
		right: 18.5%;
		height: auto;
		color: #fff;
		font-size: 30px;
		line-height: 40px;
	}
	.home .section1 .slide-img,
	.page .section1 .slide-img {
		min-height: 250px;
	}
	.home .section1 .btn,
	.page .section1 .btn {
		border-radius: 2px;
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
	.home .section2 {
		padding-top: 0;
	}
	.home .section2 h2 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.home .section2 .cards {
		padding: 20px;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.home .section2 .cards .card {
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		width: 100%;
		padding: 20px;
		padding-bottom: 0;
		min-height: 0;
		text-align: center;
		border: none;
		position: relative;
		z-index: 0;
		border-radius: 2px;
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	}
	.home .section2 .cards .card.card-desc {
		padding-bottom: 20px;
		margin-bottom: 10px;
		margin-top: -1px;
		z-index: 2;
	}
	.home .section2 .cards .card-2 {
		padding-bottom: 0;
	}
	.home .section2 .cards .card-1 img,
	.home .section2 .cards .card-2 img,
	.home .section2 .cards .card-3 img,
	.home .section2 .cards .card-4 img {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		margin: 0 auto;
	}
	.mobile_view_link {
		display: block;
	}
	.home .section2 .cards .card .btn {
		height: 45px;
		line-height: 45px;
		padding: 0 30px;
		border-radius: 2px;
		font-size: 13px;
		margin-top: 10px;
	}
	.more-link {
		display: none;
	}
	.home .section2 .cards .card:nth-child(1) {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.home .section2 .cards .card:nth-child(2) {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	.home .section2 .cards .card:nth-child(3) {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.home .section2 .cards .card:nth-child(3) {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.home .section2 .cards .card:nth-child(4) {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.home .section2 .cards .card:nth-child(5) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.home .section2 .cards .card:nth-child(6) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.home .section2 .cards .card:nth-child(7) {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.home .section2 .cards .card:nth-child(8) {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.home .section2 .cards .card img {
		margin: 0 auto;
		display: block;
		max-height: 250px;
		max-width: 80%;
	}
	.home .section2 .cards .card .game-logo {
		max-height: 65px;
		max-width: 265px;
	}
	.home .section3 {
		padding: 40px 0;
	}
	.home .section3 img {
		max-width: 150px;
	}
	.container {
		padding: 0 20px;
		padding-left: calc(env(safe-area-inset-left) + 20px);
		padding-right: calc(env(safe-area-inset-right) + 20px);
	}
	#header {
		padding-left: env(safe-area-inset-left);
		padding-right: env(safe-area-inset-right);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .footer .logos,
	#footer .footer .logo {
		display: none;
	}
	#footer .footer .menu_items {
		text-align: center;
	}
	#footer .footer .menu_items ul li,
	#footer .footer .menu_items ul li + li {
		float: none;
		margin: 0 10px;
		display: inline-block;
		vertical-align: middle;
	}
	#footer .footer {
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	#footer .footer .contact_info {
		margin-left: 0;
		width: auto;
	}
	#footer .footer .follow {
		width: auto;
		margin-left: 0;
	}
	#footer .copy {
		font-size: 12px;
	}
	.home .section2 .container {
		padding: 0;
		padding-left: env(safe-area-inset-left);
		padding-right: env(safe-area-inset-right);
	}
	#footer .copy {
		padding-left: calc(env(safe-area-inset-left) + 20px);
		padding-right: calc(env(safe-area-inset-right) + 20px);
	}
	.home .section3 {
		font-size: 14px;
		line-height: 20px;
	}
	.page .section1 .desc {
		color: #fff;
		font-size: 16px;
		line-height: 23px;
		font-weight: 600;
	}
	.page .section1 .desc h1 {
		font-size: 36px;
		line-height: 39px;
		margin-bottom: 10px;
	}
	.job .section1 .desc .desc_text {
		font-size: 14px;
		line-height: 18px;
	}
	.page .section2,
	.page .section3 {
		padding: 30px 0 !important;
	}
	.page .section h2 {
		margin: 0 0 40px;
		font-size: 30px;
	}
	.job .section3 .filters {
		margin-bottom: 40px;
	}
	.job .section3 .filters a {
		display: block;
	}
	.job .section3 .row {
		margin-bottom: 0;
	}
	.news .section2 .row {
		margin-bottom: 0;
	}
	.news .section2 .post {
		margin-bottom: 0;
		min-height: 0;
	}
	.careers-position .section3 .btn {
		margin-top: 0;
	}
	.careers-position .section2 .row {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.careers-position .section2 .row p:last-child {
		margin-bottom: 0;
	}
	.careers-position .section2 .btn {
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 40px;
		display: block;
		max-width: 100px;
	}
	.careers-position .section3 ul li:last-child {
		margin-bottom: 0;
	}
	.accordion {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accordion .title {
		font-weight: 700;
		text-transform: uppercase;
	}
	.privacy .section2 .row {
		margin-bottom: 0;
	}
	.privacy .section2 .col:first-child {
		padding-right: 20px;
	}
	.privacy .accordion .title:after {
		display: none;
	}
	.privacy .accordion .desc {
		padding: 10px 0;
	}
	.privacy .section2 .accordion {
		padding-left: 0;
	}
	.privacy .section2_top h3 {
		font-size: 18px;
	}
	.privacy .section2_top .btn {
		margin: 10px auto;
	}
	.privacy hr {
		margin: 30px 0;
	}
	.privacy .section2_content h3 {
		font-size: 20px;
	}
	.page-template-game-landing .section3 a {
		display: block;
		font-size: 16px;
	}
	.page-template-game-landing .section4,
	.page-template-game-landing .section5 {
		padding: 30px 0;
	}
	.page-template-game-landing .section4 ul li {
		float: none;
		width: auto;
		text-align: center;
	}
	.page-template-game-landing .section5 .title {
		margin-bottom: 20px;
	}
	body {
		padding: 62px 0 0;
	}
	body:before {
		display: none;
	}
	#page_content {
		background: #f7f7f7;
	}
	body.error404 #page_content {
		background: #dc0606;
	}
	body.error404 #mobile_icon {
		display: none;
	}
	.admin-bar .slideout-menu {
		top: 46px;
	}
	#toggle {
		left: 20px;
		top: 16px;
	}
	#toggle span,
	#toggle span::after,
	#toggle span::before {
		background: #fff;
	}
	#sticky_footer {
		display: none;
	}
	.single-game .section2 h2 {
		line-height: 30px;
	}
	.single-game .section2 .social_icons {
		display: block;
		margin-top: 10px;
	}
	.single-game .section_featured .app_icon {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.single-game .section_featured .app_icon img {
		max-width: 82px;
	}
	.single-game .section_featured {
		padding-top: 0 !important;
	}
	.single-game .sep span {
		width: 52px;
		height: 52px;
		border-radius: 52px;
		line-height: 52px;
	}
	.single-game .sep:before {
		top: 27px;
	}
	.single-game .section_featured .game_info {
		margin-top: 0;
		margin-bottom: 0;
	}
	.single-game .section_featured .game_info .row > .col {
		margin-bottom: 0;
		border-top: 1px solid #d8d8d8;
	}
	.single-game .sep {
		display: none;
		margin: 10px 0;
	}
	.single-game .section_featured .col .sep {
		top: -68px;
	}
	.single-game .section_featured .col .title {
		margin-bottom: 20px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.single-game .section_featured .col .game_info_content {
		padding: 30px 0;
	}
	.single-game .section_featured .col .thumb {
		height: auto;
	}
	.single-game .section_featured .col .thumb img {
		min-height: 0;
	}
	.single-game .section_featured .game_info .col + .col {
		border-left: none;
	}
	.single-game .section3 .swiper-slide-active img {
		width: 100%;
	}
	.single-game .section3 .swiper-slide-active a.video-embed:after {
		background-size: 48px auto;
	}
	.single-game .section3 {
		padding: 0 !important;
	}
	.single-game .section3 .swiper-pagination-bullet {
		opacity: 1;
		background: #fff;
	}
	.single-game .section3 .swiper-pagination-bullet-active {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		background: #dc0606;
		margin: 0 6px;
	}
	.single-game .section3 .swiper-slide {
		width: auto;
		max-width: 100%;
	}
	.single-game .section3 .swiper-slide img {
		display: block;
	}
	.page .section1 {
		min-height: 250px;
		position: relative;
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.page .section1 .slide-img {
		width: auto;
		min-width: 100%;
		max-width: inherit;
		height: 250px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.page .section1 .desc {
		font-size: 22px;
		line-height: 28px;
		font-weight: 300;
		text-align: center;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0 20px;
		padding-left: calc(env(safe-area-inset-left) + 20px);
		padding-right: calc(env(safe-area-inset-right) + 20px);
	}
	.page .social_container,
	.single-game .section2 .support {
		text-align: center;
	}
	.single-game .section2 .support {
		margin-top: 20px;
	}
	.single-game .section2 .support .selectric-wrapper {
		margin-top: 10px;
	}
	.page .section h2 {
		text-align: center;
	}
	.single-game .app_links {
		text-align: center;
	}
	.single-game .section_featured {
		padding-bottom: 0 !important;
	}
	.single-game .section_featured .game_info .col:last-child {
		margin-bottom: 0;
	}
	#mobile_install {
		z-index: 9999;
		display: block;
		position: fixed;
		bottom: 20px;
		left: 50%;
		width: 150px;
		margin-left: -100px;
		-webkit-transform: translate(0, 65px);
		-ms-transform: translate(0, 65px);
		transform: translate(0, 65px);
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
	}
	.show_mobile_footer #mobile_install {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.show_mobile_menu #mobile_install,
	.show_mobile_games #mobile_install {
		-webkit-transform: translate(0, 65px);
		-ms-transform: translate(0, 65px);
		transform: translate(0, 65px);
	}
	#mobile_install .btn {
		width: 100%;
		padding: 0;
		border-radius: 55px;
		height: 42px;
		line-height: 42px;
	}
	#install {
		display: block;
		text-align: center;
		padding: 40px;
		border-radius: 3px;
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	}
	#install img {
		display: block;
		margin: 10px auto;
		max-width: 180px;
		height: auto;
	}
	.leadership .section2 ul.links li a {
		padding: 17px 10px;
	}
	.leadership .section2 {
		padding-bottom: 0 !important;
	}
	.leadership .section3 .row:nth-child(even) > .col:first-child {
		-webkit-order: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.leadership .section3 h3 {
		font-size: 30px;
	}
	.support .section2 .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.support .section2 .row > .col {
		width: 33% !important;
	}
	.job .section_leftimg,
	.job .section_rightimg {
		padding: 0 0 20px;
	}
	.job .section_leftimg h3,
	.job .section_rightimg h3,
	.job .section_leftimg.section_white h3,
	.job .section_rightimg.section_white h3 {
		margin: 0;
		text-align: center;
		padding: 0 20px;
		padding-left: calc(env(safe-area-inset-left) + 20px);
		padding-right: calc(env(safe-area-inset-right) + 20px);
		width: auto;
		font-size: 28px;
		float: none;
	}
	.job .section_righttimg .row,
	.job .section_leftimg .row {
		margin-bottom: 0;
	}
	.job .section_rightimg .col:first-child {
		-webkit-order: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.job .section_leftimg .col:last-child,
	.job .section_rightimg .col:last-child {
		margin-bottom: 0;
	}
	.job .section_bluebgleft:before {
		left: 0;
	}
	.job .section_bluebgright:before {
		right: 0;
	}
	.job .section_bluebgleft,
	.job .section_bluebgright {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	.job .section_bluebgright {
		font-size: 20px;
	}
	.job .section_bluebgleft .row,
	.job .section_bluebgright .row,
	.job .section_bluebgleft .row > .col,
	.job .section_bluebgright .row > .col {
		margin-bottom: 0;
	}
	.job .section_benefits h3 {
		margin-bottom: 30px;
	}
	.job .section_benefits {
		padding-bottom: 30px;
	}
	.job .section_benefits .row {
		margin-bottom: 0;
	}
	.job .section_leftimg.section_white {
		padding-top: 0;
	}
	.job .section_bluebgleft .container,
	.job .section_bluebgright .container,
	.job .section_benefits .container {
		max-width: 514px;
	}
	#nav_games.show,
	#nav_games {
		display: none;
	}
	#nav_games {
		top: 61px;
		height: auto;
		bottom: 70px;
		background: none;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 9999;
		padding: 11px 0 0;
		-webkit-box-shadow: inset 0 1px 2px -1px #00000080;
		box-shadow: inset 0 1px 2px -1px #00000080;
		text-shadow: 0 1px 2px #0000004d;
		letter-spacing: 1px;
	}
	.admin-bar.show_mobile_games #nav_games {
		top: 103px;
	}
	#nav_games .container {
		padding: 0 10px 30px;
		padding-left: calc(env(safe-area-inset-left) + 10px);
		padding-right: calc(env(safe-area-inset-right) + 10px);
	}
	#nav_games ul > li {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	#nav_games ul li .thumb {
		margin-right: 10px;
	}
	#nav_games ul > li span.name {
		background: rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		padding: 5px 10px;
	}
	.show_mobile_games #nav_games ul > li {
		-webkit-animation: show_mobile_menu cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
		animation: show_mobile_menu cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
	}
	#header a.games {
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.show_mobile_menu #header a.games {
		opacity: 0;
		-webkit-transform: translateY(-45px);
		-ms-transform: translateY(-45px);
		transform: translateY(-45px);
	}
	#nav_games ul li {
		width: auto;
		float: none;
		margin-bottom: 5px;
	}
	#nav_games ul li a {
		font-size: 14px;
	}
	#nav_games ul li a:hover {
		color: #fff;
		opacity: 0.8;
	}
	.show_mobile_games #nav_games {
		display: block;
	}
	.news .section2 .full_post {
		padding: 10px 0;
	}
	.news .section2 h2 {
		text-align: left;
	}
	#game_filters_container {
		overflow: auto;
		display: none;
	}
	.page-template-game-landing .section3 .container {
		max-width: 100%;
	}
	.home .section3 .container {
		width: auto;
		max-width: 1428px;
	}
	#game_filters {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 640px;
		padding: 20px 20px 0;
	}
	#game_filters > a {
		display: inline-block;
		white-space: nowrap;
	}
	.page-template-game-landing .section3 .container {
		padding: 0;
	}
	.page-template-game-landing .section2 {
		padding-bottom: 0 !important;
		padding-left: env(safe-area-inset-left) !important;
		padding-right: env(safe-area-inset-right) !important;
	}
	.page-template-game-landing .section2 .swiper-slide a:hover {
		opacity: 0 !important;
	}
	.page-template-game-landing .section2 h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page-template-game-landing .section2 .swiper-container {
		margin-bottom: 10px;
	}
	.page-template-game-landing .section2 .swiper-pagination-bullet {
		opacity: 1;
		background: #fff;
	}
	.page-template-game-landing .section2 .swiper-pagination-bullet-active {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		background: #dc0606;
		margin: 0 6px;
	}
	.page-template-game-landing .section2 .swiper-slide {
		width: auto;
		max-width: 80%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	.page-template-game-landing .section3 a {
		margin: 0;
		border-radius: 0;
		font-size: 13px;
		position: relative;
	}
	.page-template-game-landing .section3 a.active {
		border: none;
		background: #fff;
		color: #222c37;
	}
	.page-template-game-landing .section3 a + a:after {
		content: '';
		right: -1px;
		top: 10px;
		bottom: 10px;
		position: absolute;
		border-right: 1px solid rgba(255, 255, 255, 0.5);
	}
	#game_filters_container {
		display: none;
	}
	.game_mobile_filters {
		display: block;
	}
	.page-template-game-landing .section3 {
		padding: 20px !important;
		padding-left: calc(env(safe-area-inset-left) + 20px) !important;
		padding-right: calc(env(safe-area-inset-right) + 20px) !important;
	}
	.page-template-game-landing .section3 .selectric-wrapper {
		width: 100%;
		display: block;
	}
	.page-template-game-landing .section3 .selectric,
	.page-template-game-landing .section3 .selectric .label,
	.page-template-game-landing .section3 .selectric .button {
		height: 45px;
	}
	.page-template-game-landing .section3 .selectric .label {
		line-height: 45px;
	}
	.page-template-game-landing .section3 .selectric,
	.page-template-game-landing .section3 .selectric-hover .selectric {
		border-radius: 47px;
	}
	.page-template-game-landing .section3 .selectric-open .selectric {
		border-radius: 14px 14px 0 0;
	}
	.page-template-game-landing .section3 .selectric .label {
		margin: 0 38px 0 25px;
	}
	.page-template-game-landing .section3 .selectric-above.selectric-open .selectric {
		border-radius: 0 0 14px 14px;
	}
	.page-template-game-landing .section3 .selectric-above .selectric-items {
		border-radius: 14px 14px 0 0;
		margin-top: 0;
		margin-bottom: -1px;
		border-top: 1px solid #989da2;
		border-bottom: none;
	}
	.page-template-game-landing .section4 ul li a {
		display: none;
	}
	.page-template-game-landing .section4 ul li.active a {
		display: block;
	}
	.home .section3 {
		padding: 0 0 20px;
	}
	.home .section3 img {
		margin-bottom: 0;
	}
	.home .section2 .cards .card > a {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.page-template-game-landing .section2 .swiper-slide a span {
		font-size: 14px;
		padding: 23px 40px;
	}
	.single-game .section_featured {
		padding-top: 30px !important;
	}
	.page.single-game .section2 {
		padding-bottom: 0 !important;
	}
	.page.single-game .section3_w {
		padding: 0 !important;
	}
	.single-game .section2 .row {
		margin-bottom: 0;
	}
	.single-game .section2 .row .col h2:last-child {
		margin-bottom: 0;
	}
	.single-game .section_featured .col .content {
		font-size: 14px;
		line-height: inherit;
	}
	.page-template-game-landing .section4 ul li:last-child,
	.page-template-game-landing .section5 p:last-child,
	.page-template-game-landing .section5_1 p:last-child {
		margin-bottom: 0;
	}
	.single-game #footer {
		padding-bottom: 0;
	}
	.single-game .section_featured .col .thumb {
		display: block;
	}
	.single-game .section_featured .col .thumb img {
		max-width: 100%;
		min-width: 0;
	}
	.single-game .section2 .col:last-child {
		line-height: inherit;
	}
	.single-game .app_links a,
	.single-game .app_links a + a {
		margin: 2px;
		display: inline-block;
	}
	#careers_filters {
		display: none;
	}
	.job .section2 ul.links li a,
	.leadership .section2 ul.links li a {
		padding: 20px;
		border-radius: 2px;
	}
	.job-locations .section3 .row {
		display: block;
	}
	.job-locations .section3 .row > .col {
		width: 50% !important;
		float: left;
	}
	.job-locations .section3 .thumb {
		height: 150px;
	}
	.job-locations .section3 .thumb img {
		height: 120px;
	}
	.job .section2 ul.links,
	.leadership .section2 ul.links {
		display: none;
	}
	.job .section2 .selectric-wrapper,
	.leadership .section2 .selectric-wrapper {
		width: 100%;
		display: block;
	}
	.job .section2 .selectric,
	.job .section2 .selectric .label,
	.job .section2 .selectric .button,
	.leadership .section2 .selectric,
	.leadership .section2 .selectric .label,
	.leadership .section2 .selectric .button {
		height: 45px;
	}
	.job .section2 .selectric .label,
	.leadership .section2 .selectric .label {
		line-height: 45px;
		margin: 0 38px 0 25px;
	}
	.job .section2 .selectric,
	.job .section2 .selectric-hover .selectric,
	.leadership .section2 .selectric,
	.leadership .section2 .selectric-hover .selectric {
		border-radius: 47px;
	}
	.job .section2 .selectric-open .selectric,
	.leadership .section2 .selectric-open .selectric {
		border-radius: 14px 14px 0 0;
	}
	.job .section2 .selectric-above.selectric-open .selectric,
	.leadership .section2 .selectric-above.selectric-open .selectric {
		border-radius: 0 0 14px 14px;
	}
	.job .section2 .selectric-above .selectric-items,
	.leadership .section2 .selectric-above .selectric-items {
		border-radius: 14px 14px 0 0;
		margin-top: 0;
		margin-bottom: -1px;
		border-top: 1px solid #989da2;
		border-bottom: none;
	}
	.mobile_only {
		display: block;
	}
	.job-listings .section3 h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.job-listings .listing h3 {
		font-size: 22px;
	}
	.job-listings .listing {
		padding: 20px;
	}
	.careers-position .section2 h2 {
		padding: 0;
	}
	.leadership .section3 {
		padding: 0 20px 20px !important;
		padding-left: calc(env(safe-area-inset-left) + 20px) !important;
		padding-right: calc(env(safe-area-inset-right) + 20px) !important;
	}
	.leadership .section3 .post {
		background: #fff;
		margin: 30px 0 0;
		border-radius: 2px;
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	}
	.leadership .section3 .post + .post {
		margin-top: 20px;
	}
	.leadership .section3 .container {
		padding: 0;
	}
	.news .section2 .full_post {
		background: none;
	}
	.news .section2 h2 {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 30px;
	}
	#header,
	#header > div:not(.clear) {
		height: 62px;
	}
	#header {
		z-index: 9999;
		top: 0;
		display: block;
	}
	#header a.games {
		width: 62px;
		height: 62px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiCQkAHBb149XeAAAFu0lEQVRo3u2YWWxVVRSG/9OBVmQsg4SWQUDmwWIaKBBFAQ1qiGCEyODIoKIkakAqSNBINCKCEcNgIEYpCCqo8CAhogRSyliGAEIoNEAhbaEgtLS05X4+nH1Pz23PnQjGl7uezlnrX/v/97r77L32lWIWs5jFLGb/s1nebiwN1HMaIAn55FOhcrVbh63q8EOSrAwN1hClGYdPufpROyxfxKrozk68rIJdLGIiPYmvlxNPTyayiBxueebupW+EFeB1LVGDMBordER5Oqijkvqov9LVV/eEyanRLGtxWAFM0QpZknxar406qHglKEGtlanBGqhmERTwuvZqt3JVohrV6Lb6a4yeMUxvW0tCF38ctwE4QoZH1KIXL7CYv7hWr8RX+ZMvmEQv4jwyMzlicK+GqADtdVRNJOXoCasspFBL9ytd6eoudEJ5yrMKQpeFRtqqQZJuqp91OhhoKwAHaBJBoaM2mnAAgJ1eNZLEZAAq6VHHn3DXJPSgEoAZXsFECgHIcvkeYCMlVJHHhKjJ2rGA6TSq480CoIik+gmTADhdO1+GctO1yJZGRT+IagCKuTewmpwG4OX6KXkAvOm8N+A8ANVcMRJGRiEg2xE+pU5kuv2V1U14DIArtXp5FIAC2pDIUgBWRyFguyNgXp1IQy4DMCzQ/RMAC8xbF77kDAALJYn+AJSxhscjFDDW0FeTWi/2EQAb3K4kygAfaZLEOMod/bMkiQ6utbA4IgHxjGU72QzyiLXFB9xwLURGArDPkF13yM7RwSDW43O8Y4PSDmML+cwOXPt05CsKWUE3x7MHgCdrIcsAmCtJzAdgP4O5z71h0JyuBrcrCH1LKozE2QH+34031/HMAWBFLeQCgH1csgmAZz0pkvgHKMezi+Bdp0b5Lm97V+36GF8fAC5hSXESDypVUoFlfxrFkqR0z0mmqrGkqxae0ePO0wmXt0il5qlc5+wH66gKJLXRQ7aeaQCsNOomGLU5fMs0/7ZEPz5lldkR1gb5CSzz294M/MSYY2rwmcu3EoA33C9TnWF2uNb8WEkimRLHc4W2UlAJw3mL5uatrx9JF2bSMwBpT3qV/bIfgP5OMIWNDt18SaK7836KforASCMHqGZtkPWSAUCeJBpwC7hFYgCgi9n9fpMkxgNwiMxIT0Y+diQP94wnUQ1UkeTf5fbVg9izrmE5M81XkhWe2Mk+4AhYFARxCIAM8RIAyz0gG3DbRVpEIeA9J29AEMRqAF6JUztJUr4HZrJ+cZ7PaLR1JXIB+kbrVKVSfWLtCYKwGdMSZK/Ui/UR1nWNZoQy1VQH9KtVHgW9rFKNp5VuWJVBIRckSakJsk+rwiADbdO2aIgDcktChm0Bbf0VKAw7XoDRSV2VohSlSCpVqUp10job1RA2Y6q4BBDYOIUg7sj7bKYYL7vERt6hTYQjNQKgSJQBVREkWDzFFnNtCWVVrCUzIglVQJlFiVpKigtywPjB7fSdhrocPl3QGeUrX1JndVYnpcnd7a/TNOtG6AnJJ+myOAfg0Sa7wc87V7FKshlFt/p4kujGKLJN5w+nSA85ZpLd8oiTAMHvQsSxyAxZQRYpYQubQpZpTCoYFwLXBICT/i2xdRBYY7YY+sP0DkfuZPXmMAA+PgiKaWWfL/4G+mFPUAfnTptNcqT0kkSyczP4Hs//GngEgD/859ZsD8ggisw85kZD7uT7G5GdtPSIzgPgQzECgM11wi34mhoAyhlzJ/SSxBjT4F/kxbp9gan8UNGQKqDG1ZDEM925jp0PvZbDSkg3FzzY694d6Es1UEmyJNYAcJanaU1HpnLU2VQ2RbqvhZDQxvTZ9koaQqJEL8OxzIakcNFjRzvm3cvckYjhHHPGvck1s58W0LgWcDmA/Coz7t7fEpJEAjO4GsBRHPDl0YzP+ZsiivmZ17xW7V0Q0ZKp/MB5LnCchTT9LzhiFrOYxSxmd2D/AjIw4Gxeo8BHAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTA5LTA5VDAwOjI4OjIyKzAyOjAw9ArNJgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wOS0wOVQwMDoyODoyMiswMjowMIVXdZoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC)
			no-repeat center;
		background-size: 32px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#logo a {
		width: 60px;
		height: 50px;
		background-size: auto 50px;
	}
	#mobile_menu .menu li {
		position: relative;
	}
	#mobile_menu .menu a {
		color: #222c37;
	}
	#mobile_menu .menu li a:hover {
		text-decoration: none;
	}
	#mobile_menu .menu li ul {
		max-height: 0;
		background: #f2f2f2;
		display: block;
		overflow: hidden;
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
	}
	#mobile_menu .menu li.show ul {
		max-height: 1000px;
	}
	#mobile_menu .menu .toggle {
		width: 61px;
		height: 61px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}
	#mobile_menu .menu .toggle:before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -18px;
		width: 32px;
		height: 32px;
		background: url(../../assets/images/plus.png?v=1) no-repeat center;
		background-size: 20px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all ease-out 0.2s;
		-o-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}
	#mobile_menu .menu .show .toggle:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#page_content:before {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 120%;
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		z-index: 9998;
		background: #dc0606;
		opacity: 1;
		border-radius: 0 0 100% 100%;
	}
	#page_content:after {
		content: '';
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		height: 20px;
		bottom: 70px;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		transform: scale(1, 0);
		background: -webkit-linear-gradient(top, rgba(220, 6, 6, 0) 0%, rgba(220, 6, 6, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 6, 6, 0)), to(rgba(220, 6, 6, 1)));
		background: -o-linear-gradient(top, rgba(220, 6, 6, 0) 0%, rgba(220, 6, 6, 1) 100%);
		background: linear-gradient(to bottom, rgba(220, 6, 6, 0) 0%, rgba(220, 6, 6, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dc0606',endColorstr='#dc0606',GradientType=0);
		z-index: 99999;
	}
	.show_mobile_menu #page_content:before,
	.show_mobile_games #page_content:before,
	.show_mobile_menu #page_content:after,
	.show_mobile_games #page_content:after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		border-radius: 0;
	}
	.show_mobile_menu #page_content:after,
	.show_mobile_games #page_content:after {
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.2s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.2s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.2s;
	}
	#header,
	#wpadminbar {
		position: fixed;
	}
	#mobile_icon {
		z-index: 9999;
		background: #dc0606;
		position: fixed;
		bottom: 20px;
		left: 50%;
		margin-left: -24px;
		width: 42px;
		height: 42px;
		border-radius: 42px;
		text-align: center;
		padding: 6px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: translate(0, 65px);
		-ms-transform: translate(0, 65px);
		transform: translate(0, 65px);
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0.1s;
	}
	.show_mobile_footer #mobile_icon,
	.show_mobile_menu #mobile_icon,
	.show_mobile_games #mobile_icon {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.single-game #mobile_icon {
		margin-left: 65px;
	}
	.show_mobile_menu #mobile_icon,
	.show_mobile_games #mobile_icon {
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s 0s;
		margin-left: -24px;
	}
	.no_install #mobile_icon {
		margin-left: -24px;
	}
	#mobile_icon span:after,
	#mobile_icon span:before {
		content: '';
		position: absolute;
		left: 0;
		top: -9px;
	}
	#mobile_icon span:after {
		top: 9px;
	}
	#mobile_icon span {
		margin: 0 auto;
		position: relative;
		display: block;
		-webkit-transform: translateY(14px);
		-ms-transform: translateY(14px);
		transform: translateY(14px);
	}
	#mobile_icon span,
	#mobile_icon span:after,
	#mobile_icon span:before {
		width: 90%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	.show_mobile_menu #mobile_icon span,
	.show_mobile_games #mobile_icon span {
		background-color: transparent;
	}
	.single-game .section2 .support .selectric-wrapper {
		display: block;
		max-width: 150px;
		margin: 10px auto 0;
	}
	.show_mobile_menu #mobile_icon span:before,
	.show_mobile_games #mobile_icon span:before {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-ms-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}
	.show_mobile_menu #mobile_icon span:after,
	.show_mobile_games #mobile_icon span:after {
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
		-ms-transform: rotate(-45deg) translate(7px, -8px);
		transform: rotate(-45deg) translate(7px, -8px);
	}
	#mobile_menu > ul > li {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		-ms-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	.show_mobile_menu #mobile_menu {
		overflow: auto;
		display: block;
		z-index: 9999;
		position: fixed;
		left: 0;
		top: 62px;
		width: 100%;
		bottom: 70px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.show_mobile_menu #mobile_menu > ul > li {
		-webkit-animation: show_mobile_menu cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
		animation: show_mobile_menu cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 0.2s forwards;
	}
	@-webkit-keyframes show_mobile_menu {
		0% {
			opacity: 0;
			-webkit-transform: translate(0, 20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
		}
	}
	@keyframes show_mobile_menu {
		0% {
			opacity: 0;
			-webkit-transform: translate(0, 20px);
			transform: translate(0, 20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	.admin-bar.show_mobile_menu #mobile_menu {
		top: 104px;
	}
	.show_mobile_menu #mobile_menu ul {
		list-style: none;
		margin: 0 0 30px;
		padding: 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.show_mobile_menu #mobile_menu ul li {
		display: block;
		position: relative;
	}
	.show_mobile_menu #mobile_menu ul li a {
		display: block;
		position: relative;
		padding: 16px 20px;
		text-align: center;
		color: #fff;
		letter-spacing: 2px;
	}
	.show_mobile_menu #mobile_menu .menu .toggle {
		width: 54px;
		height: 54px;
		border: none;
		border-radius: 45px;
		margin-right: 20px;
	}
	.show_mobile_menu #mobile_menu .menu .toggle:before {
		background-size: 12px;
	}
	.show_mobile_menu #mobile_menu .menu li ul {
		background: RGBA(0, 0, 0, 0.1);
		padding: 0;
		margin: 0;
	}
	body.show_mobile_menu,
	body.show_mobile_games {
		overflow: hidden;
	}
	.home .section1 {
		height: 480px;
		min-height: 350px;
		height: calc(100vh - 62px);
	}
	.admin-bar.home .section1 {
		height: 480px;
		height: calc(100vh - 104px);
	}
	.home .section1 .mobile_bg {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: #dc0606 no-repeat center;
		background-size: cover;
	}
	.home .section1 .desc {
		top: auto;
		left: auto;
		right: auto;
		bottom: 20px;
		padding: 0 20px;
		text-align: center;
	}
	.home .section1 .desc .title {
		font-size: 28px;
		line-height: 38px;
		font-family: 'PT Sans', Arial;
		font-weight: 700;
		text-shadow: 0 4px 10px #000;
	}
	.home .section1 .desc .desc_text {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
		text-shadow: 0 2px 10px #000;
	}
	.home .section1 .desc p:last-child {
		margin-top: 10px;
	}
	.home .section1 .btn,
	.about .section1 .btn {
		margin-top: 10px;
	}
	.home .section1 .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 35px;
		text-align: right;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.home .section1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
	.home .section1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		margin: 0 6px;
	}
	.wp-pagenavi span.pages {
		display: block;
	}
	#footer .top {
		background: none;
		padding: 20px 0;
		font-size: 16px;
		text-align: center;
	}
	#footer .footer .follow .social_icons {
		float: none;
		text-align: center;
		margin: 0;
	}
	.news .section2 .post h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.page .section1 .desc h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.engineering .section1 .desc .desc_text {
		font-size: 14px;
		line-height: 24px;
	}
	#map {
		height: 200px;
	}
	body.page .section_contact {
		padding: 30px 0;
	}
	body.page .section_contact h2 {
		margin-bottom: 10px;
	}
	body.page .section_contact .row,
	body.page .section_contact .row > .col {
		margin-bottom: 0;
	}
	.legal_menu {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 0 20px;
		margin-bottom: 30px;
		text-align: center;
		border: none;
		border-bottom: 1px solid #e9e9e9;
	}
	.page-template-game-landing .section4 ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
	.page-template-game-landing .section4 {
		padding: 0;
	}
	#mobile_games_slider .swiper-wrapper {
		padding-bottom: 38px;
	}
	#mobile_games_slider .swiper-slide {
		display: block;
		background: none;
		padding: 40px 0 20px;
	}
	#mobile_games_slider .swiper-slide a {
		display: block;
		color: #000;
		margin-bottom: 10px;
	}
	#mobile_games_slider .swiper-slide a .thumb {
		display: none;
	}
	#mobile_games_slider .swiper-pagination-bullet {
		background: #ccc;
		opacity: 1;
		-webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-o-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	#mobile_games_slider .swiper-pagination-bullet-active {
		background: #dc0606;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		margin: 0 5px;
	}
	.support .section2 .title {
		height: auto;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-size: 15px;
	}
	.page-template-game-landing .section5 {
		line-height: inherit;
	}
	.page-template-game-landing .section4 {
		padding-bottom: 30px;
	}
	#mobile_games_slider.hide_bullet .swiper-wrapper {
		padding-bottom: 0;
		margin-bottom: -20px;
	}
	#mobile_games_slider.hide_bullet .swiper-pagination {
		display: none;
	}
	.job .section2 {
		margin-bottom: 0;
	}
	.job-careers .section3 h2 {
		margin-bottom: 20px;
	}
	.job-careers .section3 h2 + p {
		margin-bottom: 30px;
	}
	.privacy .section h2 {
		margin-bottom: 30px;
	}
	.privacy .section2 .selectric-wrapper {
		margin-bottom: 30px;
	}
	.privacy .section2 .menu-legal-menu-container .selectric-wrapper {
		margin-bottom: 0;
	}
	.privacy .section2_top p {
		line-height: inherit;
	}
	.privacy .section2 pre {
		white-space: normal;
	}
	.support .section2 h2 {
		margin-bottom: 20px;
	}
	.support .section2 .search {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1050px) and (min-width: 700px) {
	.page .section1 .slide-img {
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width: 800px) {
	.home .section1 .desc {
		font-size: 24px;
		line-height: 32px;
	}
}
@media screen and (max-width: 782px) {
	.admin-bar #header {
		top: 46px;
	}
}
@media screen and (max-width: 700px) {
	.support .section2 .row > .col {
		width: 33% !important;
	}
}
@media screen and (max-width: 600px) {
	.support .section2 .row > .col {
		width: 50% !important;
	}
	.leadership .section2 ul.links li {
		width: 100%;
	}
	.home .section1 .desc {
		font-size: 16px;
		line-height: 23px;
		font-weight: 300;
	}
	.home .section1 .btn,
	.page .section1 .btn {
		font-size: 13px;
	}
	.page-template-game-landing .section2 h2 {
		font-size: 18px;
	}
	.single-game .section2 h2 {
		line-height: 27px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.job-locations .section3 .row > .col {
		width: 100% !important;
	}
	.careers-position .section3 .btn {
		border-radius: 2px;
	}
	.careers-position .section3 ul li {
		width: 100%;
	}
	.careers-position .section3 .row {
		margin-bottom: 0;
	}
	.careers-position .section2 .row > .col {
		margin-bottom: 0;
	}
	.careers-position .section2 h2 {
		margin-bottom: 30px;
	}
	.careers-position .section2 .btn {
		border-radius: 2px;
		margin-bottom: 30px;
	}
	.support .section2 .row {
		margin-bottom: 0;
	}
	.support .section2 .games .game {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.support .section2 .row > .col {
		width: 100% !important;
	}
	.home .section2 .cards .card .game-logo {
		max-width: 80%;
	}
	.page .section1 .desc {
		font-size: 19px;
	}
}
#table-of-contents {
	padding: 5px 15px;
	border: 1px solid #555;
	margin-bottom: 30px;
	display: inline-block;
	margin-top: 30px;
	background: #f1f1f1;
	border-radius: 4px;
	box-sizing: border-box;
}
.single-legal .privacy .section2 .section2_content h2,
.single-privacy-policy .privacy .section2 .section2_content h2 {
	text-align: left !important;
}
.toc-number {
	width: 30px;
	display: inline-block;
	vertical-align: top;
}
.toc-title {
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	color: #dc0606;
}
#table-of-contents.mobile {
	display: none;
}
@media all and (max-width: 1024px) {
	#table-of-contents.desktop {
		display: none;
	}
	#table-of-contents.mobile {
		display: block;
	}
}
.privacy .section2_top {
	max-width: 100%;
}
@media all and (min-width: 1024px) {
	#table-of-contents {
		float: right;
		margin-top: 0;
		margin-left: 30px;
		margin-bottom: 30px;
		max-width: 398px;
	}
	#table-of-contents h3 {
		margin-bottom: 10px;
		font-size: 20px;
		text-transform: capitalize;
	}
	#table-of-contents p {
		font-size: 13px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.rtl #table-of-contents {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}
}
.more-margin-top {
	margin-top: 60px !important;
}
#table-of-contents a {
	color: #000;
}
.single-legal .section2_content h3,
.single-legal .section2_content h4,
.single-legal .section2_content h2,
.single-privacy-policy .section2_content h3,
.single-privacy-policy .section2_content h4,
.single-privacy-policy .section2_content h2 {
	padding-left: 22px;
	font-weight: bold !important;
	color: #000 !important;
	position: relative;
}
.section2_content h4,
.single-privacy-policy h4 {
	padding-left: 0;
}
.btt-button {
	left: 0;
	position: absolute;
	top: -3px;
}
@media all and (min-width: 1024px) {
	.single-legal .section2_top > p,
	.single-privacy-policy .section2_top > p {
		margin-bottom: 40px !important;
	}
}
@media all and (min-width: 1051px) {
	.single-game .section3 .swiper-slide img {
		max-height: 380px !important;
		object-fit: contain;
		object-position: center;
	}
	.single-game .section3 .swiper-slide-active img {
		max-height: 580px !important;
	}
}
@media all and (max-width: 600px) {
	.single-game .section3 .swiper-slide img {
		max-height: 400px !important;
		object-fit: contain;
		object-position: center;
	}
}
.single-game .section.section1 img {
	height: auto;
	position: static !important;
	width: 100%;
	max-width: 300%;
	height: auto;
	min-height: 0px !important;
	transform: none !important;
}
.single-game .section.section1 .desc {
	z-index: 3;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	padding: 0px !important;
}
.single-game .section.section1 {
	min-height: 0;
}
.single-game .full-size-picture,
.single-game .thumb img {
	width: 100% !important;
	max-width: 300% !important;
	height: auto !important;
	min-height: 0px !important;
}
@media all and (max-width: 600px) {
	.single-game .section2 .support .selectric-wrapper {
		max-width: 100%;
	}
	.single-game h1 {
		text-align: center !important;
	}
}
.single-game .section2 h1 {
	margin: 0 0 30px;
	font-size: 58px;
	line-height: 58px;
	text-align: left;
	font-family: 'PT Sans', Arial;
	font-weight: 700;
	color: #222c37;
}
@media screen and (max-width: 600px) {
	.single-game .section2 h1 {
		line-height: 27px;
		margin-bottom: 20px;
		font-size: 20px;
	}
}
.single-privacy-policy div.summary {
	float: right;
	width: 32%;
	margin-bottom: 12px;
	font-family: 'PT Sans', Arial;
	font-size: 15px;
	background: #f5f5f5;
	color: rgba(0, 0, 0, 0.7);
	padding: 5px 15px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #555;
	background: #f1f1f1;
}
.single-privacy-policy div.summary p {
	font-size: 15px;
}
.single-privacy-policy .rtl div.summary {
	float: left;
}
@media all and (min-width: 1025px) {
	.single-privacy-policy div.summary {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.single-privacy-policy .rtl div.summary {
		margin-left: 0;
		margin-right: 10px;
	}
}
@media all and (min-width: 1340px) {
	.single-privacy-policy .chapter-content p,
	.single-privacy-policy .chapter-content ul,
	.single-privacy-policy .chapter-content h4,
	.single-privacy-policy .chapter-content ol,
	.single-privacy-policy .chapter-content h3 {
		max-width: 820px;
	}
}
@media all and (min-width: 1240px) and (max-width: 1340px) {
	.single-privacy-policy .chapter-content p,
	.single-privacy-policy .chapter-content ul,
	.single-privacy-policy .chapter-content h4,
	.single-privacy-policy .chapter-content ol,
	.single-privacy-policy .chapter-content h3 {
		max-width: 720px;
	}
}
@media all and (min-width: 1141px) and (max-width: 1240px) {
	.single-privacy-policy .chapter-content p,
	.single-privacy-policy .chapter-content ul,
	.single-privacy-policy .chapter-content h4,
	.single-privacy-policy .chapter-content ol,
	.single-privacy-policy .chapter-content h3 {
		max-width: 690px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
	.single-privacy-policy .chapter-content p,
	.single-privacy-policy .chapter-content ul,
	.single-privacy-policy .chapter-content h4,
	.single-privacy-policy .chapter-content ol,
	.single-privacy-policy .chapter-content h3 {
		max-width: 620px;
	}
}
@media all and (max-width: 1024px) {
	.single-privacy-policy div.summary {
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}
@media all and (min-width: 1025px) and (max-width: 1340px) {
	.single-privacy-policy #table-of-contents {
		width: 32%;
	}
}
.legal_menu ul.menu > li:hover > ul,
.legal_menu div.menu > ul > li:hover > ul,
.legal_menu ul.menu li ul {
	z-index: 10;
}
@media all and (min-width: 1201px) {
	.single-privacy-policy .legal_menu ul.menu > li > a {
		padding: 10px 20px;
	}
	.legal_menu {
		display: flex;
	}
}
@media all and (min-width: 1051px) and (max-width: 1200px) {
	.single-privacy-policy .legal_menu ul.menu > li > a {
		padding: 10px 20px;
	}
	.single-privacy-policy .legal_menu .language {
		margin-left: 10px;
	}
}
.single-leadership #content .section {
	max-width: 1400px;
	margin: auto;
}
.page-template-leadership #content .section {
	max-width: 1400px;
	margin: auto;
}
.page-template-leadership #content .section1 {
	max-width: 100%;
	margin: auto;
}
body:before {
	background: #222c37;
	height: 95px;
}
@media print {
	#footer,
	#header,
	body:before,
	#optanon,
	.optanon-alert-box-wrapper,
	#content:after,
	.legal_menu {
		display: none !important;
	}
	#wrapper {
		padding-top: 0;
	}
}
.hidden-listing {
	display: none;
}
#careers-search {
	margin-bottom: 60px;
}
#careers-search-results {
	max-width: 950px;
	margin: auto;
}
#careers-search input {
	margin: auto;
	display: block;
	max-width: 400px;
}
.bwtablemarginb td,
.bwtablemarginb th {
	padding: 5px;
}
.bwtablemarginb td.bwalignr {
	padding-right: 0;
	text-align: right;
}
.bwtablemarginb td.bwalignl {
	padding-left: 0;
}
.bwtablemarginb tr:nth-child(even) {
	background: #f1f1f1;
}
.bwtablemarginb p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.bwunderlinestyle,
.bwuline {
	text-decoration: underline !important;
}
.bwsinglebottomborder,
.bwsinglebottom {
	border-bottom: solid black 1pt !important;
}
.table-responsive {
	width: 100%;
	overflow: scroll;
}
.mmgallerylink-link,
.content a {
	word-break: break-all;
}
@media all and (max-width: 767px) {
	.section a {
		word-break: break-word;
	}
	.privacy .section2 .section2_content h2 {
		word-break: break-word;
	}
	#content {
		background: #f7f7f7;
	}
	.error404 #content {
		background: #dc0606 !important;
	}
}
.single-privacy-policy .section2_content h3:not(.has-the-arrow) {
	padding-left: 0px !important;
}
@media all and (max-width: 767px) {
	.job-listings .listing h3 a,
	.job .section3 .title a {
		word-break: break-word;
	}
}
@media all and (max-width: 1050px) {
	.home-slider-img-desktop-only {
		display: none;
	}
}
.home-slider-img-mobile-only {
	display: none;
}
@media all and (max-width: 1049px) {
	.home-slider-img-mobile-only {
		display: block;
	}
}
.home .section1 .swiper-slide .desc {
	position: absolute;
}
@media all and (min-width: 1051px) {
	.home .section1 .swiper-slide .desc {
		position: absolute;
	}
}
.home-slider-img-desktop-only,
.home-slider-img-mobile-only {
	width: 100%;
	height: auto;
	max-width: 200%;
}
.center-this-content {
	text-align: center !important;
}
@media all and (max-width: 575px) {
	.game-template-default .game_description iframe {
		height: 300px !important;
	}
}
@media all and (min-width: 576px) {
	.game-template-default .game_description iframe {
		height: 450px !important;
	}
}
@media all and (max-width: 1050px) {
	.home .section1 .desc {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
	.admin-bar.home .section1,
	.home .section1 {
		height: auto !important;
		min-height: 0px !important;
		max-height: 2000px !important;
	}
}
.m-only {
	display: none;
}
@media all and (max-width: 1050px) {
	.m-only {
		display: block;
	}
	.card.card-1,
	.card.card-2,
	.card.card-3,
	.card.card-4,
	.card.card-5,
	.card.card-6,
	.card.card-7,
	.card.card-8 {
		display: none !important;
	}
	.mobile-pic-home {
		padding-bottom: 30px;
	}
}
#bottom-section {
	padding: 60px 0;
	background: #fff;
}
.align-middle {
	display: flex;
	align-items: center;
}
.align-middle > div {
	width: 100%;
}
#the-bottom-description {
	max-width: 470px;
	margin-right: 0;
	margin-left: auto;
}
#the-bottom-description .title {
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222c37;
	margin-bottom: 40px;
}
@media all and (max-width: 1050px) {
	#the-bottom-description {
		padding-bottom: 20px;
		margin-right: auto;
		text-align: center;
		margin-left: auto;
	}
	#bottom-thumbnail-wrapper {
		text-align: center;
	}
	#bottom-thumbnail-wrapper img,
	#bottom-thumbnail-wrapper a {
		margin: auto;
	}
}
.mobile {
	display: none;
}
@media all and (max-width: 767px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}
.section3_w .swiper-slide a {
	display: block !important;
}
@media all and (min-width: 1200px) {
	.single-game .fancybox-slide > * {
		margin: 120px;
		background-color: #000;
	}
	.single-game .fancybox-close-small:after {
		display: none;
	}
}
@media all and (max-width: 1024px) {
	.table-on-mobile,
	.table-on-mobile tr,
	.table-on-mobile tr td {
		display: block !important;
	}
	.table-on-mobile {
		display: flex !important;
		flex-wrap: wrap;
	}
	.table-on-mobile > * {
		width: 50%;
		flex: 50%;
		min-width: 50%;
		max-width: 50%;
	}
	.single .content table {
		max-width: 100% !important;
		width: 100% !important;
	}
}
#california-private-notiece h2 {
	font-size: 27px;
	margin-bottom: 15px;
}
#california-private-notiece h2:not(:first-child) {
	margin-top: 19px;
}
#california-private-notiece .text-center {
	text-align: center;
}
#california-private-notiece h3 {
	font-size: 20px;
	text-decoration: underline;
	text-align: center;
}
#california-private-notiece .table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
}
#california-private-notiece .table-responsive table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-top: 20px;
	margin-bottom: 20px;
}
#california-private-notiece .table-responsive table tr,
#california-private-notiece .table-responsive table td,
#california-private-notiece .table-responsive table th {
	border: 1px solid #aaa;
}
#california-private-notiece .table-responsive table td,
#california-private-notiece .table-responsive table th {
	padding: 9px 13px;
}
#california-private-notiece .table-responsive table td {
	vertical-align: top;
}
#california-private-notiece .table-responsive table.yes-no-table td:nth-child(1),
#california-private-notiece .table-responsive table.yes-no-table th:nth-child(1) {
	font-weight: 700;
}
#california-private-notiece .table-responsive table.yes-no-table td:nth-child(1) span,
#california-private-notiece .table-responsive table.yes-no-table th:nth-child(1) span {
	font-weight: 400;
}
#california-private-notiece .table-responsive table.yes-no-table td:nth-child(2),
#california-private-notiece .table-responsive table.yes-no-table th:nth-child(2) {
	background: #f1f1f1;
}
#california-private-notiece .table-responsive table ul {
	padding-left: 25px;
	padding-top: 0;
	margin-top: 0;
}
.checked,
.un-checked {
	width: 30px;
	height: 30px;
	display: block;
	margin: auto;
	border-radius: 30px;
}
.checked:before {
	content: '✓';
	font-size: 27px;
}
.un-checked:before {
	content: '✕';
	font-size: 35px;
	position: relative;
	top: -10px;
}
@media all and (max-width: 768px) {
	#california-private-notiece .table-responsive table {
		width: 800px;
	}
	#california-private-notiece .table-responsive table.right-to-know {
		width: 500px;
	}
}
#shortcode-above-the-headline form {
	max-width: 500px;
	display: block;
	margin-left: 0px !important;
	display: flex;
}
#shortcode-above-the-headline form .gform_body {
	width: calc(100% - 80px);
	flex: calc(100% - 80px);
	min-width: calc(100% - 80px);
	max-width: calc(100% - 80px);
}
#shortcode-above-the-headline form label {
	display: none;
}
#shortcode-above-the-headline form input[type='text'],
#shortcode-above-the-headline form input[type='email'] {
	width: 100%;
	height: 40px;
	padding: 6px 10px;
	border-radius: 0px !important;
	box-shadow: none !important;
}
#shortcode-above-the-headline form input[type='text'] {
	height: 41px;
}
#shortcode-above-the-headline form input[type='submit'] {
	height: 40px;
	background: #dc0606;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #fff;
	border: 0;
}
#shortcode-above-the-headline form input[type='submit']:hover {
	background: #bc0606;
}
#shortcode-above-the-headline form .gform_footer {
	width: 80px;
	flex: 80px;
	min-width: 80px;
	max-width: 80px;
}
#shortcode-above-the-headline > p {
	text-align: left;
	margin-bottom: -10px;
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}
#shortcode-above-the-headline .gform_footer.top_label {
	margin: 0px !important;
}
#shortcode-above-the-headline .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 5px !important;
}
@media all and (max-width: 1050px) {
	#content {
		background: #f7f7f7 !important;
	}
}
.job .section2 {
	padding: 30px 0;
}
.job .section2 ul.links li a {
	padding: 0;
}
.job .section2 {
	padding: 30px 0;
}
.job .section2 ul.links li a {
	padding: 0;
}
.section-careers-top {
	text-align: center;
}
.page .section-careers-top h2 {
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page .section-careers-top a {
	font-size: 14px;
	color: #222c37;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
}
@media all and (min-width: 1024px) {
	.page .section-careers-top a {
		font-size: 20px;
	}
}
#new-cateers-slider {
	background: #f1f1f1;
}
.single-game #new-cateers-slider .swiper-container:before {
	background: #f1f1f1;
}
.text-center {
	text-align: center;
}
#comm-masonry {
	margin-left: -7px;
	margin-right: -7px;
	justify-content: center;
}
#comm-masonry > div {
	padding: 0 7px;
	margin-bottom: 14px;
	box-sizing: border-box;
}
#comm-masonry .item {
	padding: 15px;
	color: #fff;
	flex-grow: 1;
	display: flex;
	align-items: center;
	text-align: center;
	background: #fff;
	transition: 0.55s;
}
@media all and (min-width: 1024px) {
	#comm-masonry .w-50-item {
		width: 50% !important;
		flex: 50% !important;
		min-width: 50% !important;
		max-width: 50% !important;
	}
	#comm-masonry .w-33-item {
		width: 33.3% !important;
		flex: 33.3% !important;
		min-width: 33.3% !important;
		max-width: 33.3% !important;
	}
}
#comm-masonry {
	max-width: 1700px;
	width: calc(100% - 40px);
	margin: 15px auto;
}
#comm-masonry .item > div {
	width: 100%;
}
@media all and (min-width: 768px) {
	#comm-masonry .item {
		padding: 45px 20px;
	}
	#comm-masonry {
		display: flex;
		flex-wrap: wrap;
	}
	#comm-masonry > div {
		width: 50%;
		flex: 50%;
		display: flex;
		min-width: 50%;
		max-width: 50%;
	}
}
@media all and (min-width: 1200px) {
	#comm-masonry > div:nth-child(1) {
		width: 500px;
		flex: 500px;
		min-width: 500px;
		max-width: 500px;
	}
	#comm-masonry > div:nth-child(2) {
		width: 400px;
		flex: 400px;
		min-width: 400px;
		max-width: 400px;
	}
	#comm-masonry > div:nth-child(3) {
		width: calc(100% - 900px);
		flex: calc(100% - 900px);
		min-width: calc(100% - 900px);
		max-width: calc(100% - 900px);
	}
	#comm-masonry > div:nth-child(4) {
		width: 320px;
		flex: 320px;
		min-width: 320px;
		max-width: 320px;
	}
	#comm-masonry > div:nth-child(5) {
		width: calc(100% - 820px);
		flex: calc(100% - 820px);
		min-width: calc(100% - 820px);
		max-width: calc(100% - 820px);
	}
	#comm-masonry > div:nth-child(6) {
		width: 500px;
		flex: 500px;
		min-width: 500px;
		max-width: 500px;
	}
}
#zynga-communities h2 {
	margin-bottom: 30px;
}
#masonry-links-below {
	text-align: center;
}
#masonry-links-below a {
	display: inline-block;
	margin: 30px;
	background: #fff;
	transition: 0.55s;
	min-width: 220px;
	color: #222c37;
	letter-spacing: 0.1em;
	text-align: center;
	height: 70px;
	line-height: 75px;
	font-weight: 700;
}
#masonry-links-below a:hover {
	background: #e3e3e3;
	text-decoration: none;
}
#masonry-links-below a img {
	margin-right: 6px;
	vertical-align: middle;
	position: relative;
	top: -4px;
	width: 27px;
	height: 27px;
	object-fit: contain;
	object-position: center;
}
#work-with-friends {
	margin-top: 30px;
	padding: 80px 0 0 0;
	background: url(/wp-content/themes/zynga/assets/images/careers/wwf_bg.jpg);
	background-size: cover;
}
#work-with-friends h2 {
	margin-bottom: 100px;
}
@media all and (max-width: 1024px) {
	#work-with-friends {
		padding: 30px 0 0 0;
	}
	#work-with-friends h2 {
		margin-bottom: 50px;
		text-transform: uppercase;
	}
}
@media all and (min-width: 767px) {
	.row .col-sm-6 {
		width: 50%;
		flex: 50%;
		min-width: 50%;
		max-width: 50%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.row .col-sm-4 {
		width: 33.33%;
		flex: 33.33%;
		min-width: 33.33%;
		max-width: 33.33%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
.zynga-connected-workplace {
	display: flex;
	flex-direction: column;
	color: #fff;
	background: #222c37;
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
}
@media (min-width: 1200px) {
	.zynga-connected-workplace {
		padding: 30px 40px;
	}
}

.zynga-connected-workplace h4 {
	color: #da1f26;
	align-self: center;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

.one-work-with-friend {
	padding: 20px;
	color: #fff;
	background: #222c37;
	display: flex;
	align-items: center;
}
#work-with-friends .row {
	margin-left: -10px;
	margin-right: -10px;
}
#work-with-friends .col-sm-6 {
	padding-left: 10px;
	display: flex;
	padding-right: 10px;
}
#work-with-friends .col-sm-6 {
	margin-bottom: 20px;
}
#work-with-friends h2 {
	text-transform: uppercase;
	font-size: 32px;
}
@media all and (min-width: 768px) {
	.one-work-with-friend > div:nth-child(1) {
		width: 225px;
		flex: 225px;
		min-width: 225px;
		max-width: 225px;
	}
	.one-work-with-friend > div:nth-child(2) {
		width: calc(100% - 225px);
		flex: calc(100% - 225px);
		min-width: calc(100% - 225px);
		max-width: calc(100% - 225px);
	}
}
@media all and (min-width: 1200px) {
	.one-work-with-friend {
		padding: 50px 40px;
	}
}
.text-right {
	text-align: right;
}
.one-work-with-friend h4 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}
.one-work-with-friend a {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.2em;
	transition: 0.55s;
	text-transform: uppercase;
	font-weight: 700;
}
.one-work-with-friend a:hover {
	color: #da1f26;
	text-decoration: none;
}
#view-all-other {
	margin-top: 50px;
	text-align: center;
}
#view-all-other a {
	font-size: 25px;
	color: #da1f26;
	letter-spacing: 0.15em;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.55s;
}
#view-all-other a:hover {
	text-decoration: none;
	color: #000;
}
#supporting-our-employees {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 180px;
	background: url(/wp-content/themes/zynga/assets/images/careers/supporting-our-emplyees.jpg) #222c36 bottom center no-repeat;
	background-size: 100% auto;
}
#supporting-our-employees text-center h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
#supporting-our-employees text-center p {
	margin-bottom: 0;
}
.row-center {
	justify-content: center;
}
#supporting-our-employees .row {
	margin-left: -10px;
	margin-right: -10px;
}
#supporting-our-employees .row > div {
	padding: 10px;
	display: flex;
}
#supporting-our-employees .one-supporting {
	text-align: center;
	color: #fff;
	background: #313e4d;
	padding: 30px 60px;
}
@media all and (max-width: 1024px) {
	#supporting-our-employees .one-supporting {
		padding: 15px;
	}
}
#supporting-our-employees .one-supporting p:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
#come-work-with-friends {
	padding: 30px 0;
	color: #fff;
	background: #dc0606;
}
#come-work-with-friends h2 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
@media all and (min-width: 1200px) {
	#come-work-with-friends h2 {
		font-size: 45px;
	}
}
#come-work-with-friends a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: 0.55s;
}
#come-work-with-friends a:hover {
	color: #313e4d;
	text-decoration: none;
}
#section-careers-top a {
	transition: 0.55s;
}
#section-careers-top a:hover {
	text-decoration: none;
	color: #dc0606;
}
.row-10 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.row-10 > div {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#job-openings-wrapper .container {
	max-width: 1330px;
}
@media all and (min-width: 1200px) {
	#job-openings-wrapper .text-center h2 {
		font-size: 45px;
		margin-bottom: 50px;
	}
}
#search-filters-form select,
#search-filters-form input {
	height: 60px;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.one-category {
	margin-top: 50px;
}
#all-jobs-wrapper {
	padding-bottom: 130px;
}
.one-category-name {
	font-size: 18px;
	font-weight: 700;
	color: #dc0606;
}
@media all and (max-width: 1024px) {
	padding-bottom: 60px;
}
#category-jobs-wrapper {
	overflow-x: auto;
}
.one-category-job {
	display: flex;
	font-size: 16px;
	color: #222c37;
	padding: 20px 0;
	border-bottom: 2px solid #d7dbde;
}
.one-category-job:last-child {
	border-bottom: 0;
}
#no-results {
	display: none;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
}
.one-category-job {
	transition: 0.55s;
}
@media all and (min-width: 576px) {
	.one-category-job:hover {
		background: #d7dbde;
		text-decoration: none;
	}
}
.one-category-job span:nth-child(1) {
	width: calc(100% - 625px);
	flex: calc(100% - 625px);
	min-width: calc(100% - 625px);
	font-weight: 700;
	padding-left: 10px;
	max-width: calc(100% - 625px);
}
.one-category-job span:nth-child(2) {
	width: 460px;
	flex: 460px;
	min-width: 460px;
	max-width: 460px;
}
.one-category-job span:nth-child(3) {
	width: 165px;
	flex: 165px;
	min-width: 165px;
	max-width: 165px;
}
@media all and (max-width: 1024px) {
	#new-location-table {
		overflow: auto;
	}
}
.one-new-location-table-header,
.one-new-location-entry {
	display: flex;
}
.one-new-location-table-header {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	color: #dc0606;
}
.one-new-location-entry {
	text-align: left;
	font-size: 16px;
	color: #222c37;
	transition: 0.55s;
	padding: 20px 0;
	border-bottom: 2px solid #d7dbde;
}
@media all and (min-width: 576px) {
	.one-new-location-entry:hover {
		background: #d7dbde;
		text-decoration: none;
	}
}
.one-new-location-table-header {
	margin-bottom: 10px;
}
.one-new-location-entry > span:nth-child(1) {
	font-weight: 700;
}
.job-listings .section3 .container {
	max-width: 1350px;
}
.one-new-location-table-header > span:nth-child(1),
.one-new-location-entry > span:nth-child(1) {
	width: calc(100% - 756px);
	flex: calc(100% - 756px);
	padding-right: 15px;
	min-width: calc(100% - 756px);
	max-width: calc(100% - 756px);
	padding-left: 15px;
}
.one-new-location-table-header > span:nth-child(2),
.one-new-location-entry > span:nth-child(2) {
	width: 500px;
	flex: 500px;
	min-width: 500px;
	max-width: 500px;
	padding-right: 15px;
}
.one-new-location-table-header > span:nth-child(3),
.one-new-location-entry > span:nth-child(3) {
	width: 256px;
	flex: 256px;
	min-width: 256px;
	max-width: 256px;
	padding-right: 15px;
}
@media all and (min-width: 1025px) {
	.page-template-new-careers.page .section h2 {
		font-size: 40px;
	}
}
@media all and (min-width: 1300px) {
	.page-template-new-careers.page .section h2 {
		font-size: 50px;
	}
}
@media all and (max-width: 1400px) {
	.one-new-location-table-header > span:nth-child(2),
	.one-new-location-entry > span:nth-child(2) {
		width: 300px;
		flex: 300px;
		min-width: 300px;
		max-width: 300px;
	}
	.one-new-location-table-header > span:nth-child(1),
	.one-new-location-entry > span:nth-child(1) {
		width: calc(100% - 556px);
		flex: calc(100% - 556px);
		min-width: calc(100% - 556px);
		max-width: calc(100% - 556px);
	}
}
.one-location-picture {
	max-width: 350px;
	display: block;
	margin: auto;
}
#section-careers-top a svg,
#view-all-other a svg,
#come-work-with-friends a svg,
.one-work-with-friend a svg {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	top: -4px;
	transition: 0.55s;
	position: relative;
}
#come-work-with-friends a svg {
	top: -5px;
	height: 37px;
}
a svg path,
a svg polygon,
a svg rect {
	transition: 0.55s;
}
#section-careers-top path,
#section-careers-top polygon,
#section-careers-top rect {
	fill: #222c37;
}
#section-careers-top a:hover path,
#section-careers-top a:hover polygon,
#section-careers-top a:hover rect {
	fill: #dc0606;
}
#view-all-other path,
#view-all-other polygon,
#view-all-other rect {
	fill: #dc0606;
}
#view-all-other a:hover path,
#view-all-other a:hover polygon,
#view-all-other a:hover rect {
	fill: #222c37;
}
#view-all-other a svg {
	height: 35px;
	top: -5px;
}
#come-work-with-friends path,
#come-work-with-friends polygon,
#come-work-with-friends rect {
	fill: #fff;
}
#come-work-with-friends a:hover path,
#come-work-with-friends a:hover polygon,
#come-work-with-friends a:hover rect {
	fill: #222c37;
}
.one-work-with-friend path,
.one-work-with-friend polygon,
.one-work-with-friend rect {
	fill: #fff;
}
.one-work-with-friend a:hover path,
.one-work-with-friend a:hover polygon,
.one-work-with-friend a:hover rect {
	fill: #dc0606;
}
.job .section3#new-cateers-slider {
	padding-top: 30px;
}
@media all and (max-width: 1700px) {
	#masonry-links-below {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 1500px) {
	#work-with-friends {
		padding: 60px 0 0 0;
	}
	#work-with-friends h2 {
		margin-bottom: 70px;
	}
}
@media all and (max-width: 1050px) {
	.page-template-new-careers .row,
	.page-template-new-job-openings .row {
		flex-direction: row;
		flex-wrap: wrap;
	}
	#zynga-communities {
		padding-top: 30px;
	}
	#zynga-communities .text-center {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.one-work-with-friend > div:nth-child(1) {
		width: 150px;
		max-width: 150px;
		flex: 150px;
		min-width: 150px;
		padding-right: 15px;
	}
	.one-work-with-friend > div:nth-child(2) {
		width: calc(100% - 160px);
		max-width: calc(100% - 160px);
		flex: calc(100% - 160px);
		min-width: calc(100% - 160px);
		padding-right: 15px;
	}
	#section-careers-top {
		padding-top: 30px;
	}
}
@media all and (max-width: 991px) {
	.one-work-with-friend > div:nth-child(1) {
		width: 95px;
		max-width: 95px;
		flex: 95px;
		min-width: 95px;
		padding-right: 15px;
	}
	.one-work-with-friend > div:nth-child(2) {
		width: calc(100% - 100px);
		max-width: calc(100% - 100px);
		flex: calc(100% - 100px);
		min-width: calc(100% - 100px);
		padding-right: 15px;
	}
	.one-work-with-friend h4 {
		margin-top: 0;
	}
	#work-with-friends {
		padding: 30px 0 0 0;
	}
	#work-with-friends h2 {
		margin-bottom: 30px;
	}
	#supporting-our-employees {
		padding-bottom: 90px;
	}
}
@media all and (max-width: 1050px) {
	#the-mobile-nav {
		padding-bottom: 30px !important;
	}
}
#search-filters-form input {
	padding-left: 20px;
	box-sizing: border-box;
	max-width: 402px;
}
#search-filters-form .col-sm-12 {
	width: 100%;
	flex: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
@media all and (max-width: 575px) {
	.selectric-hide-select.selectric-is-native select {
		z-index: 20 !important;
	}
	.one-location-picture {
		max-width: 200px;
		margin-bottom: 20px;
	}
	#masonry-links-below a {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.one-work-with-friend {
		flex-wrap: wrap;
	}
	.one-work-with-friend > div:nth-child(2) {
		width: 100%;
		max-width: 100%;
		flex: 100%;
		min-width: 100%;
		padding-right: 15px;
		padding-top: 15px;
	}
	#job-openings-wrapper {
		padding-top: 30px;
	}
	.one-work-with-friend h4 {
		margin-bottom: 15px;
	}
	#search-filters-form .col-sm-4 {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex: 100%;
		margin-top: 10px;
	}
	.one-category-job {
		flex-wrap: wrap;
	}
	.one-category-job span,
	.one-new-location-table-header > span,
	.one-new-location-entry > span {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
		padding-left: 0px !important;
	}
	.one-new-location-entry > span:nth-child(2),
	.one-category-job span:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.one-new-location-entry {
		flex-wrap: wrap;
	}
	.row-10 > div {
		box-sizing: border-box;
	}
	.one-new-location-table-header {
		display: none;
	}
	#masonry-links-below a {
		margin-left: 7px;
		margin-right: 7px;
		min-width: 140px;
	}
	#search-filters-form select {
		appearance: none;
		-webkit-appearance: none;
	}
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe,
.fancybox-slide--iframe .fancybox-content {
	background: transparent;
}
#search-filters-form {
	justify-content: center;
}
@media all and (min-width: 1024px) {
	#search-filters-form .col-sm-4 {
		width: 25%;
		flex: 25%;
		min-width: 25%;
		max-width: 25%;
	}
}
@media all and (min-width: 1200px) {
	#zynga-communities .text-center p {
		font-size: 19px;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	#work-with-friends h2,
	#supporting-our-employees h2 {
		font-size: 50px;
	}
	#comm-masonry h3 {
		font-size: 26px;
	}
	#comm-masonry p {
		font-size: 18px;
	}
	#comm-masonry .item {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
#the-zynga-locations {
	font-weight: 700;
}
@media all and (min-width: 1024px) {
	#the-zynga-locations {
		font-size: 20px;
	}
}
@media all and (min-width: 1024px) {
	#the-mobile-nav {
		position: fixed;
		z-index: 10;
		left: 0;
		width: 100%;
		top: 125px;
		transition: ease-out 0.2s;
	}
	
	body:not(.admin-bar) #the-mobile-nav {
		top: 95px;
	}
	body.admin-bar.shrink_header #the-mobile-nav {
		top: 95px;
	}
	body.admin-bar #top-nav-delimiter {
		height: 120px;
	}
	body:not(.admin-bar).shrink_header #the-mobile-nav {
		top: 63px;
	}
	body:not(.admin-bar) #top-nav-delimiter {
		height: 120px;
	}
}
.logo-bz {
	width: 100%;
	height: 180px;
	max-width: 400px;
	object-fit: contain;
	object-position: center;
}
.page-template-job-university .section {
	width: 100%;
	overflow: hidden;
}
@media all and (max-width: 1024px) {
	#comm-masonry .item {
		background: #fff !important;
		color: #222c37 !important;
	}
}
@media all and (min-width: 1025px) {
	#comm-masonry .item {
		position: relative;
	}
	#comm-masonry .item div.hover-box {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #222c37;
		padding: 20px;
		margin: 0;
		z-index: 2;
		box-sizing: border-box;
		transition: 0.55s;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#comm-masonry .item:hover div.hover-box {
		opacity: 1;
	}
}
@media all and (min-width: 1025px) and (min-width: 1300px) {
	#comm-masonry .item div:last-child {
		padding: 10px;
	}
}
.job .section2 ul.links li a {
	font-weight: 700;
}
#zynga-communities h2 {
	text-transform: uppercase;
}
@media all and (min-width: 1025px) {
	#come-work-with-friends a,
	.one-supporting p:last-child,
	.one-work-with-friend p {
		font-size: 17px;
	}
}
#work-with-friends .container {
	max-width: 1550px;
}
@media all and (min-width: 1025px) {
	.one-new-location-table-header,
	.one-new-location-entry > span {
		font-size: 20px;
	}
	.one-category-name {
		font-size: 23px;
	}
	.one-category-job {
		font-size: 20px;
	}
}
.news .section2 .post .date {
	color: #222c37;
}
.one-post-thumbnail a,
.one-post-thumbnail img {
	display: block;
}
#blog-search-wrapper {
	width: 100%;
	max-width: 930px;
	margin: auto;
	margin-bottom: 50px;
}
#blog-search-wrapper form {
	display: flex;
	margin-bottom: 40px;
}
#blog-search-wrapper form input {
	height: 65px;
}
#blog-search-wrapper form input[type='text'] {
	padding: 0 40px;
	border-radius: 40px 0 0 40px;
	border: 1px solid #acacac;
	border-right: 0;
	width: calc(100% - 65px);
	flex: calc(100% - 65px);
	min-width: calc(100% - 65px);
	-webkit-appearance: none;
	appearance: none;
	max-width: calc(100% - 65px);
	background: transparent;
}
#blog-search-wrapper form input[type='submit'] {
	border-radius: 0 40px 40px 0;
	border: 1px solid #acacac;
	border-left: 0;
	font-size: 0;
	width: 65px;
	flex: 65px;
	min-width: 65px;
	background: url(/wp-content/themes/zynga/assets/images/search_black.svg) no-repeat center;
	max-width: 65px;
	background-size: 23px;
}
#blog-search-links a {
	width: 100%;
	max-width: 210px;
	display: block;
	border-radius: 40px;
	height: 65px;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ddd;
	letter-spacing: 0.1em;
	color: #222c37;
	transition: 0.55s;
	font-size: 15px;
}
#blog-search-links a:hover,
#blog-search-links a.active {
	background: #fff;
	text-decoration: none;
}
@media all and (min-width: 900px) {
	#blog-search-links {
		display: flex;
		justify-content: space-between;
	}
}
@media all and (max-width: 899px) {
	#blog-search-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#blog-search-links a {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 500px) {
	#blog-search-links a {
		max-width: 160px;
		height: 40px;
		line-height: 40px;
	}
}
.title-with-shadow {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 5px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.7);
}
.section-with-shade h1,
.section-with-shade div {
	position: relative;
	z-index: 3;
}
.section-with-shade {
	position: relative;
}
.section-with-shade:before {
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	top: 0;
	left: 0;
	position: absolute;
}
@media all and (max-width: 1050px) {
	.privacy .section h2 {
		font-size: 22px;
	}
}
.single-news .table-responsive {
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.single-news .table-responsive table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.single-news .table-responsive td,
.single-news .table-responsive th {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.single-news .table-responsive .single-column {
	padding-top: 30px;
	font-weight: 700;
	border-left: 1px solid #fff;
	padding-left: 0;
	border-right: 1px solid #fff;
}
.open-new-window {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-slide.has-url-only .desc {
	pointer-events: none;
}
#z-c-block {
	padding: 15px 10px;
	background: #fff;
}
#z-c-w {
	max-width: 1685px;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	padding: 0 15px;
}
#z-c-w #z-c-block h2 {
	margin-top: 0;
	margin-bottom: 10px;
}
#z-c-w p {
	font-size: 19px;
	max-width: 900px;
	margin: auto;
}
#comm-masonry {
	margin-top: 14px !important;
}
#social > div {
	display: flex;
}
#social a {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media all and (min-width: 1051px) {
	.card-harry-potter-puzzles-spells img.full-visible {
		left: 16% !important;
	}
	.card-harry-potter-puzzles-spells .game-logo {
		max-height: 135px;
	}
}
@media all and (max-width: 1049px) {
	.page-template-game-landing .section4 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.page-template-game-landing .section4 ul li {
		display: block !important;
		width: 33%;
		display: block !important;
	}
	#all-games {
		padding-top: 20px;
	}
	.page-template-game-landing .section4 ul li a {
		display: block !important;
	}
	.page-template-game-landing .section4 ul li {
		display: block !important;
		position: relative;
	}
}
.page-template-game-landing .section4 ul li {
	position: relative;
}
.on-games-hover {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	width: 310px;
	display: none;
}
.on-games-hover > div {
	margin-bottom: 20px;
	background: #dc0606;
	border-radius: 10px;
	padding: 10px;
	padding-top: 5px;
	width: 100%;
	position: relative;
}
.on-games-hover > div:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #dc0606;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -20px;
	content: '';
}
.on-games-hover img {
	height: 45px;
	width: auto;
}
.on-games-hover a:first-child {
	margin-right: 10px;
}
.on-games-hover p {
	color: #fff;
	margin-bottom: 5px;
}
.page-template-game-landing .section4 ul li .on-games-hover p a {
	display: inline-block;
}
.on-games-hover p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 3050px) {
	.on-games-hover {
		width: 160px;
	}
}
@media all and (max-width: 3050px) {
	#all-games .on-games-hover img {
		width: 100%;
		height: auto;
	}
	.on-games-hover a:first-child {
		margin-right: 0;
	}
}
@media all and (max-width: 575px) {
	#all-games li:nth-child(3n + 1) .on-games-hover {
		left: 0%;
		transform: translateX(0%);
	}
	#all-games li:nth-child(3n + 1) .on-games-hover > div:after {
		left: 26%;
	}
	#all-games li:nth-child(3n + 3) .on-games-hover {
		left: auto;
		right: 0%;
		transform: translateX(0%);
	}
	#all-games li:nth-child(3n + 3) .on-games-hover > div:after {
		left: 67%;
	}
}
.on-games-hover p:first-child {
	margin-top: 5px;
	margin-bottom: -5px;
}
.rtl .selectric span {
	text-align: right;
}
.rtl .selectric-scroll {
	text-align: right;
}
.rtl .selectric-scroll li {
	text-align: right;
}
@media all and (min-width: 1051px) {
	.legal_menu {
		display: flex;
	}
}
#locations-dropdown {
	max-width: 200px;
	display: block;
	margin: auto;
}
#single-job-posting-content h2 strong {
	display: block;
	font-size: 28px;
	text-align: left;
}
#locations-button.inactive {
	cursor: default;
	background: #bbb;
}
.st-inline-share-buttons {
	transform: scale(1.2);
}
#select-country-wrapper {
	max-width: 400px;
	margin: auto;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #ddd;
}
.multi-select {
	width: 100%;
	position: relative;
}
.multi-select-value {
	background: #fff;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	font-size: 13.3px;
	padding-right: 40px;
}
.multi-select-value svg {
	height: 15px;
	width: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.multi-select-list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	z-index: 4;
}
.multi-select-list label {
	display: flex;
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 10px;
}
.multi-select-list label:last-child {
	margin-bottom: 0;
}
#search-filters-form .multi-select-list input {
	display: inline-block;
	width: 13px;
	margin-right: 5px;
	height: 13px;
}
.multi-select-list {
	display: none;
}
.multi-select-group:not(:first-child) {
	margin-top: 20px;
}
.multi-select-group > div:nth-child(1) {
	font-weight: 700;
}
.multi-select-group > div:nth-child(2) {
	padding-left: 0;
}
.multi-select-group-name {
	cursor: pointer;
}
.multi-select-list {
	max-height: 400px;
	overflow: auto;
}
@media all and (min-width: 1025px) {
	#search-filters-form .col-sm-4 {
		width: 30%;
		flex: 30%;
		min-width: 30%;
		max-width: 30%;
	}
	#search-filters-form .col-sm-4:nth-child(2) {
		width: 40%;
		flex: 40%;
		min-width: 40%;
		max-width: 40%;
	}
}
.one-multi {
	margin-bottom: 3px;
}
.one-multi:last-child {
	margin-bottom: 0;
}
#single-job-posting-content h2 strong,
#single-job-posting-content h2:not(:first-child) {
	font-size: 28px;
	text-align: left;
	display: block;
	text-transform: uppercase;
}

table.zynga-companies {
	border-collapse: collapse;
}

.zynga-companies tr {
	border-bottom: 2px solid #dbd7de;
	height: 108px;
}
.zynga-companies td {
	padding: 12px 20px;
	color: #222c37;
	vertical-align: top;
}
.zynga-companies .company-name {
	width: 440px;
	letter-spacing: 1px;
}
.zynga-companies .company-name-style {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	margin: 0;
	line-height: 160%;
	letter-spacing: 1px;
}
.zynga-companies .company-code {
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
}
.zynga-companies .company-location {
	width: 200px;
	font-size: 15px;
	line-height: 200%;
	letter-spacing: 1px;
}
.zynga-companies .company-location > p {
	margin: 0;
}

.zynga-companies .company-address > p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 200%;
	margin: 0;
}

/* Press-kit page */

.press-kit {
	margin-top: 4rem;
}

.press-kit .section-careers-top h2 {
	margin-bottom: 10px;
}

@media all and (min-width: 1050px) {
	.press-kit .section-careers-top h2 {
		margin-bottom: 30px;
	}
}

.press-kit #comm-masonry h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}

.press-kit-download {
	background: #dc0606;
	color: #fff;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}

.press-kit-download:hover {
	background: #222c37;
	color: #fff;
}
.press-kit a {
	text-decoration: none;
}

.press-kit-download .download-icon {
	height: 14px;
	margin-left: 10px;
}

/* Webstore */

a.webstore {
	position: fixed;
	margin-top: 94px;
	text-align: center;
	top: 0;
	left: 0;
	box-sizing: border-box;
	color: rgb(33, 44, 55);
	font-size: 170%;
	line-height: 120%;

	background: #ffc200;
	padding: 0.5em;
	width: 100%;
	z-index: 99;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

a.webstore_hir {
	padding-top: 12% !important;
	padding-bottom: 12% !important;
}

.hir_sectionnews {
	margin-top: 40% !important;
}

@media (min-width: 409px) {
	.hir_sectionnews {
		margin-top: 30% !important;
	}
}

/* News */
.sectionnews {
	width: 100%;
	z-index: 98;
	margin-bottom: -4em;
	border-bottom: 1px solid #ccc;
}
.sectionnews .container {
	/* padding: 0 20px; */
}
.row .col.s3.gamenews {
	padding: 1em;
	margin-right: 0.5em;
	width: 23%;
	border-radius: 2px;
	/* background: rgba(255,255,255,0.9); */
}

.row .col.s3.gamenews a {
	color: #222c37;
}

.row .col.s3.gamenews a:hover {
	text-decoration: none;
}

.row .col.s3.gamenews a .newsbutton {
	color: #dc0606;
}

.row .col.s3.gamenews img {
	width: 64px;
	float: left;
	margin-bottom: 0.5em;
}

.row .col.s3.gamenews .newstitle {
	font-weight: bold;
	font-size: 140%;
	clear: both;
	display: block;
	margin-bottom: 0.5em;
}
.row .col.s3.gamenews span.newsbutton {
	clear: both;
	display: block;
	margin-top: 0.5em;
}
.shrink_header a.webstore {
	margin-top: 74px;
}
.admin-bar a.webstore {
	margin-top: 124px;
}
.admin-bar.shrink_header a.webstore {
	margin-top: 104px;
}
.single-game .section.section1 .desc {
	text-align: center;
}
@media screen and (max-width: 1050px) {
	a.webstore {
		margin-top: 62px;
	}
	.admin-bar a.webstore {
		margin-top: 90px;
	}
	.sectionnews {
		margin-top: auto;
		position: inherit;
		width: auto;
		color: inherit;
		background: none;
		margin-bottom: auto;
	}
	.row > .col.s3.gamenews {
		padding: 20px;
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 600px) {
	a.webstore {
		margin-top: 62px;
	}
	.admin-bar a.webstore {
		margin-top: 108px;
	}
	a.webstore {
		font-size: 120%;
	}
	.sectionnews {
		margin-top: auto;
		position: inherit;
	}
	.sectionnews .container {
		padding: auto;
	}
}

/* Legal Ad Consent v1 */
table.zynga-ad-partners {
	border: 1px solid;
	border-collapse: collapse;
}
.zynga-ad-partners th {
	text-align: left;
}

.zynga-ad-partners td,
.zynga-ad-partners th {
	border: 1px solid;
	padding: 5px 10px;
}

@media screen and (min-width: 600px) {
	#job-openings-wrapper {
		margin-top: 45px;
		padding-top: 0;
	}
}
