@charset "utf-8";
/* CSS Document */

/*animated*/
@-webkit-keyframes learnmore {
  0%   { top: 0; }
  50% { top: 10px; }
  100% { top: 0px; }
}
@-moz-keyframes learnmore {
  0%   { top: 0; }
  50% { top: 10px; }
  100% { top: 0px; }
}
@-o-keyframes learnmore {
  0%   { top: 0; }
  50% { top: 10px; }
  100% { top: 0px; }
}
@keyframes learnmore {
  0%   { top: 0; }
  50% { top: 10px; }
  100% { top: 0px; }
}

.hide-col {
  display: none;
}

.bf.gameintro .text p .fa{
  position: relative;
  -webkit-animation: learnmore 1s infinite; /* Safari 4+ */
  -moz-animation:    learnmore 1s infinite; /* Fx 5+ */
  -o-animation:      learnmore 1s infinite; /* Opera 12+ */
  animation:         learnmore 1s infinite; /* IE 10+, Fx 29+ */
}

.single img {
  opacity: 0;
}
.single img.active {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in 1s;
-moz-transition: all 0.8s ease-in 1s;
-o-transition: all 0.8s ease-in 1s;
transition: all 0.8s ease-in 1s;
}
html {
  margin-top: 0 !important;
}
* html body {
	margin-top: 0 !important;
}
body#activate {
  display: block;
}
body.sidr-open #mobile-header {
  left: inherit;
}
#mobile-header {
  left: 0;
}

.miku-container {
    position: fixed;
    z-index: 999999999999;
    right: 8%;
    top: 75%;
}

/**/

.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.floatleft { float: left; }
.floatright { float: right; }
/*
img.aligncenter, img.alignright,
img.alignleft { border: 3px solid #EEE; } 
*/
.nocomments {
  display: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
}

body a {
  color: #c24040;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
  line-height: 24px;
}

body a:hover {
  color: #D60000;
  text-decoration: none;
}

.unit {float: left;}
.unitExt {float: right;}

img {border: none;max-width: 100%}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.imgwrap {background-position: center center; background-repeat: no-repeat; background-size: cover;}
.my_fist_post_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*height: 325px;*/
  height: 300px;

}
.fjalla {font-family: 'Fjalla One', sans-serif;}
.opensans {font-family: 'Open Sans', sans-serif;}

.clear {clear: both;}

#mobile-header {
  border-top: 12px solid #ee2f2b;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background: #eeeeee;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.84);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.84);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.84);
}

#mobile-header .logo {
    max-width: 70px;
    position: relative;
    top: -6px;
  }
  #mobile-header a,
  #mobile-header a:hover {
    text-decoration: none;
  }
  #mobile-header .fa {
    font-size: 28px;
    margin: 10px 0;
    color: #313131;
  }

#undefined-sticky-wrapper.sticky-wrapper {
  height: auto !important;
}

header {
	border-top: 12px solid #ee2f2b;
	/*background: rgba(212,212,212,0.4);*/
  background: #EEEEEE;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  z-index: 99999999;

  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

  .sticky-wrapper.is-sticky {
    width: 100%;
  }
  
  .is-sticky header .logo {
    margin: 10px 0;
    max-width: 125px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .is-sticky header nav > ul > li a {
    font-size: 20px;
    padding: 19px 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  

header .logo {
	max-width: 194px;
  /*margin: 10px 0;*/
  margin: 20px 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header nav > ul {
	margin: 0;
	padding:0;
	text-align: right;
}

header nav > ul > li {
	display: inline-block;
	text-align: left;
  position: relative;
}
header nav > ul > li a {
	display: block;	
	font-family: 'Fjalla One', sans-serif;
	font-size:24px;
	/*padding: 30px 25px;*/
  padding: 39px 25px;
	color: #000;
  
  text-transform: uppercase;
  
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
  header nav > ul > li:hover > a,
	header nav ul li a:hover,
  header nav > ul > li.current_page_item > a
  {
		text-decoration: none;
		background: #ee2f2b;
		color: #fff;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	}
  
  
  header nav > ul > li:hover .submenu,
  header nav > ul > li:hover .sub-menu {
    /*display: block;*/
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
.submenu,
.sub-menu{
	background: #f34440;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 112px;
  width: 240px;
  /*display: none;*/
  opacity: 0;
  z-index: -999;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  
  height: 1px;
}

header nav > ul > li:last-child .submenu,
header nav > ul > li:last-child .sub-menu {
  left: inherit;
  right: 0;
}

  .is-sticky .submenu,
  .is-sticky .sub-menu {
    top: 67px;
  }
	.submenu > li,
  .sub-menu > li{
		display: block;
    background: none;
	}


  .is-sticky .submenu > li > a,
  .is-sticky .sub-menu > li > a {
    padding: 12px 25px;
    font-size: 17px;
  }

	.submenu > li > a,
  .sub-menu > li > a{
    background: #d91d19;
    color: #fff;
    font-size: 18px;
    margin-top: 1px;
    padding: 12px 25px;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

/*Slider*/
.sliderwrap {
  -webkit-box-shadow: 0 -20px 0 10px #3D3832;
  -moz-box-shadow: 0 -20px 0 10px #3D3832;
  -o-box-shadow: 0 -20px 0 10px #3D3832;
  box-shadow: 0 -20px 0 10px #3D3832;
  
  position: relative;
  top: 120px;
}
#gameslide {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

  #gameslide:after {
    /*background: url("../images/slide-shadow-right.png") no-repeat left center;*/
    /*content: " ";*/
    /*display: block;*/
    /*height: 90%;*/
    /*opacity: 0.3;*/
    /*position: absolute;*/
    /*right: -24px;*/
    /*top: 10px;*/
    /*width: 21px;*/
    /*z-index: -1;*/
  }
  
  #gameslide:before {
    /*background: url("../images/slide-shadow-left.png") no-repeat left center;*/
    /*content: " ";*/
    /*display: block;*/
    /*height: 90%;*/
    /*left: -24px;*/
    /*opacity: 0.3;*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*width: 21px;*/
    /*z-index: -1;*/
  }
  
#gameslide .item {
  position: relative;
}

#gameslide .item .captionwrap {
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.70);
  padding: 5px 15px;
}
#gameslide .item .captionwrap h2 {
  font-family: "Fjalla One",sans-serif;
  font-size: 2.2em;
}

#gameslide .item .captionwrap .learnmore {
  margin: 10px 0;
  display: inline-block;
  background: #bd0000;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#gameslide .owl-wrapper {
  background: #000;
}
#gameslide .item .imgmobi {
  display: block;
  width: 100%;
  /*height: 700px;*/
  max-width: 100%;
  /*margin: 0 0 0 120px;  */
  margin: 0;
  background-size: cover;
  background-position: center top;
}

#gameslide .owl-item:first-child img {
  margin: 0; 
}

#gameslide .item .textwrap {
  background: rgba(0, 0, 0, 0.71);
  bottom: -50px;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 0 20px;
}

  .linktopage {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  
  #gameslide .item .img > .slidebg {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .owl-theme .owl-controls {
    height: 1px;
  }
  #gameslide .owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 1px;
  }
  #gameslide.owl-theme .owl-controls .owl-buttons div,
  .slides-navigation a {
    background: rgba(0, 0, 0, 0.32);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin: 0;
    opacity: 1;
    padding: 15px 10px;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
    #gameslide.owl-theme .owl-controls .owl-buttons div:hover,
    .slides-navigation a:hover {
      background: rgba(0, 0, 0, 0.7);
      
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-decoration: none;
    }
  
  #gameslide.owl-carousel .owl-wrapper-outer {
    border-bottom: 4px solid #d91d19;
  }
  
  #gameslide .owl-buttons .owl-prev {
    float: left;
  }
  #gameslide .owl-buttons .owl-next {
    float: right;
  }
  #gameslide .badges {
    text-align: right;
    padding-top: 70px;
    position: relative;
    z-index: 9;
  }
  #gameslide .badges > img {
    display: inline-block;
  }
  
  #gameslide .textwrap {
    position: relative;
    top: 65%;
  }
  
  #gameslide .textwrap .text,
  .gametext .text{
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    font-family: 'Fjalla One',sans-serif;
    font-size: 33px;
    line-height: 43px;
    padding: 20px;
    
    font-size: 28px;
    line-height: 34px;
  }
  
  #gameslide .owl-theme .owl-controls {
    margin: 0;
  }
  
