.headerBG {
  background: url(../images/HeaderWebBackground.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.fixPadding {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.nonePadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.galleryPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fixGalleryPadding {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.imageWide {
  max-width: 100%;
}

.imageBoxCenter {
  width: 100%;
  text-align: center;
}

.imageWideGallery {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#gameImageGalleryPreviewAnchorContainer {
  position: relative;
  background: url(../images/gameDetailBG.jpg);
  background-size: cover;
  width: 100%;
  min-height: 300px;
  text-align: center;
  vertical-align: middle;
  display: grid;
}

#kidSafeContainer {
  position: absolute;
  top: 20px;
  left: 20px;
}
#inner-title {
  font-size: 30px !important;
}

.buyButtons {
  width: 50% !important;
  padding-bottom: 5px;
  float: left;
}

.buyButtons a {
  font-size: 14px;
  width: 95%;
}


/* social media icons */

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */

     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

 .marginBottom {
   margin-bottom: 20px;
 }

.slideElement {
}

.slideElementHidden {
   transition-duration: 0s;
   opacity: 0;
}

.slideElementVisible {
   transition-duration: 1s;
}

/* new game list */
.gameContainer {
  clear: both;
}

.gameImageCont {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  display: block;
}

.gameImage {
  position: relative;
  float: left;
  top: 2px;
  left: 2px;
  width: 94px;
  height: 94px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

#games h4 {
  padding-top: 10px !important;
  display: block;
}

#games .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bgContainer {
  position: relative;
  width: 100%;
  height: 120px;
  display: block;
  overflow: hidden;
}

#gamesGrid .col-lg-4 {
  padding-bottom: 20px;
}

.imageFeature {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageFeature { transition: all .3s ease-in-out; }
.imageFeature:hover { transform: scale(1.2); }


.gameContainer h4{
  padding-left: 110px;
}

.gameContainer .abstract{
  padding-left: 110px;
}

/* end new game list */

/*
    Multicoloured Hover Variations
*/

#social-fb {
  color: #003976;
}
#social-tw {
  color: #003976;
}


@media (max-width: 576px) {

  #social-fb {
    color: white;
  }
  #social-tw {
    color: white;
  }

}


 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

/* menu */

.bg-dark {
    background-color: #003976 !important;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: red;
    background-color: #003976;
    color: red;
}

.bg-dark row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.bg-blue {
    background-color: #003976 !important;
    background-color: #003976;
    color: white;
}

/* Main navbar */

.mainNav.navbar {
    padding: 0rem 1rem !important;
}

.mainNav.nav-item {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.mainNav.nav-item a{
  padding-top: 9px;
  padding-bottom: 9px;
}

.mainNav.nav-item a:hover {
    background-color: red !important;
    cursor: pointer;
}

.mainNav.nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: white !important;
}

.mainNav.nav-item:hover {
  background-color: red !important;
}

.mainNav.dropdown-menu {
  background-color: #003976;
}

.mainNav.dropdown-item {
  background-color: #003976;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: white !important;
}

.mainNav.dropdown-item:hover {
  background-color: white !important;
  color: #003976 !important;
}

/* common */

body
{
    background: url(../images/WebBackground.jpg) fixed 100% 100%;
    background-position: left;
}

h2 {
font-family: 'Open Sans', sans-serif;
font-size: 1.2rem;
background-color: red;
text-transform: uppercase;
color: white;
vertical-align: middle;
margin-bottom: 20px;
}

h3 {
font-family: 'Roboto Slab', serif;
font-size: 1.4rem;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
border-bottom-style: solid;
border-bottom-width: thin;
border-bottom-color: #003976;
color: #003976;
padding-left: 4px;
margin-bottom: 10px;
}

h2::before {
    font-family: FontAwesome;
    top:0;
    font-size: 1.4rem;
    left:-5px;
    margin-left: 6px;
    padding-right: 8px;
    content: "\f11b";
 }

 h4 {
   font-family: 'Open Sans', sans-serif;
   font-weight: bold;
   font-size: 1.2rem;
   color: red;
 }

 .containerWhite {
   background-color: white;
 }

.imgLogo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .imgLogo {
    width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}

