/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=3.2.1');src:url('fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal}

[class*="icon-"],
[class*="iconb-"]:before,
[class*="iconb-"]:after,
[class*="lsticb"] li a:before,
.frmlog form label,
.previouspostslink,
.nextpostslink,
.post-blg section ul li:before,
.comment-reply-link:before,
.award-1:before,
.award-2:before,
.award-3:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_pages ul li a:before,
.widget_myscore_todays_scores ul li:before,
.widget_myscore_game_scores ul li:before,
.widget_myscore_latest_scores ul li:before,
.bx-loading:before,
.lstmtjq .loading:before,
.ui-icon-closethick,
.widget_nav_menu li a:before,
.widget_recent_comments ul li:before,
.gam_info:before{font-family:FontAwesome;font-weight:normal;font-style:normal;font-size:14px;text-decoration:inherit;display:inline-block;width:auto;height:auto;line-height:normal;vertical-align:top;margin-top:0;speak:none;color:inherit}

/*icos*/
.iconb-mail:before{content:"\f0e0"}
.iconb-game:before,
.lsticb-gms li a:before,
.lsticb-cat li a:before,
.widget_categories ul li a:before{content:"\f11b"}
.iconb-regi:before,
.frmlog form label:before,
.iconb-mact:before,
.iconb-user:before{content:"\f007"}
.iconb-logi:before,
.frmlog form label+label:before{content:"\f084"}
.iconb-sbmn:after{content:"\f078"}
.lsticb-lnk li a:before,
.widget_nav_menu li a:before{content:"\f0c1"}
.iconb-trop:before,
.lsticb-tro li a:before,
.award-1:before,.award-2:before,.award-3:before,
.widget_myscore_todays_scores ul li:before,
.widget_myscore_game_scores ul li:before,
.widget_myscore_latest_scores ul li:before{content:"\f091"}
.iconb-comt:before,
.widget_recent_comments ul li:before{content:"\f075"}
.iconb-home:before{content:"\f015"}
.iconb-trng:before{content:"\f0da"}
.iconb-lgut:before{content:"\f08b"}
.iconb-date:before{content:"\f017"}
.iconb-cate:before{content:"\f07c"}
.iconb-shar:before{content:"\f004"}
.post-blg section ul li:before{content:"\f0da"}
.comment-reply-link:before{content:"\f112"}
.widget_archive ul li a:before{content:"\f073"}
.widget_recent_entries ul li a:before{content:"\f0f6"}
.widget_pages ul li a:before{content:"\f15b"}
.bx-loading:before,
.lstmtjq .loading:before{content:"\f110"}
.iconb-link:before{content:"\f0c1"}
.ui-icon-closethick:before{content:"\f057"}
.gam_info:before{content:"\f05a"}

/*loading...*/
.bx-loading:before,
.lstmtjq .loading:before{-webkit-animation: spin 2s infinite linear;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;animation: spin 2s infinite linear;}
@-moz-keyframes spin {
0% {-moz-transform: rotate(0deg);}
100% {-moz-transform: rotate(359deg);}
}
@-webkit-keyframes spin {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes spin {
0% {-o-transform: rotate(0deg);}
100% {-o-transform: rotate(359deg);}
}
@-ms-keyframes spin {
0% {-ms-transform: rotate(0deg);}
100% {-ms-transform: rotate(359deg);}
}
@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(359deg);}
}