
/*-----------------------------------------------------------------------------
  Placeholder Styling
-----------------------------------------------------------------------------*/

.placeholder {
	color:#797d80;
}

input.textInput::-webkit-input-placeholder { /* WebKit browsers */
	color:#000;
}
input.textInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
input.textInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
input.textInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}


/*-----------------------------------------------------------------------------
  Button Styles
-----------------------------------------------------------------------------*/

.grey-button, .submit  {
	background: #dfdfdf;
	border: 0;
	color: #6e6d74;
	font-family: 'Proxima N W01 Bold', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 21px 9px;
	outline: none;

	-webkit-border-radius: 5px !important;
	-moz-border-radius   : 5px !important;
	-ms-border-radius    : 5px !important;
	-o-border-radius     : 5px !important;
	border-radius        : 5px !important;
}

.grey-button:hover, .submit:hover {
	background: #c4c2c2;
	text-decoration: none;
}

.buy-button{
	background: #fc4422;
	padding: 13px 21px 9px;
	color: #fff;
	font-family: 'Proxima N W01 Bold', sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-shadow: 0 2px #ab1409;

	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	-ms-border-radius    : 5px;
	-o-border-radius     : 5px;
	border-radius        : 5px;
}

.buy-button:hover {
	background: #ab1409;
	text-decoration: none;
}

.button{
	/*background: #fc4422 url(../images/arrow-down.png) no-repeat 102px 48%;*/
	background: #fc4422;
	color: #fff;
	float: right;
	font: 0.77777em/36px 'Futura W01 Bold', helvetica, arial, sans-serif;
	height: 36px;
	margin: 0 0 0 10px;
	padding: 0 9px 0 9px;
	text-align: center;
	text-shadow: 0 2px #ab1409;
	text-transform: uppercase;
	width: 100px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	-ms-border-radius    : 3px;
	-o-border-radius     : 3px;
	border-radius        : 3px;
}

.button:hover{
	text-decoration: none;
}

.button.active {
	/*background: #ab1409 url(../images/arrow-down.png) no-repeat 102px 48%;*/
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius   : 3px 3px 0px 0px;
	-ms-border-radius    : 3px 3px 0px 0px;
	-o-border-radius     : 3px 3px 0px 0px;
	border-radius        : 3px 3px 0px 0px;
}

.button2{
	float:left;
	width:135px;
	color:#fff;
	height:45px;
	margin:14px 20px 0 0;
	padding:0 9px 0 9px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/45px 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:#fc4422;
}

.button2:hover{
	float:left;
	width:135px;
	color:#fff;
	height:45px;
	padding:0 9px 0 9px;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/45px 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:#3e3d45;
}

.button3{
	float:left;
	width:120px;
	color:#fc4422;
	height:39px;
	margin:14px 20px 0 0;
	padding:0 9px 0 9px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/39px 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:2px #ffffff;
	border:solid #fc4422;
}

.button3:hover{
	float:left;
	width:120px;
	color:#3e3d45;
	height:39px;
	padding:0 9px 0 9px;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/39px 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:#ffffff;
	border:solid #3e3d45;
}
.button4{
	float:left;
	width:200px;
	color:#fc4422;
	height:39px;
	margin:14px 20px 0 0;
	padding:0 9px 0 9px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/39px 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:2px #ffffff;
	border:solid #fc4422;
}

.button4:hover{
	float:left;
	width:200px;
	color:#3e3d45;
	height:39px;
	padding:0 9px 0 9px;
	text-decoration:none;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-transform:uppercase;
	font:1em/39px #3e3d45 'Futura W01 Bold', helvetica, arial, sans-serif;
	background:#ffffff;
	border:solid #3e3d45;
}

.gameslistButton {
	background: #686b6b;
	color: #fff;
	display: block;
	float: left;
	font-family: 'Proxima N W01 Bold', helvetica, arial, sans-serif;
	font-size: 16px;
	
	padding: 13px 15px 10px;
	margin-right: 22px;
	text-align:center;
	text-transform:uppercase;
	
	
	line-height: 20px;

	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	-ms-border-radius    : 3px;
	-o-border-radius     : 3px;
	border-radius        : 3px;
}

.gameslistButton.smallButton {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 12px 5px;
	margin-right: 14px;
	color: #686b6b;
	background: #e5e5e5;
}

.gameslistButton.smallButton.last {
	margin-right: 0;
}

.gameslistButton:hover {
	text-decoration:none;
	background: #808282;
}

.gameslistButton.active {
	background: #fc4422;
}

.gameslistButton.smallButton:hover {
	background: #808282;
	color: #fff;
}

.gameslistButton.smallButton.active {
	background: #fc4422;
	color: #fff;
}

.mobile-button{
	display:none;
	width:auto;
	padding:0 25px;
	float:left;
	background:#fc4422;
	font-size:2em;
	line-height:90px;
	height:auto;
	margin:0 0 60px;
	white-space:nowrap;
}