/*end slider*/
.introwrap.container {
  /*margin-top: -100px;*/
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
  .aboutgames {
    background: url(../images/about-games-bg.jpg) no-repeat center top / cover;
  }
  
  .aboutgames .text {
    padding-left: 80px;
    padding-top: 50px;
  }

  .aboutgames .text h3{
    font-family: 'Fjalla One',sans-serif;
    font-size: 65px;
    margin-bottom: 35px;
    text-transform: uppercase;
  }
  
  .aboutgames .text p {
    font-size: 26px;
    line-height: normal;
    color: #7d0000;
    font-style: italic;
    padding-left: 50px;
  }
  
  .aboutgames .text h4 {
    font-family: 'Fjalla One',sans-serif;
    font-size: 40px;
    padding-left: 100px;
    margin-top: 55px;
    
    text-transform: uppercase;
  }
  
  .aboutgames .text .fa.fa-angle-double-right {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    color: #fff;
    float: left;
    font-size: 70px;
    line-height: normal;
    margin-left: -40px;
    padding: 30px 45px;
    
    margin-top: 26px;
    
    background: rgba(0, 0, 0, 0.33);
    margin-top: 12px;
  }

.aboutgames .viewall {
  color: #fff;
  background: #bd0000;
  display: inline-block;
  padding: 15px 10px 10px;
  font-family: 'Fjalla One',sans-serif;
  font-size: 30px;
  text-decoration: none;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
  
  margin-top: 50px;
  margin-bottom: 40px;
  
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
  .aboutgames .viewall:hover {
    background: #9d0000;
    
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .aboutgames .viewall > .fa {
    margin-left: 15px;
    position: relative;
    top: -3px;
  }
  
.office.container {
  background: url(../images/gumi-office.jpg) no-repeat left top / cover;
  height: 593px;
}

  .office.container .info {
    color: #fff;
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    padding-top: 20%;
  }
  
  .office.container .learnmore > a {
    color: #fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 21px;
    text-decoration: none;
    
    background: #bd0000;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    
    position: relative;
  }
  
  .office.container .learnmore {
    background: rgba(0,0,0,0.5);
    padding: 20px 0 15px;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .office.container .learnmore > a:hover {
    background: #9d0000;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .office.container .learnmore > a:before {
    background: #000;
    content: " ";
    display: block;
    padding: 10px;
    position: absolute;
    right: 33px;
    top: 29%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .office.container .learnmore > a > .fa {
    background: #000;
    padding: 15px;
    margin-left: 20px;
    position: relative;
  }
  
.articles.container .newssection {
  background: #f1f1f1;
}

.articles.container > .row {
  background: url(../images/awards-bg.jpg);
}
  .newssection h2 {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 15px 20px 15px 30px;
    background: #d91d19;
    position: relative;
    font-family: 'Fjalla One',sans-serif;
    color: #fff;
    font-size: 35px;
  }
  
  .newssection h2:after {
    background: #d91d19;
    content: " ";
    display: block;
    left: 35px;
    padding: 15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99;
  }
  
  .newssection .row.imgwrap {
    /*height: 338px;*/
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
  }
  .newssection .gradoverlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
   left: 0;
   top: 0;
  }
  
  .newssection a:hover .gradoverlay {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .newssection .infowrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  .newssection .first {
    margin-bottom: 5px;
  }
  
  .newssection .first h4 {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #fff;
  }
  
  .newssection .first a h4 {
    font-size: 28px;
    color: #fff;
    font-family: 'Fjalla One',sans-serif;
    text-decoration: none;
  }
  
  .newssection .meta {
    clear: both;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
  }
  
  .newssection .meta .comments {
    text-align: right;
    float: right;
  }
  
  
  .newssection .row.newslist {
    margin-left: -8px;
    margin-right: -8px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
    .newssection .row.newslist:hover {
      background: #e8e8e8;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
    
    .newssection .row.newslist .border {
      border-bottom: 1px solid #cfcfcf;
      display: block;
      width: 100%;
    }
  
  .newssection .row.newslist h4 {
    font-size: 22px;
    height: 50px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .newssection .row.newslist a {
    color: #2c2c2c;
    font-family: 'Fjalla One',sans-serif;
  }
    .newssection .row.newslist a:hover h4 {
      color: #760400;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
  
    .newssection .row.newslist a:hover {
      text-decoration: none;
    }
  
  .newssection .row.newslist a .comment {
    color: #c1c1c1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin: 5px 10px 0;
  }
  
  .newssection .row.newslist .imgwrap {
    /*height: 104px;*/
    margin-bottom: -1px;
  }
  .row.morenews {
    display: block;
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
    text-align: right;
  }
  .morenews a {
    color: #2c2c2c;
    display: inline-block;
    font-family: 'Fjalla One',sans-serif;
    font-size: 20px;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
    .morenews a:hover {
      color: #760400;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-decoration: none;
    }
  .morenews a > .fa {
    margin-left: 20px;
    position: relative;
    top: -3px;
  }
  
.awardssection {
  padding-bottom: 20px;
}
.awardssection h2 {
    margin-top: 0;
    /*margin-bottom: 25px;*/
    margin-bottom: 0;
    padding: 15px 20px 15px 30px;
    background: #570200;
    position: relative;
    font-family: 'Fjalla One',sans-serif;
    color: #fff;
    font-size: 35px;
  }
  .awardssection h2:after {
    /*background: #570200;*/
    /*content: " ";*/
    /*display: block;*/
    /*left: 35px;*/
    /*padding: 15px;*/
    /*position: absolute;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*z-index: 99;*/
  }
  
  .awardssection h3 {
    font-family: 'Fjalla One',sans-serif;
    /*font-size: 33px;*/
    font-size: 22px;
    color: #2c2c2c;
    text-shadow: 1px 1px 0 #fff;
    /*margin-bottom: 25px;*/
    margin-bottom: 13px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
    .awardssection a:hover h3 {
      color: #760400;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
  
  .awardslist {
    /*padding-bottom: 45px;*/
    /*padding-bottom: 15px;*/
    /*padding-bottom: 55px;*/
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
    
    .awardslist:hover {
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
  
  .awardslist:first-of-type {
    border-bottom: 1px solid #aeaeae;
  }
  .awardslist:last-of-type {
    border-bottom: none;
    border-top: 1px solid #f1f1f1;
    /*padding-top: 20px;*/
    /*padding-top: 10px;*/
    /*padding-top: 40px;*/
    //padding: 0;
  }
  .awardslist a {
    color: #2c2c2c;
    display: block;
  }
  .awardslist .imgwrap {
    /*height: 152px;*/
    height: 130px;
    border-bottom: 4px solid #8b8b8b;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
    .awardslist a:hover {
      text-decoration: none;
    }
    .awardslist a:hover .imgwrap {
      border-bottom: 4px solid #d91d19;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
    }
  
  .awardslist .text p {
    font-size: 14px;
    line-height: 22px;
    text-shadow: 1px 1px 0 #fff;
  }
  .readmore {
    border: 1px solid #bebcbc;
    color: #570200;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 6px;
    text-transform: uppercase;
  }
  
/* footer */
footer {
  background: #d5d5d5;
  margin-top: 20px;
  position: relative;
  /*z-index: 9;*/
  z-index: 0;
}
.topfooter .ftr-logo {
  max-width: 150px;
  margin: 10px 0;
  opacity: 0.4;
}
  .topfooter .links {
    text-align: right;
  }
  .topfooter .links ul {
    padding: 0;
    margin: 0 -15px 0 0;
    overflow: hidden;
  }
  .topfooter .links ul li {
    display: inline-block;
    margin-left: -3px;
  }
  
  .topfooter .links ul li a {
    display: block;
    padding: 25px;
    color: #4f3b3b;
    font-size: 16px;
    border-right: 1px solid #cacaca;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .topfooter .links ul li a:hover {
    background: #b6b6b6;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .topfooter .links ul li:first-child a {
    border-left: 1px solid #cacaca;
  }
  
  .topfooter .links ul li a > span {display: none;}
  
  .topfooter .links ul li a > .fa {
    font-size: 25px;
    position: relative;
    bottom: -3px;
  }
  
  .bottomfooter {
    background: #191212;
    color: #fff;
  }
  .bottomfooter .address {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .bottomfooter .address p {
    padding-left: 25px;
    margin-bottom: 1.5em
  }
  .bottomfooter .address .fa {
    margin-left: -25px;
    margin-right: 7px;
    font-size: 22px;
    position: relative;
    top: 2px;
  }
  
  .bottomfooter .links .col {
    float: right;
    background: #150f0f;
    margin-left: 1px;
    min-height: 200px;
  }
  
  .bottomfooter .links .col:first-child {
    margin-right: -20px;
  }
  
  .bottomfooter .links .col ul {
    margin: 0;
    padding: 15px 62px 15px 30px;
  }
  
  .bottomfooter .links .col ul li {
    list-style: none;
    line-height: 40px;
  }
  
  .bottomfooter .links .col ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  
  .bottomfooter .links .col ul li a:hover {
    text-decoration: none;
    color: #D91D19;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }


/* game page */
.wallwrap {
  position: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 1420px;
  width: 100%;
  z-index: -999;
  /*top: 124px;*/
  top: 0;
}
  
.wallwrap.bf {
  background-image: url(../images/bf-bg.jpg);
  position: absolute;
  top: -200px;
}
.wallwrap.pt {
  background-image: url(../images/pt-bg.jpg);
  position: absolute;
  top: -130px;
}
.wallwrap.srf {
  background-image: url(../images/srf-main-bg.jpg);
  position: absolute;
  position: fixed;
}
  
  .gameintro {
    padding-top: 90px;
  }
  
  .srf.gameintro {
    position: relative;
  }

  .bf.gameintro .badges {
    text-align: center;
    display: block;
    margin-bottom: 1px;
  }
  
    .badges img {
      position: relative;
    }
  
  .bflogo {
    margin-top: 60px;
    z-index: 9;
    position: relative;
  }

  .ptlogo {
    margin-top: 60px;
    text-align: right;
  }
  

  .charwrap {
    /*margin-top: 150px;*/
    /*margin-top: -80px;*/
    margin-top: -220px;
    z-index: 5;
  }
  .bfcharwrap {
    display: block;
    overflow: hidden;
    position: relative;
    top: -280px;
    width: 100%;
  }
  .main-char-left {
    float: left;
    width: 50%;
    text-align: left;
  }
  .main-char-right {
    float: right;
    width: 50%;
    text-align: right;
  }
    .bfcharwrap .mainchar1 {
      max-width: 61%;
    }
    .bfcharwrap .mainchar2 {
      left: 5px;
      margin-top: -250px;
      max-width: 70%;
    }
    .bfcharwrap .mainchar5 {
      left: 270px;
      margin-top: -157px;
      max-width: 65%;
    }
    
    .bfcharwrap .mainchar3 {
      left: -350px;
      margin-top: -220px;
      max-width: 60%;
    }
    .bfcharwrap .mainchar4 {
      margin-top: -330px;
      max-width: 80%;
    }
    .bfcharwrap .mainchar6 {
      left: 0;
      margin-top: 0;
      max-width: 75%;
    }
  
  .mainchar, .main-char-left > img, .main-char-right > img {
    position: relative;
  }
  
  .char2 {
    bottom: 0;
    position: absolute;
    right: 40px;
  }
  .bf.gameintro .text #gohere {
    color: #fff;
  }
  .bf.gameintro .text, .bf.gameintro .text2 {
    background: rgba(0,0,0,0.3);
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 0 #2c2107;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 1px;
    
    margin-top: -440px;
  }
  
  .bf.gameintro .text2 {
    margin-top: 0;
    padding-top: 50px;
    position: relative;
    z-index: -1;
  }
  
  .bf.gameintro .text p, .bf.gameintro .text2 p {
    display: block;
    font-weight: normal;
    padding-top: 2px;
    position: relative;
    z-index: 999;
    font-weight: bold;
  }
  
  .bf.gameintro .text p {
    font-size: 29px;
    font-weight: normal;
  }
  
  .bf.gameintro .text2 p span {
    line-height: normal;
  }
  
  .bf.gameintro .badges {
    background: rgba(0,0,0,0.3);
    padding: 35px 0;
    position: relative;
  }

.heroeswrap {
  height: 826px;
  background: url(../images/heroes-bg.jpg) no-repeat center top / cover;
  color: #fff;
  z-index: 9;
}
  .heroeswrap .text {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*height: 550px;*/
    height: 420px;
    text-shadow: 4px 4px 0 rgba(9, 68, 213, 0.5);
    overflow: hidden;
  }

  .heroeswrap span {
    line-height: normal;
    position: absolute;
    font-family: 'Fjalla One', sans-serif;
  }
  .heroeswrap span.summon {
    font-size: 83px;
    top: 76px;
  }
  .heroeswrap span.over {
    font-size: 115px;
    top: 70px;
    left: 300px;
  }
  .heroeswrap span.t200 {
    font-size: 200px;
    top: 180px;
  }
  .heroeswrap span.legend {
    font-size: 80px;
    top: 200px;
    left: 310px;
  }
  .heroeswrap span.and {
    background: #ee2f2b;
    border-radius: 50%;
    font-size: 50px;
    left: 690px;
    padding: 65px;
    text-shadow: 0 0 0 #000;
    top: 205px;
  }
  .heroeswrap span.ancient {
    font-size: 80px;
    top: 200px;
    right: 10px;
  }
  .heroeswrap .text2 {
    max-width: 1000px;
    position: relative;
    margin: -135px auto 10px;
  }
  .heroeswrap .text2 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    position: relative;
    display: block;
  }
  
  .heroeswrap .charcol {
    margin-top: 50px;
    position: relative;
  }
  
  .heroeswrap .charcol img {
    position: relative;
  }

.videowrap {
  background: url(../images/pattern1.jpg);
  color: #fff;
  padding-top: 200px;
}

  .videowrap h2, .videowrap h1 {
    float: left;
    font-family: 'Fjalla One', sans-serif;
    font-size: 50px;
    text-shadow: 1px 1px 0 #24271a;
    max-width: 685px;
    text-align: center;
    line-height: normal;
    margin-top: 0;
    position: relative;
  }
  
  .videowrap h2 span, .videowrap h1 span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-style: italic;
  }
  
  .videowrap .videmb {
    margin-top: 20px;
    z-index: 9;
  }
  
  .videowrap .bottom {
    background: #2a3212;
    margin-top: -135px;
  }
  
  .videowrap .bottom .text {
    padding: 40px 0;
  }
  
  .videowrap .bottom h3, .videowrap .bottom h2 {
    font-size: 45px;
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 1px 1px 0 #0b0d05;
    margin: 0;
    position: relative;
    /*width: 650px;*/
    text-align: center;
    position: relative;
  }

.socialwrap {
  background: #141907;
}

.socialwrap > div {
  border-left: 1px solid #22280e;
  border-right: 1px solid #010100;
}

  .socialwrap > div:first-of-type {
    border-left: none;
  }
  
  .socialwrap > div:last-of-type {
    border-right: none;
  }

  .socialwrap a {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 23px;
    position: relative;
    text-align: center;
  }
  
  .socialwrap .fa {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: middle;
  }

.mapwrap {
  background: url(../images/global-map.jpg) no-repeat center center;
  height: 747px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.mapwrap.mobile {
  background: url(../images/map-static.jpg) no-repeat center center;
  display: none;
}

  .mapwrap .pin {
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 9;
    
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }

  .mapwrap .pin:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; 
  }
  
  .mapwrap .pin1 {
    right: 800px;
    top: 220px;
    max-width: 60px;
  }
  .mapwrap .pin2 {
    right: 830px;
    top: 260px;
    max-width: 60px;
  }
  .mapwrap .pin3 {
    max-width: 40px;
    right: 244px;
    top: 291px;
  }
  .mapwrap .pin4 {
    max-width: 50px;
    right: 607px;
    top: 210px;
  }
  
  .mapwrap .pin5 {
    right: 250px;
    top: 330px;
    max-width: 50px;
  }
  
  .mapwrap .pin6 {
    max-width: 40px;
    right: 313px;
    top: 335px;
  }
  
  .mapwrap .pin7 {
    max-width: 48px;
    right: 301px;
    top: 294px;
  }
  
  .mapwrap .pin8 {
    max-width: 60px;
    right: 760px;
    top: 390px;
  }
  
  .mapwrap .pin9 {
    max-width: 50px;
    right: 800px;
    top: 450px;
  }

  
  .mapwrap .text {
    background: #fff;
    /*font-size: 26px;*/
    font-size: 20px;
    /*height: 460px;*/
    line-height: 45px;
    padding: 40px;
    width: 475px;
    margin-top: 115px;
    color: #171e18;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: 10px 10px 0 rgba(22, 34, 23, 0.2);
    -moz-box-shadow: 10px 10px 0 rgba(22, 34, 23, 0.2);
    -o-box-shadow: 10px 10px 0 rgba(22, 34, 23, 0.2);
    box-shadow: 10px 10px 0 rgba(22, 34, 23, 0.2);
    position: relative;
  }
  
  .mapwrap .text:after {
    background: none repeat scroll 0 0 #fff;
    content: " ";
    display: block;
    padding: 25px;
    position: absolute;
    right: -25px;
    top: 150px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .mapwrap .char3 {
    bottom: -110px;
    position: absolute;
    right: -120px;
    z-index: 9;
  }

.reviews {
  background: #F2F5F1;
  overflow: hidden;
}

  .reviews h2, .reviews h3 {
    background: url("../images/review-head-bg.png") no-repeat center top;
    color: #fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 40px;
    margin: 0;
    padding: 27px 0 23px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(60, 13, 11, 0.51);
    margin-bottom: 60px;
  }
  
  .reviews > .container {
    padding-bottom: 60px;
  }
  
  .revs.unit, .revs.unitExt {
    width: 45%;
  }
  
  .revs {
    background: url(../images/reviews-bg.png) no-repeat center center;
    padding: 25px 0px;
  }
  
  .revs.unit > img {
      float: left;
  }
  
  .revs.unitExt > img {
      float: right;
  }
  
  .revs .text {
    font-size: 26px;
    font-style: italic;
    padding-top: 20px;
  }
  
  .revs .text span {
    display: block;
    padding-top: 25px;
    font-family: 'Fjalla One',sans-serif;
    font-style: normal;
  }
.formobile {
  display: none;
}
.bottomfooter .ftr-logo2 {
  display: none;
}

.pt .badges {
  margin-top: -120px;
}

.aboutpt {
  background: #1E2B3E url(../images/about_pt.jpg) no-repeat center -180px;
  color: #fff;
}

.aboutpt h2.about {
  font-family: 'Fjalla One',sans-serif;
  font-size: 45px;
  color: #1f365e;
  background: url(../images/pt-drop-shadow.jpg) no-repeat center bottom;
  padding-bottom: 60px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.aboutpt .text {
  /*margin-bottom: 30px;*/
  margin-bottom: -350px;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  z-index: 9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.aboutpt .text p {
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  color: #29303b;
  text-align: justify;
  text-align-last: left;
}

.aboutpt .innovative h3 {
  font-size: 36px;
  font-family: 'Fjalla One',sans-serif;
  margin-bottom: 25px;
}
.aboutpt .innovative ul {
  margin: 0;
}
.aboutpt .innovative li {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 60px;
  background: url(../images/pticon3.png) no-repeat left 3px;
  list-style: none;
  min-height: 40px;
}

.ptchar2, .ptchar3, .orbs {
  position: relative;
}

.missionwrap {
  background: url(../images/missionbg.jpg) no-repeat scroll center bottom / cover #0b1422;
  color: #fff;
  margin-top: -73px;
}

.missionwrap h3 {
  text-align: center;
  font-family: 'Fjalla One',sans-serif;
  font-size: 45px;
  border-bottom: 1px solid #3c4148;
  padding-bottom: 50px;
  margin-bottom: 50px;
  padding-top: 130px;
  margin-top: 0;
}

.missionwrap .watchvid {
  background: #3d792b;
  display: inline-block;
  font-family: 'Fjalla One',sans-serif;
  font-size: 35px;
  line-height: normal;
  margin: 0 auto 40px;
  padding: 10px 50px;
  position: relative;
}

.missionwrap .watchvid:after {
  background: #3d792b;
  content: " ";
  display: block;
  position: absolute;
  right: -10px;
  top: 18px;
  padding: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.missionwrap ul li {
  font-size: 25px;
  padding-left: 45px;
  background: url(../images/pticon2.png) no-repeat left 5px;
  list-style: none;
  margin: 0 0 38px;
  font-size: 21px;
    font-size: 17px;
  min-height: 40px;
}

.missionwrap .social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.missionwrap .social > div {
  text-align: center;
}

.missionwrap .social a {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 15px 0;
  text-decoration: none;
}

.missionwrap .social a[href="https://www.facebook.com/PuzzleTrooper"]{
  border-right: 1px solid #1b3456;  
}

.missionwrap .social a:hover {
  text-decoration: none;
}

.missionwrap .social .fa {
  font-size: 45px;
  vertical-align: middle;
  margin-right: 20px;
}
.ptreviews {
  background: url(../images/ptreviewbg.jpg) left top;
  margin-bottom: -20px;
}
.ptreviews h3 {
  background: #8a1920;
  color: #fff;
  display: block;
  font-family: 'Fjalla One',sans-serif;
  font-size: 35px;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.69);
  -o-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.69);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.69);
}

.ptreviews h3 img {
  max-width: 60px;
  margin-right: 15px;
}
.ptreviews .text:before {
  background: #fae6c1;
  content: " ";
  display: block;
  padding: 10px;
  position: absolute;
  left: -10px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ptreviews .text {
  background: #fae6c1;
  font-style: italic;
  padding: 10px 15px;
  position: relative;
  
}

.ptreviews .text > span {
  float: right;
  font-family: 'Fjalla One',sans-serif;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  margin-top: 45px;
}
.ptreviews > .container {
  padding-top: 50px;
}
.ptreviews > .container > .row > .col-md-6 {
  margin-bottom: 30px;
}

.innovative {
  padding-top: 80px;
}

/*srf*/
.srf {
  color: #fff;
}
.srf .mainchar, .srf .mainchar2 {
  position: relative;
}

.srf.gameintro .upperhead {
  position: absolute;
  bottom: 0;
  left: 0;
}

.srf.gameintro .upperhead {
  width: 100%;
  display: block;
}

.srf.gameintro .upperhead > .img {
  width: 100%;
  background: url("../images/srf-upper-head.png") no-repeat scroll center top / cover;
  height: 628px;
  display: block;
  position: relative;
}

.srf.gameintro .imgwrap {
  margin-top: -90px;
  margin-bottom: 260px;
}
.srf.gameintro .badges {
  bottom: -310px;
  position: relative;
}
.srf.introtext {
  margin-top: -180px;
}
.srf.introtext > .container > .row {
  background: #100A06;
}

.srf.introtext p {
  color: #fff;
  font-size: 23px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}

.srf .badges {
  position: relative;
  z-index: 9;
}

.aboutsrf {
  background: #17260e;
  padding-bottom: 40px;
  padding-top: 50px;
  color: #fff;
}

.aboutsrf h3 {
  font-family: 'Fjalla One',sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
}

.aboutsrf ul li {
  list-style: none;
  font-size: 23px;
  margin-bottom: 15px;
}

.aboutsrf ul li .fa {
  font-size: 36px;
  color: #fae170;
  margin-right: 15px;
  vertical-align: middle;
}

.srfmore {
  background: #100a06;
  color: #fff;
}

.srfmore h3 {
  font-size: 40px;
  font-family: 'Fjalla One',sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15%;
  margin-top: 30px;
}

.srfjackpots {
  background: #1e0b07;
  color: #fff;
  position: relative;
  padding-bottom: 60px;
}

.srfjackpots h3 {
  background: #17260e;
  font-family: 'Fjalla One',sans-serif;
  font-size: 45px;
  color: #fff;
  margin: 0;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.srfjackpots h3:after {
  background: #17260e;
  bottom: -20px;
  content: " ";
  display: block;
  left: 50%;
  padding: 20px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.srfjackpots h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'Fjalla One',sans-serif;
  font-size: 40px;
  margin: 0 0 30px;
  padding: 45px 0 25px;
  text-align: center;
}
.srfjackpots .text {
  margin-bottom: -200px;
  margin-top: 30px;
  z-index: 9999;
}
.srfjackpots .text p {
  line-height: 37px;
  font-size: 20px;
}

.sushi2, .sushi3 {
  position: relative;
}

.srfjackpots .sushi2 {
  margin-top: -140px;
}
.srfjackpots > .container {
  z-index: 2;
  position: relative;
}
.srfjackpots .bg {
  background: #2b0b08;
  height: 200px;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  width: 100%;
  z-index: 1;
}
.srfbottom {
  margin-bottom: -20px;
}
.srfbottom .social {
  background: #fff;
}

.srfbottom .social a {
  color: #2b0b08;
  font-size: 18px;
  padding: 30px 25px;
  display: block;
}
.srfbottom .social a,
.srfbottom .social a:hover {
  text-decoration: none;
}

.srfbottom .social a:hover {
  color: #9D0F14;
}
.srfbottom .social a[href="https://www.facebook.com/SlotsReelFrontier"] {
  border-right: 1px solid #cccdce;
}

.srfbottom .social .fa {
  font-size: 45px;
  margin-right: 10px;
  vertical-align: middle;
}

.srfbottom .final {
  background: url("../images/srf-bottom.jpg") no-repeat center center / cover;
  border-top: 40px solid #9d0f14;
  border-bottom: 60px solid #59080b;
}

.srfbottom .final p {
  color: #fff;
  font-family: 'Fjalla One',sans-serif;
  font-size: 40px;
  padding: 50px 0;
  line-height: normal;
  text-shadow: 2px 2px 2px #021438;
  position: relative;
}

.srfbottom .final .king {
  margin-top: -135px;
  margin-bottom: -55px;
}

.srfbottom .final .king > img {
  position: relative;
}

#srfdemo .item img{
  display: block;
  width: 100%;
  height: auto;
}


#srfdemo.owl-theme .owl-controls {
  height: auto;
}

.wp-caption {
  border: 1px solid #d8d8d8;
}

.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
}
.wp-caption.alignright {
  float: right;
  margin-left: 30px;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

.wp-caption-text {
  color: #606060;
  font-family: georgia;
  font-size: 13px;
  font-style: italic;
  padding: 10px;
}

/*page / single*/
.page {
  margin-bottom: -20px;
}
.page > .container > .row {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0
}

.single > .container > .row > div,
.page > .container > .row > div {
  padding-top: 120px;
}

.fullpage {
  /*padding-top: 100px;*/
}

.page .date {
  background: #CD3F3A;
  color: #fff;
  float: left;
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: -15px;
  /*margin-top: -20px;*/
  padding: 5px 20px;
}

.page h1.title {
  font-family: 'Fjalla One',sans-serif;
  /*font-size: 23px;*/
  font-size: 33px;
  margin-bottom: 20px;

  background: url(../images/title-shadow.png) no-repeat right bottom #FAFAFA;
  font-family: 'Fjalla One',sans-serif;
  /*font-size: 28px;*/
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 20px 10px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

  .page h1.title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/h3shadow.png) no-repeat left top;
    height: 10px;
    width: 100%;
    max-width: 150px;
  }

  .page h2.subtitle {
    background: #cd3f3a;
    color: #fff;
    display: inline-block;
    font-family: 'Fjalla One',sans-serif;
    font-size: 24px;
    margin-bottom: -30px;
    margin-left: -15px;
    padding: 15px 10px 15px 20px;
    position: relative;
    z-index: 9;
    margin-top: 0;
  }

  .newspage .linktocat {
    margin-bottom: 30px;
    margin-right: -20px;
    padding-bottom: 20px;
    padding-top: 7px;
    text-align: right;
  }

  .newspage .linktocat a {
    background: #c24040;
    color: #fff;
    border: 1px solid;
    padding: 7px 15px;
  }

  .newspage .linktocat a:hover {
    text-decoration: none;
    background: #A32222;
  }

  .solo.page h1.title {
    font-size: 25px;
  }

  #respond {
    padding-top: 10px;
  }
  
  #respond h3 {
    font-family: 'Fjalla One',sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
  }
.page > .container > .row {
  padding-bottom: 40px;
}
.page div.wpcf7-response-output {
  background: #f1e1e1;
  border-color: #c86666;
  color: #a04141;
  font-size: 13px;
  margin: 0 auto 20px;
  max-width: 60%;
  text-align: center;
}

.page div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #daf8cd;
  color: #398f14;
}

.page .input-group {
  margin-bottom: 10px;
  width: 100%;
}

.page .input-group-addon {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  width: 30%;
}

.page .msgwrap .input-group-addon{
  width: 20%;
}

.page .input-group .form-control{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.page span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}

.page .your-message textarea {
  height: 120px;
}

.wpcf7-form {
  padding-bottom: 60px;
}

.page span.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 9px;
  position: absolute;
  right: 4px;
  text-transform: uppercase;
  top: 10px;
  width: auto;
  z-index: 9;
}

.wpcf7-form-control.wpcf7-submit {
  background: none repeat scroll 0 0 #ed1f25;
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 26px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  float: right;
}

.wpcf7-form-control.wpcf7-submit:hover {
  color: #ffffff;
  background: #bd362f;
  *background: #a9302a;
}
.breadcrumbs {
    background: #F7F7F7;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    padding: 0 20px;
}
.breadcrumbs > a:first-of-type {
  padding-left: 0;
}
.breadcrumbs > a, .breadcrumbs > span {
  background: url("../images/title-shadow.png") no-repeat scroll right bottom #fafafa;
}
.breadcrumbs > a, .breadcrumbs > span {
    display: inline-block;
    font-size: 11px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.breadcrumbs > span {
  color: #9D9D9D;
}

#sidebar {
  background: none repeat scroll 0 0 #f9f9f9;
  border-left: 1px solid #d8d8d8;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
#sidebar h3 {
  font-family: 'Fjalla One',sans-serif;
  font-size: 21px;
  border-bottom: 2px solid #ED2427;
  padding-bottom: 10px;

  background: url(../images/h3shadow.png) no-repeat scroll 0 0 #fafafa;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 10px 20px 0 rgba(193, 193, 193, 0.29);
  color: #333;
  font-family: 'Fjalla One',sans-serif;
  font-size: 22px;
  margin-bottom: 25px;
  padding: 14px 20px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

/*single content*/
ul.social-share{
	padding:0;
	margin:0;
}
ul.social-share li{
	list-style:none;
	display:inline-block;
	margin:0 0.8em 1em 0;
	font-size:1em;
}
ul.social-share li a{
	font-size:14px;
}
ul.social-share li a, ul.social-share li a:hover{
	text-decoration:none;
}
ul.social-share li i{
	font-size:20px;
	margin-right:5px;
}
.single_content .display-posts-listing {
  margin-left: 6px;
  margin-top: 40px;
}
.single_content .listing-item {
  list-style: none;
  background: url(../images/press.png) no-repeat scroll left 2px / 25px auto rgba(0, 0, 0, 0);
  padding-left: 35px;
}

.single_content .listing-item > div {
  font-size: 14px !important;
  font-style: italic;
  line-height: 24px !important;
  margin-left: 0 !important;
}
.single_content .listing-item .title {
  font-family: 'Fjalla One',sans-serif;
  font-size: 22px;
}

.single_content h1,
.single_content h2,
.single_content h3,
.single_content h4,
.single_content h5,
.single_content h6 {
  font-family: 'Fjalla One',sans-serif;
  font-weight: normal !important;
}

.single_content h1 strong,
.single_content h2 strong,
.single_content h3 strong,
.single_content h4 strong,
.single_content h5 strong,
.single_content h6 strong,
.single_content h1 b,
.single_content h2 b,
.single_content h3 b,
.single_content h4 b,
.single_content h5 b,
.single_content h6 b{
  font-weight: normal !important;
}

.awards .newslist {
  background: #fff;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  border-bottom: 1px solid #e0e0e0;
}
.awards .newslist:hover {
  background: #EDEDED;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.awards .newslist:hover a h4 {
  color: #d60000;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.awards .newslist > a {
  color: #2c2c2c;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.awards .newslist > a h4 {
  font-family: 'Fjalla One',sans-serif;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.awards .newslist > a p {
  font-size: 13px;
  font-style: italic;
  line-height: 18px; 
}

.awards .comment {
  float: right;
  color: #919191;
}

.newspage .first .imgwrap a {
  position: relative;
  display: block;
}

.newspage .first h4 {
  color: #fff;
  font-family: 'Fjalla One',sans-serif;
  font-size: 28px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.newspage .meta {
  clear: both;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0;
}
.newspage .first .infowrap {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.newspage .first .day {
  text-align: left;
}
.newspage .first .comments {
  text-align: right;
  float: right;
}

.newspage .gradoverlay {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 0;
  top: 0;
}

.newspage a:hover .gradoverlay {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.newspage .newslist > a h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.newspage .newslist {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.newspage .newslist:hover {
  background: #E8E8E8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.newspage .newslist > a { 
    /*display: inline-block;*/
	display: block;
}

.newspage .metadate {
  font-size: 12px;
  margin-bottom: 10px;
  color: #919191;
}

.page .wp-pagenavi a:hover, .page .wp-pagenavi span.current {
  background: #ccc;
  border-color: #585858;
  color: #585858;
}
.page .wp-pagenavi {
  padding-top: 20px;
}
.page .wp-pagenavi a, .page .wp-pagenavi span {
  display: inline-block;
  padding: 3px 9px;
  color: #585858;
}

.wpcf7-form .input-group select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  display: table-cell;
  float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.wpcf7-form .input-group input[type="file"] {
  padding: 0 !important;
}

html {margin: 0 !important;}

.bgwhite {
  background: #fff; z-index: 9999; /*padding-bottom: 20px; margin-bottom: -20px; */position: relative;
/*
  -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.51);
  -o-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.51);
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.51);
*/
}
.gametext .badges a {
    display: inline-block;
}
#slides {
  z-index: 0;
}
#slides .slides-control {
  position: fixed !important;
  z-index: 0;
}
#slides .slides-pagination {
  /*display: none !important;*/
}
#slides .textwrap {
  background: rgba(0, 0, 0, 0.6);
  bottom: 15%;
  -webkit-box-shadow: 0 0 10px rgba(31, 31, 31, 0.5);
  -moz-box-shadow: 0 0 10px rgba(31, 31, 31, 0.5);
  -o-box-shadow: 0 0 10px rgba(31, 31, 31, 0.5);
  box-shadow: 0 0 10px rgba(31, 31, 31, 0.5);
  color: #fff;
  line-height: normal;
  position: fixed;
  text-shadow: 1px 1px 0 #050505;
  z-index: 2;
  padding-top: 30px;
}

#slides .textwrap h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 5em;
}

#slides .textwrap .opensans {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
  display: inline-block;
  font-size: 2em;
  margin-top: 15px;
  max-width: 960px;
  padding-bottom: 20px;
  padding-top: 15px;
}

#slides .textwrap .learnmore {
  position: relative;
  background: #bd0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: fjalla one;
  font-size: 22px;
  margin: 10px 10px 0;
  padding: 15px 20px;
  text-shadow: 1px 1px 0 rgba(27, 27, 27, 0.64);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slides .textwrap .learnmore:hover,
#slides .textwrap .learnmore:hover:after{
  text-decoration: none;
  background: #9d0000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slides .textwrap .learnmore:after {
  background: #bd0000;
  bottom: -15px;
  content: " ";
  left: 43%;
  padding: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slides li .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#slides li.item {
  background: #140404;
}

#slides li.item > .container {
  position: relative;
  height: 100%;
  /*z-index: 5;*/
}
#slides li.item .badges {
  position: relative;
  z-index: 99;
  top: 30px;
  text-align: right;
  padding-right: 50px;
}
#slides li.item .badges img {
  height: auto !important;
  left: inherit !important;
  max-width: none !important;
  position: relative !important;
  width: auto !important;
  top: inherit !important;
    max-height: 40px;
}

#slides li.item > .container .gametext {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  z-index: 9;
}

.contactus {
  background: #fff;
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
}

.contactus .text {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 130px 0;
}

.contactus .contactbg {
  background-position: center center;
  background-size: cover;
  height: 1000px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.contactus .text h2 {
  font-family: fjalla one;
  font-size: 65px;
}

.contactus .text h2 > span {
  font-size: 35px;
  display: inline-block;
  padding-top: 5px;
}

.contactus .text h3 {
  font-size: 40px;
}

.contactus .text > p > a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contactus .text > p > a:hover {
  color: #f4d282;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contactus .text a.linktocontact {
  background: #bd0000;
  font-family: fjalla one;
  font-size: 30px;
  padding: 15px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contactus .text a.linktocontact:hover {
  -webkit-box-shadow: 0 0 0px 5px #fff;
  -moz-box-shadow: 0 0 0px 5px #fff;
  -o-box-shadow: 0 0 0px 5px #fff;
  box-shadow: 0 0 0px 5px #fff;
  
  text-decoration: none;
  background: #9d0000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.special.page .bgpic, .category .bgpic {
  background-position: center center;
  background-size: cover;
  height: 650px;
  position: relative;
  width: 100%;
  z-index: -1;
  top: 0px;
}

.special.page > .container, .category > .container { 
  background: none repeat scroll 0 0 #fff;
  border-top: 6px solid #ee2f2b;
  margin-top: -150px;
}
.special.page #sidebar h3 {
  margin-top: 0;
}

.special.page > .container > .row > div,
.category > .container > .row > div {
  padding-top: 0;
}
.special.page h1.title {
  margin-top: 0;
}

#jpreSlide:before {
    background: url(../images/animated-gumi-logo.gif) no-repeat center center;
    content: " ";
    display: block;
    height: 207px;
    padding: 10px;
}

#jpreOverlay #jpreBar {
    visibility: hidden;
    opacity: 0;
}
.newftrlinks {
  padding: 30px 0 60px;
  overflow: hidden;
}
.newftrlinks ul {
  padding: 0;
  margin: 0;
}
.newftrlinks ul li {
  display: inline-block;
}

.newftrlinks ul li a {
  border-left: 1px solid rgba(214, 214, 214, 0.2);
  color: #fff;
  font-size: 14px;
  padding: 0 10px 0 15px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.newftrlinks ul li:first-child a {
  border: none;
  padding-left: 0;
}
.newftrlinks ul li:last-child a {
  padding-right: 0;
}

.newftrlinks ul li a:hover {
  color: #d91d19;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/*slides for mobile*/
/*#slides ul.bxslider {*/
/*  margin: 0;*/
/*}*/
/*#slides .bx-wrapper .img {*/
/*  /*width: 100%;*/
/*}*/
/*#slides .bx-wrapper .bx-viewport {*/
/*  left: 0;*/
/*  border: none;*/
/*}*/



@media (min-width:1366px){
  .container {width:100%; max-width: 1440px;}
    .ptcharwrap {
        margin-top: -140px;
    }
}

@media (max-width:1600px){
  .ptlogo > img {
    padding: 0 50px 30px;
  }
  .pt .badges {margin-top: -140px;}
  .pt .mainchar {
    padding: 50px 160px 0;
    top: -60px;
  }
  
  
}

@media (max-width:1366px){

  .miku-container {
      position: fixed;
      z-index: 999999999999;
      right: -7%;
      top: 74%;
  }

  .miku-container img {
    width: 73%;
  }
  
  #slides li.item .badges {
    /*top: 90px;*/
  }
  
  .mainchar {top: -60px;}
  .srf .mainchar {top: 0;}
  .char2 {margin-bottom: 80px;}
  .mapwrap .text {
    font-size: 20px;
    line-height: 38px;
  }
  
  .wallwrap.pt {
    top: -140px;
  }
  .container {width:100%;}
  
  header .logo {
    margin: 13px 0;
    max-width: 154px;
    transition: all 0.3s ease-in 0s;
  }
  header nav > ul > li a {
    padding: 27px 25px;
    font-size: 20px;
  }
  
  .single > .container > .row > div, .page > .container > .row > div {
    padding-top: 90px;
  }

  .sliderwrap {
    top: 62px;
  }
  
  .submenu,
  .sub-menu{
    top: 83px;
  }
  
  #gameslide .textwrap .text {
    font-size: 30px;
  }
  
    
    
  .aboutgames .text .fa.fa-angle-double-right {
    margin-top: 23px;
  }
  
  #gameslide:after,
  #gameslide:before {
    display: none;
  }
  
}
@media (max-width: 1366px){
  .mapwrap {
    background-position: right center;
  }
  .mapwrap .text {
    width: 405px;
  }
  .videowrap h2, .videowrap h1 {
    font-size: 40px;
  }
  .videowrap h2 span, .videowrap h1 span {
    font-size: 30px;
  }
}

@media (max-width: 1290px){
  .mapwrap {
    background-position: right center;
  }
  .mapwrap .text {
    font-size: 18px;
    line-height: 34px;
    padding: 40px 70px 40px 40px;
    width: 100%;
    margin-top: 545px;
  }
  .mapwrap .text:after {
    display: none;
  }

  .srfmore h3 {
    font-size: 33px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 25px;
  }

  .srfbottom .final p {
    padding: 20px 0px 10px; 
  }
  
  .newspage .newslist > a h4 {
    white-space: normal;
  }
  .ptlogo {
    margin-top: 20px;
  }
  .pt .mainchar {
    padding-top: 0;
    margin-top: -55px;
  }
  .wallwrap.pt {
    top: -220px !important;
  }
  
  .bf.gameintro .text p > span.fjalla {
    opacity: 0;
    visibility: hidden;
  }
  .mapwrap .char3 {
    display: none !important;
  }
}

@media (max-width: 1260px){
  .aboutgames .text {
    padding-left: 10px;
    padding-top: 120px;
  }
  
  .awardssection h3 {
    font-size: 26px;
  }
  .heroeswrap span.summon {
    font-size: 73px;
    top: 76px;
  }
  .heroeswrap span.over {
    font-size: 105px;
    top: 70px;
    left: 260px;
  }
  .heroeswrap span.t200 {
    font-size: 160px;
    top: 160px;
  }
  .heroeswrap span.legend {
    font-size: 60px;
    top: 180px;
    left: 260px;
  }
  .heroeswrap span.and {
    font-size: 30px;
    left: 550px;
    top: 175px;
  }
  .heroeswrap span.ancient {
    font-size: 60px;
    top: 180px;
    right: 10px;
  }
  .videowrap {
    padding-top: 130px;
  }
  .videowrap h2, .videowrap h1 {
    font-size: 35px;
  }
  .videowrap h2 span, .videowrap h1 span {
    font-size: 31px;
  }
  .videowrap .bottom h3, .videowrap .bottom h2 {
    font-size: 30px;
  }
  .socialwrap a {
    font-size: 15px;
  }
  .charwrap {
    padding-top: 130px;
  }
  
  .bfcharwrap .mainchar2 {
    margin-top: -55px;
  }

  
  .bf.gameintro .text {
    margin-top: -425px;
  }
}

@media (max-width: 1140px){
  .badges > a > img {
    max-height: 43px;
  }
/*}

@media (max-width: 1030px) {*/
  .aboutpt .text {
    margin-bottom: 80px;
    padding: 20px 40px;
  }
  
  #slides li .img {
    background-size: 140% auto;
    background-position: center top;
  }
  .special.page .bgpic {
    height: 480px;
  }
  .pt .mainchar {
    margin-top: 5px;
  }
  .wallwrap.pt {
    top: -240px;
  }
  .bflogo {
    margin-top: 22px;
  }
  .mapwrap .char3 {
    right: -60px;
  }
  .srf .mainchar {
    top: 10px;
  }
  
  .srf .lowerbadge {
    padding-bottom: 30px;
  }
  
  .bfcharwrap {
    top: -210px;
  }
  
  .bfcharwrap .mainchar3 {
    left: -120px;
    margin-top: -100px;
  }
  .bfcharwrap .mainchar4 {
    margin-top: -100px;
  }
  
  .bfcharwrap .mainchar5 {
    left: 60px;
    margin-top: -90px;
  }
  
  .bf.gameintro .text {
    margin-top: -345px;
  }
  .bf.gameintro .text p > span.fjalla {
    visibility: visible;
    opacity: 1;
  }
  .wallwrap.bf {
    top: -260px;
  }
  .pt .badges {
    margin-bottom: 10px;
    margin-top: -80px;
  }
  .heroeswrap {
    height: 676px;
  }
  .heroeswrap .charcol {
    margin-top: 120px;
  }
}

@media (max-width: 999px){
  .bflogo {
    text-align: center;
  }
  .charwrap {
    text-align: right;
  }
  .bf.gameintro .text {
    font-size: 21px;
  }
  .videowrap h2, .videowrap h1 {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .videowrap .bottom {
    background: #2a3212;
    margin-top: 15px;
  }
  .socialwrap {
    overflow: hidden;
  }
  .heroeswrap .text2 {
    margin: -25px auto 10px;
  }
  .heroeswrap {
    height: 736px;
  }

  .srfjackpots h3 {
    font-style: 35px;
  }

  .srfjackpots .text {
    margin-bottom: 0;
  }
  
  .srfbottom .final .king {
    margin-top: -45px;
  }
  
  .mapwrap {display: none;}
  .mapwrap.mobile {display: block;}
  .awardssection h2 {
    padding: 0;
    font-size: 5px;
  }
}


@media (max-width: 980px){

  header nav > ul > li a {
    font-size: 20px;
    padding: 27px 15px;
  }
  .is-sticky header nav > ul > li a {
    padding: 19px 15px;
  }
  
  .container {
    width: 100%;
  }
  
  .introwrap.container {
    margin-top: 70px;
  }
  
  #gameslide .item .img {
    height: 450px;
  }
  
  #gameslide .textwrap .text {
    font-size: 29px;
    line-height: normal;
  }
  .badges > a > img {
    max-height: 40px;
  }
  
  .aboutgames .text {
    padding-top: 15px;
    padding-left: 32%;
  }
  .aboutgames .text h3,
  .aboutgames .text h4 {
    font-size: 28px;
    margin-bottom: 0;
    padding: 0 0 10px;
    background: rgba(255,255,255,.5);
  }
  .aboutgames .text h3 {
    margin-top: 0;
    padding-top: 20px;
  }
  .aboutgames .text h4 {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  
  .aboutgames .text p {
    font-size: 19px;
    background: rgba(255,255,255,.5);
  }
  
  .aboutgames .text .fa.fa-angle-double-right {
    font-size: 30px;
    margin-left: -8px;
    margin-top: 15px;
    padding: 17px 24px;
    margin-right: 20px;
    
    margin-top: 29px;
  }
  
  .aboutgames .viewall {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 23px;
  }
  
  .office.container {
    height: 420px;
  }
  .office.container .info {
    font-size: 18px;
    line-height: normal;
  }
  
  .office.container .learnmore {
    margin-top: 40px;
  }

  .bottomfooter .links .col ul {
    padding: 15px 30px 15px 30px;
  }
  
  .heroeswrap span.and {
    font-size: 30px;
    left: 450px;
    top: 175px;
    z-index: -99;
  }
  
  .newssection .first {
    border-bottom: 5px solid #EE2F2B;
    margin-bottom: 20px;
  }
  
  .bf.gameintro .text {
    margin-top: -290px;
  }
  
  .bf.gameintro .text p {
    width: 100%;
  }
  .newspage .newslist {
    height: auto !important;
  }
  .ptcharwrap {
    text-align: center;
  }
  .ptlogo {
    text-align: center;
  }
  .pt .badges {
    margin-top: -30px;
  }
  .awardssection h2 {
    
  }
}
@media only screen and (max-width: 920px){
  .mapwrap {
    background-position: right -60px;
    background-size: 1170px;
    height: 707px;
  }
  .mapwrap .pin1 {
    right: 580px;
    top: 225px;
  }
  .mapwrap .pin2 {
    right: 170px;
    top: 170px;
  }
  .mapwrap .pin3 {
    right: 180px;
    top: 250px;
  }
  .revs .text {
    font-size: 20px;
  }
  .revs > .col-md-4 {
    text-align: center;
  }
}
@media only screen and (max-width: 810px){

  .miku-container {
      position: fixed;
      z-index: 999999999999;
      right: 9%;
      top: 85%;
  }

  .miku-container img {
    width: 55%;
  }
  #mobile-header {
    display: block;
  }
  #navigation, .logowrap {
    display: none;
  }
  
  .special.page .bgpic {
    margin-top: -90px;
  }
  
  .aboutgames .text .fa.fa-angle-double-right {
    margin-top: 33px;
  }
  .sticky-wrapper {
    display: none;
  }
  .sliderwrap {
    top: 60px;
  }
  #gameslide .textwrap .text {
    font-size: 18px;
    padding: 10px 20px;
  }
  #gameslide .badges {
    padding-top: 20px;
    text-align: center;
  }
  .badges.col-md-6.col-sm-6 img {
    max-height: 38px;
  }
  .sliderwrap .owl-item .textwrap > .row > .col-md-6.col-sm-6 {
    width: 100%;
    float: none;
  }
  
  .office.container .info {
    padding-top: 28%;
  }
  
  .socialwrap a {
    font-size: 13px;
  }
  
  .heroeswrap .charcol {
    margin-top: 110px;
  }
  
  .ptlogo, .ptcharwrap {
    text-align: center;
      
  }
  
  .aboutpt h2.about {
    font-size: 35px;
  }
  
  .missionwrap .social a[href="https://www.facebook.com/PuzzleTrooper"] {
    border: none !important;
  }
  
  .aboutpt .text {
    margin-bottom: 80px;
    padding: 20px 40px;
    
  }
  
  .aboutpt .text p {
    font-size: 19px;
    line-height: normal;
  }
  
  .aboutpt h2.about {
    font-size: 32px;
  }
  .aboutpt .innovative h3 {
    font-size: 31px;
  }
  .aboutpt .innovative li,
  .missionwrap ul li {
    font-size: 18px;  
  }
  
  .missionwrap h3 {
    font-size: 33px;
  }
  .ptreviews > .container > .row > .col-md-6 {
    text-align: center;
  }
  .ptreviews > .container > .row > .col-md-6 > img {
    margin-bottom: 30px;
  }
  .ptreviews .text:before {
    display: none;
  }
  .ptreviews .text {
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }

  .srfmore h3 {
    font-size: 28px;
  }
  .srfjackpots > .container > .row > .col-md-12 {
    display: none;
  }
  .srfbottom .final p {
    font-size: 25px;
  }
  .srfbottom .final .king {
    margin-top: -25px;
  }
  .special.page .bgpic {
    height: 470px;
    margin-top: -150px;
  }
  .bf.gameintro .text2 p br {
    display: none;
  }
  .bfcharwrap .mainchar5 {
    left: 60px;
    margin-top: -30px;
  }
  .bfcharwrap .mainchar2 {
    margin-top: -65px;
  }
  .bfcharwrap .mainchar4 {
    margin-top: -90px;
  }
  .mapwrap .text {
    margin-top: 485px;
  }
}

