html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,html{
	width: 100%;
	height: 100%;
}

body {
    background: url("../img/bgimage2.jpg") repeat-x center bottom fixed;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
    font-family: sans-serif;
}

div#girl img, div#guy img {
    width: 100%;
}

div#girl, div#guy {
    width: 40%;
    position: fixed;
    bottom: 0;
    z-index: 1;
}

div#girl{
	bottom: -150px;
    left: -150px;
}
div#guy {
    right: 0;
    width: 28%;
}
div#topContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#mainContent{
	background-color: #FFF;
	width:50%;
	padding: 20px;
	overflow-y: auto;
	z-index: 3;
	    border-radius: 10px 0;
	    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 5px 5px 15px 5px #000000;
margin-bottom: 100px;
}

div#youtubeVideo {
    text-align: center;
}
.newsletterFormContainer{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#mainContent div{
	margin-bottom: 20px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #346785;
    margin-bottom: 10px;
}

#logo {
    width: 600px;
    /*margin-bottom: -100px;
    margin-top: -100px;*/
    z-index: 2;
}

#logo img{
	width: 100%;
}

#contactBlock {
    height: 150px;
    background-color: #000;
    color: #fff;
    width: 50%;
    padding: 20px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 10px 0;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
box-shadow: 5px 5px 15px 5px #000000;
}

.follow{
	margin-bottom: 20px;
}

.follow a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    font-size: 1.3em;
}



.follow img {
    width: 50px;
    margin-right: 10px;
}

div#steamTopBlock {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    padding: 20px;
    z-index: 4;
    border-radius: 0 0 10px 0;
}

div#steamTopBlock .follow {
   margin: 0;
}

li{
	margin-bottom: 10px;
}

div#screenshots {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#screenshots img {
    width: 50%;
}


.gallery-container {
    width: 80%;
    margin: auto;
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

.thumbnail {
    width: 200px;
    height: auto;
    margin: 5px 5px;
    cursor: pointer;
}

.full-image-container {
    text-align: center;
    margin-top: 20px;
}

.full-image {
    width: 100%;
    height: auto;
    max-width: 800px;
}


/* Position the image container (needed to position the left and right arrows) */
.galContainer {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 576px;
}

/* Add a pointer when hovering over the thumbnail images */
.galCursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row { 
    position: relative;
    overflow: hidden;
    height: 150px;

   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

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

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

div#seeMoreLess {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0px;
}

#seeMore, #seeLess {
    background-color: #ffffff;
    border: thin solid #000;
    border-radius: 10px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#seeLess{
    display: none;
}

#brevoIframe
{
    min-height: 800px;
}


div#sib-container{
    width: auto;
}

div#sib-container div{
    margin-bottom: 0;
}

div.sib-form{
    margin-bottom: 0!important;
    padding: 0;
}

#socialLinksContainer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    height: 60px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#socialLinksContainer a{
    color: #fff;
}

.icon-social-img{
    width: 50px;
}


div.newsletterContainer, div.newsletterContainer div{
    margin-bottom: 0!important;
}

@media only screen and (max-width: 1600px) {
    div#girl {
        bottom: 0px;
        left: -100px;
    }
}

@media only screen and (max-width: 900px) {
    div#girl {
        bottom: 0px;
        left: -70px;
    }

    #logo {
        width: 300px;
        /*margin-bottom: -50px;
        margin-top: -50px;*/
    }

    .thumbnail {
        width: 100px;
    }
}

@media only screen and (max-width: 600px) {
	
	body{
		font-size: 0.8em;
	}

	div#girl{
		left: 10px;
		width: 50%
	}
	div#guy {
	    right: 10px;
	    width: 45%;
	    z-index: 0;
	}

	#mainContent{
		width:80%;
	}

	#contactBlock {
	   width:80%;
	}

	.follow a {
	    font-size: 1em
	}

	h3 {
	    font-size: 0.9em;
	}



	.follow img {
	    width: 25px;
	    margin-right: 25px;
	}

	

	div#steamTopBlock {
		position: absolute;
	}

    
}