@font-face {
	font-family: 'lcd';
	src: url('../fonts/lcd.woff2') format('woff2');
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2");
}
.fa {
  
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:2em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-cog:before {
    content: "\f013";   
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}



  .fa-shopping-cart{
    content: "\f07a"; /* добавляем иконку корзина */
    font-family: FontAwesome;
    color: #c72828;
    margin-right: 10px; 
    }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.topmenu{
    width: 100%;
    height: 32px;
    position: fixed;
    padding: 5px;
    z-index: 55555;
    display: grid;
    grid-template-columns: 32px 148px 1fr 350px 32px;
    grid-template-areas:"menu logo pagetitle data user";
    grid-gap: 5px;
}

.menu{
  grid-area: menu;
  box-sizing: border-box;
  position: relative;
  padding: 2px 0 0 0;
  text-decoration: none;
  z-index: 2;
  text-align:center;
  font-size: 14px;
  margin: 0;
  border-radius:3px;
  color:#ccc;
  box-shadow:0 0 10px #12fffe,
    0 0 10px #12fffe inset;
  cursor: pointer;
}

.menu:hover{
  box-shadow:0 0 20px #12fffe, 0 0 20px #12fffe inset;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  
}

.logo{
  grid-area: logo;
  padding: 0x 10px 10px 100px;
  height: 32px;
  background: url(../img/logo.png);
  /*background-position: 0 5px;*/
}

.pagetitle{
    grid-area: pagetitle;
    text-align: center;
    text-shadow: 3px 3px 3px #0f0, 0 0 30px #fff inset;
    font-size: 26px;
    /* border: 1px solid #a2a2a2; */
}

.h1 {
  font-size: 32px;
}
.data{
    grid-area: data;
    
    /* border: 1px solid #a2a2a2; */
}

.user{
    grid-area: user;
   
    /* border: 1px solid #a2a2a2; */
}

/* Стили дата, время. */
.date {
  color:#ecd78a;
  width:270px;
  float:left;
  font:bold;
  font-size: 14px;
    text-align:right;
  padding: 8px 10px 0 0;
    /* border:1px solid #f00; */
}
 
#clock {
  /* border:1px solid #00f; */
  float:right;
  width:335px;
  height:32px;
  /* margin:9px 10px 0 0;
  padding:0; */
  /*background: url(../img/clock.png);*/
}

#clock ul {
  /* border:1px solid #0f0; */
  color:#0f0;
  text-align:right;
  font-family: LCD;
  text-shadow:0 0 3px #0f0;
  font-size: 17px;
  margin:0;
  padding: 9px 10px 0 0;
}

#clock ul li { 
  display:inline;
 }

#point {
  -moz-animation:mymove 1s ease infinite;
  -webkit-animation:mymove 1s ease infinite;
  text-shadow:0 0 5px #00ff00;
}
@-webkit-keyframes mymove 
{
  0% {opacity:1.0; text-shadow:0 0 3px #00c6ff;}
  50% {opacity:0; text-shadow:none; }
  100% {opacity:1.0; text-shadow:0 0 3px #00c6ff; } 
}
@-moz-keyframes mymove 
{
  0% {opacity:1.0; text-shadow:0 0 3px #00c6ff;}
  50% {opacity:0; text-shadow:none; }
  100% {opacity:1.0; text-shadow:0 0 3px #00c6ff; } 
}

.btn-neon{
  box-sizing: border-box;
  position: relative;
 
  padding: 2px 7px;
  text-decoration: none;
  z-index: 2;
  text-align:center;
  font-size: 16px;
  margin: 0;
  border-radius:3px;
  color:#ccc;
  box-shadow:0 0 10px #12fffe,
    0 0 10px #12fffe inset;
  cursor: pointer;
  
}

.btn-neon:hover{
  text-decoration: none;
    box-shadow:0 0 20px #12fffe,
    0 0 20px #12fffe inset;
    text-shadow: 3px 3px 3px #fff;
      0 0 30px #fff inset;
    color:#fff;
}

.line-button {
    width: 148px;
    padding:0;
    margin:0;
    display: block;
    text-align: center;
    vertical-align: bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    height: 37px;
    cursor: pointer;
    
    text-decoration: none;
    
}
.line-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.line-button:hover:before, .line-button:focus:before, .line-button:active:before {
    left: 0;
    right: 0;
}

