@charset "utf-8";

/*
Theme Name: LXB Parent Theme 1.3
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

---------- Assumptions:

1)  Minimum device width: 300px.  Any reference to min-width: 300px would likely have to be adjusted to support smaller viewports.

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
}



/* =Reset
-------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	font-family: inherit;
}

.post-tools i,
.post-social i,
.menu i,
.blog-header i,
.blog-footer i,
.widget i {font-size: 14px;}

.hide-text, 
.searchform input[type='submit'] {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0; 
}

a:focus,
a,
a:hover {
	text-decoration: none;
	outline: none;
}

ol,
ul {list-style: none;}

blockquote,
q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {clear: both;}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {display: block;}

audio,
canvas,
video {display: inline-block;}

audio:not([controls]) {display: none;}

hr {
	border: 0;
	height: 1px;
	margin: 24px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

small {font-size: smaller;}

img {
	border: 0;
    max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {clear: both;}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */


/* Form fields, general styles first */
form,
button,
input,
textarea {
	font-family: inherit;
	font-size: 14px;
	line-height: 23px; 
}

button,
input {
    line-height: normal;
    min-width: 24px; 
	padding: 5px;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	line-height: 1.428571429;
	font-weight: normal;
}

input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 40px;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {cursor: pointer;}

button[disabled],
input[disabled] {cursor: default;}

/* Responsive images */
/* Fluid images for posts, comments, and widgets */
.entry-content img,
.comment-content img,
.widget img {max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}
	

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
	margin: 0 auto 24px;
	text-align: center;
}

/* Override the Twitter embed fixed width */
.entry-content .twitter-tweet-rendered {max-width: 100% !important;}

/* Images */
.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right; 
	margin-left: 10px;
}

.aligncenter {
	display: block;
	margin: 12px auto;
	clear: both;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {margin: 0;}

.gallery-item a,
.gallery-caption {width: 90%;}

.gallery-item a {display: block;}

.gallery-caption a {display: inline;}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {padding: 3%;}




/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	text-rendering: auto;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
} 

/* Header */

/* Navigation Menu */
.main-navigation {
	width: 100%;
}

.main-navigation div {
    margin: 0 auto;
}

/* right padding allows for search box as final menu item */
.main-navigation ul {
    font-size: 0;
    padding-right: 24%;
    position: relative;
    width: 100%;
    z-index: 998;
}

.main-navigation li,
.main-navigation li a {
	position: relative; 
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	line-height: 65px;
}

/* if the menu item has an icon, give it some padding */
.main-navigation li[class^="icon-"],
.main-navigation li[class*=" icon-"] {
	padding-left: 17px; 
}
.main-navigation li[class^="icon-"] a,
.main-navigation li[class*=" icon-"] a {
	padding-left: 6px; 
}



.main-navigation li a {
    padding: 0px 17px;
}










/* Sidebar */
.sidebar .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}




/* =Main content and comment content
-------------------------------------------------------------- */

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.15em;
}

.entry-content h1,
.comment-content h1 {font-size: 28px;}

.entry-content h2,
.comment-content h2,
.mu_register h2 {font-size: 24px;}

.entry-content h3,
.comment-content h3 {font-size: 21px;}

.entry-content h4,
.comment-content h4 {font-size: 18px;}

.entry-content h5,
.comment-content h5 {font-size: 16px;}

.entry-content h6,
.comment-content h6 {font-size: 14px;}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul,
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {margin-bottom: 0;}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside; 
	overflow: hidden;
}

#ie7 .entry-content ul,
#ie7 .comment-content ul {zoom: 1}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside; 
	overflow: hidden;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	overflow: hidden;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {margin-bottom: 0;}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}

.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	margin: 24px 0;
}

.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}

.main article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.wp-caption-text {font-size: .9em;}

div.wp-caption {border: 1px solid #ccc;}

div.wp-caption p:last-child {margin-bottom: 0;}

div.wp-caption.aligncenter, 
img.aligncenter{clear: both; margin: 0 auto 20px;}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {overflow: hidden;}

.image-attachment div.attachment {text-align: center;}

.image-attachment div.attachment p {text-align: center;}

.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.image-attachment .entry-caption {margin-top: 8px;}



/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {margin: 24px 0;}

.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link {
	font-size: 13px;
	line-height: 1.846153846;
}

.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

.commentlist .children {margin-left: 48px;}

/* Comment form */
#respond {}

#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form {}

#respond form p {margin: 11px 0;}

#respond form p.logged-in-as {margin-bottom: 24px;}

#respond form label {display: block;}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
}

#respond form input[type="text"] {width: 46.333333333%;}
	
#respond form textarea.blog-textarea {width: 79.666666667%;}

#comments .required {color: red;}





















/*========================================================================================
sjf
========================================================================================*/



/* LXB LAYOUT  */
/* ----------------------------------------- */




/*print*/
.lexblog-print,
.print-header {display: none;}
/*end print*/



/*frame*/
body {min-width: 300px;}

#wpadminbar {
	opacity: 1;
	height: 28px;
}












/*header*/

.super_header {float: left; width: 100%; clear: both;}

.super_header_first,
.super_header_second {}

.super_header_left {}
.super_header_right {}

.blog-header {
	line-height: 0;
    margin: 0 auto;
    position: relative;
}
    
.blog-header .blog-title a {
    line-height: 1em;
    padding-bottom: 12px;
}




















/*search*/

.feedburner form, 
.searchform {
    min-height: 28px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.feedburner input[type="submit"],
.searchform input[type="submit"] {
    background-position: center 5px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 40px;
    position: absolute;
    height: 28px; 
}

.searchform input[type="submit"] {
    background-image: url("images/search-button-black.png");
    background-position: center 5px;
    background-repeat: no-repeat;
    font-size: 0;
}

.feedburner input[type="submit"] {
	padding: 5px 6px; 
}

.feedburner input[type="email"], .feedburner input[type="text"], .searchform input[type="text"] {
    left: auto;
    padding-left: 40px;
    position: absolute;
    right: 40px;
    text-indent: 5px;
    width: 100%;
    height: 28px; 
}

#ie8 .feedburner input[type="email"], 
#ie8 .feedburner input[type="text"],
#ie8 .searchform input[type="text"] {
    padding-left: 45px;
    text-indent: 0;
    top: 1px; 
}
 
#ie8 .feedburner input[type="submit"] {
	right: 6px;
}

@media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
  	.searchform input[type="submit"] {
    	background-image: url(images/search-button-black-retina.png);
    	background-size: 17px 17px
	}
}

.white .searchform input[type="submit"] {
    background-image: url("images/search-button-white.png");
}

@media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
  	.white .searchform input[type="submit"] {
    	background-image: url(images/search-button-white-retina.png);
	}
}

.main-navigation li.menu-item-search {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    max-width: 196px;
    position: absolute;
    right: 0;
    top: 16px;
    width: 24%;
}







/*main wrapper*/

.main-wrapper {
	overflow: hidden;
}

.main {
    float: left;
    padding: 24px 3.2% 24px 0;
    position: relative;
    width: 71.9%;
}

body.full-width .main,
body.full-width .sidebar {width: 100%;}

