  @font-face {
    font-family: 'mtv';
    src: url('fonts/BOGMtavruli.woff'); /* IE9 Compat Modes */
    }
  @font-face {
    font-family: 'std';
    src: url('fonts/BOGNusxuri.woff'); /* IE9 Compat Modes */
  }
  @font-face {
    font-family: 'chess';
    src: url('fonts/chess.woff');
  }
  @font-face {
    font-family: 'dgt';
    src: url('fonts/DS-DIGIB.TTF');
  }
  *{
        font-family: std;
        
    } 
    body{     
      width: 100%;
      position: fixed;
      margin-top: 0px;
      margin-bottom: 0px;
      background-color: #dffd99 ;
      background-attachment: fixed;    
      background-image: linear-gradient(45deg, #dcf1cf 25%, transparent 25%), 
                        linear-gradient(-45deg, #dcf1cf 25%, transparent 25%), 
                        linear-gradient(45deg, transparent 75%, #dcf1cf 75%), 
                        linear-gradient(-45deg, transparent 75%, #dcf1cf 75%);
      background-size: 5px 5px;
      background-position: 0 0, 0 2px, 2px -2px, -2px 0px;
    }  
    header section{
      width: 1100px;
      margin: auto;
    }
    main section{   
      width: 1100px;    
      box-shadow: 1px 2px 7px 0 #eaeaea;
      background: #fff;
      margin: 20px auto;              
    }
    footer{      
      border-bottom: 1px solid #f5f5f5;
      background-color: #f9f9f9;
      color: #777;
      margin: auto;
    }    
    header .menu{      
       
      text-align: right;
      float: right;
      padding: 0;
    }
    header a{
      width: 50px;
      display: inline-block;
      
    }
    .md-button{
        text-transform: none;
    }
    .md-button.md-default-theme.md-raised:not([disabled]):hover, .md-button.md-raised:not([disabled]):hover {
        background-color: #fe9d01;
    }
    header .menu .md-button{
        height: 100%;
        padding: 10px 13px;
        margin: 0;
        width: auto;
        color: white;
        font-family: mtv;
        font-size: 15px;
        opacity: 0.9;
    }
    header .menu .md-button:hover,.md-tab:hover,.md-tab.md-active {          
      opacity: 1
    } 
    .md-tab{
        color: rgb(250,250,250) !important;
        background-color: #fcaa32ed;
        font-family: mtv;
        opacity: 0.9;
        font-size: 18px;
        padding: 15px 19px;
    }  
    .md-subheader.md-default-theme, .md-subheader {
        background-color: #fcaa32ed;
    } 
    .md-subheader .md-subheader-content{
        margin: 14px 0 8px 0px;
        font-size: 18px;
        font-family: mtv;
        color: rgb(250,250,250) !important;
    }
   
    .mdcarousel{
      display: block;
      width: 100%;
      height: 400px;
      padding: 5px;
    }   
    .logo{

      color: #1dc1f8;
      font-weight: bold;
      text-shadow: 0px 0px 2px #00bfff;
      font-size: 20pt;
      display: inline-block;
      margin: 12px;
      height: 20px;
    }
    header nav{      
      background: #fe9d01;
      display: block;
      height: 54px;
      margin: 0;     
      width: 100%;
      top: 0;
      left: 0;
      z-index: 5;
      border-bottom: 1px solid #eee;
    }
    .fixed{
      position: fixed;
    }
    header nav div{      
      width: 1100px;
      margin: auto;
    }
    .md-subheader .md-subheader-inner {
        display: block;
        padding: 1px 22px;
    }
    md-list-item.active{
        background:#fe9d0138;
    } 
    md-list-item:hover {      
      color: #ffb600 !important;
    }   
    .footer li{
        font-size: 12px;
    }
    md-card md-card-title {    
        height: 89px;
    }  
    .md-headline {
        font-family: mtv;
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
    }
    .md-subhead {
        font-size: 9px;
        color: #333;
    }    
    md-card:hover{
        opacity: 1;
    }
    md-card{
        position: relative; 
        opacity: 0.9;
        cursor: pointer;
    }
    md-card img{
        width: 100%;
        height: 150px;
    }
    .md-open-menu-container{
        margin: 46px 0;
    }
    .rzslider {
       margin: -10px 0 20px;
    }
    .rzslider .rz-pointer.rz-active {
        z-index: 4;
        outline: none;        
    }
    .rzslider .rz-pointer.rz-active::after {
        background: #00bfff     
    }
    .pace.pace-inactive {
        display: none;
      }
      
      .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
      
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      
        z-index: 2000;
        position: fixed;
        height: 60px;
        width: 100px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
      }
      
      .pace .pace-progress {
        z-index: 2000;
        position: absolute;
        height: 60px;
        width: 100px;
      
        -webkit-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
      }
      
      .pace .pace-progress:before {
        content: attr(data-progress-text);
        text-align: center;
        color: #fff;
        background: #29d;
        border-radius: 50%;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 14px;
        font-weight: 100;
        line-height: 1;
        padding: 20% 0 7px;
        width: 50%;
        height: 40%;
        margin: 10px 0 0 30px;
        display: block;
        z-index: 999;
        position: absolute;
      }
      
      .pace .pace-activity {
        font-size: 15px;
        line-height: 1;
        z-index: 2000;
        position: absolute;
        height: 60px;
        width: 100px;
      
        display: block;
        -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
        -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
        -o-animation: pace-theme-center-atom-spin 2s linear infinite;
        animation: pace-theme-center-atom-spin 2s linear infinite;
      }
      
      .pace .pace-activity {
        border-radius: 50%;
        border: 5px solid #29d;
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 100px;
      }
      
      .pace .pace-activity:after {
        border-radius: 50%;
        border: 5px solid #29d;
        content: ' ';
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        height: 60px;
        width: 100px;
      
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
      }
      
      .pace .pace-activity:before {
        border-radius: 50%;
        border: 5px solid #29d;
        content: ' ';
        display: block;
        position: absolute;
        top: -5px;
        left: -5px;
        height: 60px;
        width: 100px;
      
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        transform: rotate(120deg);
      }
      .pace-running > :not(.pace) {
        opacity: 0;
      }
      
      .pace-done > :not(.pace) {
        opacity: 1;
        
      }
      
      @-webkit-keyframes pace-theme-center-atom-spin {
        0%   { -webkit-transform: rotate(0deg) }
        100% { -webkit-transform: rotate(359deg) }
      }
      @-moz-keyframes pace-theme-center-atom-spin {
        0%   { -moz-transform: rotate(0deg) }
        100% { -moz-transform: rotate(359deg) }
      }
      @-o-keyframes pace-theme-center-atom-spin {
        0%   { -o-transform: rotate(0deg) }
        100% { -o-transform: rotate(359deg) }
      }
      @keyframes pace-theme-center-atom-spin {
        0%   { transform: rotate(0deg) }
        100% { transform: rotate(359deg) }
      }
      