@media only screen and (max-width: 770px){
  .aboutgames .text p {
    padding-left: 0;
  }
  
  footer {
    margin: 0;
  }
  .topfooter > .col-md-2.col-sm-2 {
    display: none;
  }
  .topfooter .links ul {
    margin: 0 -15px;
  }
  .topfooter > .links {
    width: 100%;
    float: none;
  }
  .topfooter .links ul li {
    display: block;
    margin: 0;
  }
  
  .topfooter .links ul li a {
    border: none;
    border-bottom: 1px solid #cacaca;
    text-align: left;
  }
  
  .topfooter .links ul li a > span {
    display: inline-block;
    margin-left: 15px;
  }
  .bottomfooter .links .col {
    width: 33%;
  }
  .bottomfooter .links .col ul {
    margin: 0;
    padding: 15px 26% 15px 20%;
    width: 100%;
  }
  .bottomfooter .links .col:first-child {
    margin: 0;
  }
  
  .bottomfooter .ftr-logo2 {
    float: left;
    margin-right: 40px;
    display: block;
    max-width: 140px;
  }
  
  .bottomfooter .address {
    padding: 30px 20px;
  }
  .bottomfooter .address > .wrap {
    float: left;
  }
  
  .bottomfooter .links .col {
    min-height: 240px;
  }
  
  .newssection .row.newslist a .comment {
    margin: -5px 10px 10px 0;
  }
  
  .bflogo > img {
    max-width: 380px;
  }
  
  .heroeswrap .text {
    height: 380px;
  }
  
  .heroeswrap span.over {
    font-size: 85px;
    top: 70px;
    left: 265px;
  }
  .heroeswrap span.and {
    font-size: 30px;
    left: 435px;
    padding: 40px;
    top: 208px;
    z-index: -99;
  }
  .heroeswrap {
    height: 656px;
  }
  .mapwrap .text {
    padding: 40px 130px 40px 40px;
  }
  .mapwrap .char3 {
    bottom: -10px;
  }
  .socialwrap .fa {
    display: block;
    font-size: 35px;
  }
  .heroeswrap {
    height: auto;
  }
  .heroeswrap .charcol > div {
    text-align: center;
    margin-bottom: -105px;
  }
  
  .heroeswrap .charcol > div:last-of-type {
    margin: 0;
  }
  .videowrap {
    padding-top: 50px;
  }
  .socialwrap .fa {
    display: inline-block;
  }
  
  .socialwrap > div {
    border: none;
    border-bottom: 1px solid #22280e;
  }
  
  .newslist .imgwrap > img {
    /*padding-right: 20px;*/
  }
  
  .newssection .row.newslist h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
  }
  
  .single > .container > .row > div,
  .page > .container > .row > div {
    padding-top: 0;
  }

  .page {
    padding-top: 50px;
  }
  
  .contactus .text h2 {
    font-size: 45px;
  }
  .contactus .text h3 {
    font-size: 30px;
  }
  
  .newssection .infowrap {
    position: relative;
  }
  
  #slides li .img {
    top: 60px;
  }
  #slides li.item > .container .gametext {
    bottom: 7%;
  }
  
  #slides li.item .badges {
    padding-top: 30px;
    top: 0;
    text-align: center;
  }
  
  .bgwhite {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .bf.gameintro .text {
    margin-top: 0;
  }
  .bf.gameintro {
    padding-top: 60px;
    padding-top: 40px;
  }
  .bf.gameintro .text, .bf.gameintro .text2 {
    background: rgba(0, 0, 0, 0.6);
  }
  .mapwrap.mobile {
    background: url("../images/map-static.jpg") no-repeat scroll center top / contain  rgba(0, 0, 0, 0);
  }
  .mapwrap .text {
    line-height: 26px;
  }
  .newftrlinks .tleft ul:before {
    border-bottom: 1px solid #383838;
    content: "gumi Asia Pte Ltd";
    display: block;
    font-family: "Fjalla One",sans-serif;
    font-size: 20px;
    margin-bottom: 2px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .newftrlinks ul {
    margin: 0 -15px;
  }
  .newftrlinks ul li {
    display: block;
  }
  
  .newftrlinks ul li a,
  .newftrlinks ul li:first-child a,
  .newftrlinks ul li:last-child a{
    border: 0 none;
    display: block;
    padding: 5px 18px;
    border-bottom: 1px dotted rgba(204, 204, 204, 0.11);
  }
  
  .newftrlinks .tright ul li {
    text-align: left !important;
  }
  .contactus {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 770px) { 
  .bfcharwrap .mainchar1 {
    margin-top: 70px;
    max-width: 61%;
  }
  .bfcharwrap .mainchar5 {
    left: 60px;
    margin-top: -10px;
  }
  .bfcharwrap .mainchar2 {
    margin-top: -25px;
  }
  .bfcharwrap .mainchar6 {
    left: 0;
    margin-top: 90px;
    max-width: 75%;
  }
  .bfcharwrap .mainchar3 {
    left: -120px;
    margin-top: -60px;
  }
  .bfcharwrap .mainchar4 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 645px){

  .miku-container {
    position: fixed;
    z-index: 999999999999;
    right: -21%;
    top: 77%;
}
  .bflogo {
    margin-top: 0;
  }
  .bf.gameintro .text {
    margin-top: -30px;
  }
  .charwrap {
    /*margin-top: -150px;*/
    padding-top: 140px;
    text-align: center;
  }
  
  .charwrap .mainchar {
    max-width: 70%;
  }
  .charwrap .char2 {
    max-width: 15%;
  }

  .links .fordesktop {
    display: none;
  }
  .links .formobile {
    display: block;
  }
  .bottomfooter .links .formobile .col {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    float: none;
  }
  .bottomfooter .links .col ul {
    margin: 0;
    padding: 15px;
    width: 100%;
  }
  .bottomfooter .links .col ul li a {
    display: block;
  }
  .bottomfooter .links .col ul li {
    list-style: none;
    line-height: 40px;
    float: left;
    display: block;
    width: 50%;
  }
  .mapwrap {
    background-position: -360px -60px;
    background-size: 1030px;
    height: 655px;
  }
  .mapwrap .pin1 {
    right: inherit;
    top: 175px;
    left: 90px;
  }
  .mapwrap .pin2 {
    right: 120px;
    top: 140px;
  }
  .mapwrap .pin3 {
    right: 130px;
    top: 210px;
  }
  .mapwrap .text {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .mapwrap .char3 {
    bottom: 30px;
    right: -50px;
  }
  .reviews h2, .reviews h3 {
    margin-bottom: 20px;
  }
  .revs {
    padding: 0;
  }
  .heroeswrap .text {
    height: 540px;
    margin-left: 40px;
  }
  .heroeswrap span.summon {
    font-size: 73px;
    top: 56px;
  }
  .heroeswrap span.over {
    font-size: 95px;
    top: 50px;
    left: 260px;
  }
  .heroeswrap span.t200 {
    font-size: 160px;
    top: 160px;
  }
  .heroeswrap span.legend {
    font-size: 60px;
    top: 180px;
    left: 260px;
  }
  .heroeswrap span.and {
    font-size: 50px;
    left: 48px;
    top: 369px;
    z-index: -99;
    padding: 45px;
  }
  .heroeswrap span.ancient {
    font-size: 60px;
    top: 370px;
    right: inherit;
    left: 260px;
  }
  .heroeswrap .text2 {
    margin: 15px auto 10px;
  }
  
  #gameslide .item .img {
    height: 400px;
  }
  .videowrap {
    padding-top: 70px !important;
  }
}

@media only screen and (max-width: 600px){
  .sliderwrap .owl-item .textwrap > .row > .col-md-6.col-sm-6 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  #gameslide .item .img {
    background-repeat: no-repeat;
    background-size: 128% auto;
    height: 450px;
  }
  #gameslide .textwrap .text {
    background: rgba(0, 0, 0, 1);
  }
  
  .missionwrap ul {
    margin: 0;
  }
  .newssection h2:after {
    display: none !important;
  }
}

