/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2017, 3:04:33 PM
    Author     : mgabrhel
*/

@font-face {
      font-family: 'fontello';
      src: url('../fonts/font-fontello/font/fontello.eot?98345377');
      src: url('../fonts/font-fontello/font/fontello.eot?98345377#iefix') format('embedded-opentype'),
           url('../fonts/font-fontello/font/fontello.woff?98345377') format('woff'),
           url('../fonts/font-fontello/font/fontello.ttf?98345377') format('truetype'),
           url('../fonts/font-fontello/font/fontello.svg?98345377#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }


.fa-gas-station:before {
    content:"";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
     
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-user-md {
    background-image: url('../images/ziak-icon.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;    
    color:transparent;
}

.fa-stethoscope {
    background-image: url('../images/instruktor-icon.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;    
    color:transparent;
}

.instruktor-icon {
    background-image: url('../images/instruktor-g.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
    width: 85%;    
}

.ziak-icon {
    background-image: url('../images/ziak-g.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
    width: 85%;    
}

.instruktor-icon-white {
    background-image: url('../images/instruktor-o.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
    width: 85%;    
}

.ziak-icon-white {
    background-image: url('../images/ziak-o.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right;
    width: 85%;    
}
