.mapsSearchBar-options {
  margin: 5px 0 0 0;
}
.searchOptions {
  padding: 10px 0 0 0;
}

.searchOptions-group {
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.searchOptions-group.searchOptions-group-Hidden {
  display: none;
}
.searchOptions-group + .searchOptions-group {
  margin-top: 15px;
}
@media (max-width: 768px) {
	.searchOptions-group {
  display: block;
}
}
.searchOptions-group.searchOptions-group-Inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  width: auto;
}
.searchOptions-group.searchOptions-group-Inline
  + .searchOptions-group.searchOptions-group-Inline {
  margin-top: 0;
}
.searchOptions-group.searchOptions-group-Inline:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
	.searchOptions-group.searchOptions-group-Inline {
  display: block;
  margin-right: 0;
}
}

.searchOptions-group * {
  padding: 5px;
  font-size: 13.5px;
  line-height: 14px;
  margin: 0 3px 0 0;
}
.searchOptions-groupName {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  color: #fff;
  font-size: 14px;
} 
.searchOptions-group a {
  display: inline-block;
  vertical-align: top;
  min-width: 22px;
  text-decoration: none;
  padding: 4px;
  color: #555;
  font-weight: 600;
  font-size: 13.5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: background 0.1s linear;
}  
.searchOptions-group a.searchOptions-item-Current {
  background-color: #fff;
  color: #000;
} 
.searchOptions-group a:hover {
  z-index: 1;
  background: #4741a5 !important;
  color: #fff !important;
}
.gameChapter-grid {
	display: table;
	margin: 30px auto 0 auto
}

@media (max-width: 768px) {
	.gameChapter-grid {
	display: block;
	margin: 15px 0 0 0
}
}
.gameChapter-gridContent {
	display: table-cell;
	vertical-align: top;
	width: 1000px;
	max-width: 1000px;
	padding:10px;
}
 

@media (max-width: 768px) {
	.gameChapter-gridContent {
	display: block;
	width: auto;
	max-width: none
}
}
.gameChapter-sect .gameChapter-sect-Box {
	padding: 15px;
	border-radius: 10px;
	background: #040404
} 

@media (max-width: 768px) {
	.gameChapter-sect .gameChapter-sect-Box {
	padding: 20px 10px 15px 10px
}
}
.gameChapter-sect .gameChapter-sect-Search {
	padding: 0 !important
}

.gameChapter-sect .gameChapter-sect-Map {
	padding-bottom: 5px !important
}

.gameChapter-sect .gameChapter-sect-Country {
	padding-bottom: 5px !important
}

.gameChapter-sect+.gameChapter-sect {
	margin-top: 35px
}