@media only screen and (max-width: 550px) {
  .miku-container {
      position: fixed;
      z-index: 999999999999;
      right: -32%;
      top: 81%;
  }

  .miku-container img {
    width: 40%;
  }
}

@media only screen and (max-width: 480px){

  .miku-container {
      position: fixed;
      z-index: 999999999999;
      right: 40%;
      top: 88%;
  }

  .bflogo > img {
    max-width: 100%;
  }
  #gameslide .item .img {
    background-size: 550px auto;
    height: 450px;
  }
  
  #gameslide .textwrap {
    position: relative;
    top: 52%;
  }
  
  .videowrap h2, .videowrap h1 {
    font-size: 28px;
  }
  
  .videowrap h2 span, .videowrap h1 span {
    font-size: 15px;
  }
  
  .videowrap .bottom h3, .videowrap .bottom h2 {
    font-size: 24px;
  }
  
  .videowrap .bottom .text {
    padding: 25px 0;
  }
  
  .aboutgames .text {
    padding-left: 12%;
  }
  
  .bottomfooter .links .col ul li {
    float: none;
    display: block;
    width: 100%;
  }
  
  .bottomfooter .address:before {
    content: "gumi Asia Pte Ltd";
    font-family: 'Fjalla One',sans-serif;
    font-size: 20px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #383838;
    margin-bottom: 20px;
  }
  
  .bottomfooter .ftr-logo2 {
    display: none;
  }
  .heroeswrap span.summon {
    font-size: 43px;
    top: 56px;
  }
  .heroeswrap span.over {
    font-size: 65px;
    top: 50px;
    left: 160px;
  }
  .heroeswrap span.t200 {
    font-size: 120px;
    top: 130px;
  }
  .heroeswrap span.legend {
    font-size: 40px;
    top: 150px;
    left: 190px;
  }
  .heroeswrap span.and {
    font-size: 30px;
    left: 0px;
    top: 289px;
    z-index: -99;
    padding: 45px;
  }
  .heroeswrap span.ancient {
    font-size: 40px;
    top: 308px;
    right: inherit;
    left: 170px;
  }
  .heroeswrap .text {
    height: 460px;
  }
  .heroeswrap .text2 span {
    font-size: 19px;
  }
  .mapwrap {
    background-position: -330px -60px;
    background-size: 860px;
    height: auto;
  }
  .mapwrap .pin1 {
    right: inherit;
    top: 125px;
    left: 40px;
  }
  .mapwrap .pin2 {
    right: 60px;
    top: 95px;
  }
  .mapwrap .pin3 {
    right: 45px;
    top: 160px;
  }
  .mapwrap .char3 {
    display: none;
  }
  .mapwrap {
    height: auto !important;
  }
  .mapwrap .text {
    padding: 40px 20px 40px 20px;
    margin-top: 325px;
  }
  .socialwrap a {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  
  .newssection .row.newslist a .comment {
    display: none;
  }
  
  .newssection .row.newslist h4 {
    font-size: 16px;
  }
  .newssection .first {
    margin-bottom: 10px;
  }
  .office.container {
    height: 470px;
  }
  .office.container .info {
    padding-top: 40%;
  }
  
  .charwrap {
    padding-top: 140px;
  }
  
  .charwrap .mainchar {
    max-width: 100%;
  }
  .wallwrap.pt {
    height: 818px;
  }
  
  .aboutpt h2.about {
    font-size: 21px;
  }
  
  .aboutpt h2.about > img {
    max-width: 20px;
  }

  .aboutpt .text {
    margin-bottom: 100px;
    margin-top: 20px;
    padding: 20px 40px;
  }
  .innovative {
    padding-top: 10px;
  }

  .ptlogo {
    margin-top: 0;
  }
  .srf.gameintro .imgwrap {
    margin-top: -50px;
  }
  .srf.gameintro .badges {
    text-align: center !important;
  }

  .srf.introtext p {
    font-size: 20px;
    line-height: 39px;
  }
  .aboutsrf h3 {
    font-size: 30px;
  }
  .aboutsrf ul li {
    font-size: 17px;
  }
  .aboutsrf ul li .fa {
    font-style: 27px;
  }
  .srfmore h3 {
    font-size: 23px;
  }
  .srfjackpots h3 {
    font-size: 25px;
  }
  .srfjackpots h4 {
    font-size: 29px;
  }
  .lowerbadge > a {
    display: block;
    margin-bottom: 10px;
  }
  .srfjackpots .text p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .srfbottom .social a[href="https://www.facebook.com/SlotsReelFrontier"] {
    border: none;
  }
  .newspage .first .infowrap {
    position: relative;
  }
  .breadcrumbs > a, .breadcrumbs > span {
    padding: 8px 12px;
    font-size: 9px;
  }
  ul.social-share li span {
    display: none;
  }
  div.wpcf7 {
    margin: 20px 0 0;
    padding: 0;
  }
  .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 20px;
  }
  .page .input-group-addon,
  .page .msgwrap .input-group-addon {
    display: block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    word-wrap: break-word;
    white-space: normal;
    line-height: normal;
  }
  .wpcf7-form {
    padding-bottom: 60px;
    margin: 0 -20px;
  }
  .page div.wpcf7-response-output {
    margin: 15px auto 20px;
    max-width: 90%;
    clear: both;
  }
  
  #slides .textwrap h2 {
    font-size: 2.5em;
  }
  
  #slides .textwrap .learnmore {
    padding: 10px 15px;
    font-size: 16px;
  }
  
  #slides .textwrap {
    bottom: 10%;
  }
  
  #slides .textwrap .opensans {
    font-size: 1.1em;
  }
  
  .special.page .bgpic {
    background-position: -110px center;
    background-repeat: no-repeat;
    background-size: 160% auto;
  }
  .special.page > .container {
    margin-top: -120px;
  }
  .reviews h2, .reviews h3 { 
    font-size: 28px;
  }
}

