body {
  margin: 0;
  padding: 0;
  width: 1215px;
  min-height: 200px;
  background: #a9c7d2 url("../img/background.jpg") no-repeat;
  font-family: "Tahoma", "Arial", sans-serif;

}

.main-container {
  margin: 0;
  padding: 0;
  
  min-height: 1028px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  /*  margin-left: */
  min-height: 36px;
  background-color: #074f8f;
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.menu li {
  display: inline-block;
  color: #ffffff;
}

.menu a {
    display: block;
    padding: 9px 15px;
    background-color: #074f8f;
    color: #60b5ed;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}


.current a{
  background-color: #4eabda;
  color: #f6fafd;
}

li:first-child {
  margin-left: 430px;
}


li:last-child {
  background: linear-gradient(to top, #2f7cc5, #4faedb);
}


.menu .in, .menu .out{
  display: inline;
  text-decoration: underline;
  padding: 0;
  color: #ffffff;
  background: #4aa6d8;
  
}

.menu p {
  margin: 0;
  padding: 9px 15px 8px;
    
}

.inventicons {
  position: relative;
 
}

.menu .inventicons {
   padding-left: 30px;
}
.inventicons-pic img{
  position: absolute;
  top: 7px;
  left: 866px;
}


.popup {
  position: absolute;
  top: 250px;
  left: 350px;
  width: 564px;
  min-height: 614px;
  background: rgba(0, 0, 0, 0.4);
  color: #cccccc;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

h1 {
  padding: 18px;
  margin:0;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 24px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  /*text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;*/
}


input {
  margin: 9px 144px; 

  
}

.fb {
  background: #364e8c;
  margin: 9px 144px; 
  width: 276px;
  height: 35px;
  border-radius: 4px;
}

.popup .ou {
  
  position: relative;
  text-align: center;
  /*display: block;
  top: -100px;
  left: 200px;
  z-index: 1;*/
  
}
.ou-left {
    display: block;
    width: 124px;
    position: absolute;
    top: 0;
    left: 144px;
}

.ou-right {
    display: block;
    width: 123px;
    position: absolute;
    top: 0;
    left: 296px;
}

.ou-left hr, .ou-right hr {
    height: 2px;
    border: none;
    
    background: linear-gradient(to top, #000000, #666666, #666666);
}


input[type="button"] {
  width: 150px;
  height: 35px;
  border: none;
  border-radius: 1px;
  color: #ffffff;
  background: linear-gradient(to top, #2e7ac4, #50aedb);
}

.create {
  text-align: center;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 35px;
  padding-left: 18px; 
  width: 257px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #484848;
  background: linear-gradient(to top, #0e0e0e, #111111);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background: #1b5288;
  border-bottom: 1px solid #1f5384;
  -webkit-box-shadow: 0px 0px 32px 2px rgba(66,125,166,1);
  -moz-box-shadow: 0px 0px 32px 2px rgba(66,125,166,1);
  box-shadow: 0px 0px 32px 2px rgba(66,125,166,1);
  
}

input::-webkit-input-placeholder {
  padding-top: 10px;
  margin-left: 19px;
  color: #cccccc;
}
input::-moz-placeholder {
  padding-top: 10px;
  margin-left: 19px;
  color: #cccccc;
}
input:-moz-input-placeholder {
  padding-top: 10px;
  margin-left: 19px;
  color: #cccccc;
}
input:-ms-input-placeholder {

  color: #cccccc;

}

.popup input[type="checkbox"] {
  /*width: 13px;
  height: 20px;*/
  margin-right: 10px;
  margin-top: 5px;
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #cccccc;
}


/*
input:focus:-ms-input-placeholder{
    color: transparent;
}
input:focus::-moz-placeholder{
    color: transparent;
}
input:focus:-moz-placeholder{
    color: transparent;
}
input:focus::-webkit-input-placeholder{
    color: transparent;
}
input:focus:placeholder-shown{
    color: transparent;
}*/

.intro {
  font-family: "Tahoma", "Arial", sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}