@media (max-width: 576px) {
  .imgLogo {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}

@media (max-width: 360px) {
  .imgLogo {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}

.image-fluid{
  width: 100%;
  padding-bottom: 40px;
}

.imageWhide {
  max-width: 100% !important;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  /*background-color: DodgerBlue;*/
}

.flex-container > div {
  background-color: white;
  width: 30%;
  margin: 10px;
  text-align: left;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.15);*/
  transition: all .2s ease-in-out;
}

@media (max-width: 992px) {
  .flex-container > div {
    width: 40%;
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .flex-container > div {
    width: 100%;
    margin: 10px;
  }
}


.flex-container > div:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.flex-container .card-title{
  font-family: 'Suez One', serif;
  font-size: 1rem;
  padding: 5px;
  margin-bottom: 0px !important;
}

.flex-container .images{
  max-width: 100%;
}

.flex-container .container{
  padding: 5px;
}

.flex-container .platform{
  font-size: 14px;
  padding: 5px;
  display: none;
}

.flex-container .platformIcons i{
  text-align: center;
  font-size: 18px;
  padding: 5px;
}

.abstract{
  font-size: 14px;
}

 /* sections */

 #home {
   padding-top: 20px;
   background-color: white;
 }

 #gameDetail {
   padding-top: 0px !important;
 }

 section {
   padding-top: 20px;
 }

 .btn-success {
    color: #fff;
    background-color: #003976;
    border-color: yellow;
}

footer {
  margin-top: 50px !important;
}

/* games */

.gameContainer a{
  text-decoration: none;
  color: black;
}

.allGamesItem a:hover{
  text-decoration: none;
}

#games {
  padding-top: 0px !important;
}

#games .card-title {
  font-family: 'Suez One', serif;
  font-size: 1.2rem;
  padding: 5px;
}

#gameDetail {
  display: none;
}

#gameDetail #inner-text {
  padding-bottom: 20px !important;
}

#gameDetail #inner-text b{
  color: #003976;
}

#gameDetail #inner-text p{
  margin-bottom: 5px;
}

#gameDetail #Features b{
  color: #003976;
}

.gameDetailHidden {
   display: none;
}

.buttonDetail {
  text-align: right;
}

.pointer {
  cursor: pointer;
}

.share {
  padding-top: 20px;
  padding-bottom: 20px;
}

.share .fa-facebook-square{
  color: #003976;
  font-size: 30px;
}

.share .fa-google-plus-square{
  color: #EA4335;
  font-size: 30px;
}

.share .fa-twitter-square{
  color: #1DA1F2;
  font-size: 30px;
}

.share .fa-whatsapp-square{
  color: #34AF23;
  font-size: 30px;
}
.share .fa-pinterest-square{
  color: #BD081C;
  font-size: 30px;
}

#gameImageGalleryPreviewImage {

}

#gameImageGalleryThumbnailContainer {
   overflow-x: scroll;
   overflow-y: hidden;
   white-space: nowrap;
}

.gameImageGalleryThumbnail {
   height: 150px;
}

.gameImageGalleryVideoThumnailContainer {
   position: relative;
}

.gameImageGalleryVideoThumnailContainer::after {
   position: absolute;
   font-family: FontAwesome;
   font-size: 64px;
   content: "\f144";
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   opacity: 0.7;
}

.gameImageGalleryVideoPreviewAnchor::after {
   position: absolute;
   font-family: FontAwesome;
   font-size: 128px;
   content: "\f144";
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   opacity: 0.7;
}

/* contact */

#contact {
  font-size: 14px;
}

#contact #contact-form{
  font-size: 14px !important;
}

/* Game list */

.gameListOptions.navbar {
    padding: 0rem 1rem !important;
}

/*
.gameListOptions.nav-item {
  padding-left: 42px !important;
}
*/

.gameListOptions.nav-item a{
  padding-top: 9px;
  padding-bottom: 9px;
}

.gameListOptions.nav-item a:hover {
    background-color: red !important;
    cursor: pointer;
}

.gameListOptions.nav-link {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: white !important;
}

.gameListOptions.nav-item:hover {
  background-color: red !important;
}

.gameListOptions.dropdown-menu {
  background-color: #003976;
}

.gameListOptions.dropdown-item {
  background-color: #003976;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: white !important;
  cursor: pointer;
}

.gameListOptions.dropdown-item:hover {
  background-color: white !important;
  color: #003976 !important;
}

.navbarGames {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* footer */

.legal{
  font-size: 12px;
}


#accordion .card-header {
    padding: 0px;
}

#accordion .card-body {
    padding: 1rem;
}

#accordion {
  padding-bottom: 30px;
}

.copyrightRP {
  text-align: center;
  font-size: 14px;
}

.carousel-indicators {
    bottom: 20px !important;
}
