@charset "utf-8";

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url(http://meyerweb.com/eric/tools/css/reset/reset.css);
@import "http://webfonts.ru/import/airborne.css";
/* ---------- FONTAWESOME -----  'Airborne';  @import "http://webfonts.ru/import/airborne.css"; ----- */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}
/* ---------- GENERAL ---------- */

@import "http://webfonts.ru/import/airborne.css";

body {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-moz-background-size:cover;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-khtml-background-size:cover;
	background-size:cover;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-align: left;
	font-family: 'Airborne';
}

#header {
  position: fixed;
  padding: 15px 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
#header .logo {
  margin-top: 0px;
  float: left;
}
#header .logo a {
  display: inline-block;
}
#header .logo a img {
  max-width: 100px;
}
#header .logo .ip {
  padding-left: 15px;
  margin-left: 11px;
  display: inline-block;
  border-left: 1px solid #e0e0e0;
  color: #999;
  vertical-align: top;
  font-size: 13px;
}
#header .navigation {
  float: right;
}
#header .navigation nav ul li {
  margin-left: 15px;
}
#header .navigation nav ul li a {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Airborne';
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.list-inline ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

#images {
  position: relative;
  padding: 250px 0;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

p.gtaroleplay{
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	cursor: default;
	font-family: 'Airborne';
}

p.descrp{
	width: 570px;
	min-height: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	cursor: default;
	font-family: 'Airborne';
	background: #282828;
	border: 1px solid #282828; /* Толщина рамки в пикселах, тип границы (в данном случае сплошная линия) и цвет линии */
	padding: 5px;
	display: block;
	border-radius: 18px;
}
p.rr{
	width: 600px;
	min-height: 60px;
	margin: 0 auto;
	color: #fff;
	font-size: 25px;
	cursor: default;
	font-family: 'Airborne';
}

.luse{
	width: 185px;
	height: 27px;
	background: #fff;
	margin: 20px auto;
	display: block;
	border-radius: 18px;
	color: #000;
	font-size: 13.1px;
	font-family: 'Airborne';
	text-align: center;
	padding-top: 5px; 
}
.arrow{
	width: 50px;
	height: 50px;
	margin: 20px auto;
	display: block;
	border-radius: 18px;
	text-align: center;
	//padding-top: 5px; 
}

p.goplay-tx{
	text-align: center;
	font-family: 'Airborne';
	font-size: 29px;
	color: #282828;
	text-transform: uppercase;
}

#footer {
  position: relative;
  text-align: center;
  background-color: #fff;
}
#footer p {
  font-size: 13px;
  color: #282828;
}

input {
	border: 13px;
	//font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	-webkit-appearance: inherit;
	background-size: 40px;
}


h1 {
	color: #f9b900;
	font-size: 16px;
	padding: 2px 2px;
	font-family: 'Airborne';
	text-align: left;
}

/* ---------- LOGIN ---------- */

#login {
	margin: 225px auto;
	width: 375px;
}

#login p{
	color: #ff0000;
	font-family: 'Airborne';
	font-size: 16px;
}

h2 {
	color: #f9b900;
	font-size: 25px;
	font-family: 'Airborne';
	text-align: center;
}

#login fieldset {
	background-color: #282828;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 20px 5px;
}

#login fieldset p {
	color: #777;
	margin-bottom: 14px;
	text-align: center;
}

#login fieldset p:last-child {
	margin-bottom: 5px;
	text-align: center;
}

#login fieldset input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#login fieldset input[type="submit"] {
	background-color: #f9b900;
	font-family: 'Airborne';
	color: #001f60;
	display: block;
	margin: auto;
	padding: 4px 0;
	width: 120px;
	cursor:pointer;
}
#login fieldset2 input[type="submit"] {
	background-color: #f9b900;
	font-family: 'Airborne';
	color: #001f60;
	/*display: block;*/
	margin: auto;
	padding: 4px 0;
	width: 120px;
	cursor:pointer;
}

#login fieldset input[type="submit"]:hover {
	background-color: #f9b900;
	color: #001f60;
}