/*-----------------------------------------------------------------------------------
	    gammister2
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFC200;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Roboto-Light';
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf');
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Regular';
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf');
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Medium';
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf');
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Roboto-Italic';
	src: url('./fonts/Roboto-Italic/Roboto-RegularItalic.ttf');
	src: url('./fonts/Roboto-Italic/Roboto-RegularItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.container1 {
	margin: 0 auto;
	position: relative;
	padding: 0 50px;
	width: 100%;
	max-width: 1240px;
}

.container1 a {
	text-decoration: none;
	outline: none;
}

.container1 ul li,
.container1 menu li,
.container1 ol li {
	list-style: none;
}

.container1 ul,
.container1 menu,
.container1 ol {
	display: block;
	margin: 0;
	padding-left: 0;
}

.container1 img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.main-header {
	padding-top: 25px;
	padding-bottom: 25px;
}

.main-header-toogle {
	width: 30px;
	height: 30px;
	background: url(img/menu.svg) center / contain no-repeat;
	cursor: pointer;
	display: none;
}

.main-header-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url(img/close.svg) center / contain no-repeat;
	cursor: pointer;
	display: none;
}

.main-header-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.main-header-logo {
	max-width: 461px;
	width: 100%;
	margin-left: -10px;
}

.main-header-nav {
	max-width: 460px;
	width: 100%;
	margin-bottom: -7px;
}

menu.main-header-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

menu.main-header-menu a {
	display: inline-block;
	font-family: "Roboto-Light", sans-serif;
	color: #000;
	font-size: 18px;
	text-decoration: underline;
}

menu.main-header-menu a.active {
	font-family: "Roboto-Medium", sans-serif;
	text-decoration: none;
}

menu.main-header-menu a:hover {
	text-decoration: none;
}

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}






.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.row-bic{
	width:100%;

}
.img-bic{
	margin-bottom:30px;
}
.p-link{
	width:60%;
	font-family:"Roboto";
	color:#000000!important;
	text-decoration:underline!important;
	font-size:18px;
	font-weight:lighter;
}
.row-markets{
	;
}
.col-linkpp{
	width:49px;
	text-decoration:underline!important;
	font-family:"Roboto";
	font-size:18px;
}
.row-style{
	width:49.33%;
	margin-left:36%;
}
.row-link{
	width:39%;
	margin-left:32%;
}
.small{
	width:30%;
}
.col3-mar{
	margin-left:-40px;
}
.p-link1{
	width:100%;
	font-family:"Roboto-Light";
	text-decoration:underline!important;
	font-size:14px;
	color:#000000!important;
	text-align:left;
}
.col-links1{
	width:39%;
	height:0px;
}
.col-links2{
	width:30%;
}
.col-links3{
	width:30%;
}
.row-links{
	width:30%;
	margin-left:38%;
}
.p-link2{
	font-family:"Roboto-Light";
	font-size:14px;
	color:#000000!important;
	text-decoration:underline!important;
	text-align:center;
}
.p-link3{
	font-size:14px;
	font-family:"Roboto-Light";
	text-decoration:underline!important;
	color:#000000!important;
	text-align:center;
	margin-left:-15%;
}
.p-style{
	width:100%;
}
.img-app-store-bad-style{
	background-position:left center;
	margin-left:5%;
}
.img-style{
	margin-left:31%;
}
.p-bloc-0-style{
	width:67.89%;
}
.p-2-style{
	width:83.49%;
}
.bl-bic{
	;
}
.llooggoo{
	margin-top:20px;
	margin-left:-20px;
}
.h1-style{
	width:48.16%;
	font-family:"Roboto-Regular";
	color:#000000!important;
	font-size:36px;
}
.updated{
	color:#000000!important;
	font-family:"Roboto-Italic";
	font-size:14px;
	font-weight:normal;
}
.p-plain{
	font-size:14px;
	font-family:"Roboto-Light";
	color:#000000!important;
}
.p-plaincenter{
	font-size:14px;
	font-family:"Roboto-Light";
	text-align:center;
	color:#000000!important;
}
.h2-style{
	width:48.16%;
	font-family:"Roboto-Regular";
	color:#000000!important;
	font-size:24px;
}
.h2-bloc-3-style{
	width:51.32%;
}
.contactus{
	padding-top:0px;
	opacity:1.0;
	margin:25px 0px 0px 0px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-amber{
	background-color:#FFC200;
}


/* = Custom Bric Data
-------------------------------------------------------------- */