/*badges fixed*/
#slides li.item .badges.two {
  display: none !important;
}
@media (max-width: 485px) {
  #slides li.item .badges.two {
    display: block !important;
    margin-bottom: -310px;
    margin-top: 190px;
  }
  #slides li.item .badges.one {
    display: none !important;
  }
  .badges.two.tcenter img {
    display: inline-block;
    max-height: 30px;
  }
}

@media (max-width: 325px) {
  #slides li.item .badges.two {
    display: block !important;
    margin-bottom: -460px;
    margin-top: 394px;
  }
}

@media only screen and (max-width: 365px){

  .miku-container {
    position: fixed;
    z-index: 999999999999;
    right: 40%;
    top: 91%;
}
  body {
    min-width: 280px;
  }
  #gameslide .item .img {
    background-size: 460px auto;
    height: 360px;
  }
  #gameslide .owl-buttons {
    position: absolute;
    top: 20%;
    width: 100%;
  }
  #gameslide .textwrap {
    position: relative;
    top: 50%;
  }
  
  .newssection .first a h4 {
    font-size: 20px;
  }
  
  .badges.col-md-6.col-sm-6 img {
    max-height: 30px;
  }
  .aboutgames.col-md-12 {
    margin: 0;
    padding: 0;
  }
  .aboutgames .text .fa.fa-angle-double-right {
    display: none;
  }
  .aboutgames .text {
    padding: 0;
  }
  .aboutgames .text h3, .aboutgames .text h4,
  .aboutgames .text p{
    padding: 10px;
  }
  .aboutgames {
   background: url(../images/about-games-bg.jpg) no-repeat -100px top / cover;
  }
  .office.container .info {
    padding-top: 58%;
  }
  .office.container {
    background: url(../images/gumi-office.jpg) no-repeat -50px top / 767px #140200;
    height: 500px;
  }
  .office.container .learnmore {
    margin-top: 20px;
  }
  .gameintro .badges a {
    display: block;
  }
  
  .badges > a {
    /*display: block;*/
    padding-bottom: 20px;
  }
  
  .badges > a > img {
    max-height: 70px; 
  }
  
  .heroeswrap .text {
    height: 610px;
    margin-left: 0;
  }
  .heroeswrap span {
    width: 100%;
    text-align: center;
  }
  .heroeswrap span.summon {
    font-size: 43px;
    top: 56px;
    left: 3px;
  }
  .heroeswrap span.over {
    font-size: 65px;
    top: 100px;
    left: 0px;
  }
  .heroeswrap span.t200 {
    font-size: 120px;
    top: 160px;
  }
  .heroeswrap span.legend {
    font-size: 40px;
    top: 290px;
    left: 0;
  }
  .heroeswrap span.and {
    font-size: 70px;
    left: 0px;
    top: 349px;
    z-index: -99;
    padding: 45px;
    border-radius: 0;
    background: transparent;
    color: #D91D19;
    text-shadow: 1px 1px 0 #fff;
  }
  .heroeswrap span.ancient {
    font-size: 40px;
    top: 488px;
    right: inherit;
    left: 0;
  }
  .heroeswrap .charcol {
    margin-top: 10px;
  }
  .heroeswrap .charcol > div {
    text-align: center;
    margin-bottom: -65px;
  }
  .videowrap .bottom h3, .videowrap .bottom h2 {
    font-size: 24px;
  }
  
  .mapwrap {
    background-position: -320px -30px;
    background-size: 780px auto;
    height: auto;
  }
  .mapwrap .pin1 {
    top: 135px !important;
  }
  .mapwrap .pin2 {
    right: 0;
    top: 100px !important;
  }
  .mapwrap .pin3 {
    right: 5px;
    top: 160px !important;
  }
  
  .newssection .row.newslist h4 {
    font-size: 15px;
    height: auto;
    margin: 5px 0;
  }
  .aboutpt h2.about > img {
    display: none;
  }
  
  .srf.gameintro .badges {
    bottom: -640px;
  }
  .srf.introtext {
    margin-top: -30px;
  }
  .srf.introtext p {
    padding-top: 50px;
  }
  .srf.gameintro .imgwrap {
   margin-top: -30px;
  }
  .contactus .text {
    padding: 60px 0 !important;
  }
  .contactus .text h2 {
    font-size: 24px;
  }
  
  .contactus .text a.linktocontact {
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .contactus .text h3 {
    font-size: 17px;
  }
  
  
  .contactus .contactbg {
/*    top: -20px !important;*/
    height: 380px !important;
  }
  .special.page .bgpic {
    height: 400px;
    margin-top: -130px;
  }
  
  .contactus .text h2 > span {
    font-size: 19px;
  }
  
  .pt .mainchar  {
    top: 0;
  }
  
  .bf.gameintro .text p, .bf.gameintro .text2 p {
    font-size: 16px;
  }
  
  .bf.gameintro .text p {
    font-size: 25px;
  }
  .bf .mapwrap {
    height: auto !important;
  }
  .mapwrap .text {
    font-size: 18px;
  }
  
  .heroeswrap .text2 {
      margin: 15px auto 60px;
  }
  .aboutpt .text {
    margin-top: -44px;
  }
  .missionwrap h3 {
    font-size: 24px;
  }
  
  .ptreviews h3 {
    font-size: 28px;
  }
  .mapwrap .text {
    margin-top: 255px;
  }
}