.sidebar {
	float: right;
	width: 27.1%;
	padding: 24px 3.2% 24px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}












/*sidebar-------------------------------------------------------------------------------*/

.widget-title {
	margin: 0 0 11px 0;
}

.sidebar .widget {
    padding: 40px 12%;
}

.widget-title i {
	padding-right: 5px; 
}

.sidebar .widget {margin-bottom: 30px;}

.widget_text img {
	float: left;
	padding: 0 8px 5px 0;
}

.sidebar a.firm_logo  {display: block; margin: 0 auto; text-align: center;}

.sidebar a.firm_logo img {float: none; padding: 0; margin: 0;}


.sidebar select {
	width: 100%;
    padding: 6px 3px 4px;
    width: 100%;
}




/*links*/
.links li {border-bottom: 1px solid transparent}

.links ul ul a {padding-left: 20px;}

.links a {display: block; padding: 7px 0;}

.links li:first-child a {padding-top: 0;}

.links ul ul a {padding-top: 0px;}

/*end links*/








/*stay connected*/
.links.connect li:last-child {border-bottom: none;}
.connect li i {font-size: 24px; width: 26px; text-align: center; vertical-align: middle; display: inline-block;}

.icon-twitter, .icon-twitter-square, .icon-twitter-sign, .icon-twitter-alt {color: #2ba9e1;}
.icon-rss-square,.icon-rss, .icon-rss-sign, .icon-rss-alt {color: #f39500;}
.icon-facebook-square, .icon-facebook, .icon-facebook-sign, .icon-facebook-alt {color: #3b5998;}
.icon-linkedin, .icon-linkedin-square, .icon-linkedin-sign, .icon-linkedin-alt {color: #4875b4;}
.icon-envelope-square, .icon-envelope-o,.icon-envelope, .icon-envelope-sign, .icon-envelope-alt {color: #aaa}
.icon-google, .icon-google-plus-square, .icon-google-plus, .icon-google-plus-sign, .icon-google-plus-alt  {color:  #ba3714}
.icon-play, .icon-youtube, .icon-youtube-sign, .icon-youtube-square, .icon-youtube-play {color: #CB322C}



.connect .feedburner a:hover {cursor: default;}

.connect.just-icons li {display: inline-block;}

.connect.just-icons {}

.connect.just-icons li.feedburner-li {display: block; padding-top: 20px;}

/*end stay connected*/










/*lxb author feature widget*/
.widget_lxb_author_feature .avatar,
.widget_lxb_author_feature .photo  {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 1px; 
	margin-top: 2px;
	display: block;
}

.widget_lxb_author_feature .widget-title {
	margin-left: 69px; 
	font-weight: 600; 
	margin-top: -4px; 
	margin-bottom: 1px;
}

.widget_lxb_author_feature .author-title {
	text-transform: uppercase; 
	font-weight: 600; 
	font-size: 11px; 
	margin-bottom: 4px; 
	margin-top: 0;
}

.widget_lxb_author_feature .bio {
	font-size: 11px; 
	margin-bottom: 4px; 
	margin-top: 0;  
}

.widget_lxb_author_feature .latest-header {
	font-size: 11px; 
	margin-top: 0; 
	margin-bottom: 2px;
}

.widget_lxb_author_feature  .latest-link {
    display: block;
    font-size: 11px;
    margin-bottom: 3px; 
}

.widget_lxb_author_feature .archive-link {
	font-size: 9px; 
	display: block;
	text-transform: uppercase; 
}

/*end sidebar----------------------------------------------------------------------------------------*/






















/*footer----------------------------------------------------------------------------------------*/
.blog-footer {
	position: relative;
	border-top: 1px solid #dbdbdb;
}

.blog-footer-inner-wrapper {
    overflow: hidden;
    padding: 24px 2.25%;
}

.blog-footer .widget {
    display: inline-block;
    margin: 0 0 24px;
    vertical-align: top;
}

a.lexblog {
	background: url(images/lexblog-gray.png) no-repeat left top;
	width: 313px; 
	height: 23px;
    display: block;
    float: right;
    margin: 8px 0 8px 30px;
}


.short a.lexblog {
	background: url(images/lexblog-gray-short.png) no-repeat left top;
	width: 213px; 
	height: 23px;
}

@media (min--moz-device-pixel-ratio: 1.5),
        (-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
  	a.lexblog {
    	background-image: url(images/lexblog-retina-gray.png);
    	background-size: 313px 23px
	}
  	
  	.short a.lexblog {
    	background-image: url(images/lexblog-retina-gray-short.png);
    	background-size: 213px 23px
	}
	
}

.white a.lexblog {
	background:url(images/lexblog-white.png) no-repeat left top;
	width: 313px; 
	height: 23px;
}

@media (min--moz-device-pixel-ratio: 1.5),
    	(-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
 .white a.lexblog {
     background-image: url(images/lexblog-retina-white.png);
     background-size: 313px 23px
} }

a.lexblog_2014 {
	position: relative;
	color: #858585; 
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: helvetica, arial, sans-serif;
	white-space: nowrap;
    float: right;
    margin: 8px 0 8px 30px;
}

a.lexblog_2014 span {white-space: nowrap; display: inline-block; vertical-align: middle; }

a.lexblog_2014 span.lexblog_slogan {color: #858585; padding-right: 3px; }

a.lexblog_2014 span.lexblog_logo {
	background: url(images/lexblog-2014.png) no-repeat right center;
	width: 92px;
	height: 25px;
}

@media (min--moz-device-pixel-ratio: 1.5),
    	(-o-min-device-pixel-ratio: 3/2),
        (-webkit-min-device-pixel-ratio: 1.5),
        (min-device-pixel-ratio: 1.5),
        (min-resolution: 1.5dppx) {
a.lexblog_2014 span.lexblog_logo {
	background: url(images/lexblog-retina-2014.png) no-repeat;
	background-size: 92px 25px
} }

.blog-footer .connect li {
	margin-right: 4px;
	margin-top: 0px;
	height: 25px; 
	/*overflow: hidden;*/
}

.blog-footer .connect a span.link_name {display: none;}

/*footer connect*/
.blog-footer .connect li {display: inline-block;}
.blog-footer .connect li a {padding: 0 3px; }





/*legal*/
.legal {
    float: right;
    padding: 12px 0;
}

.legal ul {
	overflow: hidden; 
}

.legal,
.legal a {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase; 
	font-weight: 600;
	white-space: nowrap;
}

.legal li {display: inline-block;}

.sub-colophon,
.colophon {
    clear: both;
    overflow: hidden;
    padding: 0 3.2%;
    position: relative;
}

.colophon .widget {margin: 0;}







.footer-extras,
.footer-contact {display: inline-block; vertical-align: top;}


.footer-extras {
	width: 72%;
	text-align: right;
	overflow: hidden;
}

.footer-extras .widget {
    display: inline-block;
    margin-left: 4.7%;
    text-align: left;
    vertical-align: top;
    width: 30.1%;
}

.footer-extras .widget:first-child {margin-left: 0;}








.footer-contact {
    width: 24.45%;
}

.contact-info .org, .contact-info .adr {margin-bottom: 5px;}













/*colophon*/

.widget.copyright {
    float: left;
    margin: 10px 30px 10px 0px;
}








/*end footer----------------------------------------------------------------------------------------*/






















/*post----------------------------------------------------------------------------------------*/


article.first {margin-top: 24px; }

.main .post-header {padding-bottom: 24px; }

/*post header*/
.post-byline, .post-categories {
	display: block;
}

.post-content .more-link {display: block; clear: both; margin-top: 20px; }

.post-byline {margin-bottom: 3px; }

/*end post header*/











/*post content*/

#breadcrumbs {
	padding-top: 5px; 
	margin-bottom: 30px; 
	padding-bottom: 5px;
}

#breadcrumbs i {
	font-size: 8px; 
	padding: 0 2px;
}

.main article {
	margin-bottom: 24px; 
	padding-bottom: 24px; 
	clear: both;
}

.post-content {margin-bottom: 24px;}

.post-content blockquote {
	width: 85%; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 10%; 
	clear: both;
	min-height: 2em; 
	margin-bottom: 5px; 
	line-height: 1.3em;
}

.post-content blockquote:before {
    content: '“';
    font-size: 80px;
    font-weight: 600;
    left: -50px;
    position: absolute;
    top: 20px;
}

.post-content blockquote:after {
	content:'”'; 
	visibility: hidden;
}

.post-content img {margin-bottom: 10px;}

.post-content ol, .post-content ul {clear: both;}

.post-content ol:last-child,
.post-content ul:last-child,
.post-content p:last-child,
.post-content blockquote h1:last-child, 
.post-content blockquote h2:last-child, 
.post-content blockquote h3:last-child, 
.post-content blockquote h4:last-child, 
.post-content blockquote h5:last-child,
.post-content blockquote h6:last-child, 
.post-content blockquote p:last-child, 
.post-content blockquote ul:last-child, 
.post-content blockquote dl:last-child, 
.post-content blockquote ol:last-child {
	padding-bottom: 0 !important; 
	margin-bottom: 0 !important;
}

.post-content ul,
.post-content ol,
.post-content dl,
.post-content p {margin: 0 0 20px 0}

.post-content ul li {list-style: disc outside none;}

.post-content ol li {list-style: decimal outside none;}

.post-content dd,
.post-content li {
	margin-left: 30px;
	margin-bottom: 10px;
}

.post-content li:last-child,
.post-content dd:last-child {margin-bottom: 0;}

.post-content dt {
	font-weight: 600; 
	margin-bottom: 10px;
}

.byline_wrap {overflow: hidden; margin: 10px 0 0 0}

.byline_wrap img {display: block; float: left; margin: 0 10px 0 0;}

.author_images_wrap {float: left; overflow: hidden;} 

.main .post-title {margin-bottom: 10px;}

.main .post-header {padding-bottom: 24px; }

.byline_wrap {overflow: hidden; margin: 10px 0 0 0}

.byline_wrap img {display: block; float: left; margin: 0 10px 0 0;}

.author_images_wrap {float: left; overflow: hidden;} 

.post-content table {width: 100%; margin-bottom : 20px}
.post-content table td {padding: 5px; }

/*post-content*/














/*post-footer*/
.post-print a {
	padding-left: 5px;
}

a.dsq-subscribe-email em, a.dsq-subscribe-rss em {
    text-decoration: none !important;
}

.post-tools {clear: both; padding-bottom: 6px;margin-bottom: 6px;}
.post-tools i {padding-right: 4px; padding-left: 1px;}

.post-social, .post-tags {display: block; clear: both;}
.post-social {margin: 15px 0; overflow: hidden;}


.pagination {
	padding-top: 7px; 
	margin-top: 48px;
	overflow: hidden;
	width: 100%; 
}

.pagination .prev, .pagination .next {width: 30%}
.pagination .prev {float: left;}
.pagination .next {float: right;text-align: right; }

.pagination i {font-size: 11px; }









/*end post footer*/


/*end post----------------------------------------------------------------------------------------*/



















/*pages*/
body.page .main article {margin-bottom: 0; padding: 0;}













/*archive----------------------------------------------------------------------------------------*/

.archive-header {padding: 0 0 24px 0; margin: 0 0 24px 0;  overflow: hidden}

.archive-header .feed {
    display: block;
    float: right;
    font-size: 11px;
    margin-top: 12px;
    padding: 4px 0 1px 22px;
}

.archive-header .feed i {padding-right: 5px;}

.grid-row {
    margin: 24px auto 0;
    overflow: hidden;
    padding: 0 0 24px;
    clear: both; 
}
.grid-row a.read_more {display: block; padding-top: 10px; }

.main .grid-row article {float: left; width: 30%; margin: 0 0 0px 4%; clear: none; border-bottom-width: 0px; border-bottom-style: solid;}
.main .grid-row .post-title { margin-bottom: 5px; }



.main .grid-row .post-categories {margin-bottom: 6px; }
.main .grid-row article[title='third'] {margin-left: 1%;}

.main .grid-row img {display: block; margin: 0 auto 6px;}



/*end archive----------------------------------------------------------------------------------------*/














/*author archive--------------------------------------------------------------------------------------*/

.author-bio img {
	border: none;
	padding: 0;
    float: left;
    margin: 0 10px 10px 0;
}

.author .main .author-info {
	overflow: hidden; 
	margin-bottom: 24px; 
	padding-bottom: 24px;
}

.author .main .feed {
	clear: both; 
	display: block;
	margin: 0px 0 24px 0;
}

.author .main .feed i {padding-right: 5px;}



/*end author archive----------------------------------------------------------------------------------*/










/*contact page----------------------------------------------------------------------------------------*/
.wpcf7-form p.required {margin-bottom: 20px; }
.wpcf7-form label {display: block; }
.wpcf7-form {padding: 20px;}
.wpcf7-form p {margin-bottom: 0;}

.wpcf7-form input[type='email'],
.wpcf7-form input[type='text'] {text-indent: 5px; }

.wpcf7-form textarea,
.wpcf7-form input[type='email'],
.wpcf7-form input[type='text'] {
	margin-bottom: 20px;
	max-width: 100%; 
	width: 100%;
}

.wpcf7-form input[type='submit'] {
	padding: 12px 0; 
	width: 100%; 
	font-size: 20px;
	margin-bottom: 0;
	max-width: 270px;
}

	


/*end contact page----------------------------------------------------------------------------------------*/














/*404 PAGE ===============================================================================*/
.main .searchform {
	max-width: 50%;
	margin: 24px 0;
}













/*ie8 graveyard*/

#ie8 .menu-toggle {display: none !important;}
#ie8 .main-navigation div {max-width: 960px;}
#ie8 .author-image-link img {min-width: 48px; min-height: 48px;}
#ie8 body {min-width: 960px;}

/*IE6/7 graveyard----------------------------------------------------------------------------------------*/

#ie6_7 *,
#ie6_7 p,
#ie6_7 div,
#ie6_7 a,
#ie6_7 td,
#ie6_7 tr,
#ie6_7 table,
#ie6_7 span,
#ie6_7 li,
#ie6_7 img,
#ie6_7 ul,
#ie6_7 ol,
#ie6_7 dt,
#ie6_7 dl,
#ie6_7 dd,
#ie6_7 body,
#ie6_7 html,
#ie6_7 nav,
#ie6_7 footer,
#ie6_7 header,
#ie6_7 section,
#ie6_7 article {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    float: none !important;
    text-indent: 0 !important;
    background: white !important;
    color: black !important;
    background-image: none !important;
    width: auto;
    height: auto;
    white-space: pre !important;
}

/*end ie6/7 graveyard ----------------------------------------------------------------------------------------*/









/*help mt style images*/
.pre-migration .post-content img[align='left'],
.pre-migration .post-content img.alignleft {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 25px;
}

.pre-migration .post-content img[align='right'],
.pre-migration .post-content img.alignright {
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 25px;
}

.pre-migration .post-content img.alignright,
.pre-migration .post-content img.alignleft {
    margin-top: 10px;
}

.pre-migration .post-content blockquote {
    clear: none;
}







/*
 *  Font Awesome
*/
 
@font-face{
	font-family: 'FontAwesome';
	src: url('font/fontawesome-webfont.eot?v=4.2.0');
	src: url('font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
	url('font/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
	url('font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
	url('font/fontawesome-webfont.svg#fontawesomeregular?v=4.2.0') format('svg');
	font-weight: normal;
  	font-style:normal
}
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.2857142857142858em;text-align:center}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.5714285714285714em}ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul>li .icon-li{width:.7142857142857143em;display:inline-block;text-align:center}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{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}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-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)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}

.icon-glass:before {
	content: "\f000";
}

.icon-music:before {
	content: "\f001";
}

.icon-search:before {
	content: "\f002";
}

.icon-envelope-sign:before,
.icon-envelope-alt:before, 
.icon-envelope-o:before {
	content: "\f003";
}

.icon-envelope-square:before {
	content: "\f199";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-star-empty:before,
.icon-star-o:before {
	content: "\f006";
}

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

.icon-film:before {
	content: "\f008";
}

.icon-th-large:before {
	content: "\f009";
}

.icon-th:before {
	content: "\f00a";
}

.icon-th-list:before {
	content: "\f00b";
}

.icon-ok:before,
.icon-check-square-o:before,
.icon-check:before {
	content: "\f00c";
}

.icon-close:before,.icon-remove:before,.icon-times:before {
	content: "\f00d";
}

.icon-zoom-in:before,
.icon-search-plus:before {
	content: "\f00e";
}

.icon-zoom-out:before,
.icon-search-minus:before {
	content: "\f010";
}

.icon-off:before,
.icon-power-off:before {
	content: "\f011";
}

.icon-signal:before {
	content: "\f012";
}

.icon-cog:before,.icon-gear:before {
	content: "\f013";
}

.icon-trash-o:before {
	content: "\f014";
}

.icon-home:before {
	content: "\f015";
}

.icon-file-alt:before,
.icon-file-o:before {
	content: "\f016";
}

.icon-time:before,
.icon-clock-o:before {
	content: "\f017";
}

.icon-road:before {
	content: "\f018";
}

.icon-download-alt:before,
.icon-download:before {
	content: "\f019";
}

.icon-arrow-sign-o-down:before,
.icon-arrow-circle-o-down:before {
	content: "\f01a";
}

.icon-arrow-sign-o-up:before,
.icon-arrow-circle-o-up:before {
	content: "\f01b";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-play-sign-o:before,
.icon-play-circle-o:before {
	content: "\f01d";
}

.icon-repeat:before,.icon-rotate-right:before {
	content: "\f01e";
}

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

.icon-list-alt:before {
	content: "\f022";
}

.icon-lock:before {
	content: "\f023";
}

.icon-flag:before {
	content: "\f024";
}

.icon-headphones:before {
	content: "\f025";
}

.icon-volume-off:before {
	content: "\f026";
}

.icon-volume-down:before {
	content: "\f027";
}

.icon-volume-up:before {
	content: "\f028";
}

.icon-qrcode:before {
	content: "\f029";
}

.icon-barcode:before {
	content: "\f02a";
}

.icon-tag:before {
	content: "\f02b";
}

.icon-tags:before {
	content: "\f02c";
}

.icon-book:before {
	content: "\f02d";
}

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

.icon-print:before {
	content: "\f02f";
}

.icon-camera:before {
	content: "\f030";
}

.icon-font:before {
	content: "\f031";
}

.icon-bold:before {
	content: "\f032";
}

.icon-italic:before {
	content: "\f033";
}

.icon-text-height:before {
	content: "\f034";
}

.icon-text-width:before {
	content: "\f035";
}

.icon-align-left:before {
	content: "\f036";
}

.icon-align-center:before {
	content: "\f037";
}

.icon-align-right:before {
	content: "\f038";
}

.icon-align-justify:before {
	content: "\f039";
}

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

.icon-indent-left:before,
.icon-dedent:before,
.icon-outdent:before {
	content: "\f03b";
}

.icon-indent-right:before,
.icon-indent:before {
	content: "\f03c";
}

.icon-facetime-video:before,
.icon-video-camera:before {
	content: "\f03d";
}

.icon-image:before,
.icon-photo:before,
.icon-picture:before,
.icon-picture-o:before {
	content: "\f03e";
}

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

.icon-map-marker:before {
	content: "\f041";
}

.icon-adjust:before {
	content: "\f042";
}

.icon-tint:before {
	content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before,
.icon-pencil-sign-o:before {
	content: "\f044";
}

.icon-share-sign-o:before {
	content: "\f045";
}

.icon-check-sign-o:before {
	content: "\f046";
}

.icon-move:before,
.icon-arrows:before {
	content: "\f047";
}

.icon-step-backward:before {
	content: "\f048";
}

.icon-fast-backward:before {
	content: "\f049";
}

.icon-backward:before {
	content: "\f04a";
}

.icon-play:before {
	content: "\f04b";
}

.icon-pause:before {
	content: "\f04c";
}

.icon-stop:before {
	content: "\f04d";
}

.icon-forward:before {
	content: "\f04e";
}

.icon-fast-forward:before {
	content: "\f050";
}

.icon-step-forward:before {
	content: "\f051";
}

.icon-eject:before {
	content: "\f052";
}

.icon-chevron-left:before {
	content: "\f053";
}

.icon-chevron-right:before {
	content: "\f054";
}

.icon-plus-circle:before {
	content: "\f055";
}

.icon-minus-sign:before,
.icon-minus-circle:before {
	content: "\f056";
}

.icon-remove-sign:before,
.icon-times-circle:before {
	content: "\f057";
}

.icon-ok-sign:before,
.icon-check-sign:before,
.icon-check-circle:before {
	content: "\f058";
}

.icon-question-sign:before,
.icon-question-circle:before {
	content: "\f059";
}

.icon-info-sign:before,
.icon-info-circle:before {
	content: "\f05a";
}


.icon-screenshot:before,
.icon-crosshairs:before {
	content: "\f05b";
}

.icon-remove-circle:before,
.icon-times-sign-o:before,
.icon-times-circle-o:before {
	content: "\f05c";
}

.icon-ok-circle:before,
.icon-check-sign-o:before,
.icon-check-circle-o:before {
	content: "\f05d";
}

.icon-ban-circle:before,
.icon-ban:before {
	content: "\f05e";
}

.icon-arrow-left:before {
	content: "\f060";
}

.icon-arrow-right:before {
	content: "\f061";
}

.icon-arrow-up:before {
	content: "\f062";
}

.icon-arrow-down:before {
	content: "\f063";
}

.icon-share-square-o:before,
.icon-mail-forward:before,
.icon-share:before {
	content: "\f064";
}

.icon-resize-full:before,
.icon-expand:before {
	content: "\f065";
}

.icon-resize-small:before,
.icon-compress:before {
	content: "\f066";
}

.icon-plus:before {
	content: "\f067";
}

.icon-minus:before {
	content: "\f068";
}

.icon-asterisk:before {
	content: "\f069";
}

.icon-exclamation-sign:before,
.icon-exclamation-circle:before {
	content: "\f06a";
}

.icon-gift:before {
	content: "\f06b";
}

.icon-leaf:before {
	content: "\f06c";
}

.icon-fire:before {
	content: "\f06d";
}

.icon-eye-open:before,
.icon-eye:before {
	content: "\f06e";
}

.icon-eye-close:before,
.icon-eye-slash:before {
	content: "\f070";
}

.icon-exclamation-triangle:before,
.icon-warning:before,
.icon-warning-sign:before {
	content: "\f071";
}

.icon-plane:before {
	content: "\f072";
}

.icon-calendar:before {
	content: "\f073";
}

.icon-random:before {
	content: "\f074";
}

.icon-comment:before {
	content: "\f075";
}

.icon-magnet:before {
	content: "\f076";
}

.icon-chevron-up:before {
	content: "\f077";
}

.icon-chevron-down:before {
	content: "\f078";
}

.icon-retweet:before {
	content: "\f079";
}

.icon-shopping-cart:before {
	content: "\f07a";
}

.icon-folder-close:before,
.icon-folder:before {
	content: "\f07b";
}

.icon-folder-open:before {
	content: "\f07c";
}

.icon-resize-vertical:before,
.icon-arrows-v:before {
	content: "\f07d";
}

.icon-resize-horizontal:before,
.icon-arrows-h:before {
	content: "\f07e";
}

.icon-bar-chart-o:before,.icon-bar-chart:before {
	content: "\f080";
}

.icon-twitter-square:before,
.icon-twitter-sign:before {
	content: "\f081";
}

.icon-facebook-square:before,
.icon-facebook-sign:before {
	content: "\f082";
}

.icon-camera-retro:before {
	content: "\f083";
}

.icon-key:before {
	content: "\f084";
}

.icon-cogs:before,.icon-gears:before {
	content: "\f085";
}

.icon-comments:before {
	content: "\f086";
}

.icon-thumbs-up-alt:before,
.icon-thumbs-o-up:before {
	content: "\f087";
}

.icon-thumbs-down-alt:before,
.icon-thumbs-o-down:before {
	content: "\f088";
}

.icon-star-half:before {
	content: "\f089";
}

.icon-heart-empty:before,
.icon-heart-o:before {
	content: "\f08a";
}

.icon-signout:before,
.icon-sign-out:before {
	content: "\f08b";
}

.icon-linkedin-square:before,
.icon-linkedin-sign:before {
	content: "\f08c";
}

.icon-pushpin:before,
.icon-thumb-tack:before {
	content: "\f08d";
}

.icon-external-link:before {
	content: "\f08e";
}

.icon-signin:before,
.icon-sign-in:before {
	content: "\f090";
}

.icon-trophy:before {
	content: "\f091";
}

.icon-github-square:before,
.icon-github-sign:before {
	content: "\f092";
}

.icon-upload-alt:before, 
.icon-upload:before {
	content: "\f093";
}

.icon-lemon:before,
.icon-lemon-o:before {
	content: "\f094";
}

.icon-phone:before {
	content: "\f095";
}

.icon-square-o:before,
.icon-check-empty:before,
.icon-unchecked:before, 
.icon-sign-o:before {
	content: "\f096";
}

.icon-square:before {
	content: "\f0c8";
}

.icon-bookmark-empty:before,
.icon-bookmark-o:before {
	content: "\f097";
}

.icon-phone-square:before,
.icon-phone-sign:before {
	content: "\f098";
}

.icon-twitter:before {
	content: "\f099";
}

.icon-facebook:before {
	content: "\f09a";
}

.icon-github:before {
	content: "\f09b";
}

.icon-unlock:before {
	content: "\f09c";
}

.icon-credit-card:before {
	content: "\f09d";
}

.icon-rss:before {
	content: "\f09e";
}

.icon-hdd:before,
.icon-hdd-o:before {
	content: "\f0a0";
}

.icon-bullhorn:before {
	content: "\f0a1";
}

.icon-bell:before {
	content: "\f0f3";
}

.icon-certificate:before {
	content: "\f0a3";
}

.icon-hand-right:before,
.icon-hand-o-right:before {
	content: "\f0a4";
}

.icon-hand-left:before,
.icon-hand-o-left:before {
	content: "\f0a5";
}

.icon-hand-up:before,
.icon-hand-o-up:before {
	content: "\f0a6";
}

.icon-hand-down:before,
.icon-hand-o-down:before {
	content: "\f0a7";
}

.icon-sign-arrow-left:before,
.icon-arrow-sign-left:before,
.icon-circle-arrow-left:before,
.icon-arrow-circle-left:before {
	content: "\f0a8";
}

.icon-sign-arrow-right:before,
.icon-arrow-sign-right:before,
.icon-circle-arrow-right:before,
.icon-arrow-circle-right:before {
	content: "\f0a9";
}

.icon-sign-arrow-up:before,
.icon-arrow-sign-up:before,
.icon-circle-arrow-up:before,
.icon-arrow-circle-up:before {
	content: "\f0aa";
}

.icon-sign-arrow-down:before,
.icon-arrow-sign-down:before,
.icon-circle-arrow-down:before,
.icon-arrow-circle-down:before {
	content: "\f0ab";
}

.icon-globe:before {
	content: "\f0ac";
}

.icon-wrench:before {
	content: "\f0ad";
}

.icon-tasks:before {
	content: "\f0ae";
}

.icon-filter:before {
	content: "\f0b0";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-fullscreen:before,
.icon-arrows-alt:before {
	content: "\f0b2";
}

.icon-group:before,.icon-users:before {
	content: "\f0c0";
}

.icon-chain:before,.icon-link:before {
	content: "\f0c1";
}

.icon-cloud:before {
	content: "\f0c2";
}

.icon-beaker:before,
.icon-flask:before {
	content: "\f0c3";
}

.icon-cut:before,.icon-scissors:before {
	content: "\f0c4";
}

.icon-copy:before,.icon-files-o:before {
	content: "\f0c5";
}

.icon-paper-clip:before,
.icon-paperclip:before {
	content: "\f0c6";
}

.icon-floppy-o:before,.icon-save:before {
	content: "\f0c7";
}

.icon-sign:before {
	content: "\f0c8";
}

.icon-bars:before,.icon-navicon:before,.icon-reorder:before {
	content: "\f0c9";
}

.icon-list-ul:before {
	content: "\f0ca";
}

.icon-list-ol:before {
	content: "\f0cb";
}

.icon-strikethrough:before {
	content: "\f0cc";
}

.icon-underline:before {
	content: "\f0cd";
}

.icon-table:before {
	content: "\f0ce";
}

.icon-magic:before {
	content: "\f0d0";
}

.icon-truck:before {
	content: "\f0d1";
}

.icon-pinterest:before {
	content: "\f0d2";
}

.icon-pinterest-square:before,
.icon-pinterest-sign:before {
	content: "\f0d3";
}

.icon-google-plus-square:before,
.icon-google-plus-sign:before {
	content: "\f0d4";
}

.icon-google-plus:before {
	content: "\f0d5";
}

.icon-money:before {
	content: "\f0d6";
}

.icon-caret-down:before {
	content: "\f0d7";
}

.icon-caret-up:before {
	content: "\f0d8";
}

.icon-caret-left:before {
	content: "\f0d9";
}

.icon-caret-right:before {
	content: "\f0da";
}

.icon-columns:before {
	content: "\f0db";
}

.icon-sort:before,.icon-unsorted:before {
	content: "\f0dc";
}

.icon-sort-desc:before,.icon-sort-down:before {
	content: "\f0dd";
}

.icon-sort-asc:before,.icon-sort-up:before {
	content: "\f0de";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-linkedin:before {
	content: "\f0e1";
}

.icon-rotate-left:before,.icon-undo:before {
	content: "\f0e2";
}

.icon-gavel:before,.icon-legal:before {
	content: "\f0e3";
}

.icon-dashboard:before,.icon-tachometer:before {
	content: "\f0e4";
}

.icon-comment-alt:before,
.icon-comment-o:before {
	content: "\f0e5";
}

.icon-comments-alt:before,
.icon-comments-o:before {
	content: "\f0e6";
}

.icon-bolt:before,.icon-flash:before {
	content: "\f0e7";
}

.icon-sitemap:before {
	content: "\f0e8";
}

.icon-umbrella:before {
	content: "\f0e9";
}

.icon-clipboard:before,.icon-paste:before {
	content: "\f0ea";
}

.icon-lightbulb:before,
.icon-lightbulb-o:before {
	content: "\f0eb";
}

.icon-exchange:before {
	content: "\f0ec";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-cloud-upload:before {
	content: "\f0ee";
}

.icon-user-md:before {
	content: "\f0f0";
}

.icon-stethoscope:before {
	content: "\f0f1";
}

.icon-suitcase:before {
	content: "\f0f2";
}

.icon-bell-alt:before,
.icon-bell-o:before {
	content: "\f0a2";
}

.icon-coffee:before {
	content: "\f0f4";
}

.icon-food:before,
.icon-cutlery:before {
	content: "\f0f5";
}

.icon-file-text-alt:before,
.icon-file-text-o:before {
	content: "\f0f6";
}

.icon-building-o:before {
	content: "\f0f7";
}

.icon-hospital:before,
.icon-hospital-o:before {
	content: "\f0f8";
}

.icon-ambulance:before {
	content: "\f0f9";
}

.icon-medkit:before {
	content: "\f0fa";
}

.icon-fighter-jet:before {
	content: "\f0fb";
}

.icon-beer:before {
	content: "\f0fc";
}

.icon-h-square:before,
.icon-h-sign:before {
	content: "\f0fd";
}

.icon-plus-square:before,
.icon-plus-sign:before {
	content: "\f0fe";
}

.icon-double-angle-left:before,
.icon-angle-double-left:before {
	content: "\f100";
}

.icon-double-angle-right:before,
.icon-angle-double-right:before {
	content: "\f101";
}

.icon-double-angle-up:before,
.icon-angle-double-up:before {
	content: "\f102";
}

.icon-double-angle-down:before,
.icon-angle-double-down:before {
	content: "\f103";
}

.icon-angle-left:before {
	content: "\f104";
}

.icon-angle-right:before {
	content: "\f105";
}

.icon-angle-up:before {
	content: "\f106";
}

.icon-angle-down:before {
	content: "\f107";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-laptop:before {
	content: "\f109";
}

.icon-tablet:before {
	content: "\f10a";
}

.icon-mobile-phone:before,.icon-mobile:before {
	content: "\f10b";
}

.icon-sign-blank:before,
.icon-circle-blank:before,
.icon-sign-o:before,
.icon-circle-o:before {
	content: "\f10c";
}

.icon-quote-left:before {
	content: "\f10d";
}

.icon-quote-right:before {
	content: "\f10e";
}

.icon-spinner:before {
	content: "\f110";
}

.icon-sign:before,
.icon-circle:before {
	content: "\f111";
}

.icon-mail-reply:before,.icon-reply:before {
	content: "\f112";
}

.icon-github-alt:before {
	content: "\f113";
}

.icon-folder-close-alt:before,
.icon-folder-o:before {
	content: "\f114";
}

.icon-folder-open-alt:before,
.icon-folder-open-o:before {
	content: "\f115";
}

.icon-smile:before,
.icon-smile-o:before {
	content: "\f118";
}

.icon-frown:before,
.icon-frown-o:before {
	content: "\f119";
}

.icon-meh:before,
.icon-meh-o:before {
	content: "\f11a";
}

.icon-gamepad:before {
	content: "\f11b";
}

.icon-keyboard:before,
.icon-keyboard-o:before {
	content: "\f11c";
}

.icon-flag-alt:before,
.icon-flag-o:before {
	content: "\f11d";
}

.icon-flag-checkered:before {
	content: "\f11e";
}

.icon-terminal:before {
	content: "\f120";
}

.icon-code:before {
	content: "\f121";
}

.icon-mail-reply-all:before,.icon-reply-all:before {
	content: "\f122";
}

.icon-star-half-empty:before,.icon-star-half-full:before,.icon-star-half-o:before {
	content: "\f123";
}

.icon-location-arrow:before {
	content: "\f124";
}

.icon-crop:before {
	content: "\f125";
}

.icon-code-fork:before {
	content: "\f126";
}

.icon-chain-broken:before,.icon-unlink:before {
	content: "\f127";
}

.icon-question:before {
	content: "\f128";
}

.icon-info:before {
	content: "\f129";
}

.icon-exclamation:before {
	content: "\f12a";
}

.icon-superscript:before {
	content: "\f12b";
}

.icon-subscript:before {
	content: "\f12c";
}

.icon-eraser:before {
	content: "\f12d";
}

.icon-puzzle-piece:before {
	content: "\f12e";
}

.icon-microphone:before {
	content: "\f130";
}

.icon-microphone-off:before,
.icon-microphone-slash:before {
	content: "\f131";
}

.icon-shield:before {
	content: "\f132";
}

.icon-calendar-empty:before,
.icon-calendar-o:before {
	content: "\f133";
}

.icon-fire-extinguisher:before {
	content: "\f134";
}

.icon-rocket:before {
	content: "\f135";
}

.icon-maxcdn:before {
	content: "\f136";
}

.icon-chevron-sign-left:before,
.icon-chevron-circle-left:before {
	content: "\f137";
}

.icon-chevron-sign-right:before,
.icon-chevron-circle-right:before {
	content: "\f138";
}

.icon-chevron-sign-up:before,
.icon-chevron-circle-up:before {
	content: "\f139";
}

.icon-chevron-sign-down:before,
.icon-chevron-circle-down:before {
	content: "\f13a";
}

.icon-html5:before {
	content: "\f13b";
}

.icon-css3:before {
	content: "\f13c";
}

.icon-anchor:before {
	content: "\f13d";
}

.icon-unlock-alt:before {
	content: "\f13e";
}

.icon-bullseye:before {
	content: "\f140";
}

.icon-ellipsis-horizontal:before,
.icon-ellipsis-h:before {
	content: "\f141";
}

.icon-ellipsis-vertical:before,
.icon-ellipsis-v:before {
	content: "\f142";
}

.icon-rss-square:before,
.icon-rss-sign:before {
	content: "\f143";
}

.icon-play-sign:before,
.icon-play-circle:before {
	content: "\f144";
}

.icon-ticket:before {
	content: "\f145";
}

.icon-minus-square:before,
.icon-minus-sign-alt:before {
	content: "\f146";
}

.icon-collapse-alt:before,
.icon-minus-square-o:before,
.icon-check-minus:before,
.icon-minus-sign-o:before {
	content: "\f147";
}

.icon-level-up:before {
	content: "\f148";
}

.icon-level-down:before {
	content: "\f149";
}

.icon-check-square:before,
.icon-check-sign:before {
	content: "\f14a";
}

.icon-edit-sign:before,
.icon-pencil-square:before, 
.icon-pencil-sign:before {
	content: "\f14b";
}

.icon-external-link-square:before,
.icon-external-link-sign:before {
	content: "\f14c";
}

.icon-share-square:before,
.icon-share-sign:before {
	content: "\f14d";
}

.icon-compass:before {
	content: "\f14e";
}

.icon-collapse:before,
.icon-caret-square-o-down:before,
.icon-caret-sign-o-down:before,
.icon-toggle-down:before {
	content: "\f150";
}

.icon-collapse-top:before,
.icon-caret-sign-o-up:before,
.icon-caret-square-o-up:before,
.icon-toggle-up:before {
	content: "\f151";
}

.icon-caret-square-o-right:before,
.icon-caret-sign-o-right:before,
.icon-toggle-right:before {
	content: "\f152";
}

.icon-eur:before,.icon-euro:before {
	content: "\f153";
}

.icon-gbp:before {
	content: "\f154";
}

.icon-dollar:before,.icon-usd:before {
	content: "\f155";
}

.icon-inr:before,
.icon-rupee:before {
	content: "\f156";
}

.icon-renminbi:before,
.icon-cny:before,
.icon-jpy:before,
.icon-rmb:before,
.icon-yen:before {
	content: "\f157";
}

.icon-rouble:before,
.icon-rub:before,
.icon-ruble:before {
	content: "\f158";
}

.icon-krw:before,
.icon-won:before {
	content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
	content: "\f15a";
}

.icon-file:before {
	content: "\f15b";
}

.icon-file-text:before {
	content: "\f15c";
}

.icon-sort-by-alphabet:before,
.icon-sort-alpha-asc:before {
	content: "\f15d";
}

.icon-sort-by-alphabet-alt:before,
.icon-sort-alpha-desc:before {
	content: "\f15e";
}

.icon-sort-by-attributes:before,
.icon-sort-amount-asc:before {
	content: "\f160";
}

.icon-sort-by-attributes-alt:before, 
.icon-sort-amount-desc:before {
	content: "\f161";
}

.icon-sort-by-order:before,
.icon-sort-numeric-asc:before {
	content: "\f162";
}

.icon-sort-by-order-alt:before,
.icon-sort-numeric-desc:before {
	content: "\f163";
}

.icon-thumbs-up:before {
	content: "\f164";
}

.icon-thumbs-down:before {
	content: "\f165";
}

.icon-youtube-square:before,
.icon-youtube-sign:before {
	content: "\f166";
}

.icon-youtube:before {
	content: "\f167";
}

.icon-xing:before {
	content: "\f168";
}

.icon-xing-square:before,
.icon-xing-sign:before {
	content: "\f169";
}

.icon-youtube-play:before {
	content: "\f16a";
}

.icon-dropbox:before {
	content: "\f16b";
}

.icon-stackexchange:before,
.icon-stack-overflow:before {
	content: "\f16c";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-flickr:before {
	content: "\f16e";
}

.icon-adn:before {
	content: "\f170";
}

.icon-bitbucket:before {
	content: "\f171";
}


.icon-bitbucket-square:before,
.icon-bitbucket-sign:before {
	content: "\f172";
}

.icon-tumblr:before {
	content: "\f173";
}

.icon-tumblr-square:before,
.icon-tumblr-sign:before {
	content: "\f174";
}

.icon-long-arrow-down:before {
	content: "\f175";
}

.icon-long-arrow-up:before {
	content: "\f176";
}

.icon-long-arrow-left:before {
	content: "\f177";
}

.icon-long-arrow-right:before {
	content: "\f178";
}

.icon-apple:before {
	content: "\f179";
}

.icon-windows:before {
	content: "\f17a";
}

.icon-android:before {
	content: "\f17b";
}

.icon-linux:before {
	content: "\f17c";
}

.icon-dribbble:before {
	content: "\f17d";
}

.icon-skype:before {
	content: "\f17e";
}

.icon-foursquare:before {
	content: "\f180";
}

.icon-trello:before {
	content: "\f181";
}

.icon-female:before {
	content: "\f182";
}

.icon-male:before {
	content: "\f183";
}

.icon-gittip:before {
	content: "\f184";
}

.icon-sun:before,
.icon-sun-o:before {
	content: "\f185";
}

.icon-moon:before,
.icon-moon-o:before {
	content: "\f186";
}

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

.icon-bug:before {
	content: "\f188";
}

.icon-vk:before {
	content: "\f189";
}

.icon-weibo:before {
	content: "\f18a";
}

.icon-renren:before {
	content: "\f18b";
}

.icon-pagelines:before {
	content: "\f18c";
}

.icon-stack-exchange:before {
	content: "\f18d";
}

.icon-arrow-sign-o-right:before,
.icon-arrow-circle-o-right:before {
	content: "\f18e";
}

.icon-arrow-sign-o-left:before,
.icon-arrow-circle-o-left:before {
	content: "\f190";
}

.icon-caret-square-o-left:before,
.icon-caret-sign-o-left:before,
.icon-toggle-left:before {
	content: "\f191";
}

.icon-dot-sign-o:before,
.icon-dot-circle-o:before {
	content: "\f192";
}

.icon-wheelchair:before {
	content: "\f193";
}

.icon-vimeo-square:before,
.icon-vimeo-sign:before {
	content: "\f194";
}

.icon-try:before,
.icon-turkish-lira:before {
	content: "\f195";
}

.icon-plus-sign-alt:before,
.icon-expand-alt:before,
.icon-plus-square-o:before,
.icon-plus-sign-o:before {
	content: "\f196";
}

.icon-space-shuttle:before {
	content: "\f197";
}

.icon-slack:before {
	content: "\f198";
}

.icon-wordpress:before {
	content: "\f19a";
}

.icon-openid:before {
	content: "\f19b";
}

.icon-bank:before,
.icon-institution:before,
.icon-university:before {
	content: "\f19c";
}

.icon-graduation-cap:before,
.icon-mortar-board:before {
	content: "\f19d";
}

.icon-yahoo:before {
	content: "\f19e";
}

.icon-google:before {
	content: "\f1a0";
}

.icon-reddit:before {
	content: "\f1a1";
}

.icon-reddit-sign:before {
	content: "\f1a2";
}

.icon-stumbleupon-sign:before,
.icon-stumbleupon-circle:before {
	content: "\f1a3";
}

.icon-stumbleupon:before {
	content: "\f1a4";
}

.icon-delicious:before {
	content: "\f1a5";
}

.icon-digg:before {
	content: "\f1a6";
}

.icon-pied-piper:before {
	content: "\f1a7";
}

.icon-pied-piper-alt:before {
	content: "\f1a8";
}

.icon-drupal:before {
	content: "\f1a9";
}

.icon-joomla:before {
	content: "\f1aa";
}

.icon-language:before {
	content: "\f1ab";
}

.icon-fax:before {
	content: "\f1ac";
}

.icon-building:before {
	content: "\f1ad";
}

.icon-child:before {
	content: "\f1ae";
}

.icon-paw:before {
	content: "\f1b0";
}

.icon-spoon:before {
	content: "\f1b1";
}

.icon-cube:before {
	content: "\f1b2";
}

.icon-cubes:before {
	content: "\f1b3";
}

.icon-behance-square:before {
	content: "\f1b5";
}
.icon-behance:before {
	content: "\f1b4";
}

.icon-behance-sign:before {
	content: "\f1b5";
}

.icon-steam:before {
	content: "\f1b6";
}

.icon-steam-square:before,
.icon-steam-sign:before {
	content: "\f1b7";
}

.icon-recycle:before {
	content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
	content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
	content: "\f1ba";
}

.icon-tree:before {
	content: "\f1bb";
}

.icon-spotify:before {
	content: "\f1bc";
}

.icon-deviantart:before {
	content: "\f1bd";
}

.icon-soundcloud:before {
	content: "\f1be";
}

.icon-database:before {
	content: "\f1c0";
}

.icon-file-pdf-o:before {
	content: "\f1c1";
}

.icon-file-word-o:before {
	content: "\f1c2";
}

.icon-file-excel-o:before {
	content: "\f1c3";
}

.icon-file-powerpoint-o:before {
	content: "\f1c4";
}

.icon-file-image-o:before,
.icon-file-photo-o:before,
.icon-file-picture-o:before {
	content: "\f1c5";
}

.icon-file-archive-o:before,
.icon-file-zip-o:before {
	content: "\f1c6";
}

.icon-file-audio-o:before,
.icon-file-sound-o:before {
	content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
	content: "\f1c8";
}

.icon-file-code-o:before {
	content: "\f1c9";
}

.icon-vine:before {
	content: "\f1ca";
}

.icon-codepen:before {
	content: "\f1cb";
}

.icon-jsfiddle:before {
	content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-ring:before,
.icon-life-saver:before,
.icon-support:before {
	content: "\f1cd";
}

.icon-sign-o-notch,
.icon-circle-o-notch:before {
	content: "\f1ce";
}

.icon-ra:before,.icon-rebel:before {
	content: "\f1d0";
}

.icon-empire:before,.icon-ge:before {
	content: "\f1d1";
}

.icon-git-sign:before {
	content: "\f1d2";
}

.icon-git:before {
	content: "\f1d3";
}

.icon-hacker-news:before {
	content: "\f1d4";
}

.icon-tencent-weibo:before {
	content: "\f1d5";
}

.icon-qq:before {
	content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
	content: "\f1d7";
}

.icon-paper-plane:before,
.icon-send:before {
	content: "\f1d8";
}

.icon-paper-plane-o:before,
.icon-send-o:before {
	content: "\f1d9";
}

.icon-history:before {
	content: "\f1da";
}

.icon-sign-thin:before,
.icon-circle-thin:before {
	content: "\f1db";
}

.icon-header:before {
	content: "\f1dc";
}

.icon-paragraph:before {
	content: "\f1dd";
}

.icon-sliders:before {
	content: "\f1de";
}

.icon-share-alt:before {
	content: "\f1e0";
}

.icon-share-alt-sign:before {
	content: "\f1e1";
}

.icon-bomb:before {
	content: "\f1e2";
}

.icon-futbol-o:before,
.icon-soccer-ball-o:before {
	content: "\f1e3";
}

.icon-tty:before {
	content: "\f1e4";
}

.icon-binoculars:before {
	content: "\f1e5";
}

.icon-plug:before {
	content: "\f1e6";
}

.icon-slideshare:before {
	content: "\f1e7";
}

.icon-twitch:before {
	content: "\f1e8";
}

.icon-yelp:before {
	content: "\f1e9";
}

.icon-newspaper-o:before {
	content: "\f1ea";
}

.icon-wifi:before {
	content: "\f1eb";
}

.icon-calculator:before {
	content: "\f1ec";
}

.icon-paypal:before {
	content: "\f1ed";
}

.icon-google-wallet:before {
	content: "\f1ee";
}

.icon-cc-visa:before {
	content: "\f1f0";
}

.icon-cc-mastercard:before {
	content: "\f1f1";
}

.icon-cc-discover:before {
	content: "\f1f2";
}

.icon-cc-amex:before {
	content: "\f1f3";
}

.icon-cc-paypal:before {
	content: "\f1f4";
}

.icon-cc-stripe:before {
	content: "\f1f5";
}

.icon-bell-slash:before {
	content: "\f1f6";
}

.icon-bell-slash-o:before {
	content: "\f1f7";
}

.icon-trash:before {
	content: "\f1f8";
}

.icon-copyright:before {
	content: "\f1f9";
}

.icon-at:before {
	content: "\f1fa";
}

.icon-eyedropper:before {
	content: "\f1fb";
}

.icon-paint-brush:before {
	content: "\f1fc";
}

.icon-birthday-cake:before {
	content: "\f1fd";
}

.icon-area-chart:before {
	content: "\f1fe";
}

.icon-pie-chart:before {
	content: "\f200";
}

.icon-line-chart:before {
	content: "\f201";
}

.icon-lastfm:before {
	content: "\f202";
}

.icon-lastfm-sign:before {
	content: "\f203";
}

.icon-toggle-off:before {
	content: "\f204";
}

.icon-toggle-on:before {
	content: "\f205";
}

.icon-bicycle:before {
	content: "\f206";
}

.icon-bus:before {
	content: "\f207";
}

.icon-ioxhost:before {
	content: "\f208";
}

.icon-angellist:before {
	content: "\f209";
}

.icon-cc:before {
	content: "\f20a";
}

.icon-ils:before,
.icon-shekel:before,
.icon-sheqel:before {
	content: "\f20b";
}

.icon-meanpath:before {
	content: "\f20c";
}