.team {
	padding-top: 20px;
	padding-bottom: 50px;
}

.team-title-wrap {
	margin-bottom: 86px;
}

.team-title-wrap p {
	font-size: 18px;
	line-height: 21px;
	font-family: "Roboto-Light", sans-serif;
	margin-bottom: 0;
}

.team-title-wrap p a {
	color: #000;
	font-family: "Roboto-Light", sans-serif;
}

.team-title {
	font-family: "Roboto-Medium", sans-serif;
	font-size: 36px;
	margin-bottom: 18px;
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -20px;
	margin-top: -75px;
}

.team-col {
	width: 25%;
	padding: 0px 20px;
	margin-top: 75px;
}

.team-item {
	text-align: center;
}

.team-item-img {
	max-width: 196px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}

.team-item-text h3 {
	font-size: 24px;
	font-family: "Roboto-Regular", sans-serif;
	margin-bottom: -3px;
}

.team-item-text b {
	display: block;
	font-size: 14px;
	font-family: "Roboto-Light", sans-serif;
}

.games {
	padding-top: 29px;
}

.games-title-wrap {
	margin-bottom: 61px;
}

.games-title-wrap p {
	font-size: 18px;
	line-height: 21px;
	font-family: "Roboto-Light", sans-serif;
	margin-bottom: 0;
}

.games-title-wrap p a {
	color: #000;
	font-family: "Roboto-Light", sans-serif;
}

.games-title {
	font-family: "Roboto-Medium", sans-serif;
	font-size: 36px;
	margin-bottom: 26px;
}

.games-item {
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.games-item:first-child {
	padding-top: 0;
}

.games-item:nth-child(2n):after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10000px;
	background: rgba(255, 84, 84, 0.05)
}

.games-item-info {
	width: 40%;
}

.games-item-info h3 {
	font-size: 36px;
	font-family: "Roboto-Medium", sans-serif;
	margin-bottom: 22px;
}

.games-item-info p {
	font-family: "Roboto-Light", sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 52px;
}

.games-item-info-img {
	max-width: 201px;
	width: 100%;
	margin-bottom: 26px;
}

.games-item-info-link-wrap {
	max-width: 427px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.games-item-info-link {
	width: 47%;
	transition: opacity 0.3s;
}

.games-item-info-link:hover {
	opacity: 0.7;
}

.games-item-info-link img {
	width: 100%;
}

.games-item-img-wrap {
	width: 57.3%;
	text-align: center;
}

.games-item-img {
	margin-bottom: 32px;
}

.games-item-img:last-child {
	margin-bottom: 0;
}

.main-footer {
	padding-top: 64px;
	padding-bottom: 70px;
}

.main-footer-nav {
	margin-bottom: 30px;
}

.main-footer-nav-m {
	margin-top: 50px;
}

menu.main-footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-left: 0;
}

.main-footer-menu li {
	margin-right: 30px;
	list-style: none;
}

.main-footer-menu li:last-child {
	margin-right: 0;
}

.main-footer-menu a {
	display: inline-block;
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	font-family: "Roboto-Light", sans-serif;
}

.main-footer-menu a:hover {
	text-decoration: none;
}

ul.main-footer-soc-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-left: 0;
}

.main-footer-soc-list li {
	margin-right: 24px;
	list-style: none;
}

.main-footer-soc-list li:last-child {
	margin-right: 0;
}

.main-footer-soc-list a {
	display: block;
	transition: opacity 0.3s;
}

.main-footer-soc-list a:hover {
	opacity: 0.7;
}

/* = Mobile adjustments 
-------------------------------------------------------------- */

