﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Idlewild-Bold';
	src: url('../fonts/Idlewild-Bold.eot');
	src: local('☺'), url('../fonts/Idlewild-Bold.woff') format('woff'), url('../fonts/Idlewild-Bold.ttf') format('truetype'), url('../fonts/Idlewild-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    outline: medium none !important;
}
a {
    outline: medium none !important;
    color:#ffde02;
}
a:focus {
    text-decoration: none !important;
}
html, body {
	height: 100%;
}
body {
  /*background-position: center center !important;*/
  background-size: cover !important;
  font-family: "Open Sans",sans-serif;
  color: #231f20;
}
.cust-row {
  display: table;
  height: 85%;
  width: 100%;
}
.logo-holder {
  margin-right: 40px;
  margin-top: 40px;
}
.cust-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.steam-landing {
  height: 100%;
}
.cust-support {
  margin: 0 auto;
  max-width: 50%;
}
.cust-support h2 {
  color: #ef4036;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}
.cust-support .form-group .control-label {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
.cust-row .form-control {
  border-radius: 0;
}
.zsFontClass input[type="submit"] {
  background: #ef4036 none repeat scroll 0 0;
  border-radius: 25px;
  color: #fff;
  font-family: "Idlewild-Bold";
  font-size: 10px;
}
.zsFontClass .btn-holder {
  margin-bottom: 0;
  margin-top: 30px;
}
/*Select box*/
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    color:black;
	font-size: 16px;
    border:1px solid #ccc;
	font-weight: normal;
	font-family: "Open Sans",sans-serif;
    line-height: 24px;	
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    font-weight:normal;
	background: url('../images/arrows.png');
	background-repeat: no-repeat;
	background-position: right 0;
    background-size: 17px;	
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}
/*Select box*/
.thank-steam .cust-row h2 {
  font-family: "Idlewild-Bold";	
  font-size: 40px;
  margin-top: 0;
  color: #ef4036;
  text-align: center;
  margin-bottom: 20px;
}
.thank-steam .cust-row h3 {
    font-family: "Idlewild-Bold";
    font-size: 11px;
    margin: 0 auto;
    color: #ef4036;
    text-align: center;
    max-width: 800px;
    border: 1px solid #ef4036;
    padding: 10px;
    line-height: 16px;
}
.thank-steam .cust-row h2 span {
	display: block;
}
.thank-steam .cust-row {
  height: 75%;
}
@media (min-width: 768px) and (max-width: 992px) {
.cust-support {
  max-width: 65%;
}	
}
@media (max-width: 767px) {
.cust-support {
  margin: 30px auto;
  max-width: 95%;
}
.logo-holder {
  margin-right: 0;
  text-align: center;
}	
body {
  background-position: left center !important;
}
}