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

.hi-icon {
    display: inline-block;
    font-size: 0;
    margin: 0 10px 10px -8px;
    float: left;
    padding: 8px;
    -moz-border-radius:  50% ;     -webkit-border-radius: 50% ;     border-radius:50% ;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius:  50% ;     -webkit-border-radius: 50% ;     border-radius:50% ;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


.hi-icon-mobile:before {
    content: "\e00f";
}

.hi-icon-screen:before {
    content: "\e00a";
}

.hi-icon-earth:before {
    content: "\e002";
}

.hi-icon-support:before {
    content: "\e000";
}

.hi-icon-locked:before {
    content: "\e001";
}

.hi-icon-cog:before {
    content: "\e003";
}

.hi-icon-clock:before {
    content: "\e004";
}

.hi-icon-videos:before {
    content: "\e005";
}

.hi-icon-list:before {
    content: "\e006";
}

.hi-icon-refresh:before {
    content: "\e007";
}

.hi-icon-images:before {
    content: "\e008";
}

.hi-icon-pencil:before {
    content: "\e00b";
}

.hi-icon-link:before {
    content: "\e00c";
}

.hi-icon-mail:before {
    content: "\e00d";
}

.hi-icon-location:before {
    content: "\e00e";
}

.hi-icon-archive:before {
    content: "\e00f";
}

.hi-icon-chat:before {
    content: "\e010";
}

.hi-icon-bookmark:before {
    content: "\e011";
}

.hi-icon-user:before {
    content: "\e012";
}

.hi-icon-contract:before {
    content: "\e013";
}

.hi-icon-star:before {
    content: "\e014";
}
.hi-icon-skopka:before {
    content: "\f10d";
    color: rgba(73, 73, 73, 0.36);
    font-size: 18px;
    font-family: FontAwesome;

    font-weight: normal;
    font-style: italic;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
 }
.hi-icon-urov:before {
    content: "≈";
    font-size: 20px;
    padding-bottom: 4px;
    padding-top: -4px;
}
.hi-icon-golar:before {
     content: "$";
     font-size: 18px;
    width: 20px;
    height: 20px;
 }
/* Effect 1 */
a.hi-icon {
    margin-bottom: 10px;
}
.hi-icon-1 {
    font-size: 0px;
    margin: 0 10px 0 0;
}
.hi-icon-effect-1 .hi-icon-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;

}
.hi-icon-effect-1 .hi-icon {
    background: #D54F30;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    margin-top: 5px;
}
.hi-icon-effect-1 .hi-icon:hover {
    border-bottom: 0;
}
.hi-icon-effect-1 .hi-icon:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 1px rgba(255, 87, 55, 0.41);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