@media (max-width: 1100px) {
	.main-header-logo {
		max-width: 250px;
	}
}

@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
    .container1 {
    	padding: 0px 20px;
    }
}
@media (max-width: 991px)
{
	.main-header-nav {
		max-width: 420px;
	}

	.games {
		padding-top: 25px;
	}

	.games-item {
		padding: 25px 0;
	}

	.games-title-wrap,
	.team-title-wrap,
	.games-item-info p {
		margin-bottom: 30px;
	}

	.team-title-wrap p,
	.games-title-wrap p,
	.games-item-info p {
		font-size: 15px;
		line-height: 1.4;
	}

	.team-title,
	.games-item-info h3,
	.games-title {
		font-size: 28px;
	}

	.team,
	.main-footer
	 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main-footer-nav {
		margin-bottom: 25px;
	}
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
    .main-header-toogle {
    	display: block;
    }
    .main-header-nav {
    	position: fixed;
    	z-index: 999;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	max-width: none;
    	background-color: #FFC200;
    	padding: 50px 15px;
    	overflow: auto;
    	visibility: hidden;
    	opacity: 0;
    	transition: all 0.4s;
    }
    .main-header-nav.active {
    	opacity: 1;
    	visibility: visible;
    }
    menu.main-header-menu li {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 5px;
    }
    menu.main-header-menu li:last-child {
    	margin-bottom: 0;
    }
    menu.main-header-menu a {
    	font-size: 25px;
    }
    .main-header-close {
    	display: block;
    }
   	.body-overflow {
   		overflow: hidden;
   	}
   	.main-header-wrap {
   		align-items: center;
   	}
}

@media (max-width: 991px){
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 800px){
	
	.team-col {
		width: 33.333%;
	}

	.games-item-info {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.games-item-img-wrap {
		width: 100%;
	}

	.games-item-info-img,
	.games-item-info-link-wrap {
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media (max-width: 700px){
	.team-list {
		margin: 0px -10px;
		margin-top: -20px;
	}
	
	.team-col {
		width: 50%;
		padding: 0px 10px;
		margin-top: 20px;
	}
	
}

@media (max-width: 600px){

	.main-footer-menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		margin-right: 0;
	}

	.main-footer-menu li:last-child {
		margin-bottom: 0;
	}
	
}

@media (max-width: 575px){
	.team-item-text h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.img-bic{
		width:120px;
	}
	.img-style{
		width:128px;
		margin-bottom:20px;
		text-align:center;
		display:block;
		margin-left:31%;
	}
	.img-app-store-bad-style{
		width:128px;
		margin-left:31%;
		margin-bottom:20%;
		text-align:center;
	}
	.logogg{
		width:309px;
		margin-bottom:50px;
	}
	.p-link{
		width:100%;
	}
	.col-linkpp{
		width:100%;
	}
	.row-link{
		width:53%;
	}
	.col3-mar{
		width:100%;
	}
	.small{
		width:100%;
	}
	.p-link2{
		font-size:14px;
	}
	.row-links{
		margin-left:28%;
		margin-top:-100px;
	}
	.col-links1{
		width:100%;
	}
	.p-link3{
		width:100%;
		text-align:center;
	}
	.row-style{
		width:70%;
	}
	.p-link1{
		width:100%;
	}
	.col-links2{
		width:100%;
	}
	.p-linkmob{
		font-family:"Roboto-Light";
		text-decoration:underline!important;
		margin-bottom:3%;
		text-align:center;
		color:#000000!important;
	}
	.row-bic{
		margin-top:-50px;
	}
	.bl-bic{
		height:100%;
	}
	.llooggoo{
		background-size:auto auto;
		margin-top:20px;
		margin-left:-12px;
		width:280px;
	}
	.navbar-brand img{
		;
	}
	.h1-style{
		width:100%;
	}
	.h2-style{
		width:100%;
	}
	.contactus{
		margin-top:25px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
}

@media (max-width: 400px){
	.main-header-logo {
		max-width: 200px;
	}
	
}