.logoarguenmax {
    display: block;
    width: 300px;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
  .logoarguenmax{
	  width:200px;
  }
.tophead{
	width:100%;
	max-width:1026px;
	margin-left:auto;
	margin-right:auto;
}
}
	
.head-colum1 {
    float: left;
    width: 50%;
    text-align: left;
}

.head-colum2 {
    float: left;
    width: 50%;
    text-align: right;
	margin-top:5px;
}

.tophead:after {
    content: "";
    display: table;
    clear: both;
}

.masuk {
    display: inline-block;
    background: linear-gradient(180deg, #f8d37b, #c58b00);
    outline: none;
    padding: 5px 15px;
    color: white;
    border: 0;
    border-radius: 4px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #f8d37b;
    text-transform: uppercase;
}

.daftar {
    display: inline-block;
    background-image: linear-gradient(180deg,#373737,#8b8b8b);
    outline: none;
    padding: 5px 15px;
    color: white;
    border: 0;
    border-radius: 4px;
    font-size: 1.3em;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #8b8b8b;
    text-transform: uppercase;
}

.dark-red {
    background: linear-gradient(180deg, #f8d37b, #c58b00);
}

.kuning {
  background: linear-gradient(180deg, rgba(255,196,0,1) 0%, rgba(245,103,22,1) 100%);
}

.cari {
    margin-bottom: 5px;
}
.wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 14px;
}

input[type='text'], input[type='number'], textarea {
    font-size: 16px;
}
.search {
    border: 1px solid #5c5c5c;
    border-radius: 10px;
    height: 35px;
    width: 100%;
    padding: 2px 23px 2px 35px;
    outline: 0;
    background-color: #111;
    color: #fff;
}

.game-text:hover span {
 -webkit-filter: brightness(.5);
   filter: brightness(.5);
}

.single-game:hover h4 {
   transform: scale(0.95);
}

.close:hover img{
	transform: scale(0.85);
}

#scrolltopBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: #a00000;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

.pop-single-game-wrapper .pop-title{
	margin-top:5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}