@media only screen and (max-width: 325px){
  .mapwrap {
    background-position: -290px -30px;
    background-size: 710px auto;
    height: auto;
  }
  .mapwrap .pin1 {
    top: 105px !important;
    left: 20px;
  }
  .mapwrap .pin2 {
    right: -10px;
    top: 90px !important;
  }
  .mapwrap .pin3 {
    right: -15px;
    top: 140px !important;
  }
  
  #gameslide .textwrap .text, .gametext .text {
    font-size: 15px;
    line-height: 18px;
  }
    #slides li.item .badges {
        padding-top: 0;
    }

    .introwrap.container {
        margin-top: 30px;
    }
    
    .bf.gameintro .text {
      margin-top: 0;
    }
  
}

@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
  /* Styles */
}

/*slide up*/
.slideup, .openslide {
  position: fixed;
  bottom: -200px;
  right: 10px;
  width: 100%;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  max-width: 450px;
  -webkit-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  z-index: 9999999999;
  background: #fff;
/*
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
*/
    -webkit-border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -o-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
}
.slideup {
  background: url("images/slidebg.jpg") no-repeat scroll center center / cover;
  background: rgb(239,239,239); 
  background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,252,252,1) 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,252,252,1))); 
  background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,252,252,1) 100%);
  background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,252,252,1) 100%); 
  background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,252,252,1) 100%); 
  background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,252,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fffcfc',GradientType=0 );

}
.openslide {
  z-index: 999999999;
  bottom: -55px;
  max-width: 172px;
  padding: 0 0 0 15px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background: #941001;
  border-color: #700c01;
    white-space: nowrap;
}
.openslide.active {
  bottom: 0;
  -webkit-transition: all 2s ease-in-out 1s;
  -moz-transition: all 2s ease-in-out 1s;
  -o-transition: all 2s ease-in-out 1s;
  transition: all 2s ease-in-out 1s;
}
.openslide.closed {
  bottom: -55px;
  -webkit-transition: all 2s ease-in-out 0.3s;
  -moz-transition: all 2s ease-in-out 0.3s;
  -o-transition: all 2s ease-in-out 0.3s;
  transition: all 2s ease-in-out 0.3s;
}
.openslide > span {
    display: inline-block;
}
.openslide > img {
/*  margin-top: -15px;*/
  max-width: 20px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
}