@media (max-width: 768px) {
	.gameChapter-sect+.gameChapter-sect {
	margin-top: 20px
}
}
*+.gameChapter-list {
	margin-top: 20px
}
.searchForm {
  max-width: 1000px;
  margin: 0 auto;
}
.searchForm-tbl {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.searchForm-tblCInput {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.searchForm-tblCInput:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 10px;
  margin: -12px 0 0 0;
  background-image: url(svg/search_white.svg);
  opacity: 0.2;
} 
@media (max-width: 768px) { .searchForm-tblCInput:before,
.searchForm-Compact .searchForm-tblCInput:before {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 0;
}
}
.searchForm-Mini .searchForm-tblCInput:before {
  width: 18px;
  height: 18px;
  margin: -9px 0 0 0;
}
.searchForm-tblCSubmit {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
.searchForm-Mini .searchForm-tblCSubmit {
  width: 32px;
}
.searchForm-input {
  display: block; 
  border-top: 1px solid #434852;
  border-left: 1px solid #434852;
  border-bottom: 1px solid #434852;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  color: #eee;
  background: #393d46;
  border-radius: 5px 0 0 5px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.5px;
  font-weight: 700;
  box-shadow: nset 0 1px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.1s linear, background 0.1s linear, box-shadow 0.1s linear;
}
.searchForm-Section .searchForm-input {
  background: #393d46;
}  
@media (max-width: 768px) { .searchForm-input,
.searchForm-Compact .searchForm-input {
  padding: 0 5px 0 35px;
  font-size: 14.5px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
}
.searchForm-Mini .searchForm-input {
  padding: 0 5px 0 35px;
  font-size: 14.5px;
  line-height: 32px;
}
.searchForm-input:hover,
.searchForm-input:focus {
  color: #daff7d;
  background: #4a4f5a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.75);
}
.searchForm-Section .searchForm-input:hover,
.searchForm-Section .searchForm-input:focus {
  background: #4a4f5a;
} 
.searchForm-submit {
  position: relative;
  padding: 12px 0;
  background: rgba(54, 58, 67, 0.15);
  color: #d1d1d1;
  font-size: 14.5px;
  line-height: 16px;
    border-top: 1px solid #434852;
  border-right: 1px solid #434852;
  border-bottom: 1px solid #434852;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  box-shadow: 0 1px 8px -4px rgba(0, 0, 0, 1);
  transition: color 0.2s linear, box-shadow 0.2s linear;
} 
@media (max-width: 768px) { .searchForm-submit,
.searchForm-Compact .searchForm-submit {
  padding: 9px 0;
  font-size: 14.5px;
  letter-spacing: -0.25px;
  text-transform: none;
}
}
.searchForm-Mini .searchForm-submit {
  width: 30px;
  height: 30px;
  padding: 0;
}
.searchForm-submit:hover {
  color: #daff7d !important; 
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, 1);
} 
.searchForm-Mini .searchForm-submit:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  background-image: url(svg/arrow_right2_white.svg);
  opacity: 0.25;
  transition: transform 0.1s linear, opacity 0.1s linear;
} 
.searchForm-Mini .searchForm-submit:hover:before {
  opacity: 0.75;
  transform: scale(1.25);
}
.mapsList {
  max-width: 1000px;
  margin: 0 auto;
}
.mapItem {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.5),
    0 3px 6px -3px rgba(0, 0, 0, 1);
  background: #393d46;
}  
.mapItem + .mapItem {
  margin-top: 15px;
}
.mapItem-head {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
	.mapItem-head {
  padding: 4px 5px;
}
}
.mapItem-headC1 {
  display: table-cell;
  vertical-align: middle;
}
.mapItem-name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 5px 0 35px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.5px;
  transition: opacity 0.1s linear;
} 
@media (max-width: 768px) {
	.mapItem-name {
  padding: 0 0 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
}
.mapItem-name:hover {
  opacity: 0.75;
}
.mapItem-nameIcon {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
  top: 50%;
  left: 10px;
  margin: -7px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(svg/map_white.svg);
  opacity: 0.25;
}
@media (max-width: 768px) {
	.mapItem-nameIcon {
  left: 5px;
} 
}
.mapItem-headC2 {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.mapItem-prop {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px 30px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 768px) { .mapItem-prop {
  padding: 5px 5px 5px 25px;
}
}
@media (max-width: 768px) { .mapItem-prop.mapItem-prop-Like,
.mapItem-prop.mapItem-prop-Favorite,
.mapItem-prop.mapItem-prop-Download {
  display: none;
}
}
.mapItem-prop:before {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
  top: 50%;
  left: 10px;
  margin: -7px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.25;
  transition: width 0.1s linear, height 0.1s linear, margin 0.1s linear,
    opacity 0.1s linear;
}
@media (max-width: 768px) { .mapItem-prop:before {
  left: 5px;
}
}
.mapItem-prop.mapItem-prop-Server:before {
  background-image: url(svg/server2_white.svg);
} 
.mapItem-prop.mapItem-prop-Player:before {
  background-image: url(svg/user_white.svg);
} 
.mapItem-prop.mapItem-prop-Like:before {
  background-image: url(svg/heart_white.svg);
} 
.mapItem-prop.mapItem-prop-Favorite:before {
  background-image: url(svg/star2_white.svg);
} 
.mapItem-prop.mapItem-prop-Download:before {
  background-image: url(svg/download_white.svg);
} 
a.mapItem-prop:hover:before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -1px;
  opacity: 1;
}
.mapItem-propLabel {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
  font-size: 13.5px;
  line-height: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.25px;
} 
a.mapItem-prop:hover .mapItem-propLabel {
  color: #daff7d;
} 
@media (max-width: 768px) {
	.mapItem-propLabel {
  display: none;
}
}
.mapItem-propVal {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: 700;
} 
a.mapItem-prop:hover .mapItem-propVal {
  color: #daff7d;
} 
.mapItem-images {
  display: block;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 5px 5px;
  background: #11111a;
}  
.mapItem-imagesWrap {
  width: 1000%;
}
.mapItem-image {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: box-shadow 0.1s, transform 0.1s;
}
@media (max-width: 768px) { .mapItem-image {
  width: 70px;
  height: 38px;
}
}
.mapItem-image:hover {
  box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 1),
    5px 0 15px -5px rgba(0, 0, 0, 1);
  z-index: 1;
  position: relative;
  transform: scale(1.05);
} 


