/* -------------------- Table of contents --------------------

Author Name: Loginov Artem
Author URI: http://loginov.biz
ThemeForest: http://themeforest.net/user/noblige?ref=noblige
Description: A forms stylesheet for AppStory Landing Page Template

1. Sprite icons
2. Font icons

-------------------- */

/* -------------------- Sprite icons -------------------- */
/*
.i-sprite:before,
.i-sprite-after:after { background: url('../../img/sprite.png') 0 0 no-repeat; content: ''; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {

    .i-sprite:before,
    .i-sprite-after:after { background-image: url('../../img/sprite@2x.png') !important; background-size: 0px 0px !important; }

}
*/

/* -------------------- Font icons -------------------- */
@font-face {
    font-family: 'AppStory';
    src: url('../fonts/appstory/appstory.eot?27753044');
    src: url('../fonts/appstory/appstory.eot?27753044#iefix') format('embedded-opentype'),
         url('../fonts/appstory/appstory.woff2?27753044') format('woff2'),
         url('../fonts/appstory/appstory.woff?27753044') format('woff'),
         url('../fonts/appstory/appstory.ttf?27753044') format('truetype'),
         url('../fonts/appstory/appstory.svg?27753044#appstory-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.i-icon:before,
.i-icon-after:after { width: auto; line-height: 1; font-weight: normal; font-style: normal; font-family: 'AppStory', sans-serif; text-decoration: none; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.i-yes:before { content: '\e800'; } /* '' */
.i-no:before { content: '\e801'; } /* '' */
.i-play:before { content: '\e802'; } /* '' */
.i-play-circled:before { content: '\e803'; } /* '' */
.i-laquo:before { content: '\e804'; } /* '' */
.i-raquo:before { content: '\e805'; } /* '' */
.i-star-empty:before { content: '\e806'; } /* '' */
.i-star-half:before { content: '\e807'; } /* '' */
.i-star-full:before { content: '\e808'; } /* '' */
.i-thin-arrow-next:before { content: '\e809'; } /* '' */
.i-thin-arrow-prev:before { content: '\e80a'; } /* '' */
.i-arrow-next:before { content: '\e80b'; } /* '' */
.i-arrow-prev:before { content: '\e80c'; } /* '' */
.i-cross:before { content: '\e80d'; } /* '' */
.i-arrow:before { content: '\e80e'; } /* '' */
.i-twitter:before { content: '\f099'; } /* '' */
.i-facebook:before { content: '\f09a'; } /* '' */
.i-pinterest-circled:before { content: '\f0d2'; } /* '' */
.i-gplus:before { content: '\f0d5'; } /* '' */
.i-linkedin:before { content: '\f0e1'; } /* '' */
.i-angle-double-up:before { content: '\f102'; } /* '' */
.i-angle-double-down:before { content: '\f103'; } /* '' */
.i-angle-up:before { content: '\f106'; } /* '' */
.i-angle-down:before { content: '\f107'; } /* '' */
.i-youtube:before { content: '\f167'; } /* '' */
.i-instagram:before { content: '\f16d'; } /* '' */
.i-dribbble:before { content: '\f17d'; } /* '' */
.i-skype:before { content: '\f17e'; } /* '' */
.i-vkontakte:before { content: '\f189'; } /* '' */