.slideup.active {
  bottom: 0;
  -webkit-transition: all 2s ease-in-out 1s;
  -moz-transition: all 2s ease-in-out 1s;
  -o-transition: all 2s ease-in-out 1s;
  transition: all 2s ease-in-out 1s;
}

.close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  padding: 6px;
  background: #e9e9e9;
  border: 1px solid;
  z-index: 9;
  font-size: 12px;
}

.dbadges {
  background: none repeat scroll 0 0 #cf0000;
  margin-left: -10px;
  margin-right: -415px;
  margin-top: -65px;
  padding: 10px 0 10px 15px;
  text-align: left;
}
.dbadges img {
  display: inline-block;
    max-height: 38px;
}
.dbadges > a {
    position: relative;
    z-index: 9;
}
.withunit {
  text-align: right;
}



@media only screen and (min-width: 1366px) {
  .slideup, .openslide {
    max-width: 800px;
    bottom: -330px;
  }
  .openslide {
    max-width: 172px;
  }
  .openslide > img {
    max-width: 45px;
  }
  .dbadges img {
    max-height: 40px;
  }
  .slideup .vargas {
    margin-top: -110px;
    position: relative;
    right: 20px;
  }
    
    .slideup .vargas {
        margin-top: -67px;
        max-width: 84%;
        position: relative;
        right: 20px;
    }
    
  .slideup .slidelogo {
    max-width: 310px;
   
  }
}
@media only screen and (max-width: 1285px) {
  
  .slideup, .openslide {
    max-width: 600px;
    bottom: -500px;
  }
  .openslide {
    max-width: 183px;
  }
  .openslide > img {
    max-width: 55px;
  }
  .dbadges {
    margin-right: -315px;
  }
  .dbadges img {
    max-height: 30px;
  }
  .vargas {
    margin-top: -50px;
    max-width: 280px;
  }
  .dbadges.mobi {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 605px) {
  .slideup {
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 480px) {
  .slideup .col-md-6.col-sm-6.col-xs-6 {
    float: none;
    width: 100%;
  }
  .withunit {
    text-align: center;
  }

  .dbadges {
    text-align: center;
    padding-left: 0;
    margin-right: -15px;
  }
  .dbadges a {
    display: inline-block;
  }
  .dbadges img {
    max-height: 40px;
    max-width: 100%;
    position: relative;
    z-index: 9;
  }
  
  .dbadges.mobi img {
    max-height: 50px;
  }
}

@media only screen and (max-width: 365px) {
  .slidelogo {
    max-width: 70%;
    width: 100%;
  }
  .vargas {
    max-width: 250px;
    width: 100%;
    margin-top: -250px;
  }
  .dbadges {
    text-align: left;
    margin-top: -53px;
  }
  .dbadges a {
    display: block;
    margin: 5px 0;
  }
  .dbadges img {
    max-height: 50px;
  }
  .dbadges.mobi {
    margin-top: -3px;
  }
  .withunit {
    text-align: right;
  }
}
@media only screen and (max-width: 325px) {
  .dbadges {
    margin-top: -10px;
  }
  .dbadges.mobi {
    margin-top: 10px;
  }
  .dbadges img {
    max-height: 40px;
  }
  .vargas {
    position: relative;
    right: -25px;
  }
}
/*end slide up*/

@media (max-width: 480px) and (orientation: landscape) { 
  .slideup, .openslide {
    bottom: -370px;
  }
  .slidelogo {
    max-width: 50%;
  }
  .vargas {
    margin-top: -50px;
    max-width: 190px;
  }
  #gameslide .textwrap .text, .gametext .text {
    font-size: 20px;
    line-height: 25px;
  }
  #slides li.item > .container .gametext {
    bottom: 18%;
  }
}


/*additional fixes*/
/*mobile slider*/
@media (max-width:360px){
  #gameslide .item .captionwrap {
    position: relative;
  }
  #gameslide .item .textwrap {
    position: relative;
  }
  .contactus .contactbg {
    height: 530px !important;
  }
}

