html, body{
	margin: 0;
	padding: 0;
}

/********** IMPORTS **********/

@font-face {
    font-family: Bebas;
    src: url("../fonts/bebas/BebasNeue Regular.otf");
}

@font-face {
    font-family: Bebas-Light;
    src: url("../fonts/bebas/BebasNeue Light.otf");
}

@font-face {
    font-family: Bebas-Bold;
    src: url("../fonts/bebas/BebasNeue Bold.otf");
}

@font-face {
    font-family: Josefin;
    src: url("../fonts/josefin sans/JosefinSans-Regular.ttf");
}

@font-face {
    font-family: Josefin-Light;
    src: url("../fonts/josefin sans/JosefinSans-Light.ttf");
}

@font-face {
    font-family: Josefin-Bold;
    src: url("../fonts/josefin sans/JosefinSans-Bold.ttf");
}


/********** BASICS **********/

*{
	font-family: Josefin, "Helvetica", "Trebuchet MS", sans-serif;
}

.box{
	width: 1200px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: Bebas-Bold;
	font-weight: 100;
}

h1, h2{
	font-size: 48px;
}

body{
	background-color: #FAFAFA !important;
}

a:focus, a:hover {
    text-decoration: none;
}


/********** HEADER **********/

header{
	display: block;
}

header .row{
	height: 500px;
}

header .game-cover{
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    overflow: hidden;
}

header .game-description{
	position: absolute;
	bottom: -100%;
	width: 100%;
	color: #FFF;
	text-align: center;
	transition: 0.5s ease all;
}

