html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h2 {
  margin: 0;
  padding: 0; }

body {
  font-size: 12px;
  font-weight: 400;
  background-color: #111;
  font-family: 'Oswald', sans-serif;
  color: #fff; }

.box {
  width: 48%;
  clear: none;
  margin-left: 2%;
  min-height: 270px;
  float: left; }

.box {
  background-color: #2f3548;
  border: solid 1px #5b6377;
  /*min-width: 300px; */
  max-width: 44%;
  width: 370px;
  float: left;
  padding: 12px;
  margin: 6px;
  min-height: 360px; }

.rform {
  margin: 0px;
  background-color: #2f3548;
  border: solid 1px #5b6377;
  float: left;
  padding: 12px;
	max-width: 315px;
  min-height: 350px; }
  .rform h2 {
    font-size: 22px; }
  .rform h5 {
    font-size: 13px;
    margin: 10px 0 6px; }
  .rform select {
    width: 100%; }

.filter-form {
  display: block; }

.right-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-height: 350px; }

.from-to-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 48%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 11px 6px;
  float: left;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%; }

.buttons_cart_ages {
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.col * {
  margin: 0px;
  padding: 0px; }

.col .players_txt {
  width: 100%; }

.col .day_players {
  margin: 30px;
  padding: 0px; }

.players_available {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.players_available * {
  margin: 0px 2px -6px 0px; }

.image_60_mins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.top_title {
  width: 100%;
  background-color: red;
  margin: -12px 0 0 -12px;
  padding: 0 12px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.game-name, .ages {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px;
  padding: 11px 0px; }

.ages {
  font-weight: 400; }

.check_ages, #btn_add_cart, .make_private {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  margin: 15px 0 0 0;
  padding: 12px 0px;
  width: 48%; }

.check_ages {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e95af), to(#404d79));
  background-image: -webkit-linear-gradient(#8e95af, #404d79);
  background-image: -o-linear-gradient(#8e95af, #404d79);
  background-image: linear-gradient(#8e95af, #404d79);
  border-radius: 4px;
  border: 1px solid #8e95af;
  text-shadow: 0px -1px 0px #404d79; }

.btn_add_cart {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01a301), to(#006500));
  background-image: -webkit-linear-gradient(#01a301, #006500);
  background-image: -o-linear-gradient(#01a301, #006500);
  background-image: linear-gradient(#01a301, #006500);
  border-radius: 4px;
  border: 1px solid #01a301;
  text-shadow: 0px -1px 0px #006500; }

#btn_add_cart {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01a301), to(#006500));
  background-image: -webkit-linear-gradient(#01a301, #006500);
  background-image: -o-linear-gradient(#01a301, #006500);
  background-image: linear-gradient(#01a301, #006500);
  border-radius: 4px;
  border: 1px solid #01a301;
  text-shadow: 0px -1px 0px #006500; }

.select, select, input {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #5b6377; }

.make_private {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abec), to(#0070df));
  background-image: -webkit-linear-gradient(#00abec, #0070df);
  background-image: -o-linear-gradient(#00abec, #0070df);
  background-image: linear-gradient(#00abec, #0070df);
  border-radius: 4px;
  border: 1px solid #00abec;
  text-shadow: 0px -1px 0px #0079c1; }

.make_private * {
  margin-left: 10px; }

.public, .players_txt, .available_txt {
  color: #979eb6;
  text-transform: uppercase; }

.public {
  font-size: 23px; }

.players_txt {
  font-size: 25px; }

.available_txt {
  font-size: 83%; }

.day {
  font-size: 127%;
  float: right;
  font-weight: 300; }

.day span {
  font-weight: 500; }

.price, .players_avail_num {
  font-size: 53.3px;
  line-height: 53.3px;
  float: left; }

.usd_sign {
    font-size: 20px;
    vertical-align: middle;
    font-weight: 400;
    display: block;
    float: left;
}