header .game-description a{
	text-decoration: none;
	color: #FFF;
	padding: 14px 18px;
	border-radius: 24px;
	background-color: #E98437;
	background: -webkit-linear-gradient(left, #F1A757 , #E98437);
	background: -o-linear-gradient(right, #F1A757, #E98437);
	background: -moz-linear-gradient(right, #F1A757, #E98437);
	background: linear-gradient(to right, #F1A757 , #E98437);
	font-family: Josefin-Bold;
	font-size: 17px;
	text-transform: uppercase;
}

header .game-description img {
    border-radius: 20px;
}

header .game-cover:nth-child(odd){
	background-color: #ddd;
}

header .game-cover:nth-child(even){
	background-color: #bbb;
}

header .game-cover:nth-child(even) .game-description a{
	background-color: #487AA7;
	background: -webkit-linear-gradient(left, #73A6CA , #487AA7);
	background: -o-linear-gradient(right, #73A6CA, #487AA7);
	background: -moz-linear-gradient(right, #73A6CA, #487AA7);
	background: linear-gradient(to right, #73A6CA , #487AA7);
}

header .game-curtain{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 4px solid transparent;
	background-color: rgba(33, 33, 33, 0.6);
}

header .game-cover:nth-child(odd):hover > .game-curtain{
	border-top: 4px solid #E98437;
	background-color: transparent;
}

header .game-cover:nth-child(even):hover > .game-curtain{
	border-top: 4px solid #487AA7;
	background-color: transparent;
}

/********** NAV **********/

nav{
	background-color: #262626;
	display: block;
}

nav ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

nav ul li{
	float: left;
	text-align: center;
	display: block;
	height: 87px;
	line-height: 87px;
	cursor: pointer;
	padding: 0 21px;
}

.logo-list {
    padding: 0 !important;
    width: 13%;
}

nav ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 18px;
}

.main-nav ul li a:hover{
	color: #EEE;
}

nav ul li img{
	vertical-align: middle;
}

nav:after{
	content: "";
	display: block;
	clear: both;
}

.fixed-nav{
	background-color: #F0F0F0;
	position: fixed;
	top: -330px;
	left: 0;
	width: 100%;
	transition: 0.5s ease all;
	z-index: 96;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.fixed-nav ul li{
	height: 87px;
	line-height: 56px;
	font-size: 18px;
	padding: 0 20px;
}

.fixed-nav ul li a{
	color: #444;
	padding: 13px 0;
	box-sizing: border-box;
	display: inline-block;
}

.fixed-nav ul li a:hover{
	border-bottom: 2px solid #444;
	text-decoration: none;
}

.fixed-nav ul li a.selected{
	border-bottom: 2px solid #444;
}

.fixed-nav ul .mobile-menu{
	padding: 18px 0;
	cursor: pointer;
	width: 13%;
}

.fixed-nav ul .mobile-menu a:hover{
	border-bottom: none;
}

.fixed-nav .row{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 2px 0;
}

select {
    color: #000;
    cursor: pointer;
}

/********** SECTION **********/

/********** INTRO SECTION **********/

.intro{
	padding: 128px 0;
	background: #FAFAFA;
    background: -webkit-linear-gradient(#FAFAFA, #E6E6E6);
    background: -o-linear-gradient(#FAFAFA, #E6E6E6);
    background: -moz-linear-gradient(#FAFAFA, #E6E6E6);
    background: linear-gradient(#FAFAFA, #E6E6E6);
}

.intro h1{
	color: #4B4B4B;
	font-size: 48px;
	transition: 2s ease all;
	transform: translateX(-15px);
}

.intro h1 span{
	color: #E98437;
	font-family: Bebas-Bold;
	font-weight: 100;
}

.intro p{
	color: #4B4B4B;
	font-size: 24px;
}

.intro a{
	background-color: #E98437;
	color: #FFF;
	padding: 12px 28px;
	text-decoration: none;
	border-radius: 32px;
	font-family: Bebas-Bold;
	font-size: 28px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.intro a:hover {
	background-color: #D57A34;
}

.intro .col-8{
	height: 381px;
	text-align: center;
}

.intro .col-8 img{
	transition: 3s ease all;
	transform: translateY(20px);
}

/********** APPS/GAMES SECTION **********/

.apps-games{
	overflow: hidden;
}

.apps-section, .games-section{
	box-sizing: border-box;
	color: #FFF;
	height: 450px;
	position: relative;
	background-color: #FFF;
}

.apps-section h2 {
	position: absolute;
	padding: 32px 50px;
}

.apps-games h2{
	color: #fff !important;
	transition: 1s ease transform;
}

.apps-games h2 span{
	border-bottom: 2px solid #444;
}

.games-section{
	position: relative;
}

.games-section h2{
	padding: 32px 50px;
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 1;
}

.oblique {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.apps-section:hover span{
	border-bottom: 2px solid #FFF;
}

.games-section:hover span{
	border-bottom: 2px solid #FFF;
}

.appImg, .gImag {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filtro {
    height: 450px;
    width: 100%;
    position: absolute;
    background-color: rgba(33, 33, 33, 0.8);
}

.filtro-games {
    height: 450px;
    width: 100%;
    position: absolute;
    background-color: rgba(33, 33, 33, 0.8);
}
/********** SHARE SECTION **********/

.share{
	background-color: #A871CC;
	color: #FFF;
	background: -webkit-linear-gradient(left, #298CAC , #A871CC);
	background: -o-linear-gradient(right, #298CAC, #A871CC);
	background: -moz-linear-gradient(right, #298CAC, #A871CC);
	background: linear-gradient(to right, #298CAC , #A871CC);
	padding: 32px 0;
	overflow: hidden;
}

.share .slider{
	width: 300vw;
}

.share-container{
	position: relative;
}

.share-container .points{
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
}

.share-container .points .point{
	width: 12px;
	height: 12px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 8px;
	display: inline-block;
	cursor: pointer;
}

.share-container .points .selected{
	background-color: #CCC;
}

.share .slider::after {
    content: "";
    clear: both;
    display: table;
}

.share .slide{
	float: left;
	width: 100vw;
	position: relative;
	box-sizing: border-box;
	height: 500px;
}

.share .slide a.scroll-left-button, .share a.scroll-right-button{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 66;
	text-decoration: none;
	opacity: 0;
	transition: 0.5s ease all;
	box-sizing: border-box;
	height: 110px;
	overflow: hidden;
}

.share .slide a.scroll-left-button p, .share a.scroll-right-button p{
	margin: 0;
	padding: 38px 18px;
	float: left;
	font-size: 32px;
	font-family: Bebas-Bold;
	background-color: #D0D0D0;
	color: #4C4C4C;
	border-radius: 10px 0 0 10px;
	background: -webkit-linear-gradient(left, #DAE7F0 , #D0D0D0);
	background: -o-linear-gradient(right, #DAE7F0, #D0D0D0);
	background: -moz-linear-gradient(right, #DAE7F0, #D0D0D0);
	background: linear-gradient(to right, #DAE7F0 , #D0D0D0);
	height: 100%;
	box-sizing: border-box;
	display: none;
}

.share .slide a.scroll-left-button p{
	float: right;
	border-radius: 0 10px 10px 0;
}

.share a.scroll-right-button{
	left: initial;
	right: 0;
}

.share:hover a.scroll-left-button{
	opacity: 1;
}

.share:hover a.scroll-right-button{
	opacity: 1;
}

.share h2{
	transition: 3s ease all;
	transform: translateX(30px);
}

.share .col-8{
	transition: 2s ease all;
	transform: translateX(-30px);
}

.share a.share-button{
	color: #FFF;
	padding: 14px 32px;
	text-decoration: none;
	border-radius: 32px;
	background-color: #E98436;
	display: inline-block;
	font-family: Bebas-Bold;
	font-size: 28px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.share a.share-button:hover {
	background-color: #D57A34;
}

.share img{
	max-width: 100%;
}

.share p{
	font-size: 24px;
}

/********** PARTERNS SECTION **********/

.parterns{
	padding: 128px 0;
	background-color: #FAFAFA;
}

.parterns p{
	width: 600px;
	font-size: 24px;
	margin: 24px 0;
	color: #4B4B4B;
}

.parterns h2{
	color: #5E5E5E;
	margin: 0;
}

.parterns .slider {
    padding: 15px 0;
}

.parterns img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 85%;
}

.parterns img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.parterns .points .point{
	width: 12px;
	height: 12px;
	background-color: #777;
	border-radius: 50%;
	margin: 8px;
	cursor: pointer;
	display: none;
}

.parterns .points .selected{
	background-color: #444;
}

/********** CUSTOMER SECTION **********/

.customer{
	padding: 128px 0;
	background-color: #FAFAFA;
	border-top: 1px solid #888;
}

.customer h2{
	color: #5E5E5E;
	margin: 0;
	margin-bottom: 64px;
}

.customer img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 90%;
}

.customer img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.customer .points .point{
	width: 12px;
	height: 12px;
	background-color: #777;
	border-radius: 50%;
	margin: 8px;
	cursor: pointer;
	display: none;
}

.customer .points .selected{
	background-color: #444;
}

/********** FOOTER **********/

footer{
	position: relative;
	color: #DDDDDF;
}

#map{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.details{
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 64px;
	box-sizing: border-box;
}

.details h3{
	font-family: Bebas;
	font-weight: 100;
	font-size: 19px;
}

.details ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.details ul li{
	padding-bottom: 28px;
	font-size: 16px;
}

.details img {
    margin-bottom: 5px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #333;
    color: #FFF;
    padding: 43px 0 37px;
    font-size: 16px;
}

.copyright .fa {
    color: #fff;
}

#scrollTop {
    position: fixed;
    top: 81.2vh;
	right: 5.5vw;
	background-color: rgba(233, 132, 55, 0.7);
	padding: 8px 12px 10px 12px;
	border: none;
	z-index: 99;
	border-radius: 10px;
}

.social_icons {
    padding-bottom: 70px;
}

.social_icons ul {
    margin: 0;
    padding: 0;
}

.social_icons ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.social_icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #9d9d9d;
    margin-bottom: 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social_icons ul li a i {
    font-size: 20px;
}

.social_icons ul li a:hover {
    background: #E98436;
    border: 1px solid #E98436;
    color: #fff;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/********** BIG TOP **********/

.big-top{
	margin-top: 115px;
	color: #4C4C4C;
}

/********** STORY **********/

.story p{
	font-size: 24px;
}

.story .story-header p {
    line-height: 40px;
}

.story h2{
	font-size: 32px;
}

.story .slider{
	position: relative;
	margin: 64px 0;
}

.story .slider .left-button, .story .slider .right-button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.story .slider .right-button{
	right: 0;
}

.story .slide-container{
	width: 100%;
	height: 500px;
	background-color: #D8D8D8;
	border-radius: 12px;
	overflow: hidden;
}

.story .slides{
	width: 300%;
	height: 100%;
}

.story .slides .slide-item{
	width: 33%;
	height: 100%;
	float: left;
}

.story .points{
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
}

.story .points .point{
	width: 12px;
	height: 12px;
	background-color: #BCC0C1;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	cursor: pointer;
}

.story .points .selected{
	background-color: #2E3C40;
}

.story .story-item h2{
	font-size: 48px;
}

.story .story-item p{
	font-size: 28px;
}

.story .slide-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.story .img-description {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.story .img-description h2 {
    font-size: 20px;
    margin: 6px 10px;
    color: #fff;
    font-family: Josefin;
}
/********** PRODUCTS **********/

.products .nav{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: -2px;
}

.products .nav li{
	display: inline-block;
}

.products .nav li a{
	text-decoration: none;
	font-size: 24px;
	margin: 0 15px;
	color: #4C4C4C;
}

.products .nav li a.selected{
	font-family: Josefin-Bold;
}

.products .app{
	text-align: center;
	padding: 30px 0;
}

.products .app h2{
	margin: 0;
}

.products .app p{
	font-size: 24px;
}

.products .app a{
	color: #FFF;
	padding: 14px 32px;
	text-decoration: none;
	border-radius: 32px;
	background-color: #E98436;
	display: inline-block;
	font-family: Bebas-Bold;
	font-size: 28px;
}

.products .slider{
	position: relative;
	margin-top: 24px;
}

.products .slide-container{
	width: 100%;
	height: 500px;
	background-color: #045186;
	overflow: hidden;
}

.products .slides .slide-item{
	width: 100%;
	height: 500px;
	color: #FFF;
}

.products .points{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.products .points .point{
	background-color: transparent;
	color: transparent;
	font-size: 18px;
	padding: 4px 8px;
	margin: 4px 0;
	border-radius: 18px;
	text-align: right;
	cursor: pointer;
	transition: ease 0.5s all;
}

.products .points .point span.text{
	font-size: 22px;
	font-family: Bebas-Bold;
	margin-right: 4px;
	text-align: center;
}

.products .points .point span.ball{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	background-color: #FFF;
}

.products .points .selected,
.products .points .point:hover {
	background-color: #FFF;
	color: #045186;
}

.products .points .selected span.ball,
.products .points .point:hover span.ball{
	background-color: #045186;
}

.products .discription-game-apps {
    text-align: left;
}
/********** CONTACT **********/

.contact p{
	font-size: 24px;
}

.contact input, .contact textarea, .contact select{
	display: block;
	margin-bottom: 24px;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	font-size: 24px;
	border: none;
	border-radius: 2px;
	border: 1px solid #BBB;
	background-color: #FAFAFA;
	color: #bbb;
}

.contact textarea{
	resize: none;
	margin-left: 24px;
	height: 215px;
	width: 96%;
}

.contact h2{
	font-family: Bebas;
}

.send {
	background-color: #E98437;
	color: #FFF;
	padding: 12px 28px;
	text-decoration: none;
	border-radius: 32px;
	font-family: Bebas-Bold;
	font-size: 28px;
	position: relative;
	top: 15px;
	border: none;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.send:hover {
	background-color: #D57A34;
}

hr{
	border: none;
	border-top: 1px solid #BBB;
	margin: 48px 0;
}

.contact #map2{
	height: 444px;
	background-color: #ddd;
	margin-top: 64px;
}

.text-warning,
.text-success,
.text-danger {
    font-size: 18px;
}

/********** TEAM **********/

.team h3 {
    font-size: 28px;
    font-family: Bebas-Bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.team h5 {
    font-size: 28px;
    font-family: Josefin-Bold;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.team .social{
	list-style: none;
	margin: 0;
	padding: 0;
    text-align: center;
}

.team .social a{
	color: #E98437;
	font-size: 28px;
}

.team p{
	font-size: 28px;
	margin: 30px 0;
}

.team .col-3 a{
	text-decoration: none;
}

.team .worker {
	position        : relative;
	background-color: #DDD;
	width           : 280px;
	height          : 280px;
	border-radius   : 3px;
	margin-bottom   : 48px;
	overflow        : hidden;
	color           : #4C4C4C;
}

.team img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.team .col-3 .worker-bio{
	position: absolute;
	border-radius: 2px;
	background-color: #E9E9E9;
	padding: 18px;
	width: 90%;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	bottom: -260px;
	transition: 0.5s ease all;
	color: #4C4C4C;
}

.team .col-3 .worker-bio h4{
	font-size: 28px;
	margin: 0;
}

.team .col-3 .worker-bio p{
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
	font-family: Bebas-Light;
}

.team .col-3 .worker-bio small {
    font-size: 100%;
}

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

.interation{
	background-color: #A871CC;
	color: #FFF;
	background: -webkit-linear-gradient(left, #298CAC , #A871CC);
	background: -o-linear-gradient(right, #298CAC, #A871CC);
	background: -moz-linear-gradient(right, #298CAC, #A871CC);
	background: linear-gradient(to right, #298CAC , #A871CC);
	padding: 96px 0;
	text-align: center;
}

.interation h2{
	margin: 0;
	font-size: 48px;
}

.right-paragraph{
	width: 50%;
}

.interation h2 span{
	font-family: Bebas-Light;
}

.interation p{
	font-size: 28px;
}

.interation a{
	color: #FFF;
	padding: 14px 32px;
	text-decoration: none;
	border-radius: 32px;
	background-color: #E98436;
	display: inline-block;
	font-family: Bebas-Bold;
	font-size: 28px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.interation a:hover {
	background-color: #D57A34;
}

/********** NEW COMMENT **********/
.hide-section {
    position: absolute;
    z-index: -9999999;
    top: -10px;
}

.appImgapp,
.gImagg {
	position: absolute;
    width: 25%;
    border-radius: 20px;
}

.appImgapp {
    margin-left: 8%;
    margin-top: 25%;
}

.gImagg {
    margin-left: 66%;
	margin-top: 25%;
}

/********** TEAM **********/

.mobile-operators {
    margin-top: 75px;
}

.mobile-operators-banner {
    background: #d8d8d8;
    height: 500px;
    overflow: hidden;
}

.mobile-operators-banner h1 {
    top: -200px;
	position: relative;
	color: #fff;
}

.mobile-operators-content {
    margin: 50px 0 60px 0;
}

.mobile-operators-content .info-text p,
.mobile-operators-content .info-text li {
    line-height: 40px;
    font-size: 24px;
    color: #4C4C4C;
}

.mobile-operators-content .info-text li {
    font-size: 20px;
}

.mobile-operators-content .example_products h4,
.mobile-operators h4 {
    font-family: Bebas-Bold;
    font-weight: 100;
    font-size: 25px;
    color: #4C4C4C;
    line-height: 40px;
    padding: 0px 42px;
}

.mobile-operators .contact h4 {
	font-size: 27px;
	padding: 0;
}

.mobile-operators .contact {
    margin-bottom: 60px;
}

.product-list-MO li {
	list-style: none;
}

.product-list-MO img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}

.product-list-MO a {
    font-size: 25px;
    text-decoration: none;
    color: #4C4C4C;
    display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.mobile-operators-banner img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*********New Comment*******/

li.gridder-list {
    margin: 25px 0;
    vertical-align: top;
    width: 25%;
    padding: 0px 15px;
    cursor: pointer;
    height: auto;
    display: inline-block;
}

a.gridder-close {
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    height: 30px;
    top: 30px;
    width: 30px;
    z-index: 2;
}

a.gridder-close:hover {
	text-decoration: none;
}

a.gridder-close::before {
	font-family: FontAwesome;
    content: "\f00d";
    font-size: 20px;
    color: #4C4C4C;
}

.gridder-nav.prev {
    left: -5px;
}

.gridder-navigation .gridder-nav {
    height: 77px;
    padding: 0;
    position: absolute;
    width: 32px;
    z-index: 1;
    background-color: #4C4C4C;
    background-image: linear-gradient(top, #3e3e3e, #333);
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06), 1px 1px 0 rgba(255, 255, 255, 0.03), -1px -1px 0 rgba(0, 0, 0, 0.02), inset 1px 1px 0 rgba(255, 255, 255, 0.05);
    color: #aaa !important;
    cursor: pointer !important;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#262626');
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px;
    outline: 0;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    word-wrap: normal;
    top: 50%;
    margin-top: -40px;
    overflow: hidden;
}

.gridder-navigation .gridder-nav.next {
    right: -5px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.gridder-expanded-content {
    background: #F0F0F0;
    padding: 40px 32px;
    width: 100%;
    min-height: 550px;
	height: auto;
	margin-bottom: 1%;
	margin-top: 2%;
}

.gridder-expanded-content h2 {
    font-weight: 300;
    font-size: 52px;
    padding: 0 0 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Bebas-bold;
}

.gridder-expanded-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #666;
	margin: 0 0 20px;
	padding: 0;
	font-family: Josefin, "Helvetica", "Trebuchet MS", sans-serif;
	text-align: justify;
	text-justify: distribute;
}

.gridder-nav.prev::before,
.gridder-nav.next::before {
    font-family: FontAwesome;
    content: "\f060";
    font-size: 15px;
    justify-content: center;
    bottom: 0;
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.link-download a {
	font-weight: 400;
	font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #333;
	display: inline-block;
	margin: 30px 0 0 0;
	outline: none;
	text-decoration: none;
	width: 180px;
	text-align: center;
	border-radius: 20px;
}

.link-download a:first-child {
    margin-right: 20px;
}

.link-download {
    display: flex;
    justify-content: center;
}

.link-download a:hover {
    border-color: #4C4C4C;
    color: #FFF;
    background-color: #4C4C4C;
    text-decoration: none;
}

.link-download .fa {
    font-size: 16px;
}

.gridder-list img,
.app-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

/********** RESPONSIVE **********/

.col-my-5 {width: 20%;}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 1220px) {

    .box{
    	width: 800px;
    }

	.team .col-3{
		width: 50%;
	}

	.team .worker{
		display: inline-block;
	}

	.parterns .row .col-4{
		width: 50%;
	}

	.customer .row .col-3{
		width: 50%;
	}

}

@media only screen and (max-width: 820px) {

	.logo-list {
		padding: 0 20px !important;
	}

	li.gridder-list {
		width: 33%;
	}

	.gridder-expanded-content .app-info {
		margin-top: 50px;
	}

	.gridder-expanded-content p {
		padding: 0 ;
	}

	.gridder-expanded-content h2 {
		text-align: center;
	}

	.app-img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.app-img img {
		max-width: 50%;
	}

	.col-my-5{
    	width: 100%;
    }

	header .game-cover{
		height: 160px;
	}

	.game-description{
		position: relative;
	}

	.game-description h1, .game-description img{
		position: absolute;
	}

	.game-description img{
		left: 24px;
		top: 0;
	}

	.game-description h1{
		left: 128px;
		top: -3px;
		width: 224px;
		text-align: left;
		margin: 0;
	}

	.game-description a{
		position: absolute;
		right: 24px;
		top: 37px;
	}

    .box{
    	width: 100%;
    }

	.fixed-nav .row{
		width: 100%;
		margin: 0 auto;
	}

	.intro{
		text-align: center;
	}

	.intro .col-4{
		width: 100%;
		padding: 0 18px;
	}

	.intro .col-8{
		display: none;
	}

	.apps-games .col-6{
    	width: 100%;
    }

    .apps-games .oblique{
    	display: none;
    }

	.share .row{
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -moz-box-orient: vertical;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    /* optional */
	    -webkit-box-align: start;
	    -moz-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	}

	.share .col-8{
		width: 100%;
		-webkit-box-ordinal-group: 2;
	    -moz-box-ordinal-group: 2;
	    -ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	}

	.share .col-4{
		width: 100%;
		padding: 0 18px;
		-webkit-box-ordinal-group: 1;
	    -moz-box-ordinal-group: 1;
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	}

	.share{
		text-align: center;
	}

	.share a.scroll-left-button, .share a.scroll-right-button{
		display: none;
	}

    nav ul{
		width: 100%;
	}

	.parterns{
		text-align: center;
	}

	.parterns p{
		width: 100%;
	}

	.right-paragraph{
		width: 100%;
	}

	.customer{
		text-align: center;
	}

    footer p{
    	padding: 0 18px;
    }

    footer .col-4{
		width: 100%;
	}

	.details{
		text-align: center;
	}

	.contact{
		text-align: center;
	}

	.contact .col-6{
    	width: 100%;
    }

    .contact .col-4{
    	width: 100%;
    	padding: 0 12px;
    }

    .contact form{
    	padding: 0 8px;
    }

    .contact textarea{
		margin-left: 0;
		width: 100%
	}

	.team{
		text-align: center;
	}

	.team .col-4{
		width: 100%;
	}

	.team .col-9, .team .col-3{
		width: 100%;
	}

	.team .social li{
		display: inline-block;
		margin: 8px;
	}

	.story{
		text-align: center;
	}

	.story-item .col-6{
		width: 100%;
		padding: 0 12px;
	}

	.story-header{
		padding: 0 12px;
		box-sizing: border-box;
	}

	.games-section h2 {
    	margin-right: 20px;
	}

	.appImgapp {
		margin-left: 6%;
		margin-top: 23%;
		width: 20%;
	}

	.gImagg {
		margin-left: 70%;
		margin-top: 23%;
		width: 20%;
	}

	.apps-games h2 {
		margin-left: 0;
	}

	.team .col-3 {
    	width: 50%;
	}
	.mobile-operators-content .col-8 {
		width: 100%;
		padding: 0 12px;
	}
	.mobile-operators-content .col-4 {
		width: 100%;
		padding: 0 12px;
	}
}

nav .show-mobile{
	display: none;
}

@media only screen and (max-width: 620px) {

	header .row{
		height: initial;
	}

	.main-nav .box{
		position: relative;
	}

	.main-nav .hidden-mobile{
		display: none;
		position: absolute;
		top: 87px;
		left: 0;
		width: 100%;
		background-color: #444;
		z-index: 66;
	}

	.main-nav .hidden-mobile li{
		float: none;
		height: initial;
		line-height: initial;
		width: 100%;
		padding: 15px 0;
	}

	.fixed-nav .row{
		display: none;
	}

	.fixed-nav .box{
		position: relative;
	}

	.fixed-nav .hidden-mobile{
		display: none;
		background-color: #F0F0F0;
		position: absolute;
		top: 87px;
		left: 0;
		width: 100%;
	}

	.fixed-nav .hidden-mobile li{
		float: none;
		height: initial;
		line-height: initial;
		width: 100% !important;
		padding: 15px 0;
	}

	.fixed-nav .hidden-mobile li a{
		display: initial;
	}

	.fixed-nav{
		height: 87px;
	}

	.fixed-nav ul li a:hover{
		border-bottom: none;
	}

	.fixed-nav ul li a.selected{
		border-bottom: none;
	}

	.fixed-nav .show-mobile-logo{
		padding: 8px 0 16px 0;
	}

	.fixed-nav .mobile-menu{
		margin-top: -16px;
		margin-right: 0;
	}

	nav .show-mobile{
		display: block;
	}

	nav .mobile-menu{
		float: right;
	}

	.logo-list {
		padding: 0 !important;
	}

	.parterns p{
		width: 100%;
	}

	.big-top{
		margin-top: 128px;
	}

	.products .team .col-9, .products .team .col-2{
		width: 100%;
	}

	.team .social li{
		display: block;
	}

	.products .nav{
		margin-top: 40px;
	}

	.parterns .row{
		width: 300vw;
	}

	.parterns .slider{
		overflow: hidden;
		width: 100%;
	}

	.parterns .row .col-4{
		text-align: center;
		width: 100vw;
		padding: 32px 0;
	}

	.parterns .points .point{
		display: inline-block;
	}

	.customer .row{
		width: 400vw;
	}

	.customer .slider{
		overflow: hidden;
		width: 100%;
	}

	.customer .row .col-3{
		text-align: center;
		width: 100vw;
		padding: 32px 0;
	}

	.customer .points .point{
		display: inline-block;
	}

	.appImgapp {
		margin-left: 8%;
		margin-top: 30%;
		width: 25%;
	}

	.gImagg {
		margin-left: 61%;
		margin-top: 30%;
		width: 25%;
	}

	.share .col-4 {
    	padding: 0 40px 0 25px;
    }

    .team .col-3 {
    	width: 50%;
	}
}

@media only screen and (max-width: 420px) {

	ul.gridder {
		display: grid;
		justify-items: center;
	}

	li.gridder-list {
		width: 70%;
	}
	
	.app-img img {
		max-width: 70%;
	}

	.link-download {
		display: inline-block;
		text-align: center;
	}

	.link-download a {
		margin: 30px 0 0 0;
	}

	.link-download a:first-child {
		margin-right: 0;
	}

	nav ul li .logo {
    	margin-left: 3px;
	}

	.logo-list {
		padding: 0 !important;
	}

	.team .worker{
		width:80%;
		height: 300px;
	}

	.game-description h1{
		font-size: 32px;
	}

	header .game-description a {
    	left: 128px;
    	right: initial;
    	padding: 11px 18px;
	}

	.apps-games h2 {
    	margin-left: 0;
	}

	.games-section h2 {
    	margin-right: 0;
	}

	.appImgapp {
		margin-left: 13%;
    	margin-top: 65%;
    	width: 35%;
	}

	.gImagg {
		margin-left: 45%;
		margin-top: 65%;
		width: 35%;
	}

	.interation a {
    	font-size: 26px;
	}
	.share .col-4 {
    	padding: 0 36px 0 18px;
	}
	.team .col-3 {
    	width: 100%;
	}
}

/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/*
 * CSS Page Transitions
 * Don't forget to add vendor prefixes!
 */
.m-scene {
  /** Basic styles for an animated element */
}
  .scene_element {
    animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
  }

  /** An element that fades in */
  .scene_element--fadein {
    animation-name: fadeIn;
  }

  /** An element that fades in and slides up */
  .scene_element--fadeinup {
    animation-name: fadeInUp;
  }

  /** An element that fades in and slides from the right */
  .scene_element--fadeinright {
    animation-name: fadeInRight;